@seed-design/lynx-css 0.0.0-alpha-20260622094810
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/all.css +2137 -0
- package/all.min.css +1 -0
- package/base.css +643 -0
- package/base.min.css +1 -0
- package/package.json +60 -0
- package/recipes/action-button.css +489 -0
- package/recipes/action-button.d.ts +44 -0
- package/recipes/action-button.mjs +212 -0
- package/recipes/app-bar-main.css +67 -0
- package/recipes/app-bar-main.d.ts +36 -0
- package/recipes/app-bar-main.mjs +63 -0
- package/recipes/app-bar.css +101 -0
- package/recipes/app-bar.d.ts +32 -0
- package/recipes/app-bar.mjs +74 -0
- package/recipes/badge.css +157 -0
- package/recipes/badge.d.ts +32 -0
- package/recipes/badge.mjs +131 -0
- package/recipes/bottom-sheet-handle.css +19 -0
- package/recipes/bottom-sheet-handle.d.ts +21 -0
- package/recipes/bottom-sheet-handle.mjs +36 -0
- package/recipes/bottom-sheet.css +93 -0
- package/recipes/bottom-sheet.d.ts +28 -0
- package/recipes/bottom-sheet.mjs +76 -0
- package/recipes/checkbox-group.css +5 -0
- package/recipes/checkbox-group.d.ts +21 -0
- package/recipes/checkbox-group.mjs +36 -0
- package/recipes/checkbox.css +34 -0
- package/recipes/checkbox.d.ts +32 -0
- package/recipes/checkbox.mjs +53 -0
- package/recipes/checkmark.css +131 -0
- package/recipes/checkmark.d.ts +48 -0
- package/recipes/checkmark.mjs +220 -0
- package/recipes/progress-circle.css +80 -0
- package/recipes/progress-circle.d.ts +30 -0
- package/recipes/progress-circle.mjs +40 -0
- package/recipes/radio-group.css +5 -0
- package/recipes/radio-group.d.ts +21 -0
- package/recipes/radio-group.mjs +36 -0
- package/recipes/radio.css +34 -0
- package/recipes/radio.d.ts +32 -0
- package/recipes/radio.mjs +53 -0
- package/recipes/radiomark.css +94 -0
- package/recipes/radiomark.d.ts +40 -0
- package/recipes/radiomark.mjs +121 -0
- package/recipes/shared.mjs +48 -0
- package/recipes/switch.css +40 -0
- package/recipes/switch.d.ts +28 -0
- package/recipes/switch.mjs +49 -0
- package/recipes/switchmark.css +75 -0
- package/recipes/switchmark.d.ts +36 -0
- package/recipes/switchmark.mjs +90 -0
- package/recipes/tag-group-item.css +34 -0
- package/recipes/tag-group-item.d.ts +32 -0
- package/recipes/tag-group-item.mjs +55 -0
- package/recipes/tag-group.css +32 -0
- package/recipes/tag-group.d.ts +24 -0
- package/recipes/tag-group.mjs +48 -0
- package/vars/color/banner.d.ts +10 -0
- package/vars/color/banner.mjs +10 -0
- package/vars/color/bg.d.ts +76 -0
- package/vars/color/bg.mjs +42 -0
- package/vars/color/fg.d.ts +30 -0
- package/vars/color/fg.mjs +16 -0
- package/vars/color/index.d.ts +6 -0
- package/vars/color/index.mjs +6 -0
- package/vars/color/manner-temp/index.d.ts +10 -0
- package/vars/color/manner-temp/index.mjs +10 -0
- package/vars/color/manner-temp/l1.d.ts +2 -0
- package/vars/color/manner-temp/l1.mjs +2 -0
- package/vars/color/manner-temp/l10.d.ts +2 -0
- package/vars/color/manner-temp/l10.mjs +2 -0
- package/vars/color/manner-temp/l2.d.ts +2 -0
- package/vars/color/manner-temp/l2.mjs +2 -0
- package/vars/color/manner-temp/l3.d.ts +2 -0
- package/vars/color/manner-temp/l3.mjs +2 -0
- package/vars/color/manner-temp/l4.d.ts +2 -0
- package/vars/color/manner-temp/l4.mjs +2 -0
- package/vars/color/manner-temp/l5.d.ts +2 -0
- package/vars/color/manner-temp/l5.mjs +2 -0
- package/vars/color/manner-temp/l6.d.ts +2 -0
- package/vars/color/manner-temp/l6.mjs +2 -0
- package/vars/color/manner-temp/l7.d.ts +2 -0
- package/vars/color/manner-temp/l7.mjs +2 -0
- package/vars/color/manner-temp/l8.d.ts +2 -0
- package/vars/color/manner-temp/l8.mjs +2 -0
- package/vars/color/manner-temp/l9.d.ts +2 -0
- package/vars/color/manner-temp/l9.mjs +2 -0
- package/vars/color/palette.d.ts +94 -0
- package/vars/color/palette.mjs +94 -0
- package/vars/color/stroke.d.ts +31 -0
- package/vars/color/stroke.mjs +16 -0
- package/vars/component/accordion-item.d.ts +132 -0
- package/vars/component/accordion-item.mjs +126 -0
- package/vars/component/accordion.d.ts +22 -0
- package/vars/component/accordion.mjs +16 -0
- package/vars/component/action-button.d.ts +660 -0
- package/vars/component/action-button.mjs +541 -0
- package/vars/component/action-chip.d.ts +132 -0
- package/vars/component/action-chip.mjs +132 -0
- package/vars/component/action-sheet-close-button.d.ts +23 -0
- package/vars/component/action-sheet-close-button.mjs +23 -0
- package/vars/component/action-sheet-item.d.ts +36 -0
- package/vars/component/action-sheet-item.mjs +36 -0
- package/vars/component/action-sheet.d.ts +46 -0
- package/vars/component/action-sheet.mjs +46 -0
- package/vars/component/attachment-input-dropzone.d.ts +32 -0
- package/vars/component/attachment-input-dropzone.mjs +30 -0
- package/vars/component/attachment-input-item-action-button.d.ts +37 -0
- package/vars/component/attachment-input-item-action-button.mjs +37 -0
- package/vars/component/attachment-input-item-remove-button.d.ts +28 -0
- package/vars/component/attachment-input-item-remove-button.mjs +28 -0
- package/vars/component/attachment-input-item.d.ts +103 -0
- package/vars/component/attachment-input-item.mjs +102 -0
- package/vars/component/attachment-input-trigger.d.ts +46 -0
- package/vars/component/attachment-input-trigger.mjs +46 -0
- package/vars/component/attachment-input.d.ts +14 -0
- package/vars/component/attachment-input.mjs +12 -0
- package/vars/component/avatar-stack.d.ts +110 -0
- package/vars/component/avatar-stack.mjs +110 -0
- package/vars/component/avatar.d.ts +204 -0
- package/vars/component/avatar.mjs +162 -0
- package/vars/component/badge.d.ts +316 -0
- package/vars/component/badge.mjs +236 -0
- package/vars/component/bottom-sheet-close-button.d.ts +21 -0
- package/vars/component/bottom-sheet-close-button.mjs +21 -0
- package/vars/component/bottom-sheet-handle.d.ts +24 -0
- package/vars/component/bottom-sheet-handle.mjs +24 -0
- package/vars/component/bottom-sheet.d.ts +86 -0
- package/vars/component/bottom-sheet.mjs +86 -0
- package/vars/component/callout.d.ts +229 -0
- package/vars/component/callout.mjs +197 -0
- package/vars/component/checkbox-group.d.ts +9 -0
- package/vars/component/checkbox-group.mjs +9 -0
- package/vars/component/checkbox.d.ts +53 -0
- package/vars/component/checkbox.mjs +53 -0
- package/vars/component/checkmark.d.ts +195 -0
- package/vars/component/checkmark.mjs +165 -0
- package/vars/component/chip-tab.d.ts +121 -0
- package/vars/component/chip-tab.mjs +121 -0
- package/vars/component/chip-tablist.d.ts +24 -0
- package/vars/component/chip-tablist.mjs +24 -0
- package/vars/component/chip.d.ts +321 -0
- package/vars/component/chip.mjs +303 -0
- package/vars/component/content-placeholder.d.ts +28 -0
- package/vars/component/content-placeholder.mjs +27 -0
- package/vars/component/contextual-floating-button.d.ts +144 -0
- package/vars/component/contextual-floating-button.mjs +132 -0
- package/vars/component/control-chip.d.ts +158 -0
- package/vars/component/control-chip.mjs +158 -0
- package/vars/component/dialog.d.ts +52 -0
- package/vars/component/dialog.mjs +52 -0
- package/vars/component/divider.d.ts +9 -0
- package/vars/component/divider.mjs +9 -0
- package/vars/component/extended-action-sheet-close-button.d.ts +24 -0
- package/vars/component/extended-action-sheet-close-button.mjs +24 -0
- package/vars/component/extended-action-sheet-item.d.ts +46 -0
- package/vars/component/extended-action-sheet-item.mjs +46 -0
- package/vars/component/extended-action-sheet.d.ts +55 -0
- package/vars/component/extended-action-sheet.mjs +55 -0
- package/vars/component/extended-fab.d.ts +88 -0
- package/vars/component/extended-fab.mjs +82 -0
- package/vars/component/fab.d.ts +21 -0
- package/vars/component/fab.mjs +21 -0
- package/vars/component/field-label.d.ts +25 -0
- package/vars/component/field-label.mjs +25 -0
- package/vars/component/field.d.ts +78 -0
- package/vars/component/field.mjs +72 -0
- package/vars/component/floating-action-button.d.ts +60 -0
- package/vars/component/floating-action-button.mjs +54 -0
- package/vars/component/help-bubble.d.ts +52 -0
- package/vars/component/help-bubble.mjs +50 -0
- package/vars/component/identity-placeholder.d.ts +12 -0
- package/vars/component/identity-placeholder.mjs +12 -0
- package/vars/component/image-frame-floater.d.ts +10 -0
- package/vars/component/image-frame-floater.mjs +9 -0
- package/vars/component/image-frame-indicator.d.ts +20 -0
- package/vars/component/image-frame-indicator.mjs +18 -0
- package/vars/component/image-frame-reaction-button.d.ts +35 -0
- package/vars/component/image-frame-reaction-button.mjs +26 -0
- package/vars/component/image-frame.d.ts +27 -0
- package/vars/component/image-frame.mjs +18 -0
- package/vars/component/index.d.ts +90 -0
- package/vars/component/index.mjs +90 -0
- package/vars/component/inline-banner.d.ts +191 -0
- package/vars/component/inline-banner.mjs +191 -0
- package/vars/component/input-button.d.ts +162 -0
- package/vars/component/input-button.mjs +155 -0
- package/vars/component/link-content.d.ts +58 -0
- package/vars/component/link-content.mjs +58 -0
- package/vars/component/list-header.d.ts +29 -0
- package/vars/component/list-header.mjs +29 -0
- package/vars/component/list-item.d.ts +89 -0
- package/vars/component/list-item.mjs +87 -0
- package/vars/component/manner-temp-badge.d.ts +117 -0
- package/vars/component/manner-temp-badge.mjs +117 -0
- package/vars/component/manner-temp.d.ts +88 -0
- package/vars/component/manner-temp.mjs +88 -0
- package/vars/component/menu-item.d.ts +129 -0
- package/vars/component/menu-item.mjs +117 -0
- package/vars/component/menu-sheet-close-button.d.ts +24 -0
- package/vars/component/menu-sheet-close-button.mjs +24 -0
- package/vars/component/menu-sheet-item.d.ts +73 -0
- package/vars/component/menu-sheet-item.mjs +61 -0
- package/vars/component/menu-sheet.d.ts +56 -0
- package/vars/component/menu-sheet.mjs +56 -0
- package/vars/component/menu.d.ts +68 -0
- package/vars/component/menu.mjs +60 -0
- package/vars/component/notification-badge.d.ts +48 -0
- package/vars/component/notification-badge.mjs +42 -0
- package/vars/component/page-banner.d.ts +382 -0
- package/vars/component/page-banner.mjs +336 -0
- package/vars/component/progress-circle.d.ts +88 -0
- package/vars/component/progress-circle.mjs +67 -0
- package/vars/component/radio-group.d.ts +9 -0
- package/vars/component/radio-group.mjs +9 -0
- package/vars/component/radio.d.ts +53 -0
- package/vars/component/radio.mjs +53 -0
- package/vars/component/radiomark.d.ts +117 -0
- package/vars/component/radiomark.mjs +117 -0
- package/vars/component/reaction-button.d.ts +136 -0
- package/vars/component/reaction-button.mjs +136 -0
- package/vars/component/scroll-fog.d.ts +11 -0
- package/vars/component/scroll-fog.mjs +11 -0
- package/vars/component/segmented-control-indicator.d.ts +24 -0
- package/vars/component/segmented-control-indicator.mjs +24 -0
- package/vars/component/segmented-control-item.d.ts +41 -0
- package/vars/component/segmented-control-item.mjs +41 -0
- package/vars/component/segmented-control.d.ts +11 -0
- package/vars/component/segmented-control.mjs +11 -0
- package/vars/component/select-box-checkmark.d.ts +40 -0
- package/vars/component/select-box-checkmark.mjs +40 -0
- package/vars/component/select-box-group.d.ts +10 -0
- package/vars/component/select-box-group.mjs +10 -0
- package/vars/component/select-box.d.ts +107 -0
- package/vars/component/select-box.mjs +102 -0
- package/vars/component/side-panel-close-button.d.ts +23 -0
- package/vars/component/side-panel-close-button.mjs +23 -0
- package/vars/component/side-panel.d.ts +94 -0
- package/vars/component/side-panel.mjs +83 -0
- package/vars/component/skeleton.d.ts +76 -0
- package/vars/component/skeleton.mjs +58 -0
- package/vars/component/slider-thumb.d.ts +25 -0
- package/vars/component/slider-thumb.mjs +25 -0
- package/vars/component/slider-tick.d.ts +23 -0
- package/vars/component/slider-tick.mjs +23 -0
- package/vars/component/slider.d.ts +78 -0
- package/vars/component/slider.mjs +75 -0
- package/vars/component/snackbar.d.ts +65 -0
- package/vars/component/snackbar.mjs +65 -0
- package/vars/component/switch.d.ts +53 -0
- package/vars/component/switch.mjs +53 -0
- package/vars/component/switchmark.d.ts +112 -0
- package/vars/component/switchmark.mjs +112 -0
- package/vars/component/tab.d.ts +47 -0
- package/vars/component/tab.mjs +47 -0
- package/vars/component/tablist.d.ts +51 -0
- package/vars/component/tablist.mjs +51 -0
- package/vars/component/tag-group-item.d.ts +122 -0
- package/vars/component/tag-group-item.mjs +122 -0
- package/vars/component/tag-group.d.ts +34 -0
- package/vars/component/tag-group.mjs +34 -0
- package/vars/component/text-button.d.ts +23 -0
- package/vars/component/text-button.mjs +23 -0
- package/vars/component/text-input.d.ts +292 -0
- package/vars/component/text-input.mjs +263 -0
- package/vars/component/toggle-button.d.ts +213 -0
- package/vars/component/toggle-button.mjs +207 -0
- package/vars/component/top-navigation-icon-button.d.ts +36 -0
- package/vars/component/top-navigation-icon-button.mjs +36 -0
- package/vars/component/top-navigation-text-button.d.ts +52 -0
- package/vars/component/top-navigation-text-button.mjs +51 -0
- package/vars/component/top-navigation.d.ts +102 -0
- package/vars/component/top-navigation.mjs +94 -0
- package/vars/component/typography.d.ts +956 -0
- package/vars/component/typography.mjs +785 -0
- package/vars/dimension/index.d.ts +22 -0
- package/vars/dimension/index.mjs +22 -0
- package/vars/dimension/spacing-x.d.ts +4 -0
- package/vars/dimension/spacing-x.mjs +2 -0
- package/vars/dimension/spacing-y.d.ts +8 -0
- package/vars/dimension/spacing-y.mjs +4 -0
- package/vars/duration.d.ts +8 -0
- package/vars/duration.mjs +8 -0
- package/vars/font-size.d.ts +46 -0
- package/vars/font-size.mjs +28 -0
- package/vars/font-weight.d.ts +3 -0
- package/vars/font-weight.mjs +3 -0
- package/vars/gradient.d.ts +11 -0
- package/vars/gradient.mjs +6 -0
- package/vars/index.d.ts +51 -0
- package/vars/index.mjs +1 -0
- package/vars/line-height.d.ts +46 -0
- package/vars/line-height.mjs +28 -0
- package/vars/radius.d.ts +11 -0
- package/vars/radius.mjs +11 -0
- package/vars/shadow.d.ts +4 -0
- package/vars/shadow.mjs +3 -0
- package/vars/timing-function.d.ts +7 -0
- package/vars/timing-function.mjs +7 -0
- package/vars/vars.d.ts +10 -0
- package/vars/vars.mjs +10 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import './switchmark.css';
|
|
2
|
+
import { createClassName, mergeVariants, splitVariantProps } from "./shared.mjs";
|
|
3
|
+
|
|
4
|
+
const switchmarkSlotNames = [
|
|
5
|
+
[
|
|
6
|
+
"root",
|
|
7
|
+
"seed-switchmark__root"
|
|
8
|
+
],
|
|
9
|
+
[
|
|
10
|
+
"thumb",
|
|
11
|
+
"seed-switchmark__thumb"
|
|
12
|
+
]
|
|
13
|
+
];
|
|
14
|
+
|
|
15
|
+
const defaultVariant = {
|
|
16
|
+
"tone": "brand",
|
|
17
|
+
"size": "32",
|
|
18
|
+
"checked": false,
|
|
19
|
+
"disabled": false
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
const compoundVariants = [
|
|
23
|
+
{
|
|
24
|
+
"tone": "brand",
|
|
25
|
+
"checked": true
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tone": "neutral",
|
|
29
|
+
"checked": true,
|
|
30
|
+
"disabled": false
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"tone": "neutral",
|
|
34
|
+
"checked": true,
|
|
35
|
+
"disabled": true
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tone": "neutral",
|
|
39
|
+
"disabled": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"size": "32",
|
|
43
|
+
"checked": true
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"size": "24",
|
|
47
|
+
"checked": true
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"size": "16",
|
|
51
|
+
"checked": true
|
|
52
|
+
}
|
|
53
|
+
];
|
|
54
|
+
|
|
55
|
+
export const switchmarkVariantMap = {
|
|
56
|
+
"tone": [
|
|
57
|
+
"neutral",
|
|
58
|
+
"brand"
|
|
59
|
+
],
|
|
60
|
+
"size": [
|
|
61
|
+
"16",
|
|
62
|
+
"24",
|
|
63
|
+
"32"
|
|
64
|
+
],
|
|
65
|
+
"checked": [
|
|
66
|
+
true,
|
|
67
|
+
false
|
|
68
|
+
],
|
|
69
|
+
"disabled": [
|
|
70
|
+
true,
|
|
71
|
+
false
|
|
72
|
+
]
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export const switchmarkVariantKeys = Object.keys(switchmarkVariantMap);
|
|
76
|
+
|
|
77
|
+
export function switchmark(props) {
|
|
78
|
+
return Object.fromEntries(
|
|
79
|
+
switchmarkSlotNames.map(([slot, className]) => {
|
|
80
|
+
return [
|
|
81
|
+
slot,
|
|
82
|
+
createClassName(className, mergeVariants(defaultVariant, props), compoundVariants),
|
|
83
|
+
];
|
|
84
|
+
}),
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
Object.assign(switchmark, { splitVariantProps: (props) => splitVariantProps(props, switchmarkVariantMap) });
|
|
89
|
+
|
|
90
|
+
// @recipe(seed): switchmark
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.seed-tag-group-item__root {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
align-items: center;
|
|
5
|
+
flex-shrink: 0
|
|
6
|
+
}
|
|
7
|
+
.seed-tag-group-item__label {}
|
|
8
|
+
.seed-tag-group-item__label--size_t2 {
|
|
9
|
+
font-size: var(--seed-font-size-t2);
|
|
10
|
+
line-height: var(--seed-line-height-t2)
|
|
11
|
+
}
|
|
12
|
+
.seed-tag-group-item__label--size_t3 {
|
|
13
|
+
font-size: var(--seed-font-size-t3);
|
|
14
|
+
line-height: var(--seed-line-height-t3)
|
|
15
|
+
}
|
|
16
|
+
.seed-tag-group-item__label--size_t4 {
|
|
17
|
+
font-size: var(--seed-font-size-t4);
|
|
18
|
+
line-height: var(--seed-line-height-t4)
|
|
19
|
+
}
|
|
20
|
+
.seed-tag-group-item__label--weight_regular {
|
|
21
|
+
font-weight: var(--seed-font-weight-regular)
|
|
22
|
+
}
|
|
23
|
+
.seed-tag-group-item__label--weight_bold {
|
|
24
|
+
font-weight: var(--seed-font-weight-bold)
|
|
25
|
+
}
|
|
26
|
+
.seed-tag-group-item__label--tone_neutralSubtle {
|
|
27
|
+
color: var(--seed-color-fg-neutral-subtle)
|
|
28
|
+
}
|
|
29
|
+
.seed-tag-group-item__label--tone_neutral {
|
|
30
|
+
color: var(--seed-color-fg-neutral)
|
|
31
|
+
}
|
|
32
|
+
.seed-tag-group-item__label--tone_brand {
|
|
33
|
+
color: var(--seed-color-fg-brand)
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare interface TagGroupItemVariant {
|
|
2
|
+
/**
|
|
3
|
+
* @default "t2"
|
|
4
|
+
*/
|
|
5
|
+
size: "t2" | "t3" | "t4";
|
|
6
|
+
/**
|
|
7
|
+
* @default "regular"
|
|
8
|
+
*/
|
|
9
|
+
weight: "regular" | "bold";
|
|
10
|
+
/**
|
|
11
|
+
* @default "neutralSubtle"
|
|
12
|
+
*/
|
|
13
|
+
tone: "neutralSubtle" | "neutral" | "brand";
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
declare type TagGroupItemVariantMap = {
|
|
17
|
+
[key in keyof TagGroupItemVariant]: Array<TagGroupItemVariant[key]>;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export declare type TagGroupItemVariantProps = Partial<TagGroupItemVariant>;
|
|
21
|
+
|
|
22
|
+
export declare type TagGroupItemSlotName = "root" | "label";
|
|
23
|
+
|
|
24
|
+
export declare const tagGroupItemVariantMap: TagGroupItemVariantMap;
|
|
25
|
+
|
|
26
|
+
export declare const tagGroupItem: ((
|
|
27
|
+
props?: TagGroupItemVariantProps,
|
|
28
|
+
) => Record<TagGroupItemSlotName, string>) & {
|
|
29
|
+
splitVariantProps: <T extends TagGroupItemVariantProps>(
|
|
30
|
+
props: T,
|
|
31
|
+
) => [TagGroupItemVariantProps, Omit<T, keyof TagGroupItemVariantProps>];
|
|
32
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import './tag-group-item.css';
|
|
2
|
+
import { createClassName, mergeVariants, splitVariantProps } from "./shared.mjs";
|
|
3
|
+
|
|
4
|
+
const tagGroupItemSlotNames = [
|
|
5
|
+
[
|
|
6
|
+
"root",
|
|
7
|
+
"seed-tag-group-item__root"
|
|
8
|
+
],
|
|
9
|
+
[
|
|
10
|
+
"label",
|
|
11
|
+
"seed-tag-group-item__label"
|
|
12
|
+
]
|
|
13
|
+
];
|
|
14
|
+
|
|
15
|
+
const defaultVariant = {
|
|
16
|
+
"size": "t2",
|
|
17
|
+
"weight": "regular",
|
|
18
|
+
"tone": "neutralSubtle"
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
const compoundVariants = [];
|
|
22
|
+
|
|
23
|
+
export const tagGroupItemVariantMap = {
|
|
24
|
+
"size": [
|
|
25
|
+
"t2",
|
|
26
|
+
"t3",
|
|
27
|
+
"t4"
|
|
28
|
+
],
|
|
29
|
+
"weight": [
|
|
30
|
+
"regular",
|
|
31
|
+
"bold"
|
|
32
|
+
],
|
|
33
|
+
"tone": [
|
|
34
|
+
"neutralSubtle",
|
|
35
|
+
"neutral",
|
|
36
|
+
"brand"
|
|
37
|
+
]
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const tagGroupItemVariantKeys = Object.keys(tagGroupItemVariantMap);
|
|
41
|
+
|
|
42
|
+
export function tagGroupItem(props) {
|
|
43
|
+
return Object.fromEntries(
|
|
44
|
+
tagGroupItemSlotNames.map(([slot, className]) => {
|
|
45
|
+
return [
|
|
46
|
+
slot,
|
|
47
|
+
createClassName(className, mergeVariants(defaultVariant, props), compoundVariants),
|
|
48
|
+
];
|
|
49
|
+
}),
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
Object.assign(tagGroupItem, { splitVariantProps: (props) => splitVariantProps(props, tagGroupItemVariantMap) });
|
|
54
|
+
|
|
55
|
+
// @recipe(seed): tag-group-item
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.seed-tag-group__root {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
align-items: center;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
width: 100%
|
|
7
|
+
}
|
|
8
|
+
.seed-tag-group__separatorWrapper {
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: row;
|
|
11
|
+
align-items: center;
|
|
12
|
+
flex-shrink: 0
|
|
13
|
+
}
|
|
14
|
+
.seed-tag-group__separator {
|
|
15
|
+
color: var(--seed-color-palette-gray-600);
|
|
16
|
+
font-weight: var(--seed-font-weight-regular);
|
|
17
|
+
margin-left: var(--seed-dimension-x0_5);
|
|
18
|
+
margin-right: var(--seed-dimension-x0_5);
|
|
19
|
+
flex-shrink: 0
|
|
20
|
+
}
|
|
21
|
+
.seed-tag-group__separator--size_t2 {
|
|
22
|
+
font-size: var(--seed-font-size-t2);
|
|
23
|
+
line-height: var(--seed-line-height-t2)
|
|
24
|
+
}
|
|
25
|
+
.seed-tag-group__separator--size_t3 {
|
|
26
|
+
font-size: var(--seed-font-size-t3);
|
|
27
|
+
line-height: var(--seed-line-height-t3)
|
|
28
|
+
}
|
|
29
|
+
.seed-tag-group__separator--size_t4 {
|
|
30
|
+
font-size: var(--seed-font-size-t4);
|
|
31
|
+
line-height: var(--seed-line-height-t4)
|
|
32
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare interface TagGroupVariant {
|
|
2
|
+
/**
|
|
3
|
+
* @default "t2"
|
|
4
|
+
*/
|
|
5
|
+
size: "t2" | "t3" | "t4";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
declare type TagGroupVariantMap = {
|
|
9
|
+
[key in keyof TagGroupVariant]: Array<TagGroupVariant[key]>;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export declare type TagGroupVariantProps = Partial<TagGroupVariant>;
|
|
13
|
+
|
|
14
|
+
export declare type TagGroupSlotName = "root" | "separatorWrapper" | "separator";
|
|
15
|
+
|
|
16
|
+
export declare const tagGroupVariantMap: TagGroupVariantMap;
|
|
17
|
+
|
|
18
|
+
export declare const tagGroup: ((
|
|
19
|
+
props?: TagGroupVariantProps,
|
|
20
|
+
) => Record<TagGroupSlotName, string>) & {
|
|
21
|
+
splitVariantProps: <T extends TagGroupVariantProps>(
|
|
22
|
+
props: T,
|
|
23
|
+
) => [TagGroupVariantProps, Omit<T, keyof TagGroupVariantProps>];
|
|
24
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import './tag-group.css';
|
|
2
|
+
import { createClassName, mergeVariants, splitVariantProps } from "./shared.mjs";
|
|
3
|
+
|
|
4
|
+
const tagGroupSlotNames = [
|
|
5
|
+
[
|
|
6
|
+
"root",
|
|
7
|
+
"seed-tag-group__root"
|
|
8
|
+
],
|
|
9
|
+
[
|
|
10
|
+
"separatorWrapper",
|
|
11
|
+
"seed-tag-group__separatorWrapper"
|
|
12
|
+
],
|
|
13
|
+
[
|
|
14
|
+
"separator",
|
|
15
|
+
"seed-tag-group__separator"
|
|
16
|
+
]
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
const defaultVariant = {
|
|
20
|
+
"size": "t2"
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const compoundVariants = [];
|
|
24
|
+
|
|
25
|
+
export const tagGroupVariantMap = {
|
|
26
|
+
"size": [
|
|
27
|
+
"t2",
|
|
28
|
+
"t3",
|
|
29
|
+
"t4"
|
|
30
|
+
]
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export const tagGroupVariantKeys = Object.keys(tagGroupVariantMap);
|
|
34
|
+
|
|
35
|
+
export function tagGroup(props) {
|
|
36
|
+
return Object.fromEntries(
|
|
37
|
+
tagGroupSlotNames.map(([slot, className]) => {
|
|
38
|
+
return [
|
|
39
|
+
slot,
|
|
40
|
+
createClassName(className, mergeVariants(defaultVariant, props), compoundVariants),
|
|
41
|
+
];
|
|
42
|
+
}),
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
Object.assign(tagGroup, { splitVariantProps: (props) => splitVariantProps(props, tagGroupVariantMap) });
|
|
47
|
+
|
|
48
|
+
// @recipe(seed): tag-group
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const blue = "var(--seed-color-banner-blue)";
|
|
2
|
+
export declare const coolGray = "var(--seed-color-banner-cool-gray)";
|
|
3
|
+
export declare const green = "var(--seed-color-banner-green)";
|
|
4
|
+
export declare const orange = "var(--seed-color-banner-orange)";
|
|
5
|
+
export declare const pink = "var(--seed-color-banner-pink)";
|
|
6
|
+
export declare const purple = "var(--seed-color-banner-purple)";
|
|
7
|
+
export declare const red = "var(--seed-color-banner-red)";
|
|
8
|
+
export declare const teal = "var(--seed-color-banner-teal)";
|
|
9
|
+
export declare const warmGray = "var(--seed-color-banner-warm-gray)";
|
|
10
|
+
export declare const yellow = "var(--seed-color-banner-yellow)";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const blue = "var(--seed-color-banner-blue)";
|
|
2
|
+
export const coolGray = "var(--seed-color-banner-cool-gray)";
|
|
3
|
+
export const green = "var(--seed-color-banner-green)";
|
|
4
|
+
export const orange = "var(--seed-color-banner-orange)";
|
|
5
|
+
export const pink = "var(--seed-color-banner-pink)";
|
|
6
|
+
export const purple = "var(--seed-color-banner-purple)";
|
|
7
|
+
export const red = "var(--seed-color-banner-red)";
|
|
8
|
+
export const teal = "var(--seed-color-banner-teal)";
|
|
9
|
+
export const warmGray = "var(--seed-color-banner-warm-gray)";
|
|
10
|
+
export const yellow = "var(--seed-color-banner-yellow)";
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/** 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (solid) */
|
|
2
|
+
export declare const brandSolid = "var(--seed-color-bg-brand-solid)";
|
|
3
|
+
/** 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (solid-pressed) */
|
|
4
|
+
export declare const brandSolidPressed = "var(--seed-color-bg-brand-solid-pressed)";
|
|
5
|
+
/** 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (weak) */
|
|
6
|
+
export declare const brandWeak = "var(--seed-color-bg-brand-weak)";
|
|
7
|
+
/** 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (weak-pressed) */
|
|
8
|
+
export declare const brandWeakPressed = "var(--seed-color-bg-brand-weak-pressed)";
|
|
9
|
+
/** 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (solid) */
|
|
10
|
+
export declare const criticalSolid = "var(--seed-color-bg-critical-solid)";
|
|
11
|
+
/** 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (solid-pressed) */
|
|
12
|
+
export declare const criticalSolidPressed = "var(--seed-color-bg-critical-solid-pressed)";
|
|
13
|
+
/** 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (weak) */
|
|
14
|
+
export declare const criticalWeak = "var(--seed-color-bg-critical-weak)";
|
|
15
|
+
/** 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (weak-pressed) */
|
|
16
|
+
export declare const criticalWeakPressed = "var(--seed-color-bg-critical-weak-pressed)";
|
|
17
|
+
export declare const disabled = "var(--seed-color-bg-disabled)";
|
|
18
|
+
/** 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (solid) */
|
|
19
|
+
export declare const informativeSolid = "var(--seed-color-bg-informative-solid)";
|
|
20
|
+
/** 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (solid-pressed) */
|
|
21
|
+
export declare const informativeSolidPressed = "var(--seed-color-bg-informative-solid-pressed)";
|
|
22
|
+
/** 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (weak) */
|
|
23
|
+
export declare const informativeWeak = "var(--seed-color-bg-informative-weak)";
|
|
24
|
+
/** 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (weak-pressed) */
|
|
25
|
+
export declare const informativeWeakPressed = "var(--seed-color-bg-informative-weak-pressed)";
|
|
26
|
+
/** 가장 낮은 0단계의 '대지'입니다. 화면 가장 깊은 곳에 위치하는 전체 배경색입니다. */
|
|
27
|
+
export declare const layerBasement = "var(--seed-color-bg-layer-basement)";
|
|
28
|
+
/** basement 바로 위에 놓이는 기본 표면입니다. 대부분의 스크린 콘텐츠(List, TextField 등)가 이 레이어 위에서 표현됩니다. */
|
|
29
|
+
export declare const layerDefault = "var(--seed-color-bg-layer-default)";
|
|
30
|
+
/** basement 바로 위에 놓이는 기본 표면입니다. 대부분의 스크린 콘텐츠(List, TextField 등)가 이 레이어 위에서 표현됩니다. (pressed) */
|
|
31
|
+
export declare const layerDefaultPressed = "var(--seed-color-bg-layer-default-pressed)";
|
|
32
|
+
/** 화면의 모든 콘텐츠 위를 덮으며(floating) 나타나는 임시 레이어입니다. 사용자의 상호작용을 필요로 하는 모달(Modal)성 요소들이 여기에 속합니다. */
|
|
33
|
+
export declare const layerFloating = "var(--seed-color-bg-layer-floating)";
|
|
34
|
+
/** 화면의 모든 콘텐츠 위를 덮으며(floating) 나타나는 임시 레이어입니다. 사용자의 상호작용을 필요로 하는 모달(Modal)성 요소들이 여기에 속합니다. (pressed) */
|
|
35
|
+
export declare const layerFloatingPressed = "var(--seed-color-bg-layer-floating-pressed)";
|
|
36
|
+
export declare const magicWeak = "var(--seed-color-bg-magic-weak)";
|
|
37
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (inverted) */
|
|
38
|
+
export declare const neutralInverted = "var(--seed-color-bg-neutral-inverted)";
|
|
39
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (inverted-pressed) */
|
|
40
|
+
export declare const neutralInvertedPressed = "var(--seed-color-bg-neutral-inverted-pressed)";
|
|
41
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (solid) */
|
|
42
|
+
export declare const neutralSolid = "var(--seed-color-bg-neutral-solid)";
|
|
43
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (solid-muted) */
|
|
44
|
+
export declare const neutralSolidMuted = "var(--seed-color-bg-neutral-solid-muted)";
|
|
45
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (solid-muted-pressed) */
|
|
46
|
+
export declare const neutralSolidMutedPressed = "var(--seed-color-bg-neutral-solid-muted-pressed)";
|
|
47
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak) */
|
|
48
|
+
export declare const neutralWeak = "var(--seed-color-bg-neutral-weak)";
|
|
49
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak-alpha) `$color.layer.basement` 위에서 컴포넌트의 가시성을 보장하기 위해 사용됩니다. */
|
|
50
|
+
export declare const neutralWeakAlpha = "var(--seed-color-bg-neutral-weak-alpha)";
|
|
51
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak-alpha-pressed) `$color.layer.basement` 위에서 컴포넌트의 가시성을 보장하기 위해 사용됩니다. */
|
|
52
|
+
export declare const neutralWeakAlphaPressed = "var(--seed-color-bg-neutral-weak-alpha-pressed)";
|
|
53
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak-pressed) */
|
|
54
|
+
export declare const neutralWeakPressed = "var(--seed-color-bg-neutral-weak-pressed)";
|
|
55
|
+
export declare const overlay = "var(--seed-color-bg-overlay)";
|
|
56
|
+
export declare const overlayMuted = "var(--seed-color-bg-overlay-muted)";
|
|
57
|
+
/** 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (solid) */
|
|
58
|
+
export declare const positiveSolid = "var(--seed-color-bg-positive-solid)";
|
|
59
|
+
/** 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (solid-pressed) */
|
|
60
|
+
export declare const positiveSolidPressed = "var(--seed-color-bg-positive-solid-pressed)";
|
|
61
|
+
/** 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (weak) */
|
|
62
|
+
export declare const positiveWeak = "var(--seed-color-bg-positive-weak)";
|
|
63
|
+
/** 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (weak-pressed) */
|
|
64
|
+
export declare const positiveWeakPressed = "var(--seed-color-bg-positive-weak-pressed)";
|
|
65
|
+
export declare const transparent = "var(--seed-color-bg-transparent)";
|
|
66
|
+
export declare const transparentPressed = "var(--seed-color-bg-transparent-pressed)";
|
|
67
|
+
export declare const transparentSelected = "var(--seed-color-bg-transparent-selected)";
|
|
68
|
+
export declare const transparentSelectedPressed = "var(--seed-color-bg-transparent-selected-pressed)";
|
|
69
|
+
/** 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (solid) */
|
|
70
|
+
export declare const warningSolid = "var(--seed-color-bg-warning-solid)";
|
|
71
|
+
/** 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (solid-pressed) */
|
|
72
|
+
export declare const warningSolidPressed = "var(--seed-color-bg-warning-solid-pressed)";
|
|
73
|
+
/** 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (weak) */
|
|
74
|
+
export declare const warningWeak = "var(--seed-color-bg-warning-weak)";
|
|
75
|
+
/** 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (weak-pressed) */
|
|
76
|
+
export declare const warningWeakPressed = "var(--seed-color-bg-warning-weak-pressed)";
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export const brandSolid = "var(--seed-color-bg-brand-solid)";
|
|
2
|
+
export const brandSolidPressed = "var(--seed-color-bg-brand-solid-pressed)";
|
|
3
|
+
export const brandWeak = "var(--seed-color-bg-brand-weak)";
|
|
4
|
+
export const brandWeakPressed = "var(--seed-color-bg-brand-weak-pressed)";
|
|
5
|
+
export const criticalSolid = "var(--seed-color-bg-critical-solid)";
|
|
6
|
+
export const criticalSolidPressed = "var(--seed-color-bg-critical-solid-pressed)";
|
|
7
|
+
export const criticalWeak = "var(--seed-color-bg-critical-weak)";
|
|
8
|
+
export const criticalWeakPressed = "var(--seed-color-bg-critical-weak-pressed)";
|
|
9
|
+
export const disabled = "var(--seed-color-bg-disabled)";
|
|
10
|
+
export const informativeSolid = "var(--seed-color-bg-informative-solid)";
|
|
11
|
+
export const informativeSolidPressed = "var(--seed-color-bg-informative-solid-pressed)";
|
|
12
|
+
export const informativeWeak = "var(--seed-color-bg-informative-weak)";
|
|
13
|
+
export const informativeWeakPressed = "var(--seed-color-bg-informative-weak-pressed)";
|
|
14
|
+
export const layerBasement = "var(--seed-color-bg-layer-basement)";
|
|
15
|
+
export const layerDefault = "var(--seed-color-bg-layer-default)";
|
|
16
|
+
export const layerDefaultPressed = "var(--seed-color-bg-layer-default-pressed)";
|
|
17
|
+
export const layerFloating = "var(--seed-color-bg-layer-floating)";
|
|
18
|
+
export const layerFloatingPressed = "var(--seed-color-bg-layer-floating-pressed)";
|
|
19
|
+
export const magicWeak = "var(--seed-color-bg-magic-weak)";
|
|
20
|
+
export const neutralInverted = "var(--seed-color-bg-neutral-inverted)";
|
|
21
|
+
export const neutralInvertedPressed = "var(--seed-color-bg-neutral-inverted-pressed)";
|
|
22
|
+
export const neutralSolid = "var(--seed-color-bg-neutral-solid)";
|
|
23
|
+
export const neutralSolidMuted = "var(--seed-color-bg-neutral-solid-muted)";
|
|
24
|
+
export const neutralSolidMutedPressed = "var(--seed-color-bg-neutral-solid-muted-pressed)";
|
|
25
|
+
export const neutralWeak = "var(--seed-color-bg-neutral-weak)";
|
|
26
|
+
export const neutralWeakAlpha = "var(--seed-color-bg-neutral-weak-alpha)";
|
|
27
|
+
export const neutralWeakAlphaPressed = "var(--seed-color-bg-neutral-weak-alpha-pressed)";
|
|
28
|
+
export const neutralWeakPressed = "var(--seed-color-bg-neutral-weak-pressed)";
|
|
29
|
+
export const overlay = "var(--seed-color-bg-overlay)";
|
|
30
|
+
export const overlayMuted = "var(--seed-color-bg-overlay-muted)";
|
|
31
|
+
export const positiveSolid = "var(--seed-color-bg-positive-solid)";
|
|
32
|
+
export const positiveSolidPressed = "var(--seed-color-bg-positive-solid-pressed)";
|
|
33
|
+
export const positiveWeak = "var(--seed-color-bg-positive-weak)";
|
|
34
|
+
export const positiveWeakPressed = "var(--seed-color-bg-positive-weak-pressed)";
|
|
35
|
+
export const transparent = "var(--seed-color-bg-transparent)";
|
|
36
|
+
export const transparentPressed = "var(--seed-color-bg-transparent-pressed)";
|
|
37
|
+
export const transparentSelected = "var(--seed-color-bg-transparent-selected)";
|
|
38
|
+
export const transparentSelectedPressed = "var(--seed-color-bg-transparent-selected-pressed)";
|
|
39
|
+
export const warningSolid = "var(--seed-color-bg-warning-solid)";
|
|
40
|
+
export const warningSolidPressed = "var(--seed-color-bg-warning-solid-pressed)";
|
|
41
|
+
export const warningWeak = "var(--seed-color-bg-warning-weak)";
|
|
42
|
+
export const warningWeakPressed = "var(--seed-color-bg-warning-weak-pressed)";
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/** 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. */
|
|
2
|
+
export declare const brand = "var(--seed-color-fg-brand)";
|
|
3
|
+
/** 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. (contrast) */
|
|
4
|
+
export declare const brandContrast = "var(--seed-color-fg-brand-contrast)";
|
|
5
|
+
/** 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. */
|
|
6
|
+
export declare const critical = "var(--seed-color-fg-critical)";
|
|
7
|
+
/** 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (contrast) */
|
|
8
|
+
export declare const criticalContrast = "var(--seed-color-fg-critical-contrast)";
|
|
9
|
+
export declare const disabled = "var(--seed-color-fg-disabled)";
|
|
10
|
+
/** 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. */
|
|
11
|
+
export declare const informative = "var(--seed-color-fg-informative)";
|
|
12
|
+
/** 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (contrast) */
|
|
13
|
+
export declare const informativeContrast = "var(--seed-color-fg-informative-contrast)";
|
|
14
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. */
|
|
15
|
+
export declare const neutral = "var(--seed-color-fg-neutral)";
|
|
16
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (inverted) */
|
|
17
|
+
export declare const neutralInverted = "var(--seed-color-fg-neutral-inverted)";
|
|
18
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (muted) */
|
|
19
|
+
export declare const neutralMuted = "var(--seed-color-fg-neutral-muted)";
|
|
20
|
+
/** 일반적인 콘텐츠에 사용되는 기본 색상입니다. (subtle) */
|
|
21
|
+
export declare const neutralSubtle = "var(--seed-color-fg-neutral-subtle)";
|
|
22
|
+
export declare const placeholder = "var(--seed-color-fg-placeholder)";
|
|
23
|
+
/** 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. */
|
|
24
|
+
export declare const positive = "var(--seed-color-fg-positive)";
|
|
25
|
+
/** 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (contrast) */
|
|
26
|
+
export declare const positiveContrast = "var(--seed-color-fg-positive-contrast)";
|
|
27
|
+
/** 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. */
|
|
28
|
+
export declare const warning = "var(--seed-color-fg-warning)";
|
|
29
|
+
/** 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (contrast) */
|
|
30
|
+
export declare const warningContrast = "var(--seed-color-fg-warning-contrast)";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const brand = "var(--seed-color-fg-brand)";
|
|
2
|
+
export const brandContrast = "var(--seed-color-fg-brand-contrast)";
|
|
3
|
+
export const critical = "var(--seed-color-fg-critical)";
|
|
4
|
+
export const criticalContrast = "var(--seed-color-fg-critical-contrast)";
|
|
5
|
+
export const disabled = "var(--seed-color-fg-disabled)";
|
|
6
|
+
export const informative = "var(--seed-color-fg-informative)";
|
|
7
|
+
export const informativeContrast = "var(--seed-color-fg-informative-contrast)";
|
|
8
|
+
export const neutral = "var(--seed-color-fg-neutral)";
|
|
9
|
+
export const neutralInverted = "var(--seed-color-fg-neutral-inverted)";
|
|
10
|
+
export const neutralMuted = "var(--seed-color-fg-neutral-muted)";
|
|
11
|
+
export const neutralSubtle = "var(--seed-color-fg-neutral-subtle)";
|
|
12
|
+
export const placeholder = "var(--seed-color-fg-placeholder)";
|
|
13
|
+
export const positive = "var(--seed-color-fg-positive)";
|
|
14
|
+
export const positiveContrast = "var(--seed-color-fg-positive-contrast)";
|
|
15
|
+
export const warning = "var(--seed-color-fg-warning)";
|
|
16
|
+
export const warningContrast = "var(--seed-color-fg-warning-contrast)";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * as l1 from "./l1";
|
|
2
|
+
export * as l10 from "./l10";
|
|
3
|
+
export * as l2 from "./l2";
|
|
4
|
+
export * as l3 from "./l3";
|
|
5
|
+
export * as l4 from "./l4";
|
|
6
|
+
export * as l5 from "./l5";
|
|
7
|
+
export * as l6 from "./l6";
|
|
8
|
+
export * as l7 from "./l7";
|
|
9
|
+
export * as l8 from "./l8";
|
|
10
|
+
export * as l9 from "./l9";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * as l1 from "./l1.mjs";
|
|
2
|
+
export * as l10 from "./l10.mjs";
|
|
3
|
+
export * as l2 from "./l2.mjs";
|
|
4
|
+
export * as l3 from "./l3.mjs";
|
|
5
|
+
export * as l4 from "./l4.mjs";
|
|
6
|
+
export * as l5 from "./l5.mjs";
|
|
7
|
+
export * as l6 from "./l6.mjs";
|
|
8
|
+
export * as l7 from "./l7.mjs";
|
|
9
|
+
export * as l8 from "./l8.mjs";
|
|
10
|
+
export * as l9 from "./l9.mjs";
|