@bifrostui/react 1.4.8-beta.0 → 2.0.0-alpha.0

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 (556) hide show
  1. package/dist/ActionSheet/ActionSheet.css +16 -6
  2. package/dist/ActionSheet/ActionSheetItem.css +11 -17
  3. package/dist/ActionSheet/ActionSheetItem.js +3 -8
  4. package/dist/ActionSheet/ActionSheetItem.types.d.ts +2 -2
  5. package/dist/ActionSheet/index.css +89 -0
  6. package/dist/Alert/Alert.types.d.ts +3 -3
  7. package/dist/Alert/index.css +18 -14
  8. package/dist/Avatar/Avatar.css +16 -12
  9. package/dist/Avatar/Avatar.js +3 -8
  10. package/dist/Avatar/AvatarGroup.css +19 -15
  11. package/dist/Avatar/AvatarGroup.js +2 -6
  12. package/dist/Avatar/index.css +93 -0
  13. package/dist/Backdrop/Backdrop.d.ts +1 -1
  14. package/dist/Backdrop/Backdrop.js +1 -1
  15. package/dist/Backdrop/{Backdrop.css → index.css} +6 -2
  16. package/dist/Badge/Badge.d.ts +1 -1
  17. package/dist/Badge/Badge.js +4 -9
  18. package/dist/Badge/Badge.types.d.ts +1 -1
  19. package/dist/Badge/{Badge.css → index.css} +47 -27
  20. package/dist/Breadcrumb/Breadcrumb.d.ts +1 -1
  21. package/dist/Breadcrumb/Breadcrumb.js +1 -1
  22. package/dist/Breadcrumb/index.css +38 -0
  23. package/dist/Button/Button.d.ts +1 -1
  24. package/dist/Button/Button.js +6 -11
  25. package/dist/Button/Button.types.d.ts +8 -7
  26. package/{es/Button/Button.css → dist/Button/index.css} +93 -63
  27. package/dist/Calendar/Calendar.d.ts +1 -1
  28. package/dist/Calendar/Calendar.js +10 -22
  29. package/dist/Calendar/Calendar.types.d.ts +0 -5
  30. package/dist/Calendar/{Calendar.css → index.css} +35 -31
  31. package/dist/Card/Card.css +9 -0
  32. package/dist/Card/CardContent.css +1 -2
  33. package/dist/Card/CardFooter.css +2 -4
  34. package/dist/Card/CardHeader.css +5 -5
  35. package/dist/Card/CardHeader.js +2 -2
  36. package/dist/Card/index.css +77 -0
  37. package/dist/Checkbox/Checkbox.d.ts +1 -1
  38. package/dist/Checkbox/Checkbox.js +4 -8
  39. package/dist/Checkbox/CheckboxGroup.d.ts +1 -1
  40. package/dist/Checkbox/CheckboxGroup.js +5 -8
  41. package/dist/Checkbox/{Checkbox.css → index.css} +14 -10
  42. package/dist/CitySelector/CitySelector.miniapp.d.ts +0 -1
  43. package/dist/CitySelector/CitySelector.miniapp.js +0 -1
  44. package/dist/CitySelector/CitySelectorCore.d.ts +1 -1
  45. package/dist/CitySelector/CitySelectorCore.js +1 -1
  46. package/dist/CitySelector/Selector/index.css +4 -4
  47. package/{es/CitySelector/CitySelector.css → dist/CitySelector/index.css} +31 -27
  48. package/dist/Collapse/Collapse.d.ts +2 -2
  49. package/dist/Collapse/Collapse.js +9 -12
  50. package/{es/Collapse/Collapse.css → dist/Collapse/index.css} +1 -0
  51. package/dist/CollapsePanel/CollapsePanel.d.ts +1 -1
  52. package/dist/CollapsePanel/CollapsePanel.js +1 -1
  53. package/dist/CollapsePanel/CollapsePanelItem.js +45 -46
  54. package/{es/CollapsePanel/CollapsePanel.css → dist/CollapsePanel/index.css} +12 -10
  55. package/dist/Countdown/Countdown.d.ts +1 -1
  56. package/dist/Countdown/Countdown.js +6 -13
  57. package/{es/Countdown/Countdown.css → dist/Countdown/index.css} +12 -8
  58. package/dist/Dialog/FunctionalDialog.js +1 -1
  59. package/dist/Dialog/index.css +26 -23
  60. package/dist/Divider/Divider.d.ts +1 -1
  61. package/dist/Divider/Divider.js +9 -6
  62. package/{es/Divider/Divider.css → dist/Divider/index.css} +14 -10
  63. package/dist/Drawer/Drawer.d.ts +1 -1
  64. package/dist/Drawer/Drawer.js +5 -11
  65. package/dist/Drawer/{Drawer.css → index.css} +2 -0
  66. package/dist/Fade/Fade.js +52 -56
  67. package/dist/IconButton/IconButton.d.ts +1 -1
  68. package/dist/IconButton/IconButton.js +7 -14
  69. package/dist/IconButton/IconButton.types.d.ts +4 -3
  70. package/{es/IconButton/IconButton.css → dist/IconButton/index.css} +79 -29
  71. package/dist/Image/Image.js +112 -119
  72. package/dist/Image/index.css +6 -2
  73. package/dist/Input/Input.d.ts +1 -1
  74. package/dist/Input/Input.js +6 -12
  75. package/{es/Input/Input.css → dist/Input/index.css} +22 -18
  76. package/dist/ItemSelector/ItemSelector.miniapp.d.ts +0 -1
  77. package/dist/ItemSelector/ItemSelector.miniapp.js +0 -1
  78. package/dist/ItemSelector/ItemSelectorCore.d.ts +1 -1
  79. package/dist/ItemSelector/ItemSelectorCore.js +1 -1
  80. package/dist/List/List.css +7 -3
  81. package/dist/List/List.js +3 -8
  82. package/dist/List/ListItem.css +3 -3
  83. package/dist/List/ListItem.js +42 -44
  84. package/dist/List/ListItemContent.js +1 -4
  85. package/dist/List/ListItemExtra.js +9 -4
  86. package/dist/List/ListItemFooter.js +9 -4
  87. package/dist/List/ListItemHeader.js +9 -4
  88. package/dist/List/index.css +80 -0
  89. package/dist/Loading/Loading.d.ts +1 -1
  90. package/dist/Loading/Loading.js +14 -5
  91. package/{es/Loading/Loading.css → dist/Loading/index.css} +10 -6
  92. package/dist/Modal/Modal.d.ts +1 -1
  93. package/dist/Modal/Modal.js +1 -7
  94. package/dist/Modal/Modal.miniapp.d.ts +2 -2
  95. package/dist/Modal/Modal.miniapp.js +5 -11
  96. package/dist/NavBar/NavBar.d.ts +1 -1
  97. package/dist/NavBar/NavBar.js +1 -2
  98. package/dist/NavBar/index.css +65 -0
  99. package/dist/Picker/Picker.css +21 -21
  100. package/dist/Picker/Picker.js +6 -28
  101. package/dist/Picker/Picker.types.d.ts +4 -17
  102. package/dist/Picker/PickerPanel.css +8 -12
  103. package/dist/Picker/PickerPanel.js +39 -29
  104. package/dist/Picker/index.css +116 -0
  105. package/dist/Popover/Popover.d.ts +1 -1
  106. package/dist/Popover/Popover.js +28 -71
  107. package/{es/Popover/Popover.css → dist/Popover/index.css} +32 -28
  108. package/dist/Portal/Portal.miniapp.js +4 -7
  109. package/dist/Progress/Progress.d.ts +1 -1
  110. package/dist/Progress/Progress.js +1 -1
  111. package/dist/Progress/index.css +28 -0
  112. package/dist/Radio/Radio.d.ts +1 -1
  113. package/dist/Radio/Radio.js +3 -7
  114. package/dist/Radio/RadioButtonIcon.js +6 -1
  115. package/dist/Radio/RadioGroup.d.ts +1 -1
  116. package/dist/Radio/RadioGroup.js +1 -4
  117. package/dist/Radio/{Radio.css → index.css} +10 -7
  118. package/dist/Rating/Rating.d.ts +1 -1
  119. package/dist/Rating/Rating.js +9 -19
  120. package/{es/Rating/Rating.css → dist/Rating/index.css} +20 -7
  121. package/dist/ScrollView/ScrollView.d.ts +1 -1
  122. package/dist/ScrollView/ScrollView.js +12 -25
  123. package/dist/ScrollView/ScrollView.types.d.ts +1 -0
  124. package/dist/Select/Select.d.ts +1 -1
  125. package/dist/Select/Select.js +43 -76
  126. package/dist/Select/SelectOption.d.ts +1 -1
  127. package/dist/Select/SelectOption.js +1 -1
  128. package/dist/Select/{Select.css → index.css} +30 -20
  129. package/dist/Skeleton/Skeleton.d.ts +1 -1
  130. package/dist/Skeleton/Skeleton.js +6 -10
  131. package/dist/Skeleton/{Skeleton.css → index.css} +7 -3
  132. package/dist/Slide/Slide.js +69 -74
  133. package/dist/Slider/Slider.d.ts +1 -1
  134. package/dist/Slider/Slider.js +13 -29
  135. package/dist/Slider/index.css +111 -0
  136. package/dist/Stack/Stack.d.ts +1 -1
  137. package/dist/Stack/Stack.js +1 -1
  138. package/dist/Steps/Step.css +14 -14
  139. package/dist/Steps/Step.js +81 -82
  140. package/dist/Steps/Steps.css +18 -14
  141. package/dist/Steps/Steps.d.ts +1 -1
  142. package/dist/Steps/Steps.js +57 -60
  143. package/dist/Steps/index.css +199 -0
  144. package/dist/Swiper/Swiper.d.ts +1 -1
  145. package/dist/Swiper/Swiper.js +1 -1
  146. package/{es/Swiper/Swiper.css → dist/Swiper/index.css} +6 -2
  147. package/dist/Switch/Switch.d.ts +1 -1
  148. package/dist/Switch/Switch.js +76 -79
  149. package/dist/Switch/Switch.types.d.ts +1 -1
  150. package/{es/Switch/Switch.css → dist/Switch/index.css} +46 -35
  151. package/dist/TabBar/TabBar.css +12 -8
  152. package/dist/TabBar/TabBar.js +3 -8
  153. package/dist/TabBar/TabBarContext.d.ts +3 -3
  154. package/dist/TabBar/TabBarItem.css +6 -0
  155. package/dist/TabBar/TabBarItem.js +3 -3
  156. package/dist/TabBar/index.css +59 -0
  157. package/dist/TabBar/index.types.d.ts +3 -3
  158. package/dist/Tabs/Tab.css +10 -16
  159. package/dist/Tabs/Tab.js +2 -3
  160. package/dist/Tabs/Tabs.css +32 -21
  161. package/dist/Tabs/Tabs.js +39 -70
  162. package/dist/Tabs/Tabs.types.d.ts +0 -10
  163. package/dist/Tabs/index.css +135 -0
  164. package/dist/Tabs/utils/bound.d.ts +1 -0
  165. package/dist/{DesktopPicker/utils/calcAfterMounted.js → Tabs/utils/bound.js} +14 -7
  166. package/dist/Tag/Tag.css +49 -23
  167. package/dist/Tag/Tag.js +3 -7
  168. package/dist/Tag/Tag.types.d.ts +4 -4
  169. package/dist/Tag/TagGroup.css +15 -11
  170. package/dist/Tag/TagGroup.d.ts +2 -2
  171. package/dist/Tag/TagGroup.js +16 -14
  172. package/dist/Tag/index.css +182 -0
  173. package/dist/TextArea/TextArea.d.ts +1 -1
  174. package/dist/TextArea/TextArea.js +6 -13
  175. package/dist/TextArea/index.css +57 -0
  176. package/dist/ThemeProvider/ThemeProvider.js +1 -4
  177. package/dist/ThemeProvider/ThemeProvider.types.d.ts +5 -10
  178. package/dist/ThemeProvider/utils/constants.d.ts +1 -1
  179. package/dist/ThemeProvider/utils/constants.js +4 -1
  180. package/dist/ThemeProvider/utils/mountTokens.d.ts +4 -4
  181. package/dist/Toast/FunctionalToast.js +1 -1
  182. package/dist/Toast/Toast.d.ts +1 -1
  183. package/dist/Toast/Toast.js +5 -5
  184. package/dist/Toast/index.css +58 -0
  185. package/dist/Tooltip/Tooltip.d.ts +1 -1
  186. package/dist/Tooltip/Tooltip.js +28 -71
  187. package/dist/Tooltip/index.css +95 -0
  188. package/dist/Transition/TransitionCore.js +3 -8
  189. package/dist/index.d.ts +0 -6
  190. package/dist/index.js +1 -13
  191. package/dist/locales/base.d.ts +0 -11
  192. package/dist/locales/en-US.js +0 -24
  193. package/dist/locales/zh-CN.js +0 -24
  194. package/dist/locales/zh-TW.js +0 -24
  195. package/es/ActionSheet/ActionSheet.css +16 -6
  196. package/es/ActionSheet/ActionSheetItem.css +11 -17
  197. package/es/ActionSheet/ActionSheetItem.js +3 -8
  198. package/es/ActionSheet/ActionSheetItem.types.d.ts +2 -2
  199. package/es/ActionSheet/index.css +89 -0
  200. package/es/Alert/Alert.types.d.ts +3 -3
  201. package/es/Alert/index.css +18 -14
  202. package/es/Avatar/Avatar.css +16 -12
  203. package/es/Avatar/Avatar.js +3 -8
  204. package/es/Avatar/AvatarGroup.css +19 -15
  205. package/es/Avatar/AvatarGroup.js +2 -6
  206. package/es/Avatar/index.css +93 -0
  207. package/es/Backdrop/Backdrop.d.ts +1 -1
  208. package/es/Backdrop/Backdrop.js +1 -1
  209. package/es/Backdrop/{Backdrop.css → index.css} +6 -2
  210. package/es/Badge/Badge.d.ts +1 -1
  211. package/es/Badge/Badge.js +4 -9
  212. package/es/Badge/Badge.types.d.ts +1 -1
  213. package/es/Badge/{Badge.css → index.css} +47 -27
  214. package/es/Breadcrumb/Breadcrumb.d.ts +1 -1
  215. package/es/Breadcrumb/Breadcrumb.js +1 -1
  216. package/es/Breadcrumb/index.css +38 -0
  217. package/es/Button/Button.d.ts +1 -1
  218. package/es/Button/Button.js +6 -11
  219. package/es/Button/Button.types.d.ts +8 -7
  220. package/{dist/Button/Button.css → es/Button/index.css} +93 -63
  221. package/es/Calendar/Calendar.d.ts +1 -1
  222. package/es/Calendar/Calendar.js +10 -22
  223. package/es/Calendar/Calendar.types.d.ts +0 -5
  224. package/es/Calendar/{Calendar.css → index.css} +35 -31
  225. package/es/Card/Card.css +9 -0
  226. package/es/Card/CardContent.css +1 -2
  227. package/es/Card/CardFooter.css +2 -4
  228. package/es/Card/CardHeader.css +5 -5
  229. package/es/Card/CardHeader.js +2 -2
  230. package/es/Card/index.css +77 -0
  231. package/es/Checkbox/Checkbox.d.ts +1 -1
  232. package/es/Checkbox/Checkbox.js +4 -8
  233. package/es/Checkbox/CheckboxGroup.d.ts +1 -1
  234. package/es/Checkbox/CheckboxGroup.js +5 -8
  235. package/es/Checkbox/{Checkbox.css → index.css} +14 -10
  236. package/es/CitySelector/CitySelector.miniapp.d.ts +0 -1
  237. package/es/CitySelector/CitySelector.miniapp.js +0 -1
  238. package/es/CitySelector/CitySelectorCore.d.ts +1 -1
  239. package/es/CitySelector/CitySelectorCore.js +1 -1
  240. package/es/CitySelector/Selector/index.css +4 -4
  241. package/{dist/CitySelector/CitySelector.css → es/CitySelector/index.css} +31 -27
  242. package/es/Collapse/Collapse.d.ts +2 -2
  243. package/es/Collapse/Collapse.js +9 -12
  244. package/{dist/Collapse/Collapse.css → es/Collapse/index.css} +1 -0
  245. package/es/CollapsePanel/CollapsePanel.d.ts +1 -1
  246. package/es/CollapsePanel/CollapsePanel.js +1 -1
  247. package/es/CollapsePanel/CollapsePanelItem.js +45 -46
  248. package/{dist/CollapsePanel/CollapsePanel.css → es/CollapsePanel/index.css} +12 -10
  249. package/es/Countdown/Countdown.d.ts +1 -1
  250. package/es/Countdown/Countdown.js +6 -13
  251. package/{dist/Countdown/Countdown.css → es/Countdown/index.css} +12 -8
  252. package/es/Dialog/FunctionalDialog.js +2 -2
  253. package/es/Dialog/index.css +26 -23
  254. package/es/Divider/Divider.d.ts +1 -1
  255. package/es/Divider/Divider.js +9 -6
  256. package/{dist/Divider/Divider.css → es/Divider/index.css} +14 -10
  257. package/es/Drawer/Drawer.d.ts +1 -1
  258. package/es/Drawer/Drawer.js +5 -11
  259. package/es/Drawer/{Drawer.css → index.css} +2 -0
  260. package/es/Fade/Fade.js +52 -56
  261. package/es/IconButton/IconButton.d.ts +1 -1
  262. package/es/IconButton/IconButton.js +7 -14
  263. package/es/IconButton/IconButton.types.d.ts +4 -3
  264. package/{dist/IconButton/IconButton.css → es/IconButton/index.css} +79 -29
  265. package/es/Image/Image.js +112 -119
  266. package/es/Image/index.css +6 -2
  267. package/es/Input/Input.d.ts +1 -1
  268. package/es/Input/Input.js +6 -12
  269. package/{dist/Input/Input.css → es/Input/index.css} +22 -18
  270. package/es/ItemSelector/ItemSelector.miniapp.d.ts +0 -1
  271. package/es/ItemSelector/ItemSelector.miniapp.js +0 -1
  272. package/es/ItemSelector/ItemSelectorCore.d.ts +1 -1
  273. package/es/ItemSelector/ItemSelectorCore.js +1 -1
  274. package/es/List/List.css +7 -3
  275. package/es/List/List.js +3 -8
  276. package/es/List/ListItem.css +3 -3
  277. package/es/List/ListItem.js +42 -44
  278. package/es/List/ListItemContent.js +1 -4
  279. package/es/List/ListItemExtra.js +9 -4
  280. package/es/List/ListItemFooter.js +9 -4
  281. package/es/List/ListItemHeader.js +9 -4
  282. package/es/List/index.css +80 -0
  283. package/es/Loading/Loading.d.ts +1 -1
  284. package/es/Loading/Loading.js +14 -5
  285. package/{dist/Loading/Loading.css → es/Loading/index.css} +10 -6
  286. package/es/Modal/Modal.d.ts +1 -1
  287. package/es/Modal/Modal.js +1 -7
  288. package/es/Modal/Modal.miniapp.d.ts +2 -2
  289. package/es/Modal/Modal.miniapp.js +5 -11
  290. package/es/NavBar/NavBar.d.ts +1 -1
  291. package/es/NavBar/NavBar.js +1 -2
  292. package/es/NavBar/index.css +65 -0
  293. package/es/Picker/Picker.css +21 -21
  294. package/es/Picker/Picker.js +6 -28
  295. package/es/Picker/Picker.types.d.ts +4 -17
  296. package/es/Picker/PickerPanel.css +8 -12
  297. package/es/Picker/PickerPanel.js +52 -31
  298. package/es/Picker/index.css +116 -0
  299. package/es/Popover/Popover.d.ts +1 -1
  300. package/es/Popover/Popover.js +30 -74
  301. package/{dist/Popover/Popover.css → es/Popover/index.css} +32 -28
  302. package/es/Portal/Portal.miniapp.js +5 -8
  303. package/es/Progress/Progress.d.ts +1 -1
  304. package/es/Progress/Progress.js +1 -1
  305. package/es/Progress/index.css +28 -0
  306. package/es/Radio/Radio.d.ts +1 -1
  307. package/es/Radio/Radio.js +3 -7
  308. package/es/Radio/RadioButtonIcon.js +6 -1
  309. package/es/Radio/RadioGroup.d.ts +1 -1
  310. package/es/Radio/RadioGroup.js +1 -4
  311. package/es/Radio/{Radio.css → index.css} +10 -7
  312. package/es/Rating/Rating.d.ts +1 -1
  313. package/es/Rating/Rating.js +9 -19
  314. package/{dist/Rating/Rating.css → es/Rating/index.css} +20 -7
  315. package/es/ScrollView/ScrollView.d.ts +1 -1
  316. package/es/ScrollView/ScrollView.js +12 -25
  317. package/es/ScrollView/ScrollView.types.d.ts +1 -0
  318. package/es/Select/Select.d.ts +1 -1
  319. package/es/Select/Select.js +44 -76
  320. package/es/Select/SelectOption.d.ts +1 -1
  321. package/es/Select/SelectOption.js +1 -1
  322. package/es/Select/{Select.css → index.css} +30 -20
  323. package/es/Skeleton/Skeleton.d.ts +1 -1
  324. package/es/Skeleton/Skeleton.js +6 -10
  325. package/es/Skeleton/{Skeleton.css → index.css} +7 -3
  326. package/es/Slide/Slide.js +69 -74
  327. package/es/Slider/Slider.d.ts +1 -1
  328. package/es/Slider/Slider.js +14 -32
  329. package/es/Slider/index.css +111 -0
  330. package/es/Stack/Stack.d.ts +1 -1
  331. package/es/Stack/Stack.js +1 -1
  332. package/es/Steps/Step.css +14 -14
  333. package/es/Steps/Step.js +81 -82
  334. package/es/Steps/Steps.css +18 -14
  335. package/es/Steps/Steps.d.ts +1 -1
  336. package/es/Steps/Steps.js +57 -60
  337. package/es/Steps/index.css +199 -0
  338. package/es/Swiper/Swiper.d.ts +1 -1
  339. package/es/Swiper/Swiper.js +1 -1
  340. package/{dist/Swiper/Swiper.css → es/Swiper/index.css} +6 -2
  341. package/es/Switch/Switch.d.ts +1 -1
  342. package/es/Switch/Switch.js +76 -79
  343. package/es/Switch/Switch.types.d.ts +1 -1
  344. package/{dist/Switch/Switch.css → es/Switch/index.css} +46 -35
  345. package/es/TabBar/TabBar.css +12 -8
  346. package/es/TabBar/TabBar.js +3 -8
  347. package/es/TabBar/TabBarContext.d.ts +3 -3
  348. package/es/TabBar/TabBarItem.css +6 -0
  349. package/es/TabBar/TabBarItem.js +2 -2
  350. package/es/TabBar/index.css +59 -0
  351. package/es/TabBar/index.types.d.ts +3 -3
  352. package/es/Tabs/Tab.css +10 -16
  353. package/es/Tabs/Tab.js +2 -3
  354. package/es/Tabs/Tabs.css +32 -21
  355. package/es/Tabs/Tabs.js +41 -83
  356. package/es/Tabs/Tabs.types.d.ts +0 -10
  357. package/es/Tabs/index.css +135 -0
  358. package/es/Tabs/utils/bound.d.ts +1 -0
  359. package/es/Tabs/utils/bound.js +13 -0
  360. package/es/Tag/Tag.css +49 -23
  361. package/es/Tag/Tag.js +3 -7
  362. package/es/Tag/Tag.types.d.ts +4 -4
  363. package/es/Tag/TagGroup.css +15 -11
  364. package/es/Tag/TagGroup.d.ts +2 -2
  365. package/es/Tag/TagGroup.js +16 -14
  366. package/es/Tag/index.css +182 -0
  367. package/es/TextArea/TextArea.d.ts +1 -1
  368. package/es/TextArea/TextArea.js +6 -13
  369. package/es/TextArea/index.css +57 -0
  370. package/es/ThemeProvider/ThemeProvider.js +1 -4
  371. package/es/ThemeProvider/ThemeProvider.types.d.ts +5 -10
  372. package/es/ThemeProvider/utils/constants.d.ts +1 -1
  373. package/es/ThemeProvider/utils/constants.js +4 -1
  374. package/es/ThemeProvider/utils/mountTokens.d.ts +4 -4
  375. package/es/Toast/FunctionalToast.js +2 -2
  376. package/es/Toast/Toast.d.ts +1 -1
  377. package/es/Toast/Toast.js +5 -5
  378. package/es/Toast/index.css +58 -0
  379. package/es/Tooltip/Tooltip.d.ts +1 -1
  380. package/es/Tooltip/Tooltip.js +30 -74
  381. package/es/Tooltip/index.css +95 -0
  382. package/es/Transition/TransitionCore.js +3 -8
  383. package/es/index.d.ts +0 -6
  384. package/es/index.js +0 -6
  385. package/es/locales/base.d.ts +0 -11
  386. package/es/locales/en-US.js +0 -24
  387. package/es/locales/zh-CN.js +0 -24
  388. package/es/locales/zh-TW.js +0 -24
  389. package/package.json +14 -6
  390. package/dist/Breadcrumb/Breadcrumb.css +0 -34
  391. package/dist/CitySelector/miniapp.css +0 -4
  392. package/dist/Collapse/Collapse.miniapp.d.ts +0 -5
  393. package/dist/Collapse/Collapse.miniapp.js +0 -177
  394. package/dist/DatePicker/DatePicker.d.ts +0 -4
  395. package/dist/DatePicker/DatePicker.js +0 -335
  396. package/dist/DatePicker/DatePicker.types.d.ts +0 -36
  397. package/dist/DatePicker/DatePicker.types.js +0 -15
  398. package/dist/DatePicker/constants.d.ts +0 -9
  399. package/dist/DatePicker/constants.js +0 -37
  400. package/dist/DatePicker/index.d.ts +0 -3
  401. package/dist/DatePicker/index.js +0 -44
  402. package/dist/DesktopDatePicker/DesktopDatePicker.d.ts +0 -5
  403. package/dist/DesktopDatePicker/DesktopDatePicker.js +0 -280
  404. package/dist/DesktopDatePicker/DesktopDatePicker.types.d.ts +0 -163
  405. package/dist/DesktopDatePicker/DesktopDatePicker.types.js +0 -15
  406. package/dist/DesktopDatePicker/deskTopPickerContainer.css +0 -100
  407. package/dist/DesktopDatePicker/index.css +0 -61
  408. package/dist/DesktopDatePicker/index.d.ts +0 -2
  409. package/dist/DesktopDatePicker/index.js +0 -41
  410. package/dist/DesktopDatePicker/useGetDatePickerContent.d.ts +0 -6
  411. package/dist/DesktopDatePicker/useGetDatePickerContent.js +0 -343
  412. package/dist/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +0 -5
  413. package/dist/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -322
  414. package/dist/DesktopDateTimePicker/DesktopDateTimePicker.types.d.ts +0 -163
  415. package/dist/DesktopDateTimePicker/DesktopDateTimePicker.types.js +0 -15
  416. package/dist/DesktopDateTimePicker/index.css +0 -66
  417. package/dist/DesktopDateTimePicker/index.d.ts +0 -2
  418. package/dist/DesktopDateTimePicker/index.js +0 -41
  419. package/dist/DesktopPicker/DesktopPicker.d.ts +0 -5
  420. package/dist/DesktopPicker/DesktopPicker.js +0 -238
  421. package/dist/DesktopPicker/DesktopPicker.types.d.ts +0 -57
  422. package/dist/DesktopPicker/DesktopPicker.types.js +0 -15
  423. package/dist/DesktopPicker/index.css +0 -37
  424. package/dist/DesktopPicker/index.d.ts +0 -2
  425. package/dist/DesktopPicker/index.js +0 -41
  426. package/dist/DesktopPicker/utils/calcAfterMounted.d.ts +0 -2
  427. package/dist/DesktopPicker/utils/calcAfterMounted.miniapp.d.ts +0 -2
  428. package/dist/DesktopPicker/utils/calcAfterMounted.miniapp.js +0 -38
  429. package/dist/DesktopTimePicker/DesktopTimePicker.d.ts +0 -5
  430. package/dist/DesktopTimePicker/DesktopTimePicker.js +0 -288
  431. package/dist/DesktopTimePicker/DesktopTimePicker.types.d.ts +0 -182
  432. package/dist/DesktopTimePicker/DesktopTimePicker.types.js +0 -15
  433. package/dist/DesktopTimePicker/DesktopTimePickerList.d.ts +0 -4
  434. package/dist/DesktopTimePicker/DesktopTimePickerList.js +0 -111
  435. package/dist/DesktopTimePicker/index.css +0 -170
  436. package/dist/DesktopTimePicker/index.d.ts +0 -2
  437. package/dist/DesktopTimePicker/index.js +0 -41
  438. package/dist/DesktopTimePicker/useGetTimePickerContent.d.ts +0 -6
  439. package/dist/DesktopTimePicker/useGetTimePickerContent.js +0 -249
  440. package/dist/DesktopTimePicker/utils/scrollUtil.d.ts +0 -2
  441. package/dist/DesktopTimePicker/utils/scrollUtil.js +0 -27
  442. package/dist/DesktopTimePicker/utils/scrollUtil.miniapp.d.ts +0 -2
  443. package/dist/DesktopTimePicker/utils/scrollUtil.miniapp.js +0 -51
  444. package/dist/DesktopTimePicker/utils/utils.d.ts +0 -28
  445. package/dist/DesktopTimePicker/utils/utils.js +0 -408
  446. package/dist/ItemSelector/miniapp.css +0 -4
  447. package/dist/NavBar/NavBar.css +0 -61
  448. package/dist/Progress/Progress.css +0 -24
  449. package/dist/Slider/Slider.css +0 -106
  450. package/dist/SwipeAction/SwipeAction.css +0 -79
  451. package/dist/SwipeAction/SwipeAction.d.ts +0 -5
  452. package/dist/SwipeAction/SwipeAction.js +0 -349
  453. package/dist/SwipeAction/SwipeAction.types.d.ts +0 -75
  454. package/dist/SwipeAction/SwipeAction.types.js +0 -15
  455. package/dist/SwipeAction/SwipeActionContext.d.ts +0 -4
  456. package/dist/SwipeAction/SwipeActionContext.js +0 -30
  457. package/dist/SwipeAction/SwipeActionItem.css +0 -31
  458. package/dist/SwipeAction/SwipeActionItem.d.ts +0 -5
  459. package/dist/SwipeAction/SwipeActionItem.js +0 -105
  460. package/dist/SwipeAction/constants.d.ts +0 -9
  461. package/dist/SwipeAction/constants.js +0 -39
  462. package/dist/SwipeAction/index.d.ts +0 -5
  463. package/dist/SwipeAction/index.js +0 -50
  464. package/dist/Tabs/utils/scroll.d.ts +0 -2
  465. package/dist/Tabs/utils/scroll.js +0 -55
  466. package/dist/TextArea/TextArea.css +0 -53
  467. package/dist/Toast/Toast.css +0 -53
  468. package/dist/Tooltip/Tooltip.css +0 -91
  469. package/es/Breadcrumb/Breadcrumb.css +0 -34
  470. package/es/CitySelector/miniapp.css +0 -4
  471. package/es/Collapse/Collapse.miniapp.d.ts +0 -5
  472. package/es/Collapse/Collapse.miniapp.js +0 -157
  473. package/es/DatePicker/DatePicker.d.ts +0 -4
  474. package/es/DatePicker/DatePicker.js +0 -308
  475. package/es/DatePicker/DatePicker.types.d.ts +0 -36
  476. package/es/DatePicker/DatePicker.types.js +0 -1
  477. package/es/DatePicker/constants.d.ts +0 -9
  478. package/es/DatePicker/constants.js +0 -14
  479. package/es/DatePicker/index.d.ts +0 -3
  480. package/es/DatePicker/index.js +0 -8
  481. package/es/DesktopDatePicker/DesktopDatePicker.d.ts +0 -5
  482. package/es/DesktopDatePicker/DesktopDatePicker.js +0 -253
  483. package/es/DesktopDatePicker/DesktopDatePicker.types.d.ts +0 -163
  484. package/es/DesktopDatePicker/DesktopDatePicker.types.js +0 -1
  485. package/es/DesktopDatePicker/deskTopPickerContainer.css +0 -100
  486. package/es/DesktopDatePicker/index.css +0 -61
  487. package/es/DesktopDatePicker/index.d.ts +0 -2
  488. package/es/DesktopDatePicker/index.js +0 -6
  489. package/es/DesktopDatePicker/useGetDatePickerContent.d.ts +0 -6
  490. package/es/DesktopDatePicker/useGetDatePickerContent.js +0 -316
  491. package/es/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +0 -5
  492. package/es/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -295
  493. package/es/DesktopDateTimePicker/DesktopDateTimePicker.types.d.ts +0 -163
  494. package/es/DesktopDateTimePicker/DesktopDateTimePicker.types.js +0 -1
  495. package/es/DesktopDateTimePicker/index.css +0 -66
  496. package/es/DesktopDateTimePicker/index.d.ts +0 -2
  497. package/es/DesktopDateTimePicker/index.js +0 -9
  498. package/es/DesktopPicker/DesktopPicker.d.ts +0 -5
  499. package/es/DesktopPicker/DesktopPicker.js +0 -221
  500. package/es/DesktopPicker/DesktopPicker.types.d.ts +0 -57
  501. package/es/DesktopPicker/DesktopPicker.types.js +0 -1
  502. package/es/DesktopPicker/index.css +0 -37
  503. package/es/DesktopPicker/index.d.ts +0 -2
  504. package/es/DesktopPicker/index.js +0 -6
  505. package/es/DesktopPicker/utils/calcAfterMounted.d.ts +0 -2
  506. package/es/DesktopPicker/utils/calcAfterMounted.js +0 -6
  507. package/es/DesktopPicker/utils/calcAfterMounted.miniapp.d.ts +0 -2
  508. package/es/DesktopPicker/utils/calcAfterMounted.miniapp.js +0 -9
  509. package/es/DesktopTimePicker/DesktopTimePicker.d.ts +0 -5
  510. package/es/DesktopTimePicker/DesktopTimePicker.js +0 -261
  511. package/es/DesktopTimePicker/DesktopTimePicker.types.d.ts +0 -182
  512. package/es/DesktopTimePicker/DesktopTimePicker.types.js +0 -1
  513. package/es/DesktopTimePicker/DesktopTimePickerList.d.ts +0 -4
  514. package/es/DesktopTimePicker/DesktopTimePickerList.js +0 -84
  515. package/es/DesktopTimePicker/index.css +0 -170
  516. package/es/DesktopTimePicker/index.d.ts +0 -2
  517. package/es/DesktopTimePicker/index.js +0 -6
  518. package/es/DesktopTimePicker/useGetTimePickerContent.d.ts +0 -6
  519. package/es/DesktopTimePicker/useGetTimePickerContent.js +0 -226
  520. package/es/DesktopTimePicker/utils/scrollUtil.d.ts +0 -2
  521. package/es/DesktopTimePicker/utils/scrollUtil.js +0 -8
  522. package/es/DesktopTimePicker/utils/scrollUtil.miniapp.d.ts +0 -2
  523. package/es/DesktopTimePicker/utils/scrollUtil.miniapp.js +0 -22
  524. package/es/DesktopTimePicker/utils/utils.d.ts +0 -28
  525. package/es/DesktopTimePicker/utils/utils.js +0 -365
  526. package/es/ItemSelector/miniapp.css +0 -4
  527. package/es/NavBar/NavBar.css +0 -61
  528. package/es/Progress/Progress.css +0 -24
  529. package/es/Slider/Slider.css +0 -106
  530. package/es/SwipeAction/SwipeAction.css +0 -79
  531. package/es/SwipeAction/SwipeAction.d.ts +0 -5
  532. package/es/SwipeAction/SwipeAction.js +0 -334
  533. package/es/SwipeAction/SwipeAction.types.d.ts +0 -75
  534. package/es/SwipeAction/SwipeAction.types.js +0 -1
  535. package/es/SwipeAction/SwipeActionContext.d.ts +0 -4
  536. package/es/SwipeAction/SwipeActionContext.js +0 -11
  537. package/es/SwipeAction/SwipeActionItem.css +0 -31
  538. package/es/SwipeAction/SwipeActionItem.d.ts +0 -5
  539. package/es/SwipeAction/SwipeActionItem.js +0 -78
  540. package/es/SwipeAction/constants.d.ts +0 -9
  541. package/es/SwipeAction/constants.js +0 -15
  542. package/es/SwipeAction/index.d.ts +0 -5
  543. package/es/SwipeAction/index.js +0 -12
  544. package/es/Tabs/utils/scroll.d.ts +0 -2
  545. package/es/Tabs/utils/scroll.js +0 -36
  546. package/es/TextArea/TextArea.css +0 -53
  547. package/es/Toast/Toast.css +0 -53
  548. package/es/Tooltip/Tooltip.css +0 -91
  549. /package/dist/ItemSelector/{ItemSelector.css → index.css} +0 -0
  550. /package/dist/Modal/{Modal.css → index.css} +0 -0
  551. /package/dist/ScrollView/{ScrollView.css → index.css} +0 -0
  552. /package/dist/Stack/{Stack.css → index.css} +0 -0
  553. /package/es/ItemSelector/{ItemSelector.css → index.css} +0 -0
  554. /package/es/Modal/{Modal.css → index.css} +0 -0
  555. /package/es/ScrollView/{ScrollView.css → index.css} +0 -0
  556. /package/es/Stack/{Stack.css → index.css} +0 -0
