@bifrostui/react 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/dist/ActionSheet/ActionSheet.css +27 -0
  2. package/dist/ActionSheet/ActionSheetItem.css +51 -0
  3. package/dist/Alert/index.css +89 -0
  4. package/dist/Avatar/Avatar.css +43 -0
  5. package/dist/Avatar/AvatarGroup.css +31 -0
  6. package/dist/Backdrop/{Backdrop.less → Backdrop.css} +3 -4
  7. package/dist/Badge/Badge.css +95 -0
  8. package/dist/Button/Button.css +200 -0
  9. package/dist/Calendar/Calendar.css +105 -0
  10. package/dist/Card/{Card.less → Card.css} +0 -1
  11. package/dist/Card/CardHeader.css +45 -0
  12. package/dist/Checkbox/Checkbox.css +45 -0
  13. package/dist/CitySelector/CitySelector.css +102 -0
  14. package/dist/CitySelector/Selector/{index.less → index.css} +0 -2
  15. package/dist/Countdown/Countdown.css +28 -0
  16. package/dist/Divider/Divider.css +41 -0
  17. package/dist/Drawer/Drawer.css +35 -0
  18. package/dist/IconButton/IconButton.css +130 -0
  19. package/dist/Image/index.css +35 -0
  20. package/dist/Input/Input.css +59 -0
  21. package/dist/List/{List.less → List.css} +0 -1
  22. package/{es/List/ListItem.less → dist/List/ListItem.css} +6 -17
  23. package/{es/List/ListItemContent.less → dist/List/ListItemContent.css} +2 -7
  24. package/{es/List/ListItemFooter.less → dist/List/ListItemFooter.css} +3 -4
  25. package/dist/Loading/Loading.css +31 -0
  26. package/{es/Modal/Modal.less → dist/Modal/Modal.css} +6 -8
  27. package/dist/Modal/Modal.miniapp.d.ts +2 -2
  28. package/dist/NavBar/NavBar.css +57 -0
  29. package/dist/Picker/Picker.css +53 -0
  30. package/dist/Picker/PickerPanel.css +54 -0
  31. package/dist/Progress/Progress.css +22 -0
  32. package/dist/Radio/Radio.css +65 -0
  33. package/dist/Rating/Rating.css +52 -0
  34. package/dist/ScrollView/{ScrollView.less → ScrollView.css} +0 -4
  35. package/dist/Select/Select.css +89 -0
  36. package/dist/Skeleton/Skeleton.css +54 -0
  37. package/dist/Slider/Slider.css +95 -0
  38. package/dist/Stack/demo/index.css +23 -0
  39. package/dist/Steps/Step.css +174 -0
  40. package/{es/Steps/Steps.less → dist/Steps/Steps.css} +3 -5
  41. package/dist/Swiper/Swiper.css +20 -0
  42. package/dist/Switch/Switch.css +127 -0
  43. package/dist/TabBar/TabBarItem.css +38 -0
  44. package/dist/Tabs/Tab.css +52 -0
  45. package/dist/Tabs/TabPanel.css +9 -0
  46. package/dist/Tabs/Tabs.css +56 -0
  47. package/dist/Tag/Tag.css +97 -0
  48. package/dist/Tag/TagGroup.css +43 -0
  49. package/{es/TextArea/TextArea.less → dist/TextArea/TextArea.css} +19 -27
  50. package/es/ActionSheet/ActionSheet.css +27 -0
  51. package/es/ActionSheet/ActionSheetItem.css +51 -0
  52. package/es/Alert/index.css +89 -0
  53. package/es/Avatar/Avatar.css +43 -0
  54. package/es/Avatar/AvatarGroup.css +31 -0
  55. package/es/Backdrop/{Backdrop.less → Backdrop.css} +3 -4
  56. package/es/Badge/Badge.css +95 -0
  57. package/es/Button/Button.css +200 -0
  58. package/es/Calendar/Calendar.css +105 -0
  59. package/es/Card/{Card.less → Card.css} +0 -1
  60. package/es/Card/CardHeader.css +45 -0
  61. package/es/Checkbox/Checkbox.css +45 -0
  62. package/es/CitySelector/CitySelector.css +102 -0
  63. package/es/CitySelector/Selector/{index.less → index.css} +0 -2
  64. package/es/Countdown/Countdown.css +28 -0
  65. package/es/Divider/Divider.css +41 -0
  66. package/es/Drawer/Drawer.css +35 -0
  67. package/es/IconButton/IconButton.css +130 -0
  68. package/es/Image/index.css +35 -0
  69. package/es/Input/Input.css +59 -0
  70. package/es/List/{List.less → List.css} +0 -1
  71. package/{dist/List/ListItem.less → es/List/ListItem.css} +6 -17
  72. package/{dist/List/ListItemContent.less → es/List/ListItemContent.css} +2 -7
  73. package/{dist/List/ListItemFooter.less → es/List/ListItemFooter.css} +3 -4
  74. package/es/Loading/Loading.css +31 -0
  75. package/{dist/Modal/Modal.less → es/Modal/Modal.css} +6 -8
  76. package/es/Modal/Modal.miniapp.d.ts +2 -2
  77. package/es/NavBar/NavBar.css +57 -0
  78. package/es/Picker/Picker.css +53 -0
  79. package/es/Picker/PickerPanel.css +54 -0
  80. package/es/Progress/Progress.css +22 -0
  81. package/es/Radio/Radio.css +65 -0
  82. package/es/Rating/Rating.css +52 -0
  83. package/es/ScrollView/{ScrollView.less → ScrollView.css} +0 -4
  84. package/es/Select/Select.css +89 -0
  85. package/es/Skeleton/Skeleton.css +54 -0
  86. package/es/Slider/Slider.css +95 -0
  87. package/es/Stack/demo/index.css +23 -0
  88. package/es/Steps/Step.css +174 -0
  89. package/{dist/Steps/Steps.less → es/Steps/Steps.css} +3 -5
  90. package/es/Swiper/Swiper.css +20 -0
  91. package/es/Switch/Switch.css +127 -0
  92. package/es/TabBar/TabBarItem.css +38 -0
  93. package/es/Tabs/Tab.css +52 -0
  94. package/es/Tabs/TabPanel.css +9 -0
  95. package/es/Tabs/Tabs.css +56 -0
  96. package/es/Tag/Tag.css +97 -0
  97. package/es/Tag/TagGroup.css +43 -0
  98. package/{dist/TextArea/TextArea.less → es/TextArea/TextArea.css} +19 -27
  99. package/package.json +7 -7
  100. package/dist/ActionSheet/ActionSheet.less +0 -31
  101. package/dist/ActionSheet/ActionSheetItem.less +0 -62
  102. package/dist/Alert/index.less +0 -112
  103. package/dist/Avatar/Avatar.less +0 -52
  104. package/dist/Avatar/AvatarGroup.less +0 -39
  105. package/dist/Badge/Badge.less +0 -118
  106. package/dist/Button/Button.less +0 -244
  107. package/dist/Calendar/Calendar.less +0 -126
  108. package/dist/Card/CardHeader.less +0 -53
  109. package/dist/Checkbox/Checkbox.less +0 -55
  110. package/dist/CitySelector/CitySelector.less +0 -122
  111. package/dist/Countdown/Countdown.less +0 -39
  112. package/dist/Divider/Divider.less +0 -50
  113. package/dist/Drawer/Drawer.less +0 -40
  114. package/dist/IconButton/IconButton.less +0 -167
  115. package/dist/Image/index.less +0 -40
  116. package/dist/Input/Input.less +0 -72
  117. package/dist/Loading/Loading.less +0 -40
  118. package/dist/NavBar/NavBar.less +0 -67
  119. package/dist/Picker/Picker.less +0 -62
  120. package/dist/Picker/PickerPanel.less +0 -67
  121. package/dist/Progress/Progress.less +0 -24
  122. package/dist/Radio/Radio.less +0 -81
  123. package/dist/Rating/Rating.less +0 -64
  124. package/dist/Select/Select.less +0 -105
  125. package/dist/Skeleton/Skeleton.less +0 -72
  126. package/dist/Slider/Slider.less +0 -108
  127. package/dist/Stack/demo/index.less +0 -27
  128. package/dist/Steps/Step.less +0 -228
  129. package/dist/Swiper/Swiper.less +0 -25
  130. package/dist/Switch/Switch.less +0 -177
  131. package/dist/TabBar/TabBarItem.less +0 -54
  132. package/dist/Tabs/Tab.less +0 -60
  133. package/dist/Tabs/TabPanel.less +0 -11
  134. package/dist/Tabs/Tabs.less +0 -77
  135. package/dist/Tag/Tag.less +0 -119
  136. package/dist/Tag/TagGroup.less +0 -52
  137. package/es/ActionSheet/ActionSheet.less +0 -31
  138. package/es/ActionSheet/ActionSheetItem.less +0 -62
  139. package/es/Alert/index.less +0 -112
  140. package/es/Avatar/Avatar.less +0 -52
  141. package/es/Avatar/AvatarGroup.less +0 -39
  142. package/es/Badge/Badge.less +0 -118
  143. package/es/Button/Button.less +0 -244
  144. package/es/Calendar/Calendar.less +0 -126
  145. package/es/Card/CardHeader.less +0 -53
  146. package/es/Checkbox/Checkbox.less +0 -55
  147. package/es/CitySelector/CitySelector.less +0 -122
  148. package/es/Countdown/Countdown.less +0 -39
  149. package/es/Divider/Divider.less +0 -50
  150. package/es/Drawer/Drawer.less +0 -40
  151. package/es/IconButton/IconButton.less +0 -167
  152. package/es/Image/index.less +0 -40
  153. package/es/Input/Input.less +0 -72
  154. package/es/Loading/Loading.less +0 -40
  155. package/es/NavBar/NavBar.less +0 -67
  156. package/es/Picker/Picker.less +0 -62
  157. package/es/Picker/PickerPanel.less +0 -67
  158. package/es/Progress/Progress.less +0 -24
  159. package/es/Radio/Radio.less +0 -81
  160. package/es/Rating/Rating.less +0 -64
  161. package/es/Select/Select.less +0 -105
  162. package/es/Skeleton/Skeleton.less +0 -72
  163. package/es/Slider/Slider.less +0 -108
  164. package/es/Stack/demo/index.less +0 -27
  165. package/es/Steps/Step.less +0 -228
  166. package/es/Swiper/Swiper.less +0 -25
  167. package/es/Switch/Switch.less +0 -177
  168. package/es/TabBar/TabBarItem.less +0 -54
  169. package/es/Tabs/Tab.less +0 -60
  170. package/es/Tabs/TabPanel.less +0 -11
  171. package/es/Tabs/Tabs.less +0 -77
  172. package/es/Tag/Tag.less +0 -119
  173. package/es/Tag/TagGroup.less +0 -52
  174. /package/dist/Card/{CardContent.less → CardContent.css} +0 -0
  175. /package/dist/Card/{CardFooter.less → CardFooter.css} +0 -0
  176. /package/dist/CitySelector/{miniapp.less → miniapp.css} +0 -0
  177. /package/dist/List/{ListItemExtra.less → ListItemExtra.css} +0 -0
  178. /package/dist/List/{ListItemHeader.less → ListItemHeader.css} +0 -0
  179. /package/dist/Stack/{Stack.less → Stack.css} +0 -0
  180. /package/dist/TabBar/{TabBar.less → TabBar.css} +0 -0
  181. /package/es/Card/{CardContent.less → CardContent.css} +0 -0
  182. /package/es/Card/{CardFooter.less → CardFooter.css} +0 -0
  183. /package/es/CitySelector/{miniapp.less → miniapp.css} +0 -0
  184. /package/es/List/{ListItemExtra.less → ListItemExtra.css} +0 -0
  185. /package/es/List/{ListItemHeader.less → ListItemHeader.css} +0 -0
  186. /package/es/Stack/{Stack.less → Stack.css} +0 -0
  187. /package/es/TabBar/{TabBar.less → TabBar.css} +0 -0
