@ojiepermana/angular 21.1.22 → 21.1.24
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/etos/styles/style.css +4 -2
- package/fesm2022/ojiepermana-angular-brand-etos.mjs +25 -23
- package/fesm2022/ojiepermana-angular-brand-etos.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-chart.mjs +72 -72
- package/fesm2022/ojiepermana-angular-component.mjs +889 -295
- package/fesm2022/ojiepermana-angular-component.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-layout.mjs +104 -26
- package/fesm2022/ojiepermana-angular-layout.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-navigation.mjs +52 -41
- package/fesm2022/ojiepermana-angular-navigation.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-theme.mjs +27 -6
- package/fesm2022/ojiepermana-angular-theme.mjs.map +1 -1
- package/package.json +9 -1
- package/theme/styles/themes/library/_components.css +18 -0
- package/theme/styles/themes/library/_tokens.css +11 -10
- package/theme/styles/themes/library/color/amber.css +24 -11
- package/theme/styles/themes/library/color/base.css +36 -0
- package/theme/styles/themes/library/color/blue.css +23 -15
- package/theme/styles/themes/library/color/cyan.css +31 -0
- package/theme/styles/themes/library/color/emerald.css +31 -0
- package/theme/styles/themes/library/color/fuchsia.css +31 -0
- package/theme/styles/themes/library/color/green.css +23 -10
- package/theme/styles/themes/library/color/index.css +15 -2
- package/theme/styles/themes/library/color/indigo.css +31 -0
- package/theme/styles/themes/library/color/lime.css +31 -0
- package/theme/styles/themes/library/color/orange.css +31 -0
- package/theme/styles/themes/library/color/pink.css +31 -0
- package/theme/styles/themes/library/color/purple.css +23 -10
- package/theme/styles/themes/library/color/red.css +23 -10
- package/theme/styles/themes/library/color/rose.css +31 -0
- package/theme/styles/themes/library/color/sky.css +31 -0
- package/theme/styles/themes/library/color/teal.css +31 -0
- package/theme/styles/themes/library/color/violet.css +31 -0
- package/theme/styles/themes/library/color/yellow.css +31 -0
- package/theme/styles/themes/library/style/brutal.css +4 -2
- package/theme/styles/themes/library/style/default.css +4 -2
- package/theme/styles/themes/library/style/sharp.css +4 -2
- package/theme/styles/themes/library/style/soft.css +4 -2
- package/theme/styles/themes/tailwind.css +3 -1
- package/types/ojiepermana-angular-component.d.ts +215 -6
- package/types/ojiepermana-angular-layout.d.ts +19 -3
- package/types/ojiepermana-angular-navigation.d.ts +7 -2
- package/types/ojiepermana-angular-theme.d.ts +4 -4
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='lime'] {
|
|
3
|
+
--primary: 80 100% 45%;
|
|
4
|
+
--primary-foreground: 87 71% 19%;
|
|
5
|
+
--accent: 80 100% 96%;
|
|
6
|
+
--accent-foreground: 86 100% 32%;
|
|
7
|
+
--secondary: 80 30% 96%;
|
|
8
|
+
--secondary-foreground: 86 100% 32%;
|
|
9
|
+
--ring: 80 100% 45%;
|
|
10
|
+
--theme-chart-1: 80 100% 45%;
|
|
11
|
+
--theme-chart-2: 142 100% 33%;
|
|
12
|
+
--theme-chart-3: 47 100% 50%;
|
|
13
|
+
--theme-chart-4: 160 100% 30%;
|
|
14
|
+
--theme-chart-5: 44 100% 50%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='lime'] {
|
|
18
|
+
--primary: 80 100% 45%;
|
|
19
|
+
--primary-foreground: 89 89% 10%;
|
|
20
|
+
--accent: 80 50% 18%;
|
|
21
|
+
--accent-foreground: 80 100% 45%;
|
|
22
|
+
--secondary: 80 30% 18%;
|
|
23
|
+
--secondary-foreground: 80 100% 45%;
|
|
24
|
+
--ring: 80 100% 45%;
|
|
25
|
+
--theme-chart-1: 80 100% 45%;
|
|
26
|
+
--theme-chart-2: 150 96% 45%;
|
|
27
|
+
--theme-chart-3: 47 100% 50%;
|
|
28
|
+
--theme-chart-4: 161 100% 42%;
|
|
29
|
+
--theme-chart-5: 44 100% 50%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='orange'] {
|
|
3
|
+
--primary: 25 100% 50%;
|
|
4
|
+
--primary-foreground: 0 0% 100%;
|
|
5
|
+
--accent: 25 100% 96%;
|
|
6
|
+
--accent-foreground: 18 100% 48%;
|
|
7
|
+
--secondary: 25 30% 96%;
|
|
8
|
+
--secondary-foreground: 18 100% 48%;
|
|
9
|
+
--ring: 25 100% 50%;
|
|
10
|
+
--theme-chart-1: 25 100% 50%;
|
|
11
|
+
--theme-chart-2: 44 100% 50%;
|
|
12
|
+
--theme-chart-3: 357 96% 58%;
|
|
13
|
+
--theme-chart-4: 47 100% 50%;
|
|
14
|
+
--theme-chart-5: 345 100% 56%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='orange'] {
|
|
18
|
+
--primary: 32 100% 51%;
|
|
19
|
+
--primary-foreground: 13 85% 14%;
|
|
20
|
+
--accent: 32 50% 18%;
|
|
21
|
+
--accent-foreground: 32 100% 51%;
|
|
22
|
+
--secondary: 32 30% 18%;
|
|
23
|
+
--secondary-foreground: 32 100% 51%;
|
|
24
|
+
--ring: 32 100% 51%;
|
|
25
|
+
--theme-chart-1: 32 100% 51%;
|
|
26
|
+
--theme-chart-2: 44 100% 50%;
|
|
27
|
+
--theme-chart-3: 359 100% 70%;
|
|
28
|
+
--theme-chart-4: 47 100% 50%;
|
|
29
|
+
--theme-chart-5: 350 100% 69%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='pink'] {
|
|
3
|
+
--primary: 329 100% 45%;
|
|
4
|
+
--primary-foreground: 0 0% 100%;
|
|
5
|
+
--accent: 329 100% 96%;
|
|
6
|
+
--accent-foreground: 329 100% 45%;
|
|
7
|
+
--secondary: 329 30% 96%;
|
|
8
|
+
--secondary-foreground: 329 100% 45%;
|
|
9
|
+
--ring: 329 100% 45%;
|
|
10
|
+
--theme-chart-1: 329 100% 45%;
|
|
11
|
+
--theme-chart-2: 345 100% 56%;
|
|
12
|
+
--theme-chart-3: 294 100% 44%;
|
|
13
|
+
--theme-chart-4: 273 100% 64%;
|
|
14
|
+
--theme-chart-5: 357 96% 58%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='pink'] {
|
|
18
|
+
--primary: 329 100% 45%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 329 50% 18%;
|
|
21
|
+
--accent-foreground: 327 95% 69%;
|
|
22
|
+
--secondary: 329 30% 18%;
|
|
23
|
+
--secondary-foreground: 327 95% 69%;
|
|
24
|
+
--ring: 329 100% 45%;
|
|
25
|
+
--theme-chart-1: 327 95% 69%;
|
|
26
|
+
--theme-chart-2: 350 100% 69%;
|
|
27
|
+
--theme-chart-3: 293 100% 71%;
|
|
28
|
+
--theme-chart-4: 271 100% 85%;
|
|
29
|
+
--theme-chart-5: 359 100% 70%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -1,18 +1,31 @@
|
|
|
1
1
|
@layer tokens {
|
|
2
2
|
[data-color='purple'] {
|
|
3
|
-
--primary:
|
|
3
|
+
--primary: 273 100% 64%;
|
|
4
4
|
--primary-foreground: 0 0% 100%;
|
|
5
|
-
--accent:
|
|
6
|
-
--accent-foreground:
|
|
7
|
-
--secondary:
|
|
8
|
-
--secondary-foreground:
|
|
9
|
-
--ring:
|
|
5
|
+
--accent: 273 100% 96%;
|
|
6
|
+
--accent-foreground: 275 96% 52%;
|
|
7
|
+
--secondary: 273 30% 96%;
|
|
8
|
+
--secondary-foreground: 275 96% 52%;
|
|
9
|
+
--ring: 273 100% 64%;
|
|
10
|
+
--theme-chart-1: 273 100% 64%;
|
|
11
|
+
--theme-chart-2: 261 100% 66%;
|
|
12
|
+
--theme-chart-3: 294 100% 44%;
|
|
13
|
+
--theme-chart-4: 241 100% 69%;
|
|
14
|
+
--theme-chart-5: 329 100% 45%;
|
|
10
15
|
}
|
|
11
16
|
|
|
12
17
|
[data-mode='dark'][data-color='purple'] {
|
|
13
|
-
--
|
|
14
|
-
--
|
|
15
|
-
--
|
|
16
|
-
--
|
|
18
|
+
--primary: 273 100% 64%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 273 50% 18%;
|
|
21
|
+
--accent-foreground: 271 100% 85%;
|
|
22
|
+
--secondary: 273 30% 18%;
|
|
23
|
+
--secondary-foreground: 271 100% 85%;
|
|
24
|
+
--ring: 273 100% 64%;
|
|
25
|
+
--theme-chart-1: 271 100% 85%;
|
|
26
|
+
--theme-chart-2: 257 100% 76%;
|
|
27
|
+
--theme-chart-3: 293 100% 71%;
|
|
28
|
+
--theme-chart-4: 230 100% 82%;
|
|
29
|
+
--theme-chart-5: 327 95% 69%;
|
|
17
30
|
}
|
|
18
31
|
}
|
|
@@ -1,18 +1,31 @@
|
|
|
1
1
|
@layer tokens {
|
|
2
2
|
[data-color='red'] {
|
|
3
|
-
--primary:
|
|
3
|
+
--primary: 357 96% 58%;
|
|
4
4
|
--primary-foreground: 0 0% 100%;
|
|
5
|
-
--accent:
|
|
6
|
-
--accent-foreground:
|
|
7
|
-
--secondary:
|
|
8
|
-
--secondary-foreground:
|
|
9
|
-
--ring:
|
|
5
|
+
--accent: 357 100% 96%;
|
|
6
|
+
--accent-foreground: 357 100% 45%;
|
|
7
|
+
--secondary: 357 30% 96%;
|
|
8
|
+
--secondary-foreground: 357 100% 45%;
|
|
9
|
+
--ring: 357 96% 58%;
|
|
10
|
+
--theme-chart-1: 357 96% 58%;
|
|
11
|
+
--theme-chart-2: 25 100% 50%;
|
|
12
|
+
--theme-chart-3: 44 100% 50%;
|
|
13
|
+
--theme-chart-4: 329 100% 45%;
|
|
14
|
+
--theme-chart-5: 345 100% 56%;
|
|
10
15
|
}
|
|
11
16
|
|
|
12
17
|
[data-mode='dark'][data-color='red'] {
|
|
13
|
-
--
|
|
14
|
-
--
|
|
15
|
-
--
|
|
16
|
-
--
|
|
18
|
+
--primary: 357 96% 58%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 357 50% 18%;
|
|
21
|
+
--accent-foreground: 359 100% 70%;
|
|
22
|
+
--secondary: 357 30% 18%;
|
|
23
|
+
--secondary-foreground: 359 100% 70%;
|
|
24
|
+
--ring: 357 96% 58%;
|
|
25
|
+
--theme-chart-1: 359 100% 70%;
|
|
26
|
+
--theme-chart-2: 32 100% 51%;
|
|
27
|
+
--theme-chart-3: 44 100% 50%;
|
|
28
|
+
--theme-chart-4: 327 95% 69%;
|
|
29
|
+
--theme-chart-5: 350 100% 69%;
|
|
17
30
|
}
|
|
18
31
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='rose'] {
|
|
3
|
+
--primary: 345 100% 56%;
|
|
4
|
+
--primary-foreground: 0 0% 100%;
|
|
5
|
+
--accent: 345 100% 96%;
|
|
6
|
+
--accent-foreground: 345 100% 56%;
|
|
7
|
+
--secondary: 345 30% 96%;
|
|
8
|
+
--secondary-foreground: 345 100% 56%;
|
|
9
|
+
--ring: 345 100% 56%;
|
|
10
|
+
--theme-chart-1: 345 100% 56%;
|
|
11
|
+
--theme-chart-2: 357 96% 58%;
|
|
12
|
+
--theme-chart-3: 329 100% 45%;
|
|
13
|
+
--theme-chart-4: 25 100% 50%;
|
|
14
|
+
--theme-chart-5: 294 100% 44%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='rose'] {
|
|
18
|
+
--primary: 345 100% 56%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 345 50% 18%;
|
|
21
|
+
--accent-foreground: 350 100% 69%;
|
|
22
|
+
--secondary: 345 30% 18%;
|
|
23
|
+
--secondary-foreground: 350 100% 69%;
|
|
24
|
+
--ring: 345 100% 56%;
|
|
25
|
+
--theme-chart-1: 350 100% 69%;
|
|
26
|
+
--theme-chart-2: 359 100% 70%;
|
|
27
|
+
--theme-chart-3: 327 95% 69%;
|
|
28
|
+
--theme-chart-4: 32 100% 51%;
|
|
29
|
+
--theme-chart-5: 293 100% 71%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='sky'] {
|
|
3
|
+
--primary: 202 100% 41%;
|
|
4
|
+
--primary-foreground: 0 0% 100%;
|
|
5
|
+
--accent: 202 100% 96%;
|
|
6
|
+
--accent-foreground: 202 100% 41%;
|
|
7
|
+
--secondary: 202 30% 96%;
|
|
8
|
+
--secondary-foreground: 202 100% 41%;
|
|
9
|
+
--ring: 202 100% 41%;
|
|
10
|
+
--theme-chart-1: 202 100% 41%;
|
|
11
|
+
--theme-chart-2: 216 100% 58%;
|
|
12
|
+
--theme-chart-3: 192 100% 36%;
|
|
13
|
+
--theme-chart-4: 241 100% 69%;
|
|
14
|
+
--theme-chart-5: 175 100% 29%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='sky'] {
|
|
18
|
+
--primary: 202 100% 41%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 202 50% 18%;
|
|
21
|
+
--accent-foreground: 196 100% 50%;
|
|
22
|
+
--secondary: 202 30% 18%;
|
|
23
|
+
--secondary-foreground: 196 100% 50%;
|
|
24
|
+
--ring: 202 100% 41%;
|
|
25
|
+
--theme-chart-1: 196 100% 50%;
|
|
26
|
+
--theme-chart-2: 212 100% 66%;
|
|
27
|
+
--theme-chart-3: 188 100% 48%;
|
|
28
|
+
--theme-chart-4: 230 100% 82%;
|
|
29
|
+
--theme-chart-5: 173 100% 42%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='teal'] {
|
|
3
|
+
--primary: 175 100% 29%;
|
|
4
|
+
--primary-foreground: 0 0% 100%;
|
|
5
|
+
--accent: 175 100% 96%;
|
|
6
|
+
--accent-foreground: 175 100% 29%;
|
|
7
|
+
--secondary: 175 30% 96%;
|
|
8
|
+
--secondary-foreground: 175 100% 29%;
|
|
9
|
+
--ring: 175 100% 29%;
|
|
10
|
+
--theme-chart-1: 175 100% 29%;
|
|
11
|
+
--theme-chart-2: 192 100% 36%;
|
|
12
|
+
--theme-chart-3: 160 100% 30%;
|
|
13
|
+
--theme-chart-4: 202 100% 41%;
|
|
14
|
+
--theme-chart-5: 142 100% 33%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='teal'] {
|
|
18
|
+
--primary: 175 100% 29%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 175 50% 18%;
|
|
21
|
+
--accent-foreground: 173 100% 42%;
|
|
22
|
+
--secondary: 175 30% 18%;
|
|
23
|
+
--secondary-foreground: 173 100% 42%;
|
|
24
|
+
--ring: 175 100% 29%;
|
|
25
|
+
--theme-chart-1: 173 100% 42%;
|
|
26
|
+
--theme-chart-2: 188 100% 48%;
|
|
27
|
+
--theme-chart-3: 161 100% 42%;
|
|
28
|
+
--theme-chart-4: 196 100% 50%;
|
|
29
|
+
--theme-chart-5: 150 96% 45%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='violet'] {
|
|
3
|
+
--primary: 261 100% 66%;
|
|
4
|
+
--primary-foreground: 0 0% 100%;
|
|
5
|
+
--accent: 261 100% 96%;
|
|
6
|
+
--accent-foreground: 265 99% 56%;
|
|
7
|
+
--secondary: 261 30% 96%;
|
|
8
|
+
--secondary-foreground: 265 99% 56%;
|
|
9
|
+
--ring: 261 100% 66%;
|
|
10
|
+
--theme-chart-1: 261 100% 66%;
|
|
11
|
+
--theme-chart-2: 273 100% 64%;
|
|
12
|
+
--theme-chart-3: 241 100% 69%;
|
|
13
|
+
--theme-chart-4: 294 100% 44%;
|
|
14
|
+
--theme-chart-5: 216 100% 58%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='violet'] {
|
|
18
|
+
--primary: 261 100% 66%;
|
|
19
|
+
--primary-foreground: 0 0% 100%;
|
|
20
|
+
--accent: 261 50% 18%;
|
|
21
|
+
--accent-foreground: 257 100% 76%;
|
|
22
|
+
--secondary: 261 30% 18%;
|
|
23
|
+
--secondary-foreground: 257 100% 76%;
|
|
24
|
+
--ring: 261 100% 66%;
|
|
25
|
+
--theme-chart-1: 257 100% 76%;
|
|
26
|
+
--theme-chart-2: 271 100% 85%;
|
|
27
|
+
--theme-chart-3: 230 100% 82%;
|
|
28
|
+
--theme-chart-4: 293 100% 71%;
|
|
29
|
+
--theme-chart-5: 212 100% 66%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer tokens {
|
|
2
|
+
[data-color='yellow'] {
|
|
3
|
+
--primary: 47 100% 50%;
|
|
4
|
+
--primary-foreground: 26 88% 14%;
|
|
5
|
+
--accent: 47 100% 96%;
|
|
6
|
+
--accent-foreground: 39 100% 41%;
|
|
7
|
+
--secondary: 47 30% 96%;
|
|
8
|
+
--secondary-foreground: 39 100% 41%;
|
|
9
|
+
--ring: 47 100% 50%;
|
|
10
|
+
--theme-chart-1: 47 100% 50%;
|
|
11
|
+
--theme-chart-2: 44 100% 50%;
|
|
12
|
+
--theme-chart-3: 80 100% 45%;
|
|
13
|
+
--theme-chart-4: 25 100% 50%;
|
|
14
|
+
--theme-chart-5: 142 100% 33%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-mode='dark'][data-color='yellow'] {
|
|
18
|
+
--primary: 47 100% 50%;
|
|
19
|
+
--primary-foreground: 26 88% 14%;
|
|
20
|
+
--accent: 47 50% 18%;
|
|
21
|
+
--accent-foreground: 47 100% 50%;
|
|
22
|
+
--secondary: 47 30% 18%;
|
|
23
|
+
--secondary-foreground: 47 100% 50%;
|
|
24
|
+
--ring: 47 100% 50%;
|
|
25
|
+
--theme-chart-1: 47 100% 50%;
|
|
26
|
+
--theme-chart-2: 44 100% 50%;
|
|
27
|
+
--theme-chart-3: 80 100% 45%;
|
|
28
|
+
--theme-chart-4: 32 100% 51%;
|
|
29
|
+
--theme-chart-5: 150 96% 45%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
@layer tokens {
|
|
2
2
|
[data-style='brutal'] {
|
|
3
|
+
--theme-radius-xs: 0;
|
|
3
4
|
--theme-radius-base: 0;
|
|
4
5
|
--theme-radius-sm: 0;
|
|
5
6
|
--theme-radius-md: 0;
|
|
6
7
|
--theme-radius-lg: 0;
|
|
7
8
|
|
|
8
|
-
--radius:
|
|
9
|
+
--radius: var(--theme-radius-md);
|
|
10
|
+
--radius-xs: var(--theme-radius-xs);
|
|
9
11
|
--radius-sm: 0;
|
|
10
12
|
--radius-md: 0;
|
|
11
13
|
--radius-lg: 0;
|
|
@@ -30,7 +32,7 @@
|
|
|
30
32
|
--font-weight-bold: 700;
|
|
31
33
|
--theme-text-scale: 1.08;
|
|
32
34
|
--nav-font-family: var(--font-sans);
|
|
33
|
-
--nav-text-size: var(--text-base);
|
|
35
|
+
--nav-text-size: calc(var(--text-base) - 0.125rem);
|
|
34
36
|
--nav-text-line-height: var(--text-base--line-height);
|
|
35
37
|
--nav-heading-font-family: var(--font-mono);
|
|
36
38
|
--nav-heading-size: var(--text-sm);
|
|
@@ -4,12 +4,14 @@
|
|
|
4
4
|
@layer tokens {
|
|
5
5
|
:root,
|
|
6
6
|
[data-style='default'] {
|
|
7
|
+
--theme-radius-xs: 0.125rem;
|
|
7
8
|
--theme-radius-base: 0.5rem;
|
|
8
9
|
--theme-radius-sm: calc(var(--theme-radius-base) - 2px);
|
|
9
10
|
--theme-radius-md: var(--theme-radius-base);
|
|
10
11
|
--theme-radius-lg: calc(var(--theme-radius-base) + 4px);
|
|
11
12
|
|
|
12
|
-
--radius: var(--theme-radius-
|
|
13
|
+
--radius: var(--theme-radius-md);
|
|
14
|
+
--radius-xs: var(--theme-radius-xs);
|
|
13
15
|
--radius-sm: var(--theme-radius-sm);
|
|
14
16
|
--radius-md: var(--theme-radius-md);
|
|
15
17
|
--radius-lg: var(--theme-radius-lg);
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
--font-weight-bold: 600;
|
|
35
37
|
--theme-text-scale: 1;
|
|
36
38
|
--nav-font-family: var(--font-sans);
|
|
37
|
-
--nav-text-size: var(--text-base);
|
|
39
|
+
--nav-text-size: calc(var(--text-base) - 0.125rem);
|
|
38
40
|
--nav-text-line-height: var(--text-base--line-height);
|
|
39
41
|
--nav-heading-font-family: var(--font-sans);
|
|
40
42
|
--nav-heading-size: var(--text-sm);
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
@layer tokens {
|
|
2
2
|
[data-style='sharp'] {
|
|
3
|
+
--theme-radius-xs: 0;
|
|
3
4
|
--theme-radius-base: 0;
|
|
4
5
|
--theme-radius-sm: 0;
|
|
5
6
|
--theme-radius-md: 0;
|
|
6
7
|
--theme-radius-lg: 0;
|
|
7
8
|
|
|
8
|
-
--radius:
|
|
9
|
+
--radius: var(--theme-radius-md);
|
|
10
|
+
--radius-xs: var(--theme-radius-xs);
|
|
9
11
|
--radius-sm: 0;
|
|
10
12
|
--radius-md: 0;
|
|
11
13
|
--radius-lg: 0;
|
|
@@ -30,7 +32,7 @@
|
|
|
30
32
|
--font-weight-bold: 600;
|
|
31
33
|
--theme-text-scale: 0.98;
|
|
32
34
|
--nav-font-family: var(--font-sans);
|
|
33
|
-
--nav-text-size: var(--text-base);
|
|
35
|
+
--nav-text-size: calc(var(--text-base) - 0.125rem);
|
|
34
36
|
--nav-text-line-height: var(--text-base--line-height);
|
|
35
37
|
--nav-heading-font-family: var(--font-sans);
|
|
36
38
|
--nav-heading-size: calc(var(--text-sm) * 0.94);
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
@layer tokens {
|
|
2
2
|
[data-style='soft'] {
|
|
3
|
+
--theme-radius-xs: 0.25rem;
|
|
3
4
|
--theme-radius-base: 1rem;
|
|
4
5
|
--theme-radius-sm: calc(var(--theme-radius-base) - 4px);
|
|
5
6
|
--theme-radius-md: var(--theme-radius-base);
|
|
6
7
|
--theme-radius-lg: calc(var(--theme-radius-base) + 6px);
|
|
7
8
|
|
|
8
|
-
--radius: var(--theme-radius-
|
|
9
|
+
--radius: var(--theme-radius-md);
|
|
10
|
+
--radius-xs: var(--theme-radius-xs);
|
|
9
11
|
--radius-sm: var(--theme-radius-sm);
|
|
10
12
|
--radius-md: var(--theme-radius-md);
|
|
11
13
|
--radius-lg: var(--theme-radius-lg);
|
|
@@ -30,7 +32,7 @@
|
|
|
30
32
|
--font-weight-bold: 600;
|
|
31
33
|
--theme-text-scale: 1.05;
|
|
32
34
|
--nav-font-family: var(--font-sans);
|
|
33
|
-
--nav-text-size: var(--text-base);
|
|
35
|
+
--nav-text-size: calc(var(--text-base) - 0.125rem);
|
|
34
36
|
--nav-text-line-height: var(--text-base--line-height);
|
|
35
37
|
--nav-heading-font-family: var(--font-sans);
|
|
36
38
|
--nav-heading-size: var(--text-sm);
|
|
@@ -69,6 +69,8 @@
|
|
|
69
69
|
--color-sidebar-border: hsl(var(--sidebar-border));
|
|
70
70
|
--color-sidebar-ring: hsl(var(--sidebar-ring));
|
|
71
71
|
|
|
72
|
+
--radius: var(--theme-radius-md);
|
|
73
|
+
--radius-xs: var(--theme-radius-xs);
|
|
72
74
|
--radius-sm: var(--theme-radius-sm);
|
|
73
75
|
--radius-md: var(--theme-radius-md);
|
|
74
76
|
--radius-lg: var(--theme-radius-lg);
|
|
@@ -109,4 +111,4 @@
|
|
|
109
111
|
|
|
110
112
|
--font-sans: var(--theme-font-sans);
|
|
111
113
|
--font-mono: var(--theme-font-mono);
|
|
112
|
-
}
|
|
114
|
+
}
|