@ojiepermana/angular 0.1.1 → 21.0.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/README.md +41 -249
- package/fesm2022/ojiepermana-angular-chart.mjs +3714 -0
- package/fesm2022/ojiepermana-angular-chart.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-component.mjs +3463 -0
- package/fesm2022/ojiepermana-angular-component.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout.mjs +276 -408
- package/fesm2022/ojiepermana-angular-layout.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-navigation.mjs +2198 -404
- package/fesm2022/ojiepermana-angular-navigation.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-theme.mjs +381 -1
- package/fesm2022/ojiepermana-angular-theme.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular.mjs +15 -1
- package/fesm2022/ojiepermana-angular.mjs.map +1 -1
- package/package.json +49 -36
- package/theme/styles/etos.css +38 -0
- package/theme/styles/index.css +32 -8
- package/theme/styles/themes/brand/etos/color.css +21 -0
- package/theme/styles/themes/brand/etos/style.css +50 -0
- package/theme/styles/themes/library/_components.css +63 -0
- package/theme/styles/themes/library/_layers.css +15 -0
- package/theme/styles/themes/library/_material-overrides.css +254 -0
- package/theme/styles/themes/library/_tokens.css +54 -0
- package/theme/styles/themes/library/color/amber.css +18 -0
- package/theme/styles/themes/library/color/blue.css +23 -0
- package/theme/styles/themes/library/color/green.css +18 -0
- package/theme/styles/themes/library/color/index.css +9 -0
- package/theme/styles/themes/library/color/purple.css +18 -0
- package/theme/styles/themes/library/color/red.css +18 -0
- package/theme/styles/themes/library/style/brutal.css +47 -0
- package/theme/styles/themes/library/style/default.css +51 -0
- package/theme/styles/themes/library/style/index.css +8 -0
- package/theme/styles/themes/library/style/sharp.css +47 -0
- package/theme/styles/themes/library/style/soft.css +47 -0
- package/theme/styles/themes/mode/dark.css +20 -0
- package/theme/styles/themes/mode/index.css +6 -0
- package/theme/styles/themes/mode/light.css +24 -0
- package/theme/styles/themes/taildwind.css +109 -0
- package/types/ojiepermana-angular-chart.d.ts +1094 -0
- package/types/ojiepermana-angular-component.d.ts +1174 -0
- package/types/ojiepermana-angular-layout.d.ts +123 -76
- package/types/ojiepermana-angular-navigation.d.ts +256 -116
- package/types/ojiepermana-angular-theme.d.ts +170 -1
- package/types/ojiepermana-angular.d.ts +2 -1
- package/fesm2022/ojiepermana-angular-internal.mjs +0 -489
- package/fesm2022/ojiepermana-angular-internal.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-navigation-horizontal.mjs +0 -721
- package/fesm2022/ojiepermana-angular-navigation-horizontal.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-navigation-vertical.mjs +0 -1647
- package/fesm2022/ojiepermana-angular-navigation-vertical.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-shell.mjs +0 -19
- package/fesm2022/ojiepermana-angular-shell.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-theme-component.mjs +0 -235
- package/fesm2022/ojiepermana-angular-theme-component.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-theme-directive.mjs +0 -29
- package/fesm2022/ojiepermana-angular-theme-directive.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-theme-service.mjs +0 -241
- package/fesm2022/ojiepermana-angular-theme-service.mjs.map +0 -1
- package/layout/README.md +0 -144
- package/layout/src/component/horizontal/horizontal.css +0 -130
- package/layout/src/component/vertical/vertical.css +0 -75
- package/layout/src/layout.css +0 -16
- package/navigation/README.md +0 -301
- package/navigation/horizontal/README.md +0 -49
- package/shell/README.md +0 -41
- package/styles/index.css +0 -2
- package/styles/resets.css +0 -22
- package/theme/README.md +0 -379
- package/theme/styles/adapters/material-ui/index.css +0 -205
- package/theme/styles/modes/dark.css +0 -84
- package/theme/styles/presets/colors/blue.css +0 -45
- package/theme/styles/presets/colors/brand.css +0 -52
- package/theme/styles/presets/colors/cyan.css +0 -45
- package/theme/styles/presets/colors/green.css +0 -45
- package/theme/styles/presets/colors/index.css +0 -7
- package/theme/styles/presets/colors/orange.css +0 -45
- package/theme/styles/presets/colors/purple.css +0 -45
- package/theme/styles/presets/colors/red.css +0 -45
- package/theme/styles/presets/styles/flat.css +0 -61
- package/theme/styles/presets/styles/glass.css +0 -28
- package/theme/styles/presets/styles/index.css +0 -2
- package/theme/styles/roles/index.css +0 -67
- package/theme/styles/tokens/foundation.css +0 -136
- package/theme/styles/tokens/semantic.css +0 -87
- package/theme/styles/utilities/index.css +0 -88
- package/types/ojiepermana-angular-internal.d.ts +0 -90
- package/types/ojiepermana-angular-navigation-horizontal.d.ts +0 -81
- package/types/ojiepermana-angular-navigation-vertical.d.ts +0 -262
- package/types/ojiepermana-angular-shell.d.ts +0 -14
- package/types/ojiepermana-angular-theme-component.d.ts +0 -46
- package/types/ojiepermana-angular-theme-directive.d.ts +0 -10
- package/types/ojiepermana-angular-theme-service.d.ts +0 -68
- /package/{navigation/vertical → chart}/README.md +0 -0
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
[data-theme-color='blue'] {
|
|
2
|
-
--theme-primary: oklch(0.58 0.16 248.8);
|
|
3
|
-
--theme-on-primary: oklch(0.985 0 0);
|
|
4
|
-
--theme-secondary: oklch(0.647 0.122 251.04);
|
|
5
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
6
|
-
--theme-tertiary: oklch(0.715 0.085 253.037);
|
|
7
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
8
|
-
--theme-neutral: oklch(0.735 0.031 260.347);
|
|
9
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
[data-theme-color='blue'] :where(h1, h2, h3, h4, h5, h6, a) {
|
|
13
|
-
color: var(--primary);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-theme-color='blue'] :where(a) {
|
|
17
|
-
text-decoration-color: color-mix(in oklab, currentColor 36%, transparent);
|
|
18
|
-
text-decoration-thickness: 0.08em;
|
|
19
|
-
text-underline-offset: 0.18em;
|
|
20
|
-
transition:
|
|
21
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
22
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
23
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-theme-color='blue'] :where(a:hover) {
|
|
27
|
-
color: color-mix(in oklab, var(--primary) 84%, var(--foreground));
|
|
28
|
-
text-decoration-color: currentColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
[data-theme-color='blue'] :where(a:visited) {
|
|
32
|
-
color: color-mix(in oklab, var(--primary) 72%, var(--tertiary-solid) 28%);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[data-theme-color='blue'] :where(a:active) {
|
|
36
|
-
color: color-mix(in oklab, var(--primary) 70%, var(--foreground));
|
|
37
|
-
text-decoration-color: currentColor;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
[data-theme-color='blue'] :where(a:focus-visible) {
|
|
41
|
-
outline: 2px solid var(--control-focus-ring);
|
|
42
|
-
outline-offset: 2px;
|
|
43
|
-
border-radius: 0.15em;
|
|
44
|
-
text-decoration-color: currentColor;
|
|
45
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
:root,
|
|
2
|
-
[data-theme-color='brand'] {
|
|
3
|
-
--theme-primary: oklch(0.59 0.18 257.5);
|
|
4
|
-
--theme-on-primary: oklch(0.985 0 0);
|
|
5
|
-
--theme-secondary: oklch(0.654 0.137 259.075);
|
|
6
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
7
|
-
--theme-tertiary: oklch(0.72 0.096 260.483);
|
|
8
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
9
|
-
--theme-neutral: oklch(0.736 0.035 265.705);
|
|
10
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
:root :where(h1, h2, h3, h4, h5, h6, a),
|
|
14
|
-
[data-theme-color='brand'] :where(h1, h2, h3, h4, h5, h6, a) {
|
|
15
|
-
color: var(--primary);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
:root :where(a),
|
|
19
|
-
[data-theme-color='brand'] :where(a) {
|
|
20
|
-
text-decoration-color: color-mix(in oklab, currentColor 36%, transparent);
|
|
21
|
-
text-decoration-thickness: 0.08em;
|
|
22
|
-
text-underline-offset: 0.18em;
|
|
23
|
-
transition:
|
|
24
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
25
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
26
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
:root :where(a:hover),
|
|
30
|
-
[data-theme-color='brand'] :where(a:hover) {
|
|
31
|
-
color: color-mix(in oklab, var(--primary) 84%, var(--foreground));
|
|
32
|
-
text-decoration-color: currentColor;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
:root :where(a:visited),
|
|
36
|
-
[data-theme-color='brand'] :where(a:visited) {
|
|
37
|
-
color: color-mix(in oklab, var(--primary) 72%, var(--tertiary-solid) 28%);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
:root :where(a:active),
|
|
41
|
-
[data-theme-color='brand'] :where(a:active) {
|
|
42
|
-
color: color-mix(in oklab, var(--primary) 70%, var(--foreground));
|
|
43
|
-
text-decoration-color: currentColor;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
:root :where(a:focus-visible),
|
|
47
|
-
[data-theme-color='brand'] :where(a:focus-visible) {
|
|
48
|
-
outline: 2px solid var(--control-focus-ring);
|
|
49
|
-
outline-offset: 2px;
|
|
50
|
-
border-radius: 0.15em;
|
|
51
|
-
text-decoration-color: currentColor;
|
|
52
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
[data-theme-color='cyan'] {
|
|
2
|
-
--theme-primary: oklch(0.73 0.13 219.2);
|
|
3
|
-
--theme-on-primary: oklch(0.181 0.01 220.8);
|
|
4
|
-
--theme-secondary: oklch(0.755 0.097 223.466);
|
|
5
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
6
|
-
--theme-tertiary: oklch(0.787 0.067 227.388);
|
|
7
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
8
|
-
--theme-neutral: oklch(0.756 0.024 242.306);
|
|
9
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
[data-theme-color='cyan'] :where(h1, h2, h3, h4, h5, h6, a) {
|
|
13
|
-
color: var(--primary);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-theme-color='cyan'] :where(a) {
|
|
17
|
-
text-decoration-color: color-mix(in oklab, currentColor 36%, transparent);
|
|
18
|
-
text-decoration-thickness: 0.08em;
|
|
19
|
-
text-underline-offset: 0.18em;
|
|
20
|
-
transition:
|
|
21
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
22
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
23
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-theme-color='cyan'] :where(a:hover) {
|
|
27
|
-
color: color-mix(in oklab, var(--primary) 84%, var(--foreground));
|
|
28
|
-
text-decoration-color: currentColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
[data-theme-color='cyan'] :where(a:visited) {
|
|
32
|
-
color: color-mix(in oklab, var(--primary) 72%, var(--tertiary-solid) 28%);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[data-theme-color='cyan'] :where(a:active) {
|
|
36
|
-
color: color-mix(in oklab, var(--primary) 70%, var(--foreground));
|
|
37
|
-
text-decoration-color: currentColor;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
[data-theme-color='cyan'] :where(a:focus-visible) {
|
|
41
|
-
outline: 2px solid var(--control-focus-ring);
|
|
42
|
-
outline-offset: 2px;
|
|
43
|
-
border-radius: 0.15em;
|
|
44
|
-
text-decoration-color: currentColor;
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
[data-theme-color='green'] {
|
|
2
|
-
--theme-primary: oklch(0.68 0.18 153.4);
|
|
3
|
-
--theme-on-primary: oklch(0.188 0.012 162.1);
|
|
4
|
-
--theme-secondary: oklch(0.719 0.124 156.054);
|
|
5
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
6
|
-
--theme-tertiary: oklch(0.763 0.08 158.902);
|
|
7
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
8
|
-
--theme-neutral: oklch(0.749 0.02 176.021);
|
|
9
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
[data-theme-color='green'] :where(h1, h2, h3, h4, h5, h6, a) {
|
|
13
|
-
color: var(--primary);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-theme-color='green'] :where(a) {
|
|
17
|
-
text-decoration-color: color-mix(in oklab, currentColor 36%, transparent);
|
|
18
|
-
text-decoration-thickness: 0.08em;
|
|
19
|
-
text-underline-offset: 0.18em;
|
|
20
|
-
transition:
|
|
21
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
22
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
23
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-theme-color='green'] :where(a:hover) {
|
|
27
|
-
color: color-mix(in oklab, var(--primary) 84%, var(--foreground));
|
|
28
|
-
text-decoration-color: currentColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
[data-theme-color='green'] :where(a:visited) {
|
|
32
|
-
color: color-mix(in oklab, var(--primary) 72%, var(--tertiary-solid) 28%);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[data-theme-color='green'] :where(a:active) {
|
|
36
|
-
color: color-mix(in oklab, var(--primary) 70%, var(--foreground));
|
|
37
|
-
text-decoration-color: currentColor;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
[data-theme-color='green'] :where(a:focus-visible) {
|
|
41
|
-
outline: 2px solid var(--control-focus-ring);
|
|
42
|
-
outline-offset: 2px;
|
|
43
|
-
border-radius: 0.15em;
|
|
44
|
-
text-decoration-color: currentColor;
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
[data-theme-color='orange'] {
|
|
2
|
-
--theme-primary: oklch(0.74 0.16 68.4);
|
|
3
|
-
--theme-on-primary: oklch(0.188 0.012 73.2);
|
|
4
|
-
--theme-secondary: oklch(0.762 0.109 65.881);
|
|
5
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
6
|
-
--theme-tertiary: oklch(0.792 0.069 63.101);
|
|
7
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
8
|
-
--theme-neutral: oklch(0.757 0.016 44.49);
|
|
9
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
[data-theme-color='orange'] :where(h1, h2, h3, h4, h5, h6, a) {
|
|
13
|
-
color: var(--primary);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-theme-color='orange'] :where(a) {
|
|
17
|
-
text-decoration-color: color-mix(in oklab, currentColor 36%, transparent);
|
|
18
|
-
text-decoration-thickness: 0.08em;
|
|
19
|
-
text-underline-offset: 0.18em;
|
|
20
|
-
transition:
|
|
21
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
22
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
23
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-theme-color='orange'] :where(a:hover) {
|
|
27
|
-
color: color-mix(in oklab, var(--primary) 84%, var(--foreground));
|
|
28
|
-
text-decoration-color: currentColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
[data-theme-color='orange'] :where(a:visited) {
|
|
32
|
-
color: color-mix(in oklab, var(--primary) 72%, var(--tertiary-solid) 28%);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[data-theme-color='orange'] :where(a:active) {
|
|
36
|
-
color: color-mix(in oklab, var(--primary) 70%, var(--foreground));
|
|
37
|
-
text-decoration-color: currentColor;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
[data-theme-color='orange'] :where(a:focus-visible) {
|
|
41
|
-
outline: 2px solid var(--control-focus-ring);
|
|
42
|
-
outline-offset: 2px;
|
|
43
|
-
border-radius: 0.15em;
|
|
44
|
-
text-decoration-color: currentColor;
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
[data-theme-color='purple'] {
|
|
2
|
-
--theme-primary: oklch(0.62 0.21 314.5);
|
|
3
|
-
--theme-on-primary: oklch(0.985 0 0);
|
|
4
|
-
--theme-secondary: oklch(0.676 0.158 313.149);
|
|
5
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
6
|
-
--theme-tertiary: oklch(0.734 0.11 311.924);
|
|
7
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
8
|
-
--theme-neutral: oklch(0.74 0.039 307.23);
|
|
9
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
[data-theme-color='purple'] :where(h1, h2, h3, h4, h5, h6, a) {
|
|
13
|
-
color: var(--primary);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-theme-color='purple'] :where(a) {
|
|
17
|
-
text-decoration-color: color-mix(in oklab, currentColor 36%, transparent);
|
|
18
|
-
text-decoration-thickness: 0.08em;
|
|
19
|
-
text-underline-offset: 0.18em;
|
|
20
|
-
transition:
|
|
21
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
22
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
23
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-theme-color='purple'] :where(a:hover) {
|
|
27
|
-
color: color-mix(in oklab, var(--primary) 84%, var(--foreground));
|
|
28
|
-
text-decoration-color: currentColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
[data-theme-color='purple'] :where(a:visited) {
|
|
32
|
-
color: color-mix(in oklab, var(--primary) 72%, var(--tertiary-solid) 28%);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[data-theme-color='purple'] :where(a:active) {
|
|
36
|
-
color: color-mix(in oklab, var(--primary) 70%, var(--foreground));
|
|
37
|
-
text-decoration-color: currentColor;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
[data-theme-color='purple'] :where(a:focus-visible) {
|
|
41
|
-
outline: 2px solid var(--control-focus-ring);
|
|
42
|
-
outline-offset: 2px;
|
|
43
|
-
border-radius: 0.15em;
|
|
44
|
-
text-decoration-color: currentColor;
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
[data-theme-color='red'] {
|
|
2
|
-
--theme-primary: oklch(0.63 0.23 27.2);
|
|
3
|
-
--theme-on-primary: oklch(0.985 0 0);
|
|
4
|
-
--theme-secondary: oklch(0.683 0.164 24.516);
|
|
5
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
6
|
-
--theme-tertiary: oklch(0.739 0.109 21.822);
|
|
7
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
8
|
-
--theme-neutral: oklch(0.742 0.032 8.67);
|
|
9
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
[data-theme-color='red'] :where(h1, h2, h3, h4, h5, h6, a) {
|
|
13
|
-
color: var(--primary);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-theme-color='red'] :where(a) {
|
|
17
|
-
text-decoration-color: color-mix(in oklab, currentColor 36%, transparent);
|
|
18
|
-
text-decoration-thickness: 0.08em;
|
|
19
|
-
text-underline-offset: 0.18em;
|
|
20
|
-
transition:
|
|
21
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
22
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
23
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
[data-theme-color='red'] :where(a:hover) {
|
|
27
|
-
color: color-mix(in oklab, var(--primary) 84%, var(--foreground));
|
|
28
|
-
text-decoration-color: currentColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
[data-theme-color='red'] :where(a:visited) {
|
|
32
|
-
color: color-mix(in oklab, var(--primary) 72%, var(--tertiary-solid) 28%);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[data-theme-color='red'] :where(a:active) {
|
|
36
|
-
color: color-mix(in oklab, var(--primary) 70%, var(--foreground));
|
|
37
|
-
text-decoration-color: currentColor;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
[data-theme-color='red'] :where(a:focus-visible) {
|
|
41
|
-
outline: 2px solid var(--control-focus-ring);
|
|
42
|
-
outline-offset: 2px;
|
|
43
|
-
border-radius: 0.15em;
|
|
44
|
-
text-decoration-color: currentColor;
|
|
45
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
:root,
|
|
2
|
-
[data-theme-style='flat'] {
|
|
3
|
-
--typeface-plain: var(--theme-style-flat-plain-font, 'Helvetica Neue', 'Arial Nova', sans-serif);
|
|
4
|
-
--typeface-brand: var(--theme-style-flat-brand-font, var(--typeface-plain));
|
|
5
|
-
--typeface-mono: var(--theme-style-flat-mono-font, 'Azeret Mono', ui-monospace, monospace);
|
|
6
|
-
--radius: 0.5rem;
|
|
7
|
-
--background: #f2f1ed;
|
|
8
|
-
--foreground: #26251e;
|
|
9
|
-
--card: #ebeae5;
|
|
10
|
-
--card-foreground: var(--foreground);
|
|
11
|
-
--popover: #f7f7f4;
|
|
12
|
-
--popover-foreground: var(--foreground);
|
|
13
|
-
--muted: #e6e5e0;
|
|
14
|
-
--muted-foreground: rgb(38 37 30 / 0.62);
|
|
15
|
-
--border: oklab(0.263084 -0.00230259 0.0124794 / 0.1);
|
|
16
|
-
--input: oklab(0.263084 -0.00230259 0.0124794 / 0.16);
|
|
17
|
-
--ring: color-mix(in oklab, var(--theme-primary) 34%, var(--foreground));
|
|
18
|
-
--sidebar: #e6e5e0;
|
|
19
|
-
--sidebar-foreground: var(--foreground);
|
|
20
|
-
--sidebar-primary: color-mix(in oklab, var(--foreground) 8%, var(--background));
|
|
21
|
-
--sidebar-primary-foreground: var(--foreground);
|
|
22
|
-
--sidebar-accent: color-mix(in oklab, var(--theme-primary) 12%, var(--sidebar));
|
|
23
|
-
--sidebar-accent-foreground: var(--foreground);
|
|
24
|
-
--shell-surface: var(--card);
|
|
25
|
-
--shell-foreground: var(--card-foreground);
|
|
26
|
-
--shell-border: var(--border);
|
|
27
|
-
--shell-shadow:
|
|
28
|
-
rgb(0 0 0 / 0.14) 0 28px 70px, rgb(0 0 0 / 0.1) 0 14px 32px, oklab(0.263084 -0.00230259 0.0124794 / 0.1) 0 0 0 1px;
|
|
29
|
-
--shell-backdrop: var(--backdrop);
|
|
30
|
-
--surface-elevated: var(--popover);
|
|
31
|
-
--surface-elevated-foreground: var(--popover-foreground);
|
|
32
|
-
--surface-elevated-border: oklab(0.263084 -0.00230259 0.0124794 / 0.2);
|
|
33
|
-
--surface-elevated-shadow:
|
|
34
|
-
rgb(0 0 0 / 0.12) 0 24px 52px, rgb(0 0 0 / 0.08) 0 10px 24px, oklab(0.263084 -0.00230259 0.0124794 / 0.1) 0 0 0 1px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.dark[data-theme-style='flat'] {
|
|
38
|
-
--background: #181710;
|
|
39
|
-
--foreground: #ebe7de;
|
|
40
|
-
--card: #24221a;
|
|
41
|
-
--card-foreground: var(--foreground);
|
|
42
|
-
--popover: #2b2820;
|
|
43
|
-
--popover-foreground: var(--foreground);
|
|
44
|
-
--muted: #302d24;
|
|
45
|
-
--muted-foreground: rgb(235 231 222 / 0.72);
|
|
46
|
-
--border: rgb(235 231 222 / 0.12);
|
|
47
|
-
--input: rgb(235 231 222 / 0.18);
|
|
48
|
-
--ring: color-mix(in oklab, var(--theme-primary) 48%, var(--foreground));
|
|
49
|
-
--sidebar: #1f1d16;
|
|
50
|
-
--sidebar-foreground: var(--foreground);
|
|
51
|
-
--sidebar-primary: color-mix(in oklab, var(--foreground) 12%, var(--background));
|
|
52
|
-
--sidebar-primary-foreground: var(--foreground);
|
|
53
|
-
--sidebar-accent: color-mix(in oklab, var(--theme-primary) 18%, var(--sidebar));
|
|
54
|
-
--sidebar-accent-foreground: var(--foreground);
|
|
55
|
-
--shell-shadow: rgb(0 0 0 / 0.44) 0 28px 70px, rgb(0 0 0 / 0.28) 0 14px 32px, rgb(235 231 222 / 0.08) 0 0 0 1px;
|
|
56
|
-
--surface-elevated: #2b2820;
|
|
57
|
-
--surface-elevated-foreground: var(--foreground);
|
|
58
|
-
--surface-elevated-border: rgb(235 231 222 / 0.12);
|
|
59
|
-
--surface-elevated-shadow:
|
|
60
|
-
rgb(0 0 0 / 0.42) 0 24px 60px, rgb(0 0 0 / 0.28) 0 12px 28px, rgb(235 231 222 / 0.08) 0 0 0 1px;
|
|
61
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
[data-theme-style='glass'] {
|
|
2
|
-
--typeface-plain: var(
|
|
3
|
-
--theme-style-glass-plain-font,
|
|
4
|
-
'Avenir Next',
|
|
5
|
-
'Helvetica Neue',
|
|
6
|
-
'Segoe UI',
|
|
7
|
-
ui-sans-serif,
|
|
8
|
-
sans-serif
|
|
9
|
-
);
|
|
10
|
-
--typeface-brand: var(--theme-style-glass-brand-font, ui-rounded, 'Avenir Next', 'Segoe UI', sans-serif);
|
|
11
|
-
--typeface-mono: var(
|
|
12
|
-
--theme-style-glass-mono-font,
|
|
13
|
-
'SFMono-Regular',
|
|
14
|
-
'Cascadia Mono',
|
|
15
|
-
'Liberation Mono',
|
|
16
|
-
ui-monospace,
|
|
17
|
-
monospace
|
|
18
|
-
);
|
|
19
|
-
--shell-surface: color-mix(in oklab, var(--card) 84%, transparent);
|
|
20
|
-
--shell-foreground: var(--card-foreground);
|
|
21
|
-
--shell-border: color-mix(in oklab, var(--border) 82%, white 18%);
|
|
22
|
-
--shell-shadow: var(--shadow-md);
|
|
23
|
-
--shell-backdrop: blur(18px) saturate(1.14);
|
|
24
|
-
--surface-elevated: color-mix(in oklab, var(--popover) 90%, transparent);
|
|
25
|
-
--surface-elevated-foreground: var(--popover-foreground);
|
|
26
|
-
--surface-elevated-border: color-mix(in oklab, var(--border) 80%, white 20%);
|
|
27
|
-
--surface-elevated-shadow: var(--shadow-lg);
|
|
28
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* Component-group role tokens bridge style presets and selectors. */
|
|
3
|
-
--nav-surface: color-mix(in oklab, var(--shell-surface) 92%, transparent);
|
|
4
|
-
--nav-foreground: var(--shell-foreground);
|
|
5
|
-
--nav-border: var(--shell-border);
|
|
6
|
-
--nav-font-family: var(--typeface-plain);
|
|
7
|
-
--nav-item-font-size: 0.875rem;
|
|
8
|
-
--nav-item-line-height: 1.25rem;
|
|
9
|
-
--nav-item-font-weight: 500;
|
|
10
|
-
--nav-item-active-font-weight: 600;
|
|
11
|
-
--nav-subtitle-font-size: 0.75rem;
|
|
12
|
-
--nav-subtitle-line-height: 1rem;
|
|
13
|
-
--nav-subtitle-font-weight: 400;
|
|
14
|
-
--nav-badge-font-size: 0.75rem;
|
|
15
|
-
--nav-badge-line-height: 1rem;
|
|
16
|
-
--nav-badge-font-weight: 600;
|
|
17
|
-
--nav-group-title-font-size: 0.75rem;
|
|
18
|
-
--nav-group-title-line-height: 1rem;
|
|
19
|
-
--nav-group-title-font-weight: 600;
|
|
20
|
-
--nav-group-title-letter-spacing: 0.08em;
|
|
21
|
-
--nav-group-subtitle-font-size: 0.75rem;
|
|
22
|
-
--nav-group-subtitle-line-height: 1rem;
|
|
23
|
-
--nav-group-subtitle-font-weight: 400;
|
|
24
|
-
--nav-item-hover-surface: var(--tertiary-container);
|
|
25
|
-
--nav-item-hover-foreground: var(--tertiary-container-foreground);
|
|
26
|
-
--nav-item-active-surface: var(--secondary-container);
|
|
27
|
-
--nav-item-active-foreground: var(--secondary-container-foreground);
|
|
28
|
-
|
|
29
|
-
--sidebar-chrome-surface: var(--sidebar);
|
|
30
|
-
--sidebar-chrome-foreground: var(--sidebar-foreground);
|
|
31
|
-
--sidebar-chrome-border: var(--sidebar-border);
|
|
32
|
-
--sidebar-item-hover-surface: var(--sidebar-accent);
|
|
33
|
-
--sidebar-item-hover-foreground: var(--sidebar-accent-foreground);
|
|
34
|
-
--sidebar-item-active-surface: var(--sidebar-primary);
|
|
35
|
-
--sidebar-item-active-foreground: var(--sidebar-primary-foreground);
|
|
36
|
-
|
|
37
|
-
--container-surface: var(--shell-surface);
|
|
38
|
-
--container-foreground: var(--shell-foreground);
|
|
39
|
-
--container-border: var(--shell-border);
|
|
40
|
-
--container-shadow: var(--shell-shadow);
|
|
41
|
-
--container-backdrop: var(--shell-backdrop);
|
|
42
|
-
|
|
43
|
-
--overlay-surface: var(--surface-elevated);
|
|
44
|
-
--overlay-foreground: var(--surface-elevated-foreground);
|
|
45
|
-
--overlay-border: var(--surface-elevated-border);
|
|
46
|
-
--overlay-shadow: var(--surface-elevated-shadow);
|
|
47
|
-
--overlay-backdrop: var(--shell-backdrop);
|
|
48
|
-
|
|
49
|
-
--data-surface: var(--container-surface);
|
|
50
|
-
--data-foreground: var(--container-foreground);
|
|
51
|
-
--data-border: var(--container-border);
|
|
52
|
-
--data-header-surface: color-mix(in oklab, var(--overlay-surface) 72%, var(--data-surface));
|
|
53
|
-
--data-header-foreground: var(--data-foreground);
|
|
54
|
-
--data-row-hover-surface: color-mix(in oklab, var(--tertiary-container) 72%, var(--data-surface));
|
|
55
|
-
--data-row-selected-surface: var(--secondary-container);
|
|
56
|
-
|
|
57
|
-
--control-surface: var(--container-surface);
|
|
58
|
-
--control-foreground: var(--container-foreground);
|
|
59
|
-
--control-border: var(--container-border);
|
|
60
|
-
--control-shadow: none;
|
|
61
|
-
--control-backdrop: var(--container-backdrop);
|
|
62
|
-
--control-hover-surface: var(--tertiary-container);
|
|
63
|
-
--control-hover-foreground: var(--tertiary-container-foreground);
|
|
64
|
-
--control-active-surface: var(--secondary-container);
|
|
65
|
-
--control-active-foreground: var(--secondary-container-foreground);
|
|
66
|
-
--control-focus-ring: var(--ring);
|
|
67
|
-
}
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
@theme inline {
|
|
2
|
-
--font-sans: var(--typeface-plain);
|
|
3
|
-
--font-display: var(--typeface-brand);
|
|
4
|
-
--font-mono: var(--typeface-mono);
|
|
5
|
-
--color-background: var(--background);
|
|
6
|
-
--color-foreground: var(--foreground);
|
|
7
|
-
--color-card: var(--card);
|
|
8
|
-
--color-card-foreground: var(--card-foreground);
|
|
9
|
-
--color-popover: var(--popover);
|
|
10
|
-
--color-popover-foreground: var(--popover-foreground);
|
|
11
|
-
--color-primary: var(--primary);
|
|
12
|
-
--color-primary-foreground: var(--primary-foreground);
|
|
13
|
-
--color-primary-solid: var(--primary-solid);
|
|
14
|
-
--color-primary-solid-foreground: var(--primary-solid-foreground);
|
|
15
|
-
--color-primary-container: var(--primary-container);
|
|
16
|
-
--color-primary-container-foreground: var(--primary-container-foreground);
|
|
17
|
-
--color-secondary: var(--secondary);
|
|
18
|
-
--color-secondary-foreground: var(--secondary-foreground);
|
|
19
|
-
--color-secondary-solid: var(--secondary-solid);
|
|
20
|
-
--color-secondary-solid-foreground: var(--secondary-solid-foreground);
|
|
21
|
-
--color-secondary-container: var(--secondary-container);
|
|
22
|
-
--color-secondary-container-foreground: var(--secondary-container-foreground);
|
|
23
|
-
--color-tertiary: var(--tertiary);
|
|
24
|
-
--color-tertiary-foreground: var(--tertiary-foreground);
|
|
25
|
-
--color-tertiary-solid: var(--tertiary-solid);
|
|
26
|
-
--color-tertiary-solid-foreground: var(--tertiary-solid-foreground);
|
|
27
|
-
--color-tertiary-container: var(--tertiary-container);
|
|
28
|
-
--color-tertiary-container-foreground: var(--tertiary-container-foreground);
|
|
29
|
-
--color-neutral: var(--neutral);
|
|
30
|
-
--color-neutral-foreground: var(--neutral-foreground);
|
|
31
|
-
--color-neutral-solid: var(--neutral-solid);
|
|
32
|
-
--color-neutral-solid-foreground: var(--neutral-solid-foreground);
|
|
33
|
-
--color-neutral-container: var(--neutral-container);
|
|
34
|
-
--color-neutral-container-foreground: var(--neutral-container-foreground);
|
|
35
|
-
--color-muted: var(--muted);
|
|
36
|
-
--color-muted-foreground: var(--muted-foreground);
|
|
37
|
-
--color-accent: var(--accent);
|
|
38
|
-
--color-accent-foreground: var(--accent-foreground);
|
|
39
|
-
--color-destructive: var(--destructive);
|
|
40
|
-
--color-destructive-solid: var(--destructive-solid);
|
|
41
|
-
--color-destructive-solid-foreground: var(--destructive-solid-foreground);
|
|
42
|
-
--color-destructive-container: var(--destructive-container);
|
|
43
|
-
--color-destructive-container-foreground: var(--destructive-container-foreground);
|
|
44
|
-
--color-success: var(--success);
|
|
45
|
-
--color-success-foreground: var(--success-foreground);
|
|
46
|
-
--color-success-solid: var(--success-solid);
|
|
47
|
-
--color-success-solid-foreground: var(--success-solid-foreground);
|
|
48
|
-
--color-success-container: var(--success-container);
|
|
49
|
-
--color-success-container-foreground: var(--success-container-foreground);
|
|
50
|
-
--color-warning: var(--warning);
|
|
51
|
-
--color-warning-foreground: var(--warning-foreground);
|
|
52
|
-
--color-warning-solid: var(--warning-solid);
|
|
53
|
-
--color-warning-solid-foreground: var(--warning-solid-foreground);
|
|
54
|
-
--color-warning-container: var(--warning-container);
|
|
55
|
-
--color-warning-container-foreground: var(--warning-container-foreground);
|
|
56
|
-
--color-info: var(--info);
|
|
57
|
-
--color-info-foreground: var(--info-foreground);
|
|
58
|
-
--color-info-solid: var(--info-solid);
|
|
59
|
-
--color-info-solid-foreground: var(--info-solid-foreground);
|
|
60
|
-
--color-info-container: var(--info-container);
|
|
61
|
-
--color-info-container-foreground: var(--info-container-foreground);
|
|
62
|
-
--color-disabled: var(--disabled);
|
|
63
|
-
--color-disabled-foreground: var(--disabled-foreground);
|
|
64
|
-
--color-disabled-border: var(--disabled-border);
|
|
65
|
-
--color-inverse: var(--inverse);
|
|
66
|
-
--color-inverse-foreground: var(--inverse-foreground);
|
|
67
|
-
--color-inverse-border: var(--inverse-border);
|
|
68
|
-
--color-border: var(--border);
|
|
69
|
-
--color-input: var(--input);
|
|
70
|
-
--color-ring: var(--ring);
|
|
71
|
-
--color-sidebar: var(--sidebar);
|
|
72
|
-
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
73
|
-
--color-sidebar-primary: var(--sidebar-primary);
|
|
74
|
-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
75
|
-
--color-sidebar-accent: var(--sidebar-accent);
|
|
76
|
-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
77
|
-
--color-sidebar-border: var(--sidebar-border);
|
|
78
|
-
--color-sidebar-ring: var(--sidebar-ring);
|
|
79
|
-
--radius-sm: calc(var(--radius) * 0.6);
|
|
80
|
-
--radius-md: calc(var(--radius) * 0.8);
|
|
81
|
-
--radius-lg: var(--radius);
|
|
82
|
-
--radius-xl: calc(var(--radius) * 1.4);
|
|
83
|
-
--radius-2xl: calc(var(--radius) * 1.8);
|
|
84
|
-
--radius-3xl: calc(var(--radius) * 2.2);
|
|
85
|
-
--radius-4xl: calc(var(--radius) * 2.6);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/* Keep these radius tokens in :root as well so non-Tailwind consumers get the same values as @theme. */
|
|
89
|
-
:root {
|
|
90
|
-
--typeface-plain: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
91
|
-
--typeface-brand: var(--typeface-plain);
|
|
92
|
-
--typeface-mono: 'SFMono-Regular', 'Cascadia Mono', 'Liberation Mono', ui-monospace, monospace;
|
|
93
|
-
--radius: 0.75rem;
|
|
94
|
-
--radius-sm: calc(var(--radius) * 0.6);
|
|
95
|
-
--radius-md: calc(var(--radius) * 0.8);
|
|
96
|
-
--radius-lg: var(--radius);
|
|
97
|
-
--radius-xl: calc(var(--radius) * 1.4);
|
|
98
|
-
--radius-2xl: calc(var(--radius) * 1.8);
|
|
99
|
-
--radius-3xl: calc(var(--radius) * 2.2);
|
|
100
|
-
--radius-4xl: calc(var(--radius) * 2.6);
|
|
101
|
-
--shadow-xs: 0 1px 2px rgb(15 23 42 / 0.06);
|
|
102
|
-
--shadow-sm: 0 12px 24px -18px rgb(15 23 42 / 0.18);
|
|
103
|
-
--shadow-md: 0 20px 40px -24px rgb(15 23 42 / 0.22);
|
|
104
|
-
--shadow-lg: 0 32px 60px -32px rgb(15 23 42 / 0.28);
|
|
105
|
-
--backdrop: none;
|
|
106
|
-
--theme-primary: oklch(0.59 0.18 257.5);
|
|
107
|
-
--theme-on-primary: oklch(0.985 0 0);
|
|
108
|
-
--theme-secondary: oklch(0.654 0.137 259.075);
|
|
109
|
-
--theme-on-secondary: oklch(0.205 0.012 285.9);
|
|
110
|
-
--theme-tertiary: oklch(0.72 0.096 260.483);
|
|
111
|
-
--theme-on-tertiary: oklch(0.205 0.012 285.9);
|
|
112
|
-
--theme-neutral: oklch(0.736 0.035 265.705);
|
|
113
|
-
--theme-on-neutral: oklch(0.205 0.012 285.9);
|
|
114
|
-
--layout-shell-max-width: 100%;
|
|
115
|
-
--layout-shell-padding: 0rem;
|
|
116
|
-
--layout-shell-radius: 0rem;
|
|
117
|
-
--layout-sidebar-width: 280px;
|
|
118
|
-
--layout-header-height: 3.75rem;
|
|
119
|
-
--layout-header-display: grid;
|
|
120
|
-
--layout-sidebar-display: flex;
|
|
121
|
-
--ngt-motion-duration-fast: 140ms;
|
|
122
|
-
--ngt-motion-duration-medium: 220ms;
|
|
123
|
-
--ngt-motion-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
|
|
124
|
-
--ngt-chrome-transition:
|
|
125
|
-
background-color var(--ngt-motion-duration-medium) var(--ngt-motion-ease-standard),
|
|
126
|
-
color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
127
|
-
border-color var(--ngt-motion-duration-medium) var(--ngt-motion-ease-standard),
|
|
128
|
-
box-shadow var(--ngt-motion-duration-medium) var(--ngt-motion-ease-standard),
|
|
129
|
-
outline-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
130
|
-
text-decoration-color var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard),
|
|
131
|
-
backdrop-filter var(--ngt-motion-duration-medium) var(--ngt-motion-ease-standard);
|
|
132
|
-
--ngt-shell-transition:
|
|
133
|
-
var(--ngt-chrome-transition), border-radius var(--ngt-motion-duration-medium) var(--ngt-motion-ease-standard);
|
|
134
|
-
--ngt-control-transition:
|
|
135
|
-
var(--ngt-chrome-transition), transform var(--ngt-motion-duration-fast) var(--ngt-motion-ease-standard);
|
|
136
|
-
}
|