@@ -1,67 +0,0 @@
1
- @import '~@bifrostui/styles/mixins/index.less';
2
-
3
- .bui-navbar {
4
- --height: var(--bui-navbar-height, 45px);
5
- --icon-size: var(--bui-navbar-icon-size, 24px);
6
- --background-color: var(
7
- --bui-navbar-background-color,
8
- var(--bui-color-white)
9
- );
10
- --border-bottom: var(--bui-navbar-border-bottom, none);
11
- --z-index: var(--bui-navbar-z-index, auto);
12
-
13
- position: relative;
14
- width: 100%;
15
- height: var(--height);
16
- box-sizing: border-box;
17
- padding: 0 8px;
18
- display: flex;
19
- justify-content: center;
20
- align-items: center;
21
- background-color: var(--background-color);
22
- border-bottom: var(--border-bottom);
23
- user-select: none;
24
- z-index: var(--z-index);
25
- font-family: var(--bui-font-family);
26
-
27
- &-fixed {
28
- position: fixed;
29
- top: 0;
30
- left: 0;
31
- width: 100%;
32
- }
33
-
34
- &-title {
35
- max-width: 60%;
36
- padding: 0 8px;
37
- font-size: var(--bui-title-size-2);
38
- .ellipsis();
39
- }
40
-
41
- &-left,
42
- &-right {
43
- flex: 1;
44
- display: flex;
45
- align-items: center;
46
- font-size: var(--bui-title-size-3);
47
- }
48
-
49
- &-left {
50
- justify-content: flex-start;
51
- text-align: left;
52
- }
53
-
54
- &-right {
55
- justify-content: flex-end;
56
- text-align: right;
57
- align-self: stretch;
58
- }
59
-
60
- &-icon {
61
- font-size: var(--icon-size);
62
- }
63
-
64
- &-placeholder {
65
- width: 100%;
66
- }
67
- }
@@ -1,62 +0,0 @@
1
- @import '~@bifrostui/styles/mixins/index.less';
2
-
3
- .bui-picker {
4
- --cancel-color: var(--bui-color-fg-default);
5
- --cancel-font-size: var(--bui-title-size-4, 15px);
6
- --confirm-color: var(--bui-color-primary);
7
- --confirm-font-size: var(--bui-title-size-4, 15px);
8
- --title-color: var(--bui-color-fg-default);
9
- --title-font-size: var(--bui-title-size-3, 16px);
10
- --title-font-weight: var(--bui-font-weight-medium, 500);
11
- --panel-container-height: 260px;
12
- --indicator-top: 108px;
13
- --indicator-height: 36px;
14
- --indicator-border-color: var(--bui-color-border-default);
15
- --option-color: var(--bui-color-fg-default);
16
- --option-font-size: var(--bui-title-size-4);
17
- --option-height: 36px;
18
- font-family: var(--bui-font-family);
19
-
20
- .bui-drawer-content {
21
- border-radius: var(--bui-shape-radius-drawer) var(--bui-shape-radius-drawer)
22
- 0 0;
23
- }
24
-
25
- &-header {
26
- height: 50px;
27
- display: flex;
28
- align-items: center;
29
- justify-content: space-between;
30
- padding: 0 var(--bui-spacing-lg);
31
- }
32
-
33
- &-cancel {
34
- width: 40px;
35
- height: 100%;
36
- font-size: var(--cancel-font-size);
37
- text-align: center;
38
- line-height: 50px;
39
- color: var(--cancel-color);
40
- }
41
-
42
- &-title {
43
- font-size: var(--title-font-size);
44
- color: var(--title-color);
45
- font-weight: var(--title-font-weight);
46
- }
47
-
48
- &-confirm {
49
- width: 40px;
50
- height: 100%;
51
- font-size: var(--confirm-font-size);
52
- text-align: center;
53
- line-height: 50px;
54
- color: var(--confirm-color);
55
- }
56
-
57
- &-container {
58
- width: 100%;
59
- height: var(--panel-container-height);
60
- display: flex;
61
- }
62
- }
@@ -1,67 +0,0 @@
1
- @import '~@bifrostui/styles/mixins/index.less';
2
-
3
- .bui-picker-panel {
4
- flex: 1;
5
- flex-shrink: 0;
6
- position: relative;
7
- font-family: var(--bui-font-family);
8
-
9
- &-roller {
10
- transform: rotate3d(1, 0, 0, 60deg);
11
- transform-style: preserve-3d;
12
- position: absolute;
13
- top: var(--indicator-top);
14
- width: 100%;
15
- height: var(--option-height);
16
- }
17
-
18
- &-mask {
19
- position: absolute;
20
- top: 0;
21
- left: 0;
22
- width: 100%;
23
- height: 100%;
24
- background-image: linear-gradient(
25
- 180deg,
26
- var(--bui-color-bg-view-opacity-9),
27
- var(--bui-color-bg-view-opacity-4)
28
- ),
29
- linear-gradient(
30
- 0deg,
31
- var(--bui-color-bg-view-opacity-9),
32
- var(--bui-color-bg-view-opacity-4)
33
- );
34
- background-position: top, bottom;
35
- background-size: 100% var(--indicator-top);
36
- background-repeat: no-repeat;
37
- transform: translateZ(0);
38
- }
39
-
40
- &-indicator {
41
- position: absolute;
42
- top: var(--indicator-top);
43
- height: var(--indicator-height);
44
- width: 100%;
45
- border-top: 1px solid var(--indicator-border-color);
46
- border-bottom: 1px solid var(--indicator-border-color);
47
- }
48
-
49
- &-option {
50
- position: absolute;
51
- top: 0;
52
- left: 0;
53
- text-align: center;
54
- height: var(--option-height);
55
- line-height: var(--option-height);
56
- color: var(--option-color);
57
- font-size: var(--option-font-size);
58
- backface-visibility: hidden;
59
- .ellipsis();
60
- width: 100%;
61
- }
62
-
63
- &-option-hidden {
64
- visibility: hidden;
65
- opacity: 0;
66
- }
67
- }
@@ -1,24 +0,0 @@
1
- .bui-progress {
2
- --fill-color: var(--bui-color-primary);
3
- --trail-color: rgba(156, 156, 165, 0.2);
4
- --stroke-width: 8px;
5
- width: 100%;
6
- font-family: var(--bui-font-family);
7
-
8
- &-inner {
9
- position: relative;
10
- display: inline-block;
11
- width: 100%;
12
- overflow: hidden;
13
- vertical-align: middle;
14
- background-color: var(--trail-color);
15
- border-radius: 100px;
16
- }
17
-
18
- &-bg {
19
- position: relative;
20
- border-radius: 100px;
21
- background-color: var(--fill-color);
22
- height: var(--stroke-width);
23
- }
24
- }
@@ -1,81 +0,0 @@
1
- .bui-radio {
2
- --label-color: var(--bui-color-fg-default);
3
- --label-font-size: var(--bui-text-size-1);
4
- --icon-font-size: var(--bui-title-size-2);
5
- @iconSize: 16px;
6
- display: inline-flex;
7
- align-items: center;
8
- position: relative;
9
- font-family: var(--bui-font-family);
10
-
11
- &-disabled {
12
- pointer-events: none;
13
- opacity: 0.5;
14
- }
15
-
16
- &-label-left {
17
- flex-direction: row-reverse;
18
- }
19
-
20
- &-label-top {
21
- flex-direction: column-reverse;
22
- }
23
-
24
- &-label-bottom {
25
- flex-direction: column;
26
- }
27
-
28
- &-input {
29
- opacity: 0;
30
- // 解决onClick触发两次的问题 & 微信文案点击选中
31
- width: 100%;
32
- height: 100%;
33
- position: absolute;
34
- top: 0;
35
- left: 0;
36
- cursor: pointer;
37
- z-index: 1;
38
- }
39
-
40
- &-icon {
41
- display: flex;
42
- align-items: center;
43
- justify-content: center;
44
- flex-shrink: 0;
45
- padding: 5px;
46
- box-sizing: border-box;
47
- }
48
-
49
- &-label {
50
- font-size: var(--label-font-size);
51
- color: var(--label-color);
52
- }
53
-
54
- &-btn-icon {
55
- position: relative;
56
- display: flex;
57
-
58
- .bui-svg-icon {
59
- font-size: var(--icon-font-size);
60
- }
61
-
62
- &-outline {
63
- transform: scale(1);
64
- transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
65
- }
66
-
67
- &-contained {
68
- position: absolute;
69
- left: 0;
70
- transform: scale(0);
71
- transition: transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
72
- }
73
-
74
- &-checked {
75
- .bui-radio-btn-icon-contained {
76
- transform: scale(1);
77
- transition: transform 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
78
- }
79
- }
80
- }
81
- }
@@ -1,64 +0,0 @@
1
- .bui-rating {
2
- display: flex;
3
- flex-wrap: wrap;
4
- font-family: var(--bui-font-family);
5
-
6
- &-disabled {
7
- pointer-events: none;
8
- opacity: 0.5;
9
- }
10
-
11
- &-container {
12
- position: relative;
13
- display: flex;
14
-
15
- &:last-child {
16
- margin-right: 0;
17
- }
18
-
19
- &-xsmall {
20
- font-size: var(--bui-text-size-5);
21
- }
22
-
23
- &-small {
24
- font-size: var(--bui-text-size-1);
25
- margin-right: 0.5px;
26
- }
27
-
28
- &-medium {
29
- font-size: var(--bui-title-size-3);
30
- margin-right: 1px;
31
- }
32
-
33
- &-large {
34
- font-size: 22px;
35
- margin-right: 2px;
36
- }
37
- }
38
-
39
- &-item {
40
- display: flex;
41
- align-items: center;
42
- overflow: hidden;
43
- cursor: pointer;
44
- color: var(--bui-color-fg-disabled);
45
-
46
- &-input {
47
- display: none;
48
- }
49
-
50
- &-half {
51
- position: absolute;
52
- top: 0;
53
- width: 50%;
54
- }
55
-
56
- &-readonly {
57
- cursor: unset;
58
- }
59
-
60
- &-active {
61
- color: var(--bui-color-warning);
62
- }
63
- }
64
- }
@@ -1,105 +0,0 @@
1
- @class-prefix-select: ~'bui-select';
2
- @transition-duration: 0.3s;
3
-
4
- .@{class-prefix-select} {
5
- position: relative;
6
- cursor: pointer;
7
- height: 27px;
8
- min-width: 100px;
9
- font-size: var(--bui-title-size-3);
10
- border-radius: 5px;
11
- background-color: var(--bui-color-bg-view);
12
- font-family: var(--bui-font-family);
13
-
14
- &:active,
15
- &-active {
16
- box-shadow: 0 0 0 2px var(--bui-color-bg-default);
17
- }
18
-
19
- &-selector-container {
20
- display: flex;
21
- align-items: center;
22
- padding: 0 14px;
23
- height: 100%;
24
- }
25
-
26
- &-input {
27
- width: 0;
28
- height: 0;
29
- border: 0;
30
- opacity: 0;
31
- }
32
-
33
- &-placeholder {
34
- color: var(--bui-color-fg-disabled);
35
- }
36
-
37
- &-selector {
38
- display: flex;
39
- justify-content: space-between;
40
- align-items: center;
41
- flex: 1;
42
- height: 27px;
43
- background-color: transparent;
44
- outline: none;
45
- border: 0;
46
-
47
- &-icon {
48
- font-size: var(--bui-title-size-3);
49
- }
50
- }
51
-
52
- &-option-container {
53
- position: absolute;
54
- box-sizing: border-box;
55
- top: 100%;
56
- left: 0;
57
- width: 100%;
58
- z-index: var(--bui-z-index-dropdown);
59
- margin-top: 6px;
60
- background-color: var(--bui-color-bg-view);
61
- padding: 2px;
62
- overflow: hidden;
63
- }
64
-
65
- &-option-main {
66
- border-radius: 3px;
67
- padding: 3px 0;
68
- box-shadow: 0 0 0 2px var(--bui-color-bg-default);
69
- overflow: hidden;
70
- }
71
-
72
- &-option {
73
- display: flex;
74
- align-items: center;
75
- height: 27px;
76
- padding: 0 14px;
77
- border-radius: 5px;
78
- margin: 0 3px;
79
- }
80
-
81
- &-option:hover {
82
- background-color: var(---bui-select-options-active-bg, #fff2f0);
83
- color: var(--bui-color-primary);
84
- }
85
-
86
- &-option-active {
87
- font-weight: 500;
88
- color: var(--bui-color-primary);
89
- background-color: var(---bui-select-options-active-bg, #fff2f0);
90
- }
91
-
92
- &-option-hide {
93
- opacity: 0;
94
- transform: translateY(-5px);
95
- }
96
- }
97
-
98
- .bui-select.bui-select-disabled,
99
- .bui-select-option-disabled {
100
- pointer-events: none;
101
- box-shadow: none;
102
- background-color: var(--bui-color-bg-view);
103
- color: var(--bui-color-fg-subtle);
104
- border: none;
105
- }
@@ -1,72 +0,0 @@
1
- .bui-skeleton {
2
- --border-radius: var(--bui-shape-radius-label);
3
- display: block;
4
-
5
- &-animation-wave {
6
- background: linear-gradient(
7
- 90deg,
8
- rgba(190, 190, 190, 0.2) 25%,
9
- rgba(129, 129, 129, 0.24) 37%,
10
- rgba(190, 190, 190, 0.2) 63%
11
- );
12
- background-size: 400% 100%;
13
- animation: bui-skeleton-wave 1.4s ease infinite;
14
- }
15
-
16
- &-animation-pulse {
17
- background: rgba(190, 190, 190, 0.35);
18
- animation: bui-skeleton-pulse 1.4s ease infinite;
19
- }
20
-
21
- &-text {
22
- height: auto;
23
- transform-origin: 0 55%;
24
- transform: scale(1, 0.6);
25
- border-radius: var(--border-radius);
26
-
27
- &::before {
28
- content: '\00a0';
29
- }
30
- }
31
-
32
- &-rectangular {
33
- height: 1.2em;
34
- }
35
-
36
- &-rounded {
37
- height: 1.2em;
38
- border-radius: var(--border-radius);
39
- }
40
-
41
- &-circular {
42
- border-radius: 50%;
43
- }
44
-
45
- &-with-children {
46
- max-width: fit-content;
47
- }
48
- }
49
-
50
- @keyframes bui-skeleton-wave {
51
- 0% {
52
- background-position: 100% 50%;
53
- }
54
-
55
- 100% {
56
- background-position: 0 50%;
57
- }
58
- }
59
-
60
- @keyframes bui-skeleton-pulse {
61
- 0% {
62
- opacity: 1;
63
- }
64
-
65
- 50% {
66
- opacity: 0.58;
67
- }
68
-
69
- 100% {
70
- opacity: 1;
71
- }
72
- }
@@ -1,108 +0,0 @@
1
- @import '~@bifrostui/styles/mixins/index.less';
2
-
3
- .bui-slider {
4
- --line-color: var(--bui-color-primary);
5
- --line-bg-color: var(--bui-color-border-default);
6
- --tooltip-font-size: var(--bui-text-size-3);
7
- --tooltip-color: var(--bui-color-white);
8
- --tooltip-bg-color: var(--line-color);
9
- position: relative;
10
- width: 100%;
11
- height: 2px;
12
- padding: 19px 0;
13
- box-sizing: border-box;
14
- font-family: var(--bui-font-family);
15
-
16
- &-disabled {
17
- pointer-events: none;
18
- opacity: 0.5;
19
- }
20
-
21
- &-line {
22
- position: absolute;
23
- top: 50%;
24
- left: 0;
25
- height: 2px;
26
- transform: translateY(-50%);
27
- background-color: var(--line-color);
28
- }
29
-
30
- &-rail {
31
- position: absolute;
32
- top: 50%;
33
- left: 0;
34
- width: 100%;
35
- height: 2px;
36
- transform: translateY(-50%);
37
- background-color: var(--line-bg-color);
38
- }
39
-
40
- &-button {
41
- display: flex;
42
- position: absolute;
43
- justify-content: center;
44
- align-items: center;
45
- width: 26px;
46
- height: 26px;
47
- background-color: #fff;
48
- box-shadow: #ddd 0 0 10px;
49
- border-radius: 50%;
50
- transform: translate(-50%, -50%);
51
- font-size: var(--bui-title-size-3);
52
- cursor: grab;
53
-
54
- // 增加点击热区大小
55
- &::after {
56
- position: absolute;
57
- content: '';
58
- top: -10px;
59
- bottom: -10px;
60
- left: -10px;
61
- right: -10px;
62
- }
63
-
64
- &-0 {
65
- left: 0%;
66
- top: 50%;
67
- z-index: var(--bui-z-index-affix);
68
- }
69
-
70
- &-1 {
71
- left: 0%;
72
- top: 50%;
73
- z-index: var(--bui-z-index-affix);
74
- }
75
- }
76
-
77
- &-tooltip {
78
- position: absolute;
79
- top: -14px;
80
- width: 46px;
81
- height: 24px;
82
- line-height: 24px;
83
- font-size: var(--tooltip-font-size);
84
- border-radius: 24px;
85
- color: var(--tooltip-color);
86
- text-align: center;
87
- background-color: var(--tooltip-bg-color);
88
- transform: translate(-50%, -50%);
89
- z-index: var(--bui-z-index-popover);
90
-
91
- &::after {
92
- position: absolute;
93
- bottom: -10px;
94
- left: 0;
95
- right: 0;
96
- margin: 0 auto;
97
- content: '';
98
- width: 0;
99
- height: 0;
100
- border: 6px solid transparent;
101
- border-top: 6px solid var(--tooltip-bg-color);
102
- }
103
-
104
- &-hidden {
105
- display: none;
106
- }
107
- }
108
- }
@@ -1,27 +0,0 @@
1
- .bui-stack-demo-options {
2
- display: flex;
3
- column-gap: 30px;
4
-
5
- &-title {
6
- font-weight: 500;
7
- }
8
- }
9
-
10
- @media all and (max-width: 570px) {
11
- .bui-stack-demo-options {
12
- display: flex;
13
- flex-direction: column;
14
- row-gap: 15px;
15
-
16
- &-title {
17
- width: 100%;
18
- font-size: 16px;
19
- }
20
-
21
- .bui-radio-group {
22
- display: flex;
23
- flex-wrap: wrap;
24
- align-items: center;
25
- }
26
- }
27
- }