@seed-design/figma 0.1.7 → 0.1.9
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 +773 -660
- package/lib/codegen/index.d.ts +725 -625
- package/lib/codegen/index.d.ts.map +1 -1
- package/lib/codegen/index.js +773 -660
- package/lib/codegen/targets/react/index.cjs +1242 -1226
- package/lib/codegen/targets/react/index.d.ts +22 -11
- package/lib/codegen/targets/react/index.d.ts.map +1 -1
- package/lib/codegen/targets/react/index.js +1242 -1226
- package/lib/index.cjs +899 -671
- package/lib/index.d.ts +3 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +899 -671
- package/package.json +3 -3
- package/src/codegen/component-properties.ts +289 -144
- 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 +88 -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 +7 -4
- 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 +11 -8
- package/src/codegen/targets/react/component/handlers/snackbar.ts +2 -2
- package/src/codegen/targets/react/component/handlers/switch.ts +2 -7
- 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 +16 -9
- 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 +90 -0
- package/src/entities/data/__generated__/component-sets/chip.mjs +90 -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 +15 -6
- package/src/entities/data/__generated__/component-sets/switch.mjs +15 -6
- 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,52 @@ 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
|
+
{
|
|
8270
|
+
"type": "COMPONENT_SET",
|
|
8271
|
+
"key": "19923052d4152393ecdc6e2f5853ea0359849127"
|
|
8272
|
+
}
|
|
8273
|
+
]
|
|
8190
8274
|
},
|
|
8191
|
-
"
|
|
8275
|
+
"Has Suffix#32538:181": {
|
|
8276
|
+
"type": "BOOLEAN"
|
|
8277
|
+
},
|
|
8278
|
+
"Variant": {
|
|
8192
8279
|
"type": "VARIANT",
|
|
8193
8280
|
"variantOptions": [
|
|
8194
|
-
"
|
|
8195
|
-
"
|
|
8281
|
+
"Solid",
|
|
8282
|
+
"Outline Strong",
|
|
8283
|
+
"Outline Weak"
|
|
8196
8284
|
]
|
|
8197
8285
|
},
|
|
8198
|
-
"
|
|
8286
|
+
"Size": {
|
|
8199
8287
|
"type": "VARIANT",
|
|
8200
8288
|
"variantOptions": [
|
|
8201
|
-
"
|
|
8202
|
-
"
|
|
8203
|
-
"
|
|
8204
|
-
"Icon Both",
|
|
8205
|
-
"Icon Only"
|
|
8289
|
+
"Large",
|
|
8290
|
+
"Medium",
|
|
8291
|
+
"Small"
|
|
8206
8292
|
]
|
|
8207
8293
|
},
|
|
8208
8294
|
"State": {
|
|
@@ -8210,161 +8296,121 @@ const metadata$t = {
|
|
|
8210
8296
|
"variantOptions": [
|
|
8211
8297
|
"Enabled",
|
|
8212
8298
|
"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"
|
|
8299
|
+
"Disabled"
|
|
8231
8300
|
]
|
|
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
8301
|
},
|
|
8243
|
-
"
|
|
8244
|
-
"type": "TEXT"
|
|
8245
|
-
},
|
|
8246
|
-
"Description#16237:5": {
|
|
8247
|
-
"type": "TEXT"
|
|
8248
|
-
},
|
|
8249
|
-
"Show Buttons#9080:5": {
|
|
8250
|
-
"type": "BOOLEAN"
|
|
8251
|
-
},
|
|
8252
|
-
"Variant": {
|
|
8302
|
+
"Selected": {
|
|
8253
8303
|
"type": "VARIANT",
|
|
8254
8304
|
"variantOptions": [
|
|
8255
|
-
"
|
|
8256
|
-
"
|
|
8305
|
+
"False",
|
|
8306
|
+
"True"
|
|
8257
8307
|
]
|
|
8258
8308
|
},
|
|
8259
|
-
"
|
|
8309
|
+
"Prefix Type": {
|
|
8260
8310
|
"type": "VARIANT",
|
|
8261
8311
|
"variantOptions": [
|
|
8262
|
-
"
|
|
8263
|
-
"
|
|
8312
|
+
"None",
|
|
8313
|
+
"Icon",
|
|
8314
|
+
"Avatar",
|
|
8315
|
+
"Image"
|
|
8264
8316
|
]
|
|
8265
8317
|
}
|
|
8266
8318
|
}
|
|
8267
8319
|
};
|
|
8268
8320
|
|
|
8269
|
-
const metadata$
|
|
8270
|
-
"name": "🟢
|
|
8271
|
-
"key": "
|
|
8321
|
+
const metadata$s = {
|
|
8322
|
+
"name": "🟢 Chlid",
|
|
8323
|
+
"key": "aa9ffdd60fbfdea42f0d11162cd64f4b4389ddcc",
|
|
8272
8324
|
"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
8325
|
"Type": {
|
|
8286
8326
|
"type": "VARIANT",
|
|
8287
8327
|
"variantOptions": [
|
|
8288
|
-
"
|
|
8289
|
-
"
|
|
8290
|
-
|
|
8291
|
-
},
|
|
8292
|
-
"Action Group Count": {
|
|
8293
|
-
"type": "VARIANT",
|
|
8294
|
-
"variantOptions": [
|
|
8295
|
-
"1",
|
|
8296
|
-
"2"
|
|
8328
|
+
"Child",
|
|
8329
|
+
"Text",
|
|
8330
|
+
"Slot"
|
|
8297
8331
|
]
|
|
8298
8332
|
}
|
|
8299
8333
|
}
|
|
8300
8334
|
};
|
|
8301
8335
|
|
|
8302
|
-
const metadata$
|
|
8303
|
-
"name": "🟢
|
|
8336
|
+
const metadata$r = {
|
|
8337
|
+
"name": "🟢 Contextual Floating Button",
|
|
8304
8338
|
"key": "032f3fddaad0aa3fa5a7f680768c1f5d02fb463f",
|
|
8305
8339
|
"componentPropertyDefinitions": {
|
|
8306
|
-
"Label#28936:0": {
|
|
8307
|
-
"type": "TEXT"
|
|
8308
|
-
},
|
|
8309
8340
|
"Icon#28796:0": {
|
|
8310
8341
|
"type": "INSTANCE_SWAP",
|
|
8311
8342
|
"preferredValues": []
|
|
8312
8343
|
},
|
|
8313
|
-
"
|
|
8344
|
+
"Label#28936:0": {
|
|
8345
|
+
"type": "TEXT"
|
|
8346
|
+
},
|
|
8347
|
+
"Layout": {
|
|
8314
8348
|
"type": "VARIANT",
|
|
8315
8349
|
"variantOptions": [
|
|
8316
|
-
"
|
|
8317
|
-
"
|
|
8350
|
+
"Icon First",
|
|
8351
|
+
"Icon Only"
|
|
8318
8352
|
]
|
|
8319
8353
|
},
|
|
8320
8354
|
"Variant": {
|
|
8321
8355
|
"type": "VARIANT",
|
|
8322
8356
|
"variantOptions": [
|
|
8323
|
-
"
|
|
8324
|
-
"Layer
|
|
8357
|
+
"Solid",
|
|
8358
|
+
"Layer"
|
|
8325
8359
|
]
|
|
8326
8360
|
},
|
|
8327
8361
|
"State": {
|
|
8328
8362
|
"type": "VARIANT",
|
|
8329
8363
|
"variantOptions": [
|
|
8330
8364
|
"Enabled",
|
|
8331
|
-
"Pressed"
|
|
8365
|
+
"Pressed",
|
|
8366
|
+
"Loading",
|
|
8367
|
+
"Disabled"
|
|
8332
8368
|
]
|
|
8333
8369
|
}
|
|
8334
8370
|
}
|
|
8335
8371
|
};
|
|
8336
8372
|
|
|
8337
|
-
const metadata$
|
|
8373
|
+
const metadata$q = {
|
|
8374
|
+
"name": "🟢 Divider",
|
|
8375
|
+
"key": "848e953725f757ea1a79e1fecc0b608a035032d3",
|
|
8376
|
+
"componentPropertyDefinitions": {
|
|
8377
|
+
"Tone": {
|
|
8378
|
+
"type": "VARIANT",
|
|
8379
|
+
"variantOptions": [
|
|
8380
|
+
"Neutral",
|
|
8381
|
+
"Neutral Muted"
|
|
8382
|
+
]
|
|
8383
|
+
}
|
|
8384
|
+
}
|
|
8385
|
+
};
|
|
8386
|
+
|
|
8387
|
+
const metadata$p = {
|
|
8338
8388
|
"name": "🟢 Floating Action Button",
|
|
8339
|
-
"key": "
|
|
8389
|
+
"key": "65f9e7eede627b893fb8ff94ed9a7d0db900c464",
|
|
8340
8390
|
"componentPropertyDefinitions": {
|
|
8341
|
-
"
|
|
8342
|
-
"type": "INSTANCE_SWAP",
|
|
8343
|
-
"preferredValues": []
|
|
8344
|
-
},
|
|
8345
|
-
"State": {
|
|
8391
|
+
"Type": {
|
|
8346
8392
|
"type": "VARIANT",
|
|
8347
8393
|
"variantOptions": [
|
|
8348
|
-
"
|
|
8349
|
-
"
|
|
8394
|
+
"Button",
|
|
8395
|
+
"Menu"
|
|
8350
8396
|
]
|
|
8351
8397
|
}
|
|
8352
8398
|
}
|
|
8353
8399
|
};
|
|
8354
8400
|
|
|
8355
|
-
const metadata$
|
|
8401
|
+
const metadata$o = {
|
|
8356
8402
|
"name": "🟢 Help Bubble",
|
|
8357
8403
|
"key": "804b327c091278a40d5891939eaed90bb2889659",
|
|
8358
8404
|
"componentPropertyDefinitions": {
|
|
8405
|
+
"Show Description#62499:0": {
|
|
8406
|
+
"type": "BOOLEAN"
|
|
8407
|
+
},
|
|
8359
8408
|
"Title#62535:0": {
|
|
8360
8409
|
"type": "TEXT"
|
|
8361
8410
|
},
|
|
8362
8411
|
"Description#62535:98": {
|
|
8363
8412
|
"type": "TEXT"
|
|
8364
8413
|
},
|
|
8365
|
-
"Show Description#62499:0": {
|
|
8366
|
-
"type": "BOOLEAN"
|
|
8367
|
-
},
|
|
8368
8414
|
"Placement": {
|
|
8369
8415
|
"type": "VARIANT",
|
|
8370
8416
|
"variantOptions": [
|
|
@@ -8381,41 +8427,20 @@ const metadata$n = {
|
|
|
8381
8427
|
"Top-Center",
|
|
8382
8428
|
"Top-Right"
|
|
8383
8429
|
]
|
|
8384
|
-
},
|
|
8385
|
-
"Show Close Button": {
|
|
8386
|
-
"type": "VARIANT",
|
|
8387
|
-
"variantOptions": [
|
|
8388
|
-
"True",
|
|
8389
|
-
"False"
|
|
8390
|
-
]
|
|
8391
8430
|
}
|
|
8392
8431
|
}
|
|
8393
8432
|
};
|
|
8394
8433
|
|
|
8395
|
-
const metadata$
|
|
8396
|
-
"name": "🟢 Identity Placeholder",
|
|
8397
|
-
"key": "808206c07408aa1056ec85a55925e9844e9265c2",
|
|
8398
|
-
"componentPropertyDefinitions": {
|
|
8399
|
-
"Identity": {
|
|
8400
|
-
"type": "VARIANT",
|
|
8401
|
-
"variantOptions": [
|
|
8402
|
-
"Person",
|
|
8403
|
-
"Business"
|
|
8404
|
-
]
|
|
8405
|
-
}
|
|
8406
|
-
}
|
|
8407
|
-
};
|
|
8408
|
-
|
|
8409
|
-
const metadata$l = {
|
|
8434
|
+
const metadata$n = {
|
|
8410
8435
|
"name": "🟢 Inline Banner",
|
|
8411
8436
|
"key": "ce587d0f21754af05240cb32a4880227cb0ea1e1",
|
|
8412
8437
|
"componentPropertyDefinitions": {
|
|
8413
|
-
"Show Icon#11840:27": {
|
|
8414
|
-
"type": "BOOLEAN"
|
|
8415
|
-
},
|
|
8416
8438
|
"Link Label#1547:81": {
|
|
8417
8439
|
"type": "TEXT"
|
|
8418
8440
|
},
|
|
8441
|
+
"Show Icon#11840:27": {
|
|
8442
|
+
"type": "BOOLEAN"
|
|
8443
|
+
},
|
|
8419
8444
|
"Interaction": {
|
|
8420
8445
|
"type": "VARIANT",
|
|
8421
8446
|
"variantOptions": [
|
|
@@ -8447,14 +8472,14 @@ const metadata$l = {
|
|
|
8447
8472
|
}
|
|
8448
8473
|
};
|
|
8449
8474
|
|
|
8450
|
-
const metadata$
|
|
8475
|
+
const metadata$m = {
|
|
8451
8476
|
"name": "🟢 Main Tab Navigation / Global",
|
|
8452
8477
|
"key": "a694a1da14a5c1d7d5c66bc78218c0c61fb388ab",
|
|
8453
8478
|
"componentPropertyDefinitions": {
|
|
8454
|
-
"
|
|
8479
|
+
"Title#6406:6": {
|
|
8455
8480
|
"type": "TEXT"
|
|
8456
8481
|
},
|
|
8457
|
-
"
|
|
8482
|
+
"Button Label#6409:18": {
|
|
8458
8483
|
"type": "TEXT"
|
|
8459
8484
|
},
|
|
8460
8485
|
"Title Type": {
|
|
@@ -8474,7 +8499,7 @@ const metadata$k = {
|
|
|
8474
8499
|
}
|
|
8475
8500
|
};
|
|
8476
8501
|
|
|
8477
|
-
const metadata$
|
|
8502
|
+
const metadata$l = {
|
|
8478
8503
|
"name": "🟢 Main Tab Navigation / KR",
|
|
8479
8504
|
"key": "41d3601e6b4c632a56cdc8fad485a76c026fdd8e",
|
|
8480
8505
|
"componentPropertyDefinitions": {
|
|
@@ -8498,11 +8523,11 @@ const metadata$j = {
|
|
|
8498
8523
|
}
|
|
8499
8524
|
};
|
|
8500
8525
|
|
|
8501
|
-
const metadata$
|
|
8526
|
+
const metadata$k = {
|
|
8502
8527
|
"name": "🟢 Manner Temp",
|
|
8503
|
-
"key": "
|
|
8528
|
+
"key": "37c0a35f73a730fdfba7929cea91a7590fc93733",
|
|
8504
8529
|
"componentPropertyDefinitions": {
|
|
8505
|
-
"
|
|
8530
|
+
"Level": {
|
|
8506
8531
|
"type": "VARIANT",
|
|
8507
8532
|
"variantOptions": [
|
|
8508
8533
|
"L1 (~29.9)",
|
|
@@ -8516,21 +8541,15 @@ const metadata$i = {
|
|
|
8516
8541
|
}
|
|
8517
8542
|
};
|
|
8518
8543
|
|
|
8519
|
-
const metadata$
|
|
8520
|
-
"name": "🟢 Manner Temp
|
|
8521
|
-
"key": "
|
|
8544
|
+
const metadata$j = {
|
|
8545
|
+
"name": "🟢 Manner Temp Badge",
|
|
8546
|
+
"key": "3ef9a84d4d80046ff9a581136bd56269554a6e00",
|
|
8522
8547
|
"componentPropertyDefinitions": {
|
|
8523
|
-
"
|
|
8524
|
-
"type": "VARIANT",
|
|
8525
|
-
"variantOptions": [
|
|
8526
|
-
"Medium"
|
|
8527
|
-
]
|
|
8528
|
-
},
|
|
8529
|
-
"State": {
|
|
8548
|
+
"Level": {
|
|
8530
8549
|
"type": "VARIANT",
|
|
8531
8550
|
"variantOptions": [
|
|
8532
|
-
"L1 (29.9
|
|
8533
|
-
"L2 (
|
|
8551
|
+
"L1 (~29.9)",
|
|
8552
|
+
"L2 (30.0~36.2)",
|
|
8534
8553
|
"L3 (36.3~37.5)",
|
|
8535
8554
|
"L4 (37.6~41.9)",
|
|
8536
8555
|
"L5 (42~51.9)",
|
|
@@ -8540,63 +8559,82 @@ const metadata$h = {
|
|
|
8540
8559
|
}
|
|
8541
8560
|
};
|
|
8542
8561
|
|
|
8543
|
-
const metadata$
|
|
8544
|
-
"name": "🟢
|
|
8545
|
-
"key": "
|
|
8562
|
+
const metadata$i = {
|
|
8563
|
+
"name": "🟢 Menu Sheet",
|
|
8564
|
+
"key": "cd4cf8a850bf3de87b79080b36b421a649bf3fcb",
|
|
8546
8565
|
"componentPropertyDefinitions": {
|
|
8547
|
-
"
|
|
8566
|
+
"Title Text#14599:0": {
|
|
8567
|
+
"type": "TEXT"
|
|
8568
|
+
},
|
|
8569
|
+
"Show Header#17043:12": {
|
|
8570
|
+
"type": "BOOLEAN"
|
|
8571
|
+
},
|
|
8572
|
+
"Description Text#21827:0": {
|
|
8573
|
+
"type": "TEXT"
|
|
8574
|
+
},
|
|
8575
|
+
"Show Safe Area#25531:15": {
|
|
8576
|
+
"type": "BOOLEAN"
|
|
8577
|
+
},
|
|
8578
|
+
"Show Description#32984:0": {
|
|
8579
|
+
"type": "BOOLEAN"
|
|
8580
|
+
},
|
|
8581
|
+
"Menu Group Count": {
|
|
8548
8582
|
"type": "VARIANT",
|
|
8549
8583
|
"variantOptions": [
|
|
8550
|
-
"
|
|
8551
|
-
"
|
|
8552
|
-
"
|
|
8553
|
-
|
|
8554
|
-
|
|
8555
|
-
|
|
8584
|
+
"2",
|
|
8585
|
+
"3",
|
|
8586
|
+
"1"
|
|
8587
|
+
]
|
|
8588
|
+
},
|
|
8589
|
+
"Layout": {
|
|
8590
|
+
"type": "VARIANT",
|
|
8591
|
+
"variantOptions": [
|
|
8592
|
+
"Text Only",
|
|
8593
|
+
"Text with Icon"
|
|
8556
8594
|
]
|
|
8557
8595
|
}
|
|
8558
8596
|
}
|
|
8559
8597
|
};
|
|
8560
8598
|
|
|
8561
|
-
const metadata$
|
|
8599
|
+
const metadata$h = {
|
|
8562
8600
|
"name": "🟢 Multiline Text Field",
|
|
8563
8601
|
"key": "88b2399c930c85f9ce2972163a078bc684b84bbe",
|
|
8564
8602
|
"componentPropertyDefinitions": {
|
|
8565
|
-
"
|
|
8566
|
-
"type": "
|
|
8567
|
-
},
|
|
8568
|
-
"Character Count#15327:360": {
|
|
8569
|
-
"type": "TEXT"
|
|
8603
|
+
"Show Header#870:0": {
|
|
8604
|
+
"type": "BOOLEAN"
|
|
8570
8605
|
},
|
|
8571
|
-
"
|
|
8606
|
+
"Placeholder#958:0": {
|
|
8572
8607
|
"type": "TEXT"
|
|
8573
8608
|
},
|
|
8574
|
-
"
|
|
8575
|
-
"type": "
|
|
8609
|
+
"Show Footer#958:25": {
|
|
8610
|
+
"type": "BOOLEAN"
|
|
8576
8611
|
},
|
|
8577
|
-
"
|
|
8578
|
-
"type": "
|
|
8612
|
+
"Show Description#958:50": {
|
|
8613
|
+
"type": "BOOLEAN"
|
|
8579
8614
|
},
|
|
8580
8615
|
"Show Character count#958:75": {
|
|
8581
8616
|
"type": "BOOLEAN"
|
|
8582
8617
|
},
|
|
8583
|
-
"Show
|
|
8618
|
+
"Show Indicator#1259:0": {
|
|
8584
8619
|
"type": "BOOLEAN"
|
|
8585
8620
|
},
|
|
8586
|
-
"
|
|
8587
|
-
"type": "
|
|
8621
|
+
"Filled Text#1304:0": {
|
|
8622
|
+
"type": "TEXT"
|
|
8623
|
+
},
|
|
8624
|
+
"Max Character Count#15327:175": {
|
|
8625
|
+
"type": "TEXT"
|
|
8588
8626
|
},
|
|
8589
8627
|
"Description#15327:212": {
|
|
8590
8628
|
"type": "TEXT"
|
|
8591
8629
|
},
|
|
8592
|
-
"
|
|
8593
|
-
"type": "
|
|
8630
|
+
"Indicator#15327:286": {
|
|
8631
|
+
"type": "TEXT"
|
|
8594
8632
|
},
|
|
8595
|
-
"
|
|
8633
|
+
"Label#15327:323": {
|
|
8596
8634
|
"type": "TEXT"
|
|
8597
8635
|
},
|
|
8598
|
-
"
|
|
8599
|
-
"type": "
|
|
8636
|
+
"Character Count#15327:360": {
|
|
8637
|
+
"type": "TEXT"
|
|
8600
8638
|
},
|
|
8601
8639
|
"Size": {
|
|
8602
8640
|
"type": "VARIANT",
|
|
@@ -8627,7 +8665,7 @@ const metadata$f = {
|
|
|
8627
8665
|
}
|
|
8628
8666
|
};
|
|
8629
8667
|
|
|
8630
|
-
const metadata$
|
|
8668
|
+
const metadata$g = {
|
|
8631
8669
|
"name": "🟢 Progress Circle",
|
|
8632
8670
|
"key": "6e6779a372cab2485a0e25529bc4dbc9932a7346",
|
|
8633
8671
|
"componentPropertyDefinitions": {
|
|
@@ -8643,7 +8681,8 @@ const metadata$e = {
|
|
|
8643
8681
|
"variantOptions": [
|
|
8644
8682
|
"Neutral",
|
|
8645
8683
|
"Brand",
|
|
8646
|
-
"Static White"
|
|
8684
|
+
"Static White",
|
|
8685
|
+
"Custom(inherit)"
|
|
8647
8686
|
]
|
|
8648
8687
|
},
|
|
8649
8688
|
"Value": {
|
|
@@ -8659,7 +8698,7 @@ const metadata$e = {
|
|
|
8659
8698
|
}
|
|
8660
8699
|
};
|
|
8661
8700
|
|
|
8662
|
-
const metadata$
|
|
8701
|
+
const metadata$f = {
|
|
8663
8702
|
"name": "🟢 Radio",
|
|
8664
8703
|
"key": "ac72d9e5ab04a1d59eaf77dffd380fd6e491ecf8",
|
|
8665
8704
|
"componentPropertyDefinitions": {
|
|
@@ -8678,16 +8717,51 @@ const metadata$d = {
|
|
|
8678
8717
|
"variantOptions": [
|
|
8679
8718
|
"Enabled",
|
|
8680
8719
|
"Pressed",
|
|
8720
|
+
"Disabled",
|
|
8681
8721
|
"Selected",
|
|
8682
8722
|
"Selected-Pressed",
|
|
8683
|
-
"Disabled"
|
|
8684
|
-
"Disabled-Selected"
|
|
8723
|
+
"Selected-Disabled"
|
|
8685
8724
|
]
|
|
8686
8725
|
}
|
|
8687
8726
|
}
|
|
8688
8727
|
};
|
|
8689
8728
|
|
|
8690
|
-
const metadata$
|
|
8729
|
+
const metadata$e = {
|
|
8730
|
+
"name": "🟢 Radio Mark",
|
|
8731
|
+
"key": "832d696d6e9566610968cd70f128f500ec009d6a",
|
|
8732
|
+
"componentPropertyDefinitions": {
|
|
8733
|
+
"Size": {
|
|
8734
|
+
"type": "VARIANT",
|
|
8735
|
+
"variantOptions": [
|
|
8736
|
+
"Medium",
|
|
8737
|
+
"Large"
|
|
8738
|
+
]
|
|
8739
|
+
},
|
|
8740
|
+
"Selected": {
|
|
8741
|
+
"type": "VARIANT",
|
|
8742
|
+
"variantOptions": [
|
|
8743
|
+
"True",
|
|
8744
|
+
"False"
|
|
8745
|
+
]
|
|
8746
|
+
},
|
|
8747
|
+
"Pressed": {
|
|
8748
|
+
"type": "VARIANT",
|
|
8749
|
+
"variantOptions": [
|
|
8750
|
+
"True",
|
|
8751
|
+
"False"
|
|
8752
|
+
]
|
|
8753
|
+
},
|
|
8754
|
+
"Disabled": {
|
|
8755
|
+
"type": "VARIANT",
|
|
8756
|
+
"variantOptions": [
|
|
8757
|
+
"True",
|
|
8758
|
+
"False"
|
|
8759
|
+
]
|
|
8760
|
+
}
|
|
8761
|
+
}
|
|
8762
|
+
};
|
|
8763
|
+
|
|
8764
|
+
const metadata$d = {
|
|
8691
8765
|
"name": "🟢 Range Slider",
|
|
8692
8766
|
"key": "64fc49184979e0be40aa367ca98868601eb7dad5",
|
|
8693
8767
|
"componentPropertyDefinitions": {
|
|
@@ -8719,21 +8793,21 @@ const metadata$c = {
|
|
|
8719
8793
|
}
|
|
8720
8794
|
};
|
|
8721
8795
|
|
|
8722
|
-
const metadata$
|
|
8796
|
+
const metadata$c = {
|
|
8723
8797
|
"name": "🟢 Reaction Button",
|
|
8724
8798
|
"key": "ec43e4e881f7048e95601f8b58c01a0905a174e0",
|
|
8725
8799
|
"componentPropertyDefinitions": {
|
|
8726
|
-
"
|
|
8727
|
-
"type": "
|
|
8728
|
-
"preferredValues": []
|
|
8800
|
+
"Label#6397:0": {
|
|
8801
|
+
"type": "TEXT"
|
|
8729
8802
|
},
|
|
8730
8803
|
"Show Count#6397:33": {
|
|
8731
8804
|
"type": "BOOLEAN"
|
|
8732
8805
|
},
|
|
8733
|
-
"
|
|
8734
|
-
"type": "
|
|
8806
|
+
"Icon#12379:0": {
|
|
8807
|
+
"type": "INSTANCE_SWAP",
|
|
8808
|
+
"preferredValues": []
|
|
8735
8809
|
},
|
|
8736
|
-
"
|
|
8810
|
+
"Count#15816:0": {
|
|
8737
8811
|
"type": "TEXT"
|
|
8738
8812
|
},
|
|
8739
8813
|
"Size": {
|
|
@@ -8742,24 +8816,62 @@ const metadata$b = {
|
|
|
8742
8816
|
"XSmall",
|
|
8743
8817
|
"Small"
|
|
8744
8818
|
]
|
|
8745
|
-
},
|
|
8746
|
-
"State": {
|
|
8819
|
+
},
|
|
8820
|
+
"State": {
|
|
8821
|
+
"type": "VARIANT",
|
|
8822
|
+
"variantOptions": [
|
|
8823
|
+
"Enabled",
|
|
8824
|
+
"Pressed",
|
|
8825
|
+
"Loading",
|
|
8826
|
+
"Selected",
|
|
8827
|
+
"Selected-Pressed",
|
|
8828
|
+
"Selected-Loading",
|
|
8829
|
+
"Disabled",
|
|
8830
|
+
"Disabled-Selected"
|
|
8831
|
+
]
|
|
8832
|
+
}
|
|
8833
|
+
}
|
|
8834
|
+
};
|
|
8835
|
+
|
|
8836
|
+
const metadata$b = {
|
|
8837
|
+
"name": "🟢 Resizable.Icon",
|
|
8838
|
+
"key": "1f74eedb6fb186fd201d6ad5b2dbcd46a2bddf3e",
|
|
8839
|
+
"componentPropertyDefinitions": {
|
|
8840
|
+
"Size": {
|
|
8841
|
+
"type": "VARIANT",
|
|
8842
|
+
"variantOptions": [
|
|
8843
|
+
"12",
|
|
8844
|
+
"14",
|
|
8845
|
+
"16",
|
|
8846
|
+
"20",
|
|
8847
|
+
"24",
|
|
8848
|
+
"28",
|
|
8849
|
+
"32"
|
|
8850
|
+
]
|
|
8851
|
+
}
|
|
8852
|
+
}
|
|
8853
|
+
};
|
|
8854
|
+
|
|
8855
|
+
const metadata$a = {
|
|
8856
|
+
"name": "🟢 ResizableChild",
|
|
8857
|
+
"key": "df43b92004c850e7c6d2869e7a4ba1ef9a2d7db6",
|
|
8858
|
+
"componentPropertyDefinitions": {
|
|
8859
|
+
"Size": {
|
|
8747
8860
|
"type": "VARIANT",
|
|
8748
8861
|
"variantOptions": [
|
|
8749
|
-
"
|
|
8750
|
-
"
|
|
8751
|
-
"
|
|
8752
|
-
"
|
|
8753
|
-
"
|
|
8754
|
-
"
|
|
8755
|
-
"
|
|
8756
|
-
"Disabled-Selected"
|
|
8862
|
+
"12",
|
|
8863
|
+
"14",
|
|
8864
|
+
"16",
|
|
8865
|
+
"20",
|
|
8866
|
+
"24",
|
|
8867
|
+
"28",
|
|
8868
|
+
"32"
|
|
8757
8869
|
]
|
|
8758
8870
|
}
|
|
8759
8871
|
}
|
|
8760
8872
|
};
|
|
8761
8873
|
|
|
8762
|
-
const metadata$
|
|
8874
|
+
const metadata$9 = {
|
|
8763
8875
|
"name": "🟢 Segmented Control",
|
|
8764
8876
|
"key": "3ad7133ba52755867f42f9232375f75639e00d58",
|
|
8765
8877
|
"componentPropertyDefinitions": {
|
|
@@ -8783,18 +8895,18 @@ const metadata$a = {
|
|
|
8783
8895
|
}
|
|
8784
8896
|
};
|
|
8785
8897
|
|
|
8786
|
-
const metadata$
|
|
8898
|
+
const metadata$8 = {
|
|
8787
8899
|
"name": "🟢 Select Box",
|
|
8788
8900
|
"key": "38722ffeb4c966256a709155e8ddac50c93d7c60",
|
|
8789
8901
|
"componentPropertyDefinitions": {
|
|
8790
|
-
"
|
|
8791
|
-
"type": "
|
|
8902
|
+
"Show Description#3033:0": {
|
|
8903
|
+
"type": "BOOLEAN"
|
|
8792
8904
|
},
|
|
8793
8905
|
"Description #3033:5": {
|
|
8794
8906
|
"type": "TEXT"
|
|
8795
8907
|
},
|
|
8796
|
-
"
|
|
8797
|
-
"type": "
|
|
8908
|
+
"Label#3635:0": {
|
|
8909
|
+
"type": "TEXT"
|
|
8798
8910
|
},
|
|
8799
8911
|
"Control": {
|
|
8800
8912
|
"type": "VARIANT",
|
|
@@ -8815,7 +8927,7 @@ const metadata$9 = {
|
|
|
8815
8927
|
}
|
|
8816
8928
|
};
|
|
8817
8929
|
|
|
8818
|
-
const metadata$
|
|
8930
|
+
const metadata$7 = {
|
|
8819
8931
|
"name": "🟢 Skeleton",
|
|
8820
8932
|
"key": "ef22c3288722fbfa64a5ab73df397ade88f8e05a",
|
|
8821
8933
|
"componentPropertyDefinitions": {
|
|
@@ -8827,11 +8939,18 @@ const metadata$8 = {
|
|
|
8827
8939
|
"16",
|
|
8828
8940
|
"Full"
|
|
8829
8941
|
]
|
|
8942
|
+
},
|
|
8943
|
+
"Tone": {
|
|
8944
|
+
"type": "VARIANT",
|
|
8945
|
+
"variantOptions": [
|
|
8946
|
+
"Magic",
|
|
8947
|
+
"Neutral"
|
|
8948
|
+
]
|
|
8830
8949
|
}
|
|
8831
8950
|
}
|
|
8832
8951
|
};
|
|
8833
8952
|
|
|
8834
|
-
const metadata$
|
|
8953
|
+
const metadata$6 = {
|
|
8835
8954
|
"name": "🟢 Slider",
|
|
8836
8955
|
"key": "aee027230a478315e380704c4523141e67e464ee",
|
|
8837
8956
|
"componentPropertyDefinitions": {
|
|
@@ -8863,18 +8982,18 @@ const metadata$7 = {
|
|
|
8863
8982
|
}
|
|
8864
8983
|
};
|
|
8865
8984
|
|
|
8866
|
-
const metadata$
|
|
8985
|
+
const metadata$5 = {
|
|
8867
8986
|
"name": "🟢 Snackbar",
|
|
8868
8987
|
"key": "81b17fb8c7d731a19cf8d36a8605559d41414eca",
|
|
8869
8988
|
"componentPropertyDefinitions": {
|
|
8870
|
-
"Action
|
|
8871
|
-
"type": "
|
|
8989
|
+
"Show Action#1528:0": {
|
|
8990
|
+
"type": "BOOLEAN"
|
|
8872
8991
|
},
|
|
8873
8992
|
"Message#1528:4": {
|
|
8874
8993
|
"type": "TEXT"
|
|
8875
8994
|
},
|
|
8876
|
-
"
|
|
8877
|
-
"type": "
|
|
8995
|
+
"Action Label#1528:8": {
|
|
8996
|
+
"type": "TEXT"
|
|
8878
8997
|
},
|
|
8879
8998
|
"Variant": {
|
|
8880
8999
|
"type": "VARIANT",
|
|
@@ -8887,210 +9006,132 @@ const metadata$6 = {
|
|
|
8887
9006
|
}
|
|
8888
9007
|
};
|
|
8889
9008
|
|
|
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
9009
|
const metadata$4 = {
|
|
8915
9010
|
"name": "🟢 Switch",
|
|
8916
|
-
"key": "
|
|
9011
|
+
"key": "65e0e7ba1a0c13b42e5fd0ceb17d5f756128dd6b",
|
|
8917
9012
|
"componentPropertyDefinitions": {
|
|
8918
|
-
"Label#
|
|
9013
|
+
"Label#36578:0": {
|
|
8919
9014
|
"type": "TEXT"
|
|
8920
9015
|
},
|
|
8921
9016
|
"Size": {
|
|
8922
9017
|
"type": "VARIANT",
|
|
8923
9018
|
"variantOptions": [
|
|
8924
|
-
"
|
|
8925
|
-
"
|
|
9019
|
+
"16",
|
|
9020
|
+
"24",
|
|
9021
|
+
"32"
|
|
8926
9022
|
]
|
|
8927
9023
|
},
|
|
8928
9024
|
"State": {
|
|
8929
9025
|
"type": "VARIANT",
|
|
8930
9026
|
"variantOptions": [
|
|
8931
9027
|
"Enabled",
|
|
8932
|
-
"Selected",
|
|
8933
9028
|
"Disabled",
|
|
8934
|
-
"
|
|
8935
|
-
|
|
8936
|
-
}
|
|
8937
|
-
}
|
|
8938
|
-
};
|
|
8939
|
-
|
|
8940
|
-
const metadata$3 = {
|
|
8941
|
-
"name": "🟢 Tablist",
|
|
8942
|
-
"key": "ffe33411fb8796f7a95d3637b90150007f0dd954",
|
|
8943
|
-
"componentPropertyDefinitions": {
|
|
8944
|
-
"Size": {
|
|
8945
|
-
"type": "VARIANT",
|
|
8946
|
-
"variantOptions": [
|
|
8947
|
-
"Small",
|
|
8948
|
-
"Medium"
|
|
8949
|
-
]
|
|
8950
|
-
},
|
|
8951
|
-
"Layout": {
|
|
8952
|
-
"type": "VARIANT",
|
|
8953
|
-
"variantOptions": [
|
|
8954
|
-
"Hug",
|
|
8955
|
-
"Fill"
|
|
9029
|
+
"Selected",
|
|
9030
|
+
"Selected-Disabled"
|
|
8956
9031
|
]
|
|
8957
9032
|
},
|
|
8958
|
-
"
|
|
9033
|
+
"Label Layout(Figma Only)": {
|
|
8959
9034
|
"type": "VARIANT",
|
|
8960
9035
|
"variantOptions": [
|
|
8961
|
-
"
|
|
8962
|
-
"
|
|
8963
|
-
"
|
|
8964
|
-
"5+"
|
|
9036
|
+
"None",
|
|
9037
|
+
"Right",
|
|
9038
|
+
"Left"
|
|
8965
9039
|
]
|
|
8966
9040
|
}
|
|
8967
9041
|
}
|
|
8968
9042
|
};
|
|
8969
9043
|
|
|
8970
|
-
const metadata$
|
|
8971
|
-
"name": "🟢
|
|
8972
|
-
"key": "
|
|
9044
|
+
const metadata$3 = {
|
|
9045
|
+
"name": "🟢 Tabs",
|
|
9046
|
+
"key": "3e3af9f7f235cbcbbe862d5da552ab23e16ff34e",
|
|
8973
9047
|
"componentPropertyDefinitions": {
|
|
8974
|
-
"
|
|
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": {
|
|
9048
|
+
"Variant": {
|
|
9006
9049
|
"type": "VARIANT",
|
|
9007
9050
|
"variantOptions": [
|
|
9008
|
-
"
|
|
9009
|
-
"
|
|
9010
|
-
"Disabled"
|
|
9051
|
+
"Underline",
|
|
9052
|
+
"Chip"
|
|
9011
9053
|
]
|
|
9012
9054
|
}
|
|
9013
9055
|
}
|
|
9014
9056
|
};
|
|
9015
9057
|
|
|
9016
|
-
const metadata$
|
|
9058
|
+
const metadata$2 = {
|
|
9017
9059
|
"name": "🟢 Text Field",
|
|
9018
9060
|
"key": "c49873c37a639f0dffdea4efd0eb43760d66c141",
|
|
9019
9061
|
"componentPropertyDefinitions": {
|
|
9020
|
-
"
|
|
9021
|
-
"type": "
|
|
9062
|
+
"Show Header#870:0": {
|
|
9063
|
+
"type": "BOOLEAN"
|
|
9022
9064
|
},
|
|
9023
|
-
"
|
|
9065
|
+
"Placeholder#958:0": {
|
|
9024
9066
|
"type": "TEXT"
|
|
9025
9067
|
},
|
|
9026
|
-
"
|
|
9027
|
-
"type": "
|
|
9068
|
+
"Show Footer#958:25": {
|
|
9069
|
+
"type": "BOOLEAN"
|
|
9028
9070
|
},
|
|
9029
|
-
"
|
|
9030
|
-
"type": "
|
|
9071
|
+
"Show Description#958:50": {
|
|
9072
|
+
"type": "BOOLEAN"
|
|
9031
9073
|
},
|
|
9032
|
-
"
|
|
9033
|
-
"type": "
|
|
9074
|
+
"Show Character Count#958:75": {
|
|
9075
|
+
"type": "BOOLEAN"
|
|
9034
9076
|
},
|
|
9035
|
-
"
|
|
9036
|
-
"type": "
|
|
9077
|
+
"Show Suffix#958:100": {
|
|
9078
|
+
"type": "BOOLEAN"
|
|
9037
9079
|
},
|
|
9038
|
-
"Show
|
|
9080
|
+
"Show Prefix#958:125": {
|
|
9039
9081
|
"type": "BOOLEAN"
|
|
9040
9082
|
},
|
|
9041
|
-
"Show
|
|
9083
|
+
"Show Indicator#1259:0": {
|
|
9084
|
+
"type": "BOOLEAN"
|
|
9085
|
+
},
|
|
9086
|
+
"Show Prefix Text#1267:0": {
|
|
9042
9087
|
"type": "BOOLEAN"
|
|
9043
9088
|
},
|
|
9044
9089
|
"Prefix Icon#1267:25": {
|
|
9045
9090
|
"type": "INSTANCE_SWAP",
|
|
9046
9091
|
"preferredValues": []
|
|
9047
9092
|
},
|
|
9048
|
-
"Show Prefix#
|
|
9093
|
+
"Show Prefix Icon#1267:50": {
|
|
9049
9094
|
"type": "BOOLEAN"
|
|
9050
9095
|
},
|
|
9051
|
-
"Show Suffix#
|
|
9096
|
+
"Show Suffix Icon#1267:75": {
|
|
9052
9097
|
"type": "BOOLEAN"
|
|
9053
9098
|
},
|
|
9054
|
-
"
|
|
9055
|
-
"type": "
|
|
9099
|
+
"Suffix Icon #1267:100": {
|
|
9100
|
+
"type": "INSTANCE_SWAP",
|
|
9101
|
+
"preferredValues": []
|
|
9056
9102
|
},
|
|
9057
|
-
"Show
|
|
9103
|
+
"Show Suffix Text#1267:125": {
|
|
9058
9104
|
"type": "BOOLEAN"
|
|
9059
9105
|
},
|
|
9060
|
-
"
|
|
9106
|
+
"Filled Text#1304:0": {
|
|
9061
9107
|
"type": "TEXT"
|
|
9062
9108
|
},
|
|
9063
|
-
"
|
|
9064
|
-
"type": "
|
|
9109
|
+
"Description#12626:5": {
|
|
9110
|
+
"type": "TEXT"
|
|
9065
9111
|
},
|
|
9066
|
-
"
|
|
9067
|
-
"type": "
|
|
9112
|
+
"Label#14964:0": {
|
|
9113
|
+
"type": "TEXT"
|
|
9068
9114
|
},
|
|
9069
|
-
"
|
|
9070
|
-
"type": "
|
|
9071
|
-
"preferredValues": []
|
|
9115
|
+
"Max Character Count#15327:27": {
|
|
9116
|
+
"type": "TEXT"
|
|
9072
9117
|
},
|
|
9073
|
-
"
|
|
9074
|
-
"type": "
|
|
9118
|
+
"Character Count#15327:64": {
|
|
9119
|
+
"type": "TEXT"
|
|
9075
9120
|
},
|
|
9076
9121
|
"Prefix Text#15327:101": {
|
|
9077
9122
|
"type": "TEXT"
|
|
9078
9123
|
},
|
|
9079
|
-
"
|
|
9080
|
-
"type": "BOOLEAN"
|
|
9081
|
-
},
|
|
9082
|
-
"Placeholder#958:0": {
|
|
9124
|
+
"Suffix Text#15327:138": {
|
|
9083
9125
|
"type": "TEXT"
|
|
9084
9126
|
},
|
|
9085
|
-
"
|
|
9086
|
-
"type": "
|
|
9127
|
+
"Indicator#15327:249": {
|
|
9128
|
+
"type": "TEXT"
|
|
9087
9129
|
},
|
|
9088
9130
|
"Size": {
|
|
9089
9131
|
"type": "VARIANT",
|
|
9090
9132
|
"variantOptions": [
|
|
9091
9133
|
"Medium",
|
|
9092
|
-
"Large"
|
|
9093
|
-
"XLarge"
|
|
9134
|
+
"Large(Default)"
|
|
9094
9135
|
]
|
|
9095
9136
|
},
|
|
9096
9137
|
"State": {
|
|
@@ -9114,26 +9155,26 @@ const metadata$1 = {
|
|
|
9114
9155
|
}
|
|
9115
9156
|
};
|
|
9116
9157
|
|
|
9117
|
-
const metadata = {
|
|
9158
|
+
const metadata$1 = {
|
|
9118
9159
|
"name": "🟢 Toggle Button",
|
|
9119
9160
|
"key": "1d240ee5fd7a56879713e69cbea1b6f006f0ea22",
|
|
9120
9161
|
"componentPropertyDefinitions": {
|
|
9121
|
-
"
|
|
9162
|
+
"Label#6122:49": {
|
|
9163
|
+
"type": "TEXT"
|
|
9164
|
+
},
|
|
9165
|
+
"Prefix Icon#6122:98": {
|
|
9122
9166
|
"type": "INSTANCE_SWAP",
|
|
9123
9167
|
"preferredValues": []
|
|
9124
9168
|
},
|
|
9125
|
-
"Show Prefix Icon#6122:392": {
|
|
9126
|
-
"type": "BOOLEAN"
|
|
9127
|
-
},
|
|
9128
9169
|
"Show Suffix Icon#6122:147": {
|
|
9129
9170
|
"type": "BOOLEAN"
|
|
9130
9171
|
},
|
|
9131
|
-
"
|
|
9172
|
+
"Suffix Icon#6122:343": {
|
|
9132
9173
|
"type": "INSTANCE_SWAP",
|
|
9133
9174
|
"preferredValues": []
|
|
9134
9175
|
},
|
|
9135
|
-
"
|
|
9136
|
-
"type": "
|
|
9176
|
+
"Show Prefix Icon#6122:392": {
|
|
9177
|
+
"type": "BOOLEAN"
|
|
9137
9178
|
},
|
|
9138
9179
|
"Size": {
|
|
9139
9180
|
"type": "VARIANT",
|
|
@@ -9165,11 +9206,53 @@ const metadata = {
|
|
|
9165
9206
|
}
|
|
9166
9207
|
};
|
|
9167
9208
|
|
|
9209
|
+
const metadata = {
|
|
9210
|
+
"name": "🟢 Top Navigation",
|
|
9211
|
+
"key": "f6d069d65f8ffc8b430fd8f3013910557f36e9da",
|
|
9212
|
+
"componentPropertyDefinitions": {
|
|
9213
|
+
"Show Title#33588:82": {
|
|
9214
|
+
"type": "BOOLEAN"
|
|
9215
|
+
},
|
|
9216
|
+
"OS (Figma Only)": {
|
|
9217
|
+
"type": "VARIANT",
|
|
9218
|
+
"variantOptions": [
|
|
9219
|
+
"iOS",
|
|
9220
|
+
"Android"
|
|
9221
|
+
]
|
|
9222
|
+
},
|
|
9223
|
+
"Variant": {
|
|
9224
|
+
"type": "VARIANT",
|
|
9225
|
+
"variantOptions": [
|
|
9226
|
+
"Layer Default",
|
|
9227
|
+
"Transparent"
|
|
9228
|
+
]
|
|
9229
|
+
},
|
|
9230
|
+
"Left": {
|
|
9231
|
+
"type": "VARIANT",
|
|
9232
|
+
"variantOptions": [
|
|
9233
|
+
"Back",
|
|
9234
|
+
"Close",
|
|
9235
|
+
"Custom",
|
|
9236
|
+
"None"
|
|
9237
|
+
]
|
|
9238
|
+
},
|
|
9239
|
+
"Right": {
|
|
9240
|
+
"type": "VARIANT",
|
|
9241
|
+
"variantOptions": [
|
|
9242
|
+
"1 Icon Button",
|
|
9243
|
+
"2 Icon Button",
|
|
9244
|
+
"3 Icon Button",
|
|
9245
|
+
"Text Button",
|
|
9246
|
+
"None"
|
|
9247
|
+
]
|
|
9248
|
+
}
|
|
9249
|
+
}
|
|
9250
|
+
};
|
|
9251
|
+
|
|
9168
9252
|
var FIGMA_COMPONENTS = {
|
|
9169
9253
|
__proto__: null,
|
|
9170
|
-
actionButton: metadata$
|
|
9171
|
-
|
|
9172
|
-
actionSheet: metadata$D,
|
|
9254
|
+
actionButton: metadata$E,
|
|
9255
|
+
alertDialog: metadata$D,
|
|
9173
9256
|
avatar: metadata$C,
|
|
9174
9257
|
avatarStack: metadata$B,
|
|
9175
9258
|
badge: metadata$A,
|
|
@@ -9178,42 +9261,43 @@ var FIGMA_COMPONENTS = {
|
|
|
9178
9261
|
bottomSheet: metadata$x,
|
|
9179
9262
|
callout: metadata$w,
|
|
9180
9263
|
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
|
-
|
|
9264
|
+
checkmark: metadata$u,
|
|
9265
|
+
chip: metadata$t,
|
|
9266
|
+
chlid: metadata$s,
|
|
9267
|
+
contextualFloatingButton: metadata$r,
|
|
9268
|
+
divider: metadata$q,
|
|
9269
|
+
floatingActionButton: metadata$p,
|
|
9270
|
+
helpBubble: metadata$o,
|
|
9271
|
+
inlineBanner: metadata$n,
|
|
9272
|
+
mainTabNavigationGlobal: metadata$m,
|
|
9273
|
+
mainTabNavigationKr: metadata$l,
|
|
9274
|
+
mannerTemp: metadata$k,
|
|
9275
|
+
mannerTempBadge: metadata$j,
|
|
9276
|
+
menuSheet: metadata$i,
|
|
9277
|
+
multilineTextField: metadata$h,
|
|
9278
|
+
progressCircle: metadata$g,
|
|
9279
|
+
radio: metadata$f,
|
|
9280
|
+
radioMark: metadata$e,
|
|
9281
|
+
rangeSlider: metadata$d,
|
|
9282
|
+
reactionButton: metadata$c,
|
|
9283
|
+
resizableChild: metadata$a,
|
|
9284
|
+
resizableIcon: metadata$b,
|
|
9285
|
+
segmentedControl: metadata$9,
|
|
9286
|
+
selectBox: metadata$8,
|
|
9287
|
+
skeleton: metadata$7,
|
|
9288
|
+
slider: metadata$6,
|
|
9289
|
+
snackbar: metadata$5,
|
|
9207
9290
|
switch: metadata$4,
|
|
9208
|
-
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
|
|
9215
|
-
textField: metadata$
|
|
9216
|
-
toggleButton: metadata
|
|
9291
|
+
tabs: metadata$3,
|
|
9292
|
+
templateButtonGroup: metadata$K,
|
|
9293
|
+
templateChipGroup: metadata$J,
|
|
9294
|
+
templateCompletion: metadata$I,
|
|
9295
|
+
templateErrorState: metadata$H,
|
|
9296
|
+
templateSelectBoxGroup: metadata$G,
|
|
9297
|
+
templateTopNavigation: metadata$F,
|
|
9298
|
+
textField: metadata$2,
|
|
9299
|
+
toggleButton: metadata$1,
|
|
9300
|
+
topNavigation: metadata
|
|
9217
9301
|
};
|
|
9218
9302
|
|
|
9219
9303
|
function createStaticStyleRepository(styles) {
|
|
@@ -9383,7 +9467,10 @@ function createVariableService({ variableRepository, inferCompareFunction }) {
|
|
|
9383
9467
|
};
|
|
9384
9468
|
}
|
|
9385
9469
|
|
|
9386
|
-
const styleRepository = createStaticStyleRepository(
|
|
9470
|
+
const styleRepository = createStaticStyleRepository([
|
|
9471
|
+
...FIGMA_TEXT_STYLES,
|
|
9472
|
+
...FIGMA_FILL_STYLES
|
|
9473
|
+
]);
|
|
9387
9474
|
const variableRepository = createStaticVariableRepository({
|
|
9388
9475
|
variables: FIGMA_VARIABLES,
|
|
9389
9476
|
variableCollections: FIGMA_VARIABLE_COLLECTIONS
|
|
@@ -9627,7 +9714,32 @@ function toCssRgba(color) {
|
|
|
9627
9714
|
}
|
|
9628
9715
|
|
|
9629
9716
|
const defaultVariableNameFormatter = ({ slug })=>slug.filter((s)=>s !== "dimension").map((s)=>s.replaceAll(",", "_")).join("/");
|
|
9630
|
-
const
|
|
9717
|
+
const defaultTextStyleNameFormatter = ({ slug })=>slug[slug.length - 1];
|
|
9718
|
+
const defaultFillStyleResolver = ({ slug })=>{
|
|
9719
|
+
const [, ...rest] = slug;
|
|
9720
|
+
if (rest.includes("fade")) {
|
|
9721
|
+
// ["fade", "layer-default", "↓(to-bottom)"]
|
|
9722
|
+
const last = rest[rest.length - 1];
|
|
9723
|
+
const direction = (()=>{
|
|
9724
|
+
if (last.startsWith("↓")) return "to bottom";
|
|
9725
|
+
if (last.startsWith("↑")) return "to top";
|
|
9726
|
+
if (last.startsWith("→")) return "to right";
|
|
9727
|
+
if (last.startsWith("←")) return "to left";
|
|
9728
|
+
return "unknown";
|
|
9729
|
+
})();
|
|
9730
|
+
return {
|
|
9731
|
+
value: changeCase.camelCase(rest.slice(0, -1).join("-"), {
|
|
9732
|
+
mergeAmbiguousCharacters: true
|
|
9733
|
+
}),
|
|
9734
|
+
direction
|
|
9735
|
+
};
|
|
9736
|
+
}
|
|
9737
|
+
return {
|
|
9738
|
+
value: changeCase.camelCase(rest.join("-"), {
|
|
9739
|
+
mergeAmbiguousCharacters: true
|
|
9740
|
+
})
|
|
9741
|
+
};
|
|
9742
|
+
};
|
|
9631
9743
|
const defaultRawValueFormatters = {
|
|
9632
9744
|
color: (value)=>toCssRgba(value),
|
|
9633
9745
|
dimension: (value)=>value,
|
|
@@ -9641,7 +9753,8 @@ function createPipeline(options = {}) {
|
|
|
9641
9753
|
variableService,
|
|
9642
9754
|
variableNameFormatter: defaultVariableNameFormatter,
|
|
9643
9755
|
styleService,
|
|
9644
|
-
|
|
9756
|
+
textStyleNameFormatter: defaultTextStyleNameFormatter,
|
|
9757
|
+
fillStyleResolver: defaultFillStyleResolver,
|
|
9645
9758
|
rawValueFormatters: defaultRawValueFormatters,
|
|
9646
9759
|
shouldInferVariableName
|
|
9647
9760
|
});
|