@@ -1,10 +1,14 @@
1
+ :root,
2
+ page,
3
+ xhs-page {
4
+ --bui-popover-arrow-size: 8PX;
5
+ --bui-popover-location-position: 8PX;
6
+ --bui-popover-max-width: 350px;
7
+ --bui-popover-content-min-width: 30px;
8
+ --bui-popover-content-padding: 6px 8px;
9
+ }
1
10
  .bui-popover {
2
- --arrow-size: var(--bui-popover-arrow-size, 8PX);
3
- --localtion-position: var(--bui-popover-localtion-position, 8PX);
4
- --max-width: var(--bui-popover-max-width, 350px);
5
- --content-min-width: var(--bui-popover-content-min-width, 30px);
6
- --content-padding: var(--bui-popover-content-padding, 6px 8px);
7
- max-width: var(--max-width);
11
+ max-width: var(--bui-popover-max-width);
8
12
  font-size: var(--bui-text-size-1);
9
13
  position: absolute;
10
14
  visibility: hidden;
@@ -16,16 +20,16 @@
16
20
  position: absolute;
17
21
  }
18
22
  .bui-popover .bui-popover-arrow.location-left {
19
- left: var(--localtion-position);
23
+ left: var(--bui-popover-location-position);
20
24
  }
21
25
  .bui-popover .bui-popover-arrow.location-right {
22
- right: var(--localtion-position);
26
+ right: var(--bui-popover-location-position);
23
27
  }
