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