@seed-design/figma 0.1.7 → 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
package/lib/codegen/index.js
CHANGED
|
@@ -58,11 +58,12 @@ function stringifyElement(element, options = {}) {
|
|
|
58
58
|
const { tag, props, children, meta: { comment, source, importPath } } = node;
|
|
59
59
|
if (importPath) {
|
|
60
60
|
const existing = importMap.get(importPath);
|
|
61
|
+
const [namespace] = tag.split(".");
|
|
61
62
|
if (existing) {
|
|
62
|
-
existing.add(
|
|
63
|
+
existing.add(namespace);
|
|
63
64
|
} else {
|
|
64
65
|
importMap.set(importPath, new Set([
|
|
65
|
-
|
|
66
|
+
namespace
|
|
66
67
|
]));
|
|
67
68
|
}
|
|
68
69
|
}
|
|
@@ -81,6 +82,7 @@ function stringifyElement(element, options = {}) {
|
|
|
81
82
|
return `${key}={${value}}`;
|
|
82
83
|
}
|
|
83
84
|
if (typeof value === "boolean") {
|
|
85
|
+
if (value === true) return key;
|
|
84
86
|
return `${key}={${value}}`;
|
|
85
87
|
}
|
|
86
88
|
if (isElement(value)) {
|
|
@@ -527,7 +529,7 @@ function getFirstStrokeVariable(node) {
|
|
|
527
529
|
return node.boundVariables?.strokes?.[0];
|
|
528
530
|
}
|
|
529
531
|
|
|
530
|
-
function createValueResolver({ variableService, variableNameFormatter, styleService,
|
|
532
|
+
function createValueResolver({ variableService, variableNameFormatter, styleService, textStyleNameFormatter, fillStyleResolver, rawValueFormatters, shouldInferVariableName }) {
|
|
531
533
|
function getVariableName(key) {
|
|
532
534
|
const slug = variableService.getSlug(key);
|
|
533
535
|
if (!slug) {
|
|
@@ -547,15 +549,6 @@ function createValueResolver({ variableService, variableNameFormatter, styleServ
|
|
|
547
549
|
}
|
|
548
550
|
return getVariableName(inferred.key);
|
|
549
551
|
}
|
|
550
|
-
function getStyleName(key) {
|
|
551
|
-
const slug = styleService.getSlug(key);
|
|
552
|
-
if (!slug) {
|
|
553
|
-
return undefined;
|
|
554
|
-
}
|
|
555
|
-
return styleNameFormatter({
|
|
556
|
-
slug
|
|
557
|
-
});
|
|
558
|
-
}
|
|
559
552
|
function processColor(key, value, scope) {
|
|
560
553
|
if (key) {
|
|
561
554
|
return getVariableName(key);
|
|
@@ -565,6 +558,15 @@ function createValueResolver({ variableService, variableNameFormatter, styleServ
|
|
|
565
558
|
}
|
|
566
559
|
return undefined;
|
|
567
560
|
}
|
|
561
|
+
function processFillStyle(key) {
|
|
562
|
+
const slug = styleService.getSlug(key);
|
|
563
|
+
if (!slug) {
|
|
564
|
+
return undefined;
|
|
565
|
+
}
|
|
566
|
+
return fillStyleResolver({
|
|
567
|
+
slug
|
|
568
|
+
});
|
|
569
|
+
}
|
|
568
570
|
function processDimension(key, value, scope) {
|
|
569
571
|
if (key) {
|
|
570
572
|
return getVariableName(key);
|
|
@@ -615,7 +617,7 @@ function createValueResolver({ variableService, variableNameFormatter, styleServ
|
|
|
615
617
|
paddingTop: (node)=>processDimension(node.boundVariables?.paddingTop?.id, node.paddingTop, "GAP"),
|
|
616
618
|
paddingBottom: (node)=>processDimension(node.boundVariables?.paddingBottom?.id, node.paddingBottom, "GAP"),
|
|
617
619
|
itemSpacing: (node)=>processDimension(node.boundVariables?.itemSpacing?.id, node.itemSpacing, "GAP"),
|
|
618
|
-
frameFill: (node)=>processColor(getFirstFillVariable(node)?.id, getFirstSolidFill(node)?.color, "FRAME_FILL"),
|
|
620
|
+
frameFill: (node)=>node.fillStyleKey ? processFillStyle(node.fillStyleKey) : processColor(getFirstFillVariable(node)?.id, getFirstSolidFill(node)?.color, "FRAME_FILL"),
|
|
619
621
|
shapeFill: (node)=>processColor(getFirstFillVariable(node)?.id, getFirstSolidFill(node)?.color, "SHAPE_FILL"),
|
|
620
622
|
textFill: (node)=>processColor(getFirstFillVariable(node)?.id, getFirstSolidFill(node)?.color, "TEXT_FILL"),
|
|
621
623
|
stroke: (node)=>processColor(getFirstStrokeVariable(node)?.id, getFirstStroke(node)?.color, "STROKE_COLOR"),
|
|
@@ -628,10 +630,14 @@ function createValueResolver({ variableService, variableNameFormatter, styleServ
|
|
|
628
630
|
lineHeight: (node)=>processFontDimension(node.boundVariables?.lineHeight?.[0]?.id, node.style.lineHeightPx, "LINE_HEIGHT")
|
|
629
631
|
};
|
|
630
632
|
function getTextStyleValue(node) {
|
|
631
|
-
if (node.textStyleKey)
|
|
632
|
-
|
|
633
|
+
if (!node.textStyleKey) return undefined;
|
|
634
|
+
const slug = styleService.getSlug(node.textStyleKey);
|
|
635
|
+
if (!slug) {
|
|
636
|
+
return undefined;
|
|
633
637
|
}
|
|
634
|
-
return
|
|
638
|
+
return textStyleNameFormatter({
|
|
639
|
+
slug
|
|
640
|
+
});
|
|
635
641
|
}
|
|
636
642
|
return {
|
|
637
643
|
getFormattedValue,
|
|
@@ -639,6 +645,99 @@ function createValueResolver({ variableService, variableNameFormatter, styleServ
|
|
|
639
645
|
};
|
|
640
646
|
}
|
|
641
647
|
|
|
648
|
+
const FIGMA_FILL_STYLES = [
|
|
649
|
+
{
|
|
650
|
+
styleType: "FILL",
|
|
651
|
+
key: "46186d7dd037e8e54983ee6677cf7915790d84cc",
|
|
652
|
+
name: "gradient/fade/layer-floating/↑(to-top)",
|
|
653
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
654
|
+
remote: false
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
styleType: "FILL",
|
|
658
|
+
key: "b28d9c9adc816fdd4ecec3a0b3e25d8aec802b6a",
|
|
659
|
+
name: "gradient/fade/layer-floating/↓(to-bottom)",
|
|
660
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
661
|
+
remote: false
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
styleType: "FILL",
|
|
665
|
+
key: "063c0dc05b438ac36499492e783520a722782d74",
|
|
666
|
+
name: "gradient/fade/layer-floating/→(to-right)",
|
|
667
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
668
|
+
remote: false
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
styleType: "FILL",
|
|
672
|
+
key: "c1cee6b89c357c6a12d020654d73a4490cafdf51",
|
|
673
|
+
name: "gradient/fade/layer-default/←(to-left)",
|
|
674
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
675
|
+
remote: false
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
styleType: "FILL",
|
|
679
|
+
key: "826457503b7ee3d472eab91581b1fcd499c47c00",
|
|
680
|
+
name: "gradient/fade/layer-default/↑(to-top)",
|
|
681
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
682
|
+
remote: false
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
styleType: "FILL",
|
|
686
|
+
key: "df22450a8f8e9c323baf40d8981920d1b6376cbf",
|
|
687
|
+
name: "gradient/fade/layer-floating/←(to-left)",
|
|
688
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
689
|
+
remote: false
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
styleType: "FILL",
|
|
693
|
+
key: "ff436e73cf9477a1006e6f8a1f9d2c9dbe0e5edd",
|
|
694
|
+
name: "gradient/fade/layer-default/→(to-right)",
|
|
695
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
696
|
+
remote: false
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
styleType: "FILL",
|
|
700
|
+
key: "353baa82e0440385eb121cd0ae98d2fcb1a70b18",
|
|
701
|
+
name: "gradient/glow/magic",
|
|
702
|
+
description: "반짝이는 것처럼 느껴지는 배경에 쓰이는 ai 컬러입니다.",
|
|
703
|
+
remote: false
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
styleType: "FILL",
|
|
707
|
+
key: "f83f54c1840aaf26742629e2c696c363b8df0a82",
|
|
708
|
+
name: "gradient/glow/magic-pressed",
|
|
709
|
+
description: "반짝이는 것처럼 느껴지는 배경에 쓰이는 ai 컬러의 pressed컬러입니다.",
|
|
710
|
+
remote: false
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
styleType: "FILL",
|
|
714
|
+
key: "408cb970f1de672217f452152b0398a4bb4f4e12",
|
|
715
|
+
name: "gradient/fade/layer-default/↓(to-bottom)",
|
|
716
|
+
description: "스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.",
|
|
717
|
+
remote: false
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
styleType: "FILL",
|
|
721
|
+
key: "71971dde923a11c615296a16f8172c0671d5a3a6",
|
|
722
|
+
name: "gradient/shimmer/neutral",
|
|
723
|
+
description: "Skeleton shimmer",
|
|
724
|
+
remote: false
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
styleType: "FILL",
|
|
728
|
+
key: "2ed61bff1a187f39389698cf63b74d6997aed609",
|
|
729
|
+
name: "gradient/shimmer/magic",
|
|
730
|
+
description: "Skeleton AI shimmer",
|
|
731
|
+
remote: false
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
styleType: "FILL",
|
|
735
|
+
key: "1101a7c6a505d97904c3a0ce6a9ee17fe15de879",
|
|
736
|
+
name: "gradient/highlight/magic",
|
|
737
|
+
description: "아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러입니다.",
|
|
738
|
+
remote: false
|
|
739
|
+
}
|
|
740
|
+
];
|
|
642
741
|
const FIGMA_TEXT_STYLES = [
|
|
643
742
|
{
|
|
644
743
|
styleType: "TEXT",
|
|
@@ -7529,128 +7628,126 @@ const FIGMA_VARIABLES = {
|
|
|
7529
7628
|
};
|
|
7530
7629
|
|
|
7531
7630
|
const metadata$K = {
|
|
7532
|
-
"name": "🔵 [Template]
|
|
7533
|
-
"key": "
|
|
7631
|
+
"name": "🔵 [Template] Button Group",
|
|
7632
|
+
"key": "29109a34197f2eb5d390b1d9ebba270979a7b302",
|
|
7534
7633
|
"componentPropertyDefinitions": {
|
|
7535
|
-
"
|
|
7536
|
-
"type": "TEXT"
|
|
7537
|
-
},
|
|
7538
|
-
"Show Text Button#30483:80": {
|
|
7539
|
-
"type": "BOOLEAN"
|
|
7540
|
-
},
|
|
7541
|
-
"Show Favorite#29056:0": {
|
|
7542
|
-
"type": "BOOLEAN"
|
|
7543
|
-
},
|
|
7544
|
-
"Show Indicator#28768:0": {
|
|
7545
|
-
"type": "BOOLEAN"
|
|
7546
|
-
},
|
|
7547
|
-
"Show Pay Logo#15354:5": {
|
|
7548
|
-
"type": "BOOLEAN"
|
|
7549
|
-
},
|
|
7550
|
-
"Type": {
|
|
7634
|
+
"Size": {
|
|
7551
7635
|
"type": "VARIANT",
|
|
7552
7636
|
"variantOptions": [
|
|
7553
|
-
"
|
|
7554
|
-
"
|
|
7637
|
+
"Small",
|
|
7638
|
+
"Medium"
|
|
7555
7639
|
]
|
|
7556
7640
|
},
|
|
7557
|
-
"
|
|
7641
|
+
"Type": {
|
|
7558
7642
|
"type": "VARIANT",
|
|
7559
7643
|
"variantOptions": [
|
|
7560
|
-
"
|
|
7561
|
-
"
|
|
7644
|
+
"horizontal Equal",
|
|
7645
|
+
"Horizontal Ratio"
|
|
7562
7646
|
]
|
|
7563
7647
|
},
|
|
7564
|
-
"
|
|
7648
|
+
"Item Count": {
|
|
7565
7649
|
"type": "VARIANT",
|
|
7566
7650
|
"variantOptions": [
|
|
7567
|
-
"
|
|
7568
|
-
"
|
|
7651
|
+
"2",
|
|
7652
|
+
"3"
|
|
7569
7653
|
]
|
|
7570
7654
|
}
|
|
7571
7655
|
}
|
|
7572
7656
|
};
|
|
7573
7657
|
|
|
7574
7658
|
const metadata$J = {
|
|
7575
|
-
"name": "🔵 [Template]
|
|
7576
|
-
"key": "
|
|
7659
|
+
"name": "🔵 [Template] Chip Group",
|
|
7660
|
+
"key": "5b1155aae0f90d1bce6a7499f53a547e88ec3b86",
|
|
7577
7661
|
"componentPropertyDefinitions": {
|
|
7578
|
-
"
|
|
7579
|
-
"type": "BOOLEAN"
|
|
7580
|
-
},
|
|
7581
|
-
"Show Favorite Button#29056:0": {
|
|
7582
|
-
"type": "BOOLEAN"
|
|
7583
|
-
},
|
|
7584
|
-
"Show Step Indicator#25896:0": {
|
|
7585
|
-
"type": "BOOLEAN"
|
|
7586
|
-
},
|
|
7587
|
-
"Show Indicator#28768:0": {
|
|
7588
|
-
"type": "BOOLEAN"
|
|
7589
|
-
},
|
|
7590
|
-
"Text#16839:0": {
|
|
7591
|
-
"type": "TEXT"
|
|
7592
|
-
},
|
|
7593
|
-
"OS": {
|
|
7662
|
+
"Variant": {
|
|
7594
7663
|
"type": "VARIANT",
|
|
7595
7664
|
"variantOptions": [
|
|
7596
|
-
"
|
|
7597
|
-
"
|
|
7665
|
+
"Solid",
|
|
7666
|
+
"Outline Strong",
|
|
7667
|
+
"Outline Weak"
|
|
7598
7668
|
]
|
|
7599
7669
|
},
|
|
7600
|
-
"
|
|
7670
|
+
"Size": {
|
|
7601
7671
|
"type": "VARIANT",
|
|
7602
7672
|
"variantOptions": [
|
|
7603
|
-
"
|
|
7604
|
-
"
|
|
7673
|
+
"Large",
|
|
7674
|
+
"Medium",
|
|
7675
|
+
"Small"
|
|
7605
7676
|
]
|
|
7606
7677
|
},
|
|
7607
|
-
"
|
|
7678
|
+
"Layout": {
|
|
7608
7679
|
"type": "VARIANT",
|
|
7609
7680
|
"variantOptions": [
|
|
7610
|
-
"
|
|
7611
|
-
"
|
|
7612
|
-
"Horizontal",
|
|
7613
|
-
"Horizontal ratio"
|
|
7681
|
+
"Scrollable",
|
|
7682
|
+
"Overflow"
|
|
7614
7683
|
]
|
|
7684
|
+
}
|
|
7685
|
+
}
|
|
7686
|
+
};
|
|
7687
|
+
|
|
7688
|
+
const metadata$I = {
|
|
7689
|
+
"name": "🔵 [Template] Completion",
|
|
7690
|
+
"key": "d91c789c66c2da665d820318f1a4d8671946eb79",
|
|
7691
|
+
"componentPropertyDefinitions": {
|
|
7692
|
+
"Description#28427:4": {
|
|
7693
|
+
"type": "TEXT"
|
|
7694
|
+
},
|
|
7695
|
+
"Title#28427:5": {
|
|
7696
|
+
"type": "TEXT"
|
|
7697
|
+
},
|
|
7698
|
+
"Show Description#28427:6": {
|
|
7699
|
+
"type": "BOOLEAN"
|
|
7700
|
+
},
|
|
7701
|
+
"Show Button#28427:7": {
|
|
7702
|
+
"type": "BOOLEAN"
|
|
7703
|
+
},
|
|
7704
|
+
"Show Top Navigation#28427:8": {
|
|
7705
|
+
"type": "BOOLEAN"
|
|
7615
7706
|
},
|
|
7616
|
-
"
|
|
7707
|
+
"Variant": {
|
|
7617
7708
|
"type": "VARIANT",
|
|
7618
7709
|
"variantOptions": [
|
|
7619
|
-
"
|
|
7620
|
-
"
|
|
7710
|
+
"Screen",
|
|
7711
|
+
"Dialog"
|
|
7621
7712
|
]
|
|
7622
7713
|
}
|
|
7623
7714
|
}
|
|
7624
7715
|
};
|
|
7625
7716
|
|
|
7626
|
-
const metadata$
|
|
7627
|
-
"name": "🔵 [Template]
|
|
7628
|
-
"key": "
|
|
7717
|
+
const metadata$H = {
|
|
7718
|
+
"name": "🔵 [Template] Error State",
|
|
7719
|
+
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
7629
7720
|
"componentPropertyDefinitions": {
|
|
7630
|
-
"
|
|
7721
|
+
"Show Buttons#9080:5": {
|
|
7631
7722
|
"type": "BOOLEAN"
|
|
7632
7723
|
},
|
|
7633
|
-
"
|
|
7724
|
+
"Title#16237:0": {
|
|
7725
|
+
"type": "TEXT"
|
|
7726
|
+
},
|
|
7727
|
+
"Description#16237:5": {
|
|
7728
|
+
"type": "TEXT"
|
|
7729
|
+
},
|
|
7730
|
+
"Secondary Action Label#17042:0": {
|
|
7731
|
+
"type": "TEXT"
|
|
7732
|
+
},
|
|
7733
|
+
"Variant": {
|
|
7634
7734
|
"type": "VARIANT",
|
|
7635
7735
|
"variantOptions": [
|
|
7636
|
-
"
|
|
7637
|
-
"
|
|
7638
|
-
"Action"
|
|
7736
|
+
"Default",
|
|
7737
|
+
"Basement"
|
|
7639
7738
|
]
|
|
7640
7739
|
},
|
|
7641
|
-
"
|
|
7740
|
+
"Layout": {
|
|
7642
7741
|
"type": "VARIANT",
|
|
7643
7742
|
"variantOptions": [
|
|
7644
|
-
"
|
|
7645
|
-
"
|
|
7646
|
-
"2",
|
|
7647
|
-
"4"
|
|
7743
|
+
"With Title",
|
|
7744
|
+
"Description Only"
|
|
7648
7745
|
]
|
|
7649
7746
|
}
|
|
7650
7747
|
}
|
|
7651
7748
|
};
|
|
7652
7749
|
|
|
7653
|
-
const metadata$
|
|
7750
|
+
const metadata$G = {
|
|
7654
7751
|
"name": "🔵 [Template] Select Box Group",
|
|
7655
7752
|
"key": "a3d58bb8540600878742cdcf2608a4b3851667ec",
|
|
7656
7753
|
"componentPropertyDefinitions": {
|
|
@@ -7675,13 +7772,22 @@ const metadata$H = {
|
|
|
7675
7772
|
}
|
|
7676
7773
|
};
|
|
7677
7774
|
|
|
7678
|
-
const metadata$
|
|
7775
|
+
const metadata$F = {
|
|
7679
7776
|
"name": "🔵 [Template] Top Navigation",
|
|
7680
7777
|
"key": "74f045c1972dc31d0fddd0a0027537b6779cd0e8",
|
|
7681
7778
|
"componentPropertyDefinitions": {
|
|
7682
7779
|
"Action Button#17406:0": {
|
|
7683
7780
|
"type": "BOOLEAN"
|
|
7684
7781
|
},
|
|
7782
|
+
"Sub Title#20497:0": {
|
|
7783
|
+
"type": "BOOLEAN"
|
|
7784
|
+
},
|
|
7785
|
+
"Large Title#20497:5": {
|
|
7786
|
+
"type": "TEXT"
|
|
7787
|
+
},
|
|
7788
|
+
"Sub Title #20497:10": {
|
|
7789
|
+
"type": "TEXT"
|
|
7790
|
+
},
|
|
7685
7791
|
"Variants": {
|
|
7686
7792
|
"type": "VARIANT",
|
|
7687
7793
|
"variantOptions": [
|
|
@@ -7690,36 +7796,29 @@ const metadata$G = {
|
|
|
7690
7796
|
"Standard Transparent",
|
|
7691
7797
|
"Large Title"
|
|
7692
7798
|
]
|
|
7693
|
-
},
|
|
7694
|
-
"OS": {
|
|
7695
|
-
"type": "VARIANT",
|
|
7696
|
-
"variantOptions": [
|
|
7697
|
-
"iOS",
|
|
7698
|
-
"Android"
|
|
7699
|
-
]
|
|
7700
7799
|
}
|
|
7701
7800
|
}
|
|
7702
7801
|
};
|
|
7703
7802
|
|
|
7704
|
-
const metadata$
|
|
7803
|
+
const metadata$E = {
|
|
7705
7804
|
"name": "🟢 Action Button",
|
|
7706
7805
|
"key": "450ede9d0bf42fc6ef14345c77e6e407d6d5ee89",
|
|
7707
7806
|
"componentPropertyDefinitions": {
|
|
7807
|
+
"Label#5987:61": {
|
|
7808
|
+
"type": "TEXT"
|
|
7809
|
+
},
|
|
7708
7810
|
"Suffix Icon#5987:244": {
|
|
7709
7811
|
"type": "INSTANCE_SWAP",
|
|
7710
7812
|
"preferredValues": []
|
|
7711
7813
|
},
|
|
7712
|
-
"Icon#
|
|
7814
|
+
"Prefix Icon#5987:305": {
|
|
7713
7815
|
"type": "INSTANCE_SWAP",
|
|
7714
7816
|
"preferredValues": []
|
|
7715
7817
|
},
|
|
7716
|
-
"
|
|
7818
|
+
"Icon#7574:0": {
|
|
7717
7819
|
"type": "INSTANCE_SWAP",
|
|
7718
7820
|
"preferredValues": []
|
|
7719
7821
|
},
|
|
7720
|
-
"Label#5987:61": {
|
|
7721
|
-
"type": "TEXT"
|
|
7722
|
-
},
|
|
7723
7822
|
"Size": {
|
|
7724
7823
|
"type": "VARIANT",
|
|
7725
7824
|
"variantOptions": [
|
|
@@ -7761,100 +7860,28 @@ const metadata$F = {
|
|
|
7761
7860
|
}
|
|
7762
7861
|
};
|
|
7763
7862
|
|
|
7764
|
-
const metadata$E = {
|
|
7765
|
-
"name": "🟢 Action Chip",
|
|
7766
|
-
"key": "3d21594ef116e94a9465d507447b858aea062575",
|
|
7767
|
-
"componentPropertyDefinitions": {
|
|
7768
|
-
"Icon#8714:0": {
|
|
7769
|
-
"type": "INSTANCE_SWAP",
|
|
7770
|
-
"preferredValues": []
|
|
7771
|
-
},
|
|
7772
|
-
"Prefix Icon#8711:0": {
|
|
7773
|
-
"type": "INSTANCE_SWAP",
|
|
7774
|
-
"preferredValues": [
|
|
7775
|
-
{
|
|
7776
|
-
"type": "COMPONENT_SET",
|
|
7777
|
-
"key": "8ed05ef62a40f2dc034ee7eb6945bd0e63ad49aa"
|
|
7778
|
-
}
|
|
7779
|
-
]
|
|
7780
|
-
},
|
|
7781
|
-
"Suffix Icon#8711:3": {
|
|
7782
|
-
"type": "INSTANCE_SWAP",
|
|
7783
|
-
"preferredValues": []
|
|
7784
|
-
},
|
|
7785
|
-
"Label#7185:0": {
|
|
7786
|
-
"type": "TEXT"
|
|
7787
|
-
},
|
|
7788
|
-
"Show Count#7185:42": {
|
|
7789
|
-
"type": "BOOLEAN"
|
|
7790
|
-
},
|
|
7791
|
-
"Count#7185:21": {
|
|
7792
|
-
"type": "TEXT"
|
|
7793
|
-
},
|
|
7794
|
-
"Size": {
|
|
7795
|
-
"type": "VARIANT",
|
|
7796
|
-
"variantOptions": [
|
|
7797
|
-
"Medium",
|
|
7798
|
-
"Small"
|
|
7799
|
-
]
|
|
7800
|
-
},
|
|
7801
|
-
"Layout": {
|
|
7802
|
-
"type": "VARIANT",
|
|
7803
|
-
"variantOptions": [
|
|
7804
|
-
"Text Only",
|
|
7805
|
-
"Icon First",
|
|
7806
|
-
"Icon Last",
|
|
7807
|
-
"Icon Both",
|
|
7808
|
-
"Icon Only"
|
|
7809
|
-
]
|
|
7810
|
-
},
|
|
7811
|
-
"State": {
|
|
7812
|
-
"type": "VARIANT",
|
|
7813
|
-
"variantOptions": [
|
|
7814
|
-
"Enabled",
|
|
7815
|
-
"Pressed",
|
|
7816
|
-
"Disabled"
|
|
7817
|
-
]
|
|
7818
|
-
}
|
|
7819
|
-
}
|
|
7820
|
-
};
|
|
7821
|
-
|
|
7822
7863
|
const metadata$D = {
|
|
7823
|
-
"name": "🟢
|
|
7824
|
-
"key": "
|
|
7864
|
+
"name": "🟢 Alert Dialog",
|
|
7865
|
+
"key": "e0c89524a554ca1bf95c016b7255f29e257624aa",
|
|
7825
7866
|
"componentPropertyDefinitions": {
|
|
7826
|
-
"
|
|
7867
|
+
"Title Text#20361:0": {
|
|
7827
7868
|
"type": "TEXT"
|
|
7828
7869
|
},
|
|
7829
|
-
"
|
|
7870
|
+
"Description Text#20361:7": {
|
|
7830
7871
|
"type": "TEXT"
|
|
7831
7872
|
},
|
|
7832
|
-
"
|
|
7873
|
+
"Show Title#20361:14": {
|
|
7833
7874
|
"type": "BOOLEAN"
|
|
7834
7875
|
},
|
|
7835
|
-
"
|
|
7836
|
-
"type": "VARIANT",
|
|
7837
|
-
"variantOptions": [
|
|
7838
|
-
"Normal",
|
|
7839
|
-
"Destructive"
|
|
7840
|
-
]
|
|
7841
|
-
},
|
|
7842
|
-
"Header": {
|
|
7843
|
-
"type": "VARIANT",
|
|
7844
|
-
"variantOptions": [
|
|
7845
|
-
"Title Only",
|
|
7846
|
-
"Description Only",
|
|
7847
|
-
"Title With Description",
|
|
7848
|
-
"None"
|
|
7849
|
-
]
|
|
7850
|
-
},
|
|
7851
|
-
"Action Count": {
|
|
7876
|
+
"Layout": {
|
|
7852
7877
|
"type": "VARIANT",
|
|
7853
7878
|
"variantOptions": [
|
|
7854
|
-
"
|
|
7855
|
-
"
|
|
7856
|
-
"
|
|
7857
|
-
"
|
|
7879
|
+
"Single",
|
|
7880
|
+
"Neutral",
|
|
7881
|
+
"Neutral (Overflow)",
|
|
7882
|
+
"Critical",
|
|
7883
|
+
"Critical (Overflow)",
|
|
7884
|
+
"Nonpreferred"
|
|
7858
7885
|
]
|
|
7859
7886
|
}
|
|
7860
7887
|
}
|
|
@@ -7862,12 +7889,9 @@ const metadata$D = {
|
|
|
7862
7889
|
|
|
7863
7890
|
const metadata$C = {
|
|
7864
7891
|
"name": "🟢 Avatar",
|
|
7865
|
-
"key": "
|
|
7892
|
+
"key": "4a8853c3068c08b69b13e71dd42ce186e968697e",
|
|
7866
7893
|
"componentPropertyDefinitions": {
|
|
7867
|
-
"
|
|
7868
|
-
"type": "BOOLEAN"
|
|
7869
|
-
},
|
|
7870
|
-
"Show Badge#1398:26": {
|
|
7894
|
+
"Has Image Contents#33407:0": {
|
|
7871
7895
|
"type": "BOOLEAN"
|
|
7872
7896
|
},
|
|
7873
7897
|
"Size": {
|
|
@@ -7882,13 +7906,22 @@ const metadata$C = {
|
|
|
7882
7906
|
"80",
|
|
7883
7907
|
"96"
|
|
7884
7908
|
]
|
|
7909
|
+
},
|
|
7910
|
+
"Badge": {
|
|
7911
|
+
"type": "VARIANT",
|
|
7912
|
+
"variantOptions": [
|
|
7913
|
+
"None",
|
|
7914
|
+
"Circle",
|
|
7915
|
+
"Shield",
|
|
7916
|
+
"Flower"
|
|
7917
|
+
]
|
|
7885
7918
|
}
|
|
7886
7919
|
}
|
|
7887
7920
|
};
|
|
7888
7921
|
|
|
7889
7922
|
const metadata$B = {
|
|
7890
7923
|
"name": "🟢 Avatar Stack",
|
|
7891
|
-
"key": "
|
|
7924
|
+
"key": "e8e91e01000d878742c55cd6e44b6786460440f7",
|
|
7892
7925
|
"componentPropertyDefinitions": {
|
|
7893
7926
|
"Size": {
|
|
7894
7927
|
"type": "VARIANT",
|
|
@@ -7896,24 +7929,11 @@ const metadata$B = {
|
|
|
7896
7929
|
"20",
|
|
7897
7930
|
"24",
|
|
7898
7931
|
"36",
|
|
7932
|
+
"42",
|
|
7899
7933
|
"48",
|
|
7900
|
-
"64"
|
|
7901
|
-
|
|
7902
|
-
|
|
7903
|
-
"Item Count": {
|
|
7904
|
-
"type": "VARIANT",
|
|
7905
|
-
"variantOptions": [
|
|
7906
|
-
"2",
|
|
7907
|
-
"3",
|
|
7908
|
-
"4",
|
|
7909
|
-
"5"
|
|
7910
|
-
]
|
|
7911
|
-
},
|
|
7912
|
-
"Top Item": {
|
|
7913
|
-
"type": "VARIANT",
|
|
7914
|
-
"variantOptions": [
|
|
7915
|
-
"Last Item",
|
|
7916
|
-
"First Item"
|
|
7934
|
+
"64",
|
|
7935
|
+
"80",
|
|
7936
|
+
"96"
|
|
7917
7937
|
]
|
|
7918
7938
|
}
|
|
7919
7939
|
}
|
|
@@ -7950,13 +7970,6 @@ const metadata$A = {
|
|
|
7950
7970
|
"Weak",
|
|
7951
7971
|
"Outline"
|
|
7952
7972
|
]
|
|
7953
|
-
},
|
|
7954
|
-
"Shape": {
|
|
7955
|
-
"type": "VARIANT",
|
|
7956
|
-
"variantOptions": [
|
|
7957
|
-
"Rectangle",
|
|
7958
|
-
"Pill"
|
|
7959
|
-
]
|
|
7960
7973
|
}
|
|
7961
7974
|
}
|
|
7962
7975
|
};
|
|
@@ -7965,6 +7978,9 @@ const metadata$z = {
|
|
|
7965
7978
|
"name": "🟢 Bottom Navigation / Global",
|
|
7966
7979
|
"key": "983650a4dff639b38bf68ff6004efc8ec4fb5c20",
|
|
7967
7980
|
"componentPropertyDefinitions": {
|
|
7981
|
+
"Show Safe Area#25445:3": {
|
|
7982
|
+
"type": "BOOLEAN"
|
|
7983
|
+
},
|
|
7968
7984
|
"OS": {
|
|
7969
7985
|
"type": "VARIANT",
|
|
7970
7986
|
"variantOptions": [
|
|
@@ -7986,6 +8002,9 @@ const metadata$y = {
|
|
|
7986
8002
|
"name": "🟢 Bottom Navigation / KR",
|
|
7987
8003
|
"key": "accc7cea2d0250cdfbf0197ce00a677c6b9e0dae",
|
|
7988
8004
|
"componentPropertyDefinitions": {
|
|
8005
|
+
"Show Safe Area#25445:0": {
|
|
8006
|
+
"type": "BOOLEAN"
|
|
8007
|
+
},
|
|
7989
8008
|
"OS": {
|
|
7990
8009
|
"type": "VARIANT",
|
|
7991
8010
|
"variantOptions": [
|
|
@@ -8000,12 +8019,61 @@ const metadata$x = {
|
|
|
8000
8019
|
"name": "🟢 Bottom Sheet",
|
|
8001
8020
|
"key": "16bafa5d1155896fe18fb6f52f904f5cd2048686",
|
|
8002
8021
|
"componentPropertyDefinitions": {
|
|
8003
|
-
"
|
|
8022
|
+
"Title#19787:3": {
|
|
8023
|
+
"type": "TEXT"
|
|
8024
|
+
},
|
|
8025
|
+
"Description#19787:7": {
|
|
8026
|
+
"type": "TEXT"
|
|
8027
|
+
},
|
|
8028
|
+
"Show Close Button#19787:11": {
|
|
8029
|
+
"type": "BOOLEAN"
|
|
8030
|
+
},
|
|
8031
|
+
"Show Footer#25162:14": {
|
|
8032
|
+
"type": "BOOLEAN"
|
|
8033
|
+
},
|
|
8034
|
+
"Show Description#25192:0": {
|
|
8035
|
+
"type": "BOOLEAN"
|
|
8036
|
+
},
|
|
8037
|
+
"Contents#25320:0": {
|
|
8038
|
+
"type": "INSTANCE_SWAP",
|
|
8039
|
+
"preferredValues": [
|
|
8040
|
+
{
|
|
8041
|
+
"type": "COMPONENT_SET",
|
|
8042
|
+
"key": "ec1901cb37dc88360ae8fd2b61f71e630fda7924"
|
|
8043
|
+
},
|
|
8044
|
+
{
|
|
8045
|
+
"type": "COMPONENT",
|
|
8046
|
+
"key": "5c5369d9c22115fd240d7b75ac2a334e9163ea57"
|
|
8047
|
+
},
|
|
8048
|
+
{
|
|
8049
|
+
"type": "COMPONENT",
|
|
8050
|
+
"key": "8670afb7520ac44dfed003e3e9c7cce359897d0c"
|
|
8051
|
+
},
|
|
8052
|
+
{
|
|
8053
|
+
"type": "COMPONENT",
|
|
8054
|
+
"key": "e3d337e6eddbe9ec025fe69520c1cff0bd697b60"
|
|
8055
|
+
},
|
|
8056
|
+
{
|
|
8057
|
+
"type": "COMPONENT",
|
|
8058
|
+
"key": "0c6c58d5b7a159e7db1a0c1ccf32916ca8a51164"
|
|
8059
|
+
},
|
|
8060
|
+
{
|
|
8061
|
+
"type": "COMPONENT",
|
|
8062
|
+
"key": "088624580ee501efed377bb4f42561a387db5699"
|
|
8063
|
+
}
|
|
8064
|
+
]
|
|
8065
|
+
},
|
|
8066
|
+
"Show Safe Area#25488:8": {
|
|
8067
|
+
"type": "BOOLEAN"
|
|
8068
|
+
},
|
|
8069
|
+
"Header Layout": {
|
|
8004
8070
|
"type": "VARIANT",
|
|
8005
8071
|
"variantOptions": [
|
|
8006
|
-
"
|
|
8007
|
-
"
|
|
8008
|
-
"
|
|
8072
|
+
"Bottom Left",
|
|
8073
|
+
"None",
|
|
8074
|
+
"Bottom Center",
|
|
8075
|
+
"Top Center",
|
|
8076
|
+
"Top Left"
|
|
8009
8077
|
]
|
|
8010
8078
|
}
|
|
8011
8079
|
}
|
|
@@ -8015,22 +8083,20 @@ const metadata$w = {
|
|
|
8015
8083
|
"name": "🟢 Callout",
|
|
8016
8084
|
"key": "ec46d38baac3c367c4a5ffa47a2110d51ba0a4fe",
|
|
8017
8085
|
"componentPropertyDefinitions": {
|
|
8018
|
-
"
|
|
8086
|
+
"Prefix Icon#35087:0": {
|
|
8087
|
+
"type": "INSTANCE_SWAP",
|
|
8088
|
+
"preferredValues": []
|
|
8089
|
+
},
|
|
8090
|
+
"Show Prefix Icon#35087:1": {
|
|
8019
8091
|
"type": "BOOLEAN"
|
|
8020
8092
|
},
|
|
8021
|
-
"
|
|
8022
|
-
"type": "
|
|
8023
|
-
"preferredValues": [
|
|
8024
|
-
{
|
|
8025
|
-
"type": "COMPONENT_SET",
|
|
8026
|
-
"key": "f2c04b68b0bec4ec9145d832de45947030d3b653"
|
|
8027
|
-
}
|
|
8028
|
-
]
|
|
8093
|
+
"Pressed#35087:2": {
|
|
8094
|
+
"type": "BOOLEAN"
|
|
8029
8095
|
},
|
|
8030
8096
|
"Interaction": {
|
|
8031
8097
|
"type": "VARIANT",
|
|
8032
8098
|
"variantOptions": [
|
|
8033
|
-
"
|
|
8099
|
+
"Display",
|
|
8034
8100
|
"Actionable",
|
|
8035
8101
|
"Dismissible"
|
|
8036
8102
|
]
|
|
@@ -8045,25 +8111,18 @@ const metadata$w = {
|
|
|
8045
8111
|
"Magic"
|
|
8046
8112
|
]
|
|
8047
8113
|
},
|
|
8048
|
-
"State": {
|
|
8049
|
-
"type": "VARIANT",
|
|
8050
|
-
"variantOptions": [
|
|
8051
|
-
"Enabled",
|
|
8052
|
-
"Pressed"
|
|
8053
|
-
]
|
|
8054
|
-
},
|
|
8055
8114
|
"Show Title": {
|
|
8056
8115
|
"type": "VARIANT",
|
|
8057
8116
|
"variantOptions": [
|
|
8058
|
-
"
|
|
8059
|
-
"
|
|
8117
|
+
"False",
|
|
8118
|
+
"True"
|
|
8060
8119
|
]
|
|
8061
8120
|
},
|
|
8062
|
-
"Show Link
|
|
8121
|
+
"Show Link Text": {
|
|
8063
8122
|
"type": "VARIANT",
|
|
8064
8123
|
"variantOptions": [
|
|
8065
|
-
"
|
|
8066
|
-
"
|
|
8124
|
+
"False",
|
|
8125
|
+
"True"
|
|
8067
8126
|
]
|
|
8068
8127
|
}
|
|
8069
8128
|
}
|
|
@@ -8102,61 +8161,60 @@ const metadata$v = {
|
|
|
8102
8161
|
"variantOptions": [
|
|
8103
8162
|
"Enabled",
|
|
8104
8163
|
"Pressed",
|
|
8164
|
+
"Disabled",
|
|
8105
8165
|
"Selected",
|
|
8106
8166
|
"Selected-Pressed",
|
|
8167
|
+
"Selected-Disabled",
|
|
8107
8168
|
"Indeterminate",
|
|
8108
8169
|
"Indeterminate-Pressed",
|
|
8109
|
-
"Disabled"
|
|
8110
|
-
"Disabled-Selected",
|
|
8111
|
-
"Disabled-Indeterminate"
|
|
8170
|
+
"Indeterminate-Disabled"
|
|
8112
8171
|
]
|
|
8113
8172
|
}
|
|
8114
8173
|
}
|
|
8115
8174
|
};
|
|
8116
8175
|
|
|
8117
8176
|
const metadata$u = {
|
|
8118
|
-
"name": "🟢
|
|
8119
|
-
"key": "
|
|
8177
|
+
"name": "🟢 Checkmark",
|
|
8178
|
+
"key": "fae60fb392f55bde60de1dbccb2f453320068805",
|
|
8120
8179
|
"componentPropertyDefinitions": {
|
|
8121
|
-
"
|
|
8180
|
+
"Shape": {
|
|
8122
8181
|
"type": "VARIANT",
|
|
8123
8182
|
"variantOptions": [
|
|
8124
|
-
"
|
|
8125
|
-
"
|
|
8126
|
-
"4",
|
|
8127
|
-
"5",
|
|
8128
|
-
"6",
|
|
8129
|
-
"Max"
|
|
8183
|
+
"Square",
|
|
8184
|
+
"Ghost"
|
|
8130
8185
|
]
|
|
8131
8186
|
},
|
|
8132
|
-
"
|
|
8187
|
+
"Size": {
|
|
8133
8188
|
"type": "VARIANT",
|
|
8134
8189
|
"variantOptions": [
|
|
8135
|
-
"
|
|
8136
|
-
"
|
|
8190
|
+
"Medium",
|
|
8191
|
+
"Large"
|
|
8192
|
+
]
|
|
8193
|
+
},
|
|
8194
|
+
"State": {
|
|
8195
|
+
"type": "VARIANT",
|
|
8196
|
+
"variantOptions": [
|
|
8197
|
+
"Enabled",
|
|
8198
|
+
"Pressed",
|
|
8199
|
+
"Selected",
|
|
8200
|
+
"Selected-Pressed",
|
|
8201
|
+
"Indeterminate",
|
|
8202
|
+
"Indeterminate-Pressed",
|
|
8203
|
+
"Disabled",
|
|
8204
|
+
"Disabled-Selected",
|
|
8205
|
+
"Disabled-Indeterminate"
|
|
8137
8206
|
]
|
|
8138
8207
|
}
|
|
8139
8208
|
}
|
|
8140
8209
|
};
|
|
8141
8210
|
|
|
8142
8211
|
const metadata$t = {
|
|
8143
|
-
"name": "🟢
|
|
8144
|
-
"key": "
|
|
8212
|
+
"name": "🟢 Chip",
|
|
8213
|
+
"key": "8156ef08d9aaa2b0de1cc4a113ec0c9d0586f831",
|
|
8145
8214
|
"componentPropertyDefinitions": {
|
|
8146
|
-
"Suffix Icon#8722:82": {
|
|
8147
|
-
"type": "INSTANCE_SWAP",
|
|
8148
|
-
"preferredValues": []
|
|
8149
|
-
},
|
|
8150
8215
|
"Label#7185:0": {
|
|
8151
8216
|
"type": "TEXT"
|
|
8152
8217
|
},
|
|
8153
|
-
"Show Count#7185:42": {
|
|
8154
|
-
"type": "BOOLEAN"
|
|
8155
|
-
},
|
|
8156
|
-
"Icon#8722:41": {
|
|
8157
|
-
"type": "INSTANCE_SWAP",
|
|
8158
|
-
"preferredValues": []
|
|
8159
|
-
},
|
|
8160
8218
|
"Prefix Icon#8722:0": {
|
|
8161
8219
|
"type": "INSTANCE_SWAP",
|
|
8162
8220
|
"preferredValues": [
|
|
@@ -8166,24 +8224,48 @@ const metadata$t = {
|
|
|
8166
8224
|
}
|
|
8167
8225
|
]
|
|
8168
8226
|
},
|
|
8169
|
-
"
|
|
8170
|
-
"type": "
|
|
8227
|
+
"Suffix Type#32538:0": {
|
|
8228
|
+
"type": "INSTANCE_SWAP",
|
|
8229
|
+
"preferredValues": [
|
|
8230
|
+
{
|
|
8231
|
+
"type": "COMPONENT",
|
|
8232
|
+
"key": "27343e0e5ab2c66948e9b10fde03d58b5e037212"
|
|
8233
|
+
},
|
|
8234
|
+
{
|
|
8235
|
+
"type": "COMPONENT",
|
|
8236
|
+
"key": "5f0d74c959c49dadf5920b19c6267924982ab130"
|
|
8237
|
+
},
|
|
8238
|
+
{
|
|
8239
|
+
"type": "COMPONENT",
|
|
8240
|
+
"key": "a1233c35c4368aba2439d39bc8aedc37cf95bd86"
|
|
8241
|
+
},
|
|
8242
|
+
{
|
|
8243
|
+
"type": "COMPONENT_SET",
|
|
8244
|
+
"key": "43b6e51bc372e108a4ee17fbf4c75800d95f4b8c"
|
|
8245
|
+
},
|
|
8246
|
+
{
|
|
8247
|
+
"type": "COMPONENT_SET",
|
|
8248
|
+
"key": "df43b92004c850e7c6d2869e7a4ba1ef9a2d7db6"
|
|
8249
|
+
}
|
|
8250
|
+
]
|
|
8171
8251
|
},
|
|
8172
|
-
"
|
|
8252
|
+
"Has Suffix#32538:181": {
|
|
8253
|
+
"type": "BOOLEAN"
|
|
8254
|
+
},
|
|
8255
|
+
"Variant": {
|
|
8173
8256
|
"type": "VARIANT",
|
|
8174
8257
|
"variantOptions": [
|
|
8175
|
-
"
|
|
8176
|
-
"
|
|
8258
|
+
"Solid",
|
|
8259
|
+
"Outline Strong",
|
|
8260
|
+
"Outline Weak"
|
|
8177
8261
|
]
|
|
8178
8262
|
},
|
|
8179
|
-
"
|
|
8263
|
+
"Size": {
|
|
8180
8264
|
"type": "VARIANT",
|
|
8181
8265
|
"variantOptions": [
|
|
8182
|
-
"
|
|
8183
|
-
"
|
|
8184
|
-
"
|
|
8185
|
-
"Icon Both",
|
|
8186
|
-
"Icon Only"
|
|
8266
|
+
"Large",
|
|
8267
|
+
"Medium",
|
|
8268
|
+
"Small"
|
|
8187
8269
|
]
|
|
8188
8270
|
},
|
|
8189
8271
|
"State": {
|
|
@@ -8191,161 +8273,121 @@ const metadata$t = {
|
|
|
8191
8273
|
"variantOptions": [
|
|
8192
8274
|
"Enabled",
|
|
8193
8275
|
"Pressed",
|
|
8194
|
-
"
|
|
8195
|
-
"Selected-Pressed",
|
|
8196
|
-
"Disabled",
|
|
8197
|
-
"Disabled-Selected"
|
|
8198
|
-
]
|
|
8199
|
-
}
|
|
8200
|
-
}
|
|
8201
|
-
};
|
|
8202
|
-
|
|
8203
|
-
const metadata$s = {
|
|
8204
|
-
"name": "🟢 Divider",
|
|
8205
|
-
"key": "848e953725f757ea1a79e1fecc0b608a035032d3",
|
|
8206
|
-
"componentPropertyDefinitions": {
|
|
8207
|
-
"Tone": {
|
|
8208
|
-
"type": "VARIANT",
|
|
8209
|
-
"variantOptions": [
|
|
8210
|
-
"Neutral",
|
|
8211
|
-
"Neutral Muted"
|
|
8276
|
+
"Disabled"
|
|
8212
8277
|
]
|
|
8213
|
-
}
|
|
8214
|
-
}
|
|
8215
|
-
};
|
|
8216
|
-
|
|
8217
|
-
const metadata$r = {
|
|
8218
|
-
"name": "🟢 Error State",
|
|
8219
|
-
"key": "39b4ecd0b5b4d35f4dc5791765ca04aa062a5172",
|
|
8220
|
-
"componentPropertyDefinitions": {
|
|
8221
|
-
"Secondary Action Label#17042:0": {
|
|
8222
|
-
"type": "TEXT"
|
|
8223
|
-
},
|
|
8224
|
-
"Title#16237:0": {
|
|
8225
|
-
"type": "TEXT"
|
|
8226
|
-
},
|
|
8227
|
-
"Description#16237:5": {
|
|
8228
|
-
"type": "TEXT"
|
|
8229
8278
|
},
|
|
8230
|
-
"
|
|
8231
|
-
"type": "BOOLEAN"
|
|
8232
|
-
},
|
|
8233
|
-
"Variant": {
|
|
8279
|
+
"Selected": {
|
|
8234
8280
|
"type": "VARIANT",
|
|
8235
8281
|
"variantOptions": [
|
|
8236
|
-
"
|
|
8237
|
-
"
|
|
8282
|
+
"False",
|
|
8283
|
+
"True"
|
|
8238
8284
|
]
|
|
8239
8285
|
},
|
|
8240
|
-
"
|
|
8286
|
+
"Prefix Type": {
|
|
8241
8287
|
"type": "VARIANT",
|
|
8242
8288
|
"variantOptions": [
|
|
8243
|
-
"
|
|
8244
|
-
"
|
|
8289
|
+
"None",
|
|
8290
|
+
"Icon",
|
|
8291
|
+
"Avatar",
|
|
8292
|
+
"Image"
|
|
8245
8293
|
]
|
|
8246
8294
|
}
|
|
8247
8295
|
}
|
|
8248
8296
|
};
|
|
8249
8297
|
|
|
8250
|
-
const metadata$
|
|
8251
|
-
"name": "🟢
|
|
8252
|
-
"key": "
|
|
8298
|
+
const metadata$s = {
|
|
8299
|
+
"name": "🟢 Chlid",
|
|
8300
|
+
"key": "aa9ffdd60fbfdea42f0d11162cd64f4b4389ddcc",
|
|
8253
8301
|
"componentPropertyDefinitions": {
|
|
8254
|
-
"Show Title#17043:12": {
|
|
8255
|
-
"type": "BOOLEAN"
|
|
8256
|
-
},
|
|
8257
|
-
"OS Indicator (Figma Only)#81637:129": {
|
|
8258
|
-
"type": "BOOLEAN"
|
|
8259
|
-
},
|
|
8260
|
-
"Description#14599:13": {
|
|
8261
|
-
"type": "TEXT"
|
|
8262
|
-
},
|
|
8263
|
-
"Title#14599:0": {
|
|
8264
|
-
"type": "TEXT"
|
|
8265
|
-
},
|
|
8266
8302
|
"Type": {
|
|
8267
8303
|
"type": "VARIANT",
|
|
8268
8304
|
"variantOptions": [
|
|
8269
|
-
"
|
|
8270
|
-
"
|
|
8271
|
-
|
|
8272
|
-
},
|
|
8273
|
-
"Action Group Count": {
|
|
8274
|
-
"type": "VARIANT",
|
|
8275
|
-
"variantOptions": [
|
|
8276
|
-
"1",
|
|
8277
|
-
"2"
|
|
8305
|
+
"Child",
|
|
8306
|
+
"Text",
|
|
8307
|
+
"Slot"
|
|
8278
8308
|
]
|
|
8279
8309
|
}
|
|
8280
8310
|
}
|
|
8281
8311
|
};
|
|
8282
8312
|
|
|
8283
|
-
const metadata$
|
|
8284
|
-
"name": "🟢
|
|
8313
|
+
const metadata$r = {
|
|
8314
|
+
"name": "🟢 Contextual Floating Button",
|
|
8285
8315
|
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
8286
8316
|
"componentPropertyDefinitions": {
|
|
8287
|
-
"Label#28936:0": {
|
|
8288
|
-
"type": "TEXT"
|
|
8289
|
-
},
|
|
8290
8317
|
"Icon#28796:0": {
|
|
8291
8318
|
"type": "INSTANCE_SWAP",
|
|
8292
8319
|
"preferredValues": []
|
|
8293
8320
|
},
|
|
8294
|
-
"
|
|
8321
|
+
"Label#28936:0": {
|
|
8322
|
+
"type": "TEXT"
|
|
8323
|
+
},
|
|
8324
|
+
"Layout": {
|
|
8295
8325
|
"type": "VARIANT",
|
|
8296
8326
|
"variantOptions": [
|
|
8297
|
-
"
|
|
8298
|
-
"
|
|
8327
|
+
"Icon First",
|
|
8328
|
+
"Icon Only"
|
|
8299
8329
|
]
|
|
8300
8330
|
},
|
|
8301
8331
|
"Variant": {
|
|
8302
8332
|
"type": "VARIANT",
|
|
8303
8333
|
"variantOptions": [
|
|
8304
|
-
"
|
|
8305
|
-
"Layer
|
|
8334
|
+
"Solid",
|
|
8335
|
+
"Layer"
|
|
8306
8336
|
]
|
|
8307
8337
|
},
|
|
8308
8338
|
"State": {
|
|
8309
8339
|
"type": "VARIANT",
|
|
8310
8340
|
"variantOptions": [
|
|
8311
8341
|
"Enabled",
|
|
8312
|
-
"Pressed"
|
|
8342
|
+
"Pressed",
|
|
8343
|
+
"Loading",
|
|
8344
|
+
"Disabled"
|
|
8313
8345
|
]
|
|
8314
8346
|
}
|
|
8315
8347
|
}
|
|
8316
8348
|
};
|
|
8317
8349
|
|
|
8318
|
-
const metadata$
|
|
8350
|
+
const metadata$q = {
|
|
8351
|
+
"name": "🟢 Divider",
|
|
8352
|
+
"key": "848e953725f757ea1a79e1fecc0b608a035032d3",
|
|
8353
|
+
"componentPropertyDefinitions": {
|
|
8354
|
+
"Tone": {
|
|
8355
|
+
"type": "VARIANT",
|
|
8356
|
+
"variantOptions": [
|
|
8357
|
+
"Neutral",
|
|
8358
|
+
"Neutral Muted"
|
|
8359
|
+
]
|
|
8360
|
+
}
|
|
8361
|
+
}
|
|
8362
|
+
};
|
|
8363
|
+
|
|
8364
|
+
const metadata$p = {
|
|
8319
8365
|
"name": "🟢 Floating Action Button",
|
|
8320
|
-
"key": "
|
|
8366
|
+
"key": "65f9e7eede627b893fb8ff94ed9a7d0db900c464",
|
|
8321
8367
|
"componentPropertyDefinitions": {
|
|
8322
|
-
"
|
|
8323
|
-
"type": "INSTANCE_SWAP",
|
|
8324
|
-
"preferredValues": []
|
|
8325
|
-
},
|
|
8326
|
-
"State": {
|
|
8368
|
+
"Type": {
|
|
8327
8369
|
"type": "VARIANT",
|
|
8328
8370
|
"variantOptions": [
|
|
8329
|
-
"
|
|
8330
|
-
"
|
|
8371
|
+
"Button",
|
|
8372
|
+
"Menu"
|
|
8331
8373
|
]
|
|
8332
8374
|
}
|
|
8333
8375
|
}
|
|
8334
8376
|
};
|
|
8335
8377
|
|
|
8336
|
-
const metadata$
|
|
8378
|
+
const metadata$o = {
|
|
8337
8379
|
"name": "🟢 Help Bubble",
|
|
8338
8380
|
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
8339
8381
|
"componentPropertyDefinitions": {
|
|
8382
|
+
"Show Description#62499:0": {
|
|
8383
|
+
"type": "BOOLEAN"
|
|
8384
|
+
},
|
|
8340
8385
|
"Title#62535:0": {
|
|
8341
8386
|
"type": "TEXT"
|
|
8342
8387
|
},
|
|
8343
8388
|
"Description#62535:98": {
|
|
8344
8389
|
"type": "TEXT"
|
|
8345
8390
|
},
|
|
8346
|
-
"Show Description#62499:0": {
|
|
8347
|
-
"type": "BOOLEAN"
|
|
8348
|
-
},
|
|
8349
8391
|
"Placement": {
|
|
8350
8392
|
"type": "VARIANT",
|
|
8351
8393
|
"variantOptions": [
|
|
@@ -8362,41 +8404,20 @@ const metadata$n = {
|
|
|
8362
8404
|
"Top-Center",
|
|
8363
8405
|
"Top-Right"
|
|
8364
8406
|
]
|
|
8365
|
-
},
|
|
8366
|
-
"Show Close Button": {
|
|
8367
|
-
"type": "VARIANT",
|
|
8368
|
-
"variantOptions": [
|
|
8369
|
-
"True",
|
|
8370
|
-
"False"
|
|
8371
|
-
]
|
|
8372
|
-
}
|
|
8373
|
-
}
|
|
8374
|
-
};
|
|
8375
|
-
|
|
8376
|
-
const metadata$m = {
|
|
8377
|
-
"name": "🟢 Identity Placeholder",
|
|
8378
|
-
"key": "808206c07408aa1056ec85a55925e9844e9265c2",
|
|
8379
|
-
"componentPropertyDefinitions": {
|
|
8380
|
-
"Identity": {
|
|
8381
|
-
"type": "VARIANT",
|
|
8382
|
-
"variantOptions": [
|
|
8383
|
-
"Person",
|
|
8384
|
-
"Business"
|
|
8385
|
-
]
|
|
8386
8407
|
}
|
|
8387
8408
|
}
|
|
8388
8409
|
};
|
|
8389
8410
|
|
|
8390
|
-
const metadata$
|
|
8411
|
+
const metadata$n = {
|
|
8391
8412
|
"name": "🟢 Inline Banner",
|
|
8392
8413
|
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
8393
8414
|
"componentPropertyDefinitions": {
|
|
8394
|
-
"Show Icon#11840:27": {
|
|
8395
|
-
"type": "BOOLEAN"
|
|
8396
|
-
},
|
|
8397
8415
|
"Link Label#1547:81": {
|
|
8398
8416
|
"type": "TEXT"
|
|
8399
8417
|
},
|
|
8418
|
+
"Show Icon#11840:27": {
|
|
8419
|
+
"type": "BOOLEAN"
|
|
8420
|
+
},
|
|
8400
8421
|
"Interaction": {
|
|
8401
8422
|
"type": "VARIANT",
|
|
8402
8423
|
"variantOptions": [
|
|
@@ -8428,14 +8449,14 @@ const metadata$l = {
|
|
|
8428
8449
|
}
|
|
8429
8450
|
};
|
|
8430
8451
|
|
|
8431
|
-
const metadata$
|
|
8452
|
+
const metadata$m = {
|
|
8432
8453
|
"name": "🟢 Main Tab Navigation / Global",
|
|
8433
8454
|
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
8434
8455
|
"componentPropertyDefinitions": {
|
|
8435
|
-
"
|
|
8456
|
+
"Title#6406:6": {
|
|
8436
8457
|
"type": "TEXT"
|
|
8437
8458
|
},
|
|
8438
|
-
"
|
|
8459
|
+
"Button Label#6409:18": {
|
|
8439
8460
|
"type": "TEXT"
|
|
8440
8461
|
},
|
|
8441
8462
|
"Title Type": {
|
|
@@ -8455,7 +8476,7 @@ const metadata$k = {
|
|
|
8455
8476
|
}
|
|
8456
8477
|
};
|
|
8457
8478
|
|
|
8458
|
-
const metadata$
|
|
8479
|
+
const metadata$l = {
|
|
8459
8480
|
"name": "🟢 Main Tab Navigation / KR",
|
|
8460
8481
|
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
8461
8482
|
"componentPropertyDefinitions": {
|
|
@@ -8479,11 +8500,11 @@ const metadata$j = {
|
|
|
8479
8500
|
}
|
|
8480
8501
|
};
|
|
8481
8502
|
|
|
8482
|
-
const metadata$
|
|
8503
|
+
const metadata$k = {
|
|
8483
8504
|
"name": "🟢 Manner Temp",
|
|
8484
|
-
"key": "
|
|
8505
|
+
"key": "37c0a35f73a730fdfba7929cea91a7590fc93733",
|
|
8485
8506
|
"componentPropertyDefinitions": {
|
|
8486
|
-
"
|
|
8507
|
+
"Level": {
|
|
8487
8508
|
"type": "VARIANT",
|
|
8488
8509
|
"variantOptions": [
|
|
8489
8510
|
"L1 (~29.9)",
|
|
@@ -8497,21 +8518,15 @@ const metadata$i = {
|
|
|
8497
8518
|
}
|
|
8498
8519
|
};
|
|
8499
8520
|
|
|
8500
|
-
const metadata$
|
|
8501
|
-
"name": "🟢 Manner Temp
|
|
8502
|
-
"key": "
|
|
8521
|
+
const metadata$j = {
|
|
8522
|
+
"name": "🟢 Manner Temp Badge",
|
|
8523
|
+
"key": "3ef9a84d4d80046ff9a581136bd56269554a6e00",
|
|
8503
8524
|
"componentPropertyDefinitions": {
|
|
8504
|
-
"
|
|
8525
|
+
"Level": {
|
|
8505
8526
|
"type": "VARIANT",
|
|
8506
8527
|
"variantOptions": [
|
|
8507
|
-
"
|
|
8508
|
-
|
|
8509
|
-
},
|
|
8510
|
-
"State": {
|
|
8511
|
-
"type": "VARIANT",
|
|
8512
|
-
"variantOptions": [
|
|
8513
|
-
"L1 (29.9 이하)",
|
|
8514
|
-
"L2 (29.9~36.2)",
|
|
8528
|
+
"L1 (~29.9)",
|
|
8529
|
+
"L2 (30.0~36.2)",
|
|
8515
8530
|
"L3 (36.3~37.5)",
|
|
8516
8531
|
"L4 (37.6~41.9)",
|
|
8517
8532
|
"L5 (42~51.9)",
|
|
@@ -8521,63 +8536,82 @@ const metadata$h = {
|
|
|
8521
8536
|
}
|
|
8522
8537
|
};
|
|
8523
8538
|
|
|
8524
|
-
const metadata$
|
|
8525
|
-
"name": "🟢
|
|
8526
|
-
"key": "
|
|
8539
|
+
const metadata$i = {
|
|
8540
|
+
"name": "🟢 Menu Sheet",
|
|
8541
|
+
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
8527
8542
|
"componentPropertyDefinitions": {
|
|
8528
|
-
"
|
|
8543
|
+
"Title Text#14599:0": {
|
|
8544
|
+
"type": "TEXT"
|
|
8545
|
+
},
|
|
8546
|
+
"Show Header#17043:12": {
|
|
8547
|
+
"type": "BOOLEAN"
|
|
8548
|
+
},
|
|
8549
|
+
"Description Text#21827:0": {
|
|
8550
|
+
"type": "TEXT"
|
|
8551
|
+
},
|
|
8552
|
+
"Show Safe Area#25531:15": {
|
|
8553
|
+
"type": "BOOLEAN"
|
|
8554
|
+
},
|
|
8555
|
+
"Show Description#32984:0": {
|
|
8556
|
+
"type": "BOOLEAN"
|
|
8557
|
+
},
|
|
8558
|
+
"Menu Group Count": {
|
|
8529
8559
|
"type": "VARIANT",
|
|
8530
8560
|
"variantOptions": [
|
|
8531
|
-
"
|
|
8532
|
-
"
|
|
8533
|
-
"
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
|
|
8561
|
+
"2",
|
|
8562
|
+
"3",
|
|
8563
|
+
"1"
|
|
8564
|
+
]
|
|
8565
|
+
},
|
|
8566
|
+
"Layout": {
|
|
8567
|
+
"type": "VARIANT",
|
|
8568
|
+
"variantOptions": [
|
|
8569
|
+
"Text Only",
|
|
8570
|
+
"Text with Icon"
|
|
8537
8571
|
]
|
|
8538
8572
|
}
|
|
8539
8573
|
}
|
|
8540
8574
|
};
|
|
8541
8575
|
|
|
8542
|
-
const metadata$
|
|
8576
|
+
const metadata$h = {
|
|
8543
8577
|
"name": "🟢 Multiline Text Field",
|
|
8544
8578
|
"key": "88b2399c930c85f9ce2972163a078bc684b84bbe",
|
|
8545
8579
|
"componentPropertyDefinitions": {
|
|
8546
|
-
"
|
|
8547
|
-
"type": "
|
|
8548
|
-
},
|
|
8549
|
-
"Character Count#15327:360": {
|
|
8550
|
-
"type": "TEXT"
|
|
8580
|
+
"Show Header#870:0": {
|
|
8581
|
+
"type": "BOOLEAN"
|
|
8551
8582
|
},
|
|
8552
|
-
"
|
|
8583
|
+
"Placeholder#958:0": {
|
|
8553
8584
|
"type": "TEXT"
|
|
8554
8585
|
},
|
|
8555
|
-
"
|
|
8556
|
-
"type": "
|
|
8586
|
+
"Show Footer#958:25": {
|
|
8587
|
+
"type": "BOOLEAN"
|
|
8557
8588
|
},
|
|
8558
|
-
"
|
|
8559
|
-
"type": "
|
|
8589
|
+
"Show Description#958:50": {
|
|
8590
|
+
"type": "BOOLEAN"
|
|
8560
8591
|
},
|
|
8561
8592
|
"Show Character count#958:75": {
|
|
8562
8593
|
"type": "BOOLEAN"
|
|
8563
8594
|
},
|
|
8564
|
-
"Show
|
|
8595
|
+
"Show Indicator#1259:0": {
|
|
8565
8596
|
"type": "BOOLEAN"
|
|
8566
8597
|
},
|
|
8567
|
-
"
|
|
8568
|
-
"type": "
|
|
8598
|
+
"Filled Text#1304:0": {
|
|
8599
|
+
"type": "TEXT"
|
|
8600
|
+
},
|
|
8601
|
+
"Max Character Count#15327:175": {
|
|
8602
|
+
"type": "TEXT"
|
|
8569
8603
|
},
|
|
8570
8604
|
"Description#15327:212": {
|
|
8571
8605
|
"type": "TEXT"
|
|
8572
8606
|
},
|
|
8573
|
-
"
|
|
8574
|
-
"type": "
|
|
8607
|
+
"Indicator#15327:286": {
|
|
8608
|
+
"type": "TEXT"
|
|
8575
8609
|
},
|
|
8576
|
-
"
|
|
8610
|
+
"Label#15327:323": {
|
|
8577
8611
|
"type": "TEXT"
|
|
8578
8612
|
},
|
|
8579
|
-
"
|
|
8580
|
-
"type": "
|
|
8613
|
+
"Character Count#15327:360": {
|
|
8614
|
+
"type": "TEXT"
|
|
8581
8615
|
},
|
|
8582
8616
|
"Size": {
|
|
8583
8617
|
"type": "VARIANT",
|
|
@@ -8608,7 +8642,7 @@ const metadata$f = {
|
|
|
8608
8642
|
}
|
|
8609
8643
|
};
|
|
8610
8644
|
|
|
8611
|
-
const metadata$
|
|
8645
|
+
const metadata$g = {
|
|
8612
8646
|
"name": "🟢 Progress Circle",
|
|
8613
8647
|
"key": "6e6779a372cab2485a0e25529bc4dbc9932a7346",
|
|
8614
8648
|
"componentPropertyDefinitions": {
|
|
@@ -8624,7 +8658,8 @@ const metadata$e = {
|
|
|
8624
8658
|
"variantOptions": [
|
|
8625
8659
|
"Neutral",
|
|
8626
8660
|
"Brand",
|
|
8627
|
-
"Static White"
|
|
8661
|
+
"Static White",
|
|
8662
|
+
"Custom"
|
|
8628
8663
|
]
|
|
8629
8664
|
},
|
|
8630
8665
|
"Value": {
|
|
@@ -8640,7 +8675,7 @@ const metadata$e = {
|
|
|
8640
8675
|
}
|
|
8641
8676
|
};
|
|
8642
8677
|
|
|
8643
|
-
const metadata$
|
|
8678
|
+
const metadata$f = {
|
|
8644
8679
|
"name": "🟢 Radio",
|
|
8645
8680
|
"key": "ac72d9e5ab04a1d59eaf77dffd380fd6e491ecf8",
|
|
8646
8681
|
"componentPropertyDefinitions": {
|
|
@@ -8659,16 +8694,51 @@ const metadata$d = {
|
|
|
8659
8694
|
"variantOptions": [
|
|
8660
8695
|
"Enabled",
|
|
8661
8696
|
"Pressed",
|
|
8697
|
+
"Disabled",
|
|
8662
8698
|
"Selected",
|
|
8663
8699
|
"Selected-Pressed",
|
|
8664
|
-
"Disabled"
|
|
8665
|
-
"Disabled-Selected"
|
|
8700
|
+
"Selected-Disabled"
|
|
8666
8701
|
]
|
|
8667
8702
|
}
|
|
8668
8703
|
}
|
|
8669
8704
|
};
|
|
8670
8705
|
|
|
8671
|
-
const metadata$
|
|
8706
|
+
const metadata$e = {
|
|
8707
|
+
"name": "🟢 Radio Mark",
|
|
8708
|
+
"key": "832d696d6e9566610968cd70f128f500ec009d6a",
|
|
8709
|
+
"componentPropertyDefinitions": {
|
|
8710
|
+
"Size": {
|
|
8711
|
+
"type": "VARIANT",
|
|
8712
|
+
"variantOptions": [
|
|
8713
|
+
"Medium",
|
|
8714
|
+
"Large"
|
|
8715
|
+
]
|
|
8716
|
+
},
|
|
8717
|
+
"Selected": {
|
|
8718
|
+
"type": "VARIANT",
|
|
8719
|
+
"variantOptions": [
|
|
8720
|
+
"True",
|
|
8721
|
+
"False"
|
|
8722
|
+
]
|
|
8723
|
+
},
|
|
8724
|
+
"Pressed": {
|
|
8725
|
+
"type": "VARIANT",
|
|
8726
|
+
"variantOptions": [
|
|
8727
|
+
"True",
|
|
8728
|
+
"False"
|
|
8729
|
+
]
|
|
8730
|
+
},
|
|
8731
|
+
"Disabled": {
|
|
8732
|
+
"type": "VARIANT",
|
|
8733
|
+
"variantOptions": [
|
|
8734
|
+
"True",
|
|
8735
|
+
"False"
|
|
8736
|
+
]
|
|
8737
|
+
}
|
|
8738
|
+
}
|
|
8739
|
+
};
|
|
8740
|
+
|
|
8741
|
+
const metadata$d = {
|
|
8672
8742
|
"name": "🟢 Range Slider",
|
|
8673
8743
|
"key": "64fc49184979e0be40aa367ca98868601eb7dad5",
|
|
8674
8744
|
"componentPropertyDefinitions": {
|
|
@@ -8700,23 +8770,23 @@ const metadata$c = {
|
|
|
8700
8770
|
}
|
|
8701
8771
|
};
|
|
8702
8772
|
|
|
8703
|
-
const metadata$
|
|
8773
|
+
const metadata$c = {
|
|
8704
8774
|
"name": "🟢 Reaction Button",
|
|
8705
8775
|
"key": "ec43e4e881f7048e95601f8b58c01a0905a174e0",
|
|
8706
8776
|
"componentPropertyDefinitions": {
|
|
8707
|
-
"
|
|
8708
|
-
"type": "
|
|
8709
|
-
"preferredValues": []
|
|
8777
|
+
"Label#6397:0": {
|
|
8778
|
+
"type": "TEXT"
|
|
8710
8779
|
},
|
|
8711
8780
|
"Show Count#6397:33": {
|
|
8712
8781
|
"type": "BOOLEAN"
|
|
8713
8782
|
},
|
|
8783
|
+
"Icon#12379:0": {
|
|
8784
|
+
"type": "INSTANCE_SWAP",
|
|
8785
|
+
"preferredValues": []
|
|
8786
|
+
},
|
|
8714
8787
|
"Count#15816:0": {
|
|
8715
8788
|
"type": "TEXT"
|
|
8716
8789
|
},
|
|
8717
|
-
"Label#6397:0": {
|
|
8718
|
-
"type": "TEXT"
|
|
8719
|
-
},
|
|
8720
8790
|
"Size": {
|
|
8721
8791
|
"type": "VARIANT",
|
|
8722
8792
|
"variantOptions": [
|
|
@@ -8740,7 +8810,45 @@ const metadata$b = {
|
|
|
8740
8810
|
}
|
|
8741
8811
|
};
|
|
8742
8812
|
|
|
8813
|
+
const metadata$b = {
|
|
8814
|
+
"name": "🟢 Resizable.Icon",
|
|
8815
|
+
"key": "1f74eedb6fb186fd201d6ad5b2dbcd46a2bddf3e",
|
|
8816
|
+
"componentPropertyDefinitions": {
|
|
8817
|
+
"Size": {
|
|
8818
|
+
"type": "VARIANT",
|
|
8819
|
+
"variantOptions": [
|
|
8820
|
+
"12",
|
|
8821
|
+
"14",
|
|
8822
|
+
"16",
|
|
8823
|
+
"20",
|
|
8824
|
+
"24",
|
|
8825
|
+
"28",
|
|
8826
|
+
"32"
|
|
8827
|
+
]
|
|
8828
|
+
}
|
|
8829
|
+
}
|
|
8830
|
+
};
|
|
8831
|
+
|
|
8743
8832
|
const metadata$a = {
|
|
8833
|
+
"name": "🟢 ResizableChild",
|
|
8834
|
+
"key": "df43b92004c850e7c6d2869e7a4ba1ef9a2d7db6",
|
|
8835
|
+
"componentPropertyDefinitions": {
|
|
8836
|
+
"Size": {
|
|
8837
|
+
"type": "VARIANT",
|
|
8838
|
+
"variantOptions": [
|
|
8839
|
+
"12",
|
|
8840
|
+
"14",
|
|
8841
|
+
"16",
|
|
8842
|
+
"20",
|
|
8843
|
+
"24",
|
|
8844
|
+
"28",
|
|
8845
|
+
"32"
|
|
8846
|
+
]
|
|
8847
|
+
}
|
|
8848
|
+
}
|
|
8849
|
+
};
|
|
8850
|
+
|
|
8851
|
+
const metadata$9 = {
|
|
8744
8852
|
"name": "🟢 Segmented Control",
|
|
8745
8853
|
"key": "3ad7133ba52755867f42f9232375f75639e00d58",
|
|
8746
8854
|
"componentPropertyDefinitions": {
|
|
@@ -8764,18 +8872,18 @@ const metadata$a = {
|
|
|
8764
8872
|
}
|
|
8765
8873
|
};
|
|
8766
8874
|
|
|
8767
|
-
const metadata$
|
|
8875
|
+
const metadata$8 = {
|
|
8768
8876
|
"name": "🟢 Select Box",
|
|
8769
8877
|
"key": "38722ffeb4c966256a709155e8ddac50c93d7c60",
|
|
8770
8878
|
"componentPropertyDefinitions": {
|
|
8771
|
-
"
|
|
8772
|
-
"type": "
|
|
8879
|
+
"Show Description#3033:0": {
|
|
8880
|
+
"type": "BOOLEAN"
|
|
8773
8881
|
},
|
|
8774
8882
|
"Description #3033:5": {
|
|
8775
8883
|
"type": "TEXT"
|
|
8776
8884
|
},
|
|
8777
|
-
"
|
|
8778
|
-
"type": "
|
|
8885
|
+
"Label#3635:0": {
|
|
8886
|
+
"type": "TEXT"
|
|
8779
8887
|
},
|
|
8780
8888
|
"Control": {
|
|
8781
8889
|
"type": "VARIANT",
|
|
@@ -8796,7 +8904,7 @@ const metadata$9 = {
|
|
|
8796
8904
|
}
|
|
8797
8905
|
};
|
|
8798
8906
|
|
|
8799
|
-
const metadata$
|
|
8907
|
+
const metadata$7 = {
|
|
8800
8908
|
"name": "🟢 Skeleton",
|
|
8801
8909
|
"key": "ef22c3288722fbfa64a5ab73df397ade88f8e05a",
|
|
8802
8910
|
"componentPropertyDefinitions": {
|
|
@@ -8808,11 +8916,18 @@ const metadata$8 = {
|
|
|
8808
8916
|
"16",
|
|
8809
8917
|
"Full"
|
|
8810
8918
|
]
|
|
8919
|
+
},
|
|
8920
|
+
"Tone": {
|
|
8921
|
+
"type": "VARIANT",
|
|
8922
|
+
"variantOptions": [
|
|
8923
|
+
"Magic",
|
|
8924
|
+
"Neutral"
|
|
8925
|
+
]
|
|
8811
8926
|
}
|
|
8812
8927
|
}
|
|
8813
8928
|
};
|
|
8814
8929
|
|
|
8815
|
-
const metadata$
|
|
8930
|
+
const metadata$6 = {
|
|
8816
8931
|
"name": "🟢 Slider",
|
|
8817
8932
|
"key": "aee027230a478315e380704c4523141e67e464ee",
|
|
8818
8933
|
"componentPropertyDefinitions": {
|
|
@@ -8844,18 +8959,18 @@ const metadata$7 = {
|
|
|
8844
8959
|
}
|
|
8845
8960
|
};
|
|
8846
8961
|
|
|
8847
|
-
const metadata$
|
|
8962
|
+
const metadata$5 = {
|
|
8848
8963
|
"name": "🟢 Snackbar",
|
|
8849
8964
|
"key": "81b17fb8c7d731a19cf8d36a8605559d41414eca",
|
|
8850
8965
|
"componentPropertyDefinitions": {
|
|
8851
|
-
"Action
|
|
8852
|
-
"type": "
|
|
8966
|
+
"Show Action#1528:0": {
|
|
8967
|
+
"type": "BOOLEAN"
|
|
8853
8968
|
},
|
|
8854
8969
|
"Message#1528:4": {
|
|
8855
8970
|
"type": "TEXT"
|
|
8856
8971
|
},
|
|
8857
|
-
"
|
|
8858
|
-
"type": "
|
|
8972
|
+
"Action Label#1528:8": {
|
|
8973
|
+
"type": "TEXT"
|
|
8859
8974
|
},
|
|
8860
8975
|
"Variant": {
|
|
8861
8976
|
"type": "VARIANT",
|
|
@@ -8868,30 +8983,6 @@ const metadata$6 = {
|
|
|
8868
8983
|
}
|
|
8869
8984
|
};
|
|
8870
8985
|
|
|
8871
|
-
const metadata$5 = {
|
|
8872
|
-
"name": "🟢 Standard Navigation",
|
|
8873
|
-
"key": "c07bfe331cf214375fce9ad47cb6fdb459d1fb1b",
|
|
8874
|
-
"componentPropertyDefinitions": {
|
|
8875
|
-
"Title#28176:5": {
|
|
8876
|
-
"type": "BOOLEAN"
|
|
8877
|
-
},
|
|
8878
|
-
"Variant": {
|
|
8879
|
-
"type": "VARIANT",
|
|
8880
|
-
"variantOptions": [
|
|
8881
|
-
"Layer Default",
|
|
8882
|
-
"Transparent"
|
|
8883
|
-
]
|
|
8884
|
-
},
|
|
8885
|
-
"OS": {
|
|
8886
|
-
"type": "VARIANT",
|
|
8887
|
-
"variantOptions": [
|
|
8888
|
-
"iOS",
|
|
8889
|
-
"Android"
|
|
8890
|
-
]
|
|
8891
|
-
}
|
|
8892
|
-
}
|
|
8893
|
-
};
|
|
8894
|
-
|
|
8895
8986
|
const metadata$4 = {
|
|
8896
8987
|
"name": "🟢 Switch",
|
|
8897
8988
|
"key": "80ce5a33b5ab713ab3bd2449472e2fb13d78c7f3",
|
|
@@ -8912,166 +9003,103 @@ const metadata$4 = {
|
|
|
8912
9003
|
"Enabled",
|
|
8913
9004
|
"Selected",
|
|
8914
9005
|
"Disabled",
|
|
8915
|
-
"Disabled
|
|
9006
|
+
"Selected-Disabled"
|
|
8916
9007
|
]
|
|
8917
9008
|
}
|
|
8918
9009
|
}
|
|
8919
9010
|
};
|
|
8920
9011
|
|
|
8921
9012
|
const metadata$3 = {
|
|
8922
|
-
"name": "🟢
|
|
8923
|
-
"key": "
|
|
9013
|
+
"name": "🟢 Tabs",
|
|
9014
|
+
"key": "3e3af9f7f235cbcbbe862d5da552ab23e16ff34e",
|
|
8924
9015
|
"componentPropertyDefinitions": {
|
|
8925
|
-
"
|
|
8926
|
-
"type": "VARIANT",
|
|
8927
|
-
"variantOptions": [
|
|
8928
|
-
"Small",
|
|
8929
|
-
"Medium"
|
|
8930
|
-
]
|
|
8931
|
-
},
|
|
8932
|
-
"Layout": {
|
|
8933
|
-
"type": "VARIANT",
|
|
8934
|
-
"variantOptions": [
|
|
8935
|
-
"Hug",
|
|
8936
|
-
"Fill"
|
|
8937
|
-
]
|
|
8938
|
-
},
|
|
8939
|
-
"Tab Count": {
|
|
9016
|
+
"Variant": {
|
|
8940
9017
|
"type": "VARIANT",
|
|
8941
9018
|
"variantOptions": [
|
|
8942
|
-
"
|
|
8943
|
-
"
|
|
8944
|
-
"4",
|
|
8945
|
-
"5+"
|
|
9019
|
+
"Underline",
|
|
9020
|
+
"Chip"
|
|
8946
9021
|
]
|
|
8947
9022
|
}
|
|
8948
9023
|
}
|
|
8949
9024
|
};
|
|
8950
9025
|
|
|
8951
9026
|
const metadata$2 = {
|
|
8952
|
-
"name": "🟢 Text Button",
|
|
8953
|
-
"key": "601f788792916250e33d04bd3165dee1404342df",
|
|
8954
|
-
"componentPropertyDefinitions": {
|
|
8955
|
-
"Prefix Icon#7561:0": {
|
|
8956
|
-
"type": "INSTANCE_SWAP",
|
|
8957
|
-
"preferredValues": []
|
|
8958
|
-
},
|
|
8959
|
-
"Label#6148:0": {
|
|
8960
|
-
"type": "TEXT"
|
|
8961
|
-
},
|
|
8962
|
-
"Size": {
|
|
8963
|
-
"type": "VARIANT",
|
|
8964
|
-
"variantOptions": [
|
|
8965
|
-
"Small",
|
|
8966
|
-
"Medium",
|
|
8967
|
-
"Large"
|
|
8968
|
-
]
|
|
8969
|
-
},
|
|
8970
|
-
"Layout": {
|
|
8971
|
-
"type": "VARIANT",
|
|
8972
|
-
"variantOptions": [
|
|
8973
|
-
"Icon First",
|
|
8974
|
-
"Icon Last"
|
|
8975
|
-
]
|
|
8976
|
-
},
|
|
8977
|
-
"Tone": {
|
|
8978
|
-
"type": "VARIANT",
|
|
8979
|
-
"variantOptions": [
|
|
8980
|
-
"Neutral",
|
|
8981
|
-
"Neutral Subtle",
|
|
8982
|
-
"Brand",
|
|
8983
|
-
"Critical"
|
|
8984
|
-
]
|
|
8985
|
-
},
|
|
8986
|
-
"State": {
|
|
8987
|
-
"type": "VARIANT",
|
|
8988
|
-
"variantOptions": [
|
|
8989
|
-
"Enabled",
|
|
8990
|
-
"Pressed",
|
|
8991
|
-
"Disabled"
|
|
8992
|
-
]
|
|
8993
|
-
}
|
|
8994
|
-
}
|
|
8995
|
-
};
|
|
8996
|
-
|
|
8997
|
-
const metadata$1 = {
|
|
8998
9027
|
"name": "🟢 Text Field",
|
|
8999
9028
|
"key": "c49873c37a639f0dffdea4efd0eb43760d66c141",
|
|
9000
9029
|
"componentPropertyDefinitions": {
|
|
9001
|
-
"
|
|
9002
|
-
"type": "
|
|
9030
|
+
"Show Header#870:0": {
|
|
9031
|
+
"type": "BOOLEAN"
|
|
9003
9032
|
},
|
|
9004
|
-
"
|
|
9033
|
+
"Placeholder#958:0": {
|
|
9005
9034
|
"type": "TEXT"
|
|
9006
9035
|
},
|
|
9007
|
-
"
|
|
9008
|
-
"type": "
|
|
9036
|
+
"Show Footer#958:25": {
|
|
9037
|
+
"type": "BOOLEAN"
|
|
9009
9038
|
},
|
|
9010
|
-
"
|
|
9011
|
-
"type": "
|
|
9039
|
+
"Show Description#958:50": {
|
|
9040
|
+
"type": "BOOLEAN"
|
|
9012
9041
|
},
|
|
9013
|
-
"
|
|
9014
|
-
"type": "
|
|
9042
|
+
"Show Character Count#958:75": {
|
|
9043
|
+
"type": "BOOLEAN"
|
|
9015
9044
|
},
|
|
9016
|
-
"
|
|
9017
|
-
"type": "
|
|
9045
|
+
"Show Suffix#958:100": {
|
|
9046
|
+
"type": "BOOLEAN"
|
|
9018
9047
|
},
|
|
9019
|
-
"Show
|
|
9048
|
+
"Show Prefix#958:125": {
|
|
9020
9049
|
"type": "BOOLEAN"
|
|
9021
9050
|
},
|
|
9022
|
-
"Show
|
|
9051
|
+
"Show Indicator#1259:0": {
|
|
9052
|
+
"type": "BOOLEAN"
|
|
9053
|
+
},
|
|
9054
|
+
"Show Prefix Text#1267:0": {
|
|
9023
9055
|
"type": "BOOLEAN"
|
|
9024
9056
|
},
|
|
9025
9057
|
"Prefix Icon#1267:25": {
|
|
9026
9058
|
"type": "INSTANCE_SWAP",
|
|
9027
9059
|
"preferredValues": []
|
|
9028
9060
|
},
|
|
9029
|
-
"Show Prefix#
|
|
9061
|
+
"Show Prefix Icon#1267:50": {
|
|
9030
9062
|
"type": "BOOLEAN"
|
|
9031
9063
|
},
|
|
9032
|
-
"Show Suffix#
|
|
9064
|
+
"Show Suffix Icon#1267:75": {
|
|
9033
9065
|
"type": "BOOLEAN"
|
|
9034
9066
|
},
|
|
9035
|
-
"
|
|
9036
|
-
"type": "
|
|
9067
|
+
"Suffix Icon #1267:100": {
|
|
9068
|
+
"type": "INSTANCE_SWAP",
|
|
9069
|
+
"preferredValues": []
|
|
9037
9070
|
},
|
|
9038
|
-
"Show
|
|
9071
|
+
"Show Suffix Text#1267:125": {
|
|
9039
9072
|
"type": "BOOLEAN"
|
|
9040
9073
|
},
|
|
9041
|
-
"
|
|
9074
|
+
"Filled Text#1304:0": {
|
|
9042
9075
|
"type": "TEXT"
|
|
9043
9076
|
},
|
|
9044
|
-
"
|
|
9045
|
-
"type": "
|
|
9077
|
+
"Description#12626:5": {
|
|
9078
|
+
"type": "TEXT"
|
|
9046
9079
|
},
|
|
9047
|
-
"
|
|
9048
|
-
"type": "
|
|
9080
|
+
"Label#14964:0": {
|
|
9081
|
+
"type": "TEXT"
|
|
9049
9082
|
},
|
|
9050
|
-
"
|
|
9051
|
-
"type": "
|
|
9052
|
-
"preferredValues": []
|
|
9083
|
+
"Max Character Count#15327:27": {
|
|
9084
|
+
"type": "TEXT"
|
|
9053
9085
|
},
|
|
9054
|
-
"
|
|
9055
|
-
"type": "
|
|
9086
|
+
"Character Count#15327:64": {
|
|
9087
|
+
"type": "TEXT"
|
|
9056
9088
|
},
|
|
9057
9089
|
"Prefix Text#15327:101": {
|
|
9058
9090
|
"type": "TEXT"
|
|
9059
9091
|
},
|
|
9060
|
-
"
|
|
9061
|
-
"type": "BOOLEAN"
|
|
9062
|
-
},
|
|
9063
|
-
"Placeholder#958:0": {
|
|
9092
|
+
"Suffix Text#15327:138": {
|
|
9064
9093
|
"type": "TEXT"
|
|
9065
9094
|
},
|
|
9066
|
-
"
|
|
9067
|
-
"type": "
|
|
9095
|
+
"Indicator#15327:249": {
|
|
9096
|
+
"type": "TEXT"
|
|
9068
9097
|
},
|
|
9069
9098
|
"Size": {
|
|
9070
9099
|
"type": "VARIANT",
|
|
9071
9100
|
"variantOptions": [
|
|
9072
9101
|
"Medium",
|
|
9073
|
-
"Large"
|
|
9074
|
-
"XLarge"
|
|
9102
|
+
"Large(Default)"
|
|
9075
9103
|
]
|
|
9076
9104
|
},
|
|
9077
9105
|
"State": {
|
|
@@ -9095,26 +9123,26 @@ const metadata$1 = {
|
|
|
9095
9123
|
}
|
|
9096
9124
|
};
|
|
9097
9125
|
|
|
9098
|
-
const metadata = {
|
|
9126
|
+
const metadata$1 = {
|
|
9099
9127
|
"name": "🟢 Toggle Button",
|
|
9100
9128
|
"key": "1d240ee5fd7a56879713e69cbea1b6f006f0ea22",
|
|
9101
9129
|
"componentPropertyDefinitions": {
|
|
9102
|
-
"
|
|
9130
|
+
"Label#6122:49": {
|
|
9131
|
+
"type": "TEXT"
|
|
9132
|
+
},
|
|
9133
|
+
"Prefix Icon#6122:98": {
|
|
9103
9134
|
"type": "INSTANCE_SWAP",
|
|
9104
9135
|
"preferredValues": []
|
|
9105
9136
|
},
|
|
9106
|
-
"Show Prefix Icon#6122:392": {
|
|
9107
|
-
"type": "BOOLEAN"
|
|
9108
|
-
},
|
|
9109
9137
|
"Show Suffix Icon#6122:147": {
|
|
9110
9138
|
"type": "BOOLEAN"
|
|
9111
9139
|
},
|
|
9112
|
-
"
|
|
9140
|
+
"Suffix Icon#6122:343": {
|
|
9113
9141
|
"type": "INSTANCE_SWAP",
|
|
9114
9142
|
"preferredValues": []
|
|
9115
9143
|
},
|
|
9116
|
-
"
|
|
9117
|
-
"type": "
|
|
9144
|
+
"Show Prefix Icon#6122:392": {
|
|
9145
|
+
"type": "BOOLEAN"
|
|
9118
9146
|
},
|
|
9119
9147
|
"Size": {
|
|
9120
9148
|
"type": "VARIANT",
|
|
@@ -9146,11 +9174,53 @@ const metadata = {
|
|
|
9146
9174
|
}
|
|
9147
9175
|
};
|
|
9148
9176
|
|
|
9177
|
+
const metadata = {
|
|
9178
|
+
"name": "🟢 Top Navigation",
|
|
9179
|
+
"key": "f6d069d65f8ffc8b430fd8f3013910557f36e9da",
|
|
9180
|
+
"componentPropertyDefinitions": {
|
|
9181
|
+
"Show Title#33588:82": {
|
|
9182
|
+
"type": "BOOLEAN"
|
|
9183
|
+
},
|
|
9184
|
+
"OS (Figma Only)": {
|
|
9185
|
+
"type": "VARIANT",
|
|
9186
|
+
"variantOptions": [
|
|
9187
|
+
"iOS",
|
|
9188
|
+
"Android"
|
|
9189
|
+
]
|
|
9190
|
+
},
|
|
9191
|
+
"Variant": {
|
|
9192
|
+
"type": "VARIANT",
|
|
9193
|
+
"variantOptions": [
|
|
9194
|
+
"Layer Default",
|
|
9195
|
+
"Transparent"
|
|
9196
|
+
]
|
|
9197
|
+
},
|
|
9198
|
+
"Left": {
|
|
9199
|
+
"type": "VARIANT",
|
|
9200
|
+
"variantOptions": [
|
|
9201
|
+
"Back",
|
|
9202
|
+
"Close",
|
|
9203
|
+
"Custom",
|
|
9204
|
+
"None"
|
|
9205
|
+
]
|
|
9206
|
+
},
|
|
9207
|
+
"Right": {
|
|
9208
|
+
"type": "VARIANT",
|
|
9209
|
+
"variantOptions": [
|
|
9210
|
+
"1 Icon Button",
|
|
9211
|
+
"2 Icon Button",
|
|
9212
|
+
"3 Icon Button",
|
|
9213
|
+
"Text Button",
|
|
9214
|
+
"None"
|
|
9215
|
+
]
|
|
9216
|
+
}
|
|
9217
|
+
}
|
|
9218
|
+
};
|
|
9219
|
+
|
|
9149
9220
|
var FIGMA_COMPONENTS = {
|
|
9150
9221
|
__proto__: null,
|
|
9151
|
-
actionButton: metadata$
|
|
9152
|
-
|
|
9153
|
-
actionSheet: metadata$D,
|
|
9222
|
+
actionButton: metadata$E,
|
|
9223
|
+
alertDialog: metadata$D,
|
|
9154
9224
|
avatar: metadata$C,
|
|
9155
9225
|
avatarStack: metadata$B,
|
|
9156
9226
|
badge: metadata$A,
|
|
@@ -9159,42 +9229,43 @@ var FIGMA_COMPONENTS = {
|
|
|
9159
9229
|
bottomSheet: metadata$x,
|
|
9160
9230
|
callout: metadata$w,
|
|
9161
9231
|
checkbox: metadata$v,
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
|
|
9185
|
-
|
|
9186
|
-
|
|
9187
|
-
|
|
9232
|
+
checkmark: metadata$u,
|
|
9233
|
+
chip: metadata$t,
|
|
9234
|
+
chlid: metadata$s,
|
|
9235
|
+
contextualFloatingButton: metadata$r,
|
|
9236
|
+
divider: metadata$q,
|
|
9237
|
+
floatingActionButton: metadata$p,
|
|
9238
|
+
helpBubble: metadata$o,
|
|
9239
|
+
inlineBanner: metadata$n,
|
|
9240
|
+
mainTabNavigationGlobal: metadata$m,
|
|
9241
|
+
mainTabNavigationKr: metadata$l,
|
|
9242
|
+
mannerTemp: metadata$k,
|
|
9243
|
+
mannerTempBadge: metadata$j,
|
|
9244
|
+
menuSheet: metadata$i,
|
|
9245
|
+
multilineTextField: metadata$h,
|
|
9246
|
+
progressCircle: metadata$g,
|
|
9247
|
+
radio: metadata$f,
|
|
9248
|
+
radioMark: metadata$e,
|
|
9249
|
+
rangeSlider: metadata$d,
|
|
9250
|
+
reactionButton: metadata$c,
|
|
9251
|
+
resizableChild: metadata$a,
|
|
9252
|
+
resizableIcon: metadata$b,
|
|
9253
|
+
segmentedControl: metadata$9,
|
|
9254
|
+
selectBox: metadata$8,
|
|
9255
|
+
skeleton: metadata$7,
|
|
9256
|
+
slider: metadata$6,
|
|
9257
|
+
snackbar: metadata$5,
|
|
9188
9258
|
switch: metadata$4,
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
textField: metadata$
|
|
9197
|
-
toggleButton: metadata
|
|
9259
|
+
tabs: metadata$3,
|
|
9260
|
+
templateButtonGroup: metadata$K,
|
|
9261
|
+
templateChipGroup: metadata$J,
|
|
9262
|
+
templateCompletion: metadata$I,
|
|
9263
|
+
templateErrorState: metadata$H,
|
|
9264
|
+
templateSelectBoxGroup: metadata$G,
|
|
9265
|
+
templateTopNavigation: metadata$F,
|
|
9266
|
+
textField: metadata$2,
|
|
9267
|
+
toggleButton: metadata$1,
|
|
9268
|
+
topNavigation: metadata
|
|
9198
9269
|
};
|
|
9199
9270
|
|
|
9200
9271
|
function createStaticStyleRepository(styles) {
|
|
@@ -9364,7 +9435,10 @@ function createVariableService({ variableRepository, inferCompareFunction }) {
|
|
|
9364
9435
|
};
|
|
9365
9436
|
}
|
|
9366
9437
|
|
|
9367
|
-
const styleRepository = createStaticStyleRepository(
|
|
9438
|
+
const styleRepository = createStaticStyleRepository([
|
|
9439
|
+
...FIGMA_TEXT_STYLES,
|
|
9440
|
+
...FIGMA_FILL_STYLES
|
|
9441
|
+
]);
|
|
9368
9442
|
const variableRepository = createStaticVariableRepository({
|
|
9369
9443
|
variables: FIGMA_VARIABLES,
|
|
9370
9444
|
variableCollections: FIGMA_VARIABLE_COLLECTIONS
|
|
@@ -9608,7 +9682,32 @@ function toCssRgba(color) {
|
|
|
9608
9682
|
}
|
|
9609
9683
|
|
|
9610
9684
|
const defaultVariableNameFormatter = ({ slug })=>slug.filter((s)=>s !== "dimension").map((s)=>s.replaceAll(",", "_")).join("/");
|
|
9611
|
-
const
|
|
9685
|
+
const defaultTextStyleNameFormatter = ({ slug })=>slug[slug.length - 1];
|
|
9686
|
+
const defaultFillStyleResolver = ({ slug })=>{
|
|
9687
|
+
const [, ...rest] = slug;
|
|
9688
|
+
if (rest.includes("fade")) {
|
|
9689
|
+
// ["fade", "layer-default", "↓(to-bottom)"]
|
|
9690
|
+
const last = rest[rest.length - 1];
|
|
9691
|
+
const direction = (()=>{
|
|
9692
|
+
if (last.startsWith("↓")) return "to bottom";
|
|
9693
|
+
if (last.startsWith("↑")) return "to top";
|
|
9694
|
+
if (last.startsWith("→")) return "to right";
|
|
9695
|
+
if (last.startsWith("←")) return "to left";
|
|
9696
|
+
return "unknown";
|
|
9697
|
+
})();
|
|
9698
|
+
return {
|
|
9699
|
+
value: camelCase(rest.slice(0, -1).join("-"), {
|
|
9700
|
+
mergeAmbiguousCharacters: true
|
|
9701
|
+
}),
|
|
9702
|
+
direction
|
|
9703
|
+
};
|
|
9704
|
+
}
|
|
9705
|
+
return {
|
|
9706
|
+
value: camelCase(rest.join("-"), {
|
|
9707
|
+
mergeAmbiguousCharacters: true
|
|
9708
|
+
})
|
|
9709
|
+
};
|
|
9710
|
+
};
|
|
9612
9711
|
const defaultRawValueFormatters = {
|
|
9613
9712
|
color: (value)=>toCssRgba(value),
|
|
9614
9713
|
dimension: (value)=>value,
|
|
@@ -9622,7 +9721,8 @@ function createPipeline(options = {}) {
|
|
|
9622
9721
|
variableService,
|
|
9623
9722
|
variableNameFormatter: defaultVariableNameFormatter,
|
|
9624
9723
|
styleService,
|
|
9625
|
-
|
|
9724
|
+
textStyleNameFormatter: defaultTextStyleNameFormatter,
|
|
9725
|
+
fillStyleResolver: defaultFillStyleResolver,
|
|
9626
9726
|
rawValueFormatters: defaultRawValueFormatters,
|
|
9627
9727
|
shouldInferVariableName
|
|
9628
9728
|
});
|