@konstructio/ui 0.0.12-alpha.9 → 0.0.13-alpha.1
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/dist/{Modal-B-E9uaA6.js → Modal-i7eolhYH.js} +311 -307
- package/dist/components/Alert/Alert.js +24 -29
- package/dist/components/Alert/Alert.variants.js +9 -15
- package/dist/components/AlertDialog/AlertDialog.js +59 -46
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +2 -2
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +76 -72
- package/dist/components/Autocomplete/Autocomplete.variants.js +11 -20
- package/dist/components/Autocomplete/components/List/List.js +28 -30
- package/dist/components/Autocomplete/components/List/List.variants.js +34 -40
- package/dist/components/Breadcrumb/Breadcrumb.js +47 -56
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +6 -26
- package/dist/components/Breadcrumb/components/Item/Item.js +29 -41
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +2 -20
- package/dist/components/Button/Button.js +33 -37
- package/dist/components/Button/Button.variants.js +138 -195
- package/dist/components/Card/Card.js +32 -37
- package/dist/components/Card/Card.variants.js +18 -53
- package/dist/components/Checkbox/Checkbox.js +65 -68
- package/dist/components/Checkbox/Checkbox.variants.js +11 -35
- package/dist/components/Command/Command.js +33 -25
- package/dist/components/Command/Command.variants.js +47 -94
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +1 -1
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +1 -1
- package/dist/components/Command/components/DialogOverlay.js +8 -8
- package/dist/components/Divider/Divider.js +3 -2
- package/dist/components/Divider/Divider.variants.js +12 -9
- package/dist/components/Dropdown/Dropdown.js +6 -6
- package/dist/components/Dropdown/Dropdown.variants.js +31 -38
- package/dist/components/Dropdown/components/List/List.js +17 -15
- package/dist/components/Dropdown/components/List/List.variants.js +22 -32
- package/dist/components/Dropdown/components/ListItem/ListItem.js +20 -19
- package/dist/components/Dropdown/components/ListItem/ListItem.variants.js +18 -30
- package/dist/components/Dropdown/components/Wrapper.js +127 -90
- package/dist/components/Dropdown/contexts/dropdown.context.js +1 -1
- package/dist/components/Dropdown/contexts/dropdown.provider.js +9 -9
- package/dist/components/Input/Input.js +37 -37
- package/dist/components/Input/Input.variants.js +8 -13
- package/dist/components/Loading/Loading.js +60 -58
- package/dist/components/Loading/Loading.variants.js +9 -15
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +2 -2
- package/dist/components/Modal/components/Header/Header.js +3 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -4
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +32 -46
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/NumberInput/NumberInput.js +93 -111
- package/dist/components/NumberInput/NumberInput.variants.js +30 -51
- package/dist/components/ProgressBar/ProgressBar.js +25 -29
- package/dist/components/ProgressBar/ProgressBar.variants.js +10 -31
- package/dist/components/Radio/Radio.js +45 -46
- package/dist/components/Radio/Radio.variants.js +4 -13
- package/dist/components/RadioCard/RadioCard.js +31 -37
- package/dist/components/RadioCard/RadioCard.variants.js +8 -17
- package/dist/components/RadioCardGroup/RadioCardGroup.js +22 -23
- package/dist/components/RadioCardGroup/RadioCardGroup.variants.js +3 -9
- package/dist/components/RadioGroup/RadioGroup.js +30 -31
- package/dist/components/RadioGroup/RadioGroup.variants.js +2 -8
- package/dist/components/Range/Range.js +28 -34
- package/dist/components/Range/Range.variants.js +21 -53
- package/dist/components/Sidebar/Sidebar.js +12 -13
- package/dist/components/Sidebar/Sidebar.variants.js +30 -56
- package/dist/components/Sidebar/components/Footer/Footer.js +5 -17
- package/dist/components/Sidebar/components/Footer/Footer.variants.js +9 -16
- package/dist/components/Sidebar/components/Logo/Logo.js +5 -15
- package/dist/components/Sidebar/components/Logo/Logo.variants.js +20 -36
- package/dist/components/Sidebar/components/Navigation/Navigation.js +15 -28
- package/dist/components/Sidebar/components/Navigation/Navigation.variants.js +3 -17
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +21 -34
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.js +2 -13
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +21 -27
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +7 -17
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +7 -19
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +6 -16
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +8 -21
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +11 -20
- package/dist/components/Sidebar/components/Wrapper/Wrapper.js +41 -44
- package/dist/components/Slider/Slider.js +26 -27
- package/dist/components/Slider/Slider.variants.js +22 -34
- package/dist/components/Switch/Switch.js +103 -106
- package/dist/components/Switch/Switch.variants.js +28 -53
- package/dist/components/Table/Table.js +27 -0
- package/dist/components/Table/Table.variants.js +40 -0
- package/dist/components/Table/components/Body.js +18 -0
- package/dist/components/Table/components/Filter.js +9 -0
- package/dist/components/Table/components/Head.js +18 -0
- package/dist/components/Table/components/Row.js +28 -0
- package/dist/components/Table/components/index.js +10 -0
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/TagSelect/TagSelect.variants.js +23 -55
- package/dist/components/TagSelect/components/Item/Item.js +12 -14
- package/dist/components/TagSelect/components/Item/Item.variants.js +11 -10
- package/dist/components/TagSelect/components/List/List.js +9 -10
- package/dist/components/TagSelect/components/List/List.variants.js +21 -35
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +46 -48
- package/dist/components/TextArea/TextArea.js +20 -23
- package/dist/components/TextArea/TextArea.variants.js +19 -31
- package/dist/components/Toast/Toast.js +110 -116
- package/dist/components/Toast/Toast.variants.js +42 -70
- package/dist/components/Tooltip/Tooltip.js +21 -27
- package/dist/components/Tooltip/Tooltip.variants.js +61 -62
- package/dist/components/Typography/Typography.js +23 -19
- package/dist/components/Typography/Typography.variants.js +1 -7
- package/dist/components/index.js +22 -20
- package/dist/contexts/theme.provider.js +37 -39
- package/dist/domain/theme.js +0 -0
- package/dist/index-AM3avohj.js +133 -0
- package/dist/{index-BzaHYXkt.js → index-BOx5P4tS.js} +5 -5
- package/dist/index-Bk324h27.js +82 -0
- package/dist/{index-4ecjw_Aj.js → index-Bry5AFQ2.js} +1 -1
- package/dist/{index-CbTU3cnP.js → index-CWKdynYu.js} +1 -1
- package/dist/index-D9BbbgUq.js +47 -0
- package/dist/{index-DyKo5ZJT.js → index-DvFiic6N.js} +45 -45
- package/dist/{index-Dj1pom3_.js → index-G_6jG4Qc.js} +2 -2
- package/dist/{index-D_76wh4w.js → index-YaQrdkGE.js} +3 -3
- package/dist/{index-Cva-e5M4.js → index-bYyfdsls.js} +9 -9
- package/dist/index-dRxIWVBr.js +313 -0
- package/dist/{index-D7QNmo_D.js → index-g-TFwd6Y.js} +41 -41
- package/dist/index.d.ts +115 -98
- package/dist/index.js +30 -30
- package/dist/package.json +37 -36
- package/dist/styles.css +1 -1
- package/dist/ui/kubefirst-theme.css +296 -0
- package/dist/ui/theme.css +6 -0
- package/dist/ui/utilities.css +165 -0
- package/dist/utils/index.js +675 -424
- package/package.json +37 -36
- package/dist/components/AlertDialog/AlertDialog.variants.js +0 -15
- package/dist/index-B_6_jmOO.js +0 -68
- package/dist/index-BbsJ0VIJ.js +0 -47
- package/dist/index-CzSBQN5S.js +0 -432
- package/dist/index-DUA6Y_AE.js +0 -126
- package/dist/plugins/index.js +0 -4
- package/dist/plugins/konstruct.js +0 -118
- package/dist/plugins/utils/animation.styles.js +0 -162
- package/dist/plugins/utils/colors.js +0 -331
- package/dist/plugins/utils/index.js +0 -7
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
function i(a) {
|
|
2
|
-
return Object.fromEntries(
|
|
3
|
-
Object.entries(a).filter(([e]) => e !== "DEFAULT")
|
|
4
|
-
);
|
|
5
|
-
}
|
|
6
|
-
const r = ({
|
|
7
|
-
addUtilities: a,
|
|
8
|
-
matchUtilities: e,
|
|
9
|
-
theme: n
|
|
10
|
-
}) => {
|
|
11
|
-
a({
|
|
12
|
-
"@keyframes enter": n("keyframes.enter"),
|
|
13
|
-
"@keyframes exit": n("keyframes.exit"),
|
|
14
|
-
".animate-in": {
|
|
15
|
-
animationName: "enter",
|
|
16
|
-
animationDuration: n("animationDuration.DEFAULT"),
|
|
17
|
-
"--tw-enter-opacity": "initial",
|
|
18
|
-
"--tw-enter-scale": "initial",
|
|
19
|
-
"--tw-enter-rotate": "initial",
|
|
20
|
-
"--tw-enter-translate-x": "initial",
|
|
21
|
-
"--tw-enter-translate-y": "initial"
|
|
22
|
-
},
|
|
23
|
-
".animate-out": {
|
|
24
|
-
animationName: "exit",
|
|
25
|
-
animationDuration: n("animationDuration.DEFAULT"),
|
|
26
|
-
"--tw-exit-opacity": "initial",
|
|
27
|
-
"--tw-exit-scale": "initial",
|
|
28
|
-
"--tw-exit-rotate": "initial",
|
|
29
|
-
"--tw-exit-translate-x": "initial",
|
|
30
|
-
"--tw-exit-translate-y": "initial"
|
|
31
|
-
}
|
|
32
|
-
}), e(
|
|
33
|
-
{
|
|
34
|
-
"fade-in": (t) => ({ "--tw-enter-opacity": t }),
|
|
35
|
-
"fade-out": (t) => ({ "--tw-exit-opacity": t })
|
|
36
|
-
},
|
|
37
|
-
{ values: n("animationOpacity") }
|
|
38
|
-
), e(
|
|
39
|
-
{
|
|
40
|
-
"zoom-in": (t) => ({ "--tw-enter-scale": t }),
|
|
41
|
-
"zoom-out": (t) => ({ "--tw-exit-scale": t })
|
|
42
|
-
},
|
|
43
|
-
{ values: n("animationScale") }
|
|
44
|
-
), e(
|
|
45
|
-
{
|
|
46
|
-
"spin-in": (t) => ({ "--tw-enter-rotate": t }),
|
|
47
|
-
"spin-out": (t) => ({ "--tw-exit-rotate": t })
|
|
48
|
-
},
|
|
49
|
-
{ values: n("animationRotate") }
|
|
50
|
-
), e(
|
|
51
|
-
{
|
|
52
|
-
"slide-in-from-top": (t) => ({
|
|
53
|
-
"--tw-enter-translate-y": `-${t}`
|
|
54
|
-
}),
|
|
55
|
-
"slide-in-from-bottom": (t) => ({
|
|
56
|
-
"--tw-enter-translate-y": t
|
|
57
|
-
}),
|
|
58
|
-
"slide-in-from-left": (t) => ({
|
|
59
|
-
"--tw-enter-translate-x": `-${t}`
|
|
60
|
-
}),
|
|
61
|
-
"slide-in-from-right": (t) => ({
|
|
62
|
-
"--tw-enter-translate-x": t
|
|
63
|
-
}),
|
|
64
|
-
"slide-out-to-top": (t) => ({
|
|
65
|
-
"--tw-exit-translate-y": `-${t}`
|
|
66
|
-
}),
|
|
67
|
-
"slide-out-to-bottom": (t) => ({
|
|
68
|
-
"--tw-exit-translate-y": t
|
|
69
|
-
}),
|
|
70
|
-
"slide-out-to-left": (t) => ({
|
|
71
|
-
"--tw-exit-translate-x": `-${t}`
|
|
72
|
-
}),
|
|
73
|
-
"slide-out-to-right": (t) => ({
|
|
74
|
-
"--tw-exit-translate-x": t
|
|
75
|
-
})
|
|
76
|
-
},
|
|
77
|
-
{ values: n("animationTranslate") }
|
|
78
|
-
), e(
|
|
79
|
-
{ duration: (t) => ({ animationDuration: t }) },
|
|
80
|
-
{ values: i(n("animationDuration")) }
|
|
81
|
-
), e(
|
|
82
|
-
{ delay: (t) => ({ animationDelay: t }) },
|
|
83
|
-
{ values: n("animationDelay") }
|
|
84
|
-
), e(
|
|
85
|
-
{ ease: (t) => ({ animationTimingFunction: t }) },
|
|
86
|
-
{ values: i(n("animationTimingFunction")) }
|
|
87
|
-
), a({
|
|
88
|
-
".running": { animationPlayState: "running" },
|
|
89
|
-
".paused": { animationPlayState: "paused" }
|
|
90
|
-
}), e(
|
|
91
|
-
{ "fill-mode": (t) => ({ animationFillMode: t }) },
|
|
92
|
-
{ values: n("animationFillMode") }
|
|
93
|
-
), e(
|
|
94
|
-
{ direction: (t) => ({ animationDirection: t }) },
|
|
95
|
-
{ values: n("animationDirection") }
|
|
96
|
-
), e(
|
|
97
|
-
{ repeat: (t) => ({ animationIterationCount: t }) },
|
|
98
|
-
{ values: n("animationRepeat") }
|
|
99
|
-
);
|
|
100
|
-
}, o = {
|
|
101
|
-
animationDelay: ({ theme: a }) => ({
|
|
102
|
-
...a("transitionDelay")
|
|
103
|
-
}),
|
|
104
|
-
animationDuration: ({ theme: a }) => ({
|
|
105
|
-
0: "0ms",
|
|
106
|
-
...a("transitionDuration")
|
|
107
|
-
}),
|
|
108
|
-
animationTimingFunction: ({ theme: a }) => ({
|
|
109
|
-
...a("transitionTimingFunction")
|
|
110
|
-
}),
|
|
111
|
-
animationFillMode: {
|
|
112
|
-
none: "none",
|
|
113
|
-
forwards: "forwards",
|
|
114
|
-
backwards: "backwards",
|
|
115
|
-
both: "both"
|
|
116
|
-
},
|
|
117
|
-
animationDirection: {
|
|
118
|
-
normal: "normal",
|
|
119
|
-
reverse: "reverse",
|
|
120
|
-
alternate: "alternate",
|
|
121
|
-
"alternate-reverse": "alternate-reverse"
|
|
122
|
-
},
|
|
123
|
-
animationOpacity: ({ theme: a }) => ({
|
|
124
|
-
DEFAULT: 0,
|
|
125
|
-
...a("opacity")
|
|
126
|
-
}),
|
|
127
|
-
animationTranslate: ({ theme: a }) => ({
|
|
128
|
-
DEFAULT: "100%",
|
|
129
|
-
...a("translate")
|
|
130
|
-
}),
|
|
131
|
-
animationScale: ({ theme: a }) => ({
|
|
132
|
-
DEFAULT: 0,
|
|
133
|
-
...a("scale")
|
|
134
|
-
}),
|
|
135
|
-
animationRotate: ({ theme: a }) => ({
|
|
136
|
-
DEFAULT: "30deg",
|
|
137
|
-
...a("rotate")
|
|
138
|
-
}),
|
|
139
|
-
animationRepeat: {
|
|
140
|
-
0: "0",
|
|
141
|
-
1: "1",
|
|
142
|
-
infinite: "infinite"
|
|
143
|
-
},
|
|
144
|
-
keyframes: {
|
|
145
|
-
enter: {
|
|
146
|
-
from: {
|
|
147
|
-
opacity: "var(--tw-enter-opacity, 1)",
|
|
148
|
-
transform: "translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
exit: {
|
|
152
|
-
to: {
|
|
153
|
-
opacity: "var(--tw-exit-opacity, 1)",
|
|
154
|
-
transform: "translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
export {
|
|
160
|
-
r as addAnimationStyles,
|
|
161
|
-
o as defaultAnimationThemeValues
|
|
162
|
-
};
|
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
const f = {
|
|
2
|
-
black: "#000000",
|
|
3
|
-
white: "#ffffff",
|
|
4
|
-
amber: {
|
|
5
|
-
50: "#fffbeb",
|
|
6
|
-
100: "#fef3c7",
|
|
7
|
-
200: "#fde68a",
|
|
8
|
-
300: "#fcd34d",
|
|
9
|
-
400: "#fbbf24",
|
|
10
|
-
500: "#f59e0b",
|
|
11
|
-
600: "#d97706",
|
|
12
|
-
700: "#b45309",
|
|
13
|
-
800: "#92400e",
|
|
14
|
-
900: "#78350f"
|
|
15
|
-
},
|
|
16
|
-
blue: {
|
|
17
|
-
50: "#eff6ff",
|
|
18
|
-
100: "#dbeafe",
|
|
19
|
-
200: "#bfdbfe",
|
|
20
|
-
300: "#93c5fd",
|
|
21
|
-
400: "#60a5fa",
|
|
22
|
-
500: "#3b82f6",
|
|
23
|
-
600: "#2563eb",
|
|
24
|
-
700: "#1d4ed8",
|
|
25
|
-
800: "#1e40af",
|
|
26
|
-
900: "#1e3a89"
|
|
27
|
-
},
|
|
28
|
-
cyan: {
|
|
29
|
-
50: "#ecfeff",
|
|
30
|
-
100: "#cffafe",
|
|
31
|
-
200: "#a5f3fc",
|
|
32
|
-
300: "#67e8f9",
|
|
33
|
-
400: "#22d3ee",
|
|
34
|
-
500: "#06b6d4",
|
|
35
|
-
600: "#0891b2",
|
|
36
|
-
700: "#0e7490",
|
|
37
|
-
800: "#155e75",
|
|
38
|
-
900: "#164e63"
|
|
39
|
-
},
|
|
40
|
-
emerald: {
|
|
41
|
-
50: "#ecfdf5",
|
|
42
|
-
100: "#d1fae5",
|
|
43
|
-
200: "#a7f3d0",
|
|
44
|
-
300: "#6ee7b7",
|
|
45
|
-
400: "#34d399",
|
|
46
|
-
500: "#10b981",
|
|
47
|
-
600: "#059669",
|
|
48
|
-
700: "#047857",
|
|
49
|
-
800: "#065f46",
|
|
50
|
-
900: "#064e3b"
|
|
51
|
-
},
|
|
52
|
-
fuchsia: {
|
|
53
|
-
50: "#fdf4ff",
|
|
54
|
-
100: "#fae8ff",
|
|
55
|
-
200: "#f5d0fe",
|
|
56
|
-
300: "#f0abfc",
|
|
57
|
-
400: "#e879f9",
|
|
58
|
-
500: "#d946ef",
|
|
59
|
-
600: "#c026d3",
|
|
60
|
-
700: "#a21caf",
|
|
61
|
-
800: "#86198f",
|
|
62
|
-
900: "#701a75"
|
|
63
|
-
},
|
|
64
|
-
gray: {
|
|
65
|
-
50: "#f9fafb",
|
|
66
|
-
100: "#f3f4f6",
|
|
67
|
-
200: "#e5e7eb",
|
|
68
|
-
300: "#d1d5db",
|
|
69
|
-
400: "#9ca3af",
|
|
70
|
-
500: "#6b7280",
|
|
71
|
-
600: "#4b5563",
|
|
72
|
-
700: "#374151",
|
|
73
|
-
800: "#1f2937",
|
|
74
|
-
900: "#111827"
|
|
75
|
-
},
|
|
76
|
-
green: {
|
|
77
|
-
50: "#f0fdf4",
|
|
78
|
-
100: "#dcfce7",
|
|
79
|
-
200: "#bbf7d0",
|
|
80
|
-
300: "#86efac",
|
|
81
|
-
400: "#4ade80",
|
|
82
|
-
500: "#22c55e",
|
|
83
|
-
600: "#16a34a",
|
|
84
|
-
700: "#15803d",
|
|
85
|
-
800: "#166534",
|
|
86
|
-
900: "#14532d"
|
|
87
|
-
},
|
|
88
|
-
indigo: {
|
|
89
|
-
50: "#eef2ff",
|
|
90
|
-
100: "#e0e7ff",
|
|
91
|
-
200: "#c7d2fe",
|
|
92
|
-
300: "#a5b4fc",
|
|
93
|
-
400: "#818cf8",
|
|
94
|
-
500: "#6366f1",
|
|
95
|
-
600: "#4f46e5",
|
|
96
|
-
700: "#4338ca",
|
|
97
|
-
800: "#3730a3",
|
|
98
|
-
900: "#312e81"
|
|
99
|
-
},
|
|
100
|
-
lime: {
|
|
101
|
-
50: "#f7fee7",
|
|
102
|
-
100: "#ecfccb",
|
|
103
|
-
200: "#d9f99d",
|
|
104
|
-
300: "#bef264",
|
|
105
|
-
400: "#a3e635",
|
|
106
|
-
500: "#84cc16",
|
|
107
|
-
600: "#65a30d",
|
|
108
|
-
700: "#4d7c0f",
|
|
109
|
-
800: "#3f6212",
|
|
110
|
-
900: "#365314"
|
|
111
|
-
},
|
|
112
|
-
metal: {
|
|
113
|
-
50: "#f3f5f7",
|
|
114
|
-
100: "#e7ebee",
|
|
115
|
-
200: "#dbe1e6",
|
|
116
|
-
300: "#c3cdd5",
|
|
117
|
-
400: "#9fafbc",
|
|
118
|
-
500: "#758c9f",
|
|
119
|
-
600: "#4b5d6c",
|
|
120
|
-
700: "#3b4954",
|
|
121
|
-
800: "#263237",
|
|
122
|
-
900: "#111518",
|
|
123
|
-
1e3: "#758c9f",
|
|
124
|
-
1100: "#111518"
|
|
125
|
-
},
|
|
126
|
-
neutral: {
|
|
127
|
-
50: "#fafafa",
|
|
128
|
-
100: "#f5f5f5",
|
|
129
|
-
200: "#e5e5e5",
|
|
130
|
-
300: "#d4d4d4",
|
|
131
|
-
400: "#a3a3a3",
|
|
132
|
-
500: "#737373",
|
|
133
|
-
600: "#525252",
|
|
134
|
-
700: "#404040",
|
|
135
|
-
800: "#262626",
|
|
136
|
-
900: "#171717"
|
|
137
|
-
},
|
|
138
|
-
orange: {
|
|
139
|
-
50: "#fef3eb",
|
|
140
|
-
100: "#fee7d7",
|
|
141
|
-
200: "#fdd0af",
|
|
142
|
-
300: "#fcb888",
|
|
143
|
-
400: "#fa9247",
|
|
144
|
-
500: "#f97d24",
|
|
145
|
-
600: "#ef6706",
|
|
146
|
-
700: "#c75605",
|
|
147
|
-
800: "#9f4504",
|
|
148
|
-
900: "#773403"
|
|
149
|
-
},
|
|
150
|
-
pink: {
|
|
151
|
-
50: "#fdf2f8",
|
|
152
|
-
100: "#fce7f3",
|
|
153
|
-
200: "#fbcfe8",
|
|
154
|
-
300: "#f9a8d4",
|
|
155
|
-
400: "#f472b6",
|
|
156
|
-
500: "#ec4899",
|
|
157
|
-
600: "#db2777",
|
|
158
|
-
700: "#be185d",
|
|
159
|
-
800: "#9d174d",
|
|
160
|
-
900: "#831843"
|
|
161
|
-
},
|
|
162
|
-
powder: {
|
|
163
|
-
50: "#f1f4f9",
|
|
164
|
-
100: "#e3eaf2",
|
|
165
|
-
200: "#d6e0ec",
|
|
166
|
-
300: "#c7d5e5",
|
|
167
|
-
400: "#abc0d8",
|
|
168
|
-
500: "#7395bf",
|
|
169
|
-
600: "#4d76a8",
|
|
170
|
-
700: "#2d4562",
|
|
171
|
-
800: "#203146",
|
|
172
|
-
900: "#131d2a"
|
|
173
|
-
},
|
|
174
|
-
purple: {
|
|
175
|
-
50: "#faf5ff",
|
|
176
|
-
100: "#f3e8ff",
|
|
177
|
-
200: "#e9d5ff",
|
|
178
|
-
300: "#d8b4fe",
|
|
179
|
-
400: "#c084fc",
|
|
180
|
-
500: "#a855f7",
|
|
181
|
-
600: "#9333ea",
|
|
182
|
-
700: "#7e22ce",
|
|
183
|
-
800: "#6b21a8",
|
|
184
|
-
900: "#581c87"
|
|
185
|
-
},
|
|
186
|
-
red: {
|
|
187
|
-
50: "#fef2f2",
|
|
188
|
-
100: "#fee2e2",
|
|
189
|
-
200: "#fecaca",
|
|
190
|
-
300: "#fca5a5",
|
|
191
|
-
400: "#f87171",
|
|
192
|
-
500: "#ef4444",
|
|
193
|
-
600: "#dc2626",
|
|
194
|
-
700: "#b91c1c",
|
|
195
|
-
800: "#991b1b",
|
|
196
|
-
900: "#7f1d1d"
|
|
197
|
-
},
|
|
198
|
-
rose: {
|
|
199
|
-
50: "#fff1f2",
|
|
200
|
-
100: "#ffe4e6",
|
|
201
|
-
200: "#fecdd3",
|
|
202
|
-
300: "#fda4af",
|
|
203
|
-
400: "#fb7185",
|
|
204
|
-
500: "#f43f5e",
|
|
205
|
-
600: "#e11d48",
|
|
206
|
-
700: "#be123c",
|
|
207
|
-
800: "#9f1239",
|
|
208
|
-
900: "#881337"
|
|
209
|
-
},
|
|
210
|
-
sage: {
|
|
211
|
-
50: "#f5f9f1",
|
|
212
|
-
100: "#d6e5c7",
|
|
213
|
-
200: "#bcd5a4",
|
|
214
|
-
300: "#a2c581",
|
|
215
|
-
400: "#83b547",
|
|
216
|
-
500: "#79a84d",
|
|
217
|
-
600: "#658c40",
|
|
218
|
-
700: "#517033",
|
|
219
|
-
800: "#47622d",
|
|
220
|
-
900: "#3c5427"
|
|
221
|
-
},
|
|
222
|
-
sky: {
|
|
223
|
-
50: "#f0f9ff",
|
|
224
|
-
100: "#e0f2fe",
|
|
225
|
-
200: "#bae6fd",
|
|
226
|
-
300: "#7dd3fc",
|
|
227
|
-
400: "#38bdf8",
|
|
228
|
-
500: "#0ea5e9",
|
|
229
|
-
600: "#0284c7",
|
|
230
|
-
700: "#0369a1",
|
|
231
|
-
800: "#075985",
|
|
232
|
-
900: "#0c4a6e"
|
|
233
|
-
},
|
|
234
|
-
slate: {
|
|
235
|
-
50: "#f8fafc",
|
|
236
|
-
100: "#f1f5f9",
|
|
237
|
-
200: "#e2e8f0",
|
|
238
|
-
300: "#cbd5e1",
|
|
239
|
-
400: "#94a3b8",
|
|
240
|
-
500: "#64748b",
|
|
241
|
-
600: "#475569",
|
|
242
|
-
700: "#334155",
|
|
243
|
-
800: "#1e293b",
|
|
244
|
-
900: "#0f172a"
|
|
245
|
-
},
|
|
246
|
-
stone: {
|
|
247
|
-
50: "#fafaf9",
|
|
248
|
-
100: "#f5f5f4",
|
|
249
|
-
200: "#e7e5e4",
|
|
250
|
-
300: "#d6d3d1",
|
|
251
|
-
400: "#a8a29e",
|
|
252
|
-
500: "#78716c",
|
|
253
|
-
600: "#57534e",
|
|
254
|
-
700: "#44403c",
|
|
255
|
-
800: "#292524",
|
|
256
|
-
900: "#1c1917"
|
|
257
|
-
},
|
|
258
|
-
teal: {
|
|
259
|
-
50: "#f0fdfa",
|
|
260
|
-
100: "#ccfbf1",
|
|
261
|
-
200: "#99f6e4",
|
|
262
|
-
300: "#5eead4",
|
|
263
|
-
400: "#2dd4bf",
|
|
264
|
-
500: "#14b8a6",
|
|
265
|
-
600: "#0d9488",
|
|
266
|
-
700: "#0f766e",
|
|
267
|
-
800: "#115e59",
|
|
268
|
-
900: "#134e4a"
|
|
269
|
-
},
|
|
270
|
-
violet: {
|
|
271
|
-
50: "#f5f3ff",
|
|
272
|
-
100: "#ede9fe",
|
|
273
|
-
200: "#ddd6fe",
|
|
274
|
-
300: "#c4b5fd",
|
|
275
|
-
400: "#a78bfa",
|
|
276
|
-
500: "#8b5cf6",
|
|
277
|
-
600: "#7c3aed",
|
|
278
|
-
700: "#6d28d9",
|
|
279
|
-
800: "#5b21b6",
|
|
280
|
-
900: "#4c1d95"
|
|
281
|
-
},
|
|
282
|
-
yellow: {
|
|
283
|
-
50: "#fefce8",
|
|
284
|
-
100: "#fef9c3",
|
|
285
|
-
200: "#fef08a",
|
|
286
|
-
300: "#fde047",
|
|
287
|
-
400: "#facc15",
|
|
288
|
-
500: "#eab308",
|
|
289
|
-
600: "#ca8a04",
|
|
290
|
-
700: "#a16207",
|
|
291
|
-
800: "#854d0e",
|
|
292
|
-
900: "#713f12"
|
|
293
|
-
},
|
|
294
|
-
zinc: {
|
|
295
|
-
50: "#fafafa",
|
|
296
|
-
100: "#f4f4f5",
|
|
297
|
-
200: "#e4e4e7",
|
|
298
|
-
300: "#d4d4d8",
|
|
299
|
-
400: "#a1a1aa",
|
|
300
|
-
500: "#71717a",
|
|
301
|
-
600: "#52525b",
|
|
302
|
-
700: "#3f3f46",
|
|
303
|
-
800: "#27272a",
|
|
304
|
-
900: "#18181b"
|
|
305
|
-
},
|
|
306
|
-
kubefirst: {
|
|
307
|
-
primary: "#8851c8",
|
|
308
|
-
secondary: "#7037ae",
|
|
309
|
-
dark: {
|
|
310
|
-
blue: {
|
|
311
|
-
900: "#1e2235"
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
"kubefirst-pro": {
|
|
316
|
-
primary: "#1fb4d5",
|
|
317
|
-
secondary: "#3dc3e2"
|
|
318
|
-
},
|
|
319
|
-
colony: {
|
|
320
|
-
primary: "#a61b4e",
|
|
321
|
-
secondary: "#d32263",
|
|
322
|
-
tertiary: "#f27da2"
|
|
323
|
-
},
|
|
324
|
-
civo: {
|
|
325
|
-
primary: "#239dff",
|
|
326
|
-
secondary: "#4fb1ff"
|
|
327
|
-
}
|
|
328
|
-
};
|
|
329
|
-
export {
|
|
330
|
-
f as konstructColors
|
|
331
|
-
};
|