@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
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Chip",
|
|
3
|
+
"key": "8156ef08d9aaa2b0de1cc4a113ec0c9d0586f831",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Label#7185:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Prefix Icon#8722:0": {
|
|
9
|
+
"type": "INSTANCE_SWAP",
|
|
10
|
+
"preferredValues": [
|
|
11
|
+
{
|
|
12
|
+
"type": "COMPONENT_SET",
|
|
13
|
+
"key": "8ed05ef62a40f2dc034ee7eb6945bd0e63ad49aa"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"Suffix Type#32538:0": {
|
|
18
|
+
"type": "INSTANCE_SWAP",
|
|
19
|
+
"preferredValues": [
|
|
20
|
+
{
|
|
21
|
+
"type": "COMPONENT",
|
|
22
|
+
"key": "27343e0e5ab2c66948e9b10fde03d58b5e037212"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "COMPONENT",
|
|
26
|
+
"key": "5f0d74c959c49dadf5920b19c6267924982ab130"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"type": "COMPONENT",
|
|
30
|
+
"key": "a1233c35c4368aba2439d39bc8aedc37cf95bd86"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "COMPONENT_SET",
|
|
34
|
+
"key": "43b6e51bc372e108a4ee17fbf4c75800d95f4b8c"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": "COMPONENT_SET",
|
|
38
|
+
"key": "df43b92004c850e7c6d2869e7a4ba1ef9a2d7db6"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "COMPONENT_SET",
|
|
42
|
+
"key": "19923052d4152393ecdc6e2f5853ea0359849127"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"Has Suffix#32538:181": {
|
|
47
|
+
"type": "BOOLEAN"
|
|
48
|
+
},
|
|
49
|
+
"Variant": {
|
|
50
|
+
"type": "VARIANT",
|
|
51
|
+
"variantOptions": [
|
|
52
|
+
"Solid",
|
|
53
|
+
"Outline Strong",
|
|
54
|
+
"Outline Weak"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"Size": {
|
|
58
|
+
"type": "VARIANT",
|
|
59
|
+
"variantOptions": [
|
|
60
|
+
"Large",
|
|
61
|
+
"Medium",
|
|
62
|
+
"Small"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"State": {
|
|
66
|
+
"type": "VARIANT",
|
|
67
|
+
"variantOptions": [
|
|
68
|
+
"Enabled",
|
|
69
|
+
"Pressed",
|
|
70
|
+
"Disabled"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"Selected": {
|
|
74
|
+
"type": "VARIANT",
|
|
75
|
+
"variantOptions": [
|
|
76
|
+
"False",
|
|
77
|
+
"True"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"Prefix Type": {
|
|
81
|
+
"type": "VARIANT",
|
|
82
|
+
"variantOptions": [
|
|
83
|
+
"None",
|
|
84
|
+
"Icon",
|
|
85
|
+
"Avatar",
|
|
86
|
+
"Image"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
};
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Chip",
|
|
3
|
+
"key": "8156ef08d9aaa2b0de1cc4a113ec0c9d0586f831",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Label#7185:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Prefix Icon#8722:0": {
|
|
9
|
+
"type": "INSTANCE_SWAP",
|
|
10
|
+
"preferredValues": [
|
|
11
|
+
{
|
|
12
|
+
"type": "COMPONENT_SET",
|
|
13
|
+
"key": "8ed05ef62a40f2dc034ee7eb6945bd0e63ad49aa"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"Suffix Type#32538:0": {
|
|
18
|
+
"type": "INSTANCE_SWAP",
|
|
19
|
+
"preferredValues": [
|
|
20
|
+
{
|
|
21
|
+
"type": "COMPONENT",
|
|
22
|
+
"key": "27343e0e5ab2c66948e9b10fde03d58b5e037212"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "COMPONENT",
|
|
26
|
+
"key": "5f0d74c959c49dadf5920b19c6267924982ab130"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"type": "COMPONENT",
|
|
30
|
+
"key": "a1233c35c4368aba2439d39bc8aedc37cf95bd86"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "COMPONENT_SET",
|
|
34
|
+
"key": "43b6e51bc372e108a4ee17fbf4c75800d95f4b8c"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": "COMPONENT_SET",
|
|
38
|
+
"key": "df43b92004c850e7c6d2869e7a4ba1ef9a2d7db6"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "COMPONENT_SET",
|
|
42
|
+
"key": "19923052d4152393ecdc6e2f5853ea0359849127"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"Has Suffix#32538:181": {
|
|
47
|
+
"type": "BOOLEAN"
|
|
48
|
+
},
|
|
49
|
+
"Variant": {
|
|
50
|
+
"type": "VARIANT",
|
|
51
|
+
"variantOptions": [
|
|
52
|
+
"Solid",
|
|
53
|
+
"Outline Strong",
|
|
54
|
+
"Outline Weak"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"Size": {
|
|
58
|
+
"type": "VARIANT",
|
|
59
|
+
"variantOptions": [
|
|
60
|
+
"Large",
|
|
61
|
+
"Medium",
|
|
62
|
+
"Small"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"State": {
|
|
66
|
+
"type": "VARIANT",
|
|
67
|
+
"variantOptions": [
|
|
68
|
+
"Enabled",
|
|
69
|
+
"Pressed",
|
|
70
|
+
"Disabled"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"Selected": {
|
|
74
|
+
"type": "VARIANT",
|
|
75
|
+
"variantOptions": [
|
|
76
|
+
"False",
|
|
77
|
+
"True"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"Prefix Type": {
|
|
81
|
+
"type": "VARIANT",
|
|
82
|
+
"variantOptions": [
|
|
83
|
+
"None",
|
|
84
|
+
"Icon",
|
|
85
|
+
"Avatar",
|
|
86
|
+
"Image"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
};
|
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
|
-
"name": "🟢
|
|
2
|
+
"name": "🟢 Contextual Floating Button",
|
|
3
3
|
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"Label#28936:0": {
|
|
6
|
-
"type": "TEXT"
|
|
7
|
-
},
|
|
8
5
|
"Icon#28796:0": {
|
|
9
6
|
"type": "INSTANCE_SWAP",
|
|
10
7
|
"preferredValues": []
|
|
11
8
|
},
|
|
12
|
-
"
|
|
9
|
+
"Label#28936:0": {
|
|
10
|
+
"type": "TEXT"
|
|
11
|
+
},
|
|
12
|
+
"Layout": {
|
|
13
13
|
"type": "VARIANT",
|
|
14
14
|
"variantOptions": [
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"Icon First",
|
|
16
|
+
"Icon Only"
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"Variant": {
|
|
20
20
|
"type": "VARIANT",
|
|
21
21
|
"variantOptions": [
|
|
22
|
-
"
|
|
23
|
-
"Layer
|
|
22
|
+
"Solid",
|
|
23
|
+
"Layer"
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"State": {
|
|
27
27
|
"type": "VARIANT",
|
|
28
28
|
"variantOptions": [
|
|
29
29
|
"Enabled",
|
|
30
|
-
"Pressed"
|
|
30
|
+
"Pressed",
|
|
31
|
+
"Loading",
|
|
32
|
+
"Disabled"
|
|
31
33
|
]
|
|
32
34
|
}
|
|
33
35
|
}
|
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
|
-
"name": "🟢
|
|
2
|
+
"name": "🟢 Contextual Floating Button",
|
|
3
3
|
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"Label#28936:0": {
|
|
6
|
-
"type": "TEXT"
|
|
7
|
-
},
|
|
8
5
|
"Icon#28796:0": {
|
|
9
6
|
"type": "INSTANCE_SWAP",
|
|
10
7
|
"preferredValues": []
|
|
11
8
|
},
|
|
12
|
-
"
|
|
9
|
+
"Label#28936:0": {
|
|
10
|
+
"type": "TEXT"
|
|
11
|
+
},
|
|
12
|
+
"Layout": {
|
|
13
13
|
"type": "VARIANT",
|
|
14
14
|
"variantOptions": [
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"Icon First",
|
|
16
|
+
"Icon Only"
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"Variant": {
|
|
20
20
|
"type": "VARIANT",
|
|
21
21
|
"variantOptions": [
|
|
22
|
-
"
|
|
23
|
-
"Layer
|
|
22
|
+
"Solid",
|
|
23
|
+
"Layer"
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"State": {
|
|
27
27
|
"type": "VARIANT",
|
|
28
28
|
"variantOptions": [
|
|
29
29
|
"Enabled",
|
|
30
|
-
"Pressed"
|
|
30
|
+
"Pressed",
|
|
31
|
+
"Loading",
|
|
32
|
+
"Disabled"
|
|
31
33
|
]
|
|
32
34
|
}
|
|
33
35
|
}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
2
|
"name": "🟢 Floating Action Button",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "65f9e7eede627b893fb8ff94ed9a7d0db900c464",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "INSTANCE_SWAP",
|
|
7
|
-
"preferredValues": []
|
|
8
|
-
},
|
|
9
|
-
"State": {
|
|
5
|
+
"Type": {
|
|
10
6
|
"type": "VARIANT",
|
|
11
7
|
"variantOptions": [
|
|
12
|
-
"
|
|
13
|
-
"
|
|
8
|
+
"Button",
|
|
9
|
+
"Menu"
|
|
14
10
|
]
|
|
15
11
|
}
|
|
16
12
|
}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"name": "🟢 Floating Action Button",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "65f9e7eede627b893fb8ff94ed9a7d0db900c464",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
6
|
-
"type": "INSTANCE_SWAP",
|
|
7
|
-
"preferredValues": []
|
|
8
|
-
},
|
|
9
|
-
"State": {
|
|
5
|
+
"Type": {
|
|
10
6
|
"type": "VARIANT",
|
|
11
7
|
"variantOptions": [
|
|
12
|
-
"
|
|
13
|
-
"
|
|
8
|
+
"Button",
|
|
9
|
+
"Menu"
|
|
14
10
|
]
|
|
15
11
|
}
|
|
16
12
|
}
|
|
@@ -2,15 +2,15 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Help Bubble",
|
|
3
3
|
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Description#62499:0": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
5
8
|
"Title#62535:0": {
|
|
6
9
|
"type": "TEXT"
|
|
7
10
|
},
|
|
8
11
|
"Description#62535:98": {
|
|
9
12
|
"type": "TEXT"
|
|
10
13
|
},
|
|
11
|
-
"Show Description#62499:0": {
|
|
12
|
-
"type": "BOOLEAN"
|
|
13
|
-
},
|
|
14
14
|
"Placement": {
|
|
15
15
|
"type": "VARIANT",
|
|
16
16
|
"variantOptions": [
|
|
@@ -27,13 +27,6 @@ export declare const metadata: {
|
|
|
27
27
|
"Top-Center",
|
|
28
28
|
"Top-Right"
|
|
29
29
|
]
|
|
30
|
-
},
|
|
31
|
-
"Show Close Button": {
|
|
32
|
-
"type": "VARIANT",
|
|
33
|
-
"variantOptions": [
|
|
34
|
-
"True",
|
|
35
|
-
"False"
|
|
36
|
-
]
|
|
37
30
|
}
|
|
38
31
|
}
|
|
39
32
|
};
|
|
@@ -2,15 +2,15 @@ export const metadata = {
|
|
|
2
2
|
"name": "🟢 Help Bubble",
|
|
3
3
|
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Description#62499:0": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
5
8
|
"Title#62535:0": {
|
|
6
9
|
"type": "TEXT"
|
|
7
10
|
},
|
|
8
11
|
"Description#62535:98": {
|
|
9
12
|
"type": "TEXT"
|
|
10
13
|
},
|
|
11
|
-
"Show Description#62499:0": {
|
|
12
|
-
"type": "BOOLEAN"
|
|
13
|
-
},
|
|
14
14
|
"Placement": {
|
|
15
15
|
"type": "VARIANT",
|
|
16
16
|
"variantOptions": [
|
|
@@ -27,13 +27,6 @@ export const metadata = {
|
|
|
27
27
|
"Top-Center",
|
|
28
28
|
"Top-Right"
|
|
29
29
|
]
|
|
30
|
-
},
|
|
31
|
-
"Show Close Button": {
|
|
32
|
-
"type": "VARIANT",
|
|
33
|
-
"variantOptions": [
|
|
34
|
-
"True",
|
|
35
|
-
"False"
|
|
36
|
-
]
|
|
37
30
|
}
|
|
38
31
|
}
|
|
39
32
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { metadata as templateBottomFixedBar } from "./template-bottom-fixed-bar";
|
|
2
1
|
export { metadata as templateButtonGroup } from "./template-button-group";
|
|
3
2
|
export { metadata as templateChipGroup } from "./template-chip-group";
|
|
3
|
+
export { metadata as templateCompletion } from "./template-completion";
|
|
4
|
+
export { metadata as templateErrorState } from "./template-error-state";
|
|
4
5
|
export { metadata as templateSelectBoxGroup } from "./template-select-box-group";
|
|
5
6
|
export { metadata as templateTopNavigation } from "./template-top-navigation";
|
|
6
7
|
export { metadata as actionButton } from "./action-button";
|
|
7
|
-
export { metadata as
|
|
8
|
-
export { metadata as actionSheet } from "./action-sheet";
|
|
8
|
+
export { metadata as alertDialog } from "./alert-dialog";
|
|
9
9
|
export { metadata as avatar } from "./avatar";
|
|
10
10
|
export { metadata as avatarStack } from "./avatar-stack";
|
|
11
11
|
export { metadata as badge } from "./badge";
|
|
@@ -14,34 +14,34 @@ export { metadata as bottomNavigationKr } from "./bottom-navigation-kr";
|
|
|
14
14
|
export { metadata as bottomSheet } from "./bottom-sheet";
|
|
15
15
|
export { metadata as callout } from "./callout";
|
|
16
16
|
export { metadata as checkbox } from "./checkbox";
|
|
17
|
-
export { metadata as
|
|
18
|
-
export { metadata as
|
|
17
|
+
export { metadata as checkmark } from "./checkmark";
|
|
18
|
+
export { metadata as chip } from "./chip";
|
|
19
|
+
export { metadata as chlid } from "./chlid";
|
|
20
|
+
export { metadata as contextualFloatingButton } from "./contextual-floating-button";
|
|
19
21
|
export { metadata as divider } from "./divider";
|
|
20
|
-
export { metadata as errorState } from "./error-state";
|
|
21
|
-
export { metadata as extendedActionSheet } from "./extended-action-sheet";
|
|
22
|
-
export { metadata as extendedFloatingActionButton } from "./extended-floating-action-button";
|
|
23
22
|
export { metadata as floatingActionButton } from "./floating-action-button";
|
|
24
23
|
export { metadata as helpBubble } from "./help-bubble";
|
|
25
|
-
export { metadata as identityPlaceholder } from "./identity-placeholder";
|
|
26
24
|
export { metadata as inlineBanner } from "./inline-banner";
|
|
27
25
|
export { metadata as mainTabNavigationGlobal } from "./main-tab-navigation-global";
|
|
28
26
|
export { metadata as mainTabNavigationKr } from "./main-tab-navigation-kr";
|
|
29
27
|
export { metadata as mannerTemp } from "./manner-temp";
|
|
30
|
-
export { metadata as mannerTempBar } from "./manner-temp-bar";
|
|
31
28
|
export { metadata as mannerTempBadge } from "./manner-temp-badge";
|
|
29
|
+
export { metadata as menuSheet } from "./menu-sheet";
|
|
32
30
|
export { metadata as multilineTextField } from "./multiline-text-field";
|
|
33
31
|
export { metadata as progressCircle } from "./progress-circle";
|
|
34
32
|
export { metadata as radio } from "./radio";
|
|
33
|
+
export { metadata as radioMark } from "./radio-mark";
|
|
35
34
|
export { metadata as rangeSlider } from "./range-slider";
|
|
36
35
|
export { metadata as reactionButton } from "./reaction-button";
|
|
36
|
+
export { metadata as resizableIcon } from "./resizable-icon";
|
|
37
|
+
export { metadata as resizableChild } from "./resizable-child";
|
|
37
38
|
export { metadata as segmentedControl } from "./segmented-control";
|
|
38
39
|
export { metadata as selectBox } from "./select-box";
|
|
39
40
|
export { metadata as skeleton } from "./skeleton";
|
|
40
41
|
export { metadata as slider } from "./slider";
|
|
41
42
|
export { metadata as snackbar } from "./snackbar";
|
|
42
|
-
export { metadata as standardNavigation } from "./standard-navigation";
|
|
43
43
|
export { metadata as switch } from "./switch";
|
|
44
|
-
export { metadata as
|
|
45
|
-
export { metadata as textButton } from "./text-button";
|
|
44
|
+
export { metadata as tabs } from "./tabs";
|
|
46
45
|
export { metadata as textField } from "./text-field";
|
|
47
46
|
export { metadata as toggleButton } from "./toggle-button";
|
|
47
|
+
export { metadata as topNavigation } from "./top-navigation";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { metadata as templateBottomFixedBar } from "./template-bottom-fixed-bar.mjs";
|
|
2
1
|
export { metadata as templateButtonGroup } from "./template-button-group.mjs";
|
|
3
2
|
export { metadata as templateChipGroup } from "./template-chip-group.mjs";
|
|
3
|
+
export { metadata as templateCompletion } from "./template-completion.mjs";
|
|
4
|
+
export { metadata as templateErrorState } from "./template-error-state.mjs";
|
|
4
5
|
export { metadata as templateSelectBoxGroup } from "./template-select-box-group.mjs";
|
|
5
6
|
export { metadata as templateTopNavigation } from "./template-top-navigation.mjs";
|
|
6
7
|
export { metadata as actionButton } from "./action-button.mjs";
|
|
7
|
-
export { metadata as
|
|
8
|
-
export { metadata as actionSheet } from "./action-sheet.mjs";
|
|
8
|
+
export { metadata as alertDialog } from "./alert-dialog.mjs";
|
|
9
9
|
export { metadata as avatar } from "./avatar.mjs";
|
|
10
10
|
export { metadata as avatarStack } from "./avatar-stack.mjs";
|
|
11
11
|
export { metadata as badge } from "./badge.mjs";
|
|
@@ -14,34 +14,34 @@ export { metadata as bottomNavigationKr } from "./bottom-navigation-kr.mjs";
|
|
|
14
14
|
export { metadata as bottomSheet } from "./bottom-sheet.mjs";
|
|
15
15
|
export { metadata as callout } from "./callout.mjs";
|
|
16
16
|
export { metadata as checkbox } from "./checkbox.mjs";
|
|
17
|
-
export { metadata as
|
|
18
|
-
export { metadata as
|
|
17
|
+
export { metadata as checkmark } from "./checkmark.mjs";
|
|
18
|
+
export { metadata as chip } from "./chip.mjs";
|
|
19
|
+
export { metadata as chlid } from "./chlid.mjs";
|
|
20
|
+
export { metadata as contextualFloatingButton } from "./contextual-floating-button.mjs";
|
|
19
21
|
export { metadata as divider } from "./divider.mjs";
|
|
20
|
-
export { metadata as errorState } from "./error-state.mjs";
|
|
21
|
-
export { metadata as extendedActionSheet } from "./extended-action-sheet.mjs";
|
|
22
|
-
export { metadata as extendedFloatingActionButton } from "./extended-floating-action-button.mjs";
|
|
23
22
|
export { metadata as floatingActionButton } from "./floating-action-button.mjs";
|
|
24
23
|
export { metadata as helpBubble } from "./help-bubble.mjs";
|
|
25
|
-
export { metadata as identityPlaceholder } from "./identity-placeholder.mjs";
|
|
26
24
|
export { metadata as inlineBanner } from "./inline-banner.mjs";
|
|
27
25
|
export { metadata as mainTabNavigationGlobal } from "./main-tab-navigation-global.mjs";
|
|
28
26
|
export { metadata as mainTabNavigationKr } from "./main-tab-navigation-kr.mjs";
|
|
29
27
|
export { metadata as mannerTemp } from "./manner-temp.mjs";
|
|
30
|
-
export { metadata as mannerTempBar } from "./manner-temp-bar.mjs";
|
|
31
28
|
export { metadata as mannerTempBadge } from "./manner-temp-badge.mjs";
|
|
29
|
+
export { metadata as menuSheet } from "./menu-sheet.mjs";
|
|
32
30
|
export { metadata as multilineTextField } from "./multiline-text-field.mjs";
|
|
33
31
|
export { metadata as progressCircle } from "./progress-circle.mjs";
|
|
34
32
|
export { metadata as radio } from "./radio.mjs";
|
|
33
|
+
export { metadata as radioMark } from "./radio-mark.mjs";
|
|
35
34
|
export { metadata as rangeSlider } from "./range-slider.mjs";
|
|
36
35
|
export { metadata as reactionButton } from "./reaction-button.mjs";
|
|
36
|
+
export { metadata as resizableIcon } from "./resizable-icon.mjs";
|
|
37
|
+
export { metadata as resizableChild } from "./resizable-child.mjs";
|
|
37
38
|
export { metadata as segmentedControl } from "./segmented-control.mjs";
|
|
38
39
|
export { metadata as selectBox } from "./select-box.mjs";
|
|
39
40
|
export { metadata as skeleton } from "./skeleton.mjs";
|
|
40
41
|
export { metadata as slider } from "./slider.mjs";
|
|
41
42
|
export { metadata as snackbar } from "./snackbar.mjs";
|
|
42
|
-
export { metadata as standardNavigation } from "./standard-navigation.mjs";
|
|
43
43
|
export { metadata as switch } from "./switch.mjs";
|
|
44
|
-
export { metadata as
|
|
45
|
-
export { metadata as textButton } from "./text-button.mjs";
|
|
44
|
+
export { metadata as tabs } from "./tabs.mjs";
|
|
46
45
|
export { metadata as textField } from "./text-field.mjs";
|
|
47
46
|
export { metadata as toggleButton } from "./toggle-button.mjs";
|
|
47
|
+
export { metadata as topNavigation } from "./top-navigation.mjs";
|
|
@@ -2,12 +2,12 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Inline Banner",
|
|
3
3
|
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"Show Icon#11840:27": {
|
|
6
|
-
"type": "BOOLEAN"
|
|
7
|
-
},
|
|
8
5
|
"Link Label#1547:81": {
|
|
9
6
|
"type": "TEXT"
|
|
10
7
|
},
|
|
8
|
+
"Show Icon#11840:27": {
|
|
9
|
+
"type": "BOOLEAN"
|
|
10
|
+
},
|
|
11
11
|
"Interaction": {
|
|
12
12
|
"type": "VARIANT",
|
|
13
13
|
"variantOptions": [
|
|
@@ -2,12 +2,12 @@ export const metadata = {
|
|
|
2
2
|
"name": "🟢 Inline Banner",
|
|
3
3
|
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"Show Icon#11840:27": {
|
|
6
|
-
"type": "BOOLEAN"
|
|
7
|
-
},
|
|
8
5
|
"Link Label#1547:81": {
|
|
9
6
|
"type": "TEXT"
|
|
10
7
|
},
|
|
8
|
+
"Show Icon#11840:27": {
|
|
9
|
+
"type": "BOOLEAN"
|
|
10
|
+
},
|
|
11
11
|
"Interaction": {
|
|
12
12
|
"type": "VARIANT",
|
|
13
13
|
"variantOptions": [
|
|
@@ -2,10 +2,10 @@ export declare const metadata: {
|
|
|
2
2
|
"name": "🟢 Main Tab Navigation / Global",
|
|
3
3
|
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Title#6406:6": {
|
|
6
6
|
"type": "TEXT"
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"Button Label#6409:18": {
|
|
9
9
|
"type": "TEXT"
|
|
10
10
|
},
|
|
11
11
|
"Title Type": {
|
|
@@ -2,10 +2,10 @@ export const metadata = {
|
|
|
2
2
|
"name": "🟢 Main Tab Navigation / Global",
|
|
3
3
|
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Title#6406:6": {
|
|
6
6
|
"type": "TEXT"
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"Button Label#6409:18": {
|
|
9
9
|
"type": "TEXT"
|
|
10
10
|
},
|
|
11
11
|
"Title Type": {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
2
|
"name": "🟢 Manner Temp Badge",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "3ef9a84d4d80046ff9a581136bd56269554a6e00",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Level": {
|
|
6
6
|
"type": "VARIANT",
|
|
7
7
|
"variantOptions": [
|
|
8
8
|
"L1 (~29.9)",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"name": "🟢 Manner Temp Badge",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "3ef9a84d4d80046ff9a581136bd56269554a6e00",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Level": {
|
|
6
6
|
"type": "VARIANT",
|
|
7
7
|
"variantOptions": [
|
|
8
8
|
"L1 (~29.9)",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const metadata: {
|
|
2
2
|
"name": "🟢 Manner Temp",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "37c0a35f73a730fdfba7929cea91a7590fc93733",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Level": {
|
|
6
6
|
"type": "VARIANT",
|
|
7
7
|
"variantOptions": [
|
|
8
8
|
"L1 (~29.9)",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"name": "🟢 Manner Temp",
|
|
3
|
-
"key": "
|
|
3
|
+
"key": "37c0a35f73a730fdfba7929cea91a7590fc93733",
|
|
4
4
|
"componentPropertyDefinitions": {
|
|
5
|
-
"
|
|
5
|
+
"Level": {
|
|
6
6
|
"type": "VARIANT",
|
|
7
7
|
"variantOptions": [
|
|
8
8
|
"L1 (~29.9)",
|