24
28
  .bui-popover .bui-popover-arrow.location-top {
25
- top: var(--localtion-position);
29
+ top: var(--bui-popover-location-position);
26
30
  }
27
31
  .bui-popover .bui-popover-arrow.location-bottom {
28
- bottom: var(--localtion-position);
32
+ bottom: var(--bui-popover-location-position);
29
33
  }
30
34
  .bui-popover.popover-top .location-center,
31
35
  .bui-popover.popover-bottom .location-center {
@@ -38,48 +42,48 @@
38
42
  transform: translateY(-50%);
39
43
  }
40
44
  .bui-popover.popover-top {
41
- padding-bottom: var(--arrow-size);
45
+ padding-bottom: var(--bui-popover-arrow-size);
42
46
  }
43
47
  .bui-popover.popover-top .bui-popover-arrow {
44
- border-left: var(--arrow-size) solid transparent;
45
- border-right: var(--arrow-size) solid transparent;
46
- border-top: var(--arrow-size) solid var(--bui-color-bg-view);
48
+ border-left: var(--bui-popover-arrow-size) solid transparent;
49
+ border-right: var(--bui-popover-arrow-size) solid transparent;
50
+ border-top: var(--bui-popover-arrow-size) solid var(--bui-color-bg-view);
47
51
  bottom: 0;
48
52
  }
