@seed-design/figma 0.0.2

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.
Files changed (121) hide show
  1. package/lib/index.cjs +13918 -0
  2. package/lib/index.d.ts +63 -0
  3. package/lib/index.js +13916 -0
  4. package/package.json +44 -0
  5. package/src/color.ts +78 -0
  6. package/src/component/index.ts +1688 -0
  7. package/src/component/properties.ts +20 -0
  8. package/src/component/type-helper.ts +29 -0
  9. package/src/component/type.ts +318 -0
  10. package/src/data/__generated__/component-sets/action-button.d.ts +59 -0
  11. package/src/data/__generated__/component-sets/action-button.mjs +59 -0
  12. package/src/data/__generated__/component-sets/action-chip.d.ts +57 -0
  13. package/src/data/__generated__/component-sets/action-chip.mjs +57 -0
  14. package/src/data/__generated__/component-sets/action-sheet.d.ts +40 -0
  15. package/src/data/__generated__/component-sets/action-sheet.mjs +40 -0
  16. package/src/data/__generated__/component-sets/avatar-stack.d.ts +32 -0
  17. package/src/data/__generated__/component-sets/avatar-stack.mjs +32 -0
  18. package/src/data/__generated__/component-sets/avatar.d.ts +25 -0
  19. package/src/data/__generated__/component-sets/avatar.mjs +25 -0
  20. package/src/data/__generated__/component-sets/badge.d.ts +41 -0
  21. package/src/data/__generated__/component-sets/badge.mjs +41 -0
  22. package/src/data/__generated__/component-sets/bottom-navigation-global.d.ts +20 -0
  23. package/src/data/__generated__/component-sets/bottom-navigation-global.mjs +20 -0
  24. package/src/data/__generated__/component-sets/bottom-navigation-kr.d.ts +13 -0
  25. package/src/data/__generated__/component-sets/bottom-navigation-kr.mjs +13 -0
  26. package/src/data/__generated__/component-sets/bottom-sheet.d.ts +14 -0
  27. package/src/data/__generated__/component-sets/bottom-sheet.mjs +14 -0
  28. package/src/data/__generated__/component-sets/callout.d.ts +57 -0
  29. package/src/data/__generated__/component-sets/callout.mjs +57 -0
  30. package/src/data/__generated__/component-sets/checkbox.d.ts +44 -0
  31. package/src/data/__generated__/component-sets/checkbox.mjs +44 -0
  32. package/src/data/__generated__/component-sets/chip-tablist.d.ts +24 -0
  33. package/src/data/__generated__/component-sets/chip-tablist.mjs +24 -0
  34. package/src/data/__generated__/component-sets/control-chip.d.ts +60 -0
  35. package/src/data/__generated__/component-sets/control-chip.mjs +60 -0
  36. package/src/data/__generated__/component-sets/divider.d.ts +13 -0
  37. package/src/data/__generated__/component-sets/divider.mjs +13 -0
  38. package/src/data/__generated__/component-sets/error-state.d.ts +32 -0
  39. package/src/data/__generated__/component-sets/error-state.mjs +32 -0
  40. package/src/data/__generated__/component-sets/extended-action-sheet.d.ts +32 -0
  41. package/src/data/__generated__/component-sets/extended-action-sheet.mjs +32 -0
  42. package/src/data/__generated__/component-sets/extended-floating-action-button.d.ts +34 -0
  43. package/src/data/__generated__/component-sets/extended-floating-action-button.mjs +34 -0
  44. package/src/data/__generated__/component-sets/floating-action-button.d.ts +17 -0
  45. package/src/data/__generated__/component-sets/floating-action-button.mjs +17 -0
  46. package/src/data/__generated__/component-sets/help-bubble.d.ts +39 -0
  47. package/src/data/__generated__/component-sets/help-bubble.mjs +39 -0
  48. package/src/data/__generated__/component-sets/identity-placeholder.d.ts +13 -0
  49. package/src/data/__generated__/component-sets/identity-placeholder.mjs +13 -0
  50. package/src/data/__generated__/component-sets/index.d.ts +47 -0
  51. package/src/data/__generated__/component-sets/index.mjs +47 -0
  52. package/src/data/__generated__/component-sets/inline-banner.d.ts +40 -0
  53. package/src/data/__generated__/component-sets/inline-banner.mjs +40 -0
  54. package/src/data/__generated__/component-sets/main-tab-navigation-global.d.ts +26 -0
  55. package/src/data/__generated__/component-sets/main-tab-navigation-global.mjs +26 -0
  56. package/src/data/__generated__/component-sets/main-tab-navigation-kr.d.ts +23 -0
  57. package/src/data/__generated__/component-sets/main-tab-navigation-kr.mjs +23 -0
  58. package/src/data/__generated__/component-sets/manner-temp-badge.d.ts +17 -0
  59. package/src/data/__generated__/component-sets/manner-temp-badge.mjs +17 -0
  60. package/src/data/__generated__/component-sets/manner-temp-bar.d.ts +23 -0
  61. package/src/data/__generated__/component-sets/manner-temp-bar.mjs +23 -0
  62. package/src/data/__generated__/component-sets/manner-temp.d.ts +17 -0
  63. package/src/data/__generated__/component-sets/manner-temp.mjs +17 -0
  64. package/src/data/__generated__/component-sets/multiline-text-field.d.ts +68 -0
  65. package/src/data/__generated__/component-sets/multiline-text-field.mjs +68 -0
  66. package/src/data/__generated__/component-sets/progress-circle.d.ts +31 -0
  67. package/src/data/__generated__/component-sets/progress-circle.mjs +31 -0
  68. package/src/data/__generated__/component-sets/radio.d.ts +27 -0
  69. package/src/data/__generated__/component-sets/radio.mjs +27 -0
  70. package/src/data/__generated__/component-sets/range-slider.d.ts +31 -0
  71. package/src/data/__generated__/component-sets/range-slider.mjs +31 -0
  72. package/src/data/__generated__/component-sets/reaction-button.d.ts +39 -0
  73. package/src/data/__generated__/component-sets/reaction-button.mjs +39 -0
  74. package/src/data/__generated__/component-sets/segmented-control.d.ts +23 -0
  75. package/src/data/__generated__/component-sets/segmented-control.mjs +23 -0
  76. package/src/data/__generated__/component-sets/select-box.d.ts +31 -0
  77. package/src/data/__generated__/component-sets/select-box.mjs +31 -0
  78. package/src/data/__generated__/component-sets/skeleton.d.ts +15 -0
  79. package/src/data/__generated__/component-sets/skeleton.mjs +15 -0
  80. package/src/data/__generated__/component-sets/slider.d.ts +31 -0
  81. package/src/data/__generated__/component-sets/slider.mjs +31 -0
  82. package/src/data/__generated__/component-sets/snackbar.d.ts +23 -0
  83. package/src/data/__generated__/component-sets/snackbar.mjs +23 -0
  84. package/src/data/__generated__/component-sets/standard-navigation.d.ts +23 -0
  85. package/src/data/__generated__/component-sets/standard-navigation.mjs +23 -0
  86. package/src/data/__generated__/component-sets/switch.d.ts +25 -0
  87. package/src/data/__generated__/component-sets/switch.mjs +25 -0
  88. package/src/data/__generated__/component-sets/tablist.d.ts +29 -0
  89. package/src/data/__generated__/component-sets/tablist.mjs +29 -0
  90. package/src/data/__generated__/component-sets/template-bottom-fixed-bar.d.ts +42 -0
  91. package/src/data/__generated__/component-sets/template-bottom-fixed-bar.mjs +42 -0
  92. package/src/data/__generated__/component-sets/template-button-group.d.ts +51 -0
  93. package/src/data/__generated__/component-sets/template-button-group.mjs +51 -0
  94. package/src/data/__generated__/component-sets/template-chip-group.d.ts +26 -0
  95. package/src/data/__generated__/component-sets/template-chip-group.mjs +26 -0
  96. package/src/data/__generated__/component-sets/template-select-box-group.d.ts +24 -0
  97. package/src/data/__generated__/component-sets/template-select-box-group.mjs +24 -0
  98. package/src/data/__generated__/component-sets/template-top-navigation.d.ts +25 -0
  99. package/src/data/__generated__/component-sets/template-top-navigation.mjs +25 -0
  100. package/src/data/__generated__/component-sets/text-button.d.ts +45 -0
  101. package/src/data/__generated__/component-sets/text-button.mjs +45 -0
  102. package/src/data/__generated__/component-sets/text-field.d.ts +100 -0
  103. package/src/data/__generated__/component-sets/text-field.mjs +100 -0
  104. package/src/data/__generated__/component-sets/toggle-button.d.ts +50 -0
  105. package/src/data/__generated__/component-sets/toggle-button.mjs +50 -0
  106. package/src/data/icons.ts +2774 -0
  107. package/src/data/styles.ts +142 -0
  108. package/src/data/variables.ts +7772 -0
  109. package/src/generate-code.ts +213 -0
  110. package/src/icon.ts +46 -0
  111. package/src/index.ts +3 -0
  112. package/src/jsx.ts +104 -0
  113. package/src/layout.ts +289 -0
  114. package/src/node-util.ts +49 -0
  115. package/src/normalizer/from-plugin.ts +345 -0
  116. package/src/normalizer/from-rest.ts +178 -0
  117. package/src/normalizer/types.ts +94 -0
  118. package/src/sizing.ts +58 -0
  119. package/src/text.ts +20 -0
  120. package/src/util.ts +17 -0
  121. package/src/variable.ts +66 -0
