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