49
53
  .bui-popover.popover-bottom {
50
- padding-top: var(--arrow-size);
54
+ padding-top: var(--bui-popover-arrow-size);
51
55
  }
52
56
  .bui-popover.popover-bottom .bui-popover-arrow {
53
- border-left: var(--arrow-size) solid transparent;
54
- border-right: var(--arrow-size) solid transparent;
55
- border-bottom: var(--arrow-size) solid var(--bui-color-bg-view);
57
+ border-left: var(--bui-popover-arrow-size) solid transparent;
58
+ border-right: var(--bui-popover-arrow-size) solid transparent;
59
+ border-bottom: var(--bui-popover-arrow-size) solid var(--bui-color-bg-view);
56
60
  top: 0;
57
61
  }
58
62
  .bui-popover.popover-left {
59
- padding-right: var(--arrow-size);
63
+ padding-right: var(--bui-popover-arrow-size);
60
64
  }
61
65
  .bui-popover.popover-left .bui-popover-arrow {
62
- border-top: var(--arrow-size) solid transparent;
63
- border-bottom: var(--arrow-size) solid transparent;
64
- border-left: var(--arrow-size) solid var(--bui-color-bg-view);
66
+ border-top: var(--bui-popover-arrow-size) solid transparent;
67
+ border-bottom: var(--bui-popover-arrow-size) solid transparent;
68
+ border-left: var(--bui-popover-arrow-size) solid var(--bui-color-bg-view);
65
69
  right: 0;
66
70
  }
