@seed-design/figma 0.1.12 → 0.1.14
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 +81 -58
- package/lib/codegen/index.d.ts +84 -55
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +81 -58
- package/lib/codegen/targets/react/index.cjs +127 -76
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +127 -76
- package/lib/index.cjs +81 -58
- package/lib/index.js +81 -58
- package/package.json +2 -2
- package/src/codegen/component-properties.ts +9 -2
- package/src/codegen/targets/react/component/handlers/page-banner.ts +101 -0
- package/src/codegen/targets/react/component/index.ts +2 -2
- package/src/entities/data/__generated__/component-sets/avatar-stack.d.ts +2 -1
- package/src/entities/data/__generated__/component-sets/avatar-stack.mjs +2 -1
- package/src/entities/data/__generated__/component-sets/avatar.d.ts +2 -1
- package/src/entities/data/__generated__/component-sets/avatar.mjs +2 -1
- package/src/entities/data/__generated__/component-sets/badge.d.ts +4 -3
- package/src/entities/data/__generated__/component-sets/badge.mjs +4 -3
- package/src/entities/data/__generated__/component-sets/divider.d.ts +10 -0
- package/src/entities/data/__generated__/component-sets/divider.mjs +10 -0
- package/src/entities/data/__generated__/component-sets/index.d.ts +1 -1
- package/src/entities/data/__generated__/component-sets/index.mjs +1 -1
- package/src/entities/data/__generated__/component-sets/page-banner.d.ts +50 -0
- package/src/entities/data/__generated__/component-sets/page-banner.mjs +50 -0
- package/src/codegen/targets/react/component/handlers/inline-banner.ts +0 -75
|
@@ -1303,7 +1303,8 @@ const metadata$D = {
|
|
|
1303
1303
|
"48",
|
|
1304
1304
|
"64",
|
|
1305
1305
|
"80",
|
|
1306
|
-
"96"
|
|
1306
|
+
"96",
|
|
1307
|
+
"108"
|
|
1307
1308
|
]
|
|
1308
1309
|
},
|
|
1309
1310
|
"Badge": {
|
|
@@ -1332,7 +1333,8 @@ const metadata$C = {
|
|
|
1332
1333
|
"48",
|
|
1333
1334
|
"64",
|
|
1334
1335
|
"80",
|
|
1335
|
-
"96"
|
|
1336
|
+
"96",
|
|
1337
|
+
"108"
|
|
1336
1338
|
]
|
|
1337
1339
|
}
|
|
1338
1340
|
}
|
|
@@ -1359,15 +1361,16 @@ const metadata$B = {
|
|
|
1359
1361
|
"Brand",
|
|
1360
1362
|
"Informative",
|
|
1361
1363
|
"Positive",
|
|
1362
|
-
"Critical"
|
|
1364
|
+
"Critical",
|
|
1365
|
+
"Warning"
|
|
1363
1366
|
]
|
|
1364
1367
|
},
|
|
1365
1368
|
"Variant": {
|
|
1366
1369
|
"type": "VARIANT",
|
|
1367
1370
|
"variantOptions": [
|
|
1368
|
-
"Solid",
|
|
1369
1371
|
"Weak",
|
|
1370
|
-
"Outline"
|
|
1372
|
+
"Outline",
|
|
1373
|
+
"Solid"
|
|
1371
1374
|
]
|
|
1372
1375
|
}
|
|
1373
1376
|
}
|
|
@@ -1758,12 +1761,22 @@ const metadata$r = {
|
|
|
1758
1761
|
"name": "🟢 Divider",
|
|
1759
1762
|
"key": "848e953725f757ea1a79e1fecc0b608a035032d3",
|
|
1760
1763
|
"componentPropertyDefinitions": {
|
|
1764
|
+
"Inset (Figma-Only)#36435:0": {
|
|
1765
|
+
"type": "BOOLEAN"
|
|
1766
|
+
},
|
|
1761
1767
|
"Tone": {
|
|
1762
1768
|
"type": "VARIANT",
|
|
1763
1769
|
"variantOptions": [
|
|
1764
1770
|
"Neutral",
|
|
1765
1771
|
"Neutral Muted"
|
|
1766
1772
|
]
|
|
1773
|
+
},
|
|
1774
|
+
"Orientation": {
|
|
1775
|
+
"type": "VARIANT",
|
|
1776
|
+
"variantOptions": [
|
|
1777
|
+
"Vertical",
|
|
1778
|
+
"Horizontal"
|
|
1779
|
+
]
|
|
1767
1780
|
}
|
|
1768
1781
|
}
|
|
1769
1782
|
};
|
|
@@ -1816,47 +1829,6 @@ const metadata$p = {
|
|
|
1816
1829
|
};
|
|
1817
1830
|
|
|
1818
1831
|
const metadata$o = {
|
|
1819
|
-
"name": "🟢 Inline Banner",
|
|
1820
|
-
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
1821
|
-
"componentPropertyDefinitions": {
|
|
1822
|
-
"Link Label#1547:81": {
|
|
1823
|
-
"type": "TEXT"
|
|
1824
|
-
},
|
|
1825
|
-
"Show Icon#11840:27": {
|
|
1826
|
-
"type": "BOOLEAN"
|
|
1827
|
-
},
|
|
1828
|
-
"Interaction": {
|
|
1829
|
-
"type": "VARIANT",
|
|
1830
|
-
"variantOptions": [
|
|
1831
|
-
"Default",
|
|
1832
|
-
"Link",
|
|
1833
|
-
"Actionable",
|
|
1834
|
-
"Dismissible"
|
|
1835
|
-
]
|
|
1836
|
-
},
|
|
1837
|
-
"Variant": {
|
|
1838
|
-
"type": "VARIANT",
|
|
1839
|
-
"variantOptions": [
|
|
1840
|
-
"Neutral Weak",
|
|
1841
|
-
"Informative Weak",
|
|
1842
|
-
"Positive Weak",
|
|
1843
|
-
"Warning Solid",
|
|
1844
|
-
"Warning Weak",
|
|
1845
|
-
"Critical Solid",
|
|
1846
|
-
"Critical Weak"
|
|
1847
|
-
]
|
|
1848
|
-
},
|
|
1849
|
-
"Show Title": {
|
|
1850
|
-
"type": "VARIANT",
|
|
1851
|
-
"variantOptions": [
|
|
1852
|
-
"True",
|
|
1853
|
-
"False"
|
|
1854
|
-
]
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
};
|
|
1858
|
-
|
|
1859
|
-
const metadata$n = {
|
|
1860
1832
|
"name": "🟢 Main Tab Navigation / Global",
|
|
1861
1833
|
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
1862
1834
|
"componentPropertyDefinitions": {
|
|
@@ -1883,7 +1855,7 @@ const metadata$n = {
|
|
|
1883
1855
|
}
|
|
1884
1856
|
};
|
|
1885
1857
|
|
|
1886
|
-
const metadata$
|
|
1858
|
+
const metadata$n = {
|
|
1887
1859
|
"name": "🟢 Main Tab Navigation / KR",
|
|
1888
1860
|
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
1889
1861
|
"componentPropertyDefinitions": {
|
|
@@ -1907,7 +1879,7 @@ const metadata$m = {
|
|
|
1907
1879
|
}
|
|
1908
1880
|
};
|
|
1909
1881
|
|
|
1910
|
-
const metadata$
|
|
1882
|
+
const metadata$m = {
|
|
1911
1883
|
"name": "🟢 Manner Temp",
|
|
1912
1884
|
"key": "37c0a35f73a730fdfba7929cea91a7590fc93733",
|
|
1913
1885
|
"componentPropertyDefinitions": {
|
|
@@ -1925,7 +1897,7 @@ const metadata$l = {
|
|
|
1925
1897
|
}
|
|
1926
1898
|
};
|
|
1927
1899
|
|
|
1928
|
-
const metadata$
|
|
1900
|
+
const metadata$l = {
|
|
1929
1901
|
"name": "🟢 Manner Temp Badge",
|
|
1930
1902
|
"key": "3ef9a84d4d80046ff9a581136bd56269554a6e00",
|
|
1931
1903
|
"componentPropertyDefinitions": {
|
|
@@ -1943,7 +1915,7 @@ const metadata$k = {
|
|
|
1943
1915
|
}
|
|
1944
1916
|
};
|
|
1945
1917
|
|
|
1946
|
-
const metadata$
|
|
1918
|
+
const metadata$k = {
|
|
1947
1919
|
"name": "🟢 Menu Sheet",
|
|
1948
1920
|
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
1949
1921
|
"componentPropertyDefinitions": {
|
|
@@ -1980,7 +1952,7 @@ const metadata$j = {
|
|
|
1980
1952
|
}
|
|
1981
1953
|
};
|
|
1982
1954
|
|
|
1983
|
-
const metadata$
|
|
1955
|
+
const metadata$j = {
|
|
1984
1956
|
"name": "🟢 Multiline Text Field",
|
|
1985
1957
|
"key": "88b2399c930c85f9ce2972163a078bc684b84bbe",
|
|
1986
1958
|
"componentPropertyDefinitions": {
|
|
@@ -2049,6 +2021,57 @@ const metadata$i = {
|
|
|
2049
2021
|
}
|
|
2050
2022
|
};
|
|
2051
2023
|
|
|
2024
|
+
const metadata$i = {
|
|
2025
|
+
"name": "🟢 Page Banner",
|
|
2026
|
+
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
2027
|
+
"componentPropertyDefinitions": {
|
|
2028
|
+
"Show Prefix Icon#11840:27": {
|
|
2029
|
+
"type": "BOOLEAN"
|
|
2030
|
+
},
|
|
2031
|
+
"Prefix Icon#35433:45": {
|
|
2032
|
+
"type": "INSTANCE_SWAP",
|
|
2033
|
+
"preferredValues": []
|
|
2034
|
+
},
|
|
2035
|
+
"Pressed#36736:0": {
|
|
2036
|
+
"type": "BOOLEAN"
|
|
2037
|
+
},
|
|
2038
|
+
"Interaction": {
|
|
2039
|
+
"type": "VARIANT",
|
|
2040
|
+
"variantOptions": [
|
|
2041
|
+
"Display",
|
|
2042
|
+
"Actionable",
|
|
2043
|
+
"Dismissible",
|
|
2044
|
+
"With Action",
|
|
2045
|
+
"Custom"
|
|
2046
|
+
]
|
|
2047
|
+
},
|
|
2048
|
+
"Tone": {
|
|
2049
|
+
"type": "VARIANT",
|
|
2050
|
+
"variantOptions": [
|
|
2051
|
+
"Neutral",
|
|
2052
|
+
"Informative",
|
|
2053
|
+
"Positive",
|
|
2054
|
+
"Warning",
|
|
2055
|
+
"Critical"
|
|
2056
|
+
]
|
|
2057
|
+
},
|
|
2058
|
+
"Variant": {
|
|
2059
|
+
"type": "VARIANT",
|
|
2060
|
+
"variantOptions": [
|
|
2061
|
+
"Weak",
|
|
2062
|
+
"Solid"
|
|
2063
|
+
]
|
|
2064
|
+
},
|
|
2065
|
+
"Show Title": {
|
|
2066
|
+
"type": "VARIANT",
|
|
2067
|
+
"variantOptions": [
|
|
2068
|
+
"False",
|
|
2069
|
+
"True"
|
|
2070
|
+
]
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
};
|
|
2074
|
+
|
|
2052
2075
|
const metadata$h = {
|
|
2053
2076
|
"name": "🟢 Progress Circle",
|
|
2054
2077
|
"key": "6e6779a372cab2485a0e25529bc4dbc9932a7346",
|
|
@@ -2685,13 +2708,13 @@ var FIGMA_COMPONENTS = {
|
|
|
2685
2708
|
divider: metadata$r,
|
|
2686
2709
|
floatingActionButton: metadata$q,
|
|
2687
2710
|
helpBubble: metadata$p,
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2711
|
+
mainTabNavigationGlobal: metadata$o,
|
|
2712
|
+
mainTabNavigationKr: metadata$n,
|
|
2713
|
+
mannerTemp: metadata$m,
|
|
2714
|
+
mannerTempBadge: metadata$l,
|
|
2715
|
+
menuSheet: metadata$k,
|
|
2716
|
+
multilineTextField: metadata$j,
|
|
2717
|
+
pageBanner: metadata$i,
|
|
2695
2718
|
progressCircle: metadata$h,
|
|
2696
2719
|
radio: metadata$g,
|
|
2697
2720
|
radioMark: metadata$f,
|
|
@@ -3332,11 +3355,39 @@ const createHelpBubbleHandler = (_ctx)=>defineComponentHandler(metadata$p.key, (
|
|
|
3332
3355
|
return createLocalSnippetElement$d("HelpBubbleTrigger", commonProps, createLocalSnippetElementTrigger$1("ActionButton", {}, "HelpBubble 열기"));
|
|
3333
3356
|
});
|
|
3334
3357
|
|
|
3335
|
-
const { createLocalSnippetElement: createLocalSnippetElement$c } = createLocalSnippetHelper("
|
|
3336
|
-
const
|
|
3358
|
+
const { createLocalSnippetElement: createLocalSnippetElement$c } = createLocalSnippetHelper("page-banner");
|
|
3359
|
+
const SUFFIX_BUTTON_KEY = "7dce4e1242761ccd8e5da42278fc2d870918039c";
|
|
3360
|
+
const createPageBannerButtonHandler = (_ctx)=>defineComponentHandler(SUFFIX_BUTTON_KEY, (node)=>{
|
|
3361
|
+
return createElement("PageBannerButton", undefined, node.componentProperties["Label#39890:0"].value);
|
|
3362
|
+
});
|
|
3363
|
+
const createPageBannerHandler = (ctx)=>{
|
|
3364
|
+
const buttonHandler = createPageBannerButtonHandler();
|
|
3365
|
+
return defineComponentHandler(metadata$i.key, (node, traverse)=>{
|
|
3337
3366
|
const { componentProperties: props } = node;
|
|
3338
|
-
const tag = match(props.Interaction.value).with("
|
|
3339
|
-
|
|
3367
|
+
const { tag, suffix } = match(props.Interaction.value).with("Actionable", ()=>({
|
|
3368
|
+
tag: "ActionablePageBanner",
|
|
3369
|
+
suffix: undefined
|
|
3370
|
+
})).with("Dismissible", ()=>({
|
|
3371
|
+
tag: "DismissiblePageBanner",
|
|
3372
|
+
suffix: undefined
|
|
3373
|
+
})).with("Display", ()=>({
|
|
3374
|
+
tag: "PageBanner",
|
|
3375
|
+
suffix: undefined
|
|
3376
|
+
})).with("With Action", ()=>{
|
|
3377
|
+
const [buttonNode] = findAllInstances({
|
|
3378
|
+
node,
|
|
3379
|
+
key: SUFFIX_BUTTON_KEY
|
|
3380
|
+
});
|
|
3381
|
+
const suffix = buttonNode ? buttonHandler.transform(buttonNode, traverse) : undefined;
|
|
3382
|
+
return {
|
|
3383
|
+
tag: "PageBanner",
|
|
3384
|
+
suffix
|
|
3385
|
+
};
|
|
3386
|
+
}).with("Custom", ()=>({
|
|
3387
|
+
tag: "PageBanner",
|
|
3388
|
+
suffix: createElement("div", undefined, "Custom Content")
|
|
3389
|
+
})).exhaustive();
|
|
3390
|
+
const textNode = findOne(node, (child)=>child.type === "TEXT" && child.name === "Text");
|
|
3340
3391
|
if (!textNode) {
|
|
3341
3392
|
return createLocalSnippetElement$c(tag, undefined, undefined, {
|
|
3342
3393
|
comment: "내용을 제공해주세요."
|
|
@@ -3359,24 +3410,24 @@ const createInlineBannerHandler = (ctx)=>defineComponentHandler(metadata$o.key,
|
|
|
3359
3410
|
}
|
|
3360
3411
|
}
|
|
3361
3412
|
const iconNode = findOne(node, (child)=>child.type === "INSTANCE" && child.name === "icon");
|
|
3362
|
-
const
|
|
3363
|
-
const prefixIcon =
|
|
3413
|
+
const showPrefixIcon = props["Show Prefix Icon#11840:27"].value && iconNode;
|
|
3414
|
+
const prefixIcon = showPrefixIcon ? ctx.iconHandler.transform(iconNode) : undefined;
|
|
3364
3415
|
const commonProps = {
|
|
3365
|
-
variant: camelCase(props.Variant.value),
|
|
3366
3416
|
title,
|
|
3367
3417
|
description,
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3418
|
+
prefixIcon,
|
|
3419
|
+
tone: camelCase(props.Tone.value),
|
|
3420
|
+
variant: camelCase(props.Variant.value),
|
|
3421
|
+
...suffix && {
|
|
3422
|
+
suffix
|
|
3423
|
+
}
|
|
3374
3424
|
};
|
|
3375
3425
|
return createLocalSnippetElement$c(tag, commonProps);
|
|
3376
3426
|
});
|
|
3427
|
+
};
|
|
3377
3428
|
|
|
3378
3429
|
const { createLocalSnippetElement: createLocalSnippetElement$b } = createLocalSnippetHelper("manner-temp-badge");
|
|
3379
|
-
const createMannerTempBadgeHandler = (_ctx)=>defineComponentHandler(metadata$
|
|
3430
|
+
const createMannerTempBadgeHandler = (_ctx)=>defineComponentHandler(metadata$l.key, ({ children })=>{
|
|
3380
3431
|
const textNode = children.find((child)=>child.type === "TEXT");
|
|
3381
3432
|
const commonProps = {
|
|
3382
3433
|
temperature: Number(textNode?.characters.replace(/[^\d.-]/g, "") ?? "-1")
|
|
@@ -3385,7 +3436,7 @@ const createMannerTempBadgeHandler = (_ctx)=>defineComponentHandler(metadata$k.k
|
|
|
3385
3436
|
});
|
|
3386
3437
|
|
|
3387
3438
|
const { createLocalSnippetElement: createLocalSnippetElement$a } = createLocalSnippetHelper("manner-temp");
|
|
3388
|
-
const createMannerTempHandler = (_ctx)=>defineComponentHandler(metadata$
|
|
3439
|
+
const createMannerTempHandler = (_ctx)=>defineComponentHandler(metadata$m.key, ({ children })=>{
|
|
3389
3440
|
const textNode = children.find((child)=>child.type === "TEXT");
|
|
3390
3441
|
const commonProps = {
|
|
3391
3442
|
temperature: Number(textNode?.characters.replace(/[^\d.-]/g, "") ?? "-1")
|
|
@@ -3425,7 +3476,7 @@ const createMenuSheetGroupHandler = (ctx)=>{
|
|
|
3425
3476
|
};
|
|
3426
3477
|
const createMenuSheetHandler = (ctx)=>{
|
|
3427
3478
|
const menuSheetGroupHandler = createMenuSheetGroupHandler(ctx);
|
|
3428
|
-
return defineComponentHandler(metadata$
|
|
3479
|
+
return defineComponentHandler(metadata$k.key, (node, traverse)=>{
|
|
3429
3480
|
const { componentProperties: props } = node;
|
|
3430
3481
|
const groups = findAllInstances({
|
|
3431
3482
|
node,
|
|
@@ -3457,7 +3508,7 @@ const createMenuSheetHandler = (ctx)=>{
|
|
|
3457
3508
|
};
|
|
3458
3509
|
|
|
3459
3510
|
const { createLocalSnippetElement: createLocalSnippetElement$8 } = createLocalSnippetHelper("text-field");
|
|
3460
|
-
const createMultilineTextFieldHandler = (_ctx)=>defineComponentHandler(metadata$
|
|
3511
|
+
const createMultilineTextFieldHandler = (_ctx)=>defineComponentHandler(metadata$j.key, ({ componentProperties: props })=>{
|
|
3461
3512
|
const { Size: { value: size }, State: { value: state }, Filled: { value: filled }, "Show Header#870:0": { value: showHeader }, "Label#15327:323": { value: label }, "Show Indicator#1259:0": { value: showIndicator }, "Indicator#15327:286": { value: indicator }, "Placeholder#958:0": { value: placeholder }, "Filled Text#1304:0": { value: defaultValue }, "Show Footer#958:25": { value: showFooter }, "Show Description#958:50": { value: showDescription }, "Description#15327:212": { value: description }, "Show Character count#958:75": { value: showCharacterCount }, "Character Count#15327:360": { value: _characterCount }, "Max Character Count#15327:175": { value: maxCharacterCount } } = props;
|
|
3462
3513
|
const states = state.split("-");
|
|
3463
3514
|
const commonProps = {
|
|
@@ -3778,7 +3829,7 @@ const unboundSeedComponentHandlers = [
|
|
|
3778
3829
|
createFloatingActionButtonHandler,
|
|
3779
3830
|
createHelpBubbleHandler,
|
|
3780
3831
|
createIdentityPlaceholderHandler,
|
|
3781
|
-
|
|
3832
|
+
createPageBannerHandler,
|
|
3782
3833
|
createMannerTempBadgeHandler,
|
|
3783
3834
|
createMannerTempHandler,
|
|
3784
3835
|
createMenuSheetHandler,
|
package/lib/index.cjs
CHANGED
|
@@ -10638,7 +10638,8 @@ const metadata$D = {
|
|
|
10638
10638
|
"48",
|
|
10639
10639
|
"64",
|
|
10640
10640
|
"80",
|
|
10641
|
-
"96"
|
|
10641
|
+
"96",
|
|
10642
|
+
"108"
|
|
10642
10643
|
]
|
|
10643
10644
|
},
|
|
10644
10645
|
"Badge": {
|
|
@@ -10667,7 +10668,8 @@ const metadata$C = {
|
|
|
10667
10668
|
"48",
|
|
10668
10669
|
"64",
|
|
10669
10670
|
"80",
|
|
10670
|
-
"96"
|
|
10671
|
+
"96",
|
|
10672
|
+
"108"
|
|
10671
10673
|
]
|
|
10672
10674
|
}
|
|
10673
10675
|
}
|
|
@@ -10694,15 +10696,16 @@ const metadata$B = {
|
|
|
10694
10696
|
"Brand",
|
|
10695
10697
|
"Informative",
|
|
10696
10698
|
"Positive",
|
|
10697
|
-
"Critical"
|
|
10699
|
+
"Critical",
|
|
10700
|
+
"Warning"
|
|
10698
10701
|
]
|
|
10699
10702
|
},
|
|
10700
10703
|
"Variant": {
|
|
10701
10704
|
"type": "VARIANT",
|
|
10702
10705
|
"variantOptions": [
|
|
10703
|
-
"Solid",
|
|
10704
10706
|
"Weak",
|
|
10705
|
-
"Outline"
|
|
10707
|
+
"Outline",
|
|
10708
|
+
"Solid"
|
|
10706
10709
|
]
|
|
10707
10710
|
}
|
|
10708
10711
|
}
|
|
@@ -11093,12 +11096,22 @@ const metadata$r = {
|
|
|
11093
11096
|
"name": "🟢 Divider",
|
|
11094
11097
|
"key": "848e953725f757ea1a79e1fecc0b608a035032d3",
|
|
11095
11098
|
"componentPropertyDefinitions": {
|
|
11099
|
+
"Inset (Figma-Only)#36435:0": {
|
|
11100
|
+
"type": "BOOLEAN"
|
|
11101
|
+
},
|
|
11096
11102
|
"Tone": {
|
|
11097
11103
|
"type": "VARIANT",
|
|
11098
11104
|
"variantOptions": [
|
|
11099
11105
|
"Neutral",
|
|
11100
11106
|
"Neutral Muted"
|
|
11101
11107
|
]
|
|
11108
|
+
},
|
|
11109
|
+
"Orientation": {
|
|
11110
|
+
"type": "VARIANT",
|
|
11111
|
+
"variantOptions": [
|
|
11112
|
+
"Vertical",
|
|
11113
|
+
"Horizontal"
|
|
11114
|
+
]
|
|
11102
11115
|
}
|
|
11103
11116
|
}
|
|
11104
11117
|
};
|
|
@@ -11151,47 +11164,6 @@ const metadata$p = {
|
|
|
11151
11164
|
};
|
|
11152
11165
|
|
|
11153
11166
|
const metadata$o = {
|
|
11154
|
-
"name": "🟢 Inline Banner",
|
|
11155
|
-
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
11156
|
-
"componentPropertyDefinitions": {
|
|
11157
|
-
"Link Label#1547:81": {
|
|
11158
|
-
"type": "TEXT"
|
|
11159
|
-
},
|
|
11160
|
-
"Show Icon#11840:27": {
|
|
11161
|
-
"type": "BOOLEAN"
|
|
11162
|
-
},
|
|
11163
|
-
"Interaction": {
|
|
11164
|
-
"type": "VARIANT",
|
|
11165
|
-
"variantOptions": [
|
|
11166
|
-
"Default",
|
|
11167
|
-
"Link",
|
|
11168
|
-
"Actionable",
|
|
11169
|
-
"Dismissible"
|
|
11170
|
-
]
|
|
11171
|
-
},
|
|
11172
|
-
"Variant": {
|
|
11173
|
-
"type": "VARIANT",
|
|
11174
|
-
"variantOptions": [
|
|
11175
|
-
"Neutral Weak",
|
|
11176
|
-
"Informative Weak",
|
|
11177
|
-
"Positive Weak",
|
|
11178
|
-
"Warning Solid",
|
|
11179
|
-
"Warning Weak",
|
|
11180
|
-
"Critical Solid",
|
|
11181
|
-
"Critical Weak"
|
|
11182
|
-
]
|
|
11183
|
-
},
|
|
11184
|
-
"Show Title": {
|
|
11185
|
-
"type": "VARIANT",
|
|
11186
|
-
"variantOptions": [
|
|
11187
|
-
"True",
|
|
11188
|
-
"False"
|
|
11189
|
-
]
|
|
11190
|
-
}
|
|
11191
|
-
}
|
|
11192
|
-
};
|
|
11193
|
-
|
|
11194
|
-
const metadata$n = {
|
|
11195
11167
|
"name": "🟢 Main Tab Navigation / Global",
|
|
11196
11168
|
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
11197
11169
|
"componentPropertyDefinitions": {
|
|
@@ -11218,7 +11190,7 @@ const metadata$n = {
|
|
|
11218
11190
|
}
|
|
11219
11191
|
};
|
|
11220
11192
|
|
|
11221
|
-
const metadata$
|
|
11193
|
+
const metadata$n = {
|
|
11222
11194
|
"name": "🟢 Main Tab Navigation / KR",
|
|
11223
11195
|
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
11224
11196
|
"componentPropertyDefinitions": {
|
|
@@ -11242,7 +11214,7 @@ const metadata$m = {
|
|
|
11242
11214
|
}
|
|
11243
11215
|
};
|
|
11244
11216
|
|
|
11245
|
-
const metadata$
|
|
11217
|
+
const metadata$m = {
|
|
11246
11218
|
"name": "🟢 Manner Temp",
|
|
11247
11219
|
"key": "37c0a35f73a730fdfba7929cea91a7590fc93733",
|
|
11248
11220
|
"componentPropertyDefinitions": {
|
|
@@ -11260,7 +11232,7 @@ const metadata$l = {
|
|
|
11260
11232
|
}
|
|
11261
11233
|
};
|
|
11262
11234
|
|
|
11263
|
-
const metadata$
|
|
11235
|
+
const metadata$l = {
|
|
11264
11236
|
"name": "🟢 Manner Temp Badge",
|
|
11265
11237
|
"key": "3ef9a84d4d80046ff9a581136bd56269554a6e00",
|
|
11266
11238
|
"componentPropertyDefinitions": {
|
|
@@ -11278,7 +11250,7 @@ const metadata$k = {
|
|
|
11278
11250
|
}
|
|
11279
11251
|
};
|
|
11280
11252
|
|
|
11281
|
-
const metadata$
|
|
11253
|
+
const metadata$k = {
|
|
11282
11254
|
"name": "🟢 Menu Sheet",
|
|
11283
11255
|
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
11284
11256
|
"componentPropertyDefinitions": {
|
|
@@ -11315,7 +11287,7 @@ const metadata$j = {
|
|
|
11315
11287
|
}
|
|
11316
11288
|
};
|
|
11317
11289
|
|
|
11318
|
-
const metadata$
|
|
11290
|
+
const metadata$j = {
|
|
11319
11291
|
"name": "🟢 Multiline Text Field",
|
|
11320
11292
|
"key": "88b2399c930c85f9ce2972163a078bc684b84bbe",
|
|
11321
11293
|
"componentPropertyDefinitions": {
|
|
@@ -11384,6 +11356,57 @@ const metadata$i = {
|
|
|
11384
11356
|
}
|
|
11385
11357
|
};
|
|
11386
11358
|
|
|
11359
|
+
const metadata$i = {
|
|
11360
|
+
"name": "🟢 Page Banner",
|
|
11361
|
+
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
11362
|
+
"componentPropertyDefinitions": {
|
|
11363
|
+
"Show Prefix Icon#11840:27": {
|
|
11364
|
+
"type": "BOOLEAN"
|
|
11365
|
+
},
|
|
11366
|
+
"Prefix Icon#35433:45": {
|
|
11367
|
+
"type": "INSTANCE_SWAP",
|
|
11368
|
+
"preferredValues": []
|
|
11369
|
+
},
|
|
11370
|
+
"Pressed#36736:0": {
|
|
11371
|
+
"type": "BOOLEAN"
|
|
11372
|
+
},
|
|
11373
|
+
"Interaction": {
|
|
11374
|
+
"type": "VARIANT",
|
|
11375
|
+
"variantOptions": [
|
|
11376
|
+
"Display",
|
|
11377
|
+
"Actionable",
|
|
11378
|
+
"Dismissible",
|
|
11379
|
+
"With Action",
|
|
11380
|
+
"Custom"
|
|
11381
|
+
]
|
|
11382
|
+
},
|
|
11383
|
+
"Tone": {
|
|
11384
|
+
"type": "VARIANT",
|
|
11385
|
+
"variantOptions": [
|
|
11386
|
+
"Neutral",
|
|
11387
|
+
"Informative",
|
|
11388
|
+
"Positive",
|
|
11389
|
+
"Warning",
|
|
11390
|
+
"Critical"
|
|
11391
|
+
]
|
|
11392
|
+
},
|
|
11393
|
+
"Variant": {
|
|
11394
|
+
"type": "VARIANT",
|
|
11395
|
+
"variantOptions": [
|
|
11396
|
+
"Weak",
|
|
11397
|
+
"Solid"
|
|
11398
|
+
]
|
|
11399
|
+
},
|
|
11400
|
+
"Show Title": {
|
|
11401
|
+
"type": "VARIANT",
|
|
11402
|
+
"variantOptions": [
|
|
11403
|
+
"False",
|
|
11404
|
+
"True"
|
|
11405
|
+
]
|
|
11406
|
+
}
|
|
11407
|
+
}
|
|
11408
|
+
};
|
|
11409
|
+
|
|
11387
11410
|
const metadata$h = {
|
|
11388
11411
|
"name": "🟢 Progress Circle",
|
|
11389
11412
|
"key": "6e6779a372cab2485a0e25529bc4dbc9932a7346",
|
|
@@ -12020,13 +12043,13 @@ var FIGMA_COMPONENTS = {
|
|
|
12020
12043
|
divider: metadata$r,
|
|
12021
12044
|
floatingActionButton: metadata$q,
|
|
12022
12045
|
helpBubble: metadata$p,
|
|
12023
|
-
|
|
12024
|
-
|
|
12025
|
-
|
|
12026
|
-
|
|
12027
|
-
|
|
12028
|
-
|
|
12029
|
-
|
|
12046
|
+
mainTabNavigationGlobal: metadata$o,
|
|
12047
|
+
mainTabNavigationKr: metadata$n,
|
|
12048
|
+
mannerTemp: metadata$m,
|
|
12049
|
+
mannerTempBadge: metadata$l,
|
|
12050
|
+
menuSheet: metadata$k,
|
|
12051
|
+
multilineTextField: metadata$j,
|
|
12052
|
+
pageBanner: metadata$i,
|
|
12030
12053
|
progressCircle: metadata$h,
|
|
12031
12054
|
radio: metadata$g,
|
|
12032
12055
|
radioMark: metadata$f,
|