jfs-components 0.0.6 → 0.0.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.
- package/lib/commonjs/components/Accordion/Accordion.mdx +1 -1
- package/lib/commonjs/components/ActionFooter/ActionFooter.js +2 -14
- package/lib/commonjs/components/ActionFooter/ActionFooter.js.map +1 -1
- package/lib/commonjs/components/ActionFooter/ActionFooter.mdx +1 -1
- package/lib/commonjs/components/ActionTile/ActionTile.mdx +5 -1
- package/lib/commonjs/components/AppBar/AppBar.js +100 -238
- package/lib/commonjs/components/AppBar/AppBar.js.map +1 -1
- package/lib/commonjs/components/AppBar/AppBar.mdx +51 -39
- package/lib/commonjs/components/Avatar/Avatar.mdx +9 -1
- package/lib/commonjs/components/AvatarGroup/AvatarGroup.mdx +9 -1
- package/lib/commonjs/components/Badge/Badge.mdx +1 -1
- package/lib/commonjs/components/Balance/Balance.js +77 -0
- package/lib/commonjs/components/Balance/Balance.js.map +1 -0
- package/lib/commonjs/components/Balance/Balance.mdx +62 -0
- package/lib/commonjs/components/BottomNav/BottomNav.mdx +5 -1
- package/lib/commonjs/components/BottomNavItem/BottomNavItem.mdx +5 -1
- package/lib/commonjs/components/Button/Button.mdx +5 -1
- package/lib/commonjs/components/ButtonGroup/ButtonGroup.js +64 -0
- package/lib/commonjs/components/ButtonGroup/ButtonGroup.js.map +1 -0
- package/lib/commonjs/components/ButtonGroup/ButtonGroup.mdx +56 -0
- package/lib/commonjs/components/Card/Card.mdx +1 -1
- package/lib/commonjs/components/CardFeedback/CardFeedback.mdx +5 -1
- package/lib/commonjs/components/ChipGroup/ChipGroup.js +54 -0
- package/lib/commonjs/components/ChipGroup/ChipGroup.js.map +1 -0
- package/lib/commonjs/components/ChipGroup/ChipGroup.mdx +40 -0
- package/lib/commonjs/components/ChipSelect/ChipSelect.js +103 -0
- package/lib/commonjs/components/ChipSelect/ChipSelect.js.map +1 -0
- package/lib/commonjs/components/ChipSelect/ChipSelect.mdx +80 -0
- package/lib/commonjs/components/CtaCard/CtaCard.js +5 -18
- package/lib/commonjs/components/CtaCard/CtaCard.js.map +1 -1
- package/lib/commonjs/components/CtaCard/CtaCard.mdx +1 -1
- package/lib/commonjs/components/Disclaimer/Disclaimer.mdx +5 -1
- package/lib/commonjs/components/Divider/Divider.mdx +5 -1
- package/lib/commonjs/components/Drawer/Drawer.mdx +9 -1
- package/lib/commonjs/components/EmptyState/EmptyState.js +138 -0
- package/lib/commonjs/components/EmptyState/EmptyState.js.map +1 -0
- package/lib/commonjs/components/EmptyState/EmptyState.mdx +73 -0
- package/lib/commonjs/components/FilterBar/FilterBar.mdx +1 -1
- package/lib/commonjs/components/HStack/HStack.js +67 -0
- package/lib/commonjs/components/HStack/HStack.js.map +1 -0
- package/lib/commonjs/components/HStack/HStack.mdx +44 -0
- package/lib/commonjs/components/IconButton/IconButton.mdx +5 -1
- package/lib/commonjs/components/IconCapsule/IconCapsule.js +3 -3
- package/lib/commonjs/components/IconCapsule/IconCapsule.js.map +1 -1
- package/lib/commonjs/components/IconCapsule/IconCapsule.mdx +12 -4
- package/lib/commonjs/components/Introduction.mdx +3 -98
- package/lib/commonjs/components/LazyList/LazyList.mdx +1 -1
- package/lib/commonjs/components/ListGroup/ListGroup.js +3 -30
- package/lib/commonjs/components/ListGroup/ListGroup.js.map +1 -1
- package/lib/commonjs/components/ListGroup/ListGroup.mdx +5 -1
- package/lib/commonjs/components/ListItem/ListItem.js +5 -37
- package/lib/commonjs/components/ListItem/ListItem.js.map +1 -1
- package/lib/commonjs/components/ListItem/ListItem.mdx +5 -1
- package/lib/commonjs/components/MediaCard/MediaCard.mdx +5 -1
- package/lib/commonjs/components/MerchantProfile/MerchantProfile.mdx +1 -1
- package/lib/commonjs/components/MoneyValue/MoneyValue.mdx +6 -2
- package/lib/commonjs/components/NavArrow/NavArrow.js +42 -17
- package/lib/commonjs/components/NavArrow/NavArrow.js.map +1 -1
- package/lib/commonjs/components/NavArrow/NavArrow.mdx +5 -1
- package/lib/commonjs/components/PageTitle/PageTitle.mdx +5 -1
- package/lib/commonjs/components/Screen/Screen.js +53 -0
- package/lib/commonjs/components/Screen/Screen.js.map +1 -0
- package/lib/commonjs/components/Screen/Screen.mdx +58 -0
- package/lib/commonjs/components/Section/Section.js +3 -25
- package/lib/commonjs/components/Section/Section.js.map +1 -1
- package/lib/commonjs/components/Section/Section.mdx +5 -1
- package/lib/commonjs/components/Stepper/Step.mdx +5 -1
- package/lib/commonjs/components/Stepper/StepLabel.mdx +5 -1
- package/lib/commonjs/components/Stepper/Stepper.mdx +1 -1
- package/lib/commonjs/components/SupportText/SupportText.js +83 -0
- package/lib/commonjs/components/SupportText/SupportText.js.map +1 -0
- package/lib/commonjs/components/SupportText/SupportText.mdx +48 -0
- package/lib/commonjs/components/SupportText/SupportTextIcon.js +47 -0
- package/lib/commonjs/components/SupportText/SupportTextIcon.js.map +1 -0
- package/lib/commonjs/components/SupportText/SupportTextIcon.mdx +35 -0
- package/lib/commonjs/components/SupportText/index.js +21 -0
- package/lib/commonjs/components/SupportText/index.js.map +1 -0
- package/lib/commonjs/components/TextInput/TextInput.mdx +9 -1
- package/lib/commonjs/components/ThreadHero/ThreadHero.mdx +1 -1
- package/lib/commonjs/components/Tooltip/Tooltip.mdx +5 -1
- package/lib/commonjs/components/TransactionBubble/TransactionBubble.mdx +1 -1
- package/lib/commonjs/components/TransactionDetails/TransactionDetails.js +2 -24
- package/lib/commonjs/components/TransactionDetails/TransactionDetails.js.map +1 -1
- package/lib/commonjs/components/TransactionDetails/TransactionDetails.mdx +1 -1
- package/lib/commonjs/components/TransactionStatus/TransactionStatus.mdx +1 -1
- package/lib/commonjs/components/UpiHandle/UpiHandle.mdx +5 -1
- package/lib/commonjs/components/VStack/VStack.js +73 -0
- package/lib/commonjs/components/VStack/VStack.js.map +1 -0
- package/lib/commonjs/components/VStack/VStack.mdx +44 -0
- package/lib/commonjs/components/index.js +28 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/design-tokens/JFS Variables-variables-full.json +1 -18633
- package/lib/commonjs/design-tokens/figma-variables-resolver.js +3 -9
- package/lib/commonjs/design-tokens/figma-variables-resolver.js.map +1 -2
- package/lib/commonjs/icons/ic_info.svg +1 -0
- package/lib/commonjs/icons/ic_warning.svg +1 -0
- package/lib/commonjs/icons/registry.js +2 -2
- package/lib/commonjs/icons/registry.js.map +1 -1
- package/lib/commonjs/utils/react-utils.js +47 -0
- package/lib/commonjs/utils/react-utils.js.map +1 -0
- package/lib/module/components/Accordion/Accordion.mdx +1 -1
- package/lib/module/components/ActionFooter/ActionFooter.js +2 -14
- package/lib/module/components/ActionFooter/ActionFooter.js.map +1 -1
- package/lib/module/components/ActionFooter/ActionFooter.mdx +1 -1
- package/lib/module/components/ActionTile/ActionTile.mdx +5 -1
- package/lib/module/components/AppBar/AppBar.js +100 -238
- package/lib/module/components/AppBar/AppBar.js.map +1 -1
- package/lib/module/components/AppBar/AppBar.mdx +51 -39
- package/lib/module/components/Avatar/Avatar.mdx +9 -1
- package/lib/module/components/AvatarGroup/AvatarGroup.mdx +9 -1
- package/lib/module/components/Badge/Badge.mdx +1 -1
- package/lib/module/components/Balance/Balance.js +72 -0
- package/lib/module/components/Balance/Balance.js.map +1 -0
- package/lib/module/components/Balance/Balance.mdx +62 -0
- package/lib/module/components/BottomNav/BottomNav.mdx +5 -1
- package/lib/module/components/BottomNavItem/BottomNavItem.mdx +5 -1
- package/lib/module/components/Button/Button.mdx +5 -1
- package/lib/module/components/ButtonGroup/ButtonGroup.js +59 -0
- package/lib/module/components/ButtonGroup/ButtonGroup.js.map +1 -0
- package/lib/module/components/ButtonGroup/ButtonGroup.mdx +56 -0
- package/lib/module/components/Card/Card.mdx +1 -1
- package/lib/module/components/CardFeedback/CardFeedback.mdx +5 -1
- package/lib/module/components/ChipGroup/ChipGroup.js +49 -0
- package/lib/module/components/ChipGroup/ChipGroup.js.map +1 -0
- package/lib/module/components/ChipGroup/ChipGroup.mdx +40 -0
- package/lib/module/components/ChipSelect/ChipSelect.js +98 -0
- package/lib/module/components/ChipSelect/ChipSelect.js.map +1 -0
- package/lib/module/components/ChipSelect/ChipSelect.mdx +80 -0
- package/lib/module/components/CtaCard/CtaCard.js +5 -18
- package/lib/module/components/CtaCard/CtaCard.js.map +1 -1
- package/lib/module/components/CtaCard/CtaCard.mdx +1 -1
- package/lib/module/components/Disclaimer/Disclaimer.mdx +5 -1
- package/lib/module/components/Divider/Divider.mdx +5 -1
- package/lib/module/components/Drawer/Drawer.mdx +9 -1
- package/lib/module/components/EmptyState/EmptyState.js +132 -0
- package/lib/module/components/EmptyState/EmptyState.js.map +1 -0
- package/lib/module/components/EmptyState/EmptyState.mdx +73 -0
- package/lib/module/components/FilterBar/FilterBar.mdx +1 -1
- package/lib/module/components/HStack/HStack.js +61 -0
- package/lib/module/components/HStack/HStack.js.map +1 -0
- package/lib/module/components/HStack/HStack.mdx +44 -0
- package/lib/module/components/IconButton/IconButton.mdx +5 -1
- package/lib/module/components/IconCapsule/IconCapsule.js +3 -3
- package/lib/module/components/IconCapsule/IconCapsule.js.map +1 -1
- package/lib/module/components/IconCapsule/IconCapsule.mdx +12 -4
- package/lib/module/components/Introduction.mdx +3 -98
- package/lib/module/components/LazyList/LazyList.mdx +1 -1
- package/lib/module/components/ListGroup/ListGroup.js +1 -30
- package/lib/module/components/ListGroup/ListGroup.js.map +1 -1
- package/lib/module/components/ListGroup/ListGroup.mdx +5 -1
- package/lib/module/components/ListItem/ListItem.js +1 -35
- package/lib/module/components/ListItem/ListItem.js.map +1 -1
- package/lib/module/components/ListItem/ListItem.mdx +5 -1
- package/lib/module/components/MediaCard/MediaCard.mdx +5 -1
- package/lib/module/components/MerchantProfile/MerchantProfile.mdx +1 -1
- package/lib/module/components/MoneyValue/MoneyValue.mdx +6 -2
- package/lib/module/components/NavArrow/NavArrow.js +42 -17
- package/lib/module/components/NavArrow/NavArrow.js.map +1 -1
- package/lib/module/components/NavArrow/NavArrow.mdx +5 -1
- package/lib/module/components/PageTitle/PageTitle.mdx +5 -1
- package/lib/module/components/Screen/Screen.js +47 -0
- package/lib/module/components/Screen/Screen.js.map +1 -0
- package/lib/module/components/Screen/Screen.mdx +58 -0
- package/lib/module/components/Section/Section.js +1 -23
- package/lib/module/components/Section/Section.js.map +1 -1
- package/lib/module/components/Section/Section.mdx +5 -1
- package/lib/module/components/Stepper/Step.mdx +5 -1
- package/lib/module/components/Stepper/StepLabel.mdx +5 -1
- package/lib/module/components/Stepper/Stepper.mdx +1 -1
- package/lib/module/components/SupportText/SupportText.js +78 -0
- package/lib/module/components/SupportText/SupportText.js.map +1 -0
- package/lib/module/components/SupportText/SupportText.mdx +48 -0
- package/lib/module/components/SupportText/SupportTextIcon.js +42 -0
- package/lib/module/components/SupportText/SupportTextIcon.js.map +1 -0
- package/lib/module/components/SupportText/SupportTextIcon.mdx +35 -0
- package/lib/module/components/SupportText/index.js +5 -0
- package/lib/module/components/SupportText/index.js.map +1 -0
- package/lib/module/components/TextInput/TextInput.mdx +9 -1
- package/lib/module/components/ThreadHero/ThreadHero.mdx +1 -1
- package/lib/module/components/Tooltip/Tooltip.mdx +5 -1
- package/lib/module/components/TransactionBubble/TransactionBubble.mdx +1 -1
- package/lib/module/components/TransactionDetails/TransactionDetails.js +2 -26
- package/lib/module/components/TransactionDetails/TransactionDetails.js.map +1 -1
- package/lib/module/components/TransactionDetails/TransactionDetails.mdx +1 -1
- package/lib/module/components/TransactionStatus/TransactionStatus.mdx +1 -1
- package/lib/module/components/UpiHandle/UpiHandle.mdx +5 -1
- package/lib/module/components/VStack/VStack.js +67 -0
- package/lib/module/components/VStack/VStack.js.map +1 -0
- package/lib/module/components/VStack/VStack.mdx +44 -0
- package/lib/module/components/index.js +4 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/design-tokens/JFS Variables-variables-full.json +1 -18633
- package/lib/module/design-tokens/figma-variables-resolver.js +2 -2
- package/lib/module/design-tokens/figma-variables-resolver.js.map +0 -1
- package/lib/module/icons/ic_info.svg +1 -0
- package/lib/module/icons/ic_warning.svg +1 -0
- package/lib/module/icons/registry.js +2 -2
- package/lib/module/icons/registry.js.map +1 -1
- package/lib/module/utils/react-utils.js +43 -0
- package/lib/module/utils/react-utils.js.map +1 -0
- package/lib/typescript/components/ActionFooter/ActionFooter.d.ts.map +1 -1
- package/lib/typescript/components/AppBar/AppBar.d.ts +34 -68
- package/lib/typescript/components/AppBar/AppBar.d.ts.map +1 -1
- package/lib/typescript/components/Balance/Balance.d.ts +44 -0
- package/lib/typescript/components/Balance/Balance.d.ts.map +1 -0
- package/lib/typescript/components/ButtonGroup/ButtonGroup.d.ts +36 -0
- package/lib/typescript/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/lib/typescript/components/ChipGroup/ChipGroup.d.ts +29 -0
- package/lib/typescript/components/ChipGroup/ChipGroup.d.ts.map +1 -0
- package/lib/typescript/components/ChipSelect/ChipSelect.d.ts +47 -0
- package/lib/typescript/components/ChipSelect/ChipSelect.d.ts.map +1 -0
- package/lib/typescript/components/CtaCard/CtaCard.d.ts.map +1 -1
- package/lib/typescript/components/EmptyState/EmptyState.d.ts +38 -0
- package/lib/typescript/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/lib/typescript/components/HStack/HStack.d.ts +41 -0
- package/lib/typescript/components/HStack/HStack.d.ts.map +1 -0
- package/lib/typescript/components/ListGroup/ListGroup.d.ts.map +1 -1
- package/lib/typescript/components/ListItem/ListItem.d.ts.map +1 -1
- package/lib/typescript/components/NavArrow/NavArrow.d.ts +3 -3
- package/lib/typescript/components/NavArrow/NavArrow.d.ts.map +1 -1
- package/lib/typescript/components/Screen/Screen.d.ts +23 -0
- package/lib/typescript/components/Screen/Screen.d.ts.map +1 -0
- package/lib/typescript/components/Section/Section.d.ts.map +1 -1
- package/lib/typescript/components/SupportText/SupportText.d.ts +34 -0
- package/lib/typescript/components/SupportText/SupportText.d.ts.map +1 -0
- package/lib/typescript/components/SupportText/SupportTextIcon.d.ts +10 -0
- package/lib/typescript/components/SupportText/SupportTextIcon.d.ts.map +1 -0
- package/lib/typescript/components/SupportText/index.d.ts +3 -0
- package/lib/typescript/components/SupportText/index.d.ts.map +1 -0
- package/lib/typescript/components/TransactionDetails/TransactionDetails.d.ts.map +1 -1
- package/lib/typescript/components/VStack/VStack.d.ts +41 -0
- package/lib/typescript/components/VStack/VStack.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +4 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/icons/registry.d.ts +1 -1
- package/lib/typescript/icons/registry.d.ts.map +1 -1
- package/lib/typescript/utils/react-utils.d.ts +7 -0
- package/lib/typescript/utils/react-utils.d.ts.map +1 -0
- package/package.json +7 -5
- package/src/components/.token-metadata.json +468 -12
- package/src/components/Accordion/Accordion.mdx +1 -1
- package/src/components/ActionFooter/ActionFooter.mdx +1 -1
- package/src/components/ActionFooter/ActionFooter.tsx +3 -12
- package/src/components/ActionTile/ActionTile.mdx +5 -1
- package/src/components/AppBar/AppBar.mdx +51 -39
- package/src/components/AppBar/AppBar.tsx +140 -261
- package/src/components/Avatar/Avatar.mdx +9 -1
- package/src/components/AvatarGroup/AvatarGroup.mdx +9 -1
- package/src/components/Badge/Badge.mdx +1 -1
- package/src/components/Balance/Balance.mdx +62 -0
- package/src/components/Balance/Balance.tsx +107 -0
- package/src/components/BottomNav/BottomNav.mdx +5 -1
- package/src/components/BottomNavItem/BottomNavItem.mdx +5 -1
- package/src/components/Button/Button.mdx +5 -1
- package/src/components/ButtonGroup/ButtonGroup.mdx +56 -0
- package/src/components/ButtonGroup/ButtonGroup.tsx +78 -0
- package/src/components/Card/Card.mdx +1 -1
- package/src/components/CardFeedback/CardFeedback.mdx +5 -1
- package/src/components/ChipGroup/ChipGroup.mdx +40 -0
- package/src/components/ChipGroup/ChipGroup.tsx +67 -0
- package/src/components/ChipSelect/ChipSelect.mdx +80 -0
- package/src/components/ChipSelect/ChipSelect.tsx +138 -0
- package/src/components/CtaCard/CtaCard.mdx +1 -1
- package/src/components/CtaCard/CtaCard.tsx +12 -20
- package/src/components/Disclaimer/Disclaimer.mdx +5 -1
- package/src/components/Divider/Divider.mdx +5 -1
- package/src/components/Drawer/Drawer.mdx +9 -1
- package/src/components/EmptyState/EmptyState.mdx +73 -0
- package/src/components/EmptyState/EmptyState.tsx +181 -0
- package/src/components/FilterBar/FilterBar.mdx +1 -1
- package/src/components/HStack/HStack.mdx +44 -0
- package/src/components/HStack/HStack.tsx +95 -0
- package/src/components/IconButton/IconButton.mdx +5 -1
- package/src/components/IconCapsule/IconCapsule.mdx +12 -4
- package/src/components/IconCapsule/IconCapsule.tsx +3 -3
- package/src/components/Introduction.mdx +3 -98
- package/src/components/LazyList/LazyList.mdx +1 -1
- package/src/components/ListGroup/ListGroup.mdx +5 -1
- package/src/components/ListGroup/ListGroup.tsx +5 -43
- package/src/components/ListItem/ListItem.mdx +5 -1
- package/src/components/ListItem/ListItem.tsx +15 -60
- package/src/components/MediaCard/MediaCard.mdx +5 -1
- package/src/components/MerchantProfile/MerchantProfile.mdx +1 -1
- package/src/components/MoneyValue/MoneyValue.mdx +6 -2
- package/src/components/NavArrow/NavArrow.mdx +5 -1
- package/src/components/NavArrow/NavArrow.tsx +48 -16
- package/src/components/PageTitle/PageTitle.mdx +5 -1
- package/src/components/Screen/Screen.mdx +58 -0
- package/src/components/Screen/Screen.tsx +60 -0
- package/src/components/Section/Section.mdx +5 -1
- package/src/components/Section/Section.tsx +17 -46
- package/src/components/Stepper/Step.mdx +5 -1
- package/src/components/Stepper/StepLabel.mdx +5 -1
- package/src/components/Stepper/Stepper.mdx +1 -1
- package/src/components/SupportText/SupportText.mdx +48 -0
- package/src/components/SupportText/SupportText.tsx +104 -0
- package/src/components/SupportText/SupportTextIcon.mdx +35 -0
- package/src/components/SupportText/SupportTextIcon.tsx +45 -0
- package/src/components/SupportText/index.ts +2 -0
- package/src/components/TextInput/TextInput.mdx +9 -1
- package/src/components/ThreadHero/ThreadHero.mdx +1 -1
- package/src/components/Tooltip/Tooltip.mdx +5 -1
- package/src/components/TransactionBubble/TransactionBubble.mdx +1 -1
- package/src/components/TransactionDetails/TransactionDetails.mdx +1 -1
- package/src/components/TransactionDetails/TransactionDetails.tsx +1 -38
- package/src/components/TransactionStatus/TransactionStatus.mdx +1 -1
- package/src/components/UpiHandle/UpiHandle.mdx +5 -1
- package/src/components/VStack/VStack.mdx +44 -0
- package/src/components/VStack/VStack.tsx +100 -0
- package/src/components/index.ts +4 -0
- package/src/design-tokens/JFS Variables-variables-full.json +1 -18633
- package/src/icons/ic_info.svg +1 -0
- package/src/icons/ic_warning.svg +1 -0
- package/src/icons/registry.ts +9 -1
- package/src/utils/react-utils.ts +51 -0
|
@@ -62,20 +62,47 @@
|
|
|
62
62
|
],
|
|
63
63
|
"defaultMode": "Light",
|
|
64
64
|
"hasMultipleModes": true
|
|
65
|
+
},
|
|
66
|
+
"Colors Router": {
|
|
67
|
+
"modes": [
|
|
68
|
+
"POC",
|
|
69
|
+
"Old"
|
|
70
|
+
],
|
|
71
|
+
"defaultMode": "POC",
|
|
72
|
+
"hasMultipleModes": true
|
|
65
73
|
}
|
|
66
74
|
},
|
|
67
75
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/ActionTile/ActionTile.tsx"
|
|
68
76
|
},
|
|
69
77
|
"AppBar": {
|
|
70
78
|
"tokens": [
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
79
|
+
"appBar/mainPage/actions/gap",
|
|
80
|
+
"appBar/mainPage/background",
|
|
81
|
+
"appBar/mainPage/padding/horizontal",
|
|
82
|
+
"appBar/mainPage/padding/vertical",
|
|
83
|
+
"appBar/subPage/actions/gap",
|
|
84
|
+
"appBar/subPage/background",
|
|
85
|
+
"appBar/subPage/padding/horizontal",
|
|
86
|
+
"appBar/subPage/padding/vertical"
|
|
77
87
|
],
|
|
78
|
-
"collections": {
|
|
88
|
+
"collections": {
|
|
89
|
+
"Color Mode": {
|
|
90
|
+
"modes": [
|
|
91
|
+
"Light",
|
|
92
|
+
"Dark"
|
|
93
|
+
],
|
|
94
|
+
"defaultMode": "Light",
|
|
95
|
+
"hasMultipleModes": true
|
|
96
|
+
},
|
|
97
|
+
"Colors Router": {
|
|
98
|
+
"modes": [
|
|
99
|
+
"POC",
|
|
100
|
+
"Old"
|
|
101
|
+
],
|
|
102
|
+
"defaultMode": "POC",
|
|
103
|
+
"hasMultipleModes": true
|
|
104
|
+
}
|
|
105
|
+
},
|
|
79
106
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/AppBar/AppBar.tsx"
|
|
80
107
|
},
|
|
81
108
|
"Avatar": {
|
|
@@ -92,6 +119,14 @@
|
|
|
92
119
|
"avatar/size"
|
|
93
120
|
],
|
|
94
121
|
"collections": {
|
|
122
|
+
"Context4": {
|
|
123
|
+
"modes": [
|
|
124
|
+
"Default",
|
|
125
|
+
"Chip"
|
|
126
|
+
],
|
|
127
|
+
"defaultMode": "Default",
|
|
128
|
+
"hasMultipleModes": true
|
|
129
|
+
},
|
|
95
130
|
"Avatar Size": {
|
|
96
131
|
"modes": [
|
|
97
132
|
"L",
|
|
@@ -108,6 +143,14 @@
|
|
|
108
143
|
],
|
|
109
144
|
"defaultMode": "Light",
|
|
110
145
|
"hasMultipleModes": true
|
|
146
|
+
},
|
|
147
|
+
"Colors Router": {
|
|
148
|
+
"modes": [
|
|
149
|
+
"POC",
|
|
150
|
+
"Old"
|
|
151
|
+
],
|
|
152
|
+
"defaultMode": "POC",
|
|
153
|
+
"hasMultipleModes": true
|
|
111
154
|
}
|
|
112
155
|
},
|
|
113
156
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Avatar/Avatar.tsx"
|
|
@@ -125,6 +168,14 @@
|
|
|
125
168
|
"avatarGroup/padding/top"
|
|
126
169
|
],
|
|
127
170
|
"collections": {
|
|
171
|
+
"Context4": {
|
|
172
|
+
"modes": [
|
|
173
|
+
"Default",
|
|
174
|
+
"Chip"
|
|
175
|
+
],
|
|
176
|
+
"defaultMode": "Default",
|
|
177
|
+
"hasMultipleModes": true
|
|
178
|
+
},
|
|
128
179
|
"Avatar Size": {
|
|
129
180
|
"modes": [
|
|
130
181
|
"L",
|
|
@@ -133,6 +184,14 @@
|
|
|
133
184
|
],
|
|
134
185
|
"defaultMode": "L",
|
|
135
186
|
"hasMultipleModes": true
|
|
187
|
+
},
|
|
188
|
+
"Colors Router": {
|
|
189
|
+
"modes": [
|
|
190
|
+
"POC",
|
|
191
|
+
"Old"
|
|
192
|
+
],
|
|
193
|
+
"defaultMode": "POC",
|
|
194
|
+
"hasMultipleModes": true
|
|
136
195
|
}
|
|
137
196
|
},
|
|
138
197
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/AvatarGroup/AvatarGroup.tsx"
|
|
@@ -152,6 +211,18 @@
|
|
|
152
211
|
"collections": {},
|
|
153
212
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Badge/Badge.tsx"
|
|
154
213
|
},
|
|
214
|
+
"Balance": {
|
|
215
|
+
"tokens": [
|
|
216
|
+
"balance/gap",
|
|
217
|
+
"balance/title/fontFamily",
|
|
218
|
+
"balance/title/fontSize",
|
|
219
|
+
"balance/title/fontWeight",
|
|
220
|
+
"balance/title/foreground",
|
|
221
|
+
"balance/title/lineHeight"
|
|
222
|
+
],
|
|
223
|
+
"collections": {},
|
|
224
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Balance/Balance.tsx"
|
|
225
|
+
},
|
|
155
226
|
"BottomNav": {
|
|
156
227
|
"tokens": [
|
|
157
228
|
"bottomNav/background",
|
|
@@ -169,6 +240,14 @@
|
|
|
169
240
|
],
|
|
170
241
|
"defaultMode": "Light",
|
|
171
242
|
"hasMultipleModes": true
|
|
243
|
+
},
|
|
244
|
+
"Colors Router": {
|
|
245
|
+
"modes": [
|
|
246
|
+
"POC",
|
|
247
|
+
"Old"
|
|
248
|
+
],
|
|
249
|
+
"defaultMode": "POC",
|
|
250
|
+
"hasMultipleModes": true
|
|
172
251
|
}
|
|
173
252
|
},
|
|
174
253
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/BottomNav/BottomNav.tsx"
|
|
@@ -200,6 +279,14 @@
|
|
|
200
279
|
],
|
|
201
280
|
"defaultMode": "Light",
|
|
202
281
|
"hasMultipleModes": true
|
|
282
|
+
},
|
|
283
|
+
"Colors Router": {
|
|
284
|
+
"modes": [
|
|
285
|
+
"POC",
|
|
286
|
+
"Old"
|
|
287
|
+
],
|
|
288
|
+
"defaultMode": "POC",
|
|
289
|
+
"hasMultipleModes": true
|
|
203
290
|
}
|
|
204
291
|
},
|
|
205
292
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/BottomNavItem/BottomNavItem.tsx"
|
|
@@ -254,6 +341,14 @@
|
|
|
254
341
|
"defaultMode": "Light",
|
|
255
342
|
"hasMultipleModes": true
|
|
256
343
|
},
|
|
344
|
+
"Colors Router": {
|
|
345
|
+
"modes": [
|
|
346
|
+
"POC",
|
|
347
|
+
"Old"
|
|
348
|
+
],
|
|
349
|
+
"defaultMode": "POC",
|
|
350
|
+
"hasMultipleModes": true
|
|
351
|
+
},
|
|
257
352
|
"Appearance.System": {
|
|
258
353
|
"modes": [
|
|
259
354
|
"positive",
|
|
@@ -284,6 +379,15 @@
|
|
|
284
379
|
},
|
|
285
380
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Button/Button.tsx"
|
|
286
381
|
},
|
|
382
|
+
"ButtonGroup": {
|
|
383
|
+
"tokens": [
|
|
384
|
+
"buttonGroup/padding/gap",
|
|
385
|
+
"buttonGroup/padding/horizontal",
|
|
386
|
+
"buttonGroup/padding/vertical"
|
|
387
|
+
],
|
|
388
|
+
"collections": {},
|
|
389
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/ButtonGroup/ButtonGroup.tsx"
|
|
390
|
+
},
|
|
287
391
|
"Card": {
|
|
288
392
|
"tokens": [
|
|
289
393
|
"card/background/color",
|
|
@@ -361,6 +465,14 @@
|
|
|
361
465
|
"defaultMode": "Light",
|
|
362
466
|
"hasMultipleModes": true
|
|
363
467
|
},
|
|
468
|
+
"Colors Router": {
|
|
469
|
+
"modes": [
|
|
470
|
+
"POC",
|
|
471
|
+
"Old"
|
|
472
|
+
],
|
|
473
|
+
"defaultMode": "POC",
|
|
474
|
+
"hasMultipleModes": true
|
|
475
|
+
},
|
|
364
476
|
"Appearance.Brand": {
|
|
365
477
|
"modes": [
|
|
366
478
|
"Primary",
|
|
@@ -373,6 +485,55 @@
|
|
|
373
485
|
},
|
|
374
486
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/CardFeedback/CardFeedback.tsx"
|
|
375
487
|
},
|
|
488
|
+
"ChipGroup": {
|
|
489
|
+
"tokens": [
|
|
490
|
+
"chipGroup/gap"
|
|
491
|
+
],
|
|
492
|
+
"collections": {},
|
|
493
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/ChipGroup/ChipGroup.tsx"
|
|
494
|
+
},
|
|
495
|
+
"ChipSelect": {
|
|
496
|
+
"tokens": [
|
|
497
|
+
"chipSelect/background",
|
|
498
|
+
"chipSelect/fontFamily",
|
|
499
|
+
"chipSelect/fontSize",
|
|
500
|
+
"chipSelect/fontWeight",
|
|
501
|
+
"chipSelect/foreground",
|
|
502
|
+
"chipSelect/gap",
|
|
503
|
+
"chipSelect/icon/size",
|
|
504
|
+
"chipSelect/lineHeight",
|
|
505
|
+
"chipSelect/padding/horizontal",
|
|
506
|
+
"chipSelect/padding/vertical",
|
|
507
|
+
"chipSelect/radius"
|
|
508
|
+
],
|
|
509
|
+
"collections": {
|
|
510
|
+
"ChipSelect State": {
|
|
511
|
+
"modes": [
|
|
512
|
+
"Idle",
|
|
513
|
+
"Active"
|
|
514
|
+
],
|
|
515
|
+
"defaultMode": "Idle",
|
|
516
|
+
"hasMultipleModes": true
|
|
517
|
+
},
|
|
518
|
+
"Color Mode": {
|
|
519
|
+
"modes": [
|
|
520
|
+
"Light",
|
|
521
|
+
"Dark"
|
|
522
|
+
],
|
|
523
|
+
"defaultMode": "Light",
|
|
524
|
+
"hasMultipleModes": true
|
|
525
|
+
},
|
|
526
|
+
"Colors Router": {
|
|
527
|
+
"modes": [
|
|
528
|
+
"POC",
|
|
529
|
+
"Old"
|
|
530
|
+
],
|
|
531
|
+
"defaultMode": "POC",
|
|
532
|
+
"hasMultipleModes": true
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/ChipSelect/ChipSelect.tsx"
|
|
536
|
+
},
|
|
376
537
|
"CtaCard": {
|
|
377
538
|
"tokens": [
|
|
378
539
|
"ctaCard/background",
|
|
@@ -409,6 +570,14 @@
|
|
|
409
570
|
],
|
|
410
571
|
"defaultMode": "Light",
|
|
411
572
|
"hasMultipleModes": true
|
|
573
|
+
},
|
|
574
|
+
"Colors Router": {
|
|
575
|
+
"modes": [
|
|
576
|
+
"POC",
|
|
577
|
+
"Old"
|
|
578
|
+
],
|
|
579
|
+
"defaultMode": "POC",
|
|
580
|
+
"hasMultipleModes": true
|
|
412
581
|
}
|
|
413
582
|
},
|
|
414
583
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Disclaimer/Disclaimer.tsx"
|
|
@@ -426,6 +595,14 @@
|
|
|
426
595
|
],
|
|
427
596
|
"defaultMode": "Light",
|
|
428
597
|
"hasMultipleModes": true
|
|
598
|
+
},
|
|
599
|
+
"Colors Router": {
|
|
600
|
+
"modes": [
|
|
601
|
+
"POC",
|
|
602
|
+
"Old"
|
|
603
|
+
],
|
|
604
|
+
"defaultMode": "POC",
|
|
605
|
+
"hasMultipleModes": true
|
|
429
606
|
}
|
|
430
607
|
},
|
|
431
608
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Divider/Divider.tsx"
|
|
@@ -442,6 +619,14 @@
|
|
|
442
619
|
"drawer/title/size"
|
|
443
620
|
],
|
|
444
621
|
"collections": {
|
|
622
|
+
"Page type": {
|
|
623
|
+
"modes": [
|
|
624
|
+
"MainPage",
|
|
625
|
+
"SubPage"
|
|
626
|
+
],
|
|
627
|
+
"defaultMode": "MainPage",
|
|
628
|
+
"hasMultipleModes": true
|
|
629
|
+
},
|
|
445
630
|
"Color Mode": {
|
|
446
631
|
"modes": [
|
|
447
632
|
"Light",
|
|
@@ -449,10 +634,55 @@
|
|
|
449
634
|
],
|
|
450
635
|
"defaultMode": "Light",
|
|
451
636
|
"hasMultipleModes": true
|
|
637
|
+
},
|
|
638
|
+
"Colors Router": {
|
|
639
|
+
"modes": [
|
|
640
|
+
"POC",
|
|
641
|
+
"Old"
|
|
642
|
+
],
|
|
643
|
+
"defaultMode": "POC",
|
|
644
|
+
"hasMultipleModes": true
|
|
452
645
|
}
|
|
453
646
|
},
|
|
454
647
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Drawer/Drawer.tsx"
|
|
455
648
|
},
|
|
649
|
+
"EmptyState": {
|
|
650
|
+
"tokens": [
|
|
651
|
+
"emptyState/body/color",
|
|
652
|
+
"emptyState/body/fontFamily",
|
|
653
|
+
"emptyState/body/fontSize",
|
|
654
|
+
"emptyState/body/fontWeight",
|
|
655
|
+
"emptyState/body/lineHeight",
|
|
656
|
+
"emptyState/content/gap",
|
|
657
|
+
"emptyState/gap",
|
|
658
|
+
"emptyState/padding",
|
|
659
|
+
"emptyState/radius",
|
|
660
|
+
"emptyState/title/color",
|
|
661
|
+
"emptyState/title/fontFamily",
|
|
662
|
+
"emptyState/title/fontSize",
|
|
663
|
+
"emptyState/title/fontWeight",
|
|
664
|
+
"emptyState/title/lineHeight"
|
|
665
|
+
],
|
|
666
|
+
"collections": {
|
|
667
|
+
"Color Mode": {
|
|
668
|
+
"modes": [
|
|
669
|
+
"Light",
|
|
670
|
+
"Dark"
|
|
671
|
+
],
|
|
672
|
+
"defaultMode": "Light",
|
|
673
|
+
"hasMultipleModes": true
|
|
674
|
+
},
|
|
675
|
+
"Colors Router": {
|
|
676
|
+
"modes": [
|
|
677
|
+
"POC",
|
|
678
|
+
"Old"
|
|
679
|
+
],
|
|
680
|
+
"defaultMode": "POC",
|
|
681
|
+
"hasMultipleModes": true
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/EmptyState/EmptyState.tsx"
|
|
685
|
+
},
|
|
456
686
|
"FilterBar": {
|
|
457
687
|
"tokens": [
|
|
458
688
|
"filterBar/padding/horizontal",
|
|
@@ -461,6 +691,17 @@
|
|
|
461
691
|
"collections": {},
|
|
462
692
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/FilterBar/FilterBar.tsx"
|
|
463
693
|
},
|
|
694
|
+
"HStack": {
|
|
695
|
+
"tokens": [
|
|
696
|
+
"hstack/gap",
|
|
697
|
+
"hstack/padding/bottom",
|
|
698
|
+
"hstack/padding/left",
|
|
699
|
+
"hstack/padding/right",
|
|
700
|
+
"hstack/padding/top"
|
|
701
|
+
],
|
|
702
|
+
"collections": {},
|
|
703
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/HStack/HStack.tsx"
|
|
704
|
+
},
|
|
464
705
|
"IconButton": {
|
|
465
706
|
"tokens": [
|
|
466
707
|
"iconButton/background",
|
|
@@ -505,6 +746,14 @@
|
|
|
505
746
|
],
|
|
506
747
|
"defaultMode": "Light",
|
|
507
748
|
"hasMultipleModes": true
|
|
749
|
+
},
|
|
750
|
+
"Colors Router": {
|
|
751
|
+
"modes": [
|
|
752
|
+
"POC",
|
|
753
|
+
"Old"
|
|
754
|
+
],
|
|
755
|
+
"defaultMode": "POC",
|
|
756
|
+
"hasMultipleModes": true
|
|
508
757
|
}
|
|
509
758
|
},
|
|
510
759
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/IconButton/IconButton.tsx"
|
|
@@ -512,12 +761,12 @@
|
|
|
512
761
|
"IconCapsule": {
|
|
513
762
|
"tokens": [
|
|
514
763
|
"iconCapsule/background",
|
|
764
|
+
"iconCapsule/border/color",
|
|
765
|
+
"iconCapsule/border/size",
|
|
766
|
+
"iconCapsule/icon/color",
|
|
515
767
|
"iconCapsule/icon/size",
|
|
516
768
|
"iconCapsule/radius",
|
|
517
|
-
"iconCapsule/size"
|
|
518
|
-
"iconCapsuleborder/color",
|
|
519
|
-
"iconCapsuleborder/size",
|
|
520
|
-
"iconCapsuleicon/color"
|
|
769
|
+
"iconCapsule/size"
|
|
521
770
|
],
|
|
522
771
|
"collections": {
|
|
523
772
|
"Icon Capsule Size": {
|
|
@@ -529,6 +778,15 @@
|
|
|
529
778
|
"defaultMode": "M",
|
|
530
779
|
"hasMultipleModes": true
|
|
531
780
|
},
|
|
781
|
+
"Emphasis": {
|
|
782
|
+
"modes": [
|
|
783
|
+
"High",
|
|
784
|
+
"Medium",
|
|
785
|
+
"Low"
|
|
786
|
+
],
|
|
787
|
+
"defaultMode": "High",
|
|
788
|
+
"hasMultipleModes": true
|
|
789
|
+
},
|
|
532
790
|
"Appearance.Brand": {
|
|
533
791
|
"modes": [
|
|
534
792
|
"Primary",
|
|
@@ -545,6 +803,14 @@
|
|
|
545
803
|
],
|
|
546
804
|
"defaultMode": "Light",
|
|
547
805
|
"hasMultipleModes": true
|
|
806
|
+
},
|
|
807
|
+
"Colors Router": {
|
|
808
|
+
"modes": [
|
|
809
|
+
"POC",
|
|
810
|
+
"Old"
|
|
811
|
+
],
|
|
812
|
+
"defaultMode": "POC",
|
|
813
|
+
"hasMultipleModes": true
|
|
548
814
|
}
|
|
549
815
|
},
|
|
550
816
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/IconCapsule/IconCapsule.tsx"
|
|
@@ -572,6 +838,14 @@
|
|
|
572
838
|
"listGroup/lineHeight"
|
|
573
839
|
],
|
|
574
840
|
"collections": {
|
|
841
|
+
"Colors Router": {
|
|
842
|
+
"modes": [
|
|
843
|
+
"POC",
|
|
844
|
+
"Old"
|
|
845
|
+
],
|
|
846
|
+
"defaultMode": "POC",
|
|
847
|
+
"hasMultipleModes": true
|
|
848
|
+
},
|
|
575
849
|
"Title Level": {
|
|
576
850
|
"modes": [
|
|
577
851
|
"Default",
|
|
@@ -634,6 +908,14 @@
|
|
|
634
908
|
],
|
|
635
909
|
"defaultMode": "Light",
|
|
636
910
|
"hasMultipleModes": true
|
|
911
|
+
},
|
|
912
|
+
"Colors Router": {
|
|
913
|
+
"modes": [
|
|
914
|
+
"POC",
|
|
915
|
+
"Old"
|
|
916
|
+
],
|
|
917
|
+
"defaultMode": "POC",
|
|
918
|
+
"hasMultipleModes": true
|
|
637
919
|
}
|
|
638
920
|
},
|
|
639
921
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/ListItem/ListItem.tsx"
|
|
@@ -671,6 +953,14 @@
|
|
|
671
953
|
],
|
|
672
954
|
"defaultMode": "on dark",
|
|
673
955
|
"hasMultipleModes": true
|
|
956
|
+
},
|
|
957
|
+
"Colors Router": {
|
|
958
|
+
"modes": [
|
|
959
|
+
"POC",
|
|
960
|
+
"Old"
|
|
961
|
+
],
|
|
962
|
+
"defaultMode": "POC",
|
|
963
|
+
"hasMultipleModes": true
|
|
674
964
|
}
|
|
675
965
|
},
|
|
676
966
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/MediaCard/MediaCard.tsx"
|
|
@@ -711,10 +1001,19 @@
|
|
|
711
1001
|
"defaultMode": "Light",
|
|
712
1002
|
"hasMultipleModes": true
|
|
713
1003
|
},
|
|
1004
|
+
"Colors Router": {
|
|
1005
|
+
"modes": [
|
|
1006
|
+
"POC",
|
|
1007
|
+
"Old"
|
|
1008
|
+
],
|
|
1009
|
+
"defaultMode": "POC",
|
|
1010
|
+
"hasMultipleModes": true
|
|
1011
|
+
},
|
|
714
1012
|
"Context3": {
|
|
715
1013
|
"modes": [
|
|
716
1014
|
"Default",
|
|
717
|
-
"Transaction Bubble"
|
|
1015
|
+
"Transaction Bubble",
|
|
1016
|
+
"Balance"
|
|
718
1017
|
],
|
|
719
1018
|
"defaultMode": "Default",
|
|
720
1019
|
"hasMultipleModes": true
|
|
@@ -742,6 +1041,14 @@
|
|
|
742
1041
|
"defaultMode": "Light",
|
|
743
1042
|
"hasMultipleModes": true
|
|
744
1043
|
},
|
|
1044
|
+
"Colors Router": {
|
|
1045
|
+
"modes": [
|
|
1046
|
+
"POC",
|
|
1047
|
+
"Old"
|
|
1048
|
+
],
|
|
1049
|
+
"defaultMode": "POC",
|
|
1050
|
+
"hasMultipleModes": true
|
|
1051
|
+
},
|
|
745
1052
|
"Context2": {
|
|
746
1053
|
"modes": [
|
|
747
1054
|
"Default",
|
|
@@ -771,10 +1078,50 @@
|
|
|
771
1078
|
],
|
|
772
1079
|
"defaultMode": "Light",
|
|
773
1080
|
"hasMultipleModes": true
|
|
1081
|
+
},
|
|
1082
|
+
"Colors Router": {
|
|
1083
|
+
"modes": [
|
|
1084
|
+
"POC",
|
|
1085
|
+
"Old"
|
|
1086
|
+
],
|
|
1087
|
+
"defaultMode": "POC",
|
|
1088
|
+
"hasMultipleModes": true
|
|
774
1089
|
}
|
|
775
1090
|
},
|
|
776
1091
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/PageTitle/PageTitle.tsx"
|
|
777
1092
|
},
|
|
1093
|
+
"Screen": {
|
|
1094
|
+
"tokens": [
|
|
1095
|
+
"screen/body/background"
|
|
1096
|
+
],
|
|
1097
|
+
"collections": {
|
|
1098
|
+
"Page type": {
|
|
1099
|
+
"modes": [
|
|
1100
|
+
"MainPage",
|
|
1101
|
+
"SubPage"
|
|
1102
|
+
],
|
|
1103
|
+
"defaultMode": "MainPage",
|
|
1104
|
+
"hasMultipleModes": true
|
|
1105
|
+
},
|
|
1106
|
+
"Color Mode": {
|
|
1107
|
+
"modes": [
|
|
1108
|
+
"Light",
|
|
1109
|
+
"Dark"
|
|
1110
|
+
],
|
|
1111
|
+
"defaultMode": "Light",
|
|
1112
|
+
"hasMultipleModes": true
|
|
1113
|
+
},
|
|
1114
|
+
"Colors Router": {
|
|
1115
|
+
"modes": [
|
|
1116
|
+
"POC",
|
|
1117
|
+
"Old"
|
|
1118
|
+
],
|
|
1119
|
+
"defaultMode": "POC",
|
|
1120
|
+
"hasMultipleModes": true
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Screen/Screen.tsx"
|
|
1124
|
+
},
|
|
778
1125
|
"Section": {
|
|
779
1126
|
"tokens": [
|
|
780
1127
|
"section/background/color",
|
|
@@ -805,6 +1152,14 @@
|
|
|
805
1152
|
"defaultMode": "Light",
|
|
806
1153
|
"hasMultipleModes": true
|
|
807
1154
|
},
|
|
1155
|
+
"Colors Router": {
|
|
1156
|
+
"modes": [
|
|
1157
|
+
"POC",
|
|
1158
|
+
"Old"
|
|
1159
|
+
],
|
|
1160
|
+
"defaultMode": "POC",
|
|
1161
|
+
"hasMultipleModes": true
|
|
1162
|
+
},
|
|
808
1163
|
"Padding": {
|
|
809
1164
|
"modes": [
|
|
810
1165
|
"Default",
|
|
@@ -862,6 +1217,14 @@
|
|
|
862
1217
|
],
|
|
863
1218
|
"defaultMode": "Light",
|
|
864
1219
|
"hasMultipleModes": true
|
|
1220
|
+
},
|
|
1221
|
+
"Colors Router": {
|
|
1222
|
+
"modes": [
|
|
1223
|
+
"POC",
|
|
1224
|
+
"Old"
|
|
1225
|
+
],
|
|
1226
|
+
"defaultMode": "POC",
|
|
1227
|
+
"hasMultipleModes": true
|
|
865
1228
|
}
|
|
866
1229
|
},
|
|
867
1230
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Stepper/Step.tsx"
|
|
@@ -888,6 +1251,14 @@
|
|
|
888
1251
|
],
|
|
889
1252
|
"defaultMode": "Light",
|
|
890
1253
|
"hasMultipleModes": true
|
|
1254
|
+
},
|
|
1255
|
+
"Colors Router": {
|
|
1256
|
+
"modes": [
|
|
1257
|
+
"POC",
|
|
1258
|
+
"Old"
|
|
1259
|
+
],
|
|
1260
|
+
"defaultMode": "POC",
|
|
1261
|
+
"hasMultipleModes": true
|
|
891
1262
|
}
|
|
892
1263
|
},
|
|
893
1264
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Stepper/StepLabel.tsx"
|
|
@@ -901,6 +1272,48 @@
|
|
|
901
1272
|
"collections": {},
|
|
902
1273
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Stepper/Stepper.tsx"
|
|
903
1274
|
},
|
|
1275
|
+
"SupportText": {
|
|
1276
|
+
"tokens": [
|
|
1277
|
+
"supportText/fontFamily",
|
|
1278
|
+
"supportText/fontSize",
|
|
1279
|
+
"supportText/fontWeight",
|
|
1280
|
+
"supportText/foreground",
|
|
1281
|
+
"supportText/gap",
|
|
1282
|
+
"supportText/lineHeight"
|
|
1283
|
+
],
|
|
1284
|
+
"collections": {
|
|
1285
|
+
"Status": {
|
|
1286
|
+
"modes": [
|
|
1287
|
+
"Neutral",
|
|
1288
|
+
"Warning",
|
|
1289
|
+
"Error",
|
|
1290
|
+
"Success"
|
|
1291
|
+
],
|
|
1292
|
+
"defaultMode": "Neutral",
|
|
1293
|
+
"hasMultipleModes": true
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/SupportText/SupportText.tsx"
|
|
1297
|
+
},
|
|
1298
|
+
"SupportTextIcon": {
|
|
1299
|
+
"tokens": [
|
|
1300
|
+
"supportText/foreground",
|
|
1301
|
+
"supportText/icon/size"
|
|
1302
|
+
],
|
|
1303
|
+
"collections": {
|
|
1304
|
+
"Status": {
|
|
1305
|
+
"modes": [
|
|
1306
|
+
"Neutral",
|
|
1307
|
+
"Warning",
|
|
1308
|
+
"Error",
|
|
1309
|
+
"Success"
|
|
1310
|
+
],
|
|
1311
|
+
"defaultMode": "Neutral",
|
|
1312
|
+
"hasMultipleModes": true
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/SupportText/SupportTextIcon.tsx"
|
|
1316
|
+
},
|
|
904
1317
|
"TextInput": {
|
|
905
1318
|
"tokens": [
|
|
906
1319
|
"textInput/background",
|
|
@@ -917,6 +1330,14 @@
|
|
|
917
1330
|
"textInput/vertical/padding"
|
|
918
1331
|
],
|
|
919
1332
|
"collections": {
|
|
1333
|
+
"InputState": {
|
|
1334
|
+
"modes": [
|
|
1335
|
+
"Idle",
|
|
1336
|
+
"Active"
|
|
1337
|
+
],
|
|
1338
|
+
"defaultMode": "Idle",
|
|
1339
|
+
"hasMultipleModes": true
|
|
1340
|
+
},
|
|
920
1341
|
"Color Mode": {
|
|
921
1342
|
"modes": [
|
|
922
1343
|
"Light",
|
|
@@ -924,6 +1345,14 @@
|
|
|
924
1345
|
],
|
|
925
1346
|
"defaultMode": "Light",
|
|
926
1347
|
"hasMultipleModes": true
|
|
1348
|
+
},
|
|
1349
|
+
"Colors Router": {
|
|
1350
|
+
"modes": [
|
|
1351
|
+
"POC",
|
|
1352
|
+
"Old"
|
|
1353
|
+
],
|
|
1354
|
+
"defaultMode": "POC",
|
|
1355
|
+
"hasMultipleModes": true
|
|
927
1356
|
}
|
|
928
1357
|
},
|
|
929
1358
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/TextInput/TextInput.tsx"
|
|
@@ -974,6 +1403,14 @@
|
|
|
974
1403
|
],
|
|
975
1404
|
"defaultMode": "Light",
|
|
976
1405
|
"hasMultipleModes": true
|
|
1406
|
+
},
|
|
1407
|
+
"Colors Router": {
|
|
1408
|
+
"modes": [
|
|
1409
|
+
"POC",
|
|
1410
|
+
"Old"
|
|
1411
|
+
],
|
|
1412
|
+
"defaultMode": "POC",
|
|
1413
|
+
"hasMultipleModes": true
|
|
977
1414
|
}
|
|
978
1415
|
},
|
|
979
1416
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/Tooltip/Tooltip.tsx"
|
|
@@ -1066,8 +1503,27 @@
|
|
|
1066
1503
|
],
|
|
1067
1504
|
"defaultMode": "Light",
|
|
1068
1505
|
"hasMultipleModes": true
|
|
1506
|
+
},
|
|
1507
|
+
"Colors Router": {
|
|
1508
|
+
"modes": [
|
|
1509
|
+
"POC",
|
|
1510
|
+
"Old"
|
|
1511
|
+
],
|
|
1512
|
+
"defaultMode": "POC",
|
|
1513
|
+
"hasMultipleModes": true
|
|
1069
1514
|
}
|
|
1070
1515
|
},
|
|
1071
1516
|
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/UpiHandle/UpiHandle.tsx"
|
|
1517
|
+
},
|
|
1518
|
+
"VStack": {
|
|
1519
|
+
"tokens": [
|
|
1520
|
+
"vstack/gap",
|
|
1521
|
+
"vstack/padding/bottom",
|
|
1522
|
+
"vstack/padding/left",
|
|
1523
|
+
"vstack/padding/right",
|
|
1524
|
+
"vstack/padding/top"
|
|
1525
|
+
],
|
|
1526
|
+
"collections": {},
|
|
1527
|
+
"filePath": "/Users/sunshuaiqi/jfs/react-native-storybook-boilerplate-master/src/components/VStack/VStack.tsx"
|
|
1072
1528
|
}
|
|
1073
1529
|
}
|