67
71
  .bui-popover.popover-right {
68
- padding-left: var(--arrow-size);
72
+ padding-left: var(--bui-popover-arrow-size);
69
73
  }
70
74
  .bui-popover.popover-right .bui-popover-arrow {
71
- border-top: var(--arrow-size) solid transparent;
72
- border-bottom: var(--arrow-size) solid transparent;
73
- border-right: var(--arrow-size) solid var(--bui-color-bg-view);
75
+ border-top: var(--bui-popover-arrow-size) solid transparent;
76
+ border-bottom: var(--bui-popover-arrow-size) solid transparent;
77
+ border-right: var(--bui-popover-arrow-size) solid var(--bui-color-bg-view);
74
78
  left: 0;
75
79
  }
76
80
  .bui-popover .bui-popover-title {
77
81
  font-weight: var(--bui-font-weight-bold);
78
82
  }
79
83
  .bui-popover .bui-popover-content {
80
- min-width: var(--content-min-width);
84
+ min-width: var(--bui-popover-content-min-width);
81
85
  color: var(--bui-color-fg-muted);
82
- padding: var(--content-padding);
86
+ padding: var(--bui-popover-content-padding);
83
87
  text-align: left;
84
88
  text-decoration: none;
85
89
  word-wrap: break-word;
@@ -53,9 +53,7 @@ var import_react = __toESM(require("react"));
53
53
  var import_PortalCore = __toESM(require("./PortalCore"));
54
54
  const Portal = (0, import_react.forwardRef)((props, ref) => {
55
55
  const { disablePortal } = props;
56
- const [rootWrapperElement, setRootWrapperElement] = (0, import_react.useState)();
57
- (0, import_react.useEffect)(() => {
58
- let root;
56
+ const rootWrapperElement = (0, import_react.useMemo)(() => {
59
57
  if (!disablePortal) {
60
58
  const currentPages = import_taro.default.getCurrentPages() || [];
61
59
  const currentPage = currentPages[currentPages.length - 1];
@@ -67,12 +65,11 @@ const Portal = (0, import_react.forwardRef)((props, ref) => {
67
65
  const view = document.createElement("view");
68
66
  view.id = portalId;
69
67
  rootElement == null ? void 0 : rootElement.appendChild(view);
70
- root = view;
71
- } else {
72
- root = portalWrapperElement;
68
+ return view;
73
69
  }
70
+ return portalWrapperElement;
74
71
  }
75
- setRootWrapperElement(root);
72
+ return void 0;
76
73
  }, []);
77
74
  return /* @__PURE__ */ import_react.default.createElement(import_PortalCore.default, __spreadProps(__spreadValues({}, props), { ref, rootElement: rootWrapperElement }));
78
75
  });
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { ProgressGradient, ProgressProps } from './Progress.types';
3
- import './Progress.less';
3
+ import './index.less';
4
4
  export declare const handleGradient: (strokeColor: ProgressGradient) => {
5
5
  backgroundImage: string;
6
6
  };
@@ -59,7 +59,7 @@ __export(Progress_exports, {
59
59
  module.exports = __toCommonJS(Progress_exports);
60
60
  var import_clsx = __toESM(require("clsx"));
61
61
  var import_react = __toESM(require("react"));
62
- var import_Progress2 = require("./Progress.css");
62
+ var import_index = require("./index.css");
63
63
  const prefixCls = "bui-progress";
64
64
  function validProgress(progress) {
65
65
  if (!progress || progress < 0) {
@@ -0,0 +1,28 @@
1
+ :root,
2
+ page,
3
+ xhs-page {
4
+ --bui-progress-fill-color: var(--bui-color-primary);
5
+ --bui-progress-trail-color: rgba(156, 156, 165, 0.2);
6
+ --bui-progress-stroke-width: 8px;
7
+ --bui-progress-width: 100%;
8
+ --bui-progress-border-radius: 100px;
9
+ }
10
+ .bui-progress {
11
+ width: var(--bui-progress-width);
12
+ font-family: var(--bui-font-family);
13
+ }
14
+ .bui-progress-inner {
15
+ position: relative;
16
+ display: inline-block;
17
+ width: var(--bui-progress-width);
18
+ overflow: hidden;
19
+ vertical-align: middle;
20
+ background-color: var(--bui-progress-trail-color);
21
+ border-radius: var(--bui-progress-border-radius);
22
+ }
23
+ .bui-progress-bg {
24
+ position: relative;
25
+ border-radius: var(--bui-progress-border-radius);
26
+ background-color: var(--bui-progress-fill-color);
27
+ height: var(--bui-progress-stroke-width);
28
+ }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { RadioProps } from './Radio.types';
3
- import './Radio.less';
3
+ import './index.less';
4
4
  declare const Radio: React.ForwardRefExoticComponent<Omit<RadioProps<"div", {}>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
5
  export default Radio;
@@ -64,12 +64,12 @@ var import_clsx = __toESM(require("clsx"));
64
64
  var import_react = __toESM(require("react"));
65
65
  var import_RadioButtonIcon = __toESM(require("./RadioButtonIcon"));
66
66
  var import_RadioContext = __toESM(require("./RadioContext"));
67
- var import_Radio2 = require("./Radio.css");
67
+ var import_index = require("./index.css");
68
68
  const prefixCls = "bui-radio";
69
69
  const Radio = (0, import_react.forwardRef)((props, ref) => {
70
70
  const _a = props, {
71
71
  className,
72
- defaultChecked,
72
+ defaultChecked = false,
73
73
  checked,
74
74
  inputProps,
75
75
  inputRef,
@@ -78,7 +78,7 @@ const Radio = (0, import_react.forwardRef)((props, ref) => {
78
78
  disabled,
79
79
  icon,
80
80
  checkedIcon,
81
- labelPlacement,
81
+ labelPlacement = "right",
82
82
  onChange,
83
83
  children
84
84
  } = _a, others = __objRest(_a, [
@@ -177,8 +177,4 @@ const Radio = (0, import_react.forwardRef)((props, ref) => {
177
177
  );
178
178
  });
179
179
  Radio.displayName = "BuiRadio";
180
- Radio.defaultProps = {
181
- defaultChecked: false,
182
- labelPlacement: "right"
183
- };
184
180
  var Radio_default = Radio;
@@ -35,7 +35,12 @@ var import_clsx = __toESM(require("clsx"));
35
35
  var import_react = __toESM(require("react"));
36
36
  const prefixCls = "bui-radio-btn-icon";
37
37
  function RadioButtonIcon(props) {
38
- const { checked, size = "medium", color, htmlColor = "#959aa5" } = props;
38
+ const {
39
+ checked,
40
+ size = "medium",
41
+ color,
42
+ htmlColor = "var(--bui-color-fg-subtle)"
43
+ } = props;
39
44
  return /* @__PURE__ */ import_react.default.createElement(
40
45
  "span",
41
46
  {
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import './Radio.less';
3
2
  import { RadioGroupProps } from './Radio.types';
3
+ import './index.less';
4
4
  declare const RadioGroup: React.ForwardRefExoticComponent<Omit<RadioGroupProps<"div", {}>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
5
  export default RadioGroup;
@@ -59,8 +59,8 @@ module.exports = __toCommonJS(RadioGroup_exports);
59
59
  var import_utils = require("@bifrostui/utils");
60
60
  var import_clsx = __toESM(require("clsx"));
61
61
  var import_react = __toESM(require("react"));
62
- var import_Radio = require("./Radio.css");
63
62
  var import_RadioContext = require("./RadioContext");
63
+ var import_index = require("./index.css");
64
64
  const prefixCls = "bui-radio-group";
65
65
  const RadioGroup = (0, import_react.forwardRef)((props, ref) => {
66
66
  const _a = props, {
@@ -100,7 +100,4 @@ const RadioGroup = (0, import_react.forwardRef)((props, ref) => {
100
100
  );
101
101
  });
102
102
  RadioGroup.displayName = "BuiRadioGroup";
103
- RadioGroup.defaultProps = {
104
- disabled: false
105
- };
106
103
  var RadioGroup_default = RadioGroup;
@@ -1,8 +1,11 @@
1
+ :root,
2
+ page,
3
+ xhs-page {
4
+ --bui-radio-label-color: var(--bui-color-fg-default);
5
+ --bui-radio-label-font-size: var(--bui-text-size-1);
6
+ --bui-radio-icon-padding: 5px;
7
+ }
1
8
  .bui-radio {
2
- --label-color: var(--bui-radio-label-color, var(--bui-color-fg-default));
3
- --label-font-size: var(--bui-radio-label-font-size, var(--bui-text-size-1));
4
- --icon-font-size: var(--bui-radio-icon-font-size, var(--bui-title-size-2));
5
- --icon-padding: var(--bui-radio-icon-padding, 5px);
6
9
  display: inline-flex;
7
10
  align-items: center;
8
11
  position: relative;
@@ -36,12 +39,12 @@
36
39
  align-items: center;
37
40
  justify-content: center;
38
41
  flex-shrink: 0;
39
- padding: var(--icon-padding);
42
+ padding: var(--bui-radio-icon-padding);
40
43
  box-sizing: border-box;
41
44
  }
42
45
  .bui-radio-label {
43
- font-size: var(--label-font-size);
44
- color: var(--label-color);
46
+ font-size: var(--bui-radio-label-font-size);
47
+ color: var(--bui-radio-label-color);
45
48
  }
46
49
  .bui-radio-btn-icon {
47
50
  position: relative;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { RatingProps } from './Rating.types';
3
- import './Rating.less';
3
+ import './index.less';
4
4
  declare const Rating: React.ForwardRefExoticComponent<Omit<RatingProps<"div", {}>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
5
  export default Rating;
@@ -60,7 +60,7 @@ var import_icons = require("@bifrostui/icons");
60
60
  var import_utils = require("@bifrostui/utils");
61
61
  var import_clsx = __toESM(require("clsx"));
62
62
  var import_react = __toESM(require("react"));
63
- var import_Rating2 = require("./Rating.css");
63
+ var import_index = require("./index.css");
64
64
  const classes = {
65
65
  root: "bui-rating",
66
66
  item: "bui-rating-item",
@@ -69,18 +69,18 @@ const classes = {
69
69
  const Rating = (0, import_react.forwardRef)((props, ref) => {
70
70
  const _a = props, {
71
71
  className,
72
- size,
72
+ size = "medium",
73
73
  defaultValue,
74
- allowHalf,
75
- icon,
76
- checkedIcon,
77
- count,
78
- readOnly,
79
- disabled,
74
+ allowHalf = false,
75
+ icon = /* @__PURE__ */ import_react.default.createElement(import_icons.StarFilledIcon, { color: "disabled" }),
76
+ checkedIcon = /* @__PURE__ */ import_react.default.createElement(import_icons.StarFilledIcon, { color: "warning" }),
77
+ count = 5,
78
+ readOnly = false,
79
+ disabled = false,
80
80
  value,
81
81
  onChange,
82
82
  name,
83
- disableClear
83
+ disableClear = false
84
84
  } = _a, others = __objRest(_a, [
85
85
  "className",
86
86
  "size",
@@ -164,14 +164,4 @@ const Rating = (0, import_react.forwardRef)((props, ref) => {
164
164
  );
165
165
  });
166
166
  Rating.displayName = "BuiRating";
167
- Rating.defaultProps = {
168
- size: "medium",
169
- count: 5,
170
- icon: /* @__PURE__ */ import_react.default.createElement(import_icons.StarFilledIcon, { htmlColor: "#ced1d6" }),
171
- checkedIcon: /* @__PURE__ */ import_react.default.createElement(import_icons.StarFilledIcon, { color: "warning" }),
172
- readOnly: false,
173
- disabled: false,
174
- allowHalf: false,
175
- disableClear: false
176
- };
177
167
  var Rating_default = Rating;
@@ -1,3 +1,15 @@
1
+ :root,
2
+ page,
3
+ xhs-page {
4
+ --bui-rating-xsmall-font-size: var(--bui-text-size-5);
5
+ --bui-rating-xsmall-margin-right: 0;
6
+ --bui-rating-small-margin-right: 0.5px;
7
+ --bui-rating-small-font-size: var(--bui-text-size-1);
8
+ --bui-rating-margin-right: 1px;
9
+ --bui-rating-font-size: var(--bui-title-size-3);
10
+ --bui-rating-large-margin-right: 2px;
11
+ --bui-rating-large-font-size: 22px;
12
+ }
1
13
  .bui-rating {
2
14
  --small-margin-right: var(--bui-rating-small-margin-right, 0.5px);
3
15
  --medium-margin-right: var(--bui-rating-medium-margin-right, 1px);
@@ -19,19 +31,20 @@
19
31
  margin-right: 0;
20
32
  }
21
33
  .bui-rating-container-xsmall {
22
- font-size: var(--bui-text-size-5);
34
+ font-size: var(--bui-rating-xsmall-font-size);
35
+ margin-right: var(--bui-rating-xsmall-margin-right);
23
36
  }
24
37
  .bui-rating-container-small {
25
- font-size: var(--bui-text-size-1);
26
- margin-right: var(--small-margin-right);
38
+ font-size: var(--bui-rating-small-font-size);
39
+ margin-right: var(--bui-rating-small-margin-right);
27
40
  }
28
41
  .bui-rating-container-medium {
29
- font-size: var(--bui-title-size-3);
30
- margin-right: var(--medium-margin-right);
42
+ font-size: var(--bui-rating-font-size);
43
+ margin-right: var(--bui-rating-margin-right);
31
44
  }
32
45
  .bui-rating-container-large {
33
- font-size: var(--large-font-size);
34
- margin-right: var(--large-margin-right);
46
+ font-size: var(--bui-rating-large-font-size);
47
+ margin-right: var(--bui-rating-large-margin-right);
35
48
  }
36
49
  .bui-rating-item {
37
50
  display: flex;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import './ScrollView.less';
2
+ import './index.less';
3
3
  import { ScrollViewProps } from './ScrollView.types';
4
4
  declare const ScrollView: React.ForwardRefExoticComponent<Omit<ScrollViewProps<"div", {}>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
5
  export default ScrollView;
@@ -33,15 +33,13 @@ module.exports = __toCommonJS(ScrollView_exports);
33
33
  var import_utils = require("@bifrostui/utils");
34
34
  var import_clsx = __toESM(require("clsx"));
35
35
  var import_react = __toESM(require("react"));
36
- var import_ScrollView = require("./ScrollView.css");
37
- function easeOutScroll(from, to, callback, dur) {
38
- if (dur <= 0) {
39
- dur = 500;
40
- }
36
+ var import_index = require("./index.css");
37
+ function easeOutScroll(from, to, callback) {
41
38
  if (from === to || typeof from !== "number") {
42
39
  return;
43
40
  }
44
41
  const change = to - from;
42
+ const dur = 500;
45
43
  const sTime = +/* @__PURE__ */ new Date();
46
44
  function linear(t, b, c, d) {
47
45
  return c * t / d + b;
@@ -76,8 +74,7 @@ const ScrollView = (0, import_react.forwardRef)(
76
74
  scrollIntoView,
77
75
  onTouchMove: propsOnTouchMove,
78
76
  scrollIntoViewAlignment,
79
- children,
80
- scrollAnimationDuration = 500
77
+ children
81
78
  } = props;
82
79
  const container = (0, import_react.useRef)(null);
83
80
  const handleRef = (0, import_utils.useForkRef)(ref, container);
@@ -87,15 +84,10 @@ const ScrollView = (0, import_react.forwardRef)(
87
84
  if (top === void 0)
88
85
  return;
89
86
  if (isAnimation) {
90
- easeOutScroll(
91
- container.current.scrollTop,
92
- top,
93
- (pos) => {
94
- if (container.current)
95
- container.current.scrollTop = pos;
96
- },
97
- scrollAnimationDuration
98
- );
87
+ easeOutScroll(container.current.scrollTop, top, (pos) => {
88
+ if (container.current)
89
+ container.current.scrollTop = pos;
90
+ });
99
91
  } else if (container.current)
100
92
  container.current.scrollTop = top;
101
93
  }, []);
@@ -103,15 +95,10 @@ const ScrollView = (0, import_react.forwardRef)(
103
95
  if (left === void 0)
104
96
  return;
105
97
  if (isAnimation) {
106
- easeOutScroll(
107
- container.current.scrollLeft,
108
- left,
109
- (pos) => {
110
- if (container.current)
111
- container.current.scrollLeft = pos;
112
- },
113
- scrollAnimationDuration
114
- );
98
+ easeOutScroll(container.current.scrollLeft, left, (pos) => {
99
+ if (container.current)
100
+ container.current.scrollLeft = pos;
101
+ });
115
102
  } else if (container.current)
116
103
  container.current.scrollLeft = left;
117
104
  }, []);
@@ -138,6 +138,7 @@ export type ScrollViewProps<D extends React.ElementType = 'div', P = {}> = Overr
138
138
  */
139
139
  fastDeceleration?: boolean;
140
140
  /** 当 scroll-with-animation设置为 true 时,可以设置 scroll-animation-duration 来控制动画的执行时间,单位 ms。
141
+ * 仅小程序可用
141
142
  */
142
143
  scrollAnimationDuration?: number;
143
144
  /** 纵向滚动时,当滚动到顶部或底部时,强制禁止触发页面滚动,仍然只触发 scroll-view 自身的滚动。
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { SelectProps } from './Select.types';
3
- import './Select.less';
3
+ import './index.less';
4
4
  declare const Select: React.ForwardRefExoticComponent<Omit<SelectProps<"div", {}>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
5
  export default Select;