@seed-design/figma 0.1.6 → 0.1.8
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 +746 -646
- package/lib/codegen/index.d.ts +707 -627
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +746 -646
- package/lib/codegen/targets/react/index.cjs +1170 -1180
- package/lib/codegen/targets/react/index.d.ts +20 -9
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +1170 -1180
- package/lib/index.cjs +883 -668
- package/lib/index.d.ts +3 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +883 -668
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +283 -146
- 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 +66 -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 +3 -2
- 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 +7 -4
- package/src/codegen/targets/react/component/handlers/snackbar.ts +2 -2
- 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 +11 -4
- 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 +86 -0
- package/src/entities/data/__generated__/component-sets/chip.mjs +86 -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 +1 -1
- package/src/entities/data/__generated__/component-sets/switch.mjs +1 -1
- 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,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
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
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
|
+
},
|
|
42
|
+
"Has Suffix#32538:181": {
|
|
43
|
+
"type": "BOOLEAN"
|
|
44
|
+
},
|
|
45
|
+
"Variant": {
|
|
46
|
+
"type": "VARIANT",
|
|
47
|
+
"variantOptions": [
|
|
48
|
+
"Solid",
|
|
49
|
+
"Outline Strong",
|
|
50
|
+
"Outline Weak"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"Size": {
|
|
54
|
+
"type": "VARIANT",
|
|
55
|
+
"variantOptions": [
|
|
56
|
+
"Large",
|
|
57
|
+
"Medium",
|
|
58
|
+
"Small"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"State": {
|
|
62
|
+
"type": "VARIANT",
|
|
63
|
+
"variantOptions": [
|
|
64
|
+
"Enabled",
|
|
65
|
+
"Pressed",
|
|
66
|
+
"Disabled"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"Selected": {
|
|
70
|
+
"type": "VARIANT",
|
|
71
|
+
"variantOptions": [
|
|
72
|
+
"False",
|
|
73
|
+
"True"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"Prefix Type": {
|
|
77
|
+
"type": "VARIANT",
|
|
78
|
+
"variantOptions": [
|
|
79
|
+
"None",
|
|
80
|
+
"Icon",
|
|
81
|
+
"Avatar",
|
|
82
|
+
"Image"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
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
|
+
},
|
|
42
|
+
"Has Suffix#32538:181": {
|
|
43
|
+
"type": "BOOLEAN"
|
|
44
|
+
},
|
|
45
|
+
"Variant": {
|
|
46
|
+
"type": "VARIANT",
|
|
47
|
+
"variantOptions": [
|
|
48
|
+
"Solid",
|
|
49
|
+
"Outline Strong",
|
|
50
|
+
"Outline Weak"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"Size": {
|
|
54
|
+
"type": "VARIANT",
|
|
55
|
+
"variantOptions": [
|
|
56
|
+
"Large",
|
|
57
|
+
"Medium",
|
|
58
|
+
"Small"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"State": {
|
|
62
|
+
"type": "VARIANT",
|
|
63
|
+
"variantOptions": [
|
|
64
|
+
"Enabled",
|
|
65
|
+
"Pressed",
|
|
66
|
+
"Disabled"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"Selected": {
|
|
70
|
+
"type": "VARIANT",
|
|
71
|
+
"variantOptions": [
|
|
72
|
+
"False",
|
|
73
|
+
"True"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"Prefix Type": {
|
|
77
|
+
"type": "VARIANT",
|
|
78
|
+
"variantOptions": [
|
|
79
|
+
"None",
|
|
80
|
+
"Icon",
|
|
81
|
+
"Avatar",
|
|
82
|
+
"Image"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
};
|
|
@@ -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
|
}
|