@bifrostui/react 1.2.2 → 1.2.4
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.
- package/dist/ActionSheet/ActionSheet.js +1 -1
- package/dist/ActionSheet/ActionSheetItem.js +1 -1
- package/dist/Alert/Alert.js +1 -1
- package/dist/Avatar/Avatar.js +1 -1
- package/dist/Avatar/AvatarGroup.js +1 -1
- package/dist/Backdrop/Backdrop.js +1 -1
- package/dist/Badge/Badge.js +1 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Calendar/Calendar.js +1 -1
- package/dist/Card/Card.js +1 -1
- package/dist/Card/CardContent.js +1 -1
- package/dist/Card/CardFooter.js +1 -1
- package/dist/Card/CardHeader.js +1 -1
- package/dist/CitySelector/CitySelector.js +1 -1
- package/dist/CitySelector/CitySelector.miniapp.js +1 -1
- package/dist/CitySelector/CitySelectorCore.js +1 -1
- package/dist/Drawer/Drawer.js +1 -1
- package/dist/Fade/Fade.js +1 -1
- package/dist/IconButton/IconButton.js +1 -1
- package/dist/Image/Image.js +1 -1
- package/dist/List/List.js +1 -1
- package/dist/List/ListItem.js +1 -1
- package/dist/List/ListItemContent.js +1 -1
- package/dist/List/ListItemExtra.js +1 -1
- package/dist/List/ListItemFooter.js +1 -1
- package/dist/List/ListItemHeader.js +1 -1
- package/dist/Loading/Loading.js +1 -1
- package/dist/Modal/Modal.js +1 -1
- package/dist/Modal/Modal.miniapp.d.ts +1 -1
- package/dist/Modal/Modal.miniapp.js +1 -1
- package/dist/NavBar/NavBar.js +1 -1
- package/dist/Picker/Picker.js +1 -1
- package/dist/Picker/PickerPanel.js +1 -1
- package/dist/Portal/Portal.js +1 -1
- package/dist/Portal/PortalCore.js +1 -1
- package/dist/Progress/Progress.js +1 -1
- package/dist/Select/Select.js +1 -1
- package/dist/Select/SelectOption.js +1 -1
- package/dist/Skeleton/Skeleton.js +1 -1
- package/dist/Slide/Slide.js +1 -1
- package/dist/Slider/Slider.js +1 -1
- package/dist/Stack/Stack.js +1 -1
- package/dist/TabBar/TabBar.js +1 -1
- package/dist/TabBar/TabBarItem.js +1 -1
- package/dist/Tabs/Tab.js +1 -1
- package/dist/Tabs/Tabs.js +1 -1
- package/dist/Tag/Tag.js +1 -1
- package/dist/Tag/TagGroup.js +1 -1
- package/dist/TextArea/TextArea.js +1 -1
- package/dist/Transition/Transition.js +1 -1
- package/dist/Transition/Transition.miniapp.js +1 -1
- package/es/ActionSheet/ActionSheet.js +1 -1
- package/es/ActionSheet/ActionSheet.types.js +1 -0
- package/es/ActionSheet/ActionSheetItem.js +1 -1
- package/es/ActionSheet/ActionSheetItem.types.js +1 -0
- package/es/Alert/Alert.js +1 -1
- package/es/Alert/Alert.types.js +1 -0
- package/es/Avatar/Avatar.js +1 -1
- package/es/Avatar/Avatar.types.js +1 -0
- package/es/Avatar/AvatarGroup.js +1 -1
- package/es/Avatar/AvatarGroup.types.js +1 -0
- package/es/Backdrop/Backdrop.js +1 -1
- package/es/Backdrop/Backdrop.types.js +1 -0
- package/es/Badge/Badge.js +1 -1
- package/es/Badge/Badge.types.js +1 -0
- package/es/Button/Button.js +1 -1
- package/es/Button/Button.types.js +1 -0
- package/es/Calendar/Calendar.js +1 -1
- package/es/Calendar/Calendar.types.js +1 -0
- package/es/Card/Card.js +1 -1
- package/es/Card/Card.types.js +1 -0
- package/es/Card/CardContent.js +1 -1
- package/es/Card/CardContent.types.js +1 -0
- package/es/Card/CardFooter.js +1 -1
- package/es/Card/CardFooter.types.js +1 -0
- package/es/Card/CardHeader.js +1 -1
- package/es/Card/CardHeader.types.js +1 -0
- package/es/Checkbox/Checkbox.types.js +1 -0
- package/es/CitySelector/CitySelector.js +1 -1
- package/es/CitySelector/CitySelector.miniapp.js +1 -1
- package/es/CitySelector/CitySelector.types.js +1 -0
- package/es/CitySelector/CitySelectorCore.js +1 -1
- package/es/Countdown/Countdown.types.js +1 -0
- package/es/Divider/Divider.types.js +1 -0
- package/es/Drawer/Drawer.js +1 -1
- package/es/Drawer/Drawer.types.js +1 -0
- package/es/Fade/Fade.js +1 -1
- package/es/Fade/Fade.types.js +1 -0
- package/es/IconButton/IconButton.js +1 -1
- package/es/IconButton/IconButton.types.js +1 -0
- package/es/Image/Image.js +1 -1
- package/es/Image/Image.types.js +1 -0
- package/es/Input/Input.types.js +1 -0
- package/es/List/List.js +1 -1
- package/es/List/List.types.js +1 -0
- package/es/List/ListItem.js +1 -1
- package/es/List/ListItem.types.js +1 -0
- package/es/List/ListItemContent.js +1 -1
- package/es/List/ListItemContent.types.js +1 -0
- package/es/List/ListItemExtra.js +1 -1
- package/es/List/ListItemExtra.types.js +1 -0
- package/es/List/ListItemFooter.js +1 -1
- package/es/List/ListItemFooter.types.js +1 -0
- package/es/List/ListItemHeader.js +1 -1
- package/es/List/ListItemHeader.types.js +1 -0
- package/es/Loading/Loading.js +1 -1
- package/es/Loading/Loading.types.js +1 -0
- package/es/Modal/Modal.js +1 -1
- package/es/Modal/Modal.miniapp.js +1 -1
- package/es/Modal/Modal.types.js +1 -0
- package/es/NavBar/NavBar.js +1 -1
- package/es/NavBar/NavBar.types.js +1 -0
- package/es/Picker/Picker.js +1 -1
- package/es/Picker/Picker.types.js +1 -0
- package/es/Picker/PickerPanel.js +1 -1
- package/es/Portal/Portal.js +1 -1
- package/es/Portal/Portal.types.js +1 -0
- package/es/Portal/PortalCore.js +1 -1
- package/es/Progress/Progress.js +1 -1
- package/es/Progress/Progress.types.js +1 -0
- package/es/Radio/Radio.types.js +1 -0
- package/es/Rating/Rating.types.js +1 -0
- package/es/ScrollView/ScrollView.types.js +1 -0
- package/es/Select/Select.js +1 -1
- package/es/Select/Select.types.js +1 -0
- package/es/Select/SelectOption.js +1 -1
- package/es/Skeleton/Skeleton.js +1 -1
- package/es/Skeleton/Skeleton.types.js +1 -0
- package/es/Slide/Slide.js +1 -1
- package/es/Slide/Slide.types.js +1 -0
- package/es/Slider/Slider.js +1 -1
- package/es/Slider/Slider.types.js +1 -0
- package/es/Stack/Stack.js +1 -1
- package/es/Stack/Stack.types.js +1 -0
- package/es/Steps/Step.types.js +1 -0
- package/es/Steps/Steps.types.js +1 -0
- package/es/Swiper/Swiper.types.js +1 -0
- package/es/Switch/Switch.types.js +1 -0
- package/es/TabBar/TabBar.js +1 -1
- package/es/TabBar/TabBarItem.js +1 -1
- package/es/TabBar/index.types.js +1 -0
- package/es/Tabs/Tab.js +1 -1
- package/es/Tabs/Tab.types.js +1 -0
- package/es/Tabs/TabPanel.types.js +1 -0
- package/es/Tabs/Tabs.js +1 -1
- package/es/Tabs/Tabs.types.js +1 -0
- package/es/Tag/Tag.js +1 -1
- package/es/Tag/Tag.types.js +1 -0
- package/es/Tag/TagGroup.js +1 -1
- package/es/Tag/TagGroup.types.js +1 -0
- package/es/TextArea/TextArea.js +1 -1
- package/es/TextArea/TextArea.types.js +1 -0
- package/es/Transition/Transition.js +1 -1
- package/es/Transition/Transition.miniapp.js +1 -1
- package/es/Transition/Transition.types.js +1 -0
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifrostui/react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "React components for building mobile application",
|
|
5
5
|
"homepage": "http://bui.taopiaopiao.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"clsx": "^1.2.1",
|
|
34
34
|
"dayjs": "^1.11.7",
|
|
35
35
|
"swiper": "^8.1.5",
|
|
36
|
-
"@bifrostui/
|
|
37
|
-
"@bifrostui/utils": "1.2.
|
|
38
|
-
"@bifrostui/
|
|
39
|
-
"@bifrostui/
|
|
36
|
+
"@bifrostui/types": "1.2.4",
|
|
37
|
+
"@bifrostui/utils": "1.2.4",
|
|
38
|
+
"@bifrostui/styles": "1.2.4",
|
|
39
|
+
"@bifrostui/icons": "1.2.4"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@tarojs/components": "^3.0.0",
|