@seed-design/figma 0.1.7 → 0.1.9
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/codegen/index.cjs +773 -660
- package/lib/codegen/index.d.ts +725 -625
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +773 -660
- package/lib/codegen/targets/react/index.cjs +1242 -1226
- package/lib/codegen/targets/react/index.d.ts +22 -11
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +1242 -1226
- package/lib/index.cjs +899 -671
- package/lib/index.d.ts +3 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +899 -671
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +289 -144
- package/src/codegen/core/component-handler.ts +9 -3
- package/src/codegen/core/jsx.ts +7 -2
- package/src/codegen/core/value-resolver.ts +35 -21
- package/src/codegen/targets/figma/pipeline.ts +4 -2
- package/src/codegen/targets/figma/value-resolver.ts +38 -2
- package/src/codegen/targets/react/component/handlers/action-button.ts +69 -5
- package/src/codegen/targets/react/component/handlers/alert-dialog.ts +81 -0
- package/src/codegen/targets/react/component/handlers/app-bar.ts +93 -128
- package/src/codegen/targets/react/component/handlers/avatar.ts +17 -8
- package/src/codegen/targets/react/component/handlers/badge.ts +0 -1
- package/src/codegen/targets/react/component/handlers/bottom-sheet.ts +71 -0
- package/src/codegen/targets/react/component/handlers/callout.ts +13 -17
- package/src/codegen/targets/react/component/handlers/chip.ts +88 -0
- package/src/codegen/targets/react/component/handlers/contextual-floating-button.ts +52 -0
- package/src/codegen/targets/react/component/handlers/divider.ts +19 -0
- package/src/codegen/targets/react/component/handlers/error-state.ts +26 -23
- package/src/codegen/targets/react/component/handlers/floating-action-button.ts +48 -0
- package/src/codegen/targets/react/component/handlers/help-bubble.ts +4 -5
- package/src/codegen/targets/react/component/handlers/identity-placeholder.ts +7 -4
- package/src/codegen/targets/react/component/handlers/inline-banner.ts +7 -14
- package/src/codegen/targets/react/component/handlers/manner-temp.ts +18 -0
- package/src/codegen/targets/react/component/handlers/menu-sheet.ts +106 -0
- package/src/codegen/targets/react/component/handlers/multiline-text-field.ts +1 -1
- package/src/codegen/targets/react/component/handlers/progress-circle.ts +3 -1
- package/src/codegen/targets/react/component/handlers/segmented-control.ts +4 -2
- package/src/codegen/targets/react/component/handlers/select-box.ts +11 -8
- package/src/codegen/targets/react/component/handlers/snackbar.ts +2 -2
- package/src/codegen/targets/react/component/handlers/switch.ts +2 -7
- package/src/codegen/targets/react/component/handlers/tabs.ts +8 -125
- package/src/codegen/targets/react/component/index.ts +22 -19
- package/src/codegen/targets/react/instance.ts +1 -1
- package/src/codegen/targets/react/pipeline.ts +4 -2
- package/src/codegen/targets/react/props.ts +16 -9
- package/src/codegen/targets/react/value-resolver.ts +38 -3
- package/src/entities/data/__generated__/component-sets/action-button.d.ts +5 -5
- package/src/entities/data/__generated__/component-sets/action-button.mjs +5 -5
- package/src/entities/data/__generated__/component-sets/alert-dialog.d.ts +26 -0
- package/src/entities/data/__generated__/component-sets/alert-dialog.mjs +26 -0
- package/src/entities/data/__generated__/component-sets/avatar-stack.d.ts +5 -18
- package/src/entities/data/__generated__/component-sets/avatar-stack.mjs +5 -18
- package/src/entities/data/__generated__/component-sets/avatar.d.ts +11 -5
- package/src/entities/data/__generated__/component-sets/avatar.mjs +11 -5
- package/src/entities/data/__generated__/component-sets/badge.d.ts +0 -7
- package/src/entities/data/__generated__/component-sets/badge.mjs +0 -7
- package/src/entities/data/__generated__/component-sets/bottom-navigation-global.d.ts +3 -0
- package/src/entities/data/__generated__/component-sets/bottom-navigation-global.mjs +3 -0
- package/src/entities/data/__generated__/component-sets/bottom-navigation-kr.d.ts +3 -0
- package/src/entities/data/__generated__/component-sets/bottom-navigation-kr.mjs +3 -0
- package/src/entities/data/__generated__/component-sets/bottom-sheet.d.ts +53 -4
- package/src/entities/data/__generated__/component-sets/bottom-sheet.mjs +53 -4
- package/src/entities/data/__generated__/component-sets/callout.d.ts +13 -22
- package/src/entities/data/__generated__/component-sets/callout.mjs +13 -22
- package/src/entities/data/__generated__/component-sets/checkbox.d.ts +3 -3
- package/src/entities/data/__generated__/component-sets/checkbox.mjs +3 -3
- package/src/entities/data/__generated__/component-sets/checkmark.d.ts +34 -0
- package/src/entities/data/__generated__/component-sets/checkmark.mjs +34 -0
- package/src/entities/data/__generated__/component-sets/chip.d.ts +90 -0
- package/src/entities/data/__generated__/component-sets/chip.mjs +90 -0
- package/src/entities/data/__generated__/component-sets/chlid.d.ts +14 -0
- package/src/entities/data/__generated__/component-sets/chlid.mjs +14 -0
- package/src/entities/data/__generated__/component-sets/{extended-floating-action-button.d.ts → contextual-floating-button.d.ts} +12 -10
- package/src/entities/data/__generated__/component-sets/{extended-floating-action-button.mjs → contextual-floating-button.mjs} +12 -10
- package/src/entities/data/__generated__/component-sets/floating-action-button.d.ts +4 -8
- package/src/entities/data/__generated__/component-sets/floating-action-button.mjs +4 -8
- package/src/entities/data/__generated__/component-sets/help-bubble.d.ts +3 -10
- package/src/entities/data/__generated__/component-sets/help-bubble.mjs +3 -10
- package/src/entities/data/__generated__/component-sets/index.d.ts +13 -13
- package/src/entities/data/__generated__/component-sets/index.mjs +13 -13
- package/src/entities/data/__generated__/component-sets/inline-banner.d.ts +3 -3
- package/src/entities/data/__generated__/component-sets/inline-banner.mjs +3 -3
- package/src/entities/data/__generated__/component-sets/main-tab-navigation-global.d.ts +2 -2
- package/src/entities/data/__generated__/component-sets/main-tab-navigation-global.mjs +2 -2
- package/src/entities/data/__generated__/component-sets/manner-temp-badge.d.ts +2 -2
- package/src/entities/data/__generated__/component-sets/manner-temp-badge.mjs +2 -2
- package/src/entities/data/__generated__/component-sets/manner-temp.d.ts +2 -2
- package/src/entities/data/__generated__/component-sets/manner-temp.mjs +2 -2
- package/src/entities/data/__generated__/component-sets/{extended-action-sheet.d.ts → menu-sheet.d.ts} +17 -13
- package/src/entities/data/__generated__/component-sets/{extended-action-sheet.mjs → menu-sheet.mjs} +17 -13
- package/src/entities/data/__generated__/component-sets/multiline-text-field.d.ts +18 -18
- package/src/entities/data/__generated__/component-sets/multiline-text-field.mjs +18 -18
- package/src/entities/data/__generated__/component-sets/progress-circle.d.ts +2 -1
- package/src/entities/data/__generated__/component-sets/progress-circle.mjs +2 -1
- package/src/entities/data/__generated__/component-sets/radio-mark.d.ts +34 -0
- package/src/entities/data/__generated__/component-sets/radio-mark.mjs +34 -0
- package/src/entities/data/__generated__/component-sets/radio.d.ts +2 -2
- package/src/entities/data/__generated__/component-sets/radio.mjs +2 -2
- package/src/entities/data/__generated__/component-sets/reaction-button.d.ts +6 -6
- package/src/entities/data/__generated__/component-sets/reaction-button.mjs +6 -6
- package/src/entities/data/__generated__/component-sets/resizable-child.d.ts +18 -0
- package/src/entities/data/__generated__/component-sets/resizable-child.mjs +18 -0
- package/src/entities/data/__generated__/component-sets/resizable-icon.d.ts +18 -0
- package/src/entities/data/__generated__/component-sets/resizable-icon.mjs +18 -0
- package/src/entities/data/__generated__/component-sets/select-box.d.ts +4 -4
- package/src/entities/data/__generated__/component-sets/select-box.mjs +4 -4
- package/src/entities/data/__generated__/component-sets/skeleton.d.ts +7 -0
- package/src/entities/data/__generated__/component-sets/skeleton.mjs +7 -0
- package/src/entities/data/__generated__/component-sets/snackbar.d.ts +4 -4
- package/src/entities/data/__generated__/component-sets/snackbar.mjs +4 -4
- package/src/entities/data/__generated__/component-sets/switch.d.ts +15 -6
- package/src/entities/data/__generated__/component-sets/switch.mjs +15 -6
- package/src/entities/data/__generated__/component-sets/tabs.d.ts +13 -0
- package/src/entities/data/__generated__/component-sets/tabs.mjs +13 -0
- package/src/entities/data/__generated__/component-sets/template-button-group.d.ts +9 -33
- package/src/entities/data/__generated__/component-sets/template-button-group.mjs +9 -33
- package/src/entities/data/__generated__/component-sets/template-chip-group.d.ts +15 -12
- package/src/entities/data/__generated__/component-sets/template-chip-group.mjs +15 -12
- package/src/entities/data/__generated__/component-sets/template-completion.d.ts +28 -0
- package/src/entities/data/__generated__/component-sets/template-completion.mjs +28 -0
- package/src/entities/data/__generated__/component-sets/{error-state.d.ts → template-error-state.d.ts} +5 -5
- package/src/entities/data/__generated__/component-sets/{error-state.mjs → template-error-state.mjs} +5 -5
- package/src/entities/data/__generated__/component-sets/template-top-navigation.d.ts +9 -7
- package/src/entities/data/__generated__/component-sets/template-top-navigation.mjs +9 -7
- package/src/entities/data/__generated__/component-sets/text-field.d.ts +35 -36
- package/src/entities/data/__generated__/component-sets/text-field.mjs +35 -36
- package/src/entities/data/__generated__/component-sets/toggle-button.d.ts +7 -7
- package/src/entities/data/__generated__/component-sets/toggle-button.mjs +7 -7
- package/src/entities/data/__generated__/component-sets/top-navigation.d.ts +42 -0
- package/src/entities/data/__generated__/component-sets/top-navigation.mjs +42 -0
- package/src/entities/data/styles.ts +94 -0
- package/src/entities/index.ts +5 -2
- package/src/normalizer/from-plugin.ts +104 -44
- package/src/normalizer/types.ts +3 -1
- package/src/utils/figma-gradient.ts +72 -0
- package/src/utils/figma-node.ts +4 -3
- package/src/codegen/targets/react/component/handlers/action-chip.ts +0 -72
- package/src/codegen/targets/react/component/handlers/action-sheet.ts +0 -82
- package/src/codegen/targets/react/component/handlers/chip-tabs.ts +0 -57
- package/src/codegen/targets/react/component/handlers/control-chip.ts +0 -81
- package/src/codegen/targets/react/component/handlers/extended-action-sheet.ts +0 -98
- package/src/codegen/targets/react/component/handlers/extended-fab.ts +0 -25
- package/src/codegen/targets/react/component/handlers/fab.ts +0 -22
- package/src/codegen/targets/react/component/handlers/text-button.ts +0 -49
- package/src/entities/data/__generated__/component-sets/action-chip.d.ts +0 -57
- package/src/entities/data/__generated__/component-sets/action-chip.mjs +0 -57
- package/src/entities/data/__generated__/component-sets/action-sheet.d.ts +0 -40
- package/src/entities/data/__generated__/component-sets/action-sheet.mjs +0 -40
- package/src/entities/data/__generated__/component-sets/chip-tablist.d.ts +0 -24
- package/src/entities/data/__generated__/component-sets/chip-tablist.mjs +0 -24
- package/src/entities/data/__generated__/component-sets/control-chip.d.ts +0 -60
- package/src/entities/data/__generated__/component-sets/control-chip.mjs +0 -60
- package/src/entities/data/__generated__/component-sets/identity-placeholder.d.ts +0 -13
- package/src/entities/data/__generated__/component-sets/identity-placeholder.mjs +0 -13
- package/src/entities/data/__generated__/component-sets/manner-temp-bar.d.ts +0 -23
- package/src/entities/data/__generated__/component-sets/manner-temp-bar.mjs +0 -23
- package/src/entities/data/__generated__/component-sets/standard-navigation.d.ts +0 -23
- package/src/entities/data/__generated__/component-sets/standard-navigation.mjs +0 -23
- package/src/entities/data/__generated__/component-sets/tablist.d.ts +0 -29
- package/src/entities/data/__generated__/component-sets/tablist.mjs +0 -29
- package/src/entities/data/__generated__/component-sets/template-bottom-fixed-bar.d.ts +0 -42
- package/src/entities/data/__generated__/component-sets/template-bottom-fixed-bar.mjs +0 -42
- package/src/entities/data/__generated__/component-sets/text-button.d.ts +0 -45
- package/src/entities/data/__generated__/component-sets/text-button.mjs +0 -45
|
@@ -2,21 +2,21 @@ export const metadata = {
|
|
|
2
2
|
"name": "🟢 Action Button",
|
|
3
3
|
"key": "450ede9d0bf42fc6ef14345c77e6e407d6d5ee89",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
+
"Label#5987:61": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
5
8
|
"Suffix Icon#5987:244": {
|
|
6
9
|
"type": "INSTANCE_SWAP",
|
|
7
10
|
"preferredValues": []
|
|
8
11
|
},
|
|
9
|
-
"Icon#
|
|
12
|
+
"Prefix Icon#5987:305": {
|
|
10
13
|
"type": "INSTANCE_SWAP",
|
|
11
14
|
"preferredValues": []
|
|
12
15
|
},
|
|
13
|
-
"
|
|
16
|
+
"Icon#7574:0": {
|
|
14
17
|
"type": "INSTANCE_SWAP",
|
|
15
18
|
"preferredValues": []
|
|
16
19
|
},
|
|
17
|
-
"Label#5987:61": {
|
|
18
|
-
"type": "TEXT"
|
|
19
|
-
},
|
|
20
20
|
"Size": {
|
|
21
21
|
"type": "VARIANT",
|
|
22
22
|
"variantOptions": [
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Alert Dialog",
|
|
3
|
+
"key": "e0c89524a554ca1bf95c016b7255f29e257624aa",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Title Text#20361:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Description Text#20361:7": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Title#20361:14": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Layout": {
|
|
15
|
+
"type": "VARIANT",
|
|
16
|
+
"variantOptions": [
|
|
17
|
+
"Single",
|
|
18
|
+
"Neutral",
|
|
19
|
+
"Neutral (Overflow)",
|
|
20
|
+
"Critical",
|
|
21
|
+
"Critical (Overflow)",
|
|
22
|
+
"Nonpreferred"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Alert Dialog",
|
|
3
|
+
"key": "e0c89524a554ca1bf95c016b7255f29e257624aa",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Title Text#20361:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Description Text#20361:7": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Title#20361:14": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Layout": {
|
|
15
|
+
"type": "VARIANT",
|
|
16
|
+
"variantOptions": [
|
|
17
|
+
"Single",
|
|
18
|
+
"Neutral",
|
|
19
|
+
"Neutral (Overflow)",
|
|
20
|
+
"Critical",
|
|
21
|
+
"Critical (Overflow)",
|
|
22
|
+
"Nonpreferred"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
2
|
"name": "🟢 Avatar Stack",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "e8e91e01000d878742c55cd6e44b6786460440f7",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
5
|
"Size": {
|
|
6
6
|
"type": "VARIANT",
|
|
@@ -8,24 +8,11 @@ export declare const metadata: {
|
|
|
8
8
|
"20",
|
|
9
9
|
"24",
|
|
10
10
|
"36",
|
|
11
|
+
"42",
|
|
11
12
|
"48",
|
|
12
|
-
"64"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"Item Count": {
|
|
16
|
-
"type": "VARIANT",
|
|
17
|
-
"variantOptions": [
|
|
18
|
-
"2",
|
|
19
|
-
"3",
|
|
20
|
-
"4",
|
|
21
|
-
"5"
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
"Top Item": {
|
|
25
|
-
"type": "VARIANT",
|
|
26
|
-
"variantOptions": [
|
|
27
|
-
"Last Item",
|
|
28
|
-
"First Item"
|
|
13
|
+
"64",
|
|
14
|
+
"80",
|
|
15
|
+
"96"
|
|
29
16
|
]
|
|
30
17
|
}
|
|
31
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"name": "🟢 Avatar Stack",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "e8e91e01000d878742c55cd6e44b6786460440f7",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
5
|
"Size": {
|
|
6
6
|
"type": "VARIANT",
|
|
@@ -8,24 +8,11 @@ export const metadata = {
|
|
|
8
8
|
"20",
|
|
9
9
|
"24",
|
|
10
10
|
"36",
|
|
11
|
+
"42",
|
|
11
12
|
"48",
|
|
12
|
-
"64"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"Item Count": {
|
|
16
|
-
"type": "VARIANT",
|
|
17
|
-
"variantOptions": [
|
|
18
|
-
"2",
|
|
19
|
-
"3",
|
|
20
|
-
"4",
|
|
21
|
-
"5"
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
"Top Item": {
|
|
25
|
-
"type": "VARIANT",
|
|
26
|
-
"variantOptions": [
|
|
27
|
-
"Last Item",
|
|
28
|
-
"First Item"
|
|
13
|
+
"64",
|
|
14
|
+
"80",
|
|
15
|
+
"96"
|
|
29
16
|
]
|
|
30
17
|
}
|
|
31
18
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
2
|
"name": "🟢 Avatar",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "4a8853c3068c08b69b13e71dd42ce186e968697e",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "BOOLEAN"
|
|
7
|
-
},
|
|
8
|
-
"Show Badge#1398:26": {
|
|
5
|
+
"Has Image Contents#33407:0": {
|
|
9
6
|
"type": "BOOLEAN"
|
|
10
7
|
},
|
|
11
8
|
"Size": {
|
|
@@ -20,6 +17,15 @@ export declare const metadata: {
|
|
|
20
17
|
"80",
|
|
21
18
|
"96"
|
|
22
19
|
]
|
|
20
|
+
},
|
|
21
|
+
"Badge": {
|
|
22
|
+
"type": "VARIANT",
|
|
23
|
+
"variantOptions": [
|
|
24
|
+
"None",
|
|
25
|
+
"Circle",
|
|
26
|
+
"Shield",
|
|
27
|
+
"Flower"
|
|
28
|
+
]
|
|
23
29
|
}
|
|
24
30
|
}
|
|
25
31
|
};
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"name": "🟢 Avatar",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "4a8853c3068c08b69b13e71dd42ce186e968697e",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "BOOLEAN"
|
|
7
|
-
},
|
|
8
|
-
"Show Badge#1398:26": {
|
|
5
|
+
"Has Image Contents#33407:0": {
|
|
9
6
|
"type": "BOOLEAN"
|
|
10
7
|
},
|
|
11
8
|
"Size": {
|
|
@@ -20,6 +17,15 @@ export const metadata = {
|
|
|
20
17
|
"80",
|
|
21
18
|
"96"
|
|
22
19
|
]
|
|
20
|
+
},
|
|
21
|
+
"Badge": {
|
|
22
|
+
"type": "VARIANT",
|
|
23
|
+
"variantOptions": [
|
|
24
|
+
"None",
|
|
25
|
+
"Circle",
|
|
26
|
+
"Shield",
|
|
27
|
+
"Flower"
|
|
28
|
+
]
|
|
23
29
|
}
|
|
24
30
|
}
|
|
25
31
|
};
|
|
@@ -2,6 +2,9 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Bottom Navigation / Global",
|
|
3
3
|
"key": "983650a4dff639b38bf68ff6004efc8ec4fb5c20",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Safe Area#25445:3": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
5
8
|
"OS": {
|
|
6
9
|
"type": "VARIANT",
|
|
7
10
|
"variantOptions": [
|
|
@@ -2,6 +2,9 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Bottom Navigation / KR",
|
|
3
3
|
"key": "accc7cea2d0250cdfbf0197ce00a677c6b9e0dae",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Safe Area#25445:0": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
5
8
|
"OS": {
|
|
6
9
|
"type": "VARIANT",
|
|
7
10
|
"variantOptions": [
|
|
@@ -2,12 +2,61 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Bottom Sheet",
|
|
3
3
|
"key": "16bafa5d1155896fe18fb6f52f904f5cd2048686",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Title#19787:3": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Description#19787:7": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Close Button#19787:11": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Show Footer#25162:14": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
|
+
},
|
|
17
|
+
"Show Description#25192:0": {
|
|
18
|
+
"type": "BOOLEAN"
|
|
19
|
+
},
|
|
20
|
+
"Contents#25320:0": {
|
|
21
|
+
"type": "INSTANCE_SWAP",
|
|
22
|
+
"preferredValues": [
|
|
23
|
+
{
|
|
24
|
+
"type": "COMPONENT_SET",
|
|
25
|
+
"key": "ec1901cb37dc88360ae8fd2b61f71e630fda7924"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "COMPONENT",
|
|
29
|
+
"key": "5c5369d9c22115fd240d7b75ac2a334e9163ea57"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "COMPONENT",
|
|
33
|
+
"key": "8670afb7520ac44dfed003e3e9c7cce359897d0c"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "COMPONENT",
|
|
37
|
+
"key": "e3d337e6eddbe9ec025fe69520c1cff0bd697b60"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "COMPONENT",
|
|
41
|
+
"key": "0c6c58d5b7a159e7db1a0c1ccf32916ca8a51164"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": "COMPONENT",
|
|
45
|
+
"key": "088624580ee501efed377bb4f42561a387db5699"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"Show Safe Area#25488:8": {
|
|
50
|
+
"type": "BOOLEAN"
|
|
51
|
+
},
|
|
52
|
+
"Header Layout": {
|
|
6
53
|
"type": "VARIANT",
|
|
7
54
|
"variantOptions": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
55
|
+
"Bottom Left",
|
|
56
|
+
"None",
|
|
57
|
+
"Bottom Center",
|
|
58
|
+
"Top Center",
|
|
59
|
+
"Top Left"
|
|
11
60
|
]
|
|
12
61
|
}
|
|
13
62
|
}
|
|
@@ -2,12 +2,61 @@ export const metadata = {
|
|
|
2
2
|
"name": "🟢 Bottom Sheet",
|
|
3
3
|
"key": "16bafa5d1155896fe18fb6f52f904f5cd2048686",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Title#19787:3": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Description#19787:7": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Close Button#19787:11": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Show Footer#25162:14": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
|
+
},
|
|
17
|
+
"Show Description#25192:0": {
|
|
18
|
+
"type": "BOOLEAN"
|
|
19
|
+
},
|
|
20
|
+
"Contents#25320:0": {
|
|
21
|
+
"type": "INSTANCE_SWAP",
|
|
22
|
+
"preferredValues": [
|
|
23
|
+
{
|
|
24
|
+
"type": "COMPONENT_SET",
|
|
25
|
+
"key": "ec1901cb37dc88360ae8fd2b61f71e630fda7924"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "COMPONENT",
|
|
29
|
+
"key": "5c5369d9c22115fd240d7b75ac2a334e9163ea57"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "COMPONENT",
|
|
33
|
+
"key": "8670afb7520ac44dfed003e3e9c7cce359897d0c"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "COMPONENT",
|
|
37
|
+
"key": "e3d337e6eddbe9ec025fe69520c1cff0bd697b60"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "COMPONENT",
|
|
41
|
+
"key": "0c6c58d5b7a159e7db1a0c1ccf32916ca8a51164"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": "COMPONENT",
|
|
45
|
+
"key": "088624580ee501efed377bb4f42561a387db5699"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"Show Safe Area#25488:8": {
|
|
50
|
+
"type": "BOOLEAN"
|
|
51
|
+
},
|
|
52
|
+
"Header Layout": {
|
|
6
53
|
"type": "VARIANT",
|
|
7
54
|
"variantOptions": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
55
|
+
"Bottom Left",
|
|
56
|
+
"None",
|
|
57
|
+
"Bottom Center",
|
|
58
|
+
"Top Center",
|
|
59
|
+
"Top Left"
|
|
11
60
|
]
|
|
12
61
|
}
|
|
13
62
|
}
|
|
@@ -2,22 +2,20 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Callout",
|
|
3
3
|
"key": "ec46d38baac3c367c4a5ffa47a2110d51ba0a4fe",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Prefix Icon#35087:0": {
|
|
6
|
+
"type": "INSTANCE_SWAP",
|
|
7
|
+
"preferredValues": []
|
|
8
|
+
},
|
|
9
|
+
"Show Prefix Icon#35087:1": {
|
|
6
10
|
"type": "BOOLEAN"
|
|
7
11
|
},
|
|
8
|
-
"
|
|
9
|
-
"type": "
|
|
10
|
-
"preferredValues": [
|
|
11
|
-
{
|
|
12
|
-
"type": "COMPONENT_SET",
|
|
13
|
-
"key": "f2c04b68b0bec4ec9145d832de45947030d3b653"
|
|
14
|
-
}
|
|
15
|
-
]
|
|
12
|
+
"Pressed#35087:2": {
|
|
13
|
+
"type": "BOOLEAN"
|
|
16
14
|
},
|
|
17
15
|
"Interaction": {
|
|
18
16
|
"type": "VARIANT",
|
|
19
17
|
"variantOptions": [
|
|
20
|
-
"
|
|
18
|
+
"Display",
|
|
21
19
|
"Actionable",
|
|
22
20
|
"Dismissible"
|
|
23
21
|
]
|
|
@@ -32,25 +30,18 @@ export declare const metadata: {
|
|
|
32
30
|
"Magic"
|
|
33
31
|
]
|
|
34
32
|
},
|
|
35
|
-
"State": {
|
|
36
|
-
"type": "VARIANT",
|
|
37
|
-
"variantOptions": [
|
|
38
|
-
"Enabled",
|
|
39
|
-
"Pressed"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
33
|
"Show Title": {
|
|
43
34
|
"type": "VARIANT",
|
|
44
35
|
"variantOptions": [
|
|
45
|
-
"
|
|
46
|
-
"
|
|
36
|
+
"False",
|
|
37
|
+
"True"
|
|
47
38
|
]
|
|
48
39
|
},
|
|
49
|
-
"Show Link
|
|
40
|
+
"Show Link Text": {
|
|
50
41
|
"type": "VARIANT",
|
|
51
42
|
"variantOptions": [
|
|
52
|
-
"
|
|
53
|
-
"
|
|
43
|
+
"False",
|
|
44
|
+
"True"
|
|
54
45
|
]
|
|
55
46
|
}
|
|
56
47
|
}
|
|
@@ -2,22 +2,20 @@ export const metadata = {
|
|
|
2
2
|
"name": "🟢 Callout",
|
|
3
3
|
"key": "ec46d38baac3c367c4a5ffa47a2110d51ba0a4fe",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Prefix Icon#35087:0": {
|
|
6
|
+
"type": "INSTANCE_SWAP",
|
|
7
|
+
"preferredValues": []
|
|
8
|
+
},
|
|
9
|
+
"Show Prefix Icon#35087:1": {
|
|
6
10
|
"type": "BOOLEAN"
|
|
7
11
|
},
|
|
8
|
-
"
|
|
9
|
-
"type": "
|
|
10
|
-
"preferredValues": [
|
|
11
|
-
{
|
|
12
|
-
"type": "COMPONENT_SET",
|
|
13
|
-
"key": "f2c04b68b0bec4ec9145d832de45947030d3b653"
|
|
14
|
-
}
|
|
15
|
-
]
|
|
12
|
+
"Pressed#35087:2": {
|
|
13
|
+
"type": "BOOLEAN"
|
|
16
14
|
},
|
|
17
15
|
"Interaction": {
|
|
18
16
|
"type": "VARIANT",
|
|
19
17
|
"variantOptions": [
|
|
20
|
-
"
|
|
18
|
+
"Display",
|
|
21
19
|
"Actionable",
|
|
22
20
|
"Dismissible"
|
|
23
21
|
]
|
|
@@ -32,25 +30,18 @@ export const metadata = {
|
|
|
32
30
|
"Magic"
|
|
33
31
|
]
|
|
34
32
|
},
|
|
35
|
-
"State": {
|
|
36
|
-
"type": "VARIANT",
|
|
37
|
-
"variantOptions": [
|
|
38
|
-
"Enabled",
|
|
39
|
-
"Pressed"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
33
|
"Show Title": {
|
|
43
34
|
"type": "VARIANT",
|
|
44
35
|
"variantOptions": [
|
|
45
|
-
"
|
|
46
|
-
"
|
|
36
|
+
"False",
|
|
37
|
+
"True"
|
|
47
38
|
]
|
|
48
39
|
},
|
|
49
|
-
"Show Link
|
|
40
|
+
"Show Link Text": {
|
|
50
41
|
"type": "VARIANT",
|
|
51
42
|
"variantOptions": [
|
|
52
|
-
"
|
|
53
|
-
"
|
|
43
|
+
"False",
|
|
44
|
+
"True"
|
|
54
45
|
]
|
|
55
46
|
}
|
|
56
47
|
}
|
|
@@ -31,13 +31,13 @@ export declare const metadata: {
|
|
|
31
31
|
"variantOptions": [
|
|
32
32
|
"Enabled",
|
|
33
33
|
"Pressed",
|
|
34
|
+
"Disabled",
|
|
34
35
|
"Selected",
|
|
35
36
|
"Selected-Pressed",
|
|
37
|
+
"Selected-Disabled",
|
|
36
38
|
"Indeterminate",
|
|
37
39
|
"Indeterminate-Pressed",
|
|
38
|
-
"Disabled"
|
|
39
|
-
"Disabled-Selected",
|
|
40
|
-
"Disabled-Indeterminate"
|
|
40
|
+
"Indeterminate-Disabled"
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -31,13 +31,13 @@ export const metadata = {
|
|
|
31
31
|
"variantOptions": [
|
|
32
32
|
"Enabled",
|
|
33
33
|
"Pressed",
|
|
34
|
+
"Disabled",
|
|
34
35
|
"Selected",
|
|
35
36
|
"Selected-Pressed",
|
|
37
|
+
"Selected-Disabled",
|
|
36
38
|
"Indeterminate",
|
|
37
39
|
"Indeterminate-Pressed",
|
|
38
|
-
"Disabled"
|
|
39
|
-
"Disabled-Selected",
|
|
40
|
-
"Disabled-Indeterminate"
|
|
40
|
+
"Indeterminate-Disabled"
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Checkmark",
|
|
3
|
+
"key": "fae60fb392f55bde60de1dbccb2f453320068805",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Shape": {
|
|
6
|
+
"type": "VARIANT",
|
|
7
|
+
"variantOptions": [
|
|
8
|
+
"Square",
|
|
9
|
+
"Ghost"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"Size": {
|
|
13
|
+
"type": "VARIANT",
|
|
14
|
+
"variantOptions": [
|
|
15
|
+
"Medium",
|
|
16
|
+
"Large"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"State": {
|
|
20
|
+
"type": "VARIANT",
|
|
21
|
+
"variantOptions": [
|
|
22
|
+
"Enabled",
|
|
23
|
+
"Pressed",
|
|
24
|
+
"Selected",
|
|
25
|
+
"Selected-Pressed",
|
|
26
|
+
"Indeterminate",
|
|
27
|
+
"Indeterminate-Pressed",
|
|
28
|
+
"Disabled",
|
|
29
|
+
"Disabled-Selected",
|
|
30
|
+
"Disabled-Indeterminate"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Checkmark",
|
|
3
|
+
"key": "fae60fb392f55bde60de1dbccb2f453320068805",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Shape": {
|
|
6
|
+
"type": "VARIANT",
|
|
7
|
+
"variantOptions": [
|
|
8
|
+
"Square",
|
|
9
|
+
"Ghost"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"Size": {
|
|
13
|
+
"type": "VARIANT",
|
|
14
|
+
"variantOptions": [
|
|
15
|
+
"Medium",
|
|
16
|
+
"Large"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"State": {
|
|
20
|
+
"type": "VARIANT",
|
|
21
|
+
"variantOptions": [
|
|
22
|
+
"Enabled",
|
|
23
|
+
"Pressed",
|
|
24
|
+
"Selected",
|
|
25
|
+
"Selected-Pressed",
|
|
26
|
+
"Indeterminate",
|
|
27
|
+
"Indeterminate-Pressed",
|
|
28
|
+
"Disabled",
|
|
29
|
+
"Disabled-Selected",
|
|
30
|
+
"Disabled-Indeterminate"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|