ant-design/components/spin
Rafael Martins cc223a102c
feat(spin): Adds fullscreen property to <Spin /> component (#44986)
* feat: start the implementation of the fullscreen prop in Spin

* docs: change main spin demo

* docs: enhance demo

* test: update snapshot

* fix: address pr comments

* fix: use logical property on fullscreen class

* fix: address pr review

* feat: Added background color token

* fix: remove onClick and change demo

* feat: change spin to white when fullcreen

also use the bgmask as background, removing the bgColor token

* fix: unused import

* test: update snapshot

* Update components/spin/style/index.tsx

Signed-off-by: lijianan <574980606@qq.com>

* fix: use white color from token

* fix: not needed interpolation and version

* fix: address pr review

* fix: tip prop was not working

* test: cover tip & fullscreen case

* fix: addrress pr coments

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-10-19 13:47:48 +08:00
..
__tests__ feat(spin): Adds fullscreen property to <Spin /> component (#44986) 2023-10-19 13:47:48 +08:00
demo feat(spin): Adds fullscreen property to <Spin /> component (#44986) 2023-10-19 13:47:48 +08:00
style feat(spin): Adds fullscreen property to <Spin /> component (#44986) 2023-10-19 13:47:48 +08:00
index.en-US.md feat(spin): Adds fullscreen property to <Spin /> component (#44986) 2023-10-19 13:47:48 +08:00
index.tsx feat(spin): Adds fullscreen property to <Spin /> component (#44986) 2023-10-19 13:47:48 +08:00
index.zh-CN.md feat(spin): Adds fullscreen property to <Spin /> component (#44986) 2023-10-19 13:47:48 +08:00