@nvidia-elements/themes 0.0.0 → 0.0.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/CHANGELOG.md +15 -0
- package/LICENSE +202 -0
- package/package.json +4 -1
- package/dist/bundles/index.css +0 -6
- package/dist/compact.css +0 -1
- package/dist/compact.js +0 -6
- package/dist/compact.json +0 -5
- package/dist/custom-elements-jsx.d.ts +0 -76
- package/dist/custom-elements-vue.d.ts +0 -15
- package/dist/custom-elements.json +0 -82
- package/dist/dark.css +0 -1
- package/dist/dark.js +0 -388
- package/dist/dark.json +0 -387
- package/dist/data.css-vars.json +0 -4017
- package/dist/data.snippets.json +0 -1
- package/dist/debug.css +0 -1
- package/dist/debug.js +0 -7
- package/dist/debug.json +0 -6
- package/dist/elements.css +0 -1
- package/dist/elements.json +0 -550
- package/dist/fonts/LICENSE.md +0 -92
- package/dist/fonts/inter.css +0 -20
- package/dist/fonts/inter.woff2 +0 -0
- package/dist/high-contrast.css +0 -1
- package/dist/high-contrast.js +0 -65
- package/dist/high-contrast.json +0 -64
- package/dist/index.css +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.examples.js +0 -6
- package/dist/index.examples.js.map +0 -1
- package/dist/index.examples.json +0 -51
- package/dist/index.js +0 -551
- package/dist/index.js.map +0 -1
- package/dist/index.json +0 -550
- package/dist/index.metadata.json +0 -2966
- package/dist/reduced-motion.css +0 -1
- package/dist/reduced-motion.js +0 -10
- package/dist/reduced-motion.json +0 -9
- package/dist/schema.json +0 -586
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## <small>0.0.1 (2026-04-04)</small>
|
|
2
|
+
|
|
3
|
+
* fix(cli): reset versions ([ee3ce87](https://github.com/NVIDIA/elements/commit/ee3ce87))
|
|
4
|
+
* fix(code): reset versions ([83e855d](https://github.com/NVIDIA/elements/commit/83e855d))
|
|
5
|
+
* fix(core): reset versions ([1a730b2](https://github.com/NVIDIA/elements/commit/1a730b2))
|
|
6
|
+
* fix(create): reset versions ([89f5cc5](https://github.com/NVIDIA/elements/commit/89f5cc5))
|
|
7
|
+
* fix(forms): reset versions ([b0543bb](https://github.com/NVIDIA/elements/commit/b0543bb))
|
|
8
|
+
* fix(lint): reset versions ([cb78058](https://github.com/NVIDIA/elements/commit/cb78058))
|
|
9
|
+
* fix(markdown): reset versions ([0796512](https://github.com/NVIDIA/elements/commit/0796512))
|
|
10
|
+
* fix(monaco): reset versions ([ce620b0](https://github.com/NVIDIA/elements/commit/ce620b0))
|
|
11
|
+
* fix(styles): reset versions ([8bba4fd](https://github.com/NVIDIA/elements/commit/8bba4fd))
|
|
12
|
+
* fix(themes): reset versions ([84e0bf2](https://github.com/NVIDIA/elements/commit/84e0bf2))
|
|
13
|
+
* chore(ci): add dependency audit report ([610ce63](https://github.com/NVIDIA/elements/commit/610ce63))
|
|
14
|
+
* chore(ci): add spdx license headers ([f1698e9](https://github.com/NVIDIA/elements/commit/f1698e9))
|
|
15
|
+
* chore(ci): regenerate lockfile after migration ([8444403](https://github.com/NVIDIA/elements/commit/8444403))
|
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nvidia-elements/themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"release": {
|
|
5
5
|
"extends": "../../release.config.js"
|
|
6
6
|
},
|
|
@@ -174,6 +174,9 @@
|
|
|
174
174
|
]
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
+
"publishConfig": {
|
|
178
|
+
"provenance": true
|
|
179
|
+
},
|
|
177
180
|
"scripts": {
|
|
178
181
|
"ci": "wireit",
|
|
179
182
|
"build": "wireit",
|
package/dist/bundles/index.css
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}[nve-theme~=root],body[nve-theme],html[nve-theme]{background:var(--nve-sys-layer-canvas-background)!important;color:var(--nve-sys-layer-canvas-color)!important;color-scheme:var(--nve-sys-color-scheme)!important;font-family:var(--nve-ref-font-family)!important;text-rendering:optimizeSpeed}[nve-theme] body{margin:0}body:has([nve-popover]:popover-open){overflow-x:hidden}:has([nve-popover]){contain:none}:root,[nve-theme~=light]{--nve-config-color-scheme-light:true}:root,[nve-theme~=light]{--nve-ref-scale-text:1;--nve-ref-scale-size:1;--nve-ref-scale-space:1;--nve-ref-scale-border-radius:1;--nve-ref-scale-border-width:1;--nve-ref-scale-line-height:1;--nve-ref-color-white:oklch(100% 0 0);--nve-ref-color-black:oklch(0% 0 0);--nve-ref-color-alpha-white-100:oklch(100% 0 0/0);--nve-ref-color-alpha-white-200:oklch(100% 0 0/0.0118);--nve-ref-color-alpha-white-300:oklch(100% 0 0/0.0314);--nve-ref-color-alpha-white-400:oklch(100% 0 0/0.0588);--nve-ref-color-alpha-white-500:oklch(100% 0 0/0.0902);--nve-ref-color-alpha-white-600:oklch(100% 0 0/0.1216);--nve-ref-color-alpha-white-700:oklch(100% 0 0/0.1804);--nve-ref-color-alpha-white-800:oklch(100% 0 0/0.251);--nve-ref-color-alpha-white-900:oklch(100% 0 0/0.3882);--nve-ref-color-alpha-white-1000:oklch(100% 0 0/0.451);--nve-ref-color-alpha-white-1100:oklch(100% 0 0/0.5882);--nve-ref-color-alpha-white-1200:oklch(100% 0 0/0.9216);--nve-ref-color-alpha-black-100:oklch(0% 0 0/0);--nve-ref-color-alpha-black-200:oklch(0% 0 0/0.0118);--nve-ref-color-alpha-black-300:oklch(0% 0 0/0.0314);--nve-ref-color-alpha-black-400:oklch(0% 0 0/0.0588);--nve-ref-color-alpha-black-500:oklch(0% 0 0/0.0902);--nve-ref-color-alpha-black-600:oklch(0% 0 0/0.1216);--nve-ref-color-alpha-black-700:oklch(0% 0 0/0.1804);--nve-ref-color-alpha-black-800:oklch(0% 0 0/0.251);--nve-ref-color-alpha-black-900:oklch(0% 0 0/0.3882);--nve-ref-color-alpha-black-1000:oklch(0% 0 0/0.451);--nve-ref-color-alpha-black-1100:oklch(0% 0 0/0.5882);--nve-ref-color-alpha-black-1200:oklch(0% 0 0/0.9216);--nve-ref-color-brand-green-100:oklch(99.5% 0.004 121.6);--nve-ref-color-brand-green-200:oklch(98.4% 0.019 122.8);--nve-ref-color-brand-green-300:oklch(96.8% 0.043 124.5);--nve-ref-color-brand-green-400:oklch(94.9% 0.069 125.4);--nve-ref-color-brand-green-500:oklch(92.6% 0.09 125.6);--nve-ref-color-brand-green-600:oklch(86% 0.111 125);--nve-ref-color-brand-green-700:oklch(80.3% 0.143 126.3);--nve-ref-color-brand-green-800:oklch(71.1% 0.185 128.2);--nve-ref-color-brand-green-900:oklch(66.1% 0.184 132.1);--nve-ref-color-brand-green-1000:oklch(70.9% 0.194 131.1);--nve-ref-color-brand-green-1100:oklch(54.5% 0.148 130.5);--nve-ref-color-brand-green-1200:oklch(30.1% 0.068 127.8);--nve-ref-color-yellow-nova-100:oklch(99% 0.007 106.5);--nve-ref-color-yellow-nova-200:oklch(98.8% 0.029 100.6);--nve-ref-color-yellow-nova-300:oklch(98.1% 0.054 102.9);--nve-ref-color-yellow-nova-400:oklch(97% 0.082 102.5);--nve-ref-color-yellow-nova-500:oklch(95.3% 0.097 100.4);--nve-ref-color-yellow-nova-600:oklch(92.3% 0.114 98.5);--nve-ref-color-yellow-nova-700:oklch(86.8% 0.126 93.8);--nve-ref-color-yellow-nova-800:oklch(81.4% 0.166 90.5);--nve-ref-color-yellow-nova-900:oklch(88.2% 0.182 99.8);--nve-ref-color-yellow-nova-1000:oklch(72.8% 0.151 78.2);--nve-ref-color-yellow-nova-1100:oklch(54.9% 0.114 79.5);--nve-ref-color-yellow-nova-1200:oklch(28.3% 0.042 85.7);--nve-ref-color-lime-pear-100:oklch(98.9% 0.005 117.9);--nve-ref-color-lime-pear-200:oklch(98.4% 0.019 122.8);--nve-ref-color-lime-pear-300:oklch(96.9% 0.042 123.1);--nve-ref-color-lime-pear-400:oklch(95% 0.068 124.6);--nve-ref-color-lime-pear-500:oklch(92.8% 0.088 124.6);--nve-ref-color-lime-pear-600:oklch(88.6% 0.115 125);--nve-ref-color-lime-pear-700:oklch(80.5% 0.138 126);--nve-ref-color-lime-pear-800:oklch(72.3% 0.173 128.3);--nve-ref-color-lime-pear-900:oklch(80.3% 0.197 128.1);--nve-ref-color-lime-pear-1000:oklch(75.6% 0.187 128.6);--nve-ref-color-lime-pear-1100:oklch(50.8% 0.13 129.4);--nve-ref-color-lime-pear-1200:oklch(28.3% 0.062 127.4);--nve-ref-color-green-jade-100:oklch(99.4% 0.004 157.2);--nve-ref-color-green-jade-200:oklch(97.6% 0.018 155.8);--nve-ref-color-green-jade-300:oklch(96.4% 0.023 157.6);--nve-ref-color-green-jade-400:oklch(94.4% 0.031 156);--nve-ref-color-green-jade-500:oklch(91.2% 0.042 157.2);--nve-ref-color-green-jade-600:oklch(86.6% 0.058 157.4);--nve-ref-color-green-jade-700:oklch(80.1% 0.078 159.2);--nve-ref-color-green-jade-800:oklch(71.6% 0.113 160.3);--nve-ref-color-green-jade-900:oklch(63.2% 0.131 157.6);--nve-ref-color-green-jade-1000:oklch(59.4% 0.123 158.3);--nve-ref-color-green-jade-1100:oklch(50.5% 0.109 158);--nve-ref-color-green-jade-1200:oklch(27.6% 0.038 164.4);--nve-ref-color-pink-rose-100:oklch(99% 0.007 340.4);--nve-ref-color-pink-rose-200:oklch(98% 0.013 340.5);--nve-ref-color-pink-rose-300:oklch(96% 0.024 340.3);--nve-ref-color-pink-rose-400:oklch(94.3% 0.033 339.8);--nve-ref-color-pink-rose-500:oklch(91.3% 0.046 341.9);--nve-ref-color-pink-rose-600:oklch(87% 0.065 341);--nve-ref-color-pink-rose-700:oklch(81.6% 0.09 342.1);--nve-ref-color-pink-rose-800:oklch(74.7% 0.122 342.5);--nve-ref-color-pink-rose-900:oklch(61.4% 0.208 346.1);--nve-ref-color-pink-rose-1000:oklch(59% 0.218 347.4);--nve-ref-color-pink-rose-1100:oklch(56.2% 0.221 348.6);--nve-ref-color-pink-rose-1200:oklch(24.2% 0.082 345.8);--nve-ref-color-purple-lavender-100:oklch(99.1% 0.005 325.6);--nve-ref-color-purple-lavender-200:oklch(98.9% 0.007 312.3);--nve-ref-color-purple-lavender-300:oklch(96.8% 0.019 312.8);--nve-ref-color-purple-lavender-400:oklch(93.6% 0.034 310.7);--nve-ref-color-purple-lavender-500:oklch(90.7% 0.048 311.7);--nve-ref-color-purple-lavender-600:oklch(86.9% 0.063 310.7);--nve-ref-color-purple-lavender-700:oklch(80.9% 0.089 309.8);--nve-ref-color-purple-lavender-800:oklch(72.8% 0.124 308.2);--nve-ref-color-purple-lavender-900:oklch(55.6% 0.183 305.9);--nve-ref-color-purple-lavender-1000:oklch(52.2% 0.182 305.3);--nve-ref-color-purple-lavender-1100:oklch(48.3% 0.178 305.4);--nve-ref-color-purple-lavender-1200:oklch(24.3% 0.096 305.3);--nve-ref-color-purple-violet-100:oklch(99% 0.004 301.4);--nve-ref-color-purple-violet-200:oklch(98.7% 0.007 295.5);--nve-ref-color-purple-violet-300:oklch(96.2% 0.02 295.2);--nve-ref-color-purple-violet-400:oklch(93.8% 0.031 293.8);--nve-ref-color-purple-violet-500:oklch(90.4% 0.047 293.5);--nve-ref-color-purple-violet-600:oklch(86.9% 0.061 293.4);--nve-ref-color-purple-violet-700:oklch(80.4% 0.086 293.4);--nve-ref-color-purple-violet-800:oklch(72.7% 0.119 292.6);--nve-ref-color-purple-violet-900:oklch(53.8% 0.179 288);--nve-ref-color-purple-violet-1000:oklch(50.9% 0.168 287);--nve-ref-color-purple-violet-1100:oklch(47.3% 0.158 286.3);--nve-ref-color-purple-violet-1200:oklch(24.1% 0.095 287.2);--nve-ref-color-purple-plum-100:oklch(98.9% 0.007 312.3);--nve-ref-color-purple-plum-200:oklch(98.1% 0.017 325.7);--nve-ref-color-purple-plum-300:oklch(96.4% 0.024 325.8);--nve-ref-color-purple-plum-400:oklch(93.7% 0.038 325.9);--nve-ref-color-purple-plum-500:oklch(91.1% 0.049 324.9);--nve-ref-color-purple-plum-600:oklch(86.9% 0.065 324.5);--nve-ref-color-purple-plum-700:oklch(80.6% 0.092 323.3);--nve-ref-color-purple-plum-800:oklch(73.5% 0.12 322.2);--nve-ref-color-purple-plum-900:oklch(57.8% 0.185 322);--nve-ref-color-purple-plum-1000:oklch(55% 0.198 322.1);--nve-ref-color-purple-plum-1100:oklch(51.4% 0.206 322);--nve-ref-color-purple-plum-1200:oklch(23.7% 0.088 320.9);--nve-ref-color-pink-magenta-100:oklch(98.9% 0.006 350.8);--nve-ref-color-pink-magenta-200:oklch(97.9% 0.013 345.5);--nve-ref-color-pink-magenta-300:oklch(96% 0.022 348.7);--nve-ref-color-pink-magenta-400:oklch(94.1% 0.03 348.2);--nve-ref-color-pink-magenta-500:oklch(91.2% 0.042 349.5);--nve-ref-color-pink-magenta-600:oklch(86.6% 0.061 349.2);--nve-ref-color-pink-magenta-700:oklch(81.1% 0.085 352);--nve-ref-color-pink-magenta-800:oklch(74% 0.116 354.5);--nve-ref-color-pink-magenta-900:oklch(60.4% 0.214 2.6);--nve-ref-color-pink-magenta-1000:oklch(67.7% 0.229 1.4);--nve-ref-color-pink-magenta-1100:oklch(56.6% 0.213 4.7);--nve-ref-color-pink-magenta-1200:oklch(24.5% 0.073 4.4);--nve-ref-color-red-tomato-100:oklch(99% 0.01 0);--nve-ref-color-red-tomato-200:oklch(98% 0.01 25.1);--nve-ref-color-red-tomato-300:oklch(96% 0.02 25.2);--nve-ref-color-red-tomato-400:oklch(94% 0.03 27.8);--nve-ref-color-red-tomato-500:oklch(91.2% 0.042 27);--nve-ref-color-red-tomato-600:oklch(87% 0.061 29.7);--nve-ref-color-red-tomato-700:oklch(81.2% 0.084 31.8);--nve-ref-color-red-tomato-800:oklch(74.6% 0.11 31.6);--nve-ref-color-red-tomato-900:oklch(62% 0.195 33.3);--nve-ref-color-red-tomato-1000:oklch(59.7% 0.193 33.1);--nve-ref-color-red-tomato-1100:oklch(54.9% 0.191 32.8);--nve-ref-color-red-tomato-1200:oklch(24% 0.047 31.3);--nve-ref-color-orange-pumpkin-100:oklch(99.2% 0.003 48.7);--nve-ref-color-orange-pumpkin-200:oklch(97.8% 0.011 54.5);--nve-ref-color-orange-pumpkin-300:oklch(96.4% 0.021 56.1);--nve-ref-color-orange-pumpkin-400:oklch(94.3% 0.035 57.6);--nve-ref-color-orange-pumpkin-500:oklch(91.5% 0.052 56.8);--nve-ref-color-orange-pumpkin-600:oklch(87.5% 0.08 56.6);--nve-ref-color-orange-pumpkin-700:oklch(82.8% 0.111 54.4);--nve-ref-color-orange-pumpkin-800:oklch(75.7% 0.15 52.2);--nve-ref-color-orange-pumpkin-900:oklch(68.5% 0.194 45);--nve-ref-color-orange-pumpkin-1000:oklch(65.5% 0.192 43.7);--nve-ref-color-orange-pumpkin-1100:oklch(55.7% 0.162 44.1);--nve-ref-color-orange-pumpkin-1200:oklch(27.9% 0.06 40.2);--nve-ref-color-yellow-amber-100:oklch(99.4% 0.003 84.6);--nve-ref-color-yellow-amber-200:oklch(98.1% 0.019 83.1);--nve-ref-color-yellow-amber-300:oklch(96.5% 0.046 90.9);--nve-ref-color-yellow-amber-400:oklch(94.4% 0.069 89.1);--nve-ref-color-yellow-amber-500:oklch(92.1% 0.091 87.4);--nve-ref-color-yellow-amber-600:oklch(88.6% 0.108 80.1);--nve-ref-color-yellow-amber-700:oklch(82.1% 0.123 75.9);--nve-ref-color-yellow-amber-800:oklch(76% 0.152 69.5);--nve-ref-color-yellow-amber-900:oklch(81.7% 0.164 75.8);--nve-ref-color-yellow-amber-1000:oklch(78.3% 0.169 66.4);--nve-ref-color-yellow-amber-1100:oklch(53.9% 0.135 54.2);--nve-ref-color-yellow-amber-1200:oklch(30.7% 0.077 44.3);--nve-ref-color-green-grass-100:oklch(99.4% 0.005 145.5);--nve-ref-color-green-grass-200:oklch(98.2% 0.015 145.5);--nve-ref-color-green-grass-300:oklch(96.3% 0.027 145.4);--nve-ref-color-green-grass-400:oklch(94.1% 0.034 145.3);--nve-ref-color-green-grass-500:oklch(90.7% 0.05 146);--nve-ref-color-green-grass-600:oklch(86.1% 0.067 146.9);--nve-ref-color-green-grass-700:oklch(80% 0.09 147);--nve-ref-color-green-grass-800:oklch(71.4% 0.13 148.5);--nve-ref-color-green-grass-900:oklch(64.3% 0.143 147.6);--nve-ref-color-green-grass-1000:oklch(61% 0.14 147.5);--nve-ref-color-green-grass-1100:oklch(51.5% 0.125 147.4);--nve-ref-color-green-grass-1200:oklch(27.8% 0.042 146.7);--nve-ref-color-teal-seafoam-100:oklch(98.9% 0.006 185.3);--nve-ref-color-teal-seafoam-200:oklch(97.8% 0.014 186);--nve-ref-color-teal-seafoam-300:oklch(96.8% 0.02 181.1);--nve-ref-color-teal-seafoam-400:oklch(94.3% 0.029 180.8);--nve-ref-color-teal-seafoam-500:oklch(91.3% 0.038 184.3);--nve-ref-color-teal-seafoam-600:oklch(86.6% 0.05 185.1);--nve-ref-color-teal-seafoam-700:oklch(80.3% 0.066 183.7);--nve-ref-color-teal-seafoam-800:oklch(71.8% 0.098 183.3);--nve-ref-color-teal-seafoam-900:oklch(63.7% 0.112 181.7);--nve-ref-color-teal-seafoam-1000:oklch(60.2% 0.105 182.4);--nve-ref-color-teal-seafoam-1100:oklch(51.8% 0.091 183.8);--nve-ref-color-teal-seafoam-1200:oklch(27.6% 0.038 181.3);--nve-ref-color-green-mint-100:oklch(99% 0.009 179.6);--nve-ref-color-green-mint-200:oklch(98.2% 0.02 177.5);--nve-ref-color-green-mint-300:oklch(96.6% 0.03 176);--nve-ref-color-green-mint-400:oklch(94.3% 0.041 177.7);--nve-ref-color-green-mint-500:oklch(91.2% 0.052 178.1);--nve-ref-color-green-mint-600:oklch(87% 0.066 178);--nve-ref-color-green-mint-700:oklch(80.9% 0.09 176.6);--nve-ref-color-green-mint-800:oklch(74% 0.119 176.8);--nve-ref-color-green-mint-900:oklch(83.6% 0.11 177.1);--nve-ref-color-green-mint-1000:oklch(81% 0.108 177.3);--nve-ref-color-green-mint-1100:oklch(52.5% 0.09 180.8);--nve-ref-color-green-mint-1200:oklch(29.5% 0.047 181.6);--nve-ref-color-teal-cyan-100:oklch(98.8% 0.005 211);--nve-ref-color-teal-cyan-200:oklch(98.4% 0.011 204.1);--nve-ref-color-teal-cyan-300:oklch(96.6% 0.02 208.1);--nve-ref-color-teal-cyan-400:oklch(94.2% 0.03 204.5);--nve-ref-color-teal-cyan-500:oklch(90.9% 0.04 208.1);--nve-ref-color-teal-cyan-600:oklch(86.4% 0.055 207.9);--nve-ref-color-teal-cyan-700:oklch(80.1% 0.076 209.8);--nve-ref-color-teal-cyan-800:oklch(72.4% 0.111 211.9);--nve-ref-color-teal-cyan-900:oklch(65.8% 0.118 218.7);--nve-ref-color-teal-cyan-1000:oklch(60.8% 0.109 219.6);--nve-ref-color-teal-cyan-1100:oklch(52.8% 0.094 220.8);--nve-ref-color-teal-cyan-1200:oklch(28.3% 0.048 217.6);--nve-ref-color-blue-sky-100:oklch(98.9% 0.009 214.3);--nve-ref-color-blue-sky-200:oklch(98.3% 0.013 214.4);--nve-ref-color-blue-sky-300:oklch(96.4% 0.027 217.1);--nve-ref-color-blue-sky-400:oklch(94.6% 0.036 216);--nve-ref-color-blue-sky-500:oklch(91.3% 0.05 218.7);--nve-ref-color-blue-sky-600:oklch(86.6% 0.066 219.4);--nve-ref-color-blue-sky-700:oklch(80.6% 0.092 220.1);--nve-ref-color-blue-sky-800:oklch(73.7% 0.127 222.1);--nve-ref-color-blue-sky-900:oklch(84.2% 0.114 218.5);--nve-ref-color-blue-sky-1000:oklch(81.2% 0.115 219.3);--nve-ref-color-blue-sky-1100:oklch(53.3% 0.106 230);--nve-ref-color-blue-sky-1200:oklch(28% 0.054 225.9);--nve-ref-color-blue-cobalt-100:oklch(99% 0.005 258.3);--nve-ref-color-blue-cobalt-200:oklch(98.3% 0.009 247.9);--nve-ref-color-blue-cobalt-300:oklch(96.6% 0.017 248);--nve-ref-color-blue-cobalt-400:oklch(94.8% 0.026 246.3);--nve-ref-color-blue-cobalt-500:oklch(91.4% 0.042 247.2);--nve-ref-color-blue-cobalt-600:oklch(86.5% 0.059 247.7);--nve-ref-color-blue-cobalt-700:oklch(80.4% 0.083 245.7);--nve-ref-color-blue-cobalt-800:oklch(72.8% 0.122 243.8);--nve-ref-color-blue-cobalt-900:oklch(65.1% 0.192 251.5);--nve-ref-color-blue-cobalt-1000:oklch(54.8% 0.2 258.1);--nve-ref-color-blue-cobalt-1100:oklch(54.2% 0.191 256.9);--nve-ref-color-blue-cobalt-1200:oklch(26.6% 0.084 253.9);--nve-ref-color-blue-indigo-100:oklch(99.1% 0.001 286.4);--nve-ref-color-blue-indigo-200:oklch(97.9% 0.01 267.4);--nve-ref-color-blue-indigo-300:oklch(96.7% 0.015 270);--nve-ref-color-blue-indigo-400:oklch(93.7% 0.028 268.4);--nve-ref-color-blue-indigo-500:oklch(91.4% 0.037 270.5);--nve-ref-color-blue-indigo-600:oklch(86.3% 0.058 270);--nve-ref-color-blue-indigo-700:oklch(81% 0.079 270.3);--nve-ref-color-blue-indigo-800:oklch(72.5% 0.114 270.5);--nve-ref-color-blue-indigo-900:oklch(53.9% 0.194 267);--nve-ref-color-blue-indigo-1000:oklch(51.2% 0.178 267.3);--nve-ref-color-blue-indigo-1100:oklch(47.2% 0.155 267.4);--nve-ref-color-blue-indigo-1200:oklch(23.8% 0.075 268.3);--nve-ref-color-gray-denim-100:oklch(98.4% 0.003 247.9);--nve-ref-color-gray-denim-200:oklch(98.3% 0.003 286.4);--nve-ref-color-gray-denim-300:oklch(95.9% 0.005 275);--nve-ref-color-gray-denim-400:oklch(93.6% 0.006 255.5);--nve-ref-color-gray-denim-500:oklch(92.5% 0.008 271.3);--nve-ref-color-gray-denim-600:oklch(90.9% 0.01 267.4);--nve-ref-color-gray-denim-700:oklch(87.6% 0.013 271.3);--nve-ref-color-gray-denim-800:oklch(80.6% 0.022 274);--nve-ref-color-gray-denim-900:oklch(62.4% 0.028 268.7);--nve-ref-color-gray-denim-1000:oklch(59.4% 0.032 270.2);--nve-ref-color-gray-denim-1100:oklch(52.4% 0.032 274.2);--nve-ref-color-gray-denim-1200:oklch(25.8% 0.013 279);--nve-ref-color-gray-slate-100:oklch(98.4% 0.003 247.9);--nve-ref-color-gray-slate-200:oklch(97.6% 0.003 264.5);--nve-ref-color-gray-slate-300:oklch(95.1% 0.005 258.3);--nve-ref-color-gray-slate-400:oklch(93.4% 0.005 275);--nve-ref-color-gray-slate-500:oklch(93% 0.005 258.3);--nve-ref-color-gray-slate-600:oklch(90.8% 0.006 239.8);--nve-ref-color-gray-slate-700:oklch(88.3% 0.007 247.9);--nve-ref-color-gray-slate-800:oklch(82.9% 0.01 238.5);--nve-ref-color-gray-slate-900:oklch(64.9% 0.013 240);--nve-ref-color-gray-slate-1000:oklch(61.3% 0.012 243.8);--nve-ref-color-gray-slate-1100:oklch(52.7% 0.01 236.7);--nve-ref-color-gray-slate-1200:oklch(19.5% 0.011 229.6);--nve-ref-color-red-cardinal-100:oklch(99% 0.01 0);--nve-ref-color-red-cardinal-200:oklch(97.8% 0.011 17.3);--nve-ref-color-red-cardinal-300:oklch(95.6% 0.022 17.5);--nve-ref-color-red-cardinal-400:oklch(93.2% 0.034 17.8);--nve-ref-color-red-cardinal-500:oklch(91.3% 0.041 17.9);--nve-ref-color-red-cardinal-600:oklch(86.5% 0.062 18.4);--nve-ref-color-red-cardinal-700:oklch(80.9% 0.084 18.1);--nve-ref-color-red-cardinal-800:oklch(74.5% 0.111 19.3);--nve-ref-color-red-cardinal-900:oklch(62.6% 0.193 23);--nve-ref-color-red-cardinal-1000:oklch(59.6% 0.195 23.8);--nve-ref-color-red-cardinal-1100:oklch(54.9% 0.194 25.1);--nve-ref-color-red-cardinal-1200:oklch(23.9% 0.056 17.2);--nve-ref-font-family-inter:"Inter",Roboto,"Open Sans","Helvetica Neue",sans-serif;--nve-ref-font-family-roboto-mono:"Roboto Mono","Lucida Console",Monaco,monospace,sans-serif;--nve-ref-font-weight-light:200;--nve-ref-font-weight-regular:400;--nve-ref-font-weight-medium:500;--nve-ref-font-weight-semibold:600;--nve-ref-font-weight-bold:700;--nve-ref-font-weight-extra-bold:800;--nve-ref-font-line-height-tight:1.12;--nve-ref-font-line-height-snug:1.25;--nve-ref-font-line-height-moderate:1.375;--nve-ref-font-line-height-relaxed:1.5;--nve-ref-font-line-height-loose:1.625;--nve-ref-border-radius-full:999px;--nve-ref-opacity-0:0;--nve-ref-opacity-150:0.15;--nve-ref-opacity-200:0.2;--nve-ref-opacity-300:0.3;--nve-ref-opacity-400:0.4;--nve-ref-opacity-500:0.5;--nve-ref-opacity-600:0.6;--nve-ref-opacity-700:0.7;--nve-ref-opacity-800:0.8;--nve-ref-opacity-900:0.9;--nve-ref-shadow-100:0px 16px 32px 0px oklch(12.6% 0.022 276.4/0.02);--nve-ref-shadow-200:0px 16px 32px 0px oklch(12.6% 0.022 276.4/0.05);--nve-ref-shadow-300:0px 16px 32px 0px oklch(12.6% 0.022 276.4/0.08);--nve-ref-shadow-400:0px 16px 32px 0px oklch(12.6% 0.022 276.4/0.12);--nve-ref-shadow-500:0px 16px 32px 0px oklch(12.6% 0.022 276.4/0.17);--nve-ref-outline:Highlight solid 2px;--nve-ref-outline-webkit:5px auto -webkit-focus-ring-color;--nve-ref-animation-duration-100:0;--nve-ref-animation-duration-150:150ms;--nve-ref-animation-duration-200:200ms;--nve-ref-animation-duration-250:250ms;--nve-ref-animation-duration-300:400ms;--nve-ref-animation-duration-400:800ms;--nve-ref-animation-easing-100:ease-in-out;--nve-sys-color-scheme:auto;--nve-sys-contrast-emphasis-ratio:100%;--nve-sys-contrast-mute-ratio:18%;--nve-sys-interaction-state-ratio:initial;--nve-sys-interaction-state-ratio-hover:4%;--nve-sys-interaction-state-ratio-disabled:4%;--nve-sys-interaction-state-ratio-active:8%;--nve-sys-interaction-state-ratio-selected:8%;--nve-sys-visualization-sequential-diverging-virdis-100:oklch(91.8% 0.187 102.2);--nve-sys-visualization-sequential-diverging-virdis-200:oklch(85.9% 0.19 115);--nve-sys-visualization-sequential-diverging-virdis-300:oklch(82.1% 0.194 126.8);--nve-sys-visualization-sequential-diverging-virdis-400:oklch(77.5% 0.187 137.2);--nve-sys-visualization-sequential-diverging-virdis-500:oklch(73.4% 0.164 147.5);--nve-sys-visualization-sequential-diverging-virdis-600:oklch(69.1% 0.145 157.3);--nve-sys-visualization-sequential-diverging-virdis-700:oklch(64.6% 0.12 169.6);--nve-sys-visualization-sequential-diverging-virdis-800:oklch(60.2% 0.1 184.4);--nve-sys-visualization-sequential-diverging-virdis-900:oklch(56.8% 0.087 200.1);--nve-sys-visualization-sequential-diverging-virdis-1000:oklch(49.1% 0.083 242.3);--nve-sys-visualization-sequential-diverging-virdis-1100:oklch(45.3% 0.094 261.6);--nve-sys-visualization-sequential-diverging-virdis-1200:oklch(41.9% 0.108 278.7);--nve-sys-visualization-sequential-diverging-virdis-1300:oklch(37.1% 0.124 293.4);--nve-sys-visualization-sequential-diverging-virdis-1400:oklch(33.3% 0.134 306.3);--nve-sys-visualization-sequential-diverging-virdis-1500:oklch(27.6% 0.132 318.4);--nve-sys-visualization-sequential-diverging-red-green-100:oklch(49.9% 0.159 23.4);--nve-sys-visualization-sequential-diverging-red-green-200:oklch(59.6% 0.195 23.8);--nve-sys-visualization-sequential-diverging-red-green-300:oklch(68.4% 0.193 22);--nve-sys-visualization-sequential-diverging-red-green-400:oklch(83.3% 0.083 18.1);--nve-sys-visualization-sequential-diverging-red-green-600:oklch(86.4% 0.117 148.8);--nve-sys-visualization-sequential-diverging-red-green-700:oklch(72.5% 0.176 148.7);--nve-sys-visualization-sequential-diverging-red-green-800:oklch(62.7% 0.157 148.3);--nve-sys-visualization-sequential-diverging-red-green-900:oklch(47.5% 0.109 150.4);--nve-sys-scrollbar-width:thin;--nve-ref-size-50:calc(var(--nve-ref-scale-size)*2px);--nve-ref-size-100:calc(var(--nve-ref-scale-size)*4px);--nve-ref-size-150:calc(var(--nve-ref-scale-size)*6px);--nve-ref-size-200:calc(var(--nve-ref-scale-size)*8px);--nve-ref-size-250:calc(var(--nve-ref-scale-size)*10px);--nve-ref-size-300:calc(var(--nve-ref-scale-size)*12px);--nve-ref-size-400:calc(var(--nve-ref-scale-size)*16px);--nve-ref-size-500:calc(var(--nve-ref-scale-size)*20px);--nve-ref-size-600:calc(var(--nve-ref-scale-size)*24px);--nve-ref-size-700:calc(var(--nve-ref-scale-size)*28px);--nve-ref-size-800:calc(var(--nve-ref-scale-size)*32px);--nve-ref-size-900:calc(var(--nve-ref-scale-size)*36px);--nve-ref-size-1000:calc(var(--nve-ref-scale-size)*40px);--nve-ref-space-none:calc(var(--nve-ref-scale-space)*0px);--nve-ref-space-xxxs:calc(var(--nve-ref-scale-space)*2px);--nve-ref-space-xxs:calc(var(--nve-ref-scale-space)*4px);--nve-ref-space-xs:calc(var(--nve-ref-scale-space)*8px);--nve-ref-space-sm:calc(var(--nve-ref-scale-space)*12px);--nve-ref-space-md:calc(var(--nve-ref-scale-space)*16px);--nve-ref-space-lg:calc(var(--nve-ref-scale-space)*24px);--nve-ref-space-xl:calc(var(--nve-ref-scale-space)*32px);--nve-ref-space-xxl:calc(var(--nve-ref-scale-space)*48px);--nve-ref-space-xxxl:calc(var(--nve-ref-scale-space)*64px);--nve-ref-color-scheme-base:var(--nve-ref-color-white);--nve-ref-color-scheme-inverse:var(--nve-ref-color-black);--nve-ref-color-neutral-100:var(--nve-ref-color-gray-slate-100);--nve-ref-color-neutral-200:var(--nve-ref-color-gray-slate-200);--nve-ref-color-neutral-300:var(--nve-ref-color-gray-slate-300);--nve-ref-color-neutral-400:var(--nve-ref-color-gray-slate-400);--nve-ref-color-neutral-500:var(--nve-ref-color-gray-slate-500);--nve-ref-color-neutral-600:var(--nve-ref-color-gray-slate-600);--nve-ref-color-neutral-700:var(--nve-ref-color-gray-slate-700);--nve-ref-color-neutral-800:var(--nve-ref-color-gray-slate-800);--nve-ref-color-neutral-900:var(--nve-ref-color-gray-slate-900);--nve-ref-color-neutral-1000:var(--nve-ref-color-gray-slate-1000);--nve-ref-color-neutral-1100:var(--nve-ref-color-gray-slate-1100);--nve-ref-color-neutral-1200:var(--nve-ref-color-gray-slate-1200);--nve-ref-font-family:var(--nve-ref-font-family-inter);--nve-ref-font-size-50:calc(var(--nve-ref-scale-text)*0.625rem);--nve-ref-font-size-100:calc(var(--nve-ref-scale-text)*0.75rem);--nve-ref-font-size-200:calc(var(--nve-ref-scale-text)*0.875rem);--nve-ref-font-size-300:calc(var(--nve-ref-scale-text)*1rem);--nve-ref-font-size-400:calc(var(--nve-ref-scale-text)*1.125rem);--nve-ref-font-size-500:calc(var(--nve-ref-scale-text)*1.25rem);--nve-ref-font-size-600:calc(var(--nve-ref-scale-text)*1.5rem);--nve-ref-font-size-700:calc(var(--nve-ref-scale-text)*1.75rem);--nve-ref-font-size-800:calc(var(--nve-ref-scale-text)*2rem);--nve-ref-font-size-900:calc(var(--nve-ref-scale-text)*2.25rem);--nve-ref-font-size-1000:calc(var(--nve-ref-scale-text)*2.5rem);--nve-ref-font-size-1100:calc(var(--nve-ref-scale-text)*2.75rem);--nve-ref-font-size-1200:calc(var(--nve-ref-scale-text)*3.125rem);--nve-ref-font-line-height-300:calc(var(--nve-ref-scale-line-height)*0.75rem);--nve-ref-font-line-height-400:calc(var(--nve-ref-scale-line-height)*1rem);--nve-ref-font-line-height-500:calc(var(--nve-ref-scale-line-height)*1.25rem);--nve-ref-font-line-height-600:calc(var(--nve-ref-scale-line-height)*1.5rem);--nve-ref-font-line-height-700:calc(var(--nve-ref-scale-line-height)*1.75rem);--nve-ref-font-line-height-800:calc(var(--nve-ref-scale-line-height)*2rem);--nve-ref-font-line-height-900:calc(var(--nve-ref-scale-line-height)*2.25rem);--nve-ref-font-line-height-1000:calc(var(--nve-ref-scale-line-height)*2.5rem);--nve-ref-border-radius-none:calc(var(--nve-ref-scale-border-radius)*0px);--nve-ref-border-radius-xs:calc(var(--nve-ref-scale-border-radius)*4px);--nve-ref-border-radius-sm:calc(var(--nve-ref-scale-border-radius)*6px);--nve-ref-border-radius-md:calc(var(--nve-ref-scale-border-radius)*8px);--nve-ref-border-radius-lg:calc(var(--nve-ref-scale-border-radius)*14px);--nve-ref-border-radius-xl:calc(var(--nve-ref-scale-border-radius)*24px);--nve-ref-border-radius-xxl:calc(var(--nve-ref-scale-border-radius)*48px);--nve-ref-border-width-sm:calc(var(--nve-ref-scale-border-width)*1px);--nve-ref-border-width-md:calc(var(--nve-ref-scale-border-width)*2px);--nve-ref-border-width-lg:calc(var(--nve-ref-scale-border-width)*3px);--nve-ref-border-width-xl:calc(var(--nve-ref-scale-border-width)*4px);--nve-sys-text-white-color:var(--nve-ref-color-white);--nve-sys-text-black-color:var(--nve-ref-color-black);--nve-sys-text-link-hover-color:var(--nve-ref-color-blue-cobalt-1100);--nve-sys-text-link-visited-color:var(--nve-ref-color-purple-lavender-1000);--nve-sys-text-link-emphasis-color:var(--nve-ref-color-blue-cobalt-1000);--nve-sys-accent-primary-background:var(--nve-ref-color-brand-green-900);--nve-sys-accent-secondary-background:var(--nve-ref-color-blue-cobalt-1000);--nve-sys-contrast-emphasis-color:var(--nve-ref-color-white);--nve-sys-interaction-destructive-background:var(--nve-ref-color-red-cardinal-1100);--nve-sys-interaction-highlighted-background:var(--nve-ref-color-blue-cobalt-500);--nve-sys-interaction-highlighted-muted-background:var(--nve-ref-color-blue-cobalt-300);--nve-sys-layer-container-background:var(--nve-ref-color-white);--nve-sys-layer-overlay-background:var(--nve-ref-color-white);--nve-sys-layer-backdrop-background:var(--nve-ref-color-alpha-black-400);--nve-sys-status-scheduled-color:var(--nve-ref-color-purple-violet-1100);--nve-sys-status-queued-color:var(--nve-ref-color-blue-indigo-1100);--nve-sys-status-starting-color:var(--nve-ref-color-green-mint-1100);--nve-sys-status-running-color:var(--nve-ref-color-blue-cobalt-1100);--nve-sys-status-restarting-color:var(--nve-ref-color-yellow-amber-1100);--nve-sys-status-stopping-color:var(--nve-ref-color-pink-rose-1100);--nve-sys-status-finished-color:var(--nve-ref-color-green-grass-1100);--nve-sys-status-failed-color:var(--nve-ref-color-red-cardinal-1100);--nve-sys-support-accent-muted-color:var(--nve-ref-color-blue-cobalt-400);--nve-sys-support-accent-emphasis-color:var(--nve-ref-color-blue-cobalt-1100);--nve-sys-support-success-color:var(--nve-ref-color-green-grass-1100);--nve-sys-support-success-muted-color:var(--nve-ref-color-green-grass-400);--nve-sys-support-success-emphasis-color:var(--nve-ref-color-green-grass-1100);--nve-sys-support-danger-color:var(--nve-ref-color-red-cardinal-1100);--nve-sys-support-danger-muted-color:var(--nve-ref-color-red-cardinal-400);--nve-sys-support-danger-emphasis-color:var(--nve-ref-color-red-cardinal-1100);--nve-sys-support-warning-color:var(--nve-ref-color-yellow-nova-800);--nve-sys-support-warning-muted-color:var(--nve-ref-color-yellow-nova-300);--nve-sys-support-warning-emphasis-color:var(--nve-ref-color-yellow-nova-1000);--nve-sys-visualization-categorical-violet:var(--nve-ref-color-purple-violet-1000);--nve-sys-visualization-categorical-lavender:var(--nve-ref-color-purple-lavender-900);--nve-sys-visualization-categorical-rose:var(--nve-ref-color-pink-rose-900);--nve-sys-visualization-categorical-red:var(--nve-ref-color-red-cardinal-1000);--nve-sys-visualization-categorical-pumpkin:var(--nve-ref-color-orange-pumpkin-900);--nve-sys-visualization-categorical-amber:var(--nve-ref-color-yellow-amber-1000);--nve-sys-visualization-categorical-nova:var(--nve-ref-color-yellow-nova-800);--nve-sys-visualization-categorical-pear:var(--nve-ref-color-lime-pear-900);--nve-sys-visualization-categorical-grass:var(--nve-ref-color-green-grass-1000);--nve-sys-visualization-categorical-seafoam:var(--nve-ref-color-teal-seafoam-900);--nve-sys-visualization-categorical-cyan:var(--nve-ref-color-teal-cyan-800);--nve-sys-visualization-trend-negative-color:var(--nve-ref-color-red-cardinal-1000);--nve-sys-visualization-trend-negative-emphasis-color:var(--nve-ref-color-red-cardinal-1100);--nve-sys-visualization-trend-positive-color:var(--nve-ref-color-green-grass-1000);--nve-sys-visualization-trend-positive-emphasis-color:var(--nve-ref-color-green-grass-1100);--nve-sys-scrollbar-track-color:var(--nve-ref-color-alpha-black-200);--nve-ref-border-color:var(--nve-ref-color-neutral-800);--nve-ref-border-color-emphasis:var(--nve-ref-color-neutral-1000);--nve-ref-border-color-muted:var(--nve-ref-color-neutral-700);--nve-ref-border-color-inverse:var(--nve-ref-color-scheme-inverse);--nve-sys-text-color:var(--nve-ref-color-neutral-1200);--nve-sys-text-muted-color:var(--nve-ref-color-neutral-1100);--nve-sys-text-emphasis-color:var(--nve-ref-color-neutral-1200);--nve-sys-text-placeholder-color:var(--nve-ref-color-neutral-900);--nve-sys-text-link-color:var(--nve-ref-color-neutral-1200);--nve-sys-text-link-disabled-color:var(--nve-ref-color-neutral-400);--nve-sys-accent-tertiary-background:var(--nve-ref-color-scheme-inverse);--nve-sys-contrast-mute-color:var(--nve-ref-color-scheme-base);--nve-sys-interaction-color:var(--nve-ref-color-neutral-1200);--nve-sys-interaction-background:var(--nve-ref-color-neutral-600);--nve-sys-interaction-background-100:var(--nve-ref-color-neutral-600);--nve-sys-interaction-background-200:var(--nve-ref-color-neutral-500);--nve-sys-interaction-background-300:var(--nve-ref-color-neutral-500);--nve-sys-interaction-field-height:var(--nve-ref-size-800);--nve-sys-interaction-emphasis-color:var(--nve-sys-text-black-color);--nve-sys-interaction-emphasis-background:var(--nve-sys-accent-primary-background);--nve-sys-interaction-destructive-color:var(--nve-sys-text-white-color);--nve-sys-interaction-disabled-color:var(--nve-ref-color-neutral-800);--nve-sys-interaction-disabled-background:var(--nve-ref-color-neutral-600);--nve-sys-interaction-state-mix:var(--nve-ref-color-neutral-1200);--nve-sys-layer-canvas-background:var(--nve-ref-color-neutral-300);--nve-sys-layer-canvas-accent-background:var(--nve-ref-color-neutral-400);--nve-sys-layer-shell-background:var(--nve-ref-color-scheme-base);--nve-sys-layer-shell-accent-background:var(--nve-ref-color-neutral-100);--nve-sys-layer-container-accent-background:var(--nve-ref-color-neutral-100);--nve-sys-layer-overlay-accent-background:var(--nve-ref-color-neutral-100);--nve-sys-layer-popover-background:var(--nve-ref-color-neutral-1200);--nve-sys-layer-popover-color:var(--nve-sys-text-white-color);--nve-sys-layer-popover-accent-background:var(--nve-ref-color-neutral-1100);--nve-sys-layer-popover-offset:var(--nve-ref-size-50);--nve-sys-layer-popover-arrow-offset:var(--nve-ref-size-100);--nve-sys-layer-popover-arrow-padding:var(--nve-ref-size-150);--nve-sys-status-color:var(--nve-ref-color-neutral-1000);--nve-sys-status-pending-color:var(--nve-ref-color-neutral-1100);--nve-sys-status-unknown-color:var(--nve-sys-text-black-color);--nve-sys-status-ignored-color:var(--nve-ref-color-neutral-1100);--nve-sys-support-color:var(--nve-ref-color-neutral-1000);--nve-sys-support-muted-color:var(--nve-ref-color-neutral-600);--nve-sys-support-emphasis-color:var(--nve-ref-color-neutral-1000);--nve-sys-support-accent-color:var(--nve-sys-accent-secondary-background);--nve-sys-visualization-categorical-slate:var(--nve-ref-color-neutral-1000);--nve-sys-visualization-sequential-diverging-red-green-500:var(--nve-ref-color-neutral-400);--nve-sys-interaction-field-color:var(--nve-sys-interaction-color);--nve-sys-interaction-field-background:var(--nve-sys-interaction-background);--nve-sys-interaction-field-background-100:var(--nve-sys-interaction-background-100);--nve-sys-interaction-field-background-200:var(--nve-sys-interaction-background-200);--nve-sys-interaction-field-background-300:var(--nve-sys-interaction-background-300);--nve-sys-interaction-highlighted-color:var(--nve-sys-interaction-color);--nve-sys-interaction-hover-color:var(--nve-sys-text-emphasis-color);--nve-sys-interaction-hover-background:var(--nve-sys-interaction-background);--nve-sys-interaction-selected-color:var(--nve-sys-text-emphasis-color);--nve-sys-interaction-selected-background:var(--nve-sys-interaction-background);--nve-sys-interaction-state-base:var(--nve-sys-interaction-background);--nve-sys-layer-canvas-color:var(--nve-sys-text-color);--nve-sys-layer-shell-color:var(--nve-sys-text-color);--nve-sys-layer-container-color:var(--nve-sys-text-color);--nve-sys-layer-overlay-color:var(--nve-sys-text-color);--nve-sys-scrollbar-thumb-color:var(--nve-ref-border-color-muted)}
|
|
2
|
-
:root{--nve-config-color-scheme-dark:true}[nve-theme*=dark]{--nve-config-color-scheme-dark:true;--nve-ref-color-alpha-white-100:oklch(100% 0 0/0);--nve-ref-color-alpha-white-200:oklch(100% 0 0/0.0118);--nve-ref-color-alpha-white-300:oklch(100% 0 0/0.0314);--nve-ref-color-alpha-white-400:oklch(100% 0 0/0.0588);--nve-ref-color-alpha-white-500:oklch(100% 0 0/0.0902);--nve-ref-color-alpha-white-600:oklch(100% 0 0/0.1216);--nve-ref-color-alpha-white-700:oklch(100% 0 0/0.1804);--nve-ref-color-alpha-white-800:oklch(100% 0 0/0.251);--nve-ref-color-alpha-white-900:oklch(100% 0 0/0.3882);--nve-ref-color-alpha-white-1000:oklch(100% 0 0/0.451);--nve-ref-color-alpha-white-1100:oklch(100% 0 0/0.5882);--nve-ref-color-alpha-white-1200:oklch(100% 0 0/0.9216);--nve-ref-color-alpha-black-100:oklch(0% 0 0/0);--nve-ref-color-alpha-black-200:oklch(0% 0 0/0.0118);--nve-ref-color-alpha-black-300:oklch(0% 0 0/0.0314);--nve-ref-color-alpha-black-400:oklch(0% 0 0/0.0588);--nve-ref-color-alpha-black-500:oklch(0% 0 0/0.0902);--nve-ref-color-alpha-black-600:oklch(0% 0 0/0.1216);--nve-ref-color-alpha-black-700:oklch(0% 0 0/0.1804);--nve-ref-color-alpha-black-800:oklch(0% 0 0/0.251);--nve-ref-color-alpha-black-900:oklch(0% 0 0/0.3882);--nve-ref-color-alpha-black-1000:oklch(0% 0 0/0.451);--nve-ref-color-alpha-black-1100:oklch(0% 0 0/0.5882);--nve-ref-color-alpha-black-1200:oklch(0% 0 0/0.9216);--nve-ref-color-brand-green-100:oklch(19.7% 0.033 125.1);--nve-ref-color-brand-green-200:oklch(21.2% 0.038 127.3);--nve-ref-color-brand-green-300:oklch(25.3% 0.044 125.8);--nve-ref-color-brand-green-400:oklch(28.2% 0.053 125.9);--nve-ref-color-brand-green-500:oklch(31.2% 0.061 126);--nve-ref-color-brand-green-600:oklch(34.3% 0.071 126.5);--nve-ref-color-brand-green-700:oklch(40.3% 0.089 127.4);--nve-ref-color-brand-green-800:oklch(54.5% 0.148 130.5);--nve-ref-color-brand-green-900:oklch(64.6% 0.18 132.1);--nve-ref-color-brand-green-1000:oklch(70.9% 0.194 131.1);--nve-ref-color-brand-green-1100:oklch(73.5% 0.183 128.8);--nve-ref-color-brand-green-1200:oklch(97.1% 0.044 124);--nve-ref-color-yellow-nova-100:oklch(19% 0.039 92.2);--nve-ref-color-yellow-nova-200:oklch(20.9% 0.043 91.9);--nve-ref-color-yellow-nova-300:oklch(24.4% 0.05 91.4);--nve-ref-color-yellow-nova-400:oklch(27.6% 0.056 89.1);--nve-ref-color-yellow-nova-500:oklch(31.2% 0.064 90.8);--nve-ref-color-yellow-nova-600:oklch(35.2% 0.072 94.8);--nve-ref-color-yellow-nova-700:oklch(40.5% 0.081 94.8);--nve-ref-color-yellow-nova-800:oklch(88.3% 0.181 94.5);--nve-ref-color-yellow-nova-900:oklch(88.2% 0.182 99.8);--nve-ref-color-yellow-nova-1000:oklch(93.9% 0.164 103.1);--nve-ref-color-yellow-nova-1100:oklch(82.7% 0.169 90.5);--nve-ref-color-yellow-nova-1200:oklch(97.9% 0.053 101.6);--nve-ref-color-lime-pear-100:oklch(19.9% 0.032 120.1);--nve-ref-color-lime-pear-200:oklch(21.5% 0.036 121);--nve-ref-color-lime-pear-300:oklch(25.4% 0.044 124.2);--nve-ref-color-lime-pear-400:oklch(28.4% 0.052 123.2);--nve-ref-color-lime-pear-500:oklch(31.3% 0.059 123.7);--nve-ref-color-lime-pear-600:oklch(34.5% 0.069 123.7);--nve-ref-color-lime-pear-700:oklch(40.7% 0.086 123.9);--nve-ref-color-lime-pear-800:oklch(68.2% 0.177 133.6);--nve-ref-color-lime-pear-900:oklch(80.3% 0.197 128.1);--nve-ref-color-lime-pear-1000:oklch(86.9% 0.19 122.6);--nve-ref-color-lime-pear-1100:oklch(72.2% 0.178 128.1);--nve-ref-color-lime-pear-1200:oklch(97% 0.044 125.3);--nve-ref-color-green-jade-100:oklch(19.2% 0.02 159.9);--nve-ref-color-green-jade-200:oklch(21.3% 0.028 166.6);--nve-ref-color-green-jade-300:oklch(25.6% 0.039 163.8);--nve-ref-color-green-jade-400:oklch(27.1% 0.042 164);--nve-ref-color-green-jade-500:oklch(30.2% 0.05 163.3);--nve-ref-color-green-jade-600:oklch(33.9% 0.059 162);--nve-ref-color-green-jade-700:oklch(39.1% 0.072 160.4);--nve-ref-color-green-jade-800:oklch(54.5% 0.126 156.1);--nve-ref-color-green-jade-900:oklch(65.5% 0.143 157.4);--nve-ref-color-green-jade-1000:oklch(67.5% 0.133 158.2);--nve-ref-color-green-jade-1100:oklch(73.2% 0.136 159.1);--nve-ref-color-green-jade-1200:oklch(96.7% 0.032 152.5);--nve-ref-color-pink-rose-100:oklch(19.7% 0.025 339.6);--nve-ref-color-pink-rose-200:oklch(21.7% 0.036 340.4);--nve-ref-color-pink-rose-300:oklch(26.8% 0.063 341.2);--nve-ref-color-pink-rose-400:oklch(28.8% 0.076 342.2);--nve-ref-color-pink-rose-500:oklch(31.7% 0.092 342.2);--nve-ref-color-pink-rose-600:oklch(34.8% 0.107 344.4);--nve-ref-color-pink-rose-700:oklch(39.8% 0.138 345.7);--nve-ref-color-pink-rose-800:oklch(53.6% 0.204 347.9);--nve-ref-color-pink-rose-900:oklch(62.9% 0.229 347);--nve-ref-color-pink-rose-1000:oklch(69.3% 0.232 345.9);--nve-ref-color-pink-rose-1100:oklch(69.9% 0.209 347.7);--nve-ref-color-pink-rose-1200:oklch(95% 0.031 340.5);--nve-ref-color-purple-lavender-100:oklch(19.8% 0.018 317.6);--nve-ref-color-purple-lavender-200:oklch(21.5% 0.035 317.5);--nve-ref-color-purple-lavender-300:oklch(25.7% 0.062 314);--nve-ref-color-purple-lavender-400:oklch(29.4% 0.08 313.3);--nve-ref-color-purple-lavender-500:oklch(31.8% 0.094 312.1);--nve-ref-color-purple-lavender-600:oklch(34.9% 0.112 309.9);--nve-ref-color-purple-lavender-700:oklch(40.1% 0.14 307.2);--nve-ref-color-purple-lavender-800:oklch(51.4% 0.216 307.6);--nve-ref-color-purple-lavender-900:oklch(55.9% 0.189 307.3);--nve-ref-color-purple-lavender-1000:oklch(67.9% 0.224 308.4);--nve-ref-color-purple-lavender-1100:oklch(70% 0.176 309.6);--nve-ref-color-purple-lavender-1200:oklch(94.9% 0.028 316.7);--nve-ref-color-purple-violet-100:oklch(20.2% 0.018 294.9);--nve-ref-color-purple-violet-200:oklch(21.2% 0.037 295.1);--nve-ref-color-purple-violet-300:oklch(25.7% 0.061 291.3);--nve-ref-color-purple-violet-400:oklch(28.8% 0.079 289.7);--nve-ref-color-purple-violet-500:oklch(31.6% 0.093 289.4);--nve-ref-color-purple-violet-600:oklch(34.9% 0.116 287.4);--nve-ref-color-purple-violet-700:oklch(40.4% 0.144 285.5);--nve-ref-color-purple-violet-800:oklch(44.3% 0.203 282.8);--nve-ref-color-purple-violet-900:oklch(49.3% 0.2 284.8);--nve-ref-color-purple-violet-1000:oklch(61.4% 0.21 286.9);--nve-ref-color-purple-violet-1100:oklch(69.4% 0.165 289);--nve-ref-color-purple-violet-1200:oklch(95.1% 0.024 293.6);--nve-ref-color-purple-plum-100:oklch(20% 0.025 326.5);--nve-ref-color-purple-plum-200:oklch(22% 0.038 326.8);--nve-ref-color-purple-plum-300:oklch(26.3% 0.057 327);--nve-ref-color-purple-plum-400:oklch(29% 0.073 325.1);--nve-ref-color-purple-plum-500:oklch(31.8% 0.084 324.5);--nve-ref-color-purple-plum-600:oklch(34.6% 0.096 324.2);--nve-ref-color-purple-plum-700:oklch(40.2% 0.123 323.9);--nve-ref-color-purple-plum-800:oklch(53.4% 0.219 321.7);--nve-ref-color-purple-plum-900:oklch(62.4% 0.244 322.8);--nve-ref-color-purple-plum-1000:oklch(69.3% 0.239 321.9);--nve-ref-color-purple-plum-1100:oklch(68.4% 0.197 327.5);--nve-ref-color-purple-plum-1200:oklch(95.3% 0.03 324.1);--nve-ref-color-pink-magenta-100:oklch(19.9% 0.015 347);--nve-ref-color-pink-magenta-200:oklch(21.5% 0.033 352);--nve-ref-color-pink-magenta-300:oklch(26.4% 0.057 355.7);--nve-ref-color-pink-magenta-400:oklch(29.3% 0.073 356.1);--nve-ref-color-pink-magenta-500:oklch(31.2% 0.086 357.4);--nve-ref-color-pink-magenta-600:oklch(35.1% 0.105 358.5);--nve-ref-color-pink-magenta-700:oklch(40% 0.135 1.3);--nve-ref-color-pink-magenta-800:oklch(53.4% 0.203 5);--nve-ref-color-pink-magenta-900:oklch(61.7% 0.224 3.5);--nve-ref-color-pink-magenta-1000:oklch(67.7% 0.229 1.4);--nve-ref-color-pink-magenta-1100:oklch(69.4% 0.19 3.9);--nve-ref-color-pink-magenta-1200:oklch(96% 0.022 348.7);--nve-ref-color-red-tomato-100:oklch(20.1% 0.014 34.4);--nve-ref-color-red-tomato-200:oklch(21.6% 0.036 29);--nve-ref-color-red-tomato-300:oklch(25.8% 0.055 29.9);--nve-ref-color-red-tomato-400:oklch(28.7% 0.072 29.7);--nve-ref-color-red-tomato-500:oklch(30.8% 0.083 30.8);--nve-ref-color-red-tomato-600:oklch(34.8% 0.1 31);--nve-ref-color-red-tomato-700:oklch(39.9% 0.128 31.6);--nve-ref-color-red-tomato-800:oklch(51.3% 0.195 32);--nve-ref-color-red-tomato-900:oklch(59% 0.212 32.5);--nve-ref-color-red-tomato-1000:oklch(65% 0.222 33);--nve-ref-color-red-tomato-1100:oklch(67.9% 0.175 32.9);--nve-ref-color-red-tomato-1200:oklch(96.3% 0.017 31.1);--nve-ref-color-orange-pumpkin-100:oklch(19.2% 0.03 61.3);--nve-ref-color-orange-pumpkin-200:oklch(21.4% 0.049 61.8);--nve-ref-color-orange-pumpkin-300:oklch(24.9% 0.056 55.9);--nve-ref-color-orange-pumpkin-400:oklch(28.3% 0.068 51.5);--nve-ref-color-orange-pumpkin-500:oklch(30.8% 0.076 49.8);--nve-ref-color-orange-pumpkin-600:oklch(34.3% 0.086 48.7);--nve-ref-color-orange-pumpkin-700:oklch(40.3% 0.107 47.1);--nve-ref-color-orange-pumpkin-800:oklch(57.4% 0.163 44.7);--nve-ref-color-orange-pumpkin-900:oklch(69.6% 0.204 43.5);--nve-ref-color-orange-pumpkin-1000:oklch(73% 0.181 48.7);--nve-ref-color-orange-pumpkin-1100:oklch(75.2% 0.166 51);--nve-ref-color-orange-pumpkin-1200:oklch(94.9% 0.029 57.4);--nve-ref-color-yellow-amber-100:oklch(19.8% 0.041 80.2);--nve-ref-color-yellow-amber-200:oklch(21.1% 0.044 75.5);--nve-ref-color-yellow-amber-300:oklch(24.9% 0.056 65.9);--nve-ref-color-yellow-amber-400:oklch(27.9% 0.062 65.4);--nve-ref-color-yellow-amber-500:oklch(30.8% 0.069 64.9);--nve-ref-color-yellow-amber-600:oklch(35.7% 0.079 67.7);--nve-ref-color-yellow-amber-700:oklch(40.2% 0.085 67.9);--nve-ref-color-yellow-amber-800:oklch(81.7% 0.164 75.8);--nve-ref-color-yellow-amber-900:oklch(85.7% 0.175 88.5);--nve-ref-color-yellow-amber-1000:oklch(86.4% 0.156 86.4);--nve-ref-color-yellow-amber-1100:oklch(75.8% 0.159 73.3);--nve-ref-color-yellow-amber-1200:oklch(96.7% 0.032 85.5);--nve-ref-color-green-grass-100:oklch(19.2% 0.02 159.9);--nve-ref-color-green-grass-200:oklch(20.6% 0.027 150.8);--nve-ref-color-green-grass-300:oklch(24.7% 0.037 152.5);--nve-ref-color-green-grass-400:oklch(27.2% 0.045 150.5);--nve-ref-color-green-grass-500:oklch(31.3% 0.057 150.1);--nve-ref-color-green-grass-600:oklch(34.9% 0.067 150);--nve-ref-color-green-grass-700:oklch(39.5% 0.078 149.8);--nve-ref-color-green-grass-800:oklch(52.8% 0.15 147.5);--nve-ref-color-green-grass-900:oklch(64.7% 0.187 147.2);--nve-ref-color-green-grass-1000:oklch(73.9% 0.204 144.6);--nve-ref-color-green-grass-1100:oklch(73.1% 0.142 148);--nve-ref-color-green-grass-1200:oklch(96.7% 0.032 152.5);--nve-ref-color-teal-seafoam-100:oklch(18.6% 0.021 178.7);--nve-ref-color-teal-seafoam-200:oklch(22% 0.035 179.1);--nve-ref-color-teal-seafoam-300:oklch(25.1% 0.04 178.8);--nve-ref-color-teal-seafoam-400:oklch(28.3% 0.046 181.2);--nve-ref-color-teal-seafoam-500:oklch(30.1% 0.049 180.2);--nve-ref-color-teal-seafoam-600:oklch(34.6% 0.057 182.7);--nve-ref-color-teal-seafoam-700:oklch(39.2% 0.067 180.3);--nve-ref-color-teal-seafoam-800:oklch(55.3% 0.099 182.1);--nve-ref-color-teal-seafoam-900:oklch(69.4% 0.118 184.1);--nve-ref-color-teal-seafoam-1000:oklch(78.5% 0.142 180.3);--nve-ref-color-teal-seafoam-1100:oklch(73.1% 0.129 182.6);--nve-ref-color-teal-seafoam-1200:oklch(96.5% 0.028 180.3);--nve-ref-color-green-mint-100:oklch(19% 0.023 185.2);--nve-ref-color-green-mint-200:oklch(21.9% 0.032 188.1);--nve-ref-color-green-mint-300:oklch(25.5% 0.04 186.9);--nve-ref-color-green-mint-400:oklch(27.6% 0.046 183.3);--nve-ref-color-green-mint-500:oklch(31.4% 0.054 183.4);--nve-ref-color-green-mint-600:oklch(33.7% 0.06 182.9);--nve-ref-color-green-mint-700:oklch(39.3% 0.071 179.7);--nve-ref-color-green-mint-800:oklch(55.4% 0.085 176.2);--nve-ref-color-green-mint-900:oklch(75.5% 0.142 174.9);--nve-ref-color-green-mint-1000:oklch(83.6% 0.11 177.1);--nve-ref-color-green-mint-1100:oklch(83.6% 0.11 177.1);--nve-ref-color-green-mint-1200:oklch(97% 0.025 181.3);--nve-ref-color-teal-cyan-100:oklch(20% 0.025 213.9);--nve-ref-color-teal-cyan-200:oklch(21.6% 0.031 217.6);--nve-ref-color-teal-cyan-300:oklch(24.6% 0.037 216.2);--nve-ref-color-teal-cyan-400:oklch(27.3% 0.044 220);--nve-ref-color-teal-cyan-500:oklch(30.6% 0.051 220);--nve-ref-color-teal-cyan-600:oklch(33.8% 0.058 220);--nve-ref-color-teal-cyan-700:oklch(39.7% 0.071 221.6);--nve-ref-color-teal-cyan-800:oklch(55.1% 0.103 223.7);--nve-ref-color-teal-cyan-900:oklch(64.9% 0.118 222.1);--nve-ref-color-teal-cyan-1000:oklch(76.2% 0.143 224.2);--nve-ref-color-teal-cyan-1100:oklch(74.2% 0.128 208.6);--nve-ref-color-teal-cyan-1200:oklch(96.2% 0.025 202.8);--nve-ref-color-blue-sky-100:oklch(19.4% 0.023 241);--nve-ref-color-blue-sky-200:oklch(21.2% 0.035 237.6);--nve-ref-color-blue-sky-300:oklch(25.2% 0.045 236.8);--nve-ref-color-blue-sky-400:oklch(27.9% 0.054 238);--nve-ref-color-blue-sky-500:oklch(30.8% 0.06 236.1);--nve-ref-color-blue-sky-600:oklch(34.5% 0.07 237);--nve-ref-color-blue-sky-700:oklch(38.8% 0.081 236.7);--nve-ref-color-blue-sky-800:oklch(55% 0.087 220.7);--nve-ref-color-blue-sky-900:oklch(66% 0.098 219.4);--nve-ref-color-blue-sky-1000:oklch(83.3% 0.113 218);--nve-ref-color-blue-sky-1100:oklch(77% 0.132 220);--nve-ref-color-blue-sky-1200:oklch(96.6% 0.021 227.5);--nve-ref-color-blue-cobalt-100:oklch(19.8% 0.021 254.9);--nve-ref-color-blue-cobalt-200:oklch(21.3% 0.037 258.8);--nve-ref-color-blue-cobalt-300:oklch(25.5% 0.055 256.7);--nve-ref-color-blue-cobalt-400:oklch(28.5% 0.07 256.2);--nve-ref-color-blue-cobalt-500:oklch(30.6% 0.081 255.7);--nve-ref-color-blue-cobalt-600:oklch(32.9% 0.092 254.8);--nve-ref-color-blue-cobalt-700:oklch(38.5% 0.115 254.4);--nve-ref-color-blue-cobalt-800:oklch(57.4% 0.209 258.2);--nve-ref-color-blue-cobalt-900:oklch(65.1% 0.192 251.5);--nve-ref-color-blue-cobalt-1000:oklch(66.5% 0.165 250.8);--nve-ref-color-blue-cobalt-1100:oklch(71.7% 0.152 251);--nve-ref-color-blue-cobalt-1200:oklch(96% 0.021 241.3);--nve-ref-color-blue-indigo-100:oklch(20.2% 0.021 271.5);--nve-ref-color-blue-indigo-200:oklch(21.2% 0.038 275.9);--nve-ref-color-blue-indigo-300:oklch(25.4% 0.057 271.9);--nve-ref-color-blue-indigo-400:oklch(28.6% 0.075 269.7);--nve-ref-color-blue-indigo-500:oklch(31% 0.086 269.3);--nve-ref-color-blue-indigo-600:oklch(34.4% 0.102 267.6);--nve-ref-color-blue-indigo-700:oklch(38.7% 0.125 267.6);--nve-ref-color-blue-indigo-800:oklch(48.2% 0.171 266.7);--nve-ref-color-blue-indigo-900:oklch(57.5% 0.182 267.5);--nve-ref-color-blue-indigo-1000:oklch(65% 0.172 268.7);--nve-ref-color-blue-indigo-1100:oklch(70.9% 0.152 271.7);--nve-ref-color-blue-indigo-1200:oklch(95.7% 0.018 275.6);--nve-ref-color-gray-denim-100:oklch(15.5% 0.007 271);--nve-ref-color-gray-denim-200:oklch(21.8% 0.012 270.8);--nve-ref-color-gray-denim-300:oklch(24.8% 0.016 269);--nve-ref-color-gray-denim-400:oklch(26.9% 0.017 270.7);--nve-ref-color-gray-denim-500:oklch(28.9% 0.019 268);--nve-ref-color-gray-denim-600:oklch(31.7% 0.023 267.3);--nve-ref-color-gray-denim-700:oklch(34.3% 0.025 272.5);--nve-ref-color-gray-denim-800:oklch(41.3% 0.034 273.9);--nve-ref-color-gray-denim-900:oklch(51.9% 0.039 270.6);--nve-ref-color-gray-denim-1000:oklch(70% 0.02 270);--nve-ref-color-gray-denim-1100:oklch(85% 0.02 270);--nve-ref-color-gray-denim-1200:oklch(95% 0.015 270);--nve-ref-color-gray-slate-100:oklch(19.4% 0.004 229);--nve-ref-color-gray-slate-200:oklch(22.8% 0.005 219.7);--nve-ref-color-gray-slate-300:oklch(25.2% 0.006 196.8);--nve-ref-color-gray-slate-400:oklch(27% 0.006 236.7);--nve-ref-color-gray-slate-500:oklch(29.9% 0.007 248.1);--nve-ref-color-gray-slate-600:oklch(31.9% 0.007 248);--nve-ref-color-gray-slate-700:oklch(35.9% 0.008 255.5);--nve-ref-color-gray-slate-800:oklch(42.5% 0.008 248);--nve-ref-color-gray-slate-900:oklch(53.4% 0.013 243.8);--nve-ref-color-gray-slate-1000:oklch(68.8% 0.017 248.1);--nve-ref-color-gray-slate-1100:oklch(85.5% 0.015 254.6);--nve-ref-color-gray-slate-1200:oklch(94% 0.002 247.8);--nve-ref-color-red-cardinal-100:oklch(19.3% 0.019 6.9);--nve-ref-color-red-cardinal-200:oklch(22.1% 0.035 17.2);--nve-ref-color-red-cardinal-300:oklch(26% 0.054 19.7);--nve-ref-color-red-cardinal-400:oklch(28.7% 0.069 18.5);--nve-ref-color-red-cardinal-500:oklch(30.6% 0.082 19.2);--nve-ref-color-red-cardinal-600:oklch(35.1% 0.103 21.1);--nve-ref-color-red-cardinal-700:oklch(39.8% 0.128 23);--nve-ref-color-red-cardinal-800:oklch(52.3% 0.193 25.1);--nve-ref-color-red-cardinal-900:oklch(61% 0.212 24.7);--nve-ref-color-red-cardinal-1000:oklch(66.7% 0.22 25.5);--nve-ref-color-red-cardinal-1100:oklch(69.8% 0.193 21.8);--nve-ref-color-red-cardinal-1200:oklch(95.8% 0.02 9.8);--nve-ref-shadow-100:0 4px 4px -2px oklch(0% 0 0/0.7),0 2px 4px -2px oklch(0% 0 0/0.7);--nve-ref-shadow-200:0 8px 8px -4px oklch(0% 0 0/0.7),0 4px 6px -4px oklch(0% 0 0/0.7);--nve-ref-shadow-300:0 8px 16px -6px oklch(0% 0 0/0.7),0 6px 8px -6px oklch(0% 0 0/0.7);--nve-ref-shadow-400:0 8px 24px -4px oklch(0% 0 0/0.7),0 6px 12px -6px oklch(0% 0 0/0.7);--nve-ref-shadow-500:0 10px 32px -4px oklch(0% 0 0/0.7),0 6px 14px -6px oklch(0% 0 0/0.7);--nve-sys-color-scheme:dark;--nve-sys-contrast-mute-ratio:40%;--nve-sys-interaction-state-ratio-hover:12%;--nve-sys-interaction-state-ratio-active:7%;--nve-sys-visualization-sequential-diverging-virdis-100:oklch(91.8% 0.187 102.2);--nve-sys-visualization-sequential-diverging-virdis-200:oklch(85.9% 0.19 115);--nve-sys-visualization-sequential-diverging-virdis-300:oklch(82.1% 0.194 126.8);--nve-sys-visualization-sequential-diverging-virdis-400:oklch(77.5% 0.187 137.2);--nve-sys-visualization-sequential-diverging-virdis-500:oklch(73.4% 0.164 147.5);--nve-sys-visualization-sequential-diverging-virdis-600:oklch(69.1% 0.145 157.3);--nve-sys-visualization-sequential-diverging-virdis-700:oklch(64.6% 0.12 169.6);--nve-sys-visualization-sequential-diverging-virdis-800:oklch(60.2% 0.1 184.4);--nve-sys-visualization-sequential-diverging-virdis-900:oklch(56.8% 0.087 200.1);--nve-sys-visualization-sequential-diverging-virdis-1000:oklch(49.1% 0.083 242.3);--nve-sys-visualization-sequential-diverging-virdis-1100:oklch(45.3% 0.094 261.6);--nve-sys-visualization-sequential-diverging-virdis-1200:oklch(41.9% 0.108 278.7);--nve-sys-visualization-sequential-diverging-virdis-1300:oklch(37.1% 0.124 293.4);--nve-sys-visualization-sequential-diverging-virdis-1400:oklch(33.3% 0.134 306.3);--nve-sys-visualization-sequential-diverging-virdis-1500:oklch(27.6% 0.132 318.4);--nve-sys-visualization-sequential-diverging-red-green-100:oklch(66.2% 0.225 25.9);--nve-sys-visualization-sequential-diverging-red-green-200:oklch(55.4% 0.172 24.7);--nve-sys-visualization-sequential-diverging-red-green-300:oklch(38.6% 0.111 23.9);--nve-sys-visualization-sequential-diverging-red-green-400:oklch(27.7% 0.074 23.2);--nve-sys-visualization-sequential-diverging-red-green-600:oklch(30% 0.07 158.3);--nve-sys-visualization-sequential-diverging-red-green-700:oklch(41.6% 0.11 151.6);--nve-sys-visualization-sequential-diverging-red-green-800:oklch(58.3% 0.164 147.9);--nve-sys-visualization-sequential-diverging-red-green-900:oklch(75.7% 0.228 144.8);--nve-ref-color-scheme-base:var(--nve-ref-color-black);--nve-ref-color-scheme-inverse:var(--nve-ref-color-white);--nve-ref-color-neutral-100:var(--nve-ref-color-gray-denim-100);--nve-ref-color-neutral-200:var(--nve-ref-color-gray-denim-200);--nve-ref-color-neutral-300:var(--nve-ref-color-gray-denim-300);--nve-ref-color-neutral-400:var(--nve-ref-color-gray-denim-400);--nve-ref-color-neutral-500:var(--nve-ref-color-gray-denim-500);--nve-ref-color-neutral-600:var(--nve-ref-color-gray-denim-600);--nve-ref-color-neutral-700:var(--nve-ref-color-gray-denim-700);--nve-ref-color-neutral-800:var(--nve-ref-color-gray-denim-800);--nve-ref-color-neutral-900:var(--nve-ref-color-gray-denim-900);--nve-ref-color-neutral-1000:var(--nve-ref-color-gray-denim-1000);--nve-ref-color-neutral-1100:var(--nve-ref-color-gray-denim-1100);--nve-ref-color-neutral-1200:var(--nve-ref-color-gray-denim-1200);--nve-sys-accent-secondary-background:var(--nve-ref-color-blue-cobalt-800);--nve-sys-interaction-destructive-background:var(--nve-ref-color-red-cardinal-800);--nve-sys-interaction-highlighted-muted-background:var(--nve-ref-color-blue-cobalt-200);--nve-sys-layer-backdrop-background:var(--nve-ref-color-alpha-black-200);--nve-sys-support-accent-muted-color:var(--nve-ref-color-blue-cobalt-500);--nve-sys-support-success-color:var(--nve-ref-color-green-grass-800);--nve-sys-support-success-muted-color:var(--nve-ref-color-green-grass-500);--nve-sys-support-danger-color:var(--nve-ref-color-red-cardinal-800);--nve-sys-support-danger-muted-color:var(--nve-ref-color-red-cardinal-500);--nve-sys-support-warning-muted-color:var(--nve-ref-color-yellow-nova-500);--nve-sys-support-warning-emphasis-color:var(--nve-ref-color-yellow-nova-900);--nve-sys-visualization-categorical-lavender:var(--nve-ref-color-purple-plum-1000);--nve-sys-visualization-categorical-rose:var(--nve-ref-color-pink-rose-1000);--nve-sys-visualization-categorical-pumpkin:var(--nve-ref-color-orange-pumpkin-1000);--nve-sys-visualization-categorical-amber:var(--nve-ref-color-yellow-amber-800);--nve-sys-visualization-categorical-nova:var(--nve-ref-color-yellow-nova-900);--nve-sys-visualization-categorical-seafoam:var(--nve-ref-color-teal-seafoam-1000);--nve-sys-visualization-categorical-cyan:var(--nve-ref-color-teal-cyan-1000);--nve-sys-visualization-trend-positive-color:var(--nve-ref-color-green-grass-900);--nve-sys-visualization-trend-positive-emphasis-color:var(--nve-ref-color-green-grass-1000);--nve-ref-border-color:var(--nve-ref-color-neutral-600);--nve-ref-border-color-emphasis:var(--nve-ref-color-neutral-800);--nve-ref-border-color-muted:var(--nve-ref-color-neutral-500);--nve-ref-border-color-inverse:var(--nve-ref-color-scheme-inverse);--nve-sys-text-color:var(--nve-ref-color-neutral-1100);--nve-sys-text-muted-color:var(--nve-ref-color-neutral-1000);--nve-sys-accent-tertiary-background:var(--nve-ref-color-scheme-inverse);--nve-sys-contrast-mute-color:var(--nve-ref-color-scheme-base);--nve-sys-interaction-background:var(--nve-ref-color-neutral-400);--nve-sys-interaction-background-100:var(--nve-ref-color-neutral-400);--nve-sys-interaction-background-200:var(--nve-ref-color-neutral-700);--nve-sys-interaction-background-300:var(--nve-ref-color-neutral-800);--nve-sys-interaction-disabled-color:var(--nve-ref-color-neutral-900);--nve-sys-interaction-disabled-background:var(--nve-ref-color-neutral-700);--nve-sys-layer-canvas-background:var(--nve-ref-color-neutral-100);--nve-sys-layer-canvas-accent-background:var(--nve-ref-color-neutral-200);--nve-sys-layer-shell-background:var(--nve-ref-color-scheme-base);--nve-sys-layer-shell-accent-background:var(--nve-ref-color-neutral-100);--nve-sys-layer-container-background:var(--nve-ref-color-neutral-200);--nve-sys-layer-container-accent-background:var(--nve-ref-color-neutral-300);--nve-sys-layer-overlay-background:var(--nve-ref-color-neutral-400);--nve-sys-layer-overlay-accent-background:var(--nve-ref-color-neutral-300);--nve-sys-layer-popover-background:var(--nve-ref-color-neutral-1200);--nve-sys-layer-popover-color:var(--nve-sys-text-black-color);--nve-sys-layer-popover-accent-background:var(--nve-ref-color-neutral-1200);--nve-sys-status-unknown-color:var(--nve-sys-text-white-color);--nve-sys-visualization-sequential-diverging-red-green-500:var(--nve-ref-color-neutral-300);--nve-sys-layer-shell-color:var(--nve-sys-text-color);--nve-sys-layer-container-color:var(--nve-sys-text-color);--nve-sys-layer-overlay-color:var(--nve-sys-text-color)}
|
|
3
|
-
:root{--nve-config-scale-compact:true}[nve-theme*=compact]{--nve-config-scale-compact:true;--nve-ref-scale-size:0.95;--nve-ref-scale-space:0.8}
|
|
4
|
-
:root{--nve-config-color-scheme-high-contrast:true}[nve-theme*=high-contrast]{--nve-config-color-scheme-high-contrast:true;--nve-ref-border-color:CanvasText;--nve-ref-border-color-emphasis:CanvasText;--nve-ref-border-color-muted:CanvasText;--nve-ref-shadow-100:0 0 0 2px CanvasText;--nve-ref-shadow-200:0 0 0 2px CanvasText;--nve-ref-shadow-300:0 0 0 2px CanvasText;--nve-ref-shadow-400:0 0 0 2px CanvasText;--nve-ref-shadow-500:0 0 0 2px CanvasText;--nve-sys-color-scheme:light;--nve-sys-text-color:CanvasText;--nve-sys-text-muted-color:GrayText;--nve-sys-text-emphasis-color:CanvasText;--nve-sys-text-placeholder-color:GrayText;--nve-sys-text-link-color:LinkText;--nve-sys-text-link-hover-color:ActiveText;--nve-sys-text-link-visited-color:VisitedText;--nve-sys-text-link-disabled-color:GrayText;--nve-sys-interaction-color:ButtonText;--nve-sys-interaction-background:ButtonFace;--nve-sys-interaction-background-100:ButtonFace;--nve-sys-interaction-background-200:ButtonFace;--nve-sys-interaction-background-300:ButtonFace;--nve-sys-interaction-field-color:FieldText;--nve-sys-interaction-field-background:ButtonFace;--nve-sys-interaction-field-background-100:ButtonFace;--nve-sys-interaction-field-background-200:ButtonFace;--nve-sys-interaction-field-background-300:ButtonFace;--nve-sys-interaction-destructive-color:ButtonText;--nve-sys-interaction-destructive-background:ButtonFace;--nve-sys-interaction-emphasize-color:ButtonText;--nve-sys-interaction-emphasize-background:ButtonFace;--nve-sys-layer-canvas-background:Canvas;--nve-sys-layer-canvas-color:CanvasText;--nve-sys-layer-container-background:Canvas;--nve-sys-layer-container-color:CanvasText;--nve-sys-layer-overlay-background:Canvas;--nve-sys-layer-overlay-color:CanvasText;--nve-sys-layer-popover-background:Canvas;--nve-sys-layer-popover-color:CanvasText;--nve-sys-accent-primary-background:var(--nve-ref-color-brand-green-900);--nve-sys-accent-secondary-background:var(--nve-ref-color-blue-cobalt-1000);--nve-sys-interaction-disabled-color:var(--nve-ref-color-gray-slate-800);--nve-sys-interaction-disabled-background:var(--nve-ref-color-gray-slate-600);--nve-sys-interaction-selected-color:var(--nve-sys-text-color);--nve-sys-interaction-selected-background:var(--nve-sys-interaction-background);--nve-sys-support-color:var(--nve-ref-color-gray-slate-1000);--nve-sys-support-muted-color:var(--nve-ref-color-gray-slate-600);--nve-sys-support-emphasis-color:var(--nve-ref-color-gray-slate-1100);--nve-sys-support-accent-color:var(--nve-ref-color-blue-cobalt-1100);--nve-sys-support-accent-muted-color:var(--nve-ref-color-blue-cobalt-400);--nve-sys-support-accent-emphasis-color:var(--nve-ref-color-blue-cobalt-1100);--nve-sys-support-success-color:var(--nve-ref-color-green-grass-1100);--nve-sys-support-success-muted-color:var(--nve-ref-color-green-grass-400);--nve-sys-support-success-emphasis-color:var(--nve-ref-color-green-grass-1100);--nve-sys-support-danger-color:var(--nve-ref-color-red-cardinal-1100);--nve-sys-support-danger-muted-color:var(--nve-ref-color-red-cardinal-400);--nve-sys-support-danger-emphasis-color:var(--nve-ref-color-red-cardinal-1100);--nve-sys-support-warning-color:var(--nve-ref-color-yellow-nova-800);--nve-sys-support-warning-muted-color:var(--nve-ref-color-yellow-nova-300);--nve-sys-support-warning-emphasis-color:var(--nve-ref-color-yellow-nova-1000);--nve-sys-accent-tertiary-background:var(--nve-ref-color-scheme-inverse)}
|
|
5
|
-
:root{--nve-config-reduced-motion:true}[nve-theme*=reduced-motion]{--nve-config-reduced-motion:true;--nve-ref-animation-duration-100:0;--nve-ref-animation-duration-150:0;--nve-ref-animation-duration-200:0;--nve-ref-animation-duration-250:0;--nve-ref-animation-duration-300:1000ms;--nve-ref-animation-duration-400:1000ms}
|
|
6
|
-
[nve-theme*=debug]{--nve-debug-layout-outline:var(--nve-debug-outline-width) solid var(--nve-ref-color-purple-plum-900);--nve-debug-element-outline:var(--nve-debug-outline-width) solid var(--nve-ref-color-brand-green-900);--nve-debug-typography-outline:var(--nve-debug-outline-width) solid var(--nve-ref-color-yellow-amber-900);--nve-debug-outline-width:var(--nve-ref-size-50)}
|
package/dist/compact.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{--nve-config-scale-compact:true}[nve-theme*=compact]{--nve-config-scale-compact:true;--nve-ref-scale-size:0.95;--nve-ref-scale-space:0.8}
|
package/dist/compact.js
DELETED
package/dist/compact.json
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This type can be used to create scoped tags for your components.
|
|
3
|
-
*
|
|
4
|
-
* Usage:
|
|
5
|
-
*
|
|
6
|
-
* ```ts
|
|
7
|
-
* import type { ScopedElements } from "path/to/library/jsx-integration";
|
|
8
|
-
*
|
|
9
|
-
* declare module "my-library" {
|
|
10
|
-
* namespace JSX {
|
|
11
|
-
* interface IntrinsicElements
|
|
12
|
-
* extends ScopedElements<'test-', ''> {}
|
|
13
|
-
* }
|
|
14
|
-
* }
|
|
15
|
-
* ```
|
|
16
|
-
*
|
|
17
|
-
*/
|
|
18
|
-
export type ScopedElements<Prefix extends string = "", Suffix extends string = ""> = {
|
|
19
|
-
[Key in keyof CustomElements as `${Prefix}${Key}${Suffix}`]: CustomElements[Key];
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
type BaseProps = {
|
|
23
|
-
/** Content added between the opening and closing tags of the element */
|
|
24
|
-
children?: any;
|
|
25
|
-
/** Used for declaratively styling one or more elements using CSS (Cascading Stylesheets) */
|
|
26
|
-
class?: string;
|
|
27
|
-
/** Used for declaratively styling one or more elements using CSS (Cascading Stylesheets) */
|
|
28
|
-
className?: string;
|
|
29
|
-
/** Takes an object where the key is the class name(s) and the value is a boolean expression. When true, the class is applied, and when false, it is removed. */
|
|
30
|
-
classList?: Record<string, boolean | undefined>;
|
|
31
|
-
/** Specifies the text direction of the element. */
|
|
32
|
-
dir?: "ltr" | "rtl";
|
|
33
|
-
/** Contains a space-separated list of the part names of the element that should be exposed on the host element. */
|
|
34
|
-
exportparts?: string;
|
|
35
|
-
/** For <label> and <output>, lets you associate the label with some control. */
|
|
36
|
-
htmlFor?: string;
|
|
37
|
-
/** Specifies whether the element should be hidden. */
|
|
38
|
-
hidden?: boolean | string;
|
|
39
|
-
/** A unique identifier for the element. */
|
|
40
|
-
id?: string;
|
|
41
|
-
/** Keys tell React which array item each component corresponds to */
|
|
42
|
-
key?: string | number;
|
|
43
|
-
/** Specifies the language of the element. */
|
|
44
|
-
lang?: string;
|
|
45
|
-
/** Contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element. */
|
|
46
|
-
part?: string;
|
|
47
|
-
/** Use the ref attribute with a variable to assign a DOM element to the variable once the element is rendered. */
|
|
48
|
-
ref?: unknown | ((e: unknown) => void);
|
|
49
|
-
/** Adds a reference for a custom element slot */
|
|
50
|
-
slot?: string;
|
|
51
|
-
/** Prop for setting inline styles */
|
|
52
|
-
style?: Record<string, string | number>;
|
|
53
|
-
/** Overrides the default Tab button behavior. Avoid using values other than -1 and 0. */
|
|
54
|
-
tabIndex?: number;
|
|
55
|
-
/** Specifies the tooltip text for the element. */
|
|
56
|
-
title?: string;
|
|
57
|
-
/** Passing 'no' excludes the element content from being translated. */
|
|
58
|
-
translate?: "yes" | "no";
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
type BaseEvents = {
|
|
62
|
-
onClick?: (event: MouseEvent) => void;
|
|
63
|
-
onKeyDown?: (event: KeyboardEvent) => void;
|
|
64
|
-
onKeyUp?: (event: KeyboardEvent) => void;
|
|
65
|
-
onKeyPressed?: (event: KeyboardEvent) => void;
|
|
66
|
-
onFocus?: (event: FocusEvent) => void;
|
|
67
|
-
onBlur?: (event: FocusEvent) => void;
|
|
68
|
-
onMouseEnter?: (event: MouseEvent) => void;
|
|
69
|
-
onMouseLeave?: (event: FocusEvent) => void;
|
|
70
|
-
onMouseMove?: (event: FocusEvent) => void;
|
|
71
|
-
onPointerDown?: (event: PointerEvent) => void;
|
|
72
|
-
onPointerUp?: (event: PointerEvent) => void;
|
|
73
|
-
onPointerMove?: (event: PointerEvent) => void;
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
export type CustomElements = {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { DefineComponent } from "vue";
|
|
2
|
-
|
|
3
|
-
export type CustomElements = {};
|
|
4
|
-
|
|
5
|
-
declare module "vue" {
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
7
|
-
interface GlobalComponents extends CustomElements {}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
declare global {
|
|
11
|
-
namespace JSX {
|
|
12
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
13
|
-
interface IntrinsicElements extends CustomElements {}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": "1.0.0",
|
|
3
|
-
"readme": "",
|
|
4
|
-
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "/src/compact.json",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": []
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"kind": "javascript-module",
|
|
13
|
-
"path": "/src/dark.json",
|
|
14
|
-
"declarations": [],
|
|
15
|
-
"exports": []
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "javascript-module",
|
|
19
|
-
"path": "/src/debug.json",
|
|
20
|
-
"declarations": [],
|
|
21
|
-
"exports": []
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"kind": "javascript-module",
|
|
25
|
-
"path": "/src/high-contrast.json",
|
|
26
|
-
"declarations": [],
|
|
27
|
-
"exports": []
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"kind": "javascript-module",
|
|
31
|
-
"path": "/src/index.js",
|
|
32
|
-
"declarations": [
|
|
33
|
-
{
|
|
34
|
-
"kind": "variable",
|
|
35
|
-
"name": "VERSION",
|
|
36
|
-
"type": {
|
|
37
|
-
"text": "string"
|
|
38
|
-
},
|
|
39
|
-
"default": "'0.0.0'"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"kind": "variable",
|
|
43
|
-
"name": "theme",
|
|
44
|
-
"type": {
|
|
45
|
-
"text": "Record<string, string>"
|
|
46
|
-
},
|
|
47
|
-
"default": "{}"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"exports": [
|
|
51
|
-
{
|
|
52
|
-
"kind": "js",
|
|
53
|
-
"name": "VERSION",
|
|
54
|
-
"declaration": {
|
|
55
|
-
"name": "VERSION",
|
|
56
|
-
"module": "/src/index.js"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"kind": "js",
|
|
61
|
-
"name": "theme",
|
|
62
|
-
"declaration": {
|
|
63
|
-
"name": "theme",
|
|
64
|
-
"module": "/src/index.js"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
]
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"kind": "javascript-module",
|
|
71
|
-
"path": "/src/index.json",
|
|
72
|
-
"declarations": [],
|
|
73
|
-
"exports": []
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"kind": "javascript-module",
|
|
77
|
-
"path": "/src/reduced-motion.json",
|
|
78
|
-
"declarations": [],
|
|
79
|
-
"exports": []
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
}
|
package/dist/dark.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{--nve-config-color-scheme-dark:true}[nve-theme*=dark]{--nve-config-color-scheme-dark:true;--nve-ref-color-alpha-white-100:oklch(100% 0 0/0);--nve-ref-color-alpha-white-200:oklch(100% 0 0/0.0118);--nve-ref-color-alpha-white-300:oklch(100% 0 0/0.0314);--nve-ref-color-alpha-white-400:oklch(100% 0 0/0.0588);--nve-ref-color-alpha-white-500:oklch(100% 0 0/0.0902);--nve-ref-color-alpha-white-600:oklch(100% 0 0/0.1216);--nve-ref-color-alpha-white-700:oklch(100% 0 0/0.1804);--nve-ref-color-alpha-white-800:oklch(100% 0 0/0.251);--nve-ref-color-alpha-white-900:oklch(100% 0 0/0.3882);--nve-ref-color-alpha-white-1000:oklch(100% 0 0/0.451);--nve-ref-color-alpha-white-1100:oklch(100% 0 0/0.5882);--nve-ref-color-alpha-white-1200:oklch(100% 0 0/0.9216);--nve-ref-color-alpha-black-100:oklch(0% 0 0/0);--nve-ref-color-alpha-black-200:oklch(0% 0 0/0.0118);--nve-ref-color-alpha-black-300:oklch(0% 0 0/0.0314);--nve-ref-color-alpha-black-400:oklch(0% 0 0/0.0588);--nve-ref-color-alpha-black-500:oklch(0% 0 0/0.0902);--nve-ref-color-alpha-black-600:oklch(0% 0 0/0.1216);--nve-ref-color-alpha-black-700:oklch(0% 0 0/0.1804);--nve-ref-color-alpha-black-800:oklch(0% 0 0/0.251);--nve-ref-color-alpha-black-900:oklch(0% 0 0/0.3882);--nve-ref-color-alpha-black-1000:oklch(0% 0 0/0.451);--nve-ref-color-alpha-black-1100:oklch(0% 0 0/0.5882);--nve-ref-color-alpha-black-1200:oklch(0% 0 0/0.9216);--nve-ref-color-brand-green-100:oklch(19.7% 0.033 125.1);--nve-ref-color-brand-green-200:oklch(21.2% 0.038 127.3);--nve-ref-color-brand-green-300:oklch(25.3% 0.044 125.8);--nve-ref-color-brand-green-400:oklch(28.2% 0.053 125.9);--nve-ref-color-brand-green-500:oklch(31.2% 0.061 126);--nve-ref-color-brand-green-600:oklch(34.3% 0.071 126.5);--nve-ref-color-brand-green-700:oklch(40.3% 0.089 127.4);--nve-ref-color-brand-green-800:oklch(54.5% 0.148 130.5);--nve-ref-color-brand-green-900:oklch(64.6% 0.18 132.1);--nve-ref-color-brand-green-1000:oklch(70.9% 0.194 131.1);--nve-ref-color-brand-green-1100:oklch(73.5% 0.183 128.8);--nve-ref-color-brand-green-1200:oklch(97.1% 0.044 124);--nve-ref-color-yellow-nova-100:oklch(19% 0.039 92.2);--nve-ref-color-yellow-nova-200:oklch(20.9% 0.043 91.9);--nve-ref-color-yellow-nova-300:oklch(24.4% 0.05 91.4);--nve-ref-color-yellow-nova-400:oklch(27.6% 0.056 89.1);--nve-ref-color-yellow-nova-500:oklch(31.2% 0.064 90.8);--nve-ref-color-yellow-nova-600:oklch(35.2% 0.072 94.8);--nve-ref-color-yellow-nova-700:oklch(40.5% 0.081 94.8);--nve-ref-color-yellow-nova-800:oklch(88.3% 0.181 94.5);--nve-ref-color-yellow-nova-900:oklch(88.2% 0.182 99.8);--nve-ref-color-yellow-nova-1000:oklch(93.9% 0.164 103.1);--nve-ref-color-yellow-nova-1100:oklch(82.7% 0.169 90.5);--nve-ref-color-yellow-nova-1200:oklch(97.9% 0.053 101.6);--nve-ref-color-lime-pear-100:oklch(19.9% 0.032 120.1);--nve-ref-color-lime-pear-200:oklch(21.5% 0.036 121);--nve-ref-color-lime-pear-300:oklch(25.4% 0.044 124.2);--nve-ref-color-lime-pear-400:oklch(28.4% 0.052 123.2);--nve-ref-color-lime-pear-500:oklch(31.3% 0.059 123.7);--nve-ref-color-lime-pear-600:oklch(34.5% 0.069 123.7);--nve-ref-color-lime-pear-700:oklch(40.7% 0.086 123.9);--nve-ref-color-lime-pear-800:oklch(68.2% 0.177 133.6);--nve-ref-color-lime-pear-900:oklch(80.3% 0.197 128.1);--nve-ref-color-lime-pear-1000:oklch(86.9% 0.19 122.6);--nve-ref-color-lime-pear-1100:oklch(72.2% 0.178 128.1);--nve-ref-color-lime-pear-1200:oklch(97% 0.044 125.3);--nve-ref-color-green-jade-100:oklch(19.2% 0.02 159.9);--nve-ref-color-green-jade-200:oklch(21.3% 0.028 166.6);--nve-ref-color-green-jade-300:oklch(25.6% 0.039 163.8);--nve-ref-color-green-jade-400:oklch(27.1% 0.042 164);--nve-ref-color-green-jade-500:oklch(30.2% 0.05 163.3);--nve-ref-color-green-jade-600:oklch(33.9% 0.059 162);--nve-ref-color-green-jade-700:oklch(39.1% 0.072 160.4);--nve-ref-color-green-jade-800:oklch(54.5% 0.126 156.1);--nve-ref-color-green-jade-900:oklch(65.5% 0.143 157.4);--nve-ref-color-green-jade-1000:oklch(67.5% 0.133 158.2);--nve-ref-color-green-jade-1100:oklch(73.2% 0.136 159.1);--nve-ref-color-green-jade-1200:oklch(96.7% 0.032 152.5);--nve-ref-color-pink-rose-100:oklch(19.7% 0.025 339.6);--nve-ref-color-pink-rose-200:oklch(21.7% 0.036 340.4);--nve-ref-color-pink-rose-300:oklch(26.8% 0.063 341.2);--nve-ref-color-pink-rose-400:oklch(28.8% 0.076 342.2);--nve-ref-color-pink-rose-500:oklch(31.7% 0.092 342.2);--nve-ref-color-pink-rose-600:oklch(34.8% 0.107 344.4);--nve-ref-color-pink-rose-700:oklch(39.8% 0.138 345.7);--nve-ref-color-pink-rose-800:oklch(53.6% 0.204 347.9);--nve-ref-color-pink-rose-900:oklch(62.9% 0.229 347);--nve-ref-color-pink-rose-1000:oklch(69.3% 0.232 345.9);--nve-ref-color-pink-rose-1100:oklch(69.9% 0.209 347.7);--nve-ref-color-pink-rose-1200:oklch(95% 0.031 340.5);--nve-ref-color-purple-lavender-100:oklch(19.8% 0.018 317.6);--nve-ref-color-purple-lavender-200:oklch(21.5% 0.035 317.5);--nve-ref-color-purple-lavender-300:oklch(25.7% 0.062 314);--nve-ref-color-purple-lavender-400:oklch(29.4% 0.08 313.3);--nve-ref-color-purple-lavender-500:oklch(31.8% 0.094 312.1);--nve-ref-color-purple-lavender-600:oklch(34.9% 0.112 309.9);--nve-ref-color-purple-lavender-700:oklch(40.1% 0.14 307.2);--nve-ref-color-purple-lavender-800:oklch(51.4% 0.216 307.6);--nve-ref-color-purple-lavender-900:oklch(55.9% 0.189 307.3);--nve-ref-color-purple-lavender-1000:oklch(67.9% 0.224 308.4);--nve-ref-color-purple-lavender-1100:oklch(70% 0.176 309.6);--nve-ref-color-purple-lavender-1200:oklch(94.9% 0.028 316.7);--nve-ref-color-purple-violet-100:oklch(20.2% 0.018 294.9);--nve-ref-color-purple-violet-200:oklch(21.2% 0.037 295.1);--nve-ref-color-purple-violet-300:oklch(25.7% 0.061 291.3);--nve-ref-color-purple-violet-400:oklch(28.8% 0.079 289.7);--nve-ref-color-purple-violet-500:oklch(31.6% 0.093 289.4);--nve-ref-color-purple-violet-600:oklch(34.9% 0.116 287.4);--nve-ref-color-purple-violet-700:oklch(40.4% 0.144 285.5);--nve-ref-color-purple-violet-800:oklch(44.3% 0.203 282.8);--nve-ref-color-purple-violet-900:oklch(49.3% 0.2 284.8);--nve-ref-color-purple-violet-1000:oklch(61.4% 0.21 286.9);--nve-ref-color-purple-violet-1100:oklch(69.4% 0.165 289);--nve-ref-color-purple-violet-1200:oklch(95.1% 0.024 293.6);--nve-ref-color-purple-plum-100:oklch(20% 0.025 326.5);--nve-ref-color-purple-plum-200:oklch(22% 0.038 326.8);--nve-ref-color-purple-plum-300:oklch(26.3% 0.057 327);--nve-ref-color-purple-plum-400:oklch(29% 0.073 325.1);--nve-ref-color-purple-plum-500:oklch(31.8% 0.084 324.5);--nve-ref-color-purple-plum-600:oklch(34.6% 0.096 324.2);--nve-ref-color-purple-plum-700:oklch(40.2% 0.123 323.9);--nve-ref-color-purple-plum-800:oklch(53.4% 0.219 321.7);--nve-ref-color-purple-plum-900:oklch(62.4% 0.244 322.8);--nve-ref-color-purple-plum-1000:oklch(69.3% 0.239 321.9);--nve-ref-color-purple-plum-1100:oklch(68.4% 0.197 327.5);--nve-ref-color-purple-plum-1200:oklch(95.3% 0.03 324.1);--nve-ref-color-pink-magenta-100:oklch(19.9% 0.015 347);--nve-ref-color-pink-magenta-200:oklch(21.5% 0.033 352);--nve-ref-color-pink-magenta-300:oklch(26.4% 0.057 355.7);--nve-ref-color-pink-magenta-400:oklch(29.3% 0.073 356.1);--nve-ref-color-pink-magenta-500:oklch(31.2% 0.086 357.4);--nve-ref-color-pink-magenta-600:oklch(35.1% 0.105 358.5);--nve-ref-color-pink-magenta-700:oklch(40% 0.135 1.3);--nve-ref-color-pink-magenta-800:oklch(53.4% 0.203 5);--nve-ref-color-pink-magenta-900:oklch(61.7% 0.224 3.5);--nve-ref-color-pink-magenta-1000:oklch(67.7% 0.229 1.4);--nve-ref-color-pink-magenta-1100:oklch(69.4% 0.19 3.9);--nve-ref-color-pink-magenta-1200:oklch(96% 0.022 348.7);--nve-ref-color-red-tomato-100:oklch(20.1% 0.014 34.4);--nve-ref-color-red-tomato-200:oklch(21.6% 0.036 29);--nve-ref-color-red-tomato-300:oklch(25.8% 0.055 29.9);--nve-ref-color-red-tomato-400:oklch(28.7% 0.072 29.7);--nve-ref-color-red-tomato-500:oklch(30.8% 0.083 30.8);--nve-ref-color-red-tomato-600:oklch(34.8% 0.1 31);--nve-ref-color-red-tomato-700:oklch(39.9% 0.128 31.6);--nve-ref-color-red-tomato-800:oklch(51.3% 0.195 32);--nve-ref-color-red-tomato-900:oklch(59% 0.212 32.5);--nve-ref-color-red-tomato-1000:oklch(65% 0.222 33);--nve-ref-color-red-tomato-1100:oklch(67.9% 0.175 32.9);--nve-ref-color-red-tomato-1200:oklch(96.3% 0.017 31.1);--nve-ref-color-orange-pumpkin-100:oklch(19.2% 0.03 61.3);--nve-ref-color-orange-pumpkin-200:oklch(21.4% 0.049 61.8);--nve-ref-color-orange-pumpkin-300:oklch(24.9% 0.056 55.9);--nve-ref-color-orange-pumpkin-400:oklch(28.3% 0.068 51.5);--nve-ref-color-orange-pumpkin-500:oklch(30.8% 0.076 49.8);--nve-ref-color-orange-pumpkin-600:oklch(34.3% 0.086 48.7);--nve-ref-color-orange-pumpkin-700:oklch(40.3% 0.107 47.1);--nve-ref-color-orange-pumpkin-800:oklch(57.4% 0.163 44.7);--nve-ref-color-orange-pumpkin-900:oklch(69.6% 0.204 43.5);--nve-ref-color-orange-pumpkin-1000:oklch(73% 0.181 48.7);--nve-ref-color-orange-pumpkin-1100:oklch(75.2% 0.166 51);--nve-ref-color-orange-pumpkin-1200:oklch(94.9% 0.029 57.4);--nve-ref-color-yellow-amber-100:oklch(19.8% 0.041 80.2);--nve-ref-color-yellow-amber-200:oklch(21.1% 0.044 75.5);--nve-ref-color-yellow-amber-300:oklch(24.9% 0.056 65.9);--nve-ref-color-yellow-amber-400:oklch(27.9% 0.062 65.4);--nve-ref-color-yellow-amber-500:oklch(30.8% 0.069 64.9);--nve-ref-color-yellow-amber-600:oklch(35.7% 0.079 67.7);--nve-ref-color-yellow-amber-700:oklch(40.2% 0.085 67.9);--nve-ref-color-yellow-amber-800:oklch(81.7% 0.164 75.8);--nve-ref-color-yellow-amber-900:oklch(85.7% 0.175 88.5);--nve-ref-color-yellow-amber-1000:oklch(86.4% 0.156 86.4);--nve-ref-color-yellow-amber-1100:oklch(75.8% 0.159 73.3);--nve-ref-color-yellow-amber-1200:oklch(96.7% 0.032 85.5);--nve-ref-color-green-grass-100:oklch(19.2% 0.02 159.9);--nve-ref-color-green-grass-200:oklch(20.6% 0.027 150.8);--nve-ref-color-green-grass-300:oklch(24.7% 0.037 152.5);--nve-ref-color-green-grass-400:oklch(27.2% 0.045 150.5);--nve-ref-color-green-grass-500:oklch(31.3% 0.057 150.1);--nve-ref-color-green-grass-600:oklch(34.9% 0.067 150);--nve-ref-color-green-grass-700:oklch(39.5% 0.078 149.8);--nve-ref-color-green-grass-800:oklch(52.8% 0.15 147.5);--nve-ref-color-green-grass-900:oklch(64.7% 0.187 147.2);--nve-ref-color-green-grass-1000:oklch(73.9% 0.204 144.6);--nve-ref-color-green-grass-1100:oklch(73.1% 0.142 148);--nve-ref-color-green-grass-1200:oklch(96.7% 0.032 152.5);--nve-ref-color-teal-seafoam-100:oklch(18.6% 0.021 178.7);--nve-ref-color-teal-seafoam-200:oklch(22% 0.035 179.1);--nve-ref-color-teal-seafoam-300:oklch(25.1% 0.04 178.8);--nve-ref-color-teal-seafoam-400:oklch(28.3% 0.046 181.2);--nve-ref-color-teal-seafoam-500:oklch(30.1% 0.049 180.2);--nve-ref-color-teal-seafoam-600:oklch(34.6% 0.057 182.7);--nve-ref-color-teal-seafoam-700:oklch(39.2% 0.067 180.3);--nve-ref-color-teal-seafoam-800:oklch(55.3% 0.099 182.1);--nve-ref-color-teal-seafoam-900:oklch(69.4% 0.118 184.1);--nve-ref-color-teal-seafoam-1000:oklch(78.5% 0.142 180.3);--nve-ref-color-teal-seafoam-1100:oklch(73.1% 0.129 182.6);--nve-ref-color-teal-seafoam-1200:oklch(96.5% 0.028 180.3);--nve-ref-color-green-mint-100:oklch(19% 0.023 185.2);--nve-ref-color-green-mint-200:oklch(21.9% 0.032 188.1);--nve-ref-color-green-mint-300:oklch(25.5% 0.04 186.9);--nve-ref-color-green-mint-400:oklch(27.6% 0.046 183.3);--nve-ref-color-green-mint-500:oklch(31.4% 0.054 183.4);--nve-ref-color-green-mint-600:oklch(33.7% 0.06 182.9);--nve-ref-color-green-mint-700:oklch(39.3% 0.071 179.7);--nve-ref-color-green-mint-800:oklch(55.4% 0.085 176.2);--nve-ref-color-green-mint-900:oklch(75.5% 0.142 174.9);--nve-ref-color-green-mint-1000:oklch(83.6% 0.11 177.1);--nve-ref-color-green-mint-1100:oklch(83.6% 0.11 177.1);--nve-ref-color-green-mint-1200:oklch(97% 0.025 181.3);--nve-ref-color-teal-cyan-100:oklch(20% 0.025 213.9);--nve-ref-color-teal-cyan-200:oklch(21.6% 0.031 217.6);--nve-ref-color-teal-cyan-300:oklch(24.6% 0.037 216.2);--nve-ref-color-teal-cyan-400:oklch(27.3% 0.044 220);--nve-ref-color-teal-cyan-500:oklch(30.6% 0.051 220);--nve-ref-color-teal-cyan-600:oklch(33.8% 0.058 220);--nve-ref-color-teal-cyan-700:oklch(39.7% 0.071 221.6);--nve-ref-color-teal-cyan-800:oklch(55.1% 0.103 223.7);--nve-ref-color-teal-cyan-900:oklch(64.9% 0.118 222.1);--nve-ref-color-teal-cyan-1000:oklch(76.2% 0.143 224.2);--nve-ref-color-teal-cyan-1100:oklch(74.2% 0.128 208.6);--nve-ref-color-teal-cyan-1200:oklch(96.2% 0.025 202.8);--nve-ref-color-blue-sky-100:oklch(19.4% 0.023 241);--nve-ref-color-blue-sky-200:oklch(21.2% 0.035 237.6);--nve-ref-color-blue-sky-300:oklch(25.2% 0.045 236.8);--nve-ref-color-blue-sky-400:oklch(27.9% 0.054 238);--nve-ref-color-blue-sky-500:oklch(30.8% 0.06 236.1);--nve-ref-color-blue-sky-600:oklch(34.5% 0.07 237);--nve-ref-color-blue-sky-700:oklch(38.8% 0.081 236.7);--nve-ref-color-blue-sky-800:oklch(55% 0.087 220.7);--nve-ref-color-blue-sky-900:oklch(66% 0.098 219.4);--nve-ref-color-blue-sky-1000:oklch(83.3% 0.113 218);--nve-ref-color-blue-sky-1100:oklch(77% 0.132 220);--nve-ref-color-blue-sky-1200:oklch(96.6% 0.021 227.5);--nve-ref-color-blue-cobalt-100:oklch(19.8% 0.021 254.9);--nve-ref-color-blue-cobalt-200:oklch(21.3% 0.037 258.8);--nve-ref-color-blue-cobalt-300:oklch(25.5% 0.055 256.7);--nve-ref-color-blue-cobalt-400:oklch(28.5% 0.07 256.2);--nve-ref-color-blue-cobalt-500:oklch(30.6% 0.081 255.7);--nve-ref-color-blue-cobalt-600:oklch(32.9% 0.092 254.8);--nve-ref-color-blue-cobalt-700:oklch(38.5% 0.115 254.4);--nve-ref-color-blue-cobalt-800:oklch(57.4% 0.209 258.2);--nve-ref-color-blue-cobalt-900:oklch(65.1% 0.192 251.5);--nve-ref-color-blue-cobalt-1000:oklch(66.5% 0.165 250.8);--nve-ref-color-blue-cobalt-1100:oklch(71.7% 0.152 251);--nve-ref-color-blue-cobalt-1200:oklch(96% 0.021 241.3);--nve-ref-color-blue-indigo-100:oklch(20.2% 0.021 271.5);--nve-ref-color-blue-indigo-200:oklch(21.2% 0.038 275.9);--nve-ref-color-blue-indigo-300:oklch(25.4% 0.057 271.9);--nve-ref-color-blue-indigo-400:oklch(28.6% 0.075 269.7);--nve-ref-color-blue-indigo-500:oklch(31% 0.086 269.3);--nve-ref-color-blue-indigo-600:oklch(34.4% 0.102 267.6);--nve-ref-color-blue-indigo-700:oklch(38.7% 0.125 267.6);--nve-ref-color-blue-indigo-800:oklch(48.2% 0.171 266.7);--nve-ref-color-blue-indigo-900:oklch(57.5% 0.182 267.5);--nve-ref-color-blue-indigo-1000:oklch(65% 0.172 268.7);--nve-ref-color-blue-indigo-1100:oklch(70.9% 0.152 271.7);--nve-ref-color-blue-indigo-1200:oklch(95.7% 0.018 275.6);--nve-ref-color-gray-denim-100:oklch(15.5% 0.007 271);--nve-ref-color-gray-denim-200:oklch(21.8% 0.012 270.8);--nve-ref-color-gray-denim-300:oklch(24.8% 0.016 269);--nve-ref-color-gray-denim-400:oklch(26.9% 0.017 270.7);--nve-ref-color-gray-denim-500:oklch(28.9% 0.019 268);--nve-ref-color-gray-denim-600:oklch(31.7% 0.023 267.3);--nve-ref-color-gray-denim-700:oklch(34.3% 0.025 272.5);--nve-ref-color-gray-denim-800:oklch(41.3% 0.034 273.9);--nve-ref-color-gray-denim-900:oklch(51.9% 0.039 270.6);--nve-ref-color-gray-denim-1000:oklch(70% 0.02 270);--nve-ref-color-gray-denim-1100:oklch(85% 0.02 270);--nve-ref-color-gray-denim-1200:oklch(95% 0.015 270);--nve-ref-color-gray-slate-100:oklch(19.4% 0.004 229);--nve-ref-color-gray-slate-200:oklch(22.8% 0.005 219.7);--nve-ref-color-gray-slate-300:oklch(25.2% 0.006 196.8);--nve-ref-color-gray-slate-400:oklch(27% 0.006 236.7);--nve-ref-color-gray-slate-500:oklch(29.9% 0.007 248.1);--nve-ref-color-gray-slate-600:oklch(31.9% 0.007 248);--nve-ref-color-gray-slate-700:oklch(35.9% 0.008 255.5);--nve-ref-color-gray-slate-800:oklch(42.5% 0.008 248);--nve-ref-color-gray-slate-900:oklch(53.4% 0.013 243.8);--nve-ref-color-gray-slate-1000:oklch(68.8% 0.017 248.1);--nve-ref-color-gray-slate-1100:oklch(85.5% 0.015 254.6);--nve-ref-color-gray-slate-1200:oklch(94% 0.002 247.8);--nve-ref-color-red-cardinal-100:oklch(19.3% 0.019 6.9);--nve-ref-color-red-cardinal-200:oklch(22.1% 0.035 17.2);--nve-ref-color-red-cardinal-300:oklch(26% 0.054 19.7);--nve-ref-color-red-cardinal-400:oklch(28.7% 0.069 18.5);--nve-ref-color-red-cardinal-500:oklch(30.6% 0.082 19.2);--nve-ref-color-red-cardinal-600:oklch(35.1% 0.103 21.1);--nve-ref-color-red-cardinal-700:oklch(39.8% 0.128 23);--nve-ref-color-red-cardinal-800:oklch(52.3% 0.193 25.1);--nve-ref-color-red-cardinal-900:oklch(61% 0.212 24.7);--nve-ref-color-red-cardinal-1000:oklch(66.7% 0.22 25.5);--nve-ref-color-red-cardinal-1100:oklch(69.8% 0.193 21.8);--nve-ref-color-red-cardinal-1200:oklch(95.8% 0.02 9.8);--nve-ref-shadow-100:0 4px 4px -2px oklch(0% 0 0/0.7),0 2px 4px -2px oklch(0% 0 0/0.7);--nve-ref-shadow-200:0 8px 8px -4px oklch(0% 0 0/0.7),0 4px 6px -4px oklch(0% 0 0/0.7);--nve-ref-shadow-300:0 8px 16px -6px oklch(0% 0 0/0.7),0 6px 8px -6px oklch(0% 0 0/0.7);--nve-ref-shadow-400:0 8px 24px -4px oklch(0% 0 0/0.7),0 6px 12px -6px oklch(0% 0 0/0.7);--nve-ref-shadow-500:0 10px 32px -4px oklch(0% 0 0/0.7),0 6px 14px -6px oklch(0% 0 0/0.7);--nve-sys-color-scheme:dark;--nve-sys-contrast-mute-ratio:40%;--nve-sys-interaction-state-ratio-hover:12%;--nve-sys-interaction-state-ratio-active:7%;--nve-sys-visualization-sequential-diverging-virdis-100:oklch(91.8% 0.187 102.2);--nve-sys-visualization-sequential-diverging-virdis-200:oklch(85.9% 0.19 115);--nve-sys-visualization-sequential-diverging-virdis-300:oklch(82.1% 0.194 126.8);--nve-sys-visualization-sequential-diverging-virdis-400:oklch(77.5% 0.187 137.2);--nve-sys-visualization-sequential-diverging-virdis-500:oklch(73.4% 0.164 147.5);--nve-sys-visualization-sequential-diverging-virdis-600:oklch(69.1% 0.145 157.3);--nve-sys-visualization-sequential-diverging-virdis-700:oklch(64.6% 0.12 169.6);--nve-sys-visualization-sequential-diverging-virdis-800:oklch(60.2% 0.1 184.4);--nve-sys-visualization-sequential-diverging-virdis-900:oklch(56.8% 0.087 200.1);--nve-sys-visualization-sequential-diverging-virdis-1000:oklch(49.1% 0.083 242.3);--nve-sys-visualization-sequential-diverging-virdis-1100:oklch(45.3% 0.094 261.6);--nve-sys-visualization-sequential-diverging-virdis-1200:oklch(41.9% 0.108 278.7);--nve-sys-visualization-sequential-diverging-virdis-1300:oklch(37.1% 0.124 293.4);--nve-sys-visualization-sequential-diverging-virdis-1400:oklch(33.3% 0.134 306.3);--nve-sys-visualization-sequential-diverging-virdis-1500:oklch(27.6% 0.132 318.4);--nve-sys-visualization-sequential-diverging-red-green-100:oklch(66.2% 0.225 25.9);--nve-sys-visualization-sequential-diverging-red-green-200:oklch(55.4% 0.172 24.7);--nve-sys-visualization-sequential-diverging-red-green-300:oklch(38.6% 0.111 23.9);--nve-sys-visualization-sequential-diverging-red-green-400:oklch(27.7% 0.074 23.2);--nve-sys-visualization-sequential-diverging-red-green-600:oklch(30% 0.07 158.3);--nve-sys-visualization-sequential-diverging-red-green-700:oklch(41.6% 0.11 151.6);--nve-sys-visualization-sequential-diverging-red-green-800:oklch(58.3% 0.164 147.9);--nve-sys-visualization-sequential-diverging-red-green-900:oklch(75.7% 0.228 144.8);--nve-ref-color-scheme-base:var(--nve-ref-color-black);--nve-ref-color-scheme-inverse:var(--nve-ref-color-white);--nve-ref-color-neutral-100:var(--nve-ref-color-gray-denim-100);--nve-ref-color-neutral-200:var(--nve-ref-color-gray-denim-200);--nve-ref-color-neutral-300:var(--nve-ref-color-gray-denim-300);--nve-ref-color-neutral-400:var(--nve-ref-color-gray-denim-400);--nve-ref-color-neutral-500:var(--nve-ref-color-gray-denim-500);--nve-ref-color-neutral-600:var(--nve-ref-color-gray-denim-600);--nve-ref-color-neutral-700:var(--nve-ref-color-gray-denim-700);--nve-ref-color-neutral-800:var(--nve-ref-color-gray-denim-800);--nve-ref-color-neutral-900:var(--nve-ref-color-gray-denim-900);--nve-ref-color-neutral-1000:var(--nve-ref-color-gray-denim-1000);--nve-ref-color-neutral-1100:var(--nve-ref-color-gray-denim-1100);--nve-ref-color-neutral-1200:var(--nve-ref-color-gray-denim-1200);--nve-sys-accent-secondary-background:var(--nve-ref-color-blue-cobalt-800);--nve-sys-interaction-destructive-background:var(--nve-ref-color-red-cardinal-800);--nve-sys-interaction-highlighted-muted-background:var(--nve-ref-color-blue-cobalt-200);--nve-sys-layer-backdrop-background:var(--nve-ref-color-alpha-black-200);--nve-sys-support-accent-muted-color:var(--nve-ref-color-blue-cobalt-500);--nve-sys-support-success-color:var(--nve-ref-color-green-grass-800);--nve-sys-support-success-muted-color:var(--nve-ref-color-green-grass-500);--nve-sys-support-danger-color:var(--nve-ref-color-red-cardinal-800);--nve-sys-support-danger-muted-color:var(--nve-ref-color-red-cardinal-500);--nve-sys-support-warning-muted-color:var(--nve-ref-color-yellow-nova-500);--nve-sys-support-warning-emphasis-color:var(--nve-ref-color-yellow-nova-900);--nve-sys-visualization-categorical-lavender:var(--nve-ref-color-purple-plum-1000);--nve-sys-visualization-categorical-rose:var(--nve-ref-color-pink-rose-1000);--nve-sys-visualization-categorical-pumpkin:var(--nve-ref-color-orange-pumpkin-1000);--nve-sys-visualization-categorical-amber:var(--nve-ref-color-yellow-amber-800);--nve-sys-visualization-categorical-nova:var(--nve-ref-color-yellow-nova-900);--nve-sys-visualization-categorical-seafoam:var(--nve-ref-color-teal-seafoam-1000);--nve-sys-visualization-categorical-cyan:var(--nve-ref-color-teal-cyan-1000);--nve-sys-visualization-trend-positive-color:var(--nve-ref-color-green-grass-900);--nve-sys-visualization-trend-positive-emphasis-color:var(--nve-ref-color-green-grass-1000);--nve-ref-border-color:var(--nve-ref-color-neutral-600);--nve-ref-border-color-emphasis:var(--nve-ref-color-neutral-800);--nve-ref-border-color-muted:var(--nve-ref-color-neutral-500);--nve-ref-border-color-inverse:var(--nve-ref-color-scheme-inverse);--nve-sys-text-color:var(--nve-ref-color-neutral-1100);--nve-sys-text-muted-color:var(--nve-ref-color-neutral-1000);--nve-sys-accent-tertiary-background:var(--nve-ref-color-scheme-inverse);--nve-sys-contrast-mute-color:var(--nve-ref-color-scheme-base);--nve-sys-interaction-background:var(--nve-ref-color-neutral-400);--nve-sys-interaction-background-100:var(--nve-ref-color-neutral-400);--nve-sys-interaction-background-200:var(--nve-ref-color-neutral-700);--nve-sys-interaction-background-300:var(--nve-ref-color-neutral-800);--nve-sys-interaction-disabled-color:var(--nve-ref-color-neutral-900);--nve-sys-interaction-disabled-background:var(--nve-ref-color-neutral-700);--nve-sys-layer-canvas-background:var(--nve-ref-color-neutral-100);--nve-sys-layer-canvas-accent-background:var(--nve-ref-color-neutral-200);--nve-sys-layer-shell-background:var(--nve-ref-color-scheme-base);--nve-sys-layer-shell-accent-background:var(--nve-ref-color-neutral-100);--nve-sys-layer-container-background:var(--nve-ref-color-neutral-200);--nve-sys-layer-container-accent-background:var(--nve-ref-color-neutral-300);--nve-sys-layer-overlay-background:var(--nve-ref-color-neutral-400);--nve-sys-layer-overlay-accent-background:var(--nve-ref-color-neutral-300);--nve-sys-layer-popover-background:var(--nve-ref-color-neutral-1200);--nve-sys-layer-popover-color:var(--nve-sys-text-black-color);--nve-sys-layer-popover-accent-background:var(--nve-ref-color-neutral-1200);--nve-sys-status-unknown-color:var(--nve-sys-text-white-color);--nve-sys-visualization-sequential-diverging-red-green-500:var(--nve-ref-color-neutral-300);--nve-sys-layer-shell-color:var(--nve-sys-text-color);--nve-sys-layer-container-color:var(--nve-sys-text-color);--nve-sys-layer-overlay-color:var(--nve-sys-text-color)}
|