@@ -0,0 +1,31 @@
1
+ export declare const metadata: {
2
+ "name": "🟢 Slider",
3
+ "key": "aee027230a478315e380704c4523141e67e464ee",
4
+ "componentPropertyDefinitions": {
5
+ "Steps": {
6
+ "type": "VARIANT",
7
+ "variantOptions": [
8
+ "0",
9
+ "1",
10
+ "2",
11
+ "3",
12
+ "4"
13
+ ]
14
+ },
15
+ "State": {
16
+ "type": "VARIANT",
17
+ "variantOptions": [
18
+ "Enabled",
19
+ "Disabled"
20
+ ]
21
+ },
22
+ "Marker": {
23
+ "type": "VARIANT",
24
+ "variantOptions": [
25
+ "None",
26
+ "Min Max",
27
+ "All"
28
+ ]
29
+ }
30
+ }
31
+ };
@@ -0,0 +1,31 @@
1
+ export const metadata = {
2
+ "name": "🟢 Slider",
3
+ "key": "aee027230a478315e380704c4523141e67e464ee",
4
+ "componentPropertyDefinitions": {
5
+ "Steps": {
6
+ "type": "VARIANT",
7
+ "variantOptions": [
8
+ "0",
9
+ "1",
10
+ "2",
11
+ "3",
12
+ "4"
13
+ ]
14
+ },
15
+ "State": {
16
+ "type": "VARIANT",
17
+ "variantOptions": [
18
+ "Enabled",
19
+ "Disabled"
20
+ ]
21
+ },
22
+ "Marker": {
23
+ "type": "VARIANT",
24
+ "variantOptions": [
25
+ "None",
26
+ "Min Max",
27
+ "All"
28
+ ]
29
+ }
30
+ }
31
+ };
@@ -0,0 +1,23 @@
1
+ export declare const metadata: {
2
+ "name": "🟢 Snackbar",
3
+ "key": "81b17fb8c7d731a19cf8d36a8605559d41414eca",
4
+ "componentPropertyDefinitions": {
5
+ "Action Button Label#1528:8": {
6
+ "type": "TEXT"
7
+ },
8
+ "Message#1528:4": {
9
+ "type": "TEXT"
10
+ },
11
+ "Show Action Button#1528:0": {
12
+ "type": "BOOLEAN"
13
+ },
14
+ "Variant": {
15
+ "type": "VARIANT",
16
+ "variantOptions": [
17
+ "Default",
18
+ "Positive",
19
+ "Critical"
20
+ ]
21
+ }
22
+ }
23
+ };
@@ -0,0 +1,23 @@
1
+ export const metadata = {
2
+ "name": "🟢 Snackbar",
3
+ "key": "81b17fb8c7d731a19cf8d36a8605559d41414eca",
4
+ "componentPropertyDefinitions": {
5
+ "Action Button Label#1528:8": {
6
+ "type": "TEXT"
7
+ },
8
+ "Message#1528:4": {
9
+ "type": "TEXT"
10
+ },
11
+ "Show Action Button#1528:0": {
12
+ "type": "BOOLEAN"
13
+ },
14
+ "Variant": {
15
+ "type": "VARIANT",
16
+ "variantOptions": [
17
+ "Default",
18
+ "Positive",
19
+ "Critical"
20
+ ]
21
+ }
22
+ }
23
+ };
@@ -0,0 +1,23 @@
1
+ export declare const metadata: {
2
+ "name": "🟢 Standard Navigation",
3
+ "key": "c07bfe331cf214375fce9ad47cb6fdb459d1fb1b",
4
+ "componentPropertyDefinitions": {
5
+ "Title#28176:5": {
6
+ "type": "BOOLEAN"
7
+ },
8
+ "Variant": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Layer Default",
12
+ "Transparent"
13
+ ]
14
+ },
15
+ "OS": {
16
+ "type": "VARIANT",
17
+ "variantOptions": [
18
+ "iOS",
19
+ "Android"
20
+ ]
21
+ }
22
+ }
23
+ };
@@ -0,0 +1,23 @@
1
+ export const metadata = {
2
+ "name": "🟢 Standard Navigation",
3
+ "key": "c07bfe331cf214375fce9ad47cb6fdb459d1fb1b",
4
+ "componentPropertyDefinitions": {
5
+ "Title#28176:5": {
6
+ "type": "BOOLEAN"
7
+ },
8
+ "Variant": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Layer Default",
12
+ "Transparent"
13
+ ]
14
+ },
15
+ "OS": {
16
+ "type": "VARIANT",
17
+ "variantOptions": [
18
+ "iOS",
19
+ "Android"
20
+ ]
21
+ }
22
+ }
23
+ };
@@ -0,0 +1,25 @@
1
+ export declare const metadata: {
2
+ "name": "🟢 Switch",
3
+ "key": "80ce5a33b5ab713ab3bd2449472e2fb13d78c7f3",
4
+ "componentPropertyDefinitions": {
5
+ "Label#15191:2": {
6
+ "type": "TEXT"
7
+ },
8
+ "Size": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Small",
12
+ "Medium"
13
+ ]
14
+ },
15
+ "State": {
16
+ "type": "VARIANT",
17
+ "variantOptions": [
18
+ "Enabled",
19
+ "Selected",
20
+ "Disabled",
21
+ "Disabled-Selected"
22
+ ]
23
+ }
24
+ }
25
+ };
@@ -0,0 +1,25 @@
1
+ export const metadata = {
2
+ "name": "🟢 Switch",
3
+ "key": "80ce5a33b5ab713ab3bd2449472e2fb13d78c7f3",
4
+ "componentPropertyDefinitions": {
5
+ "Label#15191:2": {
6
+ "type": "TEXT"
7
+ },
8
+ "Size": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Small",
12
+ "Medium"
13
+ ]
14
+ },
15
+ "State": {
16
+ "type": "VARIANT",
17
+ "variantOptions": [
18
+ "Enabled",
19
+ "Selected",
20
+ "Disabled",
21
+ "Disabled-Selected"
22
+ ]
23
+ }
24
+ }
25
+ };
@@ -0,0 +1,29 @@
1
+ export declare const metadata: {
2
+ "name": "🟢 Tablist",
3
+ "key": "ffe33411fb8796f7a95d3637b90150007f0dd954",
4
+ "componentPropertyDefinitions": {
5
+ "Size": {
6
+ "type": "VARIANT",
7
+ "variantOptions": [
8
+ "Small",
9
+ "Medium"
10
+ ]
11
+ },
12
+ "Layout": {
13
+ "type": "VARIANT",
14
+ "variantOptions": [
15
+ "Hug",
16
+ "Fill"
17
+ ]
18
+ },
19
+ "Tab Count": {
20
+ "type": "VARIANT",
21
+ "variantOptions": [
22
+ "2",
23
+ "3",
24
+ "4",
25
+ "5+"
26
+ ]
27
+ }
28
+ }
29
+ };
@@ -0,0 +1,29 @@
1
+ export const metadata = {
2
+ "name": "🟢 Tablist",
3
+ "key": "ffe33411fb8796f7a95d3637b90150007f0dd954",
4
+ "componentPropertyDefinitions": {
5
+ "Size": {
6
+ "type": "VARIANT",
7
+ "variantOptions": [
8
+ "Small",
9
+ "Medium"
10
+ ]
11
+ },
12
+ "Layout": {
13
+ "type": "VARIANT",
14
+ "variantOptions": [
15
+ "Hug",
16
+ "Fill"
17
+ ]
18
+ },
19
+ "Tab Count": {
20
+ "type": "VARIANT",
21
+ "variantOptions": [
22
+ "2",
23
+ "3",
24
+ "4",
25
+ "5+"
26
+ ]
27
+ }
28
+ }
29
+ };
@@ -0,0 +1,42 @@
1
+ export declare const metadata: {
2
+ "name": "🔵 [Template] Bottom Fixed Bar",
3
+ "key": "bac8592d10ee12452d79d5db6353850c0f0c9c3f",
4
+ "componentPropertyDefinitions": {
5
+ "Text#30483:84": {
6
+ "type": "TEXT"
7
+ },
8
+ "Show Text Button#30483:80": {
9
+ "type": "BOOLEAN"
10
+ },
11
+ "Show Favorite#29056:0": {
12
+ "type": "BOOLEAN"
13
+ },
14
+ "Show Indicator#28768:0": {
15
+ "type": "BOOLEAN"
16
+ },
17
+ "Show Pay Logo#15354:5": {
18
+ "type": "BOOLEAN"
19
+ },
20
+ "Type": {
21
+ "type": "VARIANT",
22
+ "variantOptions": [
23
+ "Information",
24
+ "Multi Actions"
25
+ ]
26
+ },
27
+ "OS": {
28
+ "type": "VARIANT",
29
+ "variantOptions": [
30
+ "iOS",
31
+ "Andorid"
32
+ ]
33
+ },
34
+ "Show Divider": {
35
+ "type": "VARIANT",
36
+ "variantOptions": [
37
+ "True",
38
+ "False"
39
+ ]
40
+ }
41
+ }
42
+ };
@@ -0,0 +1,42 @@
1
+ export const metadata = {
2
+ "name": "🔵 [Template] Bottom Fixed Bar",
3
+ "key": "bac8592d10ee12452d79d5db6353850c0f0c9c3f",
4
+ "componentPropertyDefinitions": {
5
+ "Text#30483:84": {
6
+ "type": "TEXT"
7
+ },
8
+ "Show Text Button#30483:80": {
9
+ "type": "BOOLEAN"
10
+ },
11
+ "Show Favorite#29056:0": {
12
+ "type": "BOOLEAN"
13
+ },
14
+ "Show Indicator#28768:0": {
15
+ "type": "BOOLEAN"
16
+ },
17
+ "Show Pay Logo#15354:5": {
18
+ "type": "BOOLEAN"
19
+ },
20
+ "Type": {
21
+ "type": "VARIANT",
22
+ "variantOptions": [
23
+ "Information",
24
+ "Multi Actions"
25
+ ]
26
+ },
27
+ "OS": {
28
+ "type": "VARIANT",
29
+ "variantOptions": [
30
+ "iOS",
31
+ "Andorid"
32
+ ]
33
+ },
34
+ "Show Divider": {
35
+ "type": "VARIANT",
36
+ "variantOptions": [
37
+ "True",
38
+ "False"
39
+ ]
40
+ }
41
+ }
42
+ };
@@ -0,0 +1,51 @@
1
+ export declare const metadata: {
2
+ "name": "🔵 [Template] Button Group",
3
+ "key": "de6c65d34cc4a01c18c9a7c0ded34635170ca11f",
4
+ "componentPropertyDefinitions": {
5
+ "Show Secondary Button#29056:29": {
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": {
28
+ "type": "VARIANT",
29
+ "variantOptions": [
30
+ "Bottom fixed",
31
+ "On keyboard"
32
+ ]
33
+ },
34
+ "Type": {
35
+ "type": "VARIANT",
36
+ "variantOptions": [
37
+ "Single",
38
+ "Vertical",
39
+ "Horizontal",
40
+ "Horizontal ratio"
41
+ ]
42
+ },
43
+ "Show Divider": {
44
+ "type": "VARIANT",
45
+ "variantOptions": [
46
+ "True",
47
+ "False"
48
+ ]
49
+ }
50
+ }
51
+ };
@@ -0,0 +1,51 @@
1
+ export const metadata = {
2
+ "name": "🔵 [Template] Button Group",
3
+ "key": "de6c65d34cc4a01c18c9a7c0ded34635170ca11f",
4
+ "componentPropertyDefinitions": {
5
+ "Show Secondary Button#29056:29": {
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": {
28
+ "type": "VARIANT",
29
+ "variantOptions": [
30
+ "Bottom fixed",
31
+ "On keyboard"
32
+ ]
33
+ },
34
+ "Type": {
35
+ "type": "VARIANT",
36
+ "variantOptions": [
37
+ "Single",
38
+ "Vertical",
39
+ "Horizontal",
40
+ "Horizontal ratio"
41
+ ]
42
+ },
43
+ "Show Divider": {
44
+ "type": "VARIANT",
45
+ "variantOptions": [
46
+ "True",
47
+ "False"
48
+ ]
49
+ }
50
+ }
51
+ };
@@ -0,0 +1,26 @@
1
+ export declare const metadata: {
2
+ "name": "🔵 [Template] Chip Group",
3
+ "key": "d46dc9059bf351928a2d403317ad7db34e70826e",
4
+ "componentPropertyDefinitions": {
5
+ "Refresh Button#15888:2": {
6
+ "type": "BOOLEAN"
7
+ },
8
+ "Type": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Filter",
12
+ "Control",
13
+ "Action"
14
+ ]
15
+ },
16
+ "Chip Count": {
17
+ "type": "VARIANT",
18
+ "variantOptions": [
19
+ "Full",
20
+ "3",
21
+ "2",
22
+ "4"
23
+ ]
24
+ }
25
+ }
26
+ };
@@ -0,0 +1,26 @@
1
+ export const metadata = {
2
+ "name": "🔵 [Template] Chip Group",
3
+ "key": "d46dc9059bf351928a2d403317ad7db34e70826e",
4
+ "componentPropertyDefinitions": {
5
+ "Refresh Button#15888:2": {
6
+ "type": "BOOLEAN"
7
+ },
8
+ "Type": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Filter",
12
+ "Control",
13
+ "Action"
14
+ ]
15
+ },
16
+ "Chip Count": {
17
+ "type": "VARIANT",
18
+ "variantOptions": [
19
+ "Full",
20
+ "3",
21
+ "2",
22
+ "4"
23
+ ]
24
+ }
25
+ }
26
+ };
@@ -0,0 +1,24 @@
1
+ export declare const metadata: {
2
+ "name": "🔵 [Template] Select Box Group",
3
+ "key": "a3d58bb8540600878742cdcf2608a4b3851667ec",
4
+ "componentPropertyDefinitions": {
5
+ "Control": {
6
+ "type": "VARIANT",
7
+ "variantOptions": [
8
+ "Checkbox",
9
+ "Radio"
10
+ ]
11
+ },
12
+ "Item Count": {
13
+ "type": "VARIANT",
14
+ "variantOptions": [
15
+ "1",
16
+ "2",
17
+ "3",
18
+ "4",
19
+ "5",
20
+ "6"
21
+ ]
22
+ }
23
+ }
24
+ };
@@ -0,0 +1,24 @@
1
+ export const metadata = {
2
+ "name": "🔵 [Template] Select Box Group",
3
+ "key": "a3d58bb8540600878742cdcf2608a4b3851667ec",
4
+ "componentPropertyDefinitions": {
5
+ "Control": {
6
+ "type": "VARIANT",
7
+ "variantOptions": [
8
+ "Checkbox",
9
+ "Radio"
10
+ ]
11
+ },
12
+ "Item Count": {
13
+ "type": "VARIANT",
14
+ "variantOptions": [
15
+ "1",
16
+ "2",
17
+ "3",
18
+ "4",
19
+ "5",
20
+ "6"
21
+ ]
22
+ }
23
+ }
24
+ };
@@ -0,0 +1,25 @@
1
+ export declare const metadata: {
2
+ "name": "🔵 [Template] Top Navigation",
3
+ "key": "74f045c1972dc31d0fddd0a0027537b6779cd0e8",
4
+ "componentPropertyDefinitions": {
5
+ "Action Button#17406:0": {
6
+ "type": "BOOLEAN"
7
+ },
8
+ "Variants": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Main Tab",
12
+ "Standard",
13
+ "Standard Transparent",
14
+ "Large Title"
15
+ ]
16
+ },
17
+ "OS": {
18
+ "type": "VARIANT",
19
+ "variantOptions": [
20
+ "iOS",
21
+ "Android"
22
+ ]
23
+ }
24
+ }
25
+ };
@@ -0,0 +1,25 @@
1
+ export const metadata = {
2
+ "name": "🔵 [Template] Top Navigation",
3
+ "key": "74f045c1972dc31d0fddd0a0027537b6779cd0e8",
4
+ "componentPropertyDefinitions": {
5
+ "Action Button#17406:0": {
6
+ "type": "BOOLEAN"
7
+ },
8
+ "Variants": {
9
+ "type": "VARIANT",
10
+ "variantOptions": [
11
+ "Main Tab",
12
+ "Standard",
13
+ "Standard Transparent",
14
+ "Large Title"
15
+ ]
16
+ },
17
+ "OS": {
18
+ "type": "VARIANT",
19
+ "variantOptions": [
20
+ "iOS",
21
+ "Android"
22
+ ]
23
+ }
24
+ }
25
+ };
@@ -0,0 +1,45 @@
1
+ export declare const metadata: {
2
+ "name": "🟢 Text Button",
3
+ "key": "601f788792916250e33d04bd3165dee1404342df",
4
+ "componentPropertyDefinitions": {
5
+ "Prefix Icon#7561:0": {
6
+ "type": "INSTANCE_SWAP",
7
+ "preferredValues": []
8
+ },
9
+ "Label#6148:0": {
10
+ "type": "TEXT"
11
+ },
12
+ "Size": {
13
+ "type": "VARIANT",
14
+ "variantOptions": [
15
+ "Small",
16
+ "Medium",
17
+ "Large"
18
+ ]
19
+ },
20
+ "Layout": {
21
+ "type": "VARIANT",
22
+ "variantOptions": [
23
+ "Icon First",
24
+ "Icon Last"
25
+ ]
26
+ },
27
+ "Tone": {
28
+ "type": "VARIANT",
29
+ "variantOptions": [
30
+ "Neutral",
31
+ "Neutral Subtle",
32
+ "Brand",
33
+ "Critical"
34
+ ]
35
+ },
36
+ "State": {
37
+ "type": "VARIANT",
38
+ "variantOptions": [
39
+ "Enabled",
40
+ "Pressed",
41
+ "Disabled"
42
+ ]
43
+ }
44
+ }
45
+ };