@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.
- package/lib/index.cjs +13918 -0
- package/lib/index.d.ts +63 -0
- package/lib/index.js +13916 -0
- package/package.json +44 -0
- package/src/color.ts +78 -0
- package/src/component/index.ts +1688 -0
- package/src/component/properties.ts +20 -0
- package/src/component/type-helper.ts +29 -0
- package/src/component/type.ts +318 -0
- package/src/data/__generated__/component-sets/action-button.d.ts +59 -0
- package/src/data/__generated__/component-sets/action-button.mjs +59 -0
- package/src/data/__generated__/component-sets/action-chip.d.ts +57 -0
- package/src/data/__generated__/component-sets/action-chip.mjs +57 -0
- package/src/data/__generated__/component-sets/action-sheet.d.ts +40 -0
- package/src/data/__generated__/component-sets/action-sheet.mjs +40 -0
- package/src/data/__generated__/component-sets/avatar-stack.d.ts +32 -0
- package/src/data/__generated__/component-sets/avatar-stack.mjs +32 -0
- package/src/data/__generated__/component-sets/avatar.d.ts +25 -0
- package/src/data/__generated__/component-sets/avatar.mjs +25 -0
- package/src/data/__generated__/component-sets/badge.d.ts +41 -0
- package/src/data/__generated__/component-sets/badge.mjs +41 -0
- package/src/data/__generated__/component-sets/bottom-navigation-global.d.ts +20 -0
- package/src/data/__generated__/component-sets/bottom-navigation-global.mjs +20 -0
- package/src/data/__generated__/component-sets/bottom-navigation-kr.d.ts +13 -0
- package/src/data/__generated__/component-sets/bottom-navigation-kr.mjs +13 -0
- package/src/data/__generated__/component-sets/bottom-sheet.d.ts +14 -0
- package/src/data/__generated__/component-sets/bottom-sheet.mjs +14 -0
- package/src/data/__generated__/component-sets/callout.d.ts +57 -0
- package/src/data/__generated__/component-sets/callout.mjs +57 -0
- package/src/data/__generated__/component-sets/checkbox.d.ts +44 -0
- package/src/data/__generated__/component-sets/checkbox.mjs +44 -0
- package/src/data/__generated__/component-sets/chip-tablist.d.ts +24 -0
- package/src/data/__generated__/component-sets/chip-tablist.mjs +24 -0
- package/src/data/__generated__/component-sets/control-chip.d.ts +60 -0
- package/src/data/__generated__/component-sets/control-chip.mjs +60 -0
- package/src/data/__generated__/component-sets/divider.d.ts +13 -0
- package/src/data/__generated__/component-sets/divider.mjs +13 -0
- package/src/data/__generated__/component-sets/error-state.d.ts +32 -0
- package/src/data/__generated__/component-sets/error-state.mjs +32 -0
- package/src/data/__generated__/component-sets/extended-action-sheet.d.ts +32 -0
- package/src/data/__generated__/component-sets/extended-action-sheet.mjs +32 -0
- package/src/data/__generated__/component-sets/extended-floating-action-button.d.ts +34 -0
- package/src/data/__generated__/component-sets/extended-floating-action-button.mjs +34 -0
- package/src/data/__generated__/component-sets/floating-action-button.d.ts +17 -0
- package/src/data/__generated__/component-sets/floating-action-button.mjs +17 -0
- package/src/data/__generated__/component-sets/help-bubble.d.ts +39 -0
- package/src/data/__generated__/component-sets/help-bubble.mjs +39 -0
- package/src/data/__generated__/component-sets/identity-placeholder.d.ts +13 -0
- package/src/data/__generated__/component-sets/identity-placeholder.mjs +13 -0
- package/src/data/__generated__/component-sets/index.d.ts +47 -0
- package/src/data/__generated__/component-sets/index.mjs +47 -0
- package/src/data/__generated__/component-sets/inline-banner.d.ts +40 -0
- package/src/data/__generated__/component-sets/inline-banner.mjs +40 -0
- package/src/data/__generated__/component-sets/main-tab-navigation-global.d.ts +26 -0
- package/src/data/__generated__/component-sets/main-tab-navigation-global.mjs +26 -0
- package/src/data/__generated__/component-sets/main-tab-navigation-kr.d.ts +23 -0
- package/src/data/__generated__/component-sets/main-tab-navigation-kr.mjs +23 -0
- package/src/data/__generated__/component-sets/manner-temp-badge.d.ts +17 -0
- package/src/data/__generated__/component-sets/manner-temp-badge.mjs +17 -0
- package/src/data/__generated__/component-sets/manner-temp-bar.d.ts +23 -0
- package/src/data/__generated__/component-sets/manner-temp-bar.mjs +23 -0
- package/src/data/__generated__/component-sets/manner-temp.d.ts +17 -0
- package/src/data/__generated__/component-sets/manner-temp.mjs +17 -0
- package/src/data/__generated__/component-sets/multiline-text-field.d.ts +68 -0
- package/src/data/__generated__/component-sets/multiline-text-field.mjs +68 -0
- package/src/data/__generated__/component-sets/progress-circle.d.ts +31 -0
- package/src/data/__generated__/component-sets/progress-circle.mjs +31 -0
- package/src/data/__generated__/component-sets/radio.d.ts +27 -0
- package/src/data/__generated__/component-sets/radio.mjs +27 -0
- package/src/data/__generated__/component-sets/range-slider.d.ts +31 -0
- package/src/data/__generated__/component-sets/range-slider.mjs +31 -0
- package/src/data/__generated__/component-sets/reaction-button.d.ts +39 -0
- package/src/data/__generated__/component-sets/reaction-button.mjs +39 -0
- package/src/data/__generated__/component-sets/segmented-control.d.ts +23 -0
- package/src/data/__generated__/component-sets/segmented-control.mjs +23 -0
- package/src/data/__generated__/component-sets/select-box.d.ts +31 -0
- package/src/data/__generated__/component-sets/select-box.mjs +31 -0
- package/src/data/__generated__/component-sets/skeleton.d.ts +15 -0
- package/src/data/__generated__/component-sets/skeleton.mjs +15 -0
- package/src/data/__generated__/component-sets/slider.d.ts +31 -0
- package/src/data/__generated__/component-sets/slider.mjs +31 -0
- package/src/data/__generated__/component-sets/snackbar.d.ts +23 -0
- package/src/data/__generated__/component-sets/snackbar.mjs +23 -0
- package/src/data/__generated__/component-sets/standard-navigation.d.ts +23 -0
- package/src/data/__generated__/component-sets/standard-navigation.mjs +23 -0
- package/src/data/__generated__/component-sets/switch.d.ts +25 -0
- package/src/data/__generated__/component-sets/switch.mjs +25 -0
- package/src/data/__generated__/component-sets/tablist.d.ts +29 -0
- package/src/data/__generated__/component-sets/tablist.mjs +29 -0
- package/src/data/__generated__/component-sets/template-bottom-fixed-bar.d.ts +42 -0
- package/src/data/__generated__/component-sets/template-bottom-fixed-bar.mjs +42 -0
- package/src/data/__generated__/component-sets/template-button-group.d.ts +51 -0
- package/src/data/__generated__/component-sets/template-button-group.mjs +51 -0
- package/src/data/__generated__/component-sets/template-chip-group.d.ts +26 -0
- package/src/data/__generated__/component-sets/template-chip-group.mjs +26 -0
- package/src/data/__generated__/component-sets/template-select-box-group.d.ts +24 -0
- package/src/data/__generated__/component-sets/template-select-box-group.mjs +24 -0
- package/src/data/__generated__/component-sets/template-top-navigation.d.ts +25 -0
- package/src/data/__generated__/component-sets/template-top-navigation.mjs +25 -0
- package/src/data/__generated__/component-sets/text-button.d.ts +45 -0
- package/src/data/__generated__/component-sets/text-button.mjs +45 -0
- package/src/data/__generated__/component-sets/text-field.d.ts +100 -0
- package/src/data/__generated__/component-sets/text-field.mjs +100 -0
- package/src/data/__generated__/component-sets/toggle-button.d.ts +50 -0
- package/src/data/__generated__/component-sets/toggle-button.mjs +50 -0
- package/src/data/icons.ts +2774 -0
- package/src/data/styles.ts +142 -0
- package/src/data/variables.ts +7772 -0
- package/src/generate-code.ts +213 -0
- package/src/icon.ts +46 -0
- package/src/index.ts +3 -0
- package/src/jsx.ts +104 -0
- package/src/layout.ts +289 -0
- package/src/node-util.ts +49 -0
- package/src/normalizer/from-plugin.ts +345 -0
- package/src/normalizer/from-rest.ts +178 -0
- package/src/normalizer/types.ts +94 -0
- package/src/sizing.ts +58 -0
- package/src/text.ts +20 -0
- package/src/util.ts +17 -0
- package/src/variable.ts +66 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Error State",
|
|
3
|
+
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Secondary Action Label#17042:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title#16237:0": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Description#16237:5": {
|
|
12
|
+
"type": "TEXT"
|
|
13
|
+
},
|
|
14
|
+
"Show Buttons#9080:5": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
|
+
},
|
|
17
|
+
"Variant": {
|
|
18
|
+
"type": "VARIANT",
|
|
19
|
+
"variantOptions": [
|
|
20
|
+
"Default",
|
|
21
|
+
"Basement"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"Layout": {
|
|
25
|
+
"type": "VARIANT",
|
|
26
|
+
"variantOptions": [
|
|
27
|
+
"With Title",
|
|
28
|
+
"Description Only"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Error State",
|
|
3
|
+
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Secondary Action Label#17042:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title#16237:0": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Description#16237:5": {
|
|
12
|
+
"type": "TEXT"
|
|
13
|
+
},
|
|
14
|
+
"Show Buttons#9080:5": {
|
|
15
|
+
"type": "BOOLEAN"
|
|
16
|
+
},
|
|
17
|
+
"Variant": {
|
|
18
|
+
"type": "VARIANT",
|
|
19
|
+
"variantOptions": [
|
|
20
|
+
"Default",
|
|
21
|
+
"Basement"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"Layout": {
|
|
25
|
+
"type": "VARIANT",
|
|
26
|
+
"variantOptions": [
|
|
27
|
+
"With Title",
|
|
28
|
+
"Description Only"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Extended Action Sheet",
|
|
3
|
+
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Title#17043:12": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
8
|
+
"OS Indicator (Figma Only)#81637:129": {
|
|
9
|
+
"type": "BOOLEAN"
|
|
10
|
+
},
|
|
11
|
+
"Description#14599:13": {
|
|
12
|
+
"type": "TEXT"
|
|
13
|
+
},
|
|
14
|
+
"Title#14599:0": {
|
|
15
|
+
"type": "TEXT"
|
|
16
|
+
},
|
|
17
|
+
"Type": {
|
|
18
|
+
"type": "VARIANT",
|
|
19
|
+
"variantOptions": [
|
|
20
|
+
"Normal",
|
|
21
|
+
"Destructive"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"Action Group Count": {
|
|
25
|
+
"type": "VARIANT",
|
|
26
|
+
"variantOptions": [
|
|
27
|
+
"1",
|
|
28
|
+
"2"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Extended Action Sheet",
|
|
3
|
+
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Title#17043:12": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
8
|
+
"OS Indicator (Figma Only)#81637:129": {
|
|
9
|
+
"type": "BOOLEAN"
|
|
10
|
+
},
|
|
11
|
+
"Description#14599:13": {
|
|
12
|
+
"type": "TEXT"
|
|
13
|
+
},
|
|
14
|
+
"Title#14599:0": {
|
|
15
|
+
"type": "TEXT"
|
|
16
|
+
},
|
|
17
|
+
"Type": {
|
|
18
|
+
"type": "VARIANT",
|
|
19
|
+
"variantOptions": [
|
|
20
|
+
"Normal",
|
|
21
|
+
"Destructive"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"Action Group Count": {
|
|
25
|
+
"type": "VARIANT",
|
|
26
|
+
"variantOptions": [
|
|
27
|
+
"1",
|
|
28
|
+
"2"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Extended Floating Action Button",
|
|
3
|
+
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Label#28936:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Icon#28796:0": {
|
|
9
|
+
"type": "INSTANCE_SWAP",
|
|
10
|
+
"preferredValues": []
|
|
11
|
+
},
|
|
12
|
+
"Size": {
|
|
13
|
+
"type": "VARIANT",
|
|
14
|
+
"variantOptions": [
|
|
15
|
+
"Small",
|
|
16
|
+
"Medium"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"Variant": {
|
|
20
|
+
"type": "VARIANT",
|
|
21
|
+
"variantOptions": [
|
|
22
|
+
"Neutral Solid",
|
|
23
|
+
"Layer Floating"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"State": {
|
|
27
|
+
"type": "VARIANT",
|
|
28
|
+
"variantOptions": [
|
|
29
|
+
"Enabled",
|
|
30
|
+
"Pressed"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Extended Floating Action Button",
|
|
3
|
+
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Label#28936:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Icon#28796:0": {
|
|
9
|
+
"type": "INSTANCE_SWAP",
|
|
10
|
+
"preferredValues": []
|
|
11
|
+
},
|
|
12
|
+
"Size": {
|
|
13
|
+
"type": "VARIANT",
|
|
14
|
+
"variantOptions": [
|
|
15
|
+
"Small",
|
|
16
|
+
"Medium"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"Variant": {
|
|
20
|
+
"type": "VARIANT",
|
|
21
|
+
"variantOptions": [
|
|
22
|
+
"Neutral Solid",
|
|
23
|
+
"Layer Floating"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"State": {
|
|
27
|
+
"type": "VARIANT",
|
|
28
|
+
"variantOptions": [
|
|
29
|
+
"Enabled",
|
|
30
|
+
"Pressed"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Floating Action Button",
|
|
3
|
+
"key": "1974b94703032585bb9e20bd54743e01094b965c",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Icon#28796:0": {
|
|
6
|
+
"type": "INSTANCE_SWAP",
|
|
7
|
+
"preferredValues": []
|
|
8
|
+
},
|
|
9
|
+
"State": {
|
|
10
|
+
"type": "VARIANT",
|
|
11
|
+
"variantOptions": [
|
|
12
|
+
"Enabled",
|
|
13
|
+
"Pressed"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Floating Action Button",
|
|
3
|
+
"key": "1974b94703032585bb9e20bd54743e01094b965c",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Icon#28796:0": {
|
|
6
|
+
"type": "INSTANCE_SWAP",
|
|
7
|
+
"preferredValues": []
|
|
8
|
+
},
|
|
9
|
+
"State": {
|
|
10
|
+
"type": "VARIANT",
|
|
11
|
+
"variantOptions": [
|
|
12
|
+
"Enabled",
|
|
13
|
+
"Pressed"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Help Bubble",
|
|
3
|
+
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Title#62535:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Description#62535:98": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Description#62499:0": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Placement": {
|
|
15
|
+
"type": "VARIANT",
|
|
16
|
+
"variantOptions": [
|
|
17
|
+
"Right-Top",
|
|
18
|
+
"Right-Center",
|
|
19
|
+
"Right-Bottom",
|
|
20
|
+
"Left-Top",
|
|
21
|
+
"Left-Center",
|
|
22
|
+
"Left-Bottom",
|
|
23
|
+
"Bottom-Left",
|
|
24
|
+
"Bottom-Center",
|
|
25
|
+
"Bottom-Right",
|
|
26
|
+
"Top-Left",
|
|
27
|
+
"Top-Center",
|
|
28
|
+
"Top-Right"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"Show Close Button": {
|
|
32
|
+
"type": "VARIANT",
|
|
33
|
+
"variantOptions": [
|
|
34
|
+
"True",
|
|
35
|
+
"False"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Help Bubble",
|
|
3
|
+
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Title#62535:0": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Description#62535:98": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Show Description#62499:0": {
|
|
12
|
+
"type": "BOOLEAN"
|
|
13
|
+
},
|
|
14
|
+
"Placement": {
|
|
15
|
+
"type": "VARIANT",
|
|
16
|
+
"variantOptions": [
|
|
17
|
+
"Right-Top",
|
|
18
|
+
"Right-Center",
|
|
19
|
+
"Right-Bottom",
|
|
20
|
+
"Left-Top",
|
|
21
|
+
"Left-Center",
|
|
22
|
+
"Left-Bottom",
|
|
23
|
+
"Bottom-Left",
|
|
24
|
+
"Bottom-Center",
|
|
25
|
+
"Bottom-Right",
|
|
26
|
+
"Top-Left",
|
|
27
|
+
"Top-Center",
|
|
28
|
+
"Top-Right"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"Show Close Button": {
|
|
32
|
+
"type": "VARIANT",
|
|
33
|
+
"variantOptions": [
|
|
34
|
+
"True",
|
|
35
|
+
"False"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Identity Placeholder",
|
|
3
|
+
"key": "808206c07408aa1056ec85a55925e9844e9265c2",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Identity": {
|
|
6
|
+
"type": "VARIANT",
|
|
7
|
+
"variantOptions": [
|
|
8
|
+
"Person",
|
|
9
|
+
"Business"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Identity Placeholder",
|
|
3
|
+
"key": "808206c07408aa1056ec85a55925e9844e9265c2",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Identity": {
|
|
6
|
+
"type": "VARIANT",
|
|
7
|
+
"variantOptions": [
|
|
8
|
+
"Person",
|
|
9
|
+
"Business"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export { metadata as templateBottomFixedBar } from "./template-bottom-fixed-bar";
|
|
2
|
+
export { metadata as templateButtonGroup } from "./template-button-group";
|
|
3
|
+
export { metadata as templateChipGroup } from "./template-chip-group";
|
|
4
|
+
export { metadata as templateSelectBoxGroup } from "./template-select-box-group";
|
|
5
|
+
export { metadata as templateTopNavigation } from "./template-top-navigation";
|
|
6
|
+
export { metadata as actionButton } from "./action-button";
|
|
7
|
+
export { metadata as actionChip } from "./action-chip";
|
|
8
|
+
export { metadata as actionSheet } from "./action-sheet";
|
|
9
|
+
export { metadata as avatar } from "./avatar";
|
|
10
|
+
export { metadata as avatarStack } from "./avatar-stack";
|
|
11
|
+
export { metadata as badge } from "./badge";
|
|
12
|
+
export { metadata as bottomNavigationGlobal } from "./bottom-navigation-global";
|
|
13
|
+
export { metadata as bottomNavigationKr } from "./bottom-navigation-kr";
|
|
14
|
+
export { metadata as bottomSheet } from "./bottom-sheet";
|
|
15
|
+
export { metadata as callout } from "./callout";
|
|
16
|
+
export { metadata as checkbox } from "./checkbox";
|
|
17
|
+
export { metadata as chipTablist } from "./chip-tablist";
|
|
18
|
+
export { metadata as controlChip } from "./control-chip";
|
|
19
|
+
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
|
+
export { metadata as floatingActionButton } from "./floating-action-button";
|
|
24
|
+
export { metadata as helpBubble } from "./help-bubble";
|
|
25
|
+
export { metadata as identityPlaceholder } from "./identity-placeholder";
|
|
26
|
+
export { metadata as inlineBanner } from "./inline-banner";
|
|
27
|
+
export { metadata as mainTabNavigationGlobal } from "./main-tab-navigation-global";
|
|
28
|
+
export { metadata as mainTabNavigationKr } from "./main-tab-navigation-kr";
|
|
29
|
+
export { metadata as mannerTemp } from "./manner-temp";
|
|
30
|
+
export { metadata as mannerTempBar } from "./manner-temp-bar";
|
|
31
|
+
export { metadata as mannerTempBadge } from "./manner-temp-badge";
|
|
32
|
+
export { metadata as multilineTextField } from "./multiline-text-field";
|
|
33
|
+
export { metadata as progressCircle } from "./progress-circle";
|
|
34
|
+
export { metadata as radio } from "./radio";
|
|
35
|
+
export { metadata as rangeSlider } from "./range-slider";
|
|
36
|
+
export { metadata as reactionButton } from "./reaction-button";
|
|
37
|
+
export { metadata as segmentedControl } from "./segmented-control";
|
|
38
|
+
export { metadata as selectBox } from "./select-box";
|
|
39
|
+
export { metadata as skeleton } from "./skeleton";
|
|
40
|
+
export { metadata as slider } from "./slider";
|
|
41
|
+
export { metadata as snackbar } from "./snackbar";
|
|
42
|
+
export { metadata as standardNavigation } from "./standard-navigation";
|
|
43
|
+
export { metadata as switch } from "./switch";
|
|
44
|
+
export { metadata as tablist } from "./tablist";
|
|
45
|
+
export { metadata as textButton } from "./text-button";
|
|
46
|
+
export { metadata as textField } from "./text-field";
|
|
47
|
+
export { metadata as toggleButton } from "./toggle-button";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export { metadata as templateBottomFixedBar } from "./template-bottom-fixed-bar.mjs";
|
|
2
|
+
export { metadata as templateButtonGroup } from "./template-button-group.mjs";
|
|
3
|
+
export { metadata as templateChipGroup } from "./template-chip-group.mjs";
|
|
4
|
+
export { metadata as templateSelectBoxGroup } from "./template-select-box-group.mjs";
|
|
5
|
+
export { metadata as templateTopNavigation } from "./template-top-navigation.mjs";
|
|
6
|
+
export { metadata as actionButton } from "./action-button.mjs";
|
|
7
|
+
export { metadata as actionChip } from "./action-chip.mjs";
|
|
8
|
+
export { metadata as actionSheet } from "./action-sheet.mjs";
|
|
9
|
+
export { metadata as avatar } from "./avatar.mjs";
|
|
10
|
+
export { metadata as avatarStack } from "./avatar-stack.mjs";
|
|
11
|
+
export { metadata as badge } from "./badge.mjs";
|
|
12
|
+
export { metadata as bottomNavigationGlobal } from "./bottom-navigation-global.mjs";
|
|
13
|
+
export { metadata as bottomNavigationKr } from "./bottom-navigation-kr.mjs";
|
|
14
|
+
export { metadata as bottomSheet } from "./bottom-sheet.mjs";
|
|
15
|
+
export { metadata as callout } from "./callout.mjs";
|
|
16
|
+
export { metadata as checkbox } from "./checkbox.mjs";
|
|
17
|
+
export { metadata as chipTablist } from "./chip-tablist.mjs";
|
|
18
|
+
export { metadata as controlChip } from "./control-chip.mjs";
|
|
19
|
+
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
|
+
export { metadata as floatingActionButton } from "./floating-action-button.mjs";
|
|
24
|
+
export { metadata as helpBubble } from "./help-bubble.mjs";
|
|
25
|
+
export { metadata as identityPlaceholder } from "./identity-placeholder.mjs";
|
|
26
|
+
export { metadata as inlineBanner } from "./inline-banner.mjs";
|
|
27
|
+
export { metadata as mainTabNavigationGlobal } from "./main-tab-navigation-global.mjs";
|
|
28
|
+
export { metadata as mainTabNavigationKr } from "./main-tab-navigation-kr.mjs";
|
|
29
|
+
export { metadata as mannerTemp } from "./manner-temp.mjs";
|
|
30
|
+
export { metadata as mannerTempBar } from "./manner-temp-bar.mjs";
|
|
31
|
+
export { metadata as mannerTempBadge } from "./manner-temp-badge.mjs";
|
|
32
|
+
export { metadata as multilineTextField } from "./multiline-text-field.mjs";
|
|
33
|
+
export { metadata as progressCircle } from "./progress-circle.mjs";
|
|
34
|
+
export { metadata as radio } from "./radio.mjs";
|
|
35
|
+
export { metadata as rangeSlider } from "./range-slider.mjs";
|
|
36
|
+
export { metadata as reactionButton } from "./reaction-button.mjs";
|
|
37
|
+
export { metadata as segmentedControl } from "./segmented-control.mjs";
|
|
38
|
+
export { metadata as selectBox } from "./select-box.mjs";
|
|
39
|
+
export { metadata as skeleton } from "./skeleton.mjs";
|
|
40
|
+
export { metadata as slider } from "./slider.mjs";
|
|
41
|
+
export { metadata as snackbar } from "./snackbar.mjs";
|
|
42
|
+
export { metadata as standardNavigation } from "./standard-navigation.mjs";
|
|
43
|
+
export { metadata as switch } from "./switch.mjs";
|
|
44
|
+
export { metadata as tablist } from "./tablist.mjs";
|
|
45
|
+
export { metadata as textButton } from "./text-button.mjs";
|
|
46
|
+
export { metadata as textField } from "./text-field.mjs";
|
|
47
|
+
export { metadata as toggleButton } from "./toggle-button.mjs";
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Inline Banner",
|
|
3
|
+
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Icon#11840:27": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
8
|
+
"Link Label#1547:81": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Interaction": {
|
|
12
|
+
"type": "VARIANT",
|
|
13
|
+
"variantOptions": [
|
|
14
|
+
"Default",
|
|
15
|
+
"Link",
|
|
16
|
+
"Actionable",
|
|
17
|
+
"Dismissible"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"Variant": {
|
|
21
|
+
"type": "VARIANT",
|
|
22
|
+
"variantOptions": [
|
|
23
|
+
"Neutral Weak",
|
|
24
|
+
"Informative Weak",
|
|
25
|
+
"Positive Weak",
|
|
26
|
+
"Warning Solid",
|
|
27
|
+
"Warning Weak",
|
|
28
|
+
"Critical Solid",
|
|
29
|
+
"Critical Weak"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"Show Title": {
|
|
33
|
+
"type": "VARIANT",
|
|
34
|
+
"variantOptions": [
|
|
35
|
+
"True",
|
|
36
|
+
"False"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Inline Banner",
|
|
3
|
+
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Show Icon#11840:27": {
|
|
6
|
+
"type": "BOOLEAN"
|
|
7
|
+
},
|
|
8
|
+
"Link Label#1547:81": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Interaction": {
|
|
12
|
+
"type": "VARIANT",
|
|
13
|
+
"variantOptions": [
|
|
14
|
+
"Default",
|
|
15
|
+
"Link",
|
|
16
|
+
"Actionable",
|
|
17
|
+
"Dismissible"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"Variant": {
|
|
21
|
+
"type": "VARIANT",
|
|
22
|
+
"variantOptions": [
|
|
23
|
+
"Neutral Weak",
|
|
24
|
+
"Informative Weak",
|
|
25
|
+
"Positive Weak",
|
|
26
|
+
"Warning Solid",
|
|
27
|
+
"Warning Weak",
|
|
28
|
+
"Critical Solid",
|
|
29
|
+
"Critical Weak"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"Show Title": {
|
|
33
|
+
"type": "VARIANT",
|
|
34
|
+
"variantOptions": [
|
|
35
|
+
"True",
|
|
36
|
+
"False"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Main Tab Navigation / Global",
|
|
3
|
+
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Button Label#6409:18": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title#6406:6": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Title Type": {
|
|
12
|
+
"type": "VARIANT",
|
|
13
|
+
"variantOptions": [
|
|
14
|
+
"Text",
|
|
15
|
+
"Text + Button"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"Variant": {
|
|
19
|
+
"type": "VARIANT",
|
|
20
|
+
"variantOptions": [
|
|
21
|
+
"Layer Default",
|
|
22
|
+
"Transparent"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Main Tab Navigation / Global",
|
|
3
|
+
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Button Label#6409:18": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title#6406:6": {
|
|
9
|
+
"type": "TEXT"
|
|
10
|
+
},
|
|
11
|
+
"Title Type": {
|
|
12
|
+
"type": "VARIANT",
|
|
13
|
+
"variantOptions": [
|
|
14
|
+
"Text",
|
|
15
|
+
"Text + Button"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"Variant": {
|
|
19
|
+
"type": "VARIANT",
|
|
20
|
+
"variantOptions": [
|
|
21
|
+
"Layer Default",
|
|
22
|
+
"Transparent"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const metadata: {
|
|
2
|
+
"name": "🟢 Main Tab Navigation / KR",
|
|
3
|
+
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Title#6406:6": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title Type": {
|
|
9
|
+
"type": "VARIANT",
|
|
10
|
+
"variantOptions": [
|
|
11
|
+
"Text",
|
|
12
|
+
"Button"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"Variant": {
|
|
16
|
+
"type": "VARIANT",
|
|
17
|
+
"variantOptions": [
|
|
18
|
+
"Layer Default",
|
|
19
|
+
"Transparent"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"name": "🟢 Main Tab Navigation / KR",
|
|
3
|
+
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
4
|
+
"componentPropertyDefinitions": {
|
|
5
|
+
"Title#6406:6": {
|
|
6
|
+
"type": "TEXT"
|
|
7
|
+
},
|
|
8
|
+
"Title Type": {
|
|
9
|
+
"type": "VARIANT",
|
|
10
|
+
"variantOptions": [
|
|
11
|
+
"Text",
|
|
12
|
+
"Button"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"Variant": {
|
|
16
|
+
"type": "VARIANT",
|
|
17
|
+
"variantOptions": [
|
|
18
|
+
"Layer Default",
|
|
19
|
+
"Transparent"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|