@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
|
@@ -1,50 +1,26 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
2
|
"name": "🔵 [Template] Button Group",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "BOOLEAN"
|
|
7
|
-
},
|
|
8
|
-
"Show Favorite Button#29056:0": {
|
|
9
|
-
"type": "BOOLEAN"
|
|
10
|
-
},
|
|
11
|
-
"Show Step Indicator#25896:0": {
|
|
12
|
-
"type": "BOOLEAN"
|
|
13
|
-
},
|
|
14
|
-
"Show Indicator#28768:0": {
|
|
15
|
-
"type": "BOOLEAN"
|
|
16
|
-
},
|
|
17
|
-
"Text#16839:0": {
|
|
18
|
-
"type": "TEXT"
|
|
19
|
-
},
|
|
20
|
-
"OS": {
|
|
21
|
-
"type": "VARIANT",
|
|
22
|
-
"variantOptions": [
|
|
23
|
-
"iOS",
|
|
24
|
-
"Andorid"
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
"Position": {
|
|
5
|
+
"Size": {
|
|
28
6
|
"type": "VARIANT",
|
|
29
7
|
"variantOptions": [
|
|
30
|
-
"
|
|
31
|
-
"
|
|
8
|
+
"Small",
|
|
9
|
+
"Medium"
|
|
32
10
|
]
|
|
33
11
|
},
|
|
34
12
|
"Type": {
|
|
35
13
|
"type": "VARIANT",
|
|
36
14
|
"variantOptions": [
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"Horizontal",
|
|
40
|
-
"Horizontal ratio"
|
|
15
|
+
"horizontal Equal",
|
|
16
|
+
"Horizontal Ratio"
|
|
41
17
|
]
|
|
42
18
|
},
|
|
43
|
-
"
|
|
19
|
+
"Item Count": {
|
|
44
20
|
"type": "VARIANT",
|
|
45
21
|
"variantOptions": [
|
|
46
|
-
"
|
|
47
|
-
"
|
|
22
|
+
"2",
|
|
23
|
+
"3"
|
|
48
24
|
]
|
|
49
25
|
}
|
|
50
26
|
}
|
|
@@ -1,50 +1,26 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"name": "🔵 [Template] Button Group",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "BOOLEAN"
|
|
7
|
-
},
|
|
8
|
-
"Show Favorite Button#29056:0": {
|
|
9
|
-
"type": "BOOLEAN"
|
|
10
|
-
},
|
|
11
|
-
"Show Step Indicator#25896:0": {
|
|
12
|
-
"type": "BOOLEAN"
|
|
13
|
-
},
|
|
14
|
-
"Show Indicator#28768:0": {
|
|
15
|
-
"type": "BOOLEAN"
|
|
16
|
-
},
|
|
17
|
-
"Text#16839:0": {
|
|
18
|
-
"type": "TEXT"
|
|
19
|
-
},
|
|
20
|
-
"OS": {
|
|
21
|
-
"type": "VARIANT",
|
|
22
|
-
"variantOptions": [
|
|
23
|
-
"iOS",
|
|
24
|
-
"Andorid"
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
"Position": {
|
|
5
|
+
"Size": {
|
|
28
6
|
"type": "VARIANT",
|
|
29
7
|
"variantOptions": [
|
|
30
|
-
"
|
|
31
|
-
"
|
|
8
|
+
"Small",
|
|
9
|
+
"Medium"
|
|
32
10
|
]
|
|
33
11
|
},
|
|
34
12
|
"Type": {
|
|
35
13
|
"type": "VARIANT",
|
|
36
14
|
"variantOptions": [
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"Horizontal",
|
|
40
|
-
"Horizontal ratio"
|
|
15
|
+
"horizontal Equal",
|
|
16
|
+
"Horizontal Ratio"
|
|
41
17
|
]
|
|
42
18
|
},
|
|
43
|
-
"
|
|
19
|
+
"Item Count": {
|
|
44
20
|
"type": "VARIANT",
|
|
45
21
|
"variantOptions": [
|
|
46
|
-
"
|
|
47
|
-
"
|
|
22
|
+
"2",
|
|
23
|
+
"3"
|
|
48
24
|
]
|
|
49
25
|
}
|
|
50
26
|
}
|
|
@@ -1,25 +1,28 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
2
|
"name": "🔵 [Template] Chip Group",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "
|
|
5
|
+
"Variant": {
|
|
6
|
+
"type": "VARIANT",
|
|
7
|
+
"variantOptions": [
|
|
8
|
+
"Solid",
|
|
9
|
+
"Outline Strong",
|
|
10
|
+
"Outline Weak"
|
|
11
|
+
]
|
|
7
12
|
},
|
|
8
|
-
"
|
|
13
|
+
"Size": {
|
|
9
14
|
"type": "VARIANT",
|
|
10
15
|
"variantOptions": [
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
16
|
+
"Large",
|
|
17
|
+
"Medium",
|
|
18
|
+
"Small"
|
|
14
19
|
]
|
|
15
20
|
},
|
|
16
|
-
"
|
|
21
|
+
"Layout": {
|
|
17
22
|
"type": "VARIANT",
|
|
18
23
|
"variantOptions": [
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"2",
|
|
22
|
-
"4"
|
|
24
|
+
"Scrollable",
|
|
25
|
+
"Overflow"
|
|
23
26
|
]
|
|
24
27
|
}
|
|
25
28
|
}
|
|
@@ -1,25 +1,28 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"name": "🔵 [Template] Chip Group",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "
|
|
5
|
+
"Variant": {
|
|
6
|
+
"type": "VARIANT",
|
|
7
|
+
"variantOptions": [
|
|
8
|
+
"Solid",
|
|
9
|
+
"Outline Strong",
|
|
10
|
+
"Outline Weak"
|
|
11
|
+
]
|
|
7
12
|
},
|
|
8
|
-
"
|
|
13
|
+
"Size": {
|
|
9
14
|
"type": "VARIANT",
|
|
10
15
|
"variantOptions": [
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
16
|
+
"Large",
|
|
17
|
+
"Medium",
|
|
18
|
+
"Small"
|
|
14
19
|
]
|
|
15
20
|
},
|
|
16
|
-
"
|
|
21
|
+
"Layout": {
|
|
17
22
|
"type": "VARIANT",
|
|
18
23
|
"variantOptions": [
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"2",
|
|
22
|
-
"4"
|
|
24
|
+
"Scrollable",
|
|
25
|
+
"Overflow"
|
|
23
26
|
]
|
|
24
27
|
}
|
|
25
28
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🔵 [Template] Completion",
|
|
3
|
+
"key": "d91c789c66c2da665d820318f1a4d8671946eb79",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Description#28427:4": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title#28427:5": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Description#28427:6": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Show Button#28427:7": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
|
+
},
|
|
17
|
+
"Show Top Navigation#28427:8": {
|
|
18
|
+
"type": "BOOLEAN"
|
|
19
|
+
},
|
|
20
|
+
"Variant": {
|
|
21
|
+
"type": "VARIANT",
|
|
22
|
+
"variantOptions": [
|
|
23
|
+
"Screen",
|
|
24
|
+
"Dialog"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🔵 [Template] Completion",
|
|
3
|
+
"key": "d91c789c66c2da665d820318f1a4d8671946eb79",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Description#28427:4": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title#28427:5": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Description#28427:6": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Show Button#28427:7": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
|
+
},
|
|
17
|
+
"Show Top Navigation#28427:8": {
|
|
18
|
+
"type": "BOOLEAN"
|
|
19
|
+
},
|
|
20
|
+
"Variant": {
|
|
21
|
+
"type": "VARIANT",
|
|
22
|
+
"variantOptions": [
|
|
23
|
+
"Screen",
|
|
24
|
+
"Dialog"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "🔵 [Template] Error State",
|
|
3
3
|
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "
|
|
5
|
+
"Show Buttons#9080:5": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
7
|
},
|
|
8
8
|
"Title#16237:0": {
|
|
9
9
|
"type": "TEXT"
|
|
@@ -11,8 +11,8 @@ export declare const metadata: {
|
|
|
11
11
|
"Description#16237:5": {
|
|
12
12
|
"type": "TEXT"
|
|
13
13
|
},
|
|
14
|
-
"
|
|
15
|
-
"type": "
|
|
14
|
+
"Secondary Action Label#17042:0": {
|
|
15
|
+
"type": "TEXT"
|
|
16
16
|
},
|
|
17
17
|
"Variant": {
|
|
18
18
|
"type": "VARIANT",
|
package/src/entities/data/__generated__/component-sets/{error-state.mjs → template-error-state.mjs}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "🔵 [Template] Error State",
|
|
3
3
|
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "
|
|
5
|
+
"Show Buttons#9080:5": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
7
|
},
|
|
8
8
|
"Title#16237:0": {
|
|
9
9
|
"type": "TEXT"
|
|
@@ -11,8 +11,8 @@ export const metadata = {
|
|
|
11
11
|
"Description#16237:5": {
|
|
12
12
|
"type": "TEXT"
|
|
13
13
|
},
|
|
14
|
-
"
|
|
15
|
-
"type": "
|
|
14
|
+
"Secondary Action Label#17042:0": {
|
|
15
|
+
"type": "TEXT"
|
|
16
16
|
},
|
|
17
17
|
"Variant": {
|
|
18
18
|
"type": "VARIANT",
|
|
@@ -5,6 +5,15 @@ export declare const metadata: {
|
|
|
5
5
|
"Action Button#17406:0": {
|
|
6
6
|
"type": "BOOLEAN"
|
|
7
7
|
},
|
|
8
|
+
"Sub Title#20497:0": {
|
|
9
|
+
"type": "BOOLEAN"
|
|
10
|
+
},
|
|
11
|
+
"Large Title#20497:5": {
|
|
12
|
+
"type": "TEXT"
|
|
13
|
+
},
|
|
14
|
+
"Sub Title #20497:10": {
|
|
15
|
+
"type": "TEXT"
|
|
16
|
+
},
|
|
8
17
|
"Variants": {
|
|
9
18
|
"type": "VARIANT",
|
|
10
19
|
"variantOptions": [
|
|
@@ -13,13 +22,6 @@ export declare const metadata: {
|
|
|
13
22
|
"Standard Transparent",
|
|
14
23
|
"Large Title"
|
|
15
24
|
]
|
|
16
|
-
},
|
|
17
|
-
"OS": {
|
|
18
|
-
"type": "VARIANT",
|
|
19
|
-
"variantOptions": [
|
|
20
|
-
"iOS",
|
|
21
|
-
"Android"
|
|
22
|
-
]
|
|
23
25
|
}
|
|
24
26
|
}
|
|
25
27
|
};
|
|
@@ -5,6 +5,15 @@ export const metadata = {
|
|
|
5
5
|
"Action Button#17406:0": {
|
|
6
6
|
"type": "BOOLEAN"
|
|
7
7
|
},
|
|
8
|
+
"Sub Title#20497:0": {
|
|
9
|
+
"type": "BOOLEAN"
|
|
10
|
+
},
|
|
11
|
+
"Large Title#20497:5": {
|
|
12
|
+
"type": "TEXT"
|
|
13
|
+
},
|
|
14
|
+
"Sub Title #20497:10": {
|
|
15
|
+
"type": "TEXT"
|
|
16
|
+
},
|
|
8
17
|
"Variants": {
|
|
9
18
|
"type": "VARIANT",
|
|
10
19
|
"variantOptions": [
|
|
@@ -13,13 +22,6 @@ export const metadata = {
|
|
|
13
22
|
"Standard Transparent",
|
|
14
23
|
"Large Title"
|
|
15
24
|
]
|
|
16
|
-
},
|
|
17
|
-
"OS": {
|
|
18
|
-
"type": "VARIANT",
|
|
19
|
-
"variantOptions": [
|
|
20
|
-
"iOS",
|
|
21
|
-
"Android"
|
|
22
|
-
]
|
|
23
25
|
}
|
|
24
26
|
}
|
|
25
27
|
};
|
|
@@ -2,80 +2,79 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Text Field",
|
|
3
3
|
"key": "c49873c37a639f0dffdea4efd0eb43760d66c141",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "
|
|
5
|
+
"Show Header#870:0": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"Placeholder#958:0": {
|
|
9
9
|
"type": "TEXT"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"type": "
|
|
11
|
+
"Show Footer#958:25": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
13
|
},
|
|
14
|
-
"
|
|
15
|
-
"type": "
|
|
14
|
+
"Show Description#958:50": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
16
|
},
|
|
17
|
-
"
|
|
18
|
-
"type": "
|
|
17
|
+
"Show Character Count#958:75": {
|
|
18
|
+
"type": "BOOLEAN"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
"type": "
|
|
20
|
+
"Show Suffix#958:100": {
|
|
21
|
+
"type": "BOOLEAN"
|
|
22
22
|
},
|
|
23
|
-
"Show
|
|
23
|
+
"Show Prefix#958:125": {
|
|
24
24
|
"type": "BOOLEAN"
|
|
25
25
|
},
|
|
26
|
-
"Show
|
|
26
|
+
"Show Indicator#1259:0": {
|
|
27
|
+
"type": "BOOLEAN"
|
|
28
|
+
},
|
|
29
|
+
"Show Prefix Text#1267:0": {
|
|
27
30
|
"type": "BOOLEAN"
|
|
28
31
|
},
|
|
29
32
|
"Prefix Icon#1267:25": {
|
|
30
33
|
"type": "INSTANCE_SWAP",
|
|
31
34
|
"preferredValues": []
|
|
32
35
|
},
|
|
33
|
-
"Show Prefix#
|
|
36
|
+
"Show Prefix Icon#1267:50": {
|
|
34
37
|
"type": "BOOLEAN"
|
|
35
38
|
},
|
|
36
|
-
"Show Suffix#
|
|
39
|
+
"Show Suffix Icon#1267:75": {
|
|
37
40
|
"type": "BOOLEAN"
|
|
38
41
|
},
|
|
39
|
-
"
|
|
40
|
-
"type": "
|
|
42
|
+
"Suffix Icon #1267:100": {
|
|
43
|
+
"type": "INSTANCE_SWAP",
|
|
44
|
+
"preferredValues": []
|
|
41
45
|
},
|
|
42
|
-
"Show
|
|
46
|
+
"Show Suffix Text#1267:125": {
|
|
43
47
|
"type": "BOOLEAN"
|
|
44
48
|
},
|
|
45
|
-
"
|
|
49
|
+
"Filled Text#1304:0": {
|
|
46
50
|
"type": "TEXT"
|
|
47
51
|
},
|
|
48
|
-
"
|
|
49
|
-
"type": "
|
|
52
|
+
"Description#12626:5": {
|
|
53
|
+
"type": "TEXT"
|
|
50
54
|
},
|
|
51
|
-
"
|
|
52
|
-
"type": "
|
|
55
|
+
"Label#14964:0": {
|
|
56
|
+
"type": "TEXT"
|
|
53
57
|
},
|
|
54
|
-
"
|
|
55
|
-
"type": "
|
|
56
|
-
"preferredValues": []
|
|
58
|
+
"Max Character Count#15327:27": {
|
|
59
|
+
"type": "TEXT"
|
|
57
60
|
},
|
|
58
|
-
"
|
|
59
|
-
"type": "
|
|
61
|
+
"Character Count#15327:64": {
|
|
62
|
+
"type": "TEXT"
|
|
60
63
|
},
|
|
61
64
|
"Prefix Text#15327:101": {
|
|
62
65
|
"type": "TEXT"
|
|
63
66
|
},
|
|
64
|
-
"
|
|
65
|
-
"type": "BOOLEAN"
|
|
66
|
-
},
|
|
67
|
-
"Placeholder#958:0": {
|
|
67
|
+
"Suffix Text#15327:138": {
|
|
68
68
|
"type": "TEXT"
|
|
69
69
|
},
|
|
70
|
-
"
|
|
71
|
-
"type": "
|
|
70
|
+
"Indicator#15327:249": {
|
|
71
|
+
"type": "TEXT"
|
|
72
72
|
},
|
|
73
73
|
"Size": {
|
|
74
74
|
"type": "VARIANT",
|
|
75
75
|
"variantOptions": [
|
|
76
76
|
"Medium",
|
|
77
|
-
"Large"
|
|
78
|
-
"XLarge"
|
|
77
|
+
"Large(Default)"
|
|
79
78
|
]
|
|
80
79
|
},
|
|
81
80
|
"State": {
|
|
@@ -2,80 +2,79 @@ export const metadata = {
|
|
|
2
2
|
"name": "🟢 Text Field",
|
|
3
3
|
"key": "c49873c37a639f0dffdea4efd0eb43760d66c141",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "
|
|
5
|
+
"Show Header#870:0": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"Placeholder#958:0": {
|
|
9
9
|
"type": "TEXT"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"type": "
|
|
11
|
+
"Show Footer#958:25": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
13
|
},
|
|
14
|
-
"
|
|
15
|
-
"type": "
|
|
14
|
+
"Show Description#958:50": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
16
|
},
|
|
17
|
-
"
|
|
18
|
-
"type": "
|
|
17
|
+
"Show Character Count#958:75": {
|
|
18
|
+
"type": "BOOLEAN"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
"type": "
|
|
20
|
+
"Show Suffix#958:100": {
|
|
21
|
+
"type": "BOOLEAN"
|
|
22
22
|
},
|
|
23
|
-
"Show
|
|
23
|
+
"Show Prefix#958:125": {
|
|
24
24
|
"type": "BOOLEAN"
|
|
25
25
|
},
|
|
26
|
-
"Show
|
|
26
|
+
"Show Indicator#1259:0": {
|
|
27
|
+
"type": "BOOLEAN"
|
|
28
|
+
},
|
|
29
|
+
"Show Prefix Text#1267:0": {
|
|
27
30
|
"type": "BOOLEAN"
|
|
28
31
|
},
|
|
29
32
|
"Prefix Icon#1267:25": {
|
|
30
33
|
"type": "INSTANCE_SWAP",
|
|
31
34
|
"preferredValues": []
|
|
32
35
|
},
|
|
33
|
-
"Show Prefix#
|
|
36
|
+
"Show Prefix Icon#1267:50": {
|
|
34
37
|
"type": "BOOLEAN"
|
|
35
38
|
},
|
|
36
|
-
"Show Suffix#
|
|
39
|
+
"Show Suffix Icon#1267:75": {
|
|
37
40
|
"type": "BOOLEAN"
|
|
38
41
|
},
|
|
39
|
-
"
|
|
40
|
-
"type": "
|
|
42
|
+
"Suffix Icon #1267:100": {
|
|
43
|
+
"type": "INSTANCE_SWAP",
|
|
44
|
+
"preferredValues": []
|
|
41
45
|
},
|
|
42
|
-
"Show
|
|
46
|
+
"Show Suffix Text#1267:125": {
|
|
43
47
|
"type": "BOOLEAN"
|
|
44
48
|
},
|
|
45
|
-
"
|
|
49
|
+
"Filled Text#1304:0": {
|
|
46
50
|
"type": "TEXT"
|
|
47
51
|
},
|
|
48
|
-
"
|
|
49
|
-
"type": "
|
|
52
|
+
"Description#12626:5": {
|
|
53
|
+
"type": "TEXT"
|
|
50
54
|
},
|
|
51
|
-
"
|
|
52
|
-
"type": "
|
|
55
|
+
"Label#14964:0": {
|
|
56
|
+
"type": "TEXT"
|
|
53
57
|
},
|
|
54
|
-
"
|
|
55
|
-
"type": "
|
|
56
|
-
"preferredValues": []
|
|
58
|
+
"Max Character Count#15327:27": {
|
|
59
|
+
"type": "TEXT"
|
|
57
60
|
},
|
|
58
|
-
"
|
|
59
|
-
"type": "
|
|
61
|
+
"Character Count#15327:64": {
|
|
62
|
+
"type": "TEXT"
|
|
60
63
|
},
|
|
61
64
|
"Prefix Text#15327:101": {
|
|
62
65
|
"type": "TEXT"
|
|
63
66
|
},
|
|
64
|
-
"
|
|
65
|
-
"type": "BOOLEAN"
|
|
66
|
-
},
|
|
67
|
-
"Placeholder#958:0": {
|
|
67
|
+
"Suffix Text#15327:138": {
|
|
68
68
|
"type": "TEXT"
|
|
69
69
|
},
|
|
70
|
-
"
|
|
71
|
-
"type": "
|
|
70
|
+
"Indicator#15327:249": {
|
|
71
|
+
"type": "TEXT"
|
|
72
72
|
},
|
|
73
73
|
"Size": {
|
|
74
74
|
"type": "VARIANT",
|
|
75
75
|
"variantOptions": [
|
|
76
76
|
"Medium",
|
|
77
|
-
"Large"
|
|
78
|
-
"XLarge"
|
|
77
|
+
"Large(Default)"
|
|
79
78
|
]
|
|
80
79
|
},
|
|
81
80
|
"State": {
|
|
@@ -2,22 +2,22 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Toggle Button",
|
|
3
3
|
"key": "1d240ee5fd7a56879713e69cbea1b6f006f0ea22",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Label#6122:49": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Prefix Icon#6122:98": {
|
|
6
9
|
"type": "INSTANCE_SWAP",
|
|
7
10
|
"preferredValues": []
|
|
8
11
|
},
|
|
9
|
-
"Show Prefix Icon#6122:392": {
|
|
10
|
-
"type": "BOOLEAN"
|
|
11
|
-
},
|
|
12
12
|
"Show Suffix Icon#6122:147": {
|
|
13
13
|
"type": "BOOLEAN"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"Suffix Icon#6122:343": {
|
|
16
16
|
"type": "INSTANCE_SWAP",
|
|
17
17
|
"preferredValues": []
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"type": "
|
|
19
|
+
"Show Prefix Icon#6122:392": {
|
|
20
|
+
"type": "BOOLEAN"
|
|
21
21
|
},
|
|
22
22
|
"Size": {
|
|
23
23
|
"type": "VARIANT",
|