@junoput01/junoui 0.2.0
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/CHANGELOG.md +199 -0
- package/README.md +117 -0
- package/dist/android/colors.xml +94 -0
- package/dist/android/dimens.xml +49 -0
- package/dist/css/juno-fonts.css +45 -0
- package/dist/css/juno-tokens.css +345 -0
- package/dist/css/juno.css +4481 -0
- package/dist/flutter/juno_tokens.dart +143 -0
- package/dist/fonts/b612-400.woff2 +0 -0
- package/dist/fonts/b612-700.woff2 +0 -0
- package/dist/fonts/b612-mono-400.woff2 +0 -0
- package/dist/fonts/b612-mono-700.woff2 +0 -0
- package/dist/icons/juno-icons.svg +69 -0
- package/dist/ios/JunoTokens.swift +149 -0
- package/dist/js/tokens.d.ts +11 -0
- package/dist/js/tokens.js +244 -0
- package/dist/json/tokens.json +921 -0
- package/dist/scss/_juno-tokens.scss +176 -0
- package/package.json +92 -0
- package/src/css/base.css +120 -0
- package/src/css/components/accordion.css +83 -0
- package/src/css/components/alert.css +90 -0
- package/src/css/components/avatar.css +82 -0
- package/src/css/components/badge.css +55 -0
- package/src/css/components/breadcrumb.css +64 -0
- package/src/css/components/button.css +59 -0
- package/src/css/components/card.css +68 -0
- package/src/css/components/checkbox.css +89 -0
- package/src/css/components/chip.css +89 -0
- package/src/css/components/divider.css +50 -0
- package/src/css/components/dock.css +74 -0
- package/src/css/components/dot.css +35 -0
- package/src/css/components/drawer.css +80 -0
- package/src/css/components/field.css +37 -0
- package/src/css/components/gauge.css +78 -0
- package/src/css/components/icon.css +35 -0
- package/src/css/components/input.css +60 -0
- package/src/css/components/list.css +135 -0
- package/src/css/components/loader.css +159 -0
- package/src/css/components/menu.css +114 -0
- package/src/css/components/modal.css +161 -0
- package/src/css/components/navbar.css +103 -0
- package/src/css/components/pagination.css +72 -0
- package/src/css/components/pillbar.css +111 -0
- package/src/css/components/popover.css +73 -0
- package/src/css/components/rail.css +96 -0
- package/src/css/components/readout.css +45 -0
- package/src/css/components/segmented.css +99 -0
- package/src/css/components/select.css +38 -0
- package/src/css/components/skeleton.css +62 -0
- package/src/css/components/slider.css +117 -0
- package/src/css/components/spark.css +26 -0
- package/src/css/components/stepper.css +121 -0
- package/src/css/components/switch.css +131 -0
- package/src/css/components/table.css +443 -0
- package/src/css/components/tabs.css +66 -0
- package/src/css/components/thumb.css +69 -0
- package/src/css/components/toast.css +109 -0
- package/src/css/components/toggle-button.css +91 -0
- package/src/css/components/tooltip.css +155 -0
- package/src/css/density.css +40 -0
- package/src/css/fonts.css +45 -0
- package/src/css/layout.css +99 -0
- package/src/css/typescale.css +27 -0
- package/src/css/utilities.css +76 -0
- package/src/fonts/LICENSE +93 -0
- package/src/fonts/b612-400.woff2 +0 -0
- package/src/fonts/b612-700.woff2 +0 -0
- package/src/fonts/b612-mono-400.woff2 +0 -0
- package/src/fonts/b612-mono-700.woff2 +0 -0
- package/src/icons/LICENSE +21 -0
- package/src/icons/arrow-clockwise.svg +1 -0
- package/src/icons/arrow-down.svg +1 -0
- package/src/icons/arrow-left.svg +1 -0
- package/src/icons/arrow-right.svg +1 -0
- package/src/icons/arrow-up.svg +1 -0
- package/src/icons/arrows-clockwise.svg +1 -0
- package/src/icons/arrows-out.svg +1 -0
- package/src/icons/bell.svg +1 -0
- package/src/icons/calendar-blank.svg +1 -0
- package/src/icons/caret-down.svg +1 -0
- package/src/icons/caret-left.svg +1 -0
- package/src/icons/caret-right.svg +1 -0
- package/src/icons/caret-up.svg +1 -0
- package/src/icons/chat-circle.svg +1 -0
- package/src/icons/check-circle.svg +1 -0
- package/src/icons/check.svg +1 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/cloud-arrow-down.svg +1 -0
- package/src/icons/cloud.svg +1 -0
- package/src/icons/copy.svg +1 -0
- package/src/icons/cpu.svg +1 -0
- package/src/icons/dots-three-vertical.svg +1 -0
- package/src/icons/dots-three.svg +1 -0
- package/src/icons/download.svg +1 -0
- package/src/icons/envelope.svg +1 -0
- package/src/icons/eye-slash.svg +1 -0
- package/src/icons/eye.svg +1 -0
- package/src/icons/file.svg +1 -0
- package/src/icons/film-strip.svg +1 -0
- package/src/icons/floppy-disk.svg +1 -0
- package/src/icons/folder.svg +1 -0
- package/src/icons/funnel.svg +1 -0
- package/src/icons/gear.svg +1 -0
- package/src/icons/hard-drives.svg +1 -0
- package/src/icons/heart.svg +1 -0
- package/src/icons/hexagon.svg +1 -0
- package/src/icons/house.svg +1 -0
- package/src/icons/images.svg +1 -0
- package/src/icons/info.svg +1 -0
- package/src/icons/link.svg +1 -0
- package/src/icons/list.svg +1 -0
- package/src/icons/lock-open.svg +1 -0
- package/src/icons/lock.svg +1 -0
- package/src/icons/magnifying-glass.svg +1 -0
- package/src/icons/minus.svg +1 -0
- package/src/icons/moon.svg +1 -0
- package/src/icons/pencil-simple.svg +1 -0
- package/src/icons/play.svg +1 -0
- package/src/icons/plus.svg +1 -0
- package/src/icons/puzzle-piece.svg +1 -0
- package/src/icons/question.svg +1 -0
- package/src/icons/sliders-horizontal.svg +1 -0
- package/src/icons/sliders.svg +1 -0
- package/src/icons/squares-four.svg +1 -0
- package/src/icons/star.svg +1 -0
- package/src/icons/sun.svg +1 -0
- package/src/icons/trash.svg +1 -0
- package/src/icons/upload-simple.svg +1 -0
- package/src/icons/upload.svg +1 -0
- package/src/icons/user.svg +1 -0
- package/src/icons/users.svg +1 -0
- package/src/icons/warning-circle.svg +1 -0
- package/src/icons/warning.svg +1 -0
- package/src/icons/x-circle.svg +1 -0
- package/src/icons/x.svg +1 -0
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* junoui design tokens — CSS custom properties.
|
|
3
|
+
* Core tokens live on :root. Semantic color roles switch with
|
|
4
|
+
* [data-juno-palette] + [data-juno-mode]; defaults are standard / dark.
|
|
5
|
+
* Generated by Style Dictionary — do not edit by hand.
|
|
6
|
+
*/
|
|
7
|
+
:root {
|
|
8
|
+
--juno-border-width-1: 1px;
|
|
9
|
+
--juno-border-width-2: 2px;
|
|
10
|
+
--juno-border-width-3: 3px;
|
|
11
|
+
--juno-bp-sm: 640px;
|
|
12
|
+
--juno-bp-md: 768px;
|
|
13
|
+
--juno-bp-lg: 1024px;
|
|
14
|
+
--juno-bp-xl: 1280px;
|
|
15
|
+
--juno-bp-2xl: 1536px;
|
|
16
|
+
--juno-shadow-1: 0 1px 2px rgb(0 0 0 / 0.30);
|
|
17
|
+
--juno-shadow-2: 0 4px 14px rgb(0 0 0 / 0.35);
|
|
18
|
+
--juno-shadow-3: 0 12px 32px rgb(0 0 0 / 0.50);
|
|
19
|
+
--juno-motion-duration-instant: 80ms;
|
|
20
|
+
--juno-motion-duration-quick: 140ms;
|
|
21
|
+
--juno-motion-duration-base: 200ms;
|
|
22
|
+
--juno-motion-duration-deliberate: 300ms;
|
|
23
|
+
--juno-motion-ease-decel: cubic-bezier(0.2, 0.8, 0.2, 1);
|
|
24
|
+
--juno-motion-ease-accel: cubic-bezier(0.4, 0, 1, 1);
|
|
25
|
+
--juno-motion-ease-standard: cubic-bezier(0.2, 0.7, 0.3, 1);
|
|
26
|
+
--juno-motion-ease-spring: cubic-bezier(0.2, 0.9, 0.3, 1.2);
|
|
27
|
+
--juno-opacity-disabled: 0.45;
|
|
28
|
+
--juno-opacity-muted: 0.65;
|
|
29
|
+
--juno-opacity-scrim: 0.62;
|
|
30
|
+
--juno-radius-2: 2px;
|
|
31
|
+
--juno-radius-3: 3px;
|
|
32
|
+
--juno-radius-4: 4px;
|
|
33
|
+
--juno-radius-5: 5px;
|
|
34
|
+
--juno-radius-8: 8px;
|
|
35
|
+
--juno-size-tap-min: 24px;
|
|
36
|
+
--juno-size-tap-comfortable: 44px;
|
|
37
|
+
--juno-size-dot-sm: 8px;
|
|
38
|
+
--juno-size-dot-md: 10px;
|
|
39
|
+
--juno-space-2: 2px;
|
|
40
|
+
--juno-space-4: 4px;
|
|
41
|
+
--juno-space-8: 8px;
|
|
42
|
+
--juno-space-10: 10px;
|
|
43
|
+
--juno-space-12: 12px;
|
|
44
|
+
--juno-space-16: 16px;
|
|
45
|
+
--juno-space-20: 20px;
|
|
46
|
+
--juno-space-24: 24px;
|
|
47
|
+
--juno-space-28: 28px;
|
|
48
|
+
--juno-space-32: 32px;
|
|
49
|
+
--juno-space-40: 40px;
|
|
50
|
+
--juno-space-56: 56px;
|
|
51
|
+
--juno-space-72: 72px;
|
|
52
|
+
--juno-space-96: 96px;
|
|
53
|
+
--juno-font-family-sans: 'B612', sans-serif;
|
|
54
|
+
--juno-font-family-mono: 'B612 Mono', monospace;
|
|
55
|
+
--juno-font-weight-light: 300;
|
|
56
|
+
--juno-font-weight-regular: 400;
|
|
57
|
+
--juno-font-weight-medium: 500;
|
|
58
|
+
--juno-font-weight-semibold: 600;
|
|
59
|
+
--juno-font-weight-bold: 700;
|
|
60
|
+
--juno-font-size-10: calc(10px * var(--juno-font-scale, 1));
|
|
61
|
+
--juno-font-size-11: calc(11px * var(--juno-font-scale, 1));
|
|
62
|
+
--juno-font-size-12: calc(12px * var(--juno-font-scale, 1));
|
|
63
|
+
--juno-font-size-13: calc(13px * var(--juno-font-scale, 1));
|
|
64
|
+
--juno-font-size-14: calc(14px * var(--juno-font-scale, 1));
|
|
65
|
+
--juno-font-size-16: calc(16px * var(--juno-font-scale, 1));
|
|
66
|
+
--juno-font-size-18: calc(18px * var(--juno-font-scale, 1));
|
|
67
|
+
--juno-font-size-20: calc(20px * var(--juno-font-scale, 1));
|
|
68
|
+
--juno-font-size-28: calc(28px * var(--juno-font-scale, 1));
|
|
69
|
+
--juno-font-size-32: calc(32px * var(--juno-font-scale, 1));
|
|
70
|
+
--juno-font-size-36: calc(36px * var(--juno-font-scale, 1));
|
|
71
|
+
--juno-font-size-38: calc(38px * var(--juno-font-scale, 1));
|
|
72
|
+
--juno-font-size-48: calc(48px * var(--juno-font-scale, 1));
|
|
73
|
+
--juno-font-size-52: calc(52px * var(--juno-font-scale, 1));
|
|
74
|
+
--juno-font-lineHeight-none: 1;
|
|
75
|
+
--juno-font-lineHeight-tight: 1.1;
|
|
76
|
+
--juno-font-lineHeight-snug: 1.2;
|
|
77
|
+
--juno-font-lineHeight-normal: 1.4;
|
|
78
|
+
--juno-font-lineHeight-relaxed: 1.5;
|
|
79
|
+
--juno-font-lineHeight-loose: 1.7;
|
|
80
|
+
--juno-font-tracking-tight: 0.02em;
|
|
81
|
+
--juno-font-tracking-normal: 0.06em;
|
|
82
|
+
--juno-font-tracking-label: 0.08em;
|
|
83
|
+
--juno-font-tracking-wide: 0.12em;
|
|
84
|
+
--juno-font-tracking-caps: 0.15em;
|
|
85
|
+
--juno-font-tracking-wider: 0.2em;
|
|
86
|
+
--juno-font-tracking-widest: 0.3em;
|
|
87
|
+
--juno-z-surface: 0;
|
|
88
|
+
--juno-z-raised: 100;
|
|
89
|
+
--juno-z-anchored: 2000;
|
|
90
|
+
--juno-z-overlay: 4000;
|
|
91
|
+
--juno-z-alert: 5000;
|
|
92
|
+
|
|
93
|
+
--juno-nominal: oklch(73% 0.22 148);
|
|
94
|
+
--juno-active: oklch(76% 0.16 204);
|
|
95
|
+
--juno-target: oklch(65% 0.26 324);
|
|
96
|
+
--juno-caution: oklch(77% 0.17 73);
|
|
97
|
+
--juno-warning: oklch(63% 0.22 28);
|
|
98
|
+
--juno-data: oklch(93% 0.008 85);
|
|
99
|
+
--juno-data-dim: oklch(38% 0.010 85);
|
|
100
|
+
--juno-label: oklch(63% 0.012 85);
|
|
101
|
+
--juno-muted: oklch(48.5% 0.010 85);
|
|
102
|
+
--juno-border: oklch(30% 0.012 85);
|
|
103
|
+
--juno-border-strong: oklch(40% 0.012 85);
|
|
104
|
+
--juno-s0: oklch(11% 0.010 85);
|
|
105
|
+
--juno-s1: oklch(15% 0.012 85);
|
|
106
|
+
--juno-s2: oklch(19% 0.012 85);
|
|
107
|
+
--juno-s3: oklch(24% 0.012 85);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
:root[data-juno-palette="colorblind"]:not([data-juno-mode]) {
|
|
111
|
+
--juno-nominal: #78A9FF;
|
|
112
|
+
--juno-active: #BE95FF;
|
|
113
|
+
--juno-target: #FF7EB6;
|
|
114
|
+
--juno-caution: #F1C21B;
|
|
115
|
+
--juno-warning: #FF832B;
|
|
116
|
+
--juno-data: oklch(93% 0.008 85);
|
|
117
|
+
--juno-data-dim: oklch(38% 0.010 85);
|
|
118
|
+
--juno-label: oklch(63% 0.012 85);
|
|
119
|
+
--juno-muted: oklch(48.5% 0.010 85);
|
|
120
|
+
--juno-border: oklch(30% 0.012 85);
|
|
121
|
+
--juno-border-strong: oklch(40% 0.012 85);
|
|
122
|
+
--juno-s0: oklch(11% 0.010 85);
|
|
123
|
+
--juno-s1: oklch(15% 0.012 85);
|
|
124
|
+
--juno-s2: oklch(19% 0.012 85);
|
|
125
|
+
--juno-s3: oklch(24% 0.012 85);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
:root[data-juno-palette="colorblind"][data-juno-mode="dark"] {
|
|
129
|
+
--juno-nominal: #78A9FF;
|
|
130
|
+
--juno-active: #BE95FF;
|
|
131
|
+
--juno-target: #FF7EB6;
|
|
132
|
+
--juno-caution: #F1C21B;
|
|
133
|
+
--juno-warning: #FF832B;
|
|
134
|
+
--juno-data: oklch(93% 0.008 85);
|
|
135
|
+
--juno-data-dim: oklch(38% 0.010 85);
|
|
136
|
+
--juno-label: oklch(63% 0.012 85);
|
|
137
|
+
--juno-muted: oklch(48.5% 0.010 85);
|
|
138
|
+
--juno-border: oklch(30% 0.012 85);
|
|
139
|
+
--juno-border-strong: oklch(40% 0.012 85);
|
|
140
|
+
--juno-s0: oklch(11% 0.010 85);
|
|
141
|
+
--juno-s1: oklch(15% 0.012 85);
|
|
142
|
+
--juno-s2: oklch(19% 0.012 85);
|
|
143
|
+
--juno-s3: oklch(24% 0.012 85);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
:root[data-juno-palette="colorblind"][data-juno-mode="light"] {
|
|
147
|
+
--juno-nominal: #0043CE;
|
|
148
|
+
--juno-active: #6929C4;
|
|
149
|
+
--juno-target: #9F1853;
|
|
150
|
+
--juno-caution: #7D4F00;
|
|
151
|
+
--juno-warning: #BA4300;
|
|
152
|
+
--juno-data: oklch(14% 0.008 85);
|
|
153
|
+
--juno-data-dim: oklch(70% 0.008 85);
|
|
154
|
+
--juno-label: oklch(42% 0.010 85);
|
|
155
|
+
--juno-muted: oklch(63% 0.008 85);
|
|
156
|
+
--juno-border: oklch(82% 0.010 85);
|
|
157
|
+
--juno-border-strong: oklch(74% 0.010 85);
|
|
158
|
+
--juno-s0: oklch(97% 0.008 85);
|
|
159
|
+
--juno-s1: oklch(93% 0.010 85);
|
|
160
|
+
--juno-s2: oklch(89% 0.010 85);
|
|
161
|
+
--juno-s3: oklch(85% 0.010 85);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
:root[data-juno-palette="soft"]:not([data-juno-mode]) {
|
|
165
|
+
--juno-nominal: oklch(63% 0.13 155);
|
|
166
|
+
--juno-active: oklch(67% 0.12 210);
|
|
167
|
+
--juno-target: oklch(58% 0.14 318);
|
|
168
|
+
--juno-caution: oklch(72% 0.12 75);
|
|
169
|
+
--juno-warning: oklch(62% 0.15 30);
|
|
170
|
+
--juno-data: oklch(90% 0.008 88);
|
|
171
|
+
--juno-data-dim: oklch(39% 0.010 88);
|
|
172
|
+
--juno-label: oklch(63% 0.010 88);
|
|
173
|
+
--juno-muted: oklch(48.5% 0.010 88);
|
|
174
|
+
--juno-border: oklch(31% 0.010 88);
|
|
175
|
+
--juno-border-strong: oklch(41% 0.010 88);
|
|
176
|
+
--juno-s0: oklch(12% 0.012 88);
|
|
177
|
+
--juno-s1: oklch(16% 0.012 88);
|
|
178
|
+
--juno-s2: oklch(20% 0.012 88);
|
|
179
|
+
--juno-s3: oklch(25% 0.012 88);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
:root[data-juno-palette="soft"][data-juno-mode="dark"] {
|
|
183
|
+
--juno-nominal: oklch(63% 0.13 155);
|
|
184
|
+
--juno-active: oklch(67% 0.12 210);
|
|
185
|
+
--juno-target: oklch(58% 0.14 318);
|
|
186
|
+
--juno-caution: oklch(72% 0.12 75);
|
|
187
|
+
--juno-warning: oklch(62% 0.15 30);
|
|
188
|
+
--juno-data: oklch(90% 0.008 88);
|
|
189
|
+
--juno-data-dim: oklch(39% 0.010 88);
|
|
190
|
+
--juno-label: oklch(63% 0.010 88);
|
|
191
|
+
--juno-muted: oklch(48.5% 0.010 88);
|
|
192
|
+
--juno-border: oklch(31% 0.010 88);
|
|
193
|
+
--juno-border-strong: oklch(41% 0.010 88);
|
|
194
|
+
--juno-s0: oklch(12% 0.012 88);
|
|
195
|
+
--juno-s1: oklch(16% 0.012 88);
|
|
196
|
+
--juno-s2: oklch(20% 0.012 88);
|
|
197
|
+
--juno-s3: oklch(25% 0.012 88);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
:root[data-juno-palette="soft"][data-juno-mode="light"] {
|
|
201
|
+
--juno-nominal: oklch(40% 0.11 155);
|
|
202
|
+
--juno-active: oklch(44% 0.11 210);
|
|
203
|
+
--juno-target: oklch(42% 0.12 318);
|
|
204
|
+
--juno-caution: oklch(50% 0.12 75);
|
|
205
|
+
--juno-warning: oklch(42% 0.13 30);
|
|
206
|
+
--juno-data: oklch(14% 0.008 88);
|
|
207
|
+
--juno-data-dim: oklch(69% 0.008 88);
|
|
208
|
+
--juno-label: oklch(44% 0.010 88);
|
|
209
|
+
--juno-muted: oklch(62.5% 0.008 88);
|
|
210
|
+
--juno-border: oklch(84% 0.010 88);
|
|
211
|
+
--juno-border-strong: oklch(76% 0.010 88);
|
|
212
|
+
--juno-s0: oklch(96% 0.010 88);
|
|
213
|
+
--juno-s1: oklch(92% 0.010 88);
|
|
214
|
+
--juno-s2: oklch(88% 0.010 88);
|
|
215
|
+
--juno-s3: oklch(84% 0.010 88);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
:root[data-juno-palette="standard"]:not([data-juno-mode]) {
|
|
219
|
+
--juno-nominal: oklch(73% 0.22 148);
|
|
220
|
+
--juno-active: oklch(76% 0.16 204);
|
|
221
|
+
--juno-target: oklch(65% 0.26 324);
|
|
222
|
+
--juno-caution: oklch(77% 0.17 73);
|
|
223
|
+
--juno-warning: oklch(63% 0.22 28);
|
|
224
|
+
--juno-data: oklch(93% 0.008 85);
|
|
225
|
+
--juno-data-dim: oklch(38% 0.010 85);
|
|
226
|
+
--juno-label: oklch(63% 0.012 85);
|
|
227
|
+
--juno-muted: oklch(48.5% 0.010 85);
|
|
228
|
+
--juno-border: oklch(30% 0.012 85);
|
|
229
|
+
--juno-border-strong: oklch(40% 0.012 85);
|
|
230
|
+
--juno-s0: oklch(11% 0.010 85);
|
|
231
|
+
--juno-s1: oklch(15% 0.012 85);
|
|
232
|
+
--juno-s2: oklch(19% 0.012 85);
|
|
233
|
+
--juno-s3: oklch(24% 0.012 85);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
:root[data-juno-palette="standard"][data-juno-mode="dark"] {
|
|
237
|
+
--juno-nominal: oklch(73% 0.22 148);
|
|
238
|
+
--juno-active: oklch(76% 0.16 204);
|
|
239
|
+
--juno-target: oklch(65% 0.26 324);
|
|
240
|
+
--juno-caution: oklch(77% 0.17 73);
|
|
241
|
+
--juno-warning: oklch(63% 0.22 28);
|
|
242
|
+
--juno-data: oklch(93% 0.008 85);
|
|
243
|
+
--juno-data-dim: oklch(38% 0.010 85);
|
|
244
|
+
--juno-label: oklch(63% 0.012 85);
|
|
245
|
+
--juno-muted: oklch(48.5% 0.010 85);
|
|
246
|
+
--juno-border: oklch(30% 0.012 85);
|
|
247
|
+
--juno-border-strong: oklch(40% 0.012 85);
|
|
248
|
+
--juno-s0: oklch(11% 0.010 85);
|
|
249
|
+
--juno-s1: oklch(15% 0.012 85);
|
|
250
|
+
--juno-s2: oklch(19% 0.012 85);
|
|
251
|
+
--juno-s3: oklch(24% 0.012 85);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
:root[data-juno-palette="standard"][data-juno-mode="light"] {
|
|
255
|
+
--juno-nominal: oklch(42% 0.18 148);
|
|
256
|
+
--juno-active: oklch(47% 0.16 220);
|
|
257
|
+
--juno-target: oklch(45% 0.22 324);
|
|
258
|
+
--juno-caution: oklch(50% 0.17 73);
|
|
259
|
+
--juno-warning: oklch(42% 0.21 26);
|
|
260
|
+
--juno-data: oklch(14% 0.008 85);
|
|
261
|
+
--juno-data-dim: oklch(70% 0.008 85);
|
|
262
|
+
--juno-label: oklch(42% 0.010 85);
|
|
263
|
+
--juno-muted: oklch(63% 0.008 85);
|
|
264
|
+
--juno-border: oklch(82% 0.010 85);
|
|
265
|
+
--juno-border-strong: oklch(74% 0.010 85);
|
|
266
|
+
--juno-s0: oklch(97% 0.008 85);
|
|
267
|
+
--juno-s1: oklch(93% 0.010 85);
|
|
268
|
+
--juno-s2: oklch(89% 0.010 85);
|
|
269
|
+
--juno-s3: oklch(85% 0.010 85);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/* no data-juno-mode → follow the system color scheme */
|
|
273
|
+
@media (prefers-color-scheme: light) {
|
|
274
|
+
:root:not([data-juno-mode]) {
|
|
275
|
+
--juno-nominal: oklch(42% 0.18 148);
|
|
276
|
+
--juno-active: oklch(47% 0.16 220);
|
|
277
|
+
--juno-target: oklch(45% 0.22 324);
|
|
278
|
+
--juno-caution: oklch(50% 0.17 73);
|
|
279
|
+
--juno-warning: oklch(42% 0.21 26);
|
|
280
|
+
--juno-data: oklch(14% 0.008 85);
|
|
281
|
+
--juno-data-dim: oklch(70% 0.008 85);
|
|
282
|
+
--juno-label: oklch(42% 0.010 85);
|
|
283
|
+
--juno-muted: oklch(63% 0.008 85);
|
|
284
|
+
--juno-border: oklch(82% 0.010 85);
|
|
285
|
+
--juno-border-strong: oklch(74% 0.010 85);
|
|
286
|
+
--juno-s0: oklch(97% 0.008 85);
|
|
287
|
+
--juno-s1: oklch(93% 0.010 85);
|
|
288
|
+
--juno-s2: oklch(89% 0.010 85);
|
|
289
|
+
--juno-s3: oklch(85% 0.010 85);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
:root[data-juno-palette="colorblind"]:not([data-juno-mode]) {
|
|
293
|
+
--juno-nominal: #0043CE;
|
|
294
|
+
--juno-active: #6929C4;
|
|
295
|
+
--juno-target: #9F1853;
|
|
296
|
+
--juno-caution: #7D4F00;
|
|
297
|
+
--juno-warning: #BA4300;
|
|
298
|
+
--juno-data: oklch(14% 0.008 85);
|
|
299
|
+
--juno-data-dim: oklch(70% 0.008 85);
|
|
300
|
+
--juno-label: oklch(42% 0.010 85);
|
|
301
|
+
--juno-muted: oklch(63% 0.008 85);
|
|
302
|
+
--juno-border: oklch(82% 0.010 85);
|
|
303
|
+
--juno-border-strong: oklch(74% 0.010 85);
|
|
304
|
+
--juno-s0: oklch(97% 0.008 85);
|
|
305
|
+
--juno-s1: oklch(93% 0.010 85);
|
|
306
|
+
--juno-s2: oklch(89% 0.010 85);
|
|
307
|
+
--juno-s3: oklch(85% 0.010 85);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
:root[data-juno-palette="soft"]:not([data-juno-mode]) {
|
|
311
|
+
--juno-nominal: oklch(40% 0.11 155);
|
|
312
|
+
--juno-active: oklch(44% 0.11 210);
|
|
313
|
+
--juno-target: oklch(42% 0.12 318);
|
|
314
|
+
--juno-caution: oklch(50% 0.12 75);
|
|
315
|
+
--juno-warning: oklch(42% 0.13 30);
|
|
316
|
+
--juno-data: oklch(14% 0.008 88);
|
|
317
|
+
--juno-data-dim: oklch(69% 0.008 88);
|
|
318
|
+
--juno-label: oklch(44% 0.010 88);
|
|
319
|
+
--juno-muted: oklch(62.5% 0.008 88);
|
|
320
|
+
--juno-border: oklch(84% 0.010 88);
|
|
321
|
+
--juno-border-strong: oklch(76% 0.010 88);
|
|
322
|
+
--juno-s0: oklch(96% 0.010 88);
|
|
323
|
+
--juno-s1: oklch(92% 0.010 88);
|
|
324
|
+
--juno-s2: oklch(88% 0.010 88);
|
|
325
|
+
--juno-s3: oklch(84% 0.010 88);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
:root[data-juno-palette="standard"]:not([data-juno-mode]) {
|
|
329
|
+
--juno-nominal: oklch(42% 0.18 148);
|
|
330
|
+
--juno-active: oklch(47% 0.16 220);
|
|
331
|
+
--juno-target: oklch(45% 0.22 324);
|
|
332
|
+
--juno-caution: oklch(50% 0.17 73);
|
|
333
|
+
--juno-warning: oklch(42% 0.21 26);
|
|
334
|
+
--juno-data: oklch(14% 0.008 85);
|
|
335
|
+
--juno-data-dim: oklch(70% 0.008 85);
|
|
336
|
+
--juno-label: oklch(42% 0.010 85);
|
|
337
|
+
--juno-muted: oklch(63% 0.008 85);
|
|
338
|
+
--juno-border: oklch(82% 0.010 85);
|
|
339
|
+
--juno-border-strong: oklch(74% 0.010 85);
|
|
340
|
+
--juno-s0: oklch(97% 0.008 85);
|
|
341
|
+
--juno-s1: oklch(93% 0.010 85);
|
|
342
|
+
--juno-s2: oklch(89% 0.010 85);
|
|
343
|
+
--juno-s3: oklch(85% 0.010 85);
|
|
344
|
+
}
|
|
345
|
+
}
|