@stridge/noctis-design-tokens 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +226 -0
- package/dist/apply-scopes.d.ts +12 -0
- package/dist/apply-scopes.js +30 -0
- package/dist/css.d.ts +10 -0
- package/dist/css.js +36 -0
- package/dist/graph/components.d.ts +6 -0
- package/dist/graph/components.js +4488 -0
- package/dist/graph/index.d.ts +11 -0
- package/dist/graph/index.js +26 -0
- package/dist/graph/inputs.d.ts +1 -0
- package/dist/graph/inputs.js +23 -0
- package/dist/graph/model.d.ts +205 -0
- package/dist/graph/model.js +282 -0
- package/dist/graph/registry.d.ts +67 -0
- package/dist/graph/registry.js +118 -0
- package/dist/graph/roles.d.ts +5 -0
- package/dist/graph/roles.js +151 -0
- package/dist/graph/scales.d.ts +1 -0
- package/dist/graph/scales.js +1296 -0
- package/dist/graph/serialize.d.ts +16 -0
- package/dist/graph/serialize.js +25 -0
- package/dist/graph/statics.d.ts +1 -0
- package/dist/graph/statics.js +419 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +25 -0
- package/dist/palettes.d.ts +70 -0
- package/dist/palettes.js +114 -0
- package/dist/react/provider.d.ts +23 -0
- package/dist/react/provider.js +28 -0
- package/dist/react.d.ts +3 -0
- package/dist/react.js +3 -0
- package/dist/scales.d.ts +186 -0
- package/dist/scales.js +186 -0
- package/dist/semantic.d.ts +36 -0
- package/dist/semantic.js +49 -0
- package/dist/swatches.d.ts +24 -0
- package/dist/swatches.js +57 -0
- package/dist/tokens.css +2607 -0
- package/dist/tokens.dtcg.json +3475 -0
- package/dist/tokens.json +14658 -0
- package/dist/tokens.tailwind.css +479 -0
- package/package.json +67 -0
|
@@ -0,0 +1,3475 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$description": "Generated design tokens for Noctis (W3C DTCG). Tokens nest by category under their tier group (noctis.<tier>.<category>.<id>). Composed shadows carry a native $type:\"shadow\" with a structured $value; engine-backed roles export their runtime var() chain as $value, and the resolved OKLCH color is computed at runtime by the theme engine, so that $value is a CSS reference, not a static color.",
|
|
3
|
+
"noctis": {
|
|
4
|
+
"semantic": {
|
|
5
|
+
"color": {
|
|
6
|
+
"background": {
|
|
7
|
+
"$type": "color",
|
|
8
|
+
"$value": "var(--noctis-engine-bg-1)",
|
|
9
|
+
"$description": "App canvas — the base page background.",
|
|
10
|
+
"$extensions": {
|
|
11
|
+
"org.stridge.uuid": "ec6ec928-d5cd-4445-bdaa-c9eacff8e1ed",
|
|
12
|
+
"org.stridge.cssVar": "--noctis-color-background",
|
|
13
|
+
"org.stridge.usage": "Page canvas, header bar, and the input fill.",
|
|
14
|
+
"org.stridge.introduced": "0.0.0"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"$type": "color",
|
|
19
|
+
"$value": "var(--noctis-engine-bg-2)",
|
|
20
|
+
"$description": "Hover on a canvas row.",
|
|
21
|
+
"$extensions": {
|
|
22
|
+
"org.stridge.uuid": "bbe4c1fb-8cfa-4934-9e43-ac05388629c1",
|
|
23
|
+
"org.stridge.cssVar": "--noctis-color-hover",
|
|
24
|
+
"org.stridge.usage": "Hover on canvas rows and list items.",
|
|
25
|
+
"org.stridge.introduced": "0.0.0"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"surface": {
|
|
29
|
+
"$type": "color",
|
|
30
|
+
"$value": "var(--noctis-engine-bg-3)",
|
|
31
|
+
"$description": "Panels and cards raised off the canvas.",
|
|
32
|
+
"$extensions": {
|
|
33
|
+
"org.stridge.uuid": "4096920a-a363-4f9d-b5be-6964bd7d0a5d",
|
|
34
|
+
"org.stridge.cssVar": "--noctis-color-surface",
|
|
35
|
+
"org.stridge.usage": "Cards, panels, and the right-hand detail panel.",
|
|
36
|
+
"org.stridge.introduced": "0.0.0"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"surface-hover": {
|
|
40
|
+
"$type": "color",
|
|
41
|
+
"$value": "var(--noctis-engine-bg-4)",
|
|
42
|
+
"$description": "Hover on a card or surface row.",
|
|
43
|
+
"$extensions": {
|
|
44
|
+
"org.stridge.uuid": "ba361f1a-5efd-4ac3-a5ac-0da2b0377a34",
|
|
45
|
+
"org.stridge.cssVar": "--noctis-color-surface-hover",
|
|
46
|
+
"org.stridge.usage": "Hover on cards and surface rows; the stronger table row-hover.",
|
|
47
|
+
"org.stridge.introduced": "0.0.0"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"surface-raised": {
|
|
51
|
+
"$type": "color",
|
|
52
|
+
"$value": "var(--noctis-engine-bg-5)",
|
|
53
|
+
"$description": "The highest neutral surface.",
|
|
54
|
+
"$extensions": {
|
|
55
|
+
"org.stridge.uuid": "5b07db5e-b9ac-4d19-be34-2a8b4fda74dd",
|
|
56
|
+
"org.stridge.cssVar": "--noctis-color-surface-raised",
|
|
57
|
+
"org.stridge.usage": "The highest stacked neutral surface.",
|
|
58
|
+
"org.stridge.introduced": "0.0.0"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"sunken": {
|
|
62
|
+
"$type": "color",
|
|
63
|
+
"$value": "var(--noctis-engine-bg-sunken)",
|
|
64
|
+
"$description": "Recessed wells — sidebars, insets.",
|
|
65
|
+
"$extensions": {
|
|
66
|
+
"org.stridge.uuid": "4a3735d5-9dc4-46f2-973c-08eb3e04c711",
|
|
67
|
+
"org.stridge.cssVar": "--noctis-color-sunken",
|
|
68
|
+
"org.stridge.usage": "Left sidebar and content wells.",
|
|
69
|
+
"org.stridge.introduced": "0.0.0"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"selected": {
|
|
73
|
+
"$type": "color",
|
|
74
|
+
"$value": "var(--noctis-engine-bg-selected)",
|
|
75
|
+
"$description": "Selected-row surface, tinted toward the accent.",
|
|
76
|
+
"$extensions": {
|
|
77
|
+
"org.stridge.uuid": "47d23339-813c-4ad9-9aa6-2dcfd77db6b7",
|
|
78
|
+
"org.stridge.cssVar": "--noctis-color-selected",
|
|
79
|
+
"org.stridge.usage": "Selected list and table rows.",
|
|
80
|
+
"org.stridge.introduced": "0.0.0"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"selected-hover": {
|
|
84
|
+
"$type": "color",
|
|
85
|
+
"$value": "var(--noctis-engine-bg-selected-hover)",
|
|
86
|
+
"$description": "Hover on a selected row.",
|
|
87
|
+
"$extensions": {
|
|
88
|
+
"org.stridge.uuid": "f0fbb940-9b84-4e27-9da1-fc4528159c01",
|
|
89
|
+
"org.stridge.cssVar": "--noctis-color-selected-hover",
|
|
90
|
+
"org.stridge.usage": "Hover on an already-selected row.",
|
|
91
|
+
"org.stridge.introduced": "0.0.0"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"focus": {
|
|
95
|
+
"$type": "color",
|
|
96
|
+
"$value": "var(--noctis-engine-bg-focus)",
|
|
97
|
+
"$description": "Keyboard-focused row surface.",
|
|
98
|
+
"$extensions": {
|
|
99
|
+
"org.stridge.uuid": "ec783266-7287-4324-9590-9a23381fb7c8",
|
|
100
|
+
"org.stridge.cssVar": "--noctis-color-focus",
|
|
101
|
+
"org.stridge.usage": "Keyboard-focused menu item or active row.",
|
|
102
|
+
"org.stridge.introduced": "0.0.0"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"overlay": {
|
|
106
|
+
"$type": "color",
|
|
107
|
+
"$value": "var(--noctis-engine-overlay)",
|
|
108
|
+
"$description": "Scrim behind dialogs and drawers.",
|
|
109
|
+
"$extensions": {
|
|
110
|
+
"org.stridge.uuid": "e120d1b4-1de6-4ad5-9d09-b9dd28791e33",
|
|
111
|
+
"org.stridge.cssVar": "--noctis-color-overlay",
|
|
112
|
+
"org.stridge.usage": "Dialog and drawer backdrop scrim.",
|
|
113
|
+
"org.stridge.introduced": "0.0.0"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"header": {
|
|
117
|
+
"$type": "color",
|
|
118
|
+
"$value": "var(--noctis-engine-header-bg)",
|
|
119
|
+
"$description": "Header / topbar background.",
|
|
120
|
+
"$extensions": {
|
|
121
|
+
"org.stridge.uuid": "f7140dce-098b-49f8-a3dc-d16458c6b11a",
|
|
122
|
+
"org.stridge.cssVar": "--noctis-color-header",
|
|
123
|
+
"org.stridge.usage": "Topbar background and unselected header tabs.",
|
|
124
|
+
"org.stridge.introduced": "0.0.0"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"sidebar-item": {
|
|
128
|
+
"$type": "color",
|
|
129
|
+
"$value": "var(--noctis-engine-sidebar-item-bg)",
|
|
130
|
+
"$description": "Hover on a sidebar item.",
|
|
131
|
+
"$extensions": {
|
|
132
|
+
"org.stridge.uuid": "334929e1-792f-4b35-b073-8b1960d09df9",
|
|
133
|
+
"org.stridge.cssVar": "--noctis-color-sidebar-item",
|
|
134
|
+
"org.stridge.usage": "Sidebar nav item hover.",
|
|
135
|
+
"org.stridge.introduced": "0.0.0"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"sidebar-item-active": {
|
|
139
|
+
"$type": "color",
|
|
140
|
+
"$value": "var(--noctis-engine-sidebar-item-active)",
|
|
141
|
+
"$description": "Active sidebar item.",
|
|
142
|
+
"$extensions": {
|
|
143
|
+
"org.stridge.uuid": "80154891-23cb-4e0d-b004-f96c51bd0fe3",
|
|
144
|
+
"org.stridge.cssVar": "--noctis-color-sidebar-item-active",
|
|
145
|
+
"org.stridge.usage": "Active / selected sidebar nav item.",
|
|
146
|
+
"org.stridge.introduced": "0.0.0"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"code": {
|
|
150
|
+
"$type": "color",
|
|
151
|
+
"$value": "var(--noctis-engine-bg-sunken)",
|
|
152
|
+
"$description": "Code-block background.",
|
|
153
|
+
"$extensions": {
|
|
154
|
+
"org.stridge.uuid": "0845bef7-f6e3-4969-92b5-2508014b972d",
|
|
155
|
+
"org.stridge.cssVar": "--noctis-color-code",
|
|
156
|
+
"org.stridge.usage": "Code-block background (a sunken surface).",
|
|
157
|
+
"org.stridge.introduced": "0.0.0"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"data-grid-header": {
|
|
161
|
+
"$type": "color",
|
|
162
|
+
"$value": "var(--noctis-engine-bg-3)",
|
|
163
|
+
"$description": "Table header row background.",
|
|
164
|
+
"$extensions": {
|
|
165
|
+
"org.stridge.uuid": "d9943b74-b1c1-422c-9a7a-543c4ad0a457",
|
|
166
|
+
"org.stridge.cssVar": "--noctis-color-data-grid-header",
|
|
167
|
+
"org.stridge.usage": "Table header row background.",
|
|
168
|
+
"org.stridge.introduced": "0.0.0"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"data-grid-row-hover": {
|
|
172
|
+
"$type": "color",
|
|
173
|
+
"$value": "var(--noctis-engine-bg-2)",
|
|
174
|
+
"$description": "Table row hover.",
|
|
175
|
+
"$extensions": {
|
|
176
|
+
"org.stridge.uuid": "7accbdaf-d50e-4d64-8040-130d84f19b0c",
|
|
177
|
+
"org.stridge.cssVar": "--noctis-color-data-grid-row-hover",
|
|
178
|
+
"org.stridge.usage": "Table row hover (first level).",
|
|
179
|
+
"org.stridge.introduced": "0.0.0"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"data-grid-row-hover-strong": {
|
|
183
|
+
"$type": "color",
|
|
184
|
+
"$value": "var(--noctis-engine-bg-4)",
|
|
185
|
+
"$description": "Stronger row hover (active cell row).",
|
|
186
|
+
"$extensions": {
|
|
187
|
+
"org.stridge.uuid": "e94b5188-b797-4784-89e0-1e22583a28de",
|
|
188
|
+
"org.stridge.cssVar": "--noctis-color-data-grid-row-hover-strong",
|
|
189
|
+
"org.stridge.usage": "Stronger table hover — the active cell within a hovered row.",
|
|
190
|
+
"org.stridge.introduced": "0.0.0"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"inverse": {
|
|
194
|
+
"$type": "color",
|
|
195
|
+
"$value": "var(--noctis-engine-fg-1)",
|
|
196
|
+
"$description": "Inverted surface for chips/snackbars.",
|
|
197
|
+
"$extensions": {
|
|
198
|
+
"org.stridge.uuid": "009a9a2b-77ba-41bd-8c1b-7bb0296eb795",
|
|
199
|
+
"org.stridge.cssVar": "--noctis-color-inverse",
|
|
200
|
+
"org.stridge.usage": "Inverted chips and snackbars — the primary text color used as a surface.",
|
|
201
|
+
"org.stridge.introduced": "0.0.0"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"foreground": {
|
|
205
|
+
"$type": "color",
|
|
206
|
+
"$value": "var(--noctis-engine-fg-1)",
|
|
207
|
+
"$description": "Primary text — headings and body.",
|
|
208
|
+
"$extensions": {
|
|
209
|
+
"org.stridge.uuid": "976661bf-5f7e-490c-9232-84e9d92db0b0",
|
|
210
|
+
"org.stridge.cssVar": "--noctis-color-foreground",
|
|
211
|
+
"org.stridge.usage": "Headings and body text.",
|
|
212
|
+
"org.stridge.introduced": "0.0.0"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"secondary": {
|
|
216
|
+
"$type": "color",
|
|
217
|
+
"$value": "var(--noctis-engine-fg-2)",
|
|
218
|
+
"$description": "Secondary text.",
|
|
219
|
+
"$extensions": {
|
|
220
|
+
"org.stridge.uuid": "846254f8-c41b-4de1-b908-64938c13575c",
|
|
221
|
+
"org.stridge.cssVar": "--noctis-color-secondary",
|
|
222
|
+
"org.stridge.usage": "Secondary text and control / menu labels.",
|
|
223
|
+
"org.stridge.introduced": "0.0.0"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"muted": {
|
|
227
|
+
"$type": "color",
|
|
228
|
+
"$value": "var(--noctis-engine-fg-3)",
|
|
229
|
+
"$description": "Tertiary text — labels, captions.",
|
|
230
|
+
"$extensions": {
|
|
231
|
+
"org.stridge.uuid": "5584b64d-3063-436d-92a1-241f49d1661d",
|
|
232
|
+
"org.stridge.cssVar": "--noctis-color-muted",
|
|
233
|
+
"org.stridge.usage": "Section headers, captions, unselected tabs, table header text.",
|
|
234
|
+
"org.stridge.introduced": "0.0.0"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"subtle": {
|
|
238
|
+
"$type": "color",
|
|
239
|
+
"$value": "var(--noctis-engine-fg-4)",
|
|
240
|
+
"$description": "Faint text — disabled copy.",
|
|
241
|
+
"$extensions": {
|
|
242
|
+
"org.stridge.uuid": "3d3a0f00-2007-40ba-9b01-0d6e7bd7f662",
|
|
243
|
+
"org.stridge.cssVar": "--noctis-color-subtle",
|
|
244
|
+
"org.stridge.usage": "Faint text — placeholders and disabled copy.",
|
|
245
|
+
"org.stridge.introduced": "0.0.0"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"placeholder": {
|
|
249
|
+
"$type": "color",
|
|
250
|
+
"$value": "var(--noctis-engine-fg-4)",
|
|
251
|
+
"$description": "Input placeholder text.",
|
|
252
|
+
"$extensions": {
|
|
253
|
+
"org.stridge.uuid": "612b73b1-e1f4-49be-a6d1-68082b0031f2",
|
|
254
|
+
"org.stridge.cssVar": "--noctis-color-placeholder",
|
|
255
|
+
"org.stridge.usage": "Input and textarea placeholder text.",
|
|
256
|
+
"org.stridge.introduced": "0.0.0"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"link": {
|
|
260
|
+
"$type": "color",
|
|
261
|
+
"$value": "var(--noctis-engine-link)",
|
|
262
|
+
"$description": "Hyperlinks — the accent hue at readable contrast.",
|
|
263
|
+
"$extensions": {
|
|
264
|
+
"org.stridge.uuid": "f8fd82aa-052b-40ab-92c0-cc254320dbd7",
|
|
265
|
+
"org.stridge.cssVar": "--noctis-color-link",
|
|
266
|
+
"org.stridge.usage": "Hyperlinks — the accent re-hued at high chroma.",
|
|
267
|
+
"org.stridge.introduced": "0.0.0"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"code-foreground": {
|
|
271
|
+
"$type": "color",
|
|
272
|
+
"$value": "var(--noctis-engine-fg-2)",
|
|
273
|
+
"$description": "Code-block text.",
|
|
274
|
+
"$extensions": {
|
|
275
|
+
"org.stridge.uuid": "ac9a44cf-3344-46d4-a8c8-ddefdba84ccf",
|
|
276
|
+
"org.stridge.cssVar": "--noctis-color-code-foreground",
|
|
277
|
+
"org.stridge.usage": "Code-block text.",
|
|
278
|
+
"org.stridge.introduced": "0.0.0"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"kbd-foreground": {
|
|
282
|
+
"$type": "color",
|
|
283
|
+
"$value": "var(--noctis-engine-fg-2)",
|
|
284
|
+
"$description": "Key glyph text.",
|
|
285
|
+
"$extensions": {
|
|
286
|
+
"org.stridge.uuid": "fd7172ba-b6e8-4efa-a9a8-0dcf162deb16",
|
|
287
|
+
"org.stridge.cssVar": "--noctis-color-kbd-foreground",
|
|
288
|
+
"org.stridge.usage": "Key-cap glyph text in tooltips and menus.",
|
|
289
|
+
"org.stridge.introduced": "0.0.0"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"menu-shortcut": {
|
|
293
|
+
"$type": "color",
|
|
294
|
+
"$value": "var(--noctis-engine-fg-4)",
|
|
295
|
+
"$description": "Keyboard-shortcut hint text in menus.",
|
|
296
|
+
"$extensions": {
|
|
297
|
+
"org.stridge.uuid": "2d03a20c-3e3c-407c-94ef-eceb6b8fdad9",
|
|
298
|
+
"org.stridge.cssVar": "--noctis-color-menu-shortcut",
|
|
299
|
+
"org.stridge.usage": "Keyboard-shortcut hints in menu rows.",
|
|
300
|
+
"org.stridge.introduced": "0.0.0"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"inverse-foreground": {
|
|
304
|
+
"$type": "color",
|
|
305
|
+
"$value": "var(--noctis-engine-bg-1)",
|
|
306
|
+
"$description": "Text on an inverse surface.",
|
|
307
|
+
"$extensions": {
|
|
308
|
+
"org.stridge.uuid": "c644fd14-ee78-44da-95fb-6fb321551886",
|
|
309
|
+
"org.stridge.cssVar": "--noctis-color-inverse-foreground",
|
|
310
|
+
"org.stridge.usage": "Text on an inverse surface — the canvas color as a knockout.",
|
|
311
|
+
"org.stridge.introduced": "0.0.0"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"border-faint": {
|
|
315
|
+
"$type": "color",
|
|
316
|
+
"$value": "var(--noctis-engine-border-faint)",
|
|
317
|
+
"$description": "Hairlines and the subtlest separators.",
|
|
318
|
+
"$extensions": {
|
|
319
|
+
"org.stridge.uuid": "377e1c54-314f-4e2c-8bbc-0fce9c5db553",
|
|
320
|
+
"org.stridge.cssVar": "--noctis-color-border-faint",
|
|
321
|
+
"org.stridge.usage": "Card outlines, table gridlines, and panel edges.",
|
|
322
|
+
"org.stridge.introduced": "0.0.0"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"border": {
|
|
326
|
+
"$type": "color",
|
|
327
|
+
"$value": "var(--noctis-engine-border-default)",
|
|
328
|
+
"$description": "Default separators and outlines.",
|
|
329
|
+
"$extensions": {
|
|
330
|
+
"org.stridge.uuid": "99a79bcb-099f-4f32-85e4-6a12e511f9a3",
|
|
331
|
+
"org.stridge.cssVar": "--noctis-color-border",
|
|
332
|
+
"org.stridge.usage": "Button, menu, and dropdown borders.",
|
|
333
|
+
"org.stridge.introduced": "0.0.0"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"border-strong": {
|
|
337
|
+
"$type": "color",
|
|
338
|
+
"$value": "var(--noctis-engine-border-strong)",
|
|
339
|
+
"$description": "Emphasized borders.",
|
|
340
|
+
"$extensions": {
|
|
341
|
+
"org.stridge.uuid": "a6df66dc-1f34-4433-bb15-658934e4c8b3",
|
|
342
|
+
"org.stridge.cssVar": "--noctis-color-border-strong",
|
|
343
|
+
"org.stridge.usage": "Emphasized borders and group dividers.",
|
|
344
|
+
"org.stridge.introduced": "0.0.0"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"border-selected": {
|
|
348
|
+
"$type": "color",
|
|
349
|
+
"$value": "var(--noctis-engine-border-selected)",
|
|
350
|
+
"$description": "Border around a selected item.",
|
|
351
|
+
"$extensions": {
|
|
352
|
+
"org.stridge.uuid": "fbd88b37-9889-4dfe-9af2-a90272a0bee2",
|
|
353
|
+
"org.stridge.cssVar": "--noctis-color-border-selected",
|
|
354
|
+
"org.stridge.usage": "Border around a selected row (low-chroma accent).",
|
|
355
|
+
"org.stridge.introduced": "0.0.0"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"field-border": {
|
|
359
|
+
"$type": "color",
|
|
360
|
+
"$value": "var(--noctis-engine-border-strong)",
|
|
361
|
+
"$description": "Input / textarea / select border.",
|
|
362
|
+
"$extensions": {
|
|
363
|
+
"org.stridge.uuid": "fe7800bb-4a3a-4833-b354-709175823e80",
|
|
364
|
+
"org.stridge.cssVar": "--noctis-color-field-border",
|
|
365
|
+
"org.stridge.usage": "Input / textarea / select rest border; the stronger border weight so the edge stays visible against the lifted `field` control surface (the faint default border washes out on it).",
|
|
366
|
+
"org.stridge.introduced": "0.0.0"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"field-border-hover": {
|
|
370
|
+
"$type": "color",
|
|
371
|
+
"$value": "var(--noctis-engine-border-strong)",
|
|
372
|
+
"$description": "Field border on hover.",
|
|
373
|
+
"$extensions": {
|
|
374
|
+
"org.stridge.uuid": "34d9e71e-ca96-48be-9e3e-1f33eedf1632",
|
|
375
|
+
"org.stridge.cssVar": "--noctis-color-field-border-hover",
|
|
376
|
+
"org.stridge.usage": "Field border on hover.",
|
|
377
|
+
"org.stridge.introduced": "0.0.0"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"field-border-focus": {
|
|
381
|
+
"$type": "color",
|
|
382
|
+
"$value": "var(--noctis-engine-focus-ring)",
|
|
383
|
+
"$description": "Field border on focus (accent).",
|
|
384
|
+
"$extensions": {
|
|
385
|
+
"org.stridge.uuid": "b585e6eb-eca4-4362-b862-f7567270d6ff",
|
|
386
|
+
"org.stridge.cssVar": "--noctis-color-field-border-focus",
|
|
387
|
+
"org.stridge.usage": "Field border on focus — the accent ring.",
|
|
388
|
+
"org.stridge.introduced": "0.0.0"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"field-border-invalid": {
|
|
392
|
+
"$type": "color",
|
|
393
|
+
"$value": "var(--noctis-engine-danger)",
|
|
394
|
+
"$description": "Invalid / error field border.",
|
|
395
|
+
"$extensions": {
|
|
396
|
+
"org.stridge.uuid": "92dfea86-9dfb-4c6f-97e8-6ca6d34332cc",
|
|
397
|
+
"org.stridge.cssVar": "--noctis-color-field-border-invalid",
|
|
398
|
+
"org.stridge.usage": "Invalid / error field border.",
|
|
399
|
+
"org.stridge.introduced": "0.0.0"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"checkbox-border": {
|
|
403
|
+
"$type": "color",
|
|
404
|
+
"$value": "var(--noctis-engine-border-default)",
|
|
405
|
+
"$description": "Checkbox rest border.",
|
|
406
|
+
"$extensions": {
|
|
407
|
+
"org.stridge.uuid": "2035a6c2-a434-4f78-b7d9-5bfa90b7a7e6",
|
|
408
|
+
"org.stridge.cssVar": "--noctis-color-checkbox-border",
|
|
409
|
+
"org.stridge.usage": "Checkbox rest border; the `field-border` hairline, matching radio/switch.",
|
|
410
|
+
"org.stridge.introduced": "0.0.0"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"checkbox-border-hover": {
|
|
414
|
+
"$type": "color",
|
|
415
|
+
"$value": "var(--noctis-engine-border-strong)",
|
|
416
|
+
"$description": "Checkbox rest border on hover.",
|
|
417
|
+
"$extensions": {
|
|
418
|
+
"org.stridge.uuid": "44c247de-aba8-4948-8842-ef40b78bca69",
|
|
419
|
+
"org.stridge.cssVar": "--noctis-color-checkbox-border-hover",
|
|
420
|
+
"org.stridge.usage": "Checkbox rest border on hover; the `field-border-hover` signal, matching radio/switch.",
|
|
421
|
+
"org.stridge.introduced": "0.0.0"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"radio-border": {
|
|
425
|
+
"$type": "color",
|
|
426
|
+
"$value": "var(--noctis-engine-border-strong)",
|
|
427
|
+
"$description": "Radio rest border.",
|
|
428
|
+
"$extensions": {
|
|
429
|
+
"org.stridge.uuid": "648163f4-1f44-4241-998a-14bf135f062c",
|
|
430
|
+
"org.stridge.cssVar": "--noctis-color-radio-border",
|
|
431
|
+
"org.stridge.usage": "Radio rest border.",
|
|
432
|
+
"org.stridge.introduced": "0.0.0"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"kbd-border": {
|
|
436
|
+
"$type": "color",
|
|
437
|
+
"$value": "var(--noctis-engine-border-strong)",
|
|
438
|
+
"$description": "Key-cap 3D-edge border.",
|
|
439
|
+
"$extensions": {
|
|
440
|
+
"org.stridge.uuid": "0e496244-5482-4694-9edb-308f79e27a6c",
|
|
441
|
+
"org.stridge.cssVar": "--noctis-color-kbd-border",
|
|
442
|
+
"org.stridge.usage": "Key-cap edge border in tooltips and menus.",
|
|
443
|
+
"org.stridge.introduced": "0.0.0"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"data-grid-border": {
|
|
447
|
+
"$type": "color",
|
|
448
|
+
"$value": "var(--noctis-engine-border-faint)",
|
|
449
|
+
"$description": "Cell / row gridlines.",
|
|
450
|
+
"$extensions": {
|
|
451
|
+
"org.stridge.uuid": "aafced5d-c127-42d3-a45f-62de33ed48b9",
|
|
452
|
+
"org.stridge.cssVar": "--noctis-color-data-grid-border",
|
|
453
|
+
"org.stridge.usage": "Table header and cell gridlines.",
|
|
454
|
+
"org.stridge.introduced": "0.0.0"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"data-grid-column-selected-border": {
|
|
458
|
+
"$type": "color",
|
|
459
|
+
"$value": "var(--noctis-engine-accent)",
|
|
460
|
+
"$description": "High-chroma selected-column border.",
|
|
461
|
+
"$extensions": {
|
|
462
|
+
"org.stridge.uuid": "63452884-880f-4574-8505-1d8f6f6b8725",
|
|
463
|
+
"org.stridge.cssVar": "--noctis-color-data-grid-column-selected-border",
|
|
464
|
+
"org.stridge.usage": "High-chroma accent border on a selected table column.",
|
|
465
|
+
"org.stridge.introduced": "0.0.0"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"divider": {
|
|
469
|
+
"$type": "color",
|
|
470
|
+
"$value": "var(--noctis-engine-divider)",
|
|
471
|
+
"$description": "List and group dividers (`bg-divider` or `border-divider`).",
|
|
472
|
+
"$extensions": {
|
|
473
|
+
"org.stridge.uuid": "9c476417-7d10-4462-86f6-e7a49e2fd0a4",
|
|
474
|
+
"org.stridge.cssVar": "--noctis-color-divider",
|
|
475
|
+
"org.stridge.usage": "List and group dividers.",
|
|
476
|
+
"org.stridge.introduced": "0.0.0"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"ring": {
|
|
480
|
+
"$type": "color",
|
|
481
|
+
"$value": "var(--noctis-engine-focus-ring)",
|
|
482
|
+
"$description": "Keyboard focus ring.",
|
|
483
|
+
"$extensions": {
|
|
484
|
+
"org.stridge.uuid": "d99968dd-f35a-474e-8e24-fa5e1062e76d",
|
|
485
|
+
"org.stridge.cssVar": "--noctis-color-ring",
|
|
486
|
+
"org.stridge.usage": "Keyboard focus ring.",
|
|
487
|
+
"org.stridge.introduced": "0.0.0"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"primary": {
|
|
491
|
+
"$type": "color",
|
|
492
|
+
"$value": "var(--noctis-engine-fg-1)",
|
|
493
|
+
"$description": "Neutral (white) primary action color.",
|
|
494
|
+
"$extensions": {
|
|
495
|
+
"org.stridge.uuid": "68105cc4-9bf4-4d79-aa34-0dbc72d6f537",
|
|
496
|
+
"org.stridge.cssVar": "--noctis-color-primary",
|
|
497
|
+
"org.stridge.usage": "Primary buttons — neutral white; the chromatic accent stays reserved for signal.",
|
|
498
|
+
"org.stridge.introduced": "0.0.0"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"primary-foreground": {
|
|
502
|
+
"$type": "color",
|
|
503
|
+
"$value": "var(--noctis-engine-bg-1)",
|
|
504
|
+
"$description": "Text on a primary (white) fill.",
|
|
505
|
+
"$extensions": {
|
|
506
|
+
"org.stridge.uuid": "9114e26a-fff2-458a-a456-e39911f51522",
|
|
507
|
+
"org.stridge.cssVar": "--noctis-color-primary-foreground",
|
|
508
|
+
"org.stridge.usage": "Primary-button label — the near-black knockout on white.",
|
|
509
|
+
"org.stridge.introduced": "0.0.0"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"primary-hover": {
|
|
513
|
+
"$type": "color",
|
|
514
|
+
"$value": "var(--noctis-engine-primary-hover)",
|
|
515
|
+
"$description": "Primary (white) fill on hover — dimmed toward the seed.",
|
|
516
|
+
"$extensions": {
|
|
517
|
+
"org.stridge.uuid": "fd479485-f805-46ed-b57a-1679474b8896",
|
|
518
|
+
"org.stridge.cssVar": "--noctis-color-primary-hover",
|
|
519
|
+
"org.stridge.usage": "Primary-button hover — an opaque neutral dim, never a translucent white.",
|
|
520
|
+
"org.stridge.introduced": "0.0.0"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"primary-active": {
|
|
524
|
+
"$type": "color",
|
|
525
|
+
"$value": "var(--noctis-engine-primary-active)",
|
|
526
|
+
"$description": "Primary (white) fill on press — dimmed further toward the seed.",
|
|
527
|
+
"$extensions": {
|
|
528
|
+
"org.stridge.uuid": "b0ac756c-0ba1-4c6f-82bd-3b47a3065751",
|
|
529
|
+
"org.stridge.cssVar": "--noctis-color-primary-active",
|
|
530
|
+
"org.stridge.usage": "Primary-button pressed state.",
|
|
531
|
+
"org.stridge.introduced": "0.0.0"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"accent": {
|
|
535
|
+
"$type": "color",
|
|
536
|
+
"$value": "var(--noctis-engine-accent)",
|
|
537
|
+
"$description": "Primary action color.",
|
|
538
|
+
"$extensions": {
|
|
539
|
+
"org.stridge.uuid": "cc7ce1e9-4db1-4569-a144-adea1154f14f",
|
|
540
|
+
"org.stridge.cssVar": "--noctis-color-accent",
|
|
541
|
+
"org.stridge.usage": "Primary buttons, checked checkbox/radio, and the on-toggle track.",
|
|
542
|
+
"org.stridge.introduced": "0.0.0"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"accent-foreground": {
|
|
546
|
+
"$type": "color",
|
|
547
|
+
"$value": "var(--noctis-engine-accent-fg)",
|
|
548
|
+
"$description": "Text on an accent fill.",
|
|
549
|
+
"$extensions": {
|
|
550
|
+
"org.stridge.uuid": "71ffa47f-5213-4174-9d93-41cdb433f6b7",
|
|
551
|
+
"org.stridge.cssVar": "--noctis-color-accent-foreground",
|
|
552
|
+
"org.stridge.usage": "Primary-button label and the checkmark glyph.",
|
|
553
|
+
"org.stridge.introduced": "0.0.0"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"accent-hover": {
|
|
557
|
+
"$type": "color",
|
|
558
|
+
"$value": "var(--noctis-engine-accent-hover)",
|
|
559
|
+
"$description": "Primary button hover.",
|
|
560
|
+
"$extensions": {
|
|
561
|
+
"org.stridge.uuid": "4efc74bc-33f4-4c0f-b097-72ae049d3d2c",
|
|
562
|
+
"org.stridge.cssVar": "--noctis-color-accent-hover",
|
|
563
|
+
"org.stridge.usage": "Primary-button and on-toggle hover.",
|
|
564
|
+
"org.stridge.introduced": "0.0.0"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"accent-active": {
|
|
568
|
+
"$type": "color",
|
|
569
|
+
"$value": "var(--noctis-engine-accent-active)",
|
|
570
|
+
"$description": "Primary button press.",
|
|
571
|
+
"$extensions": {
|
|
572
|
+
"org.stridge.uuid": "3f78127d-68d6-4a64-a9f7-551c9316ebf1",
|
|
573
|
+
"org.stridge.cssVar": "--noctis-color-accent-active",
|
|
574
|
+
"org.stridge.usage": "Primary-button pressed state.",
|
|
575
|
+
"org.stridge.introduced": "0.0.0"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"accent-muted": {
|
|
579
|
+
"$type": "color",
|
|
580
|
+
"$value": "var(--noctis-engine-accent-muted)",
|
|
581
|
+
"$description": "Subtle accent wash.",
|
|
582
|
+
"$extensions": {
|
|
583
|
+
"org.stridge.uuid": "cdd55581-8158-42ad-9325-7805a1995f39",
|
|
584
|
+
"org.stridge.cssVar": "--noctis-color-accent-muted",
|
|
585
|
+
"org.stridge.usage": "Accent-tinted callouts and badges.",
|
|
586
|
+
"org.stridge.introduced": "0.0.0"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"control": {
|
|
590
|
+
"$type": "color",
|
|
591
|
+
"$value": "var(--noctis-engine-control-2)",
|
|
592
|
+
"$description": "Secondary button / segmented fill.",
|
|
593
|
+
"$extensions": {
|
|
594
|
+
"org.stridge.uuid": "91968d49-ee21-4e2f-b1fd-7c8f1141756b",
|
|
595
|
+
"org.stridge.cssVar": "--noctis-color-control",
|
|
596
|
+
"org.stridge.usage": "Secondary / default buttons and neutral count pills.",
|
|
597
|
+
"org.stridge.introduced": "0.0.0"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"control-foreground": {
|
|
601
|
+
"$type": "color",
|
|
602
|
+
"$value": "var(--noctis-engine-control-fg)",
|
|
603
|
+
"$description": "Label on a neutral (secondary) control.",
|
|
604
|
+
"$extensions": {
|
|
605
|
+
"org.stridge.uuid": "64c76e43-6fc4-4123-9ebc-14ae09338e2a",
|
|
606
|
+
"org.stridge.cssVar": "--noctis-color-control-foreground",
|
|
607
|
+
"org.stridge.usage": "Secondary-button / segmented label — auto-contrast white/black.",
|
|
608
|
+
"org.stridge.introduced": "0.0.0"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"control-hover": {
|
|
612
|
+
"$type": "color",
|
|
613
|
+
"$value": "var(--noctis-engine-control-2-hover)",
|
|
614
|
+
"$description": "Hover on a secondary control.",
|
|
615
|
+
"$extensions": {
|
|
616
|
+
"org.stridge.uuid": "74f35a1b-128e-46d3-bdc8-442df27dc8d8",
|
|
617
|
+
"org.stridge.cssVar": "--noctis-color-control-hover",
|
|
618
|
+
"org.stridge.usage": "Secondary-control hover.",
|
|
619
|
+
"org.stridge.introduced": "0.0.0"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"control-selected": {
|
|
623
|
+
"$type": "color",
|
|
624
|
+
"$value": "var(--noctis-engine-control-2-selected)",
|
|
625
|
+
"$description": "Pressed / active secondary control.",
|
|
626
|
+
"$extensions": {
|
|
627
|
+
"org.stridge.uuid": "7240ea3b-89a6-4266-85d8-25dcd4e3de15",
|
|
628
|
+
"org.stridge.cssVar": "--noctis-color-control-selected",
|
|
629
|
+
"org.stridge.usage": "Pressed / selected secondary control.",
|
|
630
|
+
"org.stridge.introduced": "0.0.0"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"control-selected-hover": {
|
|
634
|
+
"$type": "color",
|
|
635
|
+
"$value": "var(--noctis-engine-control-2-selected-hover)",
|
|
636
|
+
"$description": "Hover on an already-selected secondary control.",
|
|
637
|
+
"$extensions": {
|
|
638
|
+
"org.stridge.uuid": "45583f4b-b6ea-490e-b990-c0cc7a4208e7",
|
|
639
|
+
"org.stridge.cssVar": "--noctis-color-control-selected-hover",
|
|
640
|
+
"org.stridge.usage": "Hover on a selected segmented item / secondary toggle.",
|
|
641
|
+
"org.stridge.introduced": "0.0.0"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"control-ghost": {
|
|
645
|
+
"$type": "color",
|
|
646
|
+
"$value": "var(--noctis-engine-control-3)",
|
|
647
|
+
"$description": "Ghost button / menu item / tab at rest.",
|
|
648
|
+
"$extensions": {
|
|
649
|
+
"org.stridge.uuid": "8ffc9879-d7b0-47da-8769-9b1d45d8c1b3",
|
|
650
|
+
"org.stridge.cssVar": "--noctis-color-control-ghost",
|
|
651
|
+
"org.stridge.usage": "Ghost buttons, tabs, and menu items at rest.",
|
|
652
|
+
"org.stridge.introduced": "0.0.0"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"control-ghost-hover": {
|
|
656
|
+
"$type": "color",
|
|
657
|
+
"$value": "var(--noctis-engine-control-3-hover)",
|
|
658
|
+
"$description": "Hover on a menu item or tab.",
|
|
659
|
+
"$extensions": {
|
|
660
|
+
"org.stridge.uuid": "34481371-4d56-4bd5-875a-631fbcec8756",
|
|
661
|
+
"org.stridge.cssVar": "--noctis-color-control-ghost-hover",
|
|
662
|
+
"org.stridge.usage": "Menu-item and tab hover.",
|
|
663
|
+
"org.stridge.introduced": "0.0.0"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"control-ghost-selected": {
|
|
667
|
+
"$type": "color",
|
|
668
|
+
"$value": "var(--noctis-engine-control-3-selected)",
|
|
669
|
+
"$description": "Selected menu item / active tab.",
|
|
670
|
+
"$extensions": {
|
|
671
|
+
"org.stridge.uuid": "075072b5-24d2-4767-bfe0-9f6eb1700dbe",
|
|
672
|
+
"org.stridge.cssVar": "--noctis-color-control-ghost-selected",
|
|
673
|
+
"org.stridge.usage": "Selected menu item / active tab.",
|
|
674
|
+
"org.stridge.introduced": "0.0.0"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
"control-ghost-selected-hover": {
|
|
678
|
+
"$type": "color",
|
|
679
|
+
"$value": "var(--noctis-engine-control-3-selected-hover)",
|
|
680
|
+
"$description": "Hover on an already-selected tab/item.",
|
|
681
|
+
"$extensions": {
|
|
682
|
+
"org.stridge.uuid": "85774440-84d5-4b80-b033-9bfe823d1814",
|
|
683
|
+
"org.stridge.cssVar": "--noctis-color-control-ghost-selected-hover",
|
|
684
|
+
"org.stridge.usage": "Hover on an already-selected tab or menu item.",
|
|
685
|
+
"org.stridge.introduced": "0.0.0"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"field": {
|
|
689
|
+
"$type": "color",
|
|
690
|
+
"$value": "var(--noctis-engine-bg-3)",
|
|
691
|
+
"$description": "Input / textarea / select fill — a lifted surface layer.",
|
|
692
|
+
"$extensions": {
|
|
693
|
+
"org.stridge.uuid": "a067f155-d610-4715-9b7b-23c66522aeae",
|
|
694
|
+
"org.stridge.cssVar": "--noctis-color-field",
|
|
695
|
+
"org.stridge.usage": "Input / textarea / select fill; the raised `surface` layer, so the field lifts off the canvas TOWARD the raised pole in both modes — a clean near-white field in light (max text contrast) and a lighter panel in dark — instead of the mode-split control gray that muddied the light fill. Delimited by the `field-border` (border-strong).",
|
|
696
|
+
"org.stridge.introduced": "0.0.0"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"field-hover": {
|
|
700
|
+
"$type": "color",
|
|
701
|
+
"$value": "var(--noctis-engine-bg-4)",
|
|
702
|
+
"$description": "Input / select fill on hover.",
|
|
703
|
+
"$extensions": {
|
|
704
|
+
"org.stridge.uuid": "ea0d5950-3f76-4623-83b8-36a6db9358d7",
|
|
705
|
+
"org.stridge.cssVar": "--noctis-color-field-hover",
|
|
706
|
+
"org.stridge.usage": "Input / select fill on hover — the surface layer stepped one rung further toward the raised pole (`surface-hover`), so hover lifts in both modes.",
|
|
707
|
+
"org.stridge.introduced": "0.0.0"
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
"field-focus": {
|
|
711
|
+
"$type": "color",
|
|
712
|
+
"$value": "var(--noctis-engine-field-focus)",
|
|
713
|
+
"$description": "Input / select fill while focused (accent-tinted).",
|
|
714
|
+
"$extensions": {
|
|
715
|
+
"org.stridge.uuid": "e21b1dab-ca4b-4556-a24b-f307c62d9c5e",
|
|
716
|
+
"org.stridge.cssVar": "--noctis-color-field-focus",
|
|
717
|
+
"org.stridge.usage": "Focused input / select fill — the accent-tinted focus surface.",
|
|
718
|
+
"org.stridge.introduced": "0.0.0"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"toggle-track-off": {
|
|
722
|
+
"$type": "color",
|
|
723
|
+
"$value": "var(--noctis-engine-control-2)",
|
|
724
|
+
"$description": "Switch track, off.",
|
|
725
|
+
"$extensions": {
|
|
726
|
+
"org.stridge.uuid": "cbbb77de-9c34-415f-9548-c763ef8ec5f3",
|
|
727
|
+
"org.stridge.cssVar": "--noctis-color-toggle-track-off",
|
|
728
|
+
"org.stridge.usage": "Switch track, off.",
|
|
729
|
+
"org.stridge.introduced": "0.0.0"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"toggle-track-off-hover": {
|
|
733
|
+
"$type": "color",
|
|
734
|
+
"$value": "var(--noctis-engine-control-2-hover)",
|
|
735
|
+
"$description": "Switch track, off, hover.",
|
|
736
|
+
"$extensions": {
|
|
737
|
+
"org.stridge.uuid": "75a86347-2e37-453d-848a-9260b4b5186b",
|
|
738
|
+
"org.stridge.cssVar": "--noctis-color-toggle-track-off-hover",
|
|
739
|
+
"org.stridge.usage": "Switch track, off, hover.",
|
|
740
|
+
"org.stridge.introduced": "0.0.0"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"toggle-track-on": {
|
|
744
|
+
"$type": "color",
|
|
745
|
+
"$value": "var(--noctis-engine-accent)",
|
|
746
|
+
"$description": "Switch track, on (accent).",
|
|
747
|
+
"$extensions": {
|
|
748
|
+
"org.stridge.uuid": "8620cecf-e401-486a-b73c-7bed3328a308",
|
|
749
|
+
"org.stridge.cssVar": "--noctis-color-toggle-track-on",
|
|
750
|
+
"org.stridge.usage": "Switch track, on — the accent.",
|
|
751
|
+
"org.stridge.introduced": "0.0.0"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
"toggle-track-on-hover": {
|
|
755
|
+
"$type": "color",
|
|
756
|
+
"$value": "var(--noctis-engine-accent-hover)",
|
|
757
|
+
"$description": "Switch track, on, hover.",
|
|
758
|
+
"$extensions": {
|
|
759
|
+
"org.stridge.uuid": "58e67deb-b1d0-4ab3-9bf4-16591627d383",
|
|
760
|
+
"org.stridge.cssVar": "--noctis-color-toggle-track-on-hover",
|
|
761
|
+
"org.stridge.usage": "Switch track, on, hover.",
|
|
762
|
+
"org.stridge.introduced": "0.0.0"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"toggle-track-on-disabled": {
|
|
766
|
+
"$type": "color",
|
|
767
|
+
"$value": "var(--noctis-engine-accent)",
|
|
768
|
+
"$description": "Switch track, on, disabled (stays accent).",
|
|
769
|
+
"$extensions": {
|
|
770
|
+
"org.stridge.uuid": "e04fd428-08ce-4b1a-91eb-18ab2b2e3ea2",
|
|
771
|
+
"org.stridge.cssVar": "--noctis-color-toggle-track-on-disabled",
|
|
772
|
+
"org.stridge.usage": "Disabled on-toggle — stays full accent, dimmed by opacity.",
|
|
773
|
+
"org.stridge.introduced": "0.0.0"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"toggle-thumb": {
|
|
777
|
+
"$type": "color",
|
|
778
|
+
"$value": "var(--noctis-engine-fg-1)",
|
|
779
|
+
"$description": "Switch thumb.",
|
|
780
|
+
"$extensions": {
|
|
781
|
+
"org.stridge.uuid": "ac1cca5d-d4d5-4c79-8e93-f4658adbbe9b",
|
|
782
|
+
"org.stridge.cssVar": "--noctis-color-toggle-thumb",
|
|
783
|
+
"org.stridge.usage": "Switch knob — consistently white.",
|
|
784
|
+
"org.stridge.introduced": "0.0.0"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"checkbox": {
|
|
788
|
+
"$type": "color",
|
|
789
|
+
"$value": "var(--noctis-engine-input-bg)",
|
|
790
|
+
"$description": "Checkbox rest fill.",
|
|
791
|
+
"$extensions": {
|
|
792
|
+
"org.stridge.uuid": "666d8c24-7d85-4aca-8c81-d27d4afbea46",
|
|
793
|
+
"org.stridge.cssVar": "--noctis-color-checkbox",
|
|
794
|
+
"org.stridge.usage": "Checkbox rest fill; the `field` input background, so the box reads as a field chip beside radio/switch.",
|
|
795
|
+
"org.stridge.introduced": "0.0.0"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"checkbox-checked": {
|
|
799
|
+
"$type": "color",
|
|
800
|
+
"$value": "var(--noctis-engine-accent)",
|
|
801
|
+
"$description": "Checkbox checked fill (accent).",
|
|
802
|
+
"$extensions": {
|
|
803
|
+
"org.stridge.uuid": "4ec17848-ae10-404a-8679-9722b052f4d7",
|
|
804
|
+
"org.stridge.cssVar": "--noctis-color-checkbox-checked",
|
|
805
|
+
"org.stridge.usage": "Checkbox checked fill — the accent.",
|
|
806
|
+
"org.stridge.introduced": "0.0.0"
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"checkbox-check": {
|
|
810
|
+
"$type": "color",
|
|
811
|
+
"$value": "var(--noctis-engine-accent-fg)",
|
|
812
|
+
"$description": "Checkmark glyph color.",
|
|
813
|
+
"$extensions": {
|
|
814
|
+
"org.stridge.uuid": "fed23ad0-0c36-4863-832f-f84f79a12a03",
|
|
815
|
+
"org.stridge.cssVar": "--noctis-color-checkbox-check",
|
|
816
|
+
"org.stridge.usage": "Checkmark glyph on a checked box.",
|
|
817
|
+
"org.stridge.introduced": "0.0.0"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"radio-checked": {
|
|
821
|
+
"$type": "color",
|
|
822
|
+
"$value": "var(--noctis-engine-accent)",
|
|
823
|
+
"$description": "Radio checked dot/fill (accent).",
|
|
824
|
+
"$extensions": {
|
|
825
|
+
"org.stridge.uuid": "ac505805-f7c3-4ff2-980d-d586055ffd3b",
|
|
826
|
+
"org.stridge.cssVar": "--noctis-color-radio-checked",
|
|
827
|
+
"org.stridge.usage": "Radio checked dot/fill — the accent.",
|
|
828
|
+
"org.stridge.introduced": "0.0.0"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"radio": {
|
|
832
|
+
"$type": "color",
|
|
833
|
+
"$value": "var(--noctis-engine-input-bg)",
|
|
834
|
+
"$description": "Radio rest fill.",
|
|
835
|
+
"$extensions": {
|
|
836
|
+
"org.stridge.uuid": "c9a9bd31-0a9f-473d-ac30-eece38628de5",
|
|
837
|
+
"org.stridge.cssVar": "--noctis-color-radio",
|
|
838
|
+
"org.stridge.usage": "Radio rest fill; the same `input-bg` the checkbox box uses, so the two read as one field-chip family on any surface (binding it to the lifted `field` would float the empty circle a step lighter than the matching checkbox box).",
|
|
839
|
+
"org.stridge.introduced": "0.0.0"
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
"kbd": {
|
|
843
|
+
"$type": "color",
|
|
844
|
+
"$value": "var(--noctis-engine-control-2)",
|
|
845
|
+
"$description": "Key-cap background.",
|
|
846
|
+
"$extensions": {
|
|
847
|
+
"org.stridge.uuid": "781315a0-3223-412f-9c0c-39fa5fc9f7ca",
|
|
848
|
+
"org.stridge.cssVar": "--noctis-color-kbd",
|
|
849
|
+
"org.stridge.usage": "Keyboard key-cap background in tooltips and menus.",
|
|
850
|
+
"org.stridge.introduced": "0.0.0"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"scrollbar-thumb": {
|
|
854
|
+
"$type": "color",
|
|
855
|
+
"$value": "var(--noctis-engine-scrollbar)",
|
|
856
|
+
"$description": "Scrollbar thumb.",
|
|
857
|
+
"$extensions": {
|
|
858
|
+
"org.stridge.uuid": "d8dfdf5e-b427-4c93-9954-9d55608a9db9",
|
|
859
|
+
"org.stridge.cssVar": "--noctis-color-scrollbar-thumb",
|
|
860
|
+
"org.stridge.usage": "Scrollbar thumb.",
|
|
861
|
+
"org.stridge.introduced": "0.0.0"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
"scrollbar-track": {
|
|
865
|
+
"$type": "color",
|
|
866
|
+
"$value": "var(--noctis-engine-bg-sunken)",
|
|
867
|
+
"$description": "Scrollbar track.",
|
|
868
|
+
"$extensions": {
|
|
869
|
+
"org.stridge.uuid": "78d09ff2-222f-4f2d-983b-0f32fe8ba454",
|
|
870
|
+
"org.stridge.cssVar": "--noctis-color-scrollbar-track",
|
|
871
|
+
"org.stridge.usage": "Scrollbar track (the sunken well).",
|
|
872
|
+
"org.stridge.introduced": "0.0.0"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"selection": {
|
|
876
|
+
"$type": "color",
|
|
877
|
+
"$value": "var(--noctis-engine-selection-bg)",
|
|
878
|
+
"$description": "Text-selection highlight.",
|
|
879
|
+
"$extensions": {
|
|
880
|
+
"org.stridge.uuid": "ef718e7b-307a-4a7b-92d2-acf43d3dfad9",
|
|
881
|
+
"org.stridge.cssVar": "--noctis-color-selection",
|
|
882
|
+
"org.stridge.usage": "Text-selection highlight (muted text at low alpha).",
|
|
883
|
+
"org.stridge.introduced": "0.0.0"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"chart-positive": {
|
|
887
|
+
"$type": "color",
|
|
888
|
+
"$value": "var(--noctis-engine-success)",
|
|
889
|
+
"$description": "Up / gain trend.",
|
|
890
|
+
"$extensions": {
|
|
891
|
+
"org.stridge.uuid": "a9538c91-38d3-4e10-a73a-c7ed1af87d48",
|
|
892
|
+
"org.stridge.cssVar": "--noctis-color-chart-positive",
|
|
893
|
+
"org.stridge.usage": "Up / gain trend in charts (= success).",
|
|
894
|
+
"org.stridge.introduced": "0.0.0"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"chart-negative": {
|
|
898
|
+
"$type": "color",
|
|
899
|
+
"$value": "var(--noctis-engine-danger)",
|
|
900
|
+
"$description": "Down / loss trend.",
|
|
901
|
+
"$extensions": {
|
|
902
|
+
"org.stridge.uuid": "42bcfb16-801e-4024-89a0-ee4d16976723",
|
|
903
|
+
"org.stridge.cssVar": "--noctis-color-chart-negative",
|
|
904
|
+
"org.stridge.usage": "Down / loss trend in charts (= danger).",
|
|
905
|
+
"org.stridge.introduced": "0.0.0"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"chart-neutral": {
|
|
909
|
+
"$type": "color",
|
|
910
|
+
"$value": "var(--noctis-engine-fg-3)",
|
|
911
|
+
"$description": "Flat / baseline series.",
|
|
912
|
+
"$extensions": {
|
|
913
|
+
"org.stridge.uuid": "7ec01674-e30e-49de-9571-57d3a3b7cf16",
|
|
914
|
+
"org.stridge.cssVar": "--noctis-color-chart-neutral",
|
|
915
|
+
"org.stridge.usage": "Flat / baseline chart series (= muted text).",
|
|
916
|
+
"org.stridge.introduced": "0.0.0"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"chart-axis": {
|
|
920
|
+
"$type": "color",
|
|
921
|
+
"$value": "var(--noctis-engine-fg-4)",
|
|
922
|
+
"$description": "Axis labels and tick text.",
|
|
923
|
+
"$extensions": {
|
|
924
|
+
"org.stridge.uuid": "1d12f16e-4a97-4464-b24e-e7541a690320",
|
|
925
|
+
"org.stridge.cssVar": "--noctis-color-chart-axis",
|
|
926
|
+
"org.stridge.usage": "Chart axis labels and tick text.",
|
|
927
|
+
"org.stridge.introduced": "0.0.0"
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
"chart-track": {
|
|
931
|
+
"$type": "color",
|
|
932
|
+
"$value": "var(--noctis-engine-bg-sunken)",
|
|
933
|
+
"$description": "Empty bar / gauge remainder.",
|
|
934
|
+
"$extensions": {
|
|
935
|
+
"org.stridge.uuid": "b1982c63-1dd2-491b-ab6b-9d04f9d1c7a4",
|
|
936
|
+
"org.stridge.cssVar": "--noctis-color-chart-track",
|
|
937
|
+
"org.stridge.usage": "Empty bar / gauge remainder track.",
|
|
938
|
+
"org.stridge.introduced": "0.0.0"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"chart-tooltip": {
|
|
942
|
+
"$type": "color",
|
|
943
|
+
"$value": "var(--noctis-engine-bg-5)",
|
|
944
|
+
"$description": "Chart tooltip surface.",
|
|
945
|
+
"$extensions": {
|
|
946
|
+
"org.stridge.uuid": "33938def-cedb-45c5-b222-1113b08b5446",
|
|
947
|
+
"org.stridge.cssVar": "--noctis-color-chart-tooltip",
|
|
948
|
+
"org.stridge.usage": "Chart tooltip surface (an elevated surface).",
|
|
949
|
+
"org.stridge.introduced": "0.0.0"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"chart-grid": {
|
|
953
|
+
"$type": "color",
|
|
954
|
+
"$value": "var(--noctis-engine-border-faint)",
|
|
955
|
+
"$description": "Gridlines and axis ticks.",
|
|
956
|
+
"$extensions": {
|
|
957
|
+
"org.stridge.uuid": "ae5e87ee-2e4e-4a45-9c06-2abaf89fba94",
|
|
958
|
+
"org.stridge.cssVar": "--noctis-color-chart-grid",
|
|
959
|
+
"org.stridge.usage": "Chart gridlines and axis ticks (= faint border).",
|
|
960
|
+
"org.stridge.introduced": "0.0.0"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"danger": {
|
|
964
|
+
"$type": "color",
|
|
965
|
+
"$value": "var(--noctis-engine-danger)",
|
|
966
|
+
"$description": "Destructive and error states. Solid fill.",
|
|
967
|
+
"$extensions": {
|
|
968
|
+
"org.stridge.uuid": "4b7f6e8d-0eda-4936-83fb-dfbcbfb823e5",
|
|
969
|
+
"org.stridge.cssVar": "--noctis-color-danger",
|
|
970
|
+
"org.stridge.usage": "Solid danger fill — badges, dots, bars; also colored text via text-danger.",
|
|
971
|
+
"org.stridge.introduced": "0.0.0"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"danger-foreground": {
|
|
975
|
+
"$type": "color",
|
|
976
|
+
"$value": "var(--noctis-engine-danger-fg)",
|
|
977
|
+
"$description": "Text on a danger fill.",
|
|
978
|
+
"$extensions": {
|
|
979
|
+
"org.stridge.uuid": "a1e2d574-6372-4537-84e9-753776877d2e",
|
|
980
|
+
"org.stridge.cssVar": "--noctis-color-danger-foreground",
|
|
981
|
+
"org.stridge.usage": "Text on a solid danger fill.",
|
|
982
|
+
"org.stridge.introduced": "0.0.0"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"danger-muted": {
|
|
986
|
+
"$type": "color",
|
|
987
|
+
"$value": "var(--noctis-engine-danger-muted)",
|
|
988
|
+
"$description": "Low-emphasis danger surface.",
|
|
989
|
+
"$extensions": {
|
|
990
|
+
"org.stridge.uuid": "43ff7514-e896-4d9c-a754-2d3063de3dea",
|
|
991
|
+
"org.stridge.cssVar": "--noctis-color-danger-muted",
|
|
992
|
+
"org.stridge.usage": "Alert / callout danger surface.",
|
|
993
|
+
"org.stridge.introduced": "0.0.0"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"danger-muted-foreground": {
|
|
997
|
+
"$type": "color",
|
|
998
|
+
"$value": "var(--noctis-engine-danger-muted-fg)",
|
|
999
|
+
"$description": "Text on a muted danger surface.",
|
|
1000
|
+
"$extensions": {
|
|
1001
|
+
"org.stridge.uuid": "e7d18a66-8d42-44d5-a239-73bedb58ac4b",
|
|
1002
|
+
"org.stridge.cssVar": "--noctis-color-danger-muted-foreground",
|
|
1003
|
+
"org.stridge.usage": "Text on a muted danger surface.",
|
|
1004
|
+
"org.stridge.introduced": "0.0.0"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"danger-hover": {
|
|
1008
|
+
"$type": "color",
|
|
1009
|
+
"$value": "var(--noctis-engine-danger-hover)",
|
|
1010
|
+
"$description": "Danger fill hover.",
|
|
1011
|
+
"$extensions": {
|
|
1012
|
+
"org.stridge.uuid": "f3c69e42-fd25-4fd1-a320-8ecaf9b83808",
|
|
1013
|
+
"org.stridge.cssVar": "--noctis-color-danger-hover",
|
|
1014
|
+
"org.stridge.usage": "Hover on a solid danger fill — e.g. destructive button hover.",
|
|
1015
|
+
"org.stridge.introduced": "0.0.0"
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"danger-faint": {
|
|
1019
|
+
"$type": "color",
|
|
1020
|
+
"$value": "var(--noctis-engine-danger-tint)",
|
|
1021
|
+
"$description": "Faintest danger wash (row highlight).",
|
|
1022
|
+
"$extensions": {
|
|
1023
|
+
"org.stridge.uuid": "78ac346a-cfe2-45d5-8e24-0fd86d6abe4c",
|
|
1024
|
+
"org.stridge.cssVar": "--noctis-color-danger-faint",
|
|
1025
|
+
"org.stridge.usage": "Faintest danger wash — row highlight, status-card tint.",
|
|
1026
|
+
"org.stridge.introduced": "0.0.0"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"danger-border": {
|
|
1030
|
+
"$type": "color",
|
|
1031
|
+
"$value": "var(--noctis-engine-danger-border)",
|
|
1032
|
+
"$description": "Outline for a muted danger surface.",
|
|
1033
|
+
"$extensions": {
|
|
1034
|
+
"org.stridge.uuid": "6dc10a18-e6df-479f-975d-0de607e07dbe",
|
|
1035
|
+
"org.stridge.cssVar": "--noctis-color-danger-border",
|
|
1036
|
+
"org.stridge.usage": "Outline for a muted danger callout.",
|
|
1037
|
+
"org.stridge.introduced": "0.0.0"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"success": {
|
|
1041
|
+
"$type": "color",
|
|
1042
|
+
"$value": "var(--noctis-engine-success)",
|
|
1043
|
+
"$description": "Positive and confirmation states. Solid fill.",
|
|
1044
|
+
"$extensions": {
|
|
1045
|
+
"org.stridge.uuid": "a1f0a3a8-017c-4a1b-9f3f-8a6fbf084c13",
|
|
1046
|
+
"org.stridge.cssVar": "--noctis-color-success",
|
|
1047
|
+
"org.stridge.usage": "Solid success fill — badges, dots, bars; also colored text via text-success.",
|
|
1048
|
+
"org.stridge.introduced": "0.0.0"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"success-foreground": {
|
|
1052
|
+
"$type": "color",
|
|
1053
|
+
"$value": "var(--noctis-engine-success-fg)",
|
|
1054
|
+
"$description": "Text on a success fill.",
|
|
1055
|
+
"$extensions": {
|
|
1056
|
+
"org.stridge.uuid": "6229ee2d-a40b-4664-a013-78f67ec462e9",
|
|
1057
|
+
"org.stridge.cssVar": "--noctis-color-success-foreground",
|
|
1058
|
+
"org.stridge.usage": "Text on a solid success fill.",
|
|
1059
|
+
"org.stridge.introduced": "0.0.0"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"success-muted": {
|
|
1063
|
+
"$type": "color",
|
|
1064
|
+
"$value": "var(--noctis-engine-success-muted)",
|
|
1065
|
+
"$description": "Low-emphasis success surface.",
|
|
1066
|
+
"$extensions": {
|
|
1067
|
+
"org.stridge.uuid": "6430d010-2e0e-4882-a2a3-7fb92a647a40",
|
|
1068
|
+
"org.stridge.cssVar": "--noctis-color-success-muted",
|
|
1069
|
+
"org.stridge.usage": "Alert / callout success surface.",
|
|
1070
|
+
"org.stridge.introduced": "0.0.0"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"success-muted-foreground": {
|
|
1074
|
+
"$type": "color",
|
|
1075
|
+
"$value": "var(--noctis-engine-success-muted-fg)",
|
|
1076
|
+
"$description": "Text on a muted success surface.",
|
|
1077
|
+
"$extensions": {
|
|
1078
|
+
"org.stridge.uuid": "523d6ab6-fe21-434d-b9b5-9ada81ba5b96",
|
|
1079
|
+
"org.stridge.cssVar": "--noctis-color-success-muted-foreground",
|
|
1080
|
+
"org.stridge.usage": "Text on a muted success surface.",
|
|
1081
|
+
"org.stridge.introduced": "0.0.0"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"success-hover": {
|
|
1085
|
+
"$type": "color",
|
|
1086
|
+
"$value": "var(--noctis-engine-success-hover)",
|
|
1087
|
+
"$description": "Success fill hover.",
|
|
1088
|
+
"$extensions": {
|
|
1089
|
+
"org.stridge.uuid": "20f9c43b-8791-4c84-a509-94ddc495afd2",
|
|
1090
|
+
"org.stridge.cssVar": "--noctis-color-success-hover",
|
|
1091
|
+
"org.stridge.usage": "Hover on a solid success fill — e.g. destructive button hover.",
|
|
1092
|
+
"org.stridge.introduced": "0.0.0"
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"success-faint": {
|
|
1096
|
+
"$type": "color",
|
|
1097
|
+
"$value": "var(--noctis-engine-success-tint)",
|
|
1098
|
+
"$description": "Faintest success wash (row highlight).",
|
|
1099
|
+
"$extensions": {
|
|
1100
|
+
"org.stridge.uuid": "a1cbc49a-1b39-4b35-85d2-7f882ba55ca3",
|
|
1101
|
+
"org.stridge.cssVar": "--noctis-color-success-faint",
|
|
1102
|
+
"org.stridge.usage": "Faintest success wash — row highlight, status-card tint.",
|
|
1103
|
+
"org.stridge.introduced": "0.0.0"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"success-border": {
|
|
1107
|
+
"$type": "color",
|
|
1108
|
+
"$value": "var(--noctis-engine-success-border)",
|
|
1109
|
+
"$description": "Outline for a muted success surface.",
|
|
1110
|
+
"$extensions": {
|
|
1111
|
+
"org.stridge.uuid": "a81079bf-8dbc-478f-a77a-a209cf61ff9f",
|
|
1112
|
+
"org.stridge.cssVar": "--noctis-color-success-border",
|
|
1113
|
+
"org.stridge.usage": "Outline for a muted success callout.",
|
|
1114
|
+
"org.stridge.introduced": "0.0.0"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"warning": {
|
|
1118
|
+
"$type": "color",
|
|
1119
|
+
"$value": "var(--noctis-engine-warning)",
|
|
1120
|
+
"$description": "Caution states. Solid fill.",
|
|
1121
|
+
"$extensions": {
|
|
1122
|
+
"org.stridge.uuid": "11492c7a-f21d-4284-8e8f-dfe3fc203285",
|
|
1123
|
+
"org.stridge.cssVar": "--noctis-color-warning",
|
|
1124
|
+
"org.stridge.usage": "Solid warning fill — badges, dots, bars; also colored text via text-warning.",
|
|
1125
|
+
"org.stridge.introduced": "0.0.0"
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
"warning-foreground": {
|
|
1129
|
+
"$type": "color",
|
|
1130
|
+
"$value": "var(--noctis-engine-warning-fg)",
|
|
1131
|
+
"$description": "Text on a warning fill.",
|
|
1132
|
+
"$extensions": {
|
|
1133
|
+
"org.stridge.uuid": "8b21dfed-cba6-4bea-adc2-a4840e252c37",
|
|
1134
|
+
"org.stridge.cssVar": "--noctis-color-warning-foreground",
|
|
1135
|
+
"org.stridge.usage": "Text on a solid warning fill.",
|
|
1136
|
+
"org.stridge.introduced": "0.0.0"
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
"warning-muted": {
|
|
1140
|
+
"$type": "color",
|
|
1141
|
+
"$value": "var(--noctis-engine-warning-muted)",
|
|
1142
|
+
"$description": "Low-emphasis warning surface.",
|
|
1143
|
+
"$extensions": {
|
|
1144
|
+
"org.stridge.uuid": "db386298-f163-4eb6-b6ac-11b1944e40c4",
|
|
1145
|
+
"org.stridge.cssVar": "--noctis-color-warning-muted",
|
|
1146
|
+
"org.stridge.usage": "Alert / callout warning surface.",
|
|
1147
|
+
"org.stridge.introduced": "0.0.0"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
"warning-muted-foreground": {
|
|
1151
|
+
"$type": "color",
|
|
1152
|
+
"$value": "var(--noctis-engine-warning-muted-fg)",
|
|
1153
|
+
"$description": "Text on a muted warning surface.",
|
|
1154
|
+
"$extensions": {
|
|
1155
|
+
"org.stridge.uuid": "96fb5040-096d-48b2-9132-ad5c22069d99",
|
|
1156
|
+
"org.stridge.cssVar": "--noctis-color-warning-muted-foreground",
|
|
1157
|
+
"org.stridge.usage": "Text on a muted warning surface.",
|
|
1158
|
+
"org.stridge.introduced": "0.0.0"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"warning-hover": {
|
|
1162
|
+
"$type": "color",
|
|
1163
|
+
"$value": "var(--noctis-engine-warning-hover)",
|
|
1164
|
+
"$description": "Warning fill hover.",
|
|
1165
|
+
"$extensions": {
|
|
1166
|
+
"org.stridge.uuid": "766ddec8-b462-4a72-8f15-2f78f14eba77",
|
|
1167
|
+
"org.stridge.cssVar": "--noctis-color-warning-hover",
|
|
1168
|
+
"org.stridge.usage": "Hover on a solid warning fill — e.g. destructive button hover.",
|
|
1169
|
+
"org.stridge.introduced": "0.0.0"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"warning-faint": {
|
|
1173
|
+
"$type": "color",
|
|
1174
|
+
"$value": "var(--noctis-engine-warning-tint)",
|
|
1175
|
+
"$description": "Faintest warning wash (row highlight).",
|
|
1176
|
+
"$extensions": {
|
|
1177
|
+
"org.stridge.uuid": "ddc1ce0b-ec66-4f1f-8c97-1cbca86d2abc",
|
|
1178
|
+
"org.stridge.cssVar": "--noctis-color-warning-faint",
|
|
1179
|
+
"org.stridge.usage": "Faintest warning wash — row highlight, status-card tint.",
|
|
1180
|
+
"org.stridge.introduced": "0.0.0"
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
"warning-border": {
|
|
1184
|
+
"$type": "color",
|
|
1185
|
+
"$value": "var(--noctis-engine-warning-border)",
|
|
1186
|
+
"$description": "Outline for a muted warning surface.",
|
|
1187
|
+
"$extensions": {
|
|
1188
|
+
"org.stridge.uuid": "e950a0b2-773b-46ff-bb25-4202aad40667",
|
|
1189
|
+
"org.stridge.cssVar": "--noctis-color-warning-border",
|
|
1190
|
+
"org.stridge.usage": "Outline for a muted warning callout.",
|
|
1191
|
+
"org.stridge.introduced": "0.0.0"
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
"info": {
|
|
1195
|
+
"$type": "color",
|
|
1196
|
+
"$value": "var(--noctis-engine-info)",
|
|
1197
|
+
"$description": "Informational states. Solid fill.",
|
|
1198
|
+
"$extensions": {
|
|
1199
|
+
"org.stridge.uuid": "f423cb2a-a96c-4048-a01d-95047f5c8a30",
|
|
1200
|
+
"org.stridge.cssVar": "--noctis-color-info",
|
|
1201
|
+
"org.stridge.usage": "Solid info fill — badges, dots, bars; also colored text via text-info.",
|
|
1202
|
+
"org.stridge.introduced": "0.0.0"
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"info-foreground": {
|
|
1206
|
+
"$type": "color",
|
|
1207
|
+
"$value": "var(--noctis-engine-info-fg)",
|
|
1208
|
+
"$description": "Text on a info fill.",
|
|
1209
|
+
"$extensions": {
|
|
1210
|
+
"org.stridge.uuid": "85d219af-0432-4809-90b1-1dcce064eebf",
|
|
1211
|
+
"org.stridge.cssVar": "--noctis-color-info-foreground",
|
|
1212
|
+
"org.stridge.usage": "Text on a solid info fill.",
|
|
1213
|
+
"org.stridge.introduced": "0.0.0"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"info-muted": {
|
|
1217
|
+
"$type": "color",
|
|
1218
|
+
"$value": "var(--noctis-engine-info-muted)",
|
|
1219
|
+
"$description": "Low-emphasis info surface.",
|
|
1220
|
+
"$extensions": {
|
|
1221
|
+
"org.stridge.uuid": "cebaa4b5-95bf-417d-9b10-2de4d3d0fd31",
|
|
1222
|
+
"org.stridge.cssVar": "--noctis-color-info-muted",
|
|
1223
|
+
"org.stridge.usage": "Alert / callout info surface.",
|
|
1224
|
+
"org.stridge.introduced": "0.0.0"
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"info-muted-foreground": {
|
|
1228
|
+
"$type": "color",
|
|
1229
|
+
"$value": "var(--noctis-engine-info-muted-fg)",
|
|
1230
|
+
"$description": "Text on a muted info surface.",
|
|
1231
|
+
"$extensions": {
|
|
1232
|
+
"org.stridge.uuid": "d2e464de-4620-4329-8f3c-cd7323748869",
|
|
1233
|
+
"org.stridge.cssVar": "--noctis-color-info-muted-foreground",
|
|
1234
|
+
"org.stridge.usage": "Text on a muted info surface.",
|
|
1235
|
+
"org.stridge.introduced": "0.0.0"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"info-hover": {
|
|
1239
|
+
"$type": "color",
|
|
1240
|
+
"$value": "var(--noctis-engine-info-hover)",
|
|
1241
|
+
"$description": "Info fill hover.",
|
|
1242
|
+
"$extensions": {
|
|
1243
|
+
"org.stridge.uuid": "54797706-3880-40c2-9d96-1fca5aec1264",
|
|
1244
|
+
"org.stridge.cssVar": "--noctis-color-info-hover",
|
|
1245
|
+
"org.stridge.usage": "Hover on a solid info fill — e.g. destructive button hover.",
|
|
1246
|
+
"org.stridge.introduced": "0.0.0"
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
"info-faint": {
|
|
1250
|
+
"$type": "color",
|
|
1251
|
+
"$value": "var(--noctis-engine-info-tint)",
|
|
1252
|
+
"$description": "Faintest info wash (row highlight).",
|
|
1253
|
+
"$extensions": {
|
|
1254
|
+
"org.stridge.uuid": "26b6f00a-d222-4efb-b3a1-05c5258af77c",
|
|
1255
|
+
"org.stridge.cssVar": "--noctis-color-info-faint",
|
|
1256
|
+
"org.stridge.usage": "Faintest info wash — row highlight, status-card tint.",
|
|
1257
|
+
"org.stridge.introduced": "0.0.0"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"info-border": {
|
|
1261
|
+
"$type": "color",
|
|
1262
|
+
"$value": "var(--noctis-engine-info-border)",
|
|
1263
|
+
"$description": "Outline for a muted info surface.",
|
|
1264
|
+
"$extensions": {
|
|
1265
|
+
"org.stridge.uuid": "8d848599-2490-4020-8cac-48b2efacde89",
|
|
1266
|
+
"org.stridge.cssVar": "--noctis-color-info-border",
|
|
1267
|
+
"org.stridge.usage": "Outline for a muted info callout.",
|
|
1268
|
+
"org.stridge.introduced": "0.0.0"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"presence-online": {
|
|
1272
|
+
"$type": "color",
|
|
1273
|
+
"$value": "var(--noctis-engine-success)",
|
|
1274
|
+
"$description": "Availability dot — online / active.",
|
|
1275
|
+
"$extensions": {
|
|
1276
|
+
"org.stridge.uuid": "69bd9a74-c417-4a97-8c19-70b30c8cfbb3",
|
|
1277
|
+
"org.stridge.cssVar": "--noctis-color-presence-online",
|
|
1278
|
+
"org.stridge.usage": "The presence indicator fill for an available user; aliases the success engine value.",
|
|
1279
|
+
"org.stridge.introduced": "0.0.0"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"presence-busy": {
|
|
1283
|
+
"$type": "color",
|
|
1284
|
+
"$value": "var(--noctis-engine-danger)",
|
|
1285
|
+
"$description": "Availability dot — busy / do-not-disturb.",
|
|
1286
|
+
"$extensions": {
|
|
1287
|
+
"org.stridge.uuid": "850ef550-3c8f-49cf-a329-ed1d74309825",
|
|
1288
|
+
"org.stridge.cssVar": "--noctis-color-presence-busy",
|
|
1289
|
+
"org.stridge.usage": "The presence indicator fill for a busy user; aliases the danger engine value.",
|
|
1290
|
+
"org.stridge.introduced": "0.0.0"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
"presence-focus": {
|
|
1294
|
+
"$type": "color",
|
|
1295
|
+
"$value": "var(--noctis-engine-accent)",
|
|
1296
|
+
"$description": "Availability dot — in focus / heads-down.",
|
|
1297
|
+
"$extensions": {
|
|
1298
|
+
"org.stridge.uuid": "923fe899-69d1-4e8c-8350-8539723b9921",
|
|
1299
|
+
"org.stridge.cssVar": "--noctis-color-presence-focus",
|
|
1300
|
+
"org.stridge.usage": "The presence indicator fill for a user in focus mode; the one accent signal on an avatar, aliasing the accent engine value.",
|
|
1301
|
+
"org.stridge.introduced": "0.0.0"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"presence-away": {
|
|
1305
|
+
"$type": "color",
|
|
1306
|
+
"$value": "var(--noctis-engine-warning)",
|
|
1307
|
+
"$description": "Availability dot — away / idle.",
|
|
1308
|
+
"$extensions": {
|
|
1309
|
+
"org.stridge.uuid": "49006ba9-4c82-49d3-83a0-b84e2e1a1cfc",
|
|
1310
|
+
"org.stridge.cssVar": "--noctis-color-presence-away",
|
|
1311
|
+
"org.stridge.usage": "The presence indicator fill for an idle user; aliases the warning engine value.",
|
|
1312
|
+
"org.stridge.introduced": "0.0.0"
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"presence-offline": {
|
|
1316
|
+
"$type": "color",
|
|
1317
|
+
"$value": "var(--noctis-engine-fg-3)",
|
|
1318
|
+
"$description": "Availability dot — offline / inactive.",
|
|
1319
|
+
"$extensions": {
|
|
1320
|
+
"org.stridge.uuid": "6e0a75d6-e39f-4993-8122-980771dc1405",
|
|
1321
|
+
"org.stridge.cssVar": "--noctis-color-presence-offline",
|
|
1322
|
+
"org.stridge.usage": "The presence indicator fill for an offline user; a muted neutral aliasing the tertiary-text engine value.",
|
|
1323
|
+
"org.stridge.introduced": "0.0.0"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
"text-disabled": {
|
|
1327
|
+
"$type": "color",
|
|
1328
|
+
"$value": "color-mix(in oklch, var(--noctis-engine-fg-4) 55%, transparent)",
|
|
1329
|
+
"$description": "Disabled text where reduced opacity is inappropriate.",
|
|
1330
|
+
"$extensions": {
|
|
1331
|
+
"org.stridge.uuid": "fc02f2e2-77c0-4e43-8f14-5f26d16f36f1",
|
|
1332
|
+
"org.stridge.cssVar": "--noctis-color-text-disabled",
|
|
1333
|
+
"org.stridge.usage": "Disabled text over busy rows where dimming the whole element is wrong.",
|
|
1334
|
+
"org.stridge.introduced": "0.0.0"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"well": {
|
|
1338
|
+
"$type": "color",
|
|
1339
|
+
"$value": "color-mix(in oklch, var(--noctis-engine-fg-1) 20%, transparent)",
|
|
1340
|
+
"$description": "Recessed-well / track fill that stays visible on any surface.",
|
|
1341
|
+
"$extensions": {
|
|
1342
|
+
"org.stridge.uuid": "4e1b2bce-53d9-47fe-be88-583041a0bc01",
|
|
1343
|
+
"org.stridge.cssVar": "--noctis-color-well",
|
|
1344
|
+
"org.stridge.usage": "The unfilled bed of a track, gutter, or recessed region — a translucent foreground overlay so it self-adapts to whatever surface sits behind it.",
|
|
1345
|
+
"org.stridge.introduced": "0.1.0-alpha.2"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"chart-1": {
|
|
1349
|
+
"$type": "color",
|
|
1350
|
+
"$value": "oklch(0.7 0.15 264)",
|
|
1351
|
+
"$description": "Categorical chart series 1.",
|
|
1352
|
+
"$extensions": {
|
|
1353
|
+
"org.stridge.uuid": "45be4a2b-5971-4a3c-9c6e-289ba72c3e63",
|
|
1354
|
+
"org.stridge.cssVar": "--noctis-color-chart-1",
|
|
1355
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1356
|
+
"org.stridge.introduced": "0.0.0"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
"chart-2": {
|
|
1360
|
+
"$type": "color",
|
|
1361
|
+
"$value": "oklch(0.78 0.13 195)",
|
|
1362
|
+
"$description": "Categorical chart series 2.",
|
|
1363
|
+
"$extensions": {
|
|
1364
|
+
"org.stridge.uuid": "d2d0d9bd-d1d5-4447-a08b-c544dcc51922",
|
|
1365
|
+
"org.stridge.cssVar": "--noctis-color-chart-2",
|
|
1366
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1367
|
+
"org.stridge.introduced": "0.0.0"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
"chart-3": {
|
|
1371
|
+
"$type": "color",
|
|
1372
|
+
"$value": "oklch(0.74 0.16 150)",
|
|
1373
|
+
"$description": "Categorical chart series 3.",
|
|
1374
|
+
"$extensions": {
|
|
1375
|
+
"org.stridge.uuid": "ea930647-ecef-4ae2-bb81-2d601f3eac43",
|
|
1376
|
+
"org.stridge.cssVar": "--noctis-color-chart-3",
|
|
1377
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1378
|
+
"org.stridge.introduced": "0.0.0"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"chart-4": {
|
|
1382
|
+
"$type": "color",
|
|
1383
|
+
"$value": "oklch(0.83 0.15 95)",
|
|
1384
|
+
"$description": "Categorical chart series 4.",
|
|
1385
|
+
"$extensions": {
|
|
1386
|
+
"org.stridge.uuid": "a2ef87da-e31c-47cf-b5cf-39afed4fb2ad",
|
|
1387
|
+
"org.stridge.cssVar": "--noctis-color-chart-4",
|
|
1388
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1389
|
+
"org.stridge.introduced": "0.0.0"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
"chart-5": {
|
|
1393
|
+
"$type": "color",
|
|
1394
|
+
"$value": "oklch(0.72 0.16 55)",
|
|
1395
|
+
"$description": "Categorical chart series 5.",
|
|
1396
|
+
"$extensions": {
|
|
1397
|
+
"org.stridge.uuid": "c9de26e2-f367-4316-bf36-62db564182d9",
|
|
1398
|
+
"org.stridge.cssVar": "--noctis-color-chart-5",
|
|
1399
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1400
|
+
"org.stridge.introduced": "0.0.0"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
"chart-6": {
|
|
1404
|
+
"$type": "color",
|
|
1405
|
+
"$value": "oklch(0.68 0.18 25)",
|
|
1406
|
+
"$description": "Categorical chart series 6.",
|
|
1407
|
+
"$extensions": {
|
|
1408
|
+
"org.stridge.uuid": "ad319f18-7ae2-453a-a01f-c0244df13e0d",
|
|
1409
|
+
"org.stridge.cssVar": "--noctis-color-chart-6",
|
|
1410
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1411
|
+
"org.stridge.introduced": "0.0.0"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
"chart-7": {
|
|
1415
|
+
"$type": "color",
|
|
1416
|
+
"$value": "oklch(0.7 0.17 310)",
|
|
1417
|
+
"$description": "Categorical chart series 7.",
|
|
1418
|
+
"$extensions": {
|
|
1419
|
+
"org.stridge.uuid": "9d894fe9-1815-46ae-bbd0-d4e1e1ebf3f7",
|
|
1420
|
+
"org.stridge.cssVar": "--noctis-color-chart-7",
|
|
1421
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1422
|
+
"org.stridge.introduced": "0.0.0"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"chart-8": {
|
|
1426
|
+
"$type": "color",
|
|
1427
|
+
"$value": "oklch(0.76 0.14 350)",
|
|
1428
|
+
"$description": "Categorical chart series 8.",
|
|
1429
|
+
"$extensions": {
|
|
1430
|
+
"org.stridge.uuid": "f6235811-1942-406d-8e9c-30578c2b6ab3",
|
|
1431
|
+
"org.stridge.cssVar": "--noctis-color-chart-8",
|
|
1432
|
+
"org.stridge.usage": "Categorical chart series — a stable, accent-independent palette.",
|
|
1433
|
+
"org.stridge.introduced": "0.0.0"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
"avatar-1": {
|
|
1437
|
+
"$type": "color",
|
|
1438
|
+
"$value": "oklch(0.62 0.17 264)",
|
|
1439
|
+
"$description": "Generative avatar swatch 1.",
|
|
1440
|
+
"$extensions": {
|
|
1441
|
+
"org.stridge.uuid": "e3a3fffd-08c6-4428-b1c4-2ef6871cd105",
|
|
1442
|
+
"org.stridge.cssVar": "--noctis-color-avatar-1",
|
|
1443
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1444
|
+
"org.stridge.introduced": "0.0.0"
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
"avatar-2": {
|
|
1448
|
+
"$type": "color",
|
|
1449
|
+
"$value": "oklch(0.62 0.15 196)",
|
|
1450
|
+
"$description": "Generative avatar swatch 2.",
|
|
1451
|
+
"$extensions": {
|
|
1452
|
+
"org.stridge.uuid": "c94440a3-9695-4a60-a30f-d4208264fb9c",
|
|
1453
|
+
"org.stridge.cssVar": "--noctis-color-avatar-2",
|
|
1454
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1455
|
+
"org.stridge.introduced": "0.0.0"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"avatar-3": {
|
|
1459
|
+
"$type": "color",
|
|
1460
|
+
"$value": "oklch(0.62 0.16 152)",
|
|
1461
|
+
"$description": "Generative avatar swatch 3.",
|
|
1462
|
+
"$extensions": {
|
|
1463
|
+
"org.stridge.uuid": "9a123d6a-99a1-47d6-894e-f8d4955443e9",
|
|
1464
|
+
"org.stridge.cssVar": "--noctis-color-avatar-3",
|
|
1465
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1466
|
+
"org.stridge.introduced": "0.0.0"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"avatar-4": {
|
|
1470
|
+
"$type": "color",
|
|
1471
|
+
"$value": "oklch(0.64 0.15 130)",
|
|
1472
|
+
"$description": "Generative avatar swatch 4.",
|
|
1473
|
+
"$extensions": {
|
|
1474
|
+
"org.stridge.uuid": "17763bc9-6671-4f36-858d-d8a598a00987",
|
|
1475
|
+
"org.stridge.cssVar": "--noctis-color-avatar-4",
|
|
1476
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1477
|
+
"org.stridge.introduced": "0.0.0"
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
"avatar-5": {
|
|
1481
|
+
"$type": "color",
|
|
1482
|
+
"$value": "oklch(0.66 0.16 70)",
|
|
1483
|
+
"$description": "Generative avatar swatch 5.",
|
|
1484
|
+
"$extensions": {
|
|
1485
|
+
"org.stridge.uuid": "7728d6d9-a196-4d33-8113-2fae86a08a2b",
|
|
1486
|
+
"org.stridge.cssVar": "--noctis-color-avatar-5",
|
|
1487
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1488
|
+
"org.stridge.introduced": "0.0.0"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"avatar-6": {
|
|
1492
|
+
"$type": "color",
|
|
1493
|
+
"$value": "oklch(0.62 0.18 40)",
|
|
1494
|
+
"$description": "Generative avatar swatch 6.",
|
|
1495
|
+
"$extensions": {
|
|
1496
|
+
"org.stridge.uuid": "d5536df4-39ab-4dd2-a3a2-e9acbcf0ec77",
|
|
1497
|
+
"org.stridge.cssVar": "--noctis-color-avatar-6",
|
|
1498
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1499
|
+
"org.stridge.introduced": "0.0.0"
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
"avatar-7": {
|
|
1503
|
+
"$type": "color",
|
|
1504
|
+
"$value": "oklch(0.6 0.2 18)",
|
|
1505
|
+
"$description": "Generative avatar swatch 7.",
|
|
1506
|
+
"$extensions": {
|
|
1507
|
+
"org.stridge.uuid": "c27d7067-d36c-486d-87bd-8c9d6ec2c5a9",
|
|
1508
|
+
"org.stridge.cssVar": "--noctis-color-avatar-7",
|
|
1509
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1510
|
+
"org.stridge.introduced": "0.0.0"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
"avatar-8": {
|
|
1514
|
+
"$type": "color",
|
|
1515
|
+
"$value": "oklch(0.6 0.18 330)",
|
|
1516
|
+
"$description": "Generative avatar swatch 8.",
|
|
1517
|
+
"$extensions": {
|
|
1518
|
+
"org.stridge.uuid": "14d955f4-5a36-43b1-91c3-8aa452ea097d",
|
|
1519
|
+
"org.stridge.cssVar": "--noctis-color-avatar-8",
|
|
1520
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1521
|
+
"org.stridge.introduced": "0.0.0"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
"avatar-9": {
|
|
1525
|
+
"$type": "color",
|
|
1526
|
+
"$value": "oklch(0.6 0.18 300)",
|
|
1527
|
+
"$description": "Generative avatar swatch 9.",
|
|
1528
|
+
"$extensions": {
|
|
1529
|
+
"org.stridge.uuid": "9ce232b0-56f8-4098-983a-a3af52fb0ffb",
|
|
1530
|
+
"org.stridge.cssVar": "--noctis-color-avatar-9",
|
|
1531
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1532
|
+
"org.stridge.introduced": "0.0.0"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
"avatar-10": {
|
|
1536
|
+
"$type": "color",
|
|
1537
|
+
"$value": "oklch(0.6 0.15 285)",
|
|
1538
|
+
"$description": "Generative avatar swatch 10.",
|
|
1539
|
+
"$extensions": {
|
|
1540
|
+
"org.stridge.uuid": "a78cb6f4-a317-455a-930d-96687f38d69f",
|
|
1541
|
+
"org.stridge.cssVar": "--noctis-color-avatar-10",
|
|
1542
|
+
"org.stridge.usage": "Avatar / initials background, indexed by a stable id hash.",
|
|
1543
|
+
"org.stridge.introduced": "0.0.0"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
"avatar-foreground": {
|
|
1547
|
+
"$type": "color",
|
|
1548
|
+
"$value": "oklch(0.99 0 0)",
|
|
1549
|
+
"$description": "Initials text on an avatar background.",
|
|
1550
|
+
"$extensions": {
|
|
1551
|
+
"org.stridge.uuid": "8ac67b72-d712-4c92-af5f-c0caae413e20",
|
|
1552
|
+
"org.stridge.cssVar": "--noctis-color-avatar-foreground",
|
|
1553
|
+
"org.stridge.usage": "Initials text on an avatar — the page background as a knockout.",
|
|
1554
|
+
"org.stridge.introduced": "0.0.0"
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
"foundation": {
|
|
1560
|
+
"opacity": {
|
|
1561
|
+
"disabled": {
|
|
1562
|
+
"$type": "number",
|
|
1563
|
+
"$value": "0.5",
|
|
1564
|
+
"$description": "Opacity applied to disabled controls.",
|
|
1565
|
+
"$extensions": {
|
|
1566
|
+
"org.stridge.uuid": "2a366fb9-5ad3-4e12-a10e-08d7e6f71731",
|
|
1567
|
+
"org.stridge.cssVar": "--noctis-opacity-disabled",
|
|
1568
|
+
"org.stridge.usage": "The opacity-disabled utility.",
|
|
1569
|
+
"org.stridge.introduced": "0.0.0"
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"font": {
|
|
1574
|
+
"sans": {
|
|
1575
|
+
"$type": "fontFamily",
|
|
1576
|
+
"$value": "\"Inter\", ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif",
|
|
1577
|
+
"$description": "Sans-serif type family — the default UI font.",
|
|
1578
|
+
"$extensions": {
|
|
1579
|
+
"org.stridge.uuid": "f6a8b3d2-1c4e-4a7b-9f0d-2e5c8a1b3d6f",
|
|
1580
|
+
"org.stridge.cssVar": "--noctis-font-sans",
|
|
1581
|
+
"org.stridge.usage": "The font-sans family utility.",
|
|
1582
|
+
"org.stridge.introduced": "0.0.0"
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"mono": {
|
|
1586
|
+
"$type": "fontFamily",
|
|
1587
|
+
"$value": "\"Geist Mono\", ui-monospace, \"SF Mono\", \"JetBrains Mono\", Menlo, Consolas, monospace",
|
|
1588
|
+
"$description": "Monospace type family — code and tabular text.",
|
|
1589
|
+
"$extensions": {
|
|
1590
|
+
"org.stridge.uuid": "b2e7c9a4-3d6f-4b8e-a1c5-7f0d2e4a6b8c",
|
|
1591
|
+
"org.stridge.cssVar": "--noctis-font-mono",
|
|
1592
|
+
"org.stridge.usage": "The font-mono family utility.",
|
|
1593
|
+
"org.stridge.introduced": "0.0.0"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
"weight-light": {
|
|
1597
|
+
"$type": "fontWeight",
|
|
1598
|
+
"$value": "300",
|
|
1599
|
+
"$description": "Font weight — light.",
|
|
1600
|
+
"$extensions": {
|
|
1601
|
+
"org.stridge.uuid": "0c605276-ec6f-4c1f-a05e-f30ed09aba75",
|
|
1602
|
+
"org.stridge.cssVar": "--noctis-font-weight-light",
|
|
1603
|
+
"org.stridge.usage": "The font-light weight utility.",
|
|
1604
|
+
"org.stridge.introduced": "0.0.0"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"weight-normal": {
|
|
1608
|
+
"$type": "fontWeight",
|
|
1609
|
+
"$value": "450",
|
|
1610
|
+
"$description": "Font weight — normal.",
|
|
1611
|
+
"$extensions": {
|
|
1612
|
+
"org.stridge.uuid": "4acce504-1c35-4385-ab69-6143b768d03d",
|
|
1613
|
+
"org.stridge.cssVar": "--noctis-font-weight-normal",
|
|
1614
|
+
"org.stridge.usage": "The font-normal weight utility.",
|
|
1615
|
+
"org.stridge.introduced": "0.0.0"
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1618
|
+
"weight-medium": {
|
|
1619
|
+
"$type": "fontWeight",
|
|
1620
|
+
"$value": "500",
|
|
1621
|
+
"$description": "Font weight — medium.",
|
|
1622
|
+
"$extensions": {
|
|
1623
|
+
"org.stridge.uuid": "f57be22a-0b37-4dd6-97a8-a1cb7c41ad81",
|
|
1624
|
+
"org.stridge.cssVar": "--noctis-font-weight-medium",
|
|
1625
|
+
"org.stridge.usage": "The font-medium weight utility.",
|
|
1626
|
+
"org.stridge.introduced": "0.0.0"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"weight-semibold": {
|
|
1630
|
+
"$type": "fontWeight",
|
|
1631
|
+
"$value": "600",
|
|
1632
|
+
"$description": "Font weight — semibold.",
|
|
1633
|
+
"$extensions": {
|
|
1634
|
+
"org.stridge.uuid": "6139d888-2c91-4ef9-876f-ab60b0a811be",
|
|
1635
|
+
"org.stridge.cssVar": "--noctis-font-weight-semibold",
|
|
1636
|
+
"org.stridge.usage": "The font-semibold weight utility.",
|
|
1637
|
+
"org.stridge.introduced": "0.0.0"
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
"weight-bold": {
|
|
1641
|
+
"$type": "fontWeight",
|
|
1642
|
+
"$value": "700",
|
|
1643
|
+
"$description": "Font weight — bold.",
|
|
1644
|
+
"$extensions": {
|
|
1645
|
+
"org.stridge.uuid": "b10e620f-1cb0-4987-ad1f-cf10b2198628",
|
|
1646
|
+
"org.stridge.cssVar": "--noctis-font-weight-bold",
|
|
1647
|
+
"org.stridge.usage": "The font-bold weight utility.",
|
|
1648
|
+
"org.stridge.introduced": "0.0.0"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
"weight-extrabold": {
|
|
1652
|
+
"$type": "fontWeight",
|
|
1653
|
+
"$value": "800",
|
|
1654
|
+
"$description": "Font weight — extrabold.",
|
|
1655
|
+
"$extensions": {
|
|
1656
|
+
"org.stridge.uuid": "5cfe9226-e50f-4a69-ac80-20be45250f60",
|
|
1657
|
+
"org.stridge.cssVar": "--noctis-font-weight-extrabold",
|
|
1658
|
+
"org.stridge.usage": "The font-extrabold weight utility.",
|
|
1659
|
+
"org.stridge.introduced": "0.0.0"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
"weight-black": {
|
|
1663
|
+
"$type": "fontWeight",
|
|
1664
|
+
"$value": "900",
|
|
1665
|
+
"$description": "Font weight — black.",
|
|
1666
|
+
"$extensions": {
|
|
1667
|
+
"org.stridge.uuid": "66847f3c-4495-47a6-8f5f-9e10f0d8f676",
|
|
1668
|
+
"org.stridge.cssVar": "--noctis-font-weight-black",
|
|
1669
|
+
"org.stridge.usage": "The font-black weight utility.",
|
|
1670
|
+
"org.stridge.introduced": "0.0.0"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
"text": {
|
|
1675
|
+
"micro": {
|
|
1676
|
+
"$type": "dimension",
|
|
1677
|
+
"$value": "calc(0.6875rem * var(--noctis-seed-font-scale))",
|
|
1678
|
+
"$description": "Font size — micro.",
|
|
1679
|
+
"$extensions": {
|
|
1680
|
+
"org.stridge.uuid": "cbab8246-4ab7-4bfc-81ff-f37608b55c28",
|
|
1681
|
+
"org.stridge.cssVar": "--noctis-text-micro",
|
|
1682
|
+
"org.stridge.usage": "The text-micro size utility.",
|
|
1683
|
+
"org.stridge.introduced": "0.0.0"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"mini": {
|
|
1687
|
+
"$type": "dimension",
|
|
1688
|
+
"$value": "calc(0.75rem * var(--noctis-seed-font-scale))",
|
|
1689
|
+
"$description": "Font size — mini.",
|
|
1690
|
+
"$extensions": {
|
|
1691
|
+
"org.stridge.uuid": "b73bf112-960f-4eac-b5fc-f7eb350bf552",
|
|
1692
|
+
"org.stridge.cssVar": "--noctis-text-mini",
|
|
1693
|
+
"org.stridge.usage": "The text-mini size utility.",
|
|
1694
|
+
"org.stridge.introduced": "0.0.0"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
"small": {
|
|
1698
|
+
"$type": "dimension",
|
|
1699
|
+
"$value": "calc(0.8125rem * var(--noctis-seed-font-scale))",
|
|
1700
|
+
"$description": "Font size — small.",
|
|
1701
|
+
"$extensions": {
|
|
1702
|
+
"org.stridge.uuid": "38378ea4-41f4-4ff6-85dd-0d46ba93a483",
|
|
1703
|
+
"org.stridge.cssVar": "--noctis-text-small",
|
|
1704
|
+
"org.stridge.usage": "The text-small size utility.",
|
|
1705
|
+
"org.stridge.introduced": "0.0.0"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"regular": {
|
|
1709
|
+
"$type": "dimension",
|
|
1710
|
+
"$value": "calc(0.9375rem * var(--noctis-seed-font-scale))",
|
|
1711
|
+
"$description": "Font size — regular.",
|
|
1712
|
+
"$extensions": {
|
|
1713
|
+
"org.stridge.uuid": "212d0b64-ae4f-43a2-bd07-a0d3a2ba6828",
|
|
1714
|
+
"org.stridge.cssVar": "--noctis-text-regular",
|
|
1715
|
+
"org.stridge.usage": "The text-regular size utility.",
|
|
1716
|
+
"org.stridge.introduced": "0.0.0"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
"large": {
|
|
1720
|
+
"$type": "dimension",
|
|
1721
|
+
"$value": "calc(1.125rem * var(--noctis-seed-font-scale))",
|
|
1722
|
+
"$description": "Font size — large.",
|
|
1723
|
+
"$extensions": {
|
|
1724
|
+
"org.stridge.uuid": "9554f63f-3f5d-4b99-8473-0364b89d5c67",
|
|
1725
|
+
"org.stridge.cssVar": "--noctis-text-large",
|
|
1726
|
+
"org.stridge.usage": "The text-large size utility.",
|
|
1727
|
+
"org.stridge.introduced": "0.0.0"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"title-1": {
|
|
1731
|
+
"$type": "dimension",
|
|
1732
|
+
"$value": "calc(2.25rem * var(--noctis-seed-font-scale))",
|
|
1733
|
+
"$description": "Font size — title-1.",
|
|
1734
|
+
"$extensions": {
|
|
1735
|
+
"org.stridge.uuid": "1d800457-d21a-48cc-a559-5f09f2e7ee29",
|
|
1736
|
+
"org.stridge.cssVar": "--noctis-text-title-1",
|
|
1737
|
+
"org.stridge.usage": "The text-title-1 size utility.",
|
|
1738
|
+
"org.stridge.introduced": "0.0.0"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"title-2": {
|
|
1742
|
+
"$type": "dimension",
|
|
1743
|
+
"$value": "calc(1.5rem * var(--noctis-seed-font-scale))",
|
|
1744
|
+
"$description": "Font size — title-2.",
|
|
1745
|
+
"$extensions": {
|
|
1746
|
+
"org.stridge.uuid": "9db3ba5a-50f3-4acc-bdcc-0ce3896a4889",
|
|
1747
|
+
"org.stridge.cssVar": "--noctis-text-title-2",
|
|
1748
|
+
"org.stridge.usage": "The text-title-2 size utility.",
|
|
1749
|
+
"org.stridge.introduced": "0.0.0"
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
"title-3": {
|
|
1753
|
+
"$type": "dimension",
|
|
1754
|
+
"$value": "calc(1.25rem * var(--noctis-seed-font-scale))",
|
|
1755
|
+
"$description": "Font size — title-3.",
|
|
1756
|
+
"$extensions": {
|
|
1757
|
+
"org.stridge.uuid": "98edca8f-2949-49be-9155-30145ec369da",
|
|
1758
|
+
"org.stridge.cssVar": "--noctis-text-title-3",
|
|
1759
|
+
"org.stridge.usage": "The text-title-3 size utility.",
|
|
1760
|
+
"org.stridge.introduced": "0.0.0"
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
"leading": {
|
|
1765
|
+
"micro": {
|
|
1766
|
+
"$type": "dimension",
|
|
1767
|
+
"$value": "calc(1rem * var(--noctis-seed-font-scale))",
|
|
1768
|
+
"$description": "Line height paired with text-micro.",
|
|
1769
|
+
"$extensions": {
|
|
1770
|
+
"org.stridge.uuid": "a7e015b2-453a-4cc6-996f-1a7bc744de47",
|
|
1771
|
+
"org.stridge.cssVar": "--noctis-leading-micro",
|
|
1772
|
+
"org.stridge.usage": "The line box for the text-micro size.",
|
|
1773
|
+
"org.stridge.introduced": "0.0.0"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
"mini": {
|
|
1777
|
+
"$type": "dimension",
|
|
1778
|
+
"$value": "calc(1rem * var(--noctis-seed-font-scale))",
|
|
1779
|
+
"$description": "Line height paired with text-mini.",
|
|
1780
|
+
"$extensions": {
|
|
1781
|
+
"org.stridge.uuid": "e77c0894-a1a4-4064-a9b7-45b44892f5ac",
|
|
1782
|
+
"org.stridge.cssVar": "--noctis-leading-mini",
|
|
1783
|
+
"org.stridge.usage": "The line box for the text-mini size.",
|
|
1784
|
+
"org.stridge.introduced": "0.0.0"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
"small": {
|
|
1788
|
+
"$type": "dimension",
|
|
1789
|
+
"$value": "calc(1.25rem * var(--noctis-seed-font-scale))",
|
|
1790
|
+
"$description": "Line height paired with text-small.",
|
|
1791
|
+
"$extensions": {
|
|
1792
|
+
"org.stridge.uuid": "fe830136-acf1-4d4d-9ef5-2650980a118f",
|
|
1793
|
+
"org.stridge.cssVar": "--noctis-leading-small",
|
|
1794
|
+
"org.stridge.usage": "The line box for the text-small size.",
|
|
1795
|
+
"org.stridge.introduced": "0.0.0"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"regular": {
|
|
1799
|
+
"$type": "dimension",
|
|
1800
|
+
"$value": "calc(1.5rem * var(--noctis-seed-font-scale))",
|
|
1801
|
+
"$description": "Line height paired with text-regular.",
|
|
1802
|
+
"$extensions": {
|
|
1803
|
+
"org.stridge.uuid": "896d6fc0-508a-4b00-8202-0db16de2dda5",
|
|
1804
|
+
"org.stridge.cssVar": "--noctis-leading-regular",
|
|
1805
|
+
"org.stridge.usage": "The line box for the text-regular size.",
|
|
1806
|
+
"org.stridge.introduced": "0.0.0"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
"large": {
|
|
1810
|
+
"$type": "dimension",
|
|
1811
|
+
"$value": "calc(1.75rem * var(--noctis-seed-font-scale))",
|
|
1812
|
+
"$description": "Line height paired with text-large.",
|
|
1813
|
+
"$extensions": {
|
|
1814
|
+
"org.stridge.uuid": "fc2d55a5-8803-4189-904a-66d9d15cf3b1",
|
|
1815
|
+
"org.stridge.cssVar": "--noctis-leading-large",
|
|
1816
|
+
"org.stridge.usage": "The line box for the text-large size.",
|
|
1817
|
+
"org.stridge.introduced": "0.0.0"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"title-1": {
|
|
1821
|
+
"$type": "dimension",
|
|
1822
|
+
"$value": "calc(2.75rem * var(--noctis-seed-font-scale))",
|
|
1823
|
+
"$description": "Line height paired with text-title-1.",
|
|
1824
|
+
"$extensions": {
|
|
1825
|
+
"org.stridge.uuid": "cd13efdc-485e-431f-81c3-1cc142094848",
|
|
1826
|
+
"org.stridge.cssVar": "--noctis-leading-title-1",
|
|
1827
|
+
"org.stridge.usage": "The line box for the text-title-1 size.",
|
|
1828
|
+
"org.stridge.introduced": "0.0.0"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"title-2": {
|
|
1832
|
+
"$type": "dimension",
|
|
1833
|
+
"$value": "calc(2rem * var(--noctis-seed-font-scale))",
|
|
1834
|
+
"$description": "Line height paired with text-title-2.",
|
|
1835
|
+
"$extensions": {
|
|
1836
|
+
"org.stridge.uuid": "ecca6a90-c283-4dcd-9441-c06e32104fb8",
|
|
1837
|
+
"org.stridge.cssVar": "--noctis-leading-title-2",
|
|
1838
|
+
"org.stridge.usage": "The line box for the text-title-2 size.",
|
|
1839
|
+
"org.stridge.introduced": "0.0.0"
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
"title-3": {
|
|
1843
|
+
"$type": "dimension",
|
|
1844
|
+
"$value": "calc(1.75rem * var(--noctis-seed-font-scale))",
|
|
1845
|
+
"$description": "Line height paired with text-title-3.",
|
|
1846
|
+
"$extensions": {
|
|
1847
|
+
"org.stridge.uuid": "1e58e2b8-2fd8-4cd8-9150-f2cf3aa97ec7",
|
|
1848
|
+
"org.stridge.cssVar": "--noctis-leading-title-3",
|
|
1849
|
+
"org.stridge.usage": "The line box for the text-title-3 size.",
|
|
1850
|
+
"org.stridge.introduced": "0.0.0"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"snug": {
|
|
1854
|
+
"$type": "dimension",
|
|
1855
|
+
"$value": "1.375",
|
|
1856
|
+
"$description": "Standalone line height — snug (mirrors Tailwind's leading-snug).",
|
|
1857
|
+
"$extensions": {
|
|
1858
|
+
"org.stridge.uuid": "6d972fdc-b4c3-468d-b190-df4e8c43fa5f",
|
|
1859
|
+
"org.stridge.cssVar": "--noctis-leading-snug",
|
|
1860
|
+
"org.stridge.usage": "The leading-snug utility, for tightened multi-line text outside the paired type scale.",
|
|
1861
|
+
"org.stridge.introduced": "0.0.0"
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
"relaxed": {
|
|
1865
|
+
"$type": "dimension",
|
|
1866
|
+
"$value": "1.625",
|
|
1867
|
+
"$description": "Standalone line height — relaxed (mirrors Tailwind's leading-relaxed).",
|
|
1868
|
+
"$extensions": {
|
|
1869
|
+
"org.stridge.uuid": "89bad250-d65e-48c0-8417-48af6b6a4b9b",
|
|
1870
|
+
"org.stridge.cssVar": "--noctis-leading-relaxed",
|
|
1871
|
+
"org.stridge.usage": "The leading-relaxed utility, for opened-up prose like the Lead block.",
|
|
1872
|
+
"org.stridge.introduced": "0.0.0"
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
"tracking": {
|
|
1877
|
+
"tight": {
|
|
1878
|
+
"$type": "dimension",
|
|
1879
|
+
"$value": "-0.01em",
|
|
1880
|
+
"$description": "Letter spacing — tight.",
|
|
1881
|
+
"$extensions": {
|
|
1882
|
+
"org.stridge.uuid": "b59110d5-d90b-4528-93d4-b9a4015ecc3a",
|
|
1883
|
+
"org.stridge.cssVar": "--noctis-tracking-tight",
|
|
1884
|
+
"org.stridge.usage": "The tracking-tight utility.",
|
|
1885
|
+
"org.stridge.introduced": "0.0.0"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
"normal": {
|
|
1889
|
+
"$type": "dimension",
|
|
1890
|
+
"$value": "0em",
|
|
1891
|
+
"$description": "Letter spacing — normal.",
|
|
1892
|
+
"$extensions": {
|
|
1893
|
+
"org.stridge.uuid": "5bd45b75-1b54-40b3-a1f0-d58b06bee6a7",
|
|
1894
|
+
"org.stridge.cssVar": "--noctis-tracking-normal",
|
|
1895
|
+
"org.stridge.usage": "The tracking-normal utility.",
|
|
1896
|
+
"org.stridge.introduced": "0.0.0"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
"wide": {
|
|
1900
|
+
"$type": "dimension",
|
|
1901
|
+
"$value": "0.02em",
|
|
1902
|
+
"$description": "Letter spacing — wide.",
|
|
1903
|
+
"$extensions": {
|
|
1904
|
+
"org.stridge.uuid": "d49913b4-e90c-4792-b61b-8580d8500677",
|
|
1905
|
+
"org.stridge.cssVar": "--noctis-tracking-wide",
|
|
1906
|
+
"org.stridge.usage": "The tracking-wide utility.",
|
|
1907
|
+
"org.stridge.introduced": "0.0.0"
|
|
1908
|
+
}
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
"radius": {
|
|
1912
|
+
"xs": {
|
|
1913
|
+
"$type": "dimension",
|
|
1914
|
+
"$value": "min(calc(var(--noctis-seed-radius) * 0.5), 0.375rem)",
|
|
1915
|
+
"$description": "Corner radius — xs.",
|
|
1916
|
+
"$extensions": {
|
|
1917
|
+
"org.stridge.uuid": "6f987bc6-405c-4867-b971-257586e795cf",
|
|
1918
|
+
"org.stridge.cssVar": "--noctis-radius-xs",
|
|
1919
|
+
"org.stridge.usage": "The rounded-xs utility.",
|
|
1920
|
+
"org.stridge.introduced": "0.0.0"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
"sm": {
|
|
1924
|
+
"$type": "dimension",
|
|
1925
|
+
"$value": "min(calc(var(--noctis-seed-radius) * 0.75), 0.5rem)",
|
|
1926
|
+
"$description": "Corner radius — sm.",
|
|
1927
|
+
"$extensions": {
|
|
1928
|
+
"org.stridge.uuid": "0038068b-64ba-443e-973c-75ea73a5ece7",
|
|
1929
|
+
"org.stridge.cssVar": "--noctis-radius-sm",
|
|
1930
|
+
"org.stridge.usage": "The rounded-sm utility.",
|
|
1931
|
+
"org.stridge.introduced": "0.0.0"
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"md": {
|
|
1935
|
+
"$type": "dimension",
|
|
1936
|
+
"$value": "min(var(--noctis-seed-radius), 0.625rem)",
|
|
1937
|
+
"$description": "Corner radius — md.",
|
|
1938
|
+
"$extensions": {
|
|
1939
|
+
"org.stridge.uuid": "218d2347-9b0a-4e33-a8c3-cdc336890b59",
|
|
1940
|
+
"org.stridge.cssVar": "--noctis-radius-md",
|
|
1941
|
+
"org.stridge.usage": "The rounded-md utility.",
|
|
1942
|
+
"org.stridge.introduced": "0.0.0"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
"lg": {
|
|
1946
|
+
"$type": "dimension",
|
|
1947
|
+
"$value": "min(calc(var(--noctis-seed-radius) * 1.5), 0.875rem)",
|
|
1948
|
+
"$description": "Corner radius — lg.",
|
|
1949
|
+
"$extensions": {
|
|
1950
|
+
"org.stridge.uuid": "1e93c1fb-edce-487f-a100-757fb336621f",
|
|
1951
|
+
"org.stridge.cssVar": "--noctis-radius-lg",
|
|
1952
|
+
"org.stridge.usage": "The rounded-lg utility.",
|
|
1953
|
+
"org.stridge.introduced": "0.0.0"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
"xl": {
|
|
1957
|
+
"$type": "dimension",
|
|
1958
|
+
"$value": "min(calc(var(--noctis-seed-radius) * 2), 1.25rem)",
|
|
1959
|
+
"$description": "Corner radius — xl.",
|
|
1960
|
+
"$extensions": {
|
|
1961
|
+
"org.stridge.uuid": "d5fa2ad2-2336-4cb7-a6c4-b8a47f4d9bd8",
|
|
1962
|
+
"org.stridge.cssVar": "--noctis-radius-xl",
|
|
1963
|
+
"org.stridge.usage": "The rounded-xl utility.",
|
|
1964
|
+
"org.stridge.introduced": "0.0.0"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"full": {
|
|
1968
|
+
"$type": "dimension",
|
|
1969
|
+
"$value": "9999px",
|
|
1970
|
+
"$description": "Corner radius — full.",
|
|
1971
|
+
"$extensions": {
|
|
1972
|
+
"org.stridge.uuid": "3f890c01-e8b1-4563-99fb-84146cb5e79b",
|
|
1973
|
+
"org.stridge.cssVar": "--noctis-radius-full",
|
|
1974
|
+
"org.stridge.usage": "The rounded-full utility.",
|
|
1975
|
+
"org.stridge.introduced": "0.0.0"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"control": {
|
|
1979
|
+
"$type": "dimension",
|
|
1980
|
+
"$value": "var(--noctis-seed-radius)",
|
|
1981
|
+
"$description": "Corner radius — control.",
|
|
1982
|
+
"$extensions": {
|
|
1983
|
+
"org.stridge.uuid": "a0d422fd-1cce-4d34-a399-7004927dd980",
|
|
1984
|
+
"org.stridge.cssVar": "--noctis-radius-control",
|
|
1985
|
+
"org.stridge.usage": "The rounded-control utility.",
|
|
1986
|
+
"org.stridge.introduced": "0.0.0"
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
"ease": {
|
|
1991
|
+
"standard": {
|
|
1992
|
+
"$type": "cubicBezier",
|
|
1993
|
+
"$value": "cubic-bezier(0.25, 0.46, 0.45, 0.94)",
|
|
1994
|
+
"$description": "Easing curve — standard.",
|
|
1995
|
+
"$extensions": {
|
|
1996
|
+
"org.stridge.uuid": "122406f3-d0c7-46c3-9675-f86f3d50949e",
|
|
1997
|
+
"org.stridge.cssVar": "--noctis-ease-standard",
|
|
1998
|
+
"org.stridge.usage": "The ease-standard utility.",
|
|
1999
|
+
"org.stridge.introduced": "0.0.0"
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
"in": {
|
|
2003
|
+
"$type": "cubicBezier",
|
|
2004
|
+
"$value": "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
|
|
2005
|
+
"$description": "Easing curve — in.",
|
|
2006
|
+
"$extensions": {
|
|
2007
|
+
"org.stridge.uuid": "b0a0c4fd-932b-4a8c-8964-630b10d8aeb9",
|
|
2008
|
+
"org.stridge.cssVar": "--noctis-ease-in",
|
|
2009
|
+
"org.stridge.usage": "The ease-in utility.",
|
|
2010
|
+
"org.stridge.introduced": "0.0.0"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"out": {
|
|
2014
|
+
"$type": "cubicBezier",
|
|
2015
|
+
"$value": "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
2016
|
+
"$description": "Easing curve — out.",
|
|
2017
|
+
"$extensions": {
|
|
2018
|
+
"org.stridge.uuid": "5dd9fc83-457e-480e-b989-fc6a47fbd6da",
|
|
2019
|
+
"org.stridge.cssVar": "--noctis-ease-out",
|
|
2020
|
+
"org.stridge.usage": "The ease-out utility.",
|
|
2021
|
+
"org.stridge.introduced": "0.0.0"
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
"in-out": {
|
|
2025
|
+
"$type": "cubicBezier",
|
|
2026
|
+
"$value": "cubic-bezier(0.645, 0.045, 0.355, 1)",
|
|
2027
|
+
"$description": "Easing curve — in-out.",
|
|
2028
|
+
"$extensions": {
|
|
2029
|
+
"org.stridge.uuid": "46e01fe2-e027-4034-8686-5e1032a99455",
|
|
2030
|
+
"org.stridge.cssVar": "--noctis-ease-in-out",
|
|
2031
|
+
"org.stridge.usage": "The ease-in-out utility.",
|
|
2032
|
+
"org.stridge.introduced": "0.0.0"
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
"overlay": {
|
|
2036
|
+
"$type": "cubicBezier",
|
|
2037
|
+
"$value": "cubic-bezier(0.32, 0.72, 0, 1)",
|
|
2038
|
+
"$description": "Easing curve — overlay slide. A long, settling ease for modal-overlay motion.",
|
|
2039
|
+
"$extensions": {
|
|
2040
|
+
"org.stridge.uuid": "5a608cbe-7451-4a99-ae66-9236388cfb46",
|
|
2041
|
+
"org.stridge.cssVar": "--noctis-ease-overlay",
|
|
2042
|
+
"org.stridge.usage": "The ease-overlay utility — the command-palette and overlay slide-in curve.",
|
|
2043
|
+
"org.stridge.introduced": "0.0.0"
|
|
2044
|
+
}
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
"duration": {
|
|
2048
|
+
"fast": {
|
|
2049
|
+
"$type": "duration",
|
|
2050
|
+
"$value": "0.1s",
|
|
2051
|
+
"$description": "Transition duration — fast.",
|
|
2052
|
+
"$extensions": {
|
|
2053
|
+
"org.stridge.uuid": "94a86419-1b42-44bc-aa11-959b7c115d54",
|
|
2054
|
+
"org.stridge.cssVar": "--noctis-duration-fast",
|
|
2055
|
+
"org.stridge.usage": "The fast motion duration — exit transitions and indicators.",
|
|
2056
|
+
"org.stridge.introduced": "0.0.0"
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
"quick": {
|
|
2060
|
+
"$type": "duration",
|
|
2061
|
+
"$value": "0.15s",
|
|
2062
|
+
"$description": "Transition duration — quick.",
|
|
2063
|
+
"$extensions": {
|
|
2064
|
+
"org.stridge.uuid": "01bf8244-15f9-48a4-abb9-3cfcb93f0b96",
|
|
2065
|
+
"org.stridge.cssVar": "--noctis-duration-quick",
|
|
2066
|
+
"org.stridge.usage": "The library-wide control-feedback duration — hover/press transitions on controls.",
|
|
2067
|
+
"org.stridge.introduced": "0.0.0"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"regular": {
|
|
2071
|
+
"$type": "duration",
|
|
2072
|
+
"$value": "0.2s",
|
|
2073
|
+
"$description": "Transition duration — regular.",
|
|
2074
|
+
"$extensions": {
|
|
2075
|
+
"org.stridge.uuid": "3ed9d4d3-0525-4df3-afdf-87ffa332c639",
|
|
2076
|
+
"org.stridge.cssVar": "--noctis-duration-regular",
|
|
2077
|
+
"org.stridge.usage": "The regular motion duration — surface and indicator transitions.",
|
|
2078
|
+
"org.stridge.introduced": "0.0.0"
|
|
2079
|
+
}
|
|
2080
|
+
},
|
|
2081
|
+
"slow": {
|
|
2082
|
+
"$type": "duration",
|
|
2083
|
+
"$value": "0.35s",
|
|
2084
|
+
"$description": "Transition duration — slow.",
|
|
2085
|
+
"$extensions": {
|
|
2086
|
+
"org.stridge.uuid": "afd02fcd-99ce-40d0-8e4a-0eb1dccde12f",
|
|
2087
|
+
"org.stridge.cssVar": "--noctis-duration-slow",
|
|
2088
|
+
"org.stridge.usage": "The slow motion duration — panel collapse and content push.",
|
|
2089
|
+
"org.stridge.introduced": "0.0.0"
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
"overlay": {
|
|
2093
|
+
"$type": "duration",
|
|
2094
|
+
"$value": "0.26s",
|
|
2095
|
+
"$description": "Transition duration — overlay.",
|
|
2096
|
+
"$extensions": {
|
|
2097
|
+
"org.stridge.uuid": "454da440-88d0-4d28-a4fa-b10f27da5046",
|
|
2098
|
+
"org.stridge.cssVar": "--noctis-duration-overlay",
|
|
2099
|
+
"org.stridge.usage": "The modal-overlay motion duration — the command-palette backdrop and popup slide.",
|
|
2100
|
+
"org.stridge.introduced": "0.0.0"
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
"size": {
|
|
2105
|
+
"control-xs": {
|
|
2106
|
+
"$type": "dimension",
|
|
2107
|
+
"$value": "calc(1.25rem * var(--noctis-seed-density))",
|
|
2108
|
+
"$description": "Control height — xs (20px at density 1).",
|
|
2109
|
+
"$extensions": {
|
|
2110
|
+
"org.stridge.uuid": "00beceae-3555-43ef-bac6-4c577f4481fc",
|
|
2111
|
+
"org.stridge.cssVar": "--noctis-size-control-xs",
|
|
2112
|
+
"org.stridge.usage": "The xs control height — extra-small buttons, chips, and the shortcut chip.",
|
|
2113
|
+
"org.stridge.introduced": "0.0.0"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
"control-sm": {
|
|
2117
|
+
"$type": "dimension",
|
|
2118
|
+
"$value": "calc(1.625rem * var(--noctis-seed-density))",
|
|
2119
|
+
"$description": "Control height — sm (26px at density 1).",
|
|
2120
|
+
"$extensions": {
|
|
2121
|
+
"org.stridge.uuid": "a7df1cf1-7116-4e6a-8ce1-b362ff0b9cde",
|
|
2122
|
+
"org.stridge.cssVar": "--noctis-size-control-sm",
|
|
2123
|
+
"org.stridge.usage": "The sm control height — compact buttons, tabs, swatches, and triggers.",
|
|
2124
|
+
"org.stridge.introduced": "0.0.0"
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"control-md": {
|
|
2128
|
+
"$type": "dimension",
|
|
2129
|
+
"$value": "calc(2.25rem * var(--noctis-seed-density))",
|
|
2130
|
+
"$description": "Control height — md (36px at density 1).",
|
|
2131
|
+
"$extensions": {
|
|
2132
|
+
"org.stridge.uuid": "9fc04a8b-38a2-4eb7-8c82-cb601047fd87",
|
|
2133
|
+
"org.stridge.cssVar": "--noctis-size-control-md",
|
|
2134
|
+
"org.stridge.usage": "The default control height — buttons, inputs, and the code-block header.",
|
|
2135
|
+
"org.stridge.introduced": "0.0.0"
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
"control-lg": {
|
|
2139
|
+
"$type": "dimension",
|
|
2140
|
+
"$value": "calc(2.5rem * var(--noctis-seed-density))",
|
|
2141
|
+
"$description": "Control height — lg (40px at density 1).",
|
|
2142
|
+
"$extensions": {
|
|
2143
|
+
"org.stridge.uuid": "a5d4d2e9-5b21-4287-b4f5-5583bd309c5b",
|
|
2144
|
+
"org.stridge.cssVar": "--noctis-size-control-lg",
|
|
2145
|
+
"org.stridge.usage": "The large control height — prominent buttons and swatches.",
|
|
2146
|
+
"org.stridge.introduced": "0.0.0"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
"focus-ring-width": {
|
|
2150
|
+
"$type": "dimension",
|
|
2151
|
+
"$value": "2px",
|
|
2152
|
+
"$description": "Focus-ring outline width.",
|
|
2153
|
+
"$extensions": {
|
|
2154
|
+
"org.stridge.uuid": "24e6d310-66bc-4ed3-aa9c-1cba023f638d",
|
|
2155
|
+
"org.stridge.cssVar": "--noctis-size-focus-ring-width",
|
|
2156
|
+
"org.stridge.usage": "The keyboard focus-ring thickness shared by every control.",
|
|
2157
|
+
"org.stridge.introduced": "0.0.0"
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
"focus-ring-offset": {
|
|
2161
|
+
"$type": "dimension",
|
|
2162
|
+
"$value": "2px",
|
|
2163
|
+
"$description": "Focus-ring outline offset.",
|
|
2164
|
+
"$extensions": {
|
|
2165
|
+
"org.stridge.uuid": "316e17af-d943-4640-be47-e3e674a26601",
|
|
2166
|
+
"org.stridge.cssVar": "--noctis-size-focus-ring-offset",
|
|
2167
|
+
"org.stridge.usage": "The gap between a control's edge and its focus ring.",
|
|
2168
|
+
"org.stridge.introduced": "0.0.0"
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2171
|
+
},
|
|
2172
|
+
"space": {
|
|
2173
|
+
"0": {
|
|
2174
|
+
"$type": "dimension",
|
|
2175
|
+
"$value": "0px",
|
|
2176
|
+
"$description": "Spacing step 0 (0 × 0.25rem).",
|
|
2177
|
+
"$extensions": {
|
|
2178
|
+
"org.stridge.uuid": "9e61823d-4341-4cf7-b940-e6dcb8b7893a",
|
|
2179
|
+
"org.stridge.cssVar": "--noctis-space-0",
|
|
2180
|
+
"org.stridge.usage": "The 0 step of the spacing-driven utilities (p-0, m-0, gap-0, size-0, …).",
|
|
2181
|
+
"org.stridge.introduced": "0.0.0"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
"1": {
|
|
2185
|
+
"$type": "dimension",
|
|
2186
|
+
"$value": "calc(0.25rem * 1 * var(--noctis-seed-density))",
|
|
2187
|
+
"$description": "Spacing step 1 (1 × 0.25rem).",
|
|
2188
|
+
"$extensions": {
|
|
2189
|
+
"org.stridge.uuid": "e5d40857-accc-4687-b573-39c3946aa238",
|
|
2190
|
+
"org.stridge.cssVar": "--noctis-space-1",
|
|
2191
|
+
"org.stridge.usage": "The 1 step of the spacing-driven utilities (p-1, m-1, gap-1, size-1, …).",
|
|
2192
|
+
"org.stridge.introduced": "0.0.0"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
"2": {
|
|
2196
|
+
"$type": "dimension",
|
|
2197
|
+
"$value": "calc(0.25rem * 2 * var(--noctis-seed-density))",
|
|
2198
|
+
"$description": "Spacing step 2 (2 × 0.25rem).",
|
|
2199
|
+
"$extensions": {
|
|
2200
|
+
"org.stridge.uuid": "fbbf41a3-0ea9-434a-b1d0-8244cf25452a",
|
|
2201
|
+
"org.stridge.cssVar": "--noctis-space-2",
|
|
2202
|
+
"org.stridge.usage": "The 2 step of the spacing-driven utilities (p-2, m-2, gap-2, size-2, …).",
|
|
2203
|
+
"org.stridge.introduced": "0.0.0"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"3": {
|
|
2207
|
+
"$type": "dimension",
|
|
2208
|
+
"$value": "calc(0.25rem * 3 * var(--noctis-seed-density))",
|
|
2209
|
+
"$description": "Spacing step 3 (3 × 0.25rem).",
|
|
2210
|
+
"$extensions": {
|
|
2211
|
+
"org.stridge.uuid": "ebcd637f-d5a1-46b9-b03d-a9eb37936b48",
|
|
2212
|
+
"org.stridge.cssVar": "--noctis-space-3",
|
|
2213
|
+
"org.stridge.usage": "The 3 step of the spacing-driven utilities (p-3, m-3, gap-3, size-3, …).",
|
|
2214
|
+
"org.stridge.introduced": "0.0.0"
|
|
2215
|
+
}
|
|
2216
|
+
},
|
|
2217
|
+
"4": {
|
|
2218
|
+
"$type": "dimension",
|
|
2219
|
+
"$value": "calc(0.25rem * 4 * var(--noctis-seed-density))",
|
|
2220
|
+
"$description": "Spacing step 4 (4 × 0.25rem).",
|
|
2221
|
+
"$extensions": {
|
|
2222
|
+
"org.stridge.uuid": "cd4d529f-aa55-4560-a105-540c9183ed12",
|
|
2223
|
+
"org.stridge.cssVar": "--noctis-space-4",
|
|
2224
|
+
"org.stridge.usage": "The 4 step of the spacing-driven utilities (p-4, m-4, gap-4, size-4, …).",
|
|
2225
|
+
"org.stridge.introduced": "0.0.0"
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
"5": {
|
|
2229
|
+
"$type": "dimension",
|
|
2230
|
+
"$value": "calc(0.25rem * 5 * var(--noctis-seed-density))",
|
|
2231
|
+
"$description": "Spacing step 5 (5 × 0.25rem).",
|
|
2232
|
+
"$extensions": {
|
|
2233
|
+
"org.stridge.uuid": "0ea68ba3-d1b6-452c-9c5f-c6669bfacdda",
|
|
2234
|
+
"org.stridge.cssVar": "--noctis-space-5",
|
|
2235
|
+
"org.stridge.usage": "The 5 step of the spacing-driven utilities (p-5, m-5, gap-5, size-5, …).",
|
|
2236
|
+
"org.stridge.introduced": "0.0.0"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"6": {
|
|
2240
|
+
"$type": "dimension",
|
|
2241
|
+
"$value": "calc(0.25rem * 6 * var(--noctis-seed-density))",
|
|
2242
|
+
"$description": "Spacing step 6 (6 × 0.25rem).",
|
|
2243
|
+
"$extensions": {
|
|
2244
|
+
"org.stridge.uuid": "5f98b439-8ff7-493f-addc-63b2b1eee429",
|
|
2245
|
+
"org.stridge.cssVar": "--noctis-space-6",
|
|
2246
|
+
"org.stridge.usage": "The 6 step of the spacing-driven utilities (p-6, m-6, gap-6, size-6, …).",
|
|
2247
|
+
"org.stridge.introduced": "0.0.0"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"7": {
|
|
2251
|
+
"$type": "dimension",
|
|
2252
|
+
"$value": "calc(0.25rem * 7 * var(--noctis-seed-density))",
|
|
2253
|
+
"$description": "Spacing step 7 (7 × 0.25rem).",
|
|
2254
|
+
"$extensions": {
|
|
2255
|
+
"org.stridge.uuid": "83b33c44-e524-4f5f-a353-1735089b1895",
|
|
2256
|
+
"org.stridge.cssVar": "--noctis-space-7",
|
|
2257
|
+
"org.stridge.usage": "The 7 step of the spacing-driven utilities (p-7, m-7, gap-7, size-7, …).",
|
|
2258
|
+
"org.stridge.introduced": "0.0.0"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"8": {
|
|
2262
|
+
"$type": "dimension",
|
|
2263
|
+
"$value": "calc(0.25rem * 8 * var(--noctis-seed-density))",
|
|
2264
|
+
"$description": "Spacing step 8 (8 × 0.25rem).",
|
|
2265
|
+
"$extensions": {
|
|
2266
|
+
"org.stridge.uuid": "c92ebd8b-b1a7-4aa9-8ae8-2909007c7a69",
|
|
2267
|
+
"org.stridge.cssVar": "--noctis-space-8",
|
|
2268
|
+
"org.stridge.usage": "The 8 step of the spacing-driven utilities (p-8, m-8, gap-8, size-8, …).",
|
|
2269
|
+
"org.stridge.introduced": "0.0.0"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
"9": {
|
|
2273
|
+
"$type": "dimension",
|
|
2274
|
+
"$value": "calc(0.25rem * 9 * var(--noctis-seed-density))",
|
|
2275
|
+
"$description": "Spacing step 9 (9 × 0.25rem).",
|
|
2276
|
+
"$extensions": {
|
|
2277
|
+
"org.stridge.uuid": "c6ebed23-f8d8-49a0-aa4b-6b45b718e455",
|
|
2278
|
+
"org.stridge.cssVar": "--noctis-space-9",
|
|
2279
|
+
"org.stridge.usage": "The 9 step of the spacing-driven utilities (p-9, m-9, gap-9, size-9, …).",
|
|
2280
|
+
"org.stridge.introduced": "0.0.0"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"10": {
|
|
2284
|
+
"$type": "dimension",
|
|
2285
|
+
"$value": "calc(0.25rem * 10 * var(--noctis-seed-density))",
|
|
2286
|
+
"$description": "Spacing step 10 (10 × 0.25rem).",
|
|
2287
|
+
"$extensions": {
|
|
2288
|
+
"org.stridge.uuid": "f100131a-1e18-45dd-b25a-cf31bdde713e",
|
|
2289
|
+
"org.stridge.cssVar": "--noctis-space-10",
|
|
2290
|
+
"org.stridge.usage": "The 10 step of the spacing-driven utilities (p-10, m-10, gap-10, size-10, …).",
|
|
2291
|
+
"org.stridge.introduced": "0.0.0"
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
"11": {
|
|
2295
|
+
"$type": "dimension",
|
|
2296
|
+
"$value": "calc(0.25rem * 11 * var(--noctis-seed-density))",
|
|
2297
|
+
"$description": "Spacing step 11 (11 × 0.25rem).",
|
|
2298
|
+
"$extensions": {
|
|
2299
|
+
"org.stridge.uuid": "c5174e39-2132-46fa-982e-8463fd03146c",
|
|
2300
|
+
"org.stridge.cssVar": "--noctis-space-11",
|
|
2301
|
+
"org.stridge.usage": "The 11 step of the spacing-driven utilities (p-11, m-11, gap-11, size-11, …).",
|
|
2302
|
+
"org.stridge.introduced": "0.0.0"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
"12": {
|
|
2306
|
+
"$type": "dimension",
|
|
2307
|
+
"$value": "calc(0.25rem * 12 * var(--noctis-seed-density))",
|
|
2308
|
+
"$description": "Spacing step 12 (12 × 0.25rem).",
|
|
2309
|
+
"$extensions": {
|
|
2310
|
+
"org.stridge.uuid": "14768430-84ce-4598-a082-5badbce1f24a",
|
|
2311
|
+
"org.stridge.cssVar": "--noctis-space-12",
|
|
2312
|
+
"org.stridge.usage": "The 12 step of the spacing-driven utilities (p-12, m-12, gap-12, size-12, …).",
|
|
2313
|
+
"org.stridge.introduced": "0.0.0"
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
"14": {
|
|
2317
|
+
"$type": "dimension",
|
|
2318
|
+
"$value": "calc(0.25rem * 14 * var(--noctis-seed-density))",
|
|
2319
|
+
"$description": "Spacing step 14 (14 × 0.25rem).",
|
|
2320
|
+
"$extensions": {
|
|
2321
|
+
"org.stridge.uuid": "4fdb1b7e-5efe-47d1-a2d1-8add00677795",
|
|
2322
|
+
"org.stridge.cssVar": "--noctis-space-14",
|
|
2323
|
+
"org.stridge.usage": "The 14 step of the spacing-driven utilities (p-14, m-14, gap-14, size-14, …).",
|
|
2324
|
+
"org.stridge.introduced": "0.0.0"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"16": {
|
|
2328
|
+
"$type": "dimension",
|
|
2329
|
+
"$value": "calc(0.25rem * 16 * var(--noctis-seed-density))",
|
|
2330
|
+
"$description": "Spacing step 16 (16 × 0.25rem).",
|
|
2331
|
+
"$extensions": {
|
|
2332
|
+
"org.stridge.uuid": "ccffde22-1dd1-4951-94cb-a2122a7b60e6",
|
|
2333
|
+
"org.stridge.cssVar": "--noctis-space-16",
|
|
2334
|
+
"org.stridge.usage": "The 16 step of the spacing-driven utilities (p-16, m-16, gap-16, size-16, …).",
|
|
2335
|
+
"org.stridge.introduced": "0.0.0"
|
|
2336
|
+
}
|
|
2337
|
+
},
|
|
2338
|
+
"20": {
|
|
2339
|
+
"$type": "dimension",
|
|
2340
|
+
"$value": "calc(0.25rem * 20 * var(--noctis-seed-density))",
|
|
2341
|
+
"$description": "Spacing step 20 (20 × 0.25rem).",
|
|
2342
|
+
"$extensions": {
|
|
2343
|
+
"org.stridge.uuid": "587d8ddf-aa84-4c29-bc1c-ef89aa51b4a9",
|
|
2344
|
+
"org.stridge.cssVar": "--noctis-space-20",
|
|
2345
|
+
"org.stridge.usage": "The 20 step of the spacing-driven utilities (p-20, m-20, gap-20, size-20, …).",
|
|
2346
|
+
"org.stridge.introduced": "0.0.0"
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
"24": {
|
|
2350
|
+
"$type": "dimension",
|
|
2351
|
+
"$value": "calc(0.25rem * 24 * var(--noctis-seed-density))",
|
|
2352
|
+
"$description": "Spacing step 24 (24 × 0.25rem).",
|
|
2353
|
+
"$extensions": {
|
|
2354
|
+
"org.stridge.uuid": "a34dfaa1-d238-427d-b6f2-d5014c8c5f58",
|
|
2355
|
+
"org.stridge.cssVar": "--noctis-space-24",
|
|
2356
|
+
"org.stridge.usage": "The 24 step of the spacing-driven utilities (p-24, m-24, gap-24, size-24, …).",
|
|
2357
|
+
"org.stridge.introduced": "0.0.0"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
"28": {
|
|
2361
|
+
"$type": "dimension",
|
|
2362
|
+
"$value": "calc(0.25rem * 28 * var(--noctis-seed-density))",
|
|
2363
|
+
"$description": "Spacing step 28 (28 × 0.25rem).",
|
|
2364
|
+
"$extensions": {
|
|
2365
|
+
"org.stridge.uuid": "9db3bbde-83a5-40d0-acce-4431373b69d1",
|
|
2366
|
+
"org.stridge.cssVar": "--noctis-space-28",
|
|
2367
|
+
"org.stridge.usage": "The 28 step of the spacing-driven utilities (p-28, m-28, gap-28, size-28, …).",
|
|
2368
|
+
"org.stridge.introduced": "0.0.0"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
"32": {
|
|
2372
|
+
"$type": "dimension",
|
|
2373
|
+
"$value": "calc(0.25rem * 32 * var(--noctis-seed-density))",
|
|
2374
|
+
"$description": "Spacing step 32 (32 × 0.25rem).",
|
|
2375
|
+
"$extensions": {
|
|
2376
|
+
"org.stridge.uuid": "160eaeef-a44d-4ce9-ac4b-2ba876069b3f",
|
|
2377
|
+
"org.stridge.cssVar": "--noctis-space-32",
|
|
2378
|
+
"org.stridge.usage": "The 32 step of the spacing-driven utilities (p-32, m-32, gap-32, size-32, …).",
|
|
2379
|
+
"org.stridge.introduced": "0.0.0"
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2382
|
+
"36": {
|
|
2383
|
+
"$type": "dimension",
|
|
2384
|
+
"$value": "calc(0.25rem * 36 * var(--noctis-seed-density))",
|
|
2385
|
+
"$description": "Spacing step 36 (36 × 0.25rem).",
|
|
2386
|
+
"$extensions": {
|
|
2387
|
+
"org.stridge.uuid": "74e3c1cb-447c-4ae0-991a-3707af9e0cb3",
|
|
2388
|
+
"org.stridge.cssVar": "--noctis-space-36",
|
|
2389
|
+
"org.stridge.usage": "The 36 step of the spacing-driven utilities (p-36, m-36, gap-36, size-36, …).",
|
|
2390
|
+
"org.stridge.introduced": "0.0.0"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"40": {
|
|
2394
|
+
"$type": "dimension",
|
|
2395
|
+
"$value": "calc(0.25rem * 40 * var(--noctis-seed-density))",
|
|
2396
|
+
"$description": "Spacing step 40 (40 × 0.25rem).",
|
|
2397
|
+
"$extensions": {
|
|
2398
|
+
"org.stridge.uuid": "b6cfa978-9c02-4ad4-a875-e64e4bfab97e",
|
|
2399
|
+
"org.stridge.cssVar": "--noctis-space-40",
|
|
2400
|
+
"org.stridge.usage": "The 40 step of the spacing-driven utilities (p-40, m-40, gap-40, size-40, …).",
|
|
2401
|
+
"org.stridge.introduced": "0.0.0"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
"44": {
|
|
2405
|
+
"$type": "dimension",
|
|
2406
|
+
"$value": "calc(0.25rem * 44 * var(--noctis-seed-density))",
|
|
2407
|
+
"$description": "Spacing step 44 (44 × 0.25rem).",
|
|
2408
|
+
"$extensions": {
|
|
2409
|
+
"org.stridge.uuid": "66053c8f-a319-49e2-99f1-03de4ec9bd25",
|
|
2410
|
+
"org.stridge.cssVar": "--noctis-space-44",
|
|
2411
|
+
"org.stridge.usage": "The 44 step of the spacing-driven utilities (p-44, m-44, gap-44, size-44, …).",
|
|
2412
|
+
"org.stridge.introduced": "0.0.0"
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"48": {
|
|
2416
|
+
"$type": "dimension",
|
|
2417
|
+
"$value": "calc(0.25rem * 48 * var(--noctis-seed-density))",
|
|
2418
|
+
"$description": "Spacing step 48 (48 × 0.25rem).",
|
|
2419
|
+
"$extensions": {
|
|
2420
|
+
"org.stridge.uuid": "26719184-bd81-4751-a038-9fe2ad756625",
|
|
2421
|
+
"org.stridge.cssVar": "--noctis-space-48",
|
|
2422
|
+
"org.stridge.usage": "The 48 step of the spacing-driven utilities (p-48, m-48, gap-48, size-48, …).",
|
|
2423
|
+
"org.stridge.introduced": "0.0.0"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"52": {
|
|
2427
|
+
"$type": "dimension",
|
|
2428
|
+
"$value": "calc(0.25rem * 52 * var(--noctis-seed-density))",
|
|
2429
|
+
"$description": "Spacing step 52 (52 × 0.25rem).",
|
|
2430
|
+
"$extensions": {
|
|
2431
|
+
"org.stridge.uuid": "010cd46f-dc4d-4da1-90ac-96d5e9f20e00",
|
|
2432
|
+
"org.stridge.cssVar": "--noctis-space-52",
|
|
2433
|
+
"org.stridge.usage": "The 52 step of the spacing-driven utilities (p-52, m-52, gap-52, size-52, …).",
|
|
2434
|
+
"org.stridge.introduced": "0.0.0"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
"56": {
|
|
2438
|
+
"$type": "dimension",
|
|
2439
|
+
"$value": "calc(0.25rem * 56 * var(--noctis-seed-density))",
|
|
2440
|
+
"$description": "Spacing step 56 (56 × 0.25rem).",
|
|
2441
|
+
"$extensions": {
|
|
2442
|
+
"org.stridge.uuid": "72d6da37-a17f-46c7-828c-2f5cc4df2cbc",
|
|
2443
|
+
"org.stridge.cssVar": "--noctis-space-56",
|
|
2444
|
+
"org.stridge.usage": "The 56 step of the spacing-driven utilities (p-56, m-56, gap-56, size-56, …).",
|
|
2445
|
+
"org.stridge.introduced": "0.0.0"
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
"60": {
|
|
2449
|
+
"$type": "dimension",
|
|
2450
|
+
"$value": "calc(0.25rem * 60 * var(--noctis-seed-density))",
|
|
2451
|
+
"$description": "Spacing step 60 (60 × 0.25rem).",
|
|
2452
|
+
"$extensions": {
|
|
2453
|
+
"org.stridge.uuid": "f060115d-28cc-4d25-a196-dad7f936388d",
|
|
2454
|
+
"org.stridge.cssVar": "--noctis-space-60",
|
|
2455
|
+
"org.stridge.usage": "The 60 step of the spacing-driven utilities (p-60, m-60, gap-60, size-60, …).",
|
|
2456
|
+
"org.stridge.introduced": "0.0.0"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"64": {
|
|
2460
|
+
"$type": "dimension",
|
|
2461
|
+
"$value": "calc(0.25rem * 64 * var(--noctis-seed-density))",
|
|
2462
|
+
"$description": "Spacing step 64 (64 × 0.25rem).",
|
|
2463
|
+
"$extensions": {
|
|
2464
|
+
"org.stridge.uuid": "e2164d78-9b4e-434a-b21e-13e51925df97",
|
|
2465
|
+
"org.stridge.cssVar": "--noctis-space-64",
|
|
2466
|
+
"org.stridge.usage": "The 64 step of the spacing-driven utilities (p-64, m-64, gap-64, size-64, …).",
|
|
2467
|
+
"org.stridge.introduced": "0.0.0"
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
"72": {
|
|
2471
|
+
"$type": "dimension",
|
|
2472
|
+
"$value": "calc(0.25rem * 72 * var(--noctis-seed-density))",
|
|
2473
|
+
"$description": "Spacing step 72 (72 × 0.25rem).",
|
|
2474
|
+
"$extensions": {
|
|
2475
|
+
"org.stridge.uuid": "6cead136-810f-4b29-b299-6df42fcd2dac",
|
|
2476
|
+
"org.stridge.cssVar": "--noctis-space-72",
|
|
2477
|
+
"org.stridge.usage": "The 72 step of the spacing-driven utilities (p-72, m-72, gap-72, size-72, …).",
|
|
2478
|
+
"org.stridge.introduced": "0.0.0"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
"80": {
|
|
2482
|
+
"$type": "dimension",
|
|
2483
|
+
"$value": "calc(0.25rem * 80 * var(--noctis-seed-density))",
|
|
2484
|
+
"$description": "Spacing step 80 (80 × 0.25rem).",
|
|
2485
|
+
"$extensions": {
|
|
2486
|
+
"org.stridge.uuid": "bf5a0a0f-3781-4e76-8fd5-4a1878faf97e",
|
|
2487
|
+
"org.stridge.cssVar": "--noctis-space-80",
|
|
2488
|
+
"org.stridge.usage": "The 80 step of the spacing-driven utilities (p-80, m-80, gap-80, size-80, …).",
|
|
2489
|
+
"org.stridge.introduced": "0.0.0"
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
"96": {
|
|
2493
|
+
"$type": "dimension",
|
|
2494
|
+
"$value": "calc(0.25rem * 96 * var(--noctis-seed-density))",
|
|
2495
|
+
"$description": "Spacing step 96 (96 × 0.25rem).",
|
|
2496
|
+
"$extensions": {
|
|
2497
|
+
"org.stridge.uuid": "a680b08f-cfd9-4444-8558-c74e68149b2b",
|
|
2498
|
+
"org.stridge.cssVar": "--noctis-space-96",
|
|
2499
|
+
"org.stridge.usage": "The 96 step of the spacing-driven utilities (p-96, m-96, gap-96, size-96, …).",
|
|
2500
|
+
"org.stridge.introduced": "0.0.0"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
"0.5": {
|
|
2504
|
+
"$type": "dimension",
|
|
2505
|
+
"$value": "calc(0.25rem * 0.5 * var(--noctis-seed-density))",
|
|
2506
|
+
"$description": "Spacing step 0.5 (0.5 × 0.25rem).",
|
|
2507
|
+
"$extensions": {
|
|
2508
|
+
"org.stridge.uuid": "c531515a-a229-457f-a13f-8f890145eb7e",
|
|
2509
|
+
"org.stridge.cssVar": "--noctis-space-0.5",
|
|
2510
|
+
"org.stridge.usage": "The 0.5 step of the spacing-driven utilities (p-0.5, m-0.5, gap-0.5, size-0.5, …).",
|
|
2511
|
+
"org.stridge.introduced": "0.0.0"
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
"1.5": {
|
|
2515
|
+
"$type": "dimension",
|
|
2516
|
+
"$value": "calc(0.25rem * 1.5 * var(--noctis-seed-density))",
|
|
2517
|
+
"$description": "Spacing step 1.5 (1.5 × 0.25rem).",
|
|
2518
|
+
"$extensions": {
|
|
2519
|
+
"org.stridge.uuid": "df0aec81-5b0d-4d3b-ad90-9cdd6302a58e",
|
|
2520
|
+
"org.stridge.cssVar": "--noctis-space-1.5",
|
|
2521
|
+
"org.stridge.usage": "The 1.5 step of the spacing-driven utilities (p-1.5, m-1.5, gap-1.5, size-1.5, …).",
|
|
2522
|
+
"org.stridge.introduced": "0.0.0"
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
"2.5": {
|
|
2526
|
+
"$type": "dimension",
|
|
2527
|
+
"$value": "calc(0.25rem * 2.5 * var(--noctis-seed-density))",
|
|
2528
|
+
"$description": "Spacing step 2.5 (2.5 × 0.25rem).",
|
|
2529
|
+
"$extensions": {
|
|
2530
|
+
"org.stridge.uuid": "b2f1420a-b918-4a5e-8405-c3ca52576aee",
|
|
2531
|
+
"org.stridge.cssVar": "--noctis-space-2.5",
|
|
2532
|
+
"org.stridge.usage": "The 2.5 step of the spacing-driven utilities (p-2.5, m-2.5, gap-2.5, size-2.5, …).",
|
|
2533
|
+
"org.stridge.introduced": "0.0.0"
|
|
2534
|
+
}
|
|
2535
|
+
},
|
|
2536
|
+
"3.5": {
|
|
2537
|
+
"$type": "dimension",
|
|
2538
|
+
"$value": "calc(0.25rem * 3.5 * var(--noctis-seed-density))",
|
|
2539
|
+
"$description": "Spacing step 3.5 (3.5 × 0.25rem).",
|
|
2540
|
+
"$extensions": {
|
|
2541
|
+
"org.stridge.uuid": "85d34ab1-f29c-4068-94ab-8aa5db32a6c1",
|
|
2542
|
+
"org.stridge.cssVar": "--noctis-space-3.5",
|
|
2543
|
+
"org.stridge.usage": "The 3.5 step of the spacing-driven utilities (p-3.5, m-3.5, gap-3.5, size-3.5, …).",
|
|
2544
|
+
"org.stridge.introduced": "0.0.0"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2547
|
+
"px": {
|
|
2548
|
+
"$type": "dimension",
|
|
2549
|
+
"$value": "1px",
|
|
2550
|
+
"$description": "Hairline spacing — a static 1px, never density-scaled.",
|
|
2551
|
+
"$extensions": {
|
|
2552
|
+
"org.stridge.uuid": "141b642e-522c-4ee9-a3cb-66d83e1f6e3e",
|
|
2553
|
+
"org.stridge.cssVar": "--noctis-space-px",
|
|
2554
|
+
"org.stridge.usage": "The px step of the spacing-driven utilities (p-px, m-px, gap-px, size-px, …).",
|
|
2555
|
+
"org.stridge.introduced": "0.0.0"
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
"region": {
|
|
2559
|
+
"$type": "dimension",
|
|
2560
|
+
"$value": "calc(1.25rem * var(--noctis-seed-density))",
|
|
2561
|
+
"$description": "Region padding (1.25rem at density 1).",
|
|
2562
|
+
"$extensions": {
|
|
2563
|
+
"org.stridge.uuid": "e6e2cace-236d-4c1b-8b67-38e1dbd1cf9c",
|
|
2564
|
+
"org.stridge.cssVar": "--noctis-space-region",
|
|
2565
|
+
"org.stridge.usage": "The padding of a panel region — sheet and rail header/body/footer.",
|
|
2566
|
+
"org.stridge.introduced": "0.0.0"
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
"z": {
|
|
2571
|
+
"base": {
|
|
2572
|
+
"$type": "number",
|
|
2573
|
+
"$value": "0",
|
|
2574
|
+
"$description": "Stacking context — base.",
|
|
2575
|
+
"$extensions": {
|
|
2576
|
+
"org.stridge.uuid": "571b6804-2df8-43ca-8476-4053a3ae3f68",
|
|
2577
|
+
"org.stridge.cssVar": "--noctis-z-base",
|
|
2578
|
+
"org.stridge.usage": "Read as var(--noctis-z-base).",
|
|
2579
|
+
"org.stridge.introduced": "0.0.0"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
"raised": {
|
|
2583
|
+
"$type": "number",
|
|
2584
|
+
"$value": "1",
|
|
2585
|
+
"$description": "Stacking context — raised.",
|
|
2586
|
+
"$extensions": {
|
|
2587
|
+
"org.stridge.uuid": "c0ecb198-b2a2-4a59-b3f3-a1e8bf83eba7",
|
|
2588
|
+
"org.stridge.cssVar": "--noctis-z-raised",
|
|
2589
|
+
"org.stridge.usage": "A within-component raise above an adjacent sibling — read as var(--noctis-z-raised).",
|
|
2590
|
+
"org.stridge.introduced": "0.0.0"
|
|
2591
|
+
}
|
|
2592
|
+
},
|
|
2593
|
+
"dropdown": {
|
|
2594
|
+
"$type": "number",
|
|
2595
|
+
"$value": "1000",
|
|
2596
|
+
"$description": "Stacking context — dropdown.",
|
|
2597
|
+
"$extensions": {
|
|
2598
|
+
"org.stridge.uuid": "609bc1db-7304-44ae-992a-a2f6be0ed0bf",
|
|
2599
|
+
"org.stridge.cssVar": "--noctis-z-dropdown",
|
|
2600
|
+
"org.stridge.usage": "Read as var(--noctis-z-dropdown).",
|
|
2601
|
+
"org.stridge.introduced": "0.0.0"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
"sticky": {
|
|
2605
|
+
"$type": "number",
|
|
2606
|
+
"$value": "1100",
|
|
2607
|
+
"$description": "Stacking context — sticky.",
|
|
2608
|
+
"$extensions": {
|
|
2609
|
+
"org.stridge.uuid": "40b3456b-bfcb-42fe-a6e3-c4a36e4f77ea",
|
|
2610
|
+
"org.stridge.cssVar": "--noctis-z-sticky",
|
|
2611
|
+
"org.stridge.usage": "Read as var(--noctis-z-sticky).",
|
|
2612
|
+
"org.stridge.introduced": "0.0.0"
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"overlay": {
|
|
2616
|
+
"$type": "number",
|
|
2617
|
+
"$value": "1300",
|
|
2618
|
+
"$description": "Stacking context — overlay.",
|
|
2619
|
+
"$extensions": {
|
|
2620
|
+
"org.stridge.uuid": "e394402e-0a5d-45cf-868c-b6a6d7e16ff2",
|
|
2621
|
+
"org.stridge.cssVar": "--noctis-z-overlay",
|
|
2622
|
+
"org.stridge.usage": "Read as var(--noctis-z-overlay).",
|
|
2623
|
+
"org.stridge.introduced": "0.0.0"
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
"modal": {
|
|
2627
|
+
"$type": "number",
|
|
2628
|
+
"$value": "1400",
|
|
2629
|
+
"$description": "Stacking context — modal.",
|
|
2630
|
+
"$extensions": {
|
|
2631
|
+
"org.stridge.uuid": "30fcdde1-058f-4fe3-b681-2a7b7648b9a6",
|
|
2632
|
+
"org.stridge.cssVar": "--noctis-z-modal",
|
|
2633
|
+
"org.stridge.usage": "Read as var(--noctis-z-modal).",
|
|
2634
|
+
"org.stridge.introduced": "0.0.0"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
"popover": {
|
|
2638
|
+
"$type": "number",
|
|
2639
|
+
"$value": "1500",
|
|
2640
|
+
"$description": "Stacking context — popover.",
|
|
2641
|
+
"$extensions": {
|
|
2642
|
+
"org.stridge.uuid": "d355e4b1-84f4-456e-b273-ae6ebe5e6a60",
|
|
2643
|
+
"org.stridge.cssVar": "--noctis-z-popover",
|
|
2644
|
+
"org.stridge.usage": "Read as var(--noctis-z-popover).",
|
|
2645
|
+
"org.stridge.introduced": "0.0.0"
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2648
|
+
"toast": {
|
|
2649
|
+
"$type": "number",
|
|
2650
|
+
"$value": "1700",
|
|
2651
|
+
"$description": "Stacking context — toast.",
|
|
2652
|
+
"$extensions": {
|
|
2653
|
+
"org.stridge.uuid": "cb5d5a20-94a7-4115-9405-2ee6ef690ede",
|
|
2654
|
+
"org.stridge.cssVar": "--noctis-z-toast",
|
|
2655
|
+
"org.stridge.usage": "Read as var(--noctis-z-toast).",
|
|
2656
|
+
"org.stridge.introduced": "0.0.0"
|
|
2657
|
+
}
|
|
2658
|
+
}
|
|
2659
|
+
},
|
|
2660
|
+
"breakpoint": {
|
|
2661
|
+
"sm": {
|
|
2662
|
+
"$type": "dimension",
|
|
2663
|
+
"$value": "40rem",
|
|
2664
|
+
"$description": "Responsive breakpoint — sm.",
|
|
2665
|
+
"$extensions": {
|
|
2666
|
+
"org.stridge.uuid": "d07c23f6-5712-4ac9-8895-fd99b8715b59",
|
|
2667
|
+
"org.stridge.cssVar": "--noctis-breakpoint-sm",
|
|
2668
|
+
"org.stridge.usage": "The sm: Tailwind variant.",
|
|
2669
|
+
"org.stridge.introduced": "0.0.0"
|
|
2670
|
+
}
|
|
2671
|
+
},
|
|
2672
|
+
"md": {
|
|
2673
|
+
"$type": "dimension",
|
|
2674
|
+
"$value": "48rem",
|
|
2675
|
+
"$description": "Responsive breakpoint — md.",
|
|
2676
|
+
"$extensions": {
|
|
2677
|
+
"org.stridge.uuid": "607d5a56-6536-444c-a9d6-364dcd3f8259",
|
|
2678
|
+
"org.stridge.cssVar": "--noctis-breakpoint-md",
|
|
2679
|
+
"org.stridge.usage": "The md: Tailwind variant.",
|
|
2680
|
+
"org.stridge.introduced": "0.0.0"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
"lg": {
|
|
2684
|
+
"$type": "dimension",
|
|
2685
|
+
"$value": "64rem",
|
|
2686
|
+
"$description": "Responsive breakpoint — lg.",
|
|
2687
|
+
"$extensions": {
|
|
2688
|
+
"org.stridge.uuid": "4621e544-f4be-4062-a52c-884c2f63e85b",
|
|
2689
|
+
"org.stridge.cssVar": "--noctis-breakpoint-lg",
|
|
2690
|
+
"org.stridge.usage": "The lg: Tailwind variant.",
|
|
2691
|
+
"org.stridge.introduced": "0.0.0"
|
|
2692
|
+
}
|
|
2693
|
+
},
|
|
2694
|
+
"xl": {
|
|
2695
|
+
"$type": "dimension",
|
|
2696
|
+
"$value": "80rem",
|
|
2697
|
+
"$description": "Responsive breakpoint — xl.",
|
|
2698
|
+
"$extensions": {
|
|
2699
|
+
"org.stridge.uuid": "28a388ed-5d29-4118-9926-8e905b876550",
|
|
2700
|
+
"org.stridge.cssVar": "--noctis-breakpoint-xl",
|
|
2701
|
+
"org.stridge.usage": "The xl: Tailwind variant.",
|
|
2702
|
+
"org.stridge.introduced": "0.0.0"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
"2xl": {
|
|
2706
|
+
"$type": "dimension",
|
|
2707
|
+
"$value": "96rem",
|
|
2708
|
+
"$description": "Responsive breakpoint — 2xl.",
|
|
2709
|
+
"$extensions": {
|
|
2710
|
+
"org.stridge.uuid": "dd165786-b647-49bc-9bfa-1c98ea601519",
|
|
2711
|
+
"org.stridge.cssVar": "--noctis-breakpoint-2xl",
|
|
2712
|
+
"org.stridge.usage": "The 2xl: Tailwind variant.",
|
|
2713
|
+
"org.stridge.introduced": "0.0.0"
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"shadow": {
|
|
2718
|
+
"low-1-x": {
|
|
2719
|
+
"$type": "dimension",
|
|
2720
|
+
"$value": "0",
|
|
2721
|
+
"$description": "Shadow part — x of the low shadow's layer 1.",
|
|
2722
|
+
"$extensions": {
|
|
2723
|
+
"org.stridge.uuid": "612ae869-6914-44e9-bf75-62432cc405af",
|
|
2724
|
+
"org.stridge.cssVar": "--noctis-shadow-low-1-x",
|
|
2725
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2726
|
+
"org.stridge.introduced": "0.0.0"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
"low-1-y": {
|
|
2730
|
+
"$type": "dimension",
|
|
2731
|
+
"$value": "1px",
|
|
2732
|
+
"$description": "Shadow part — y of the low shadow's layer 1.",
|
|
2733
|
+
"$extensions": {
|
|
2734
|
+
"org.stridge.uuid": "59f87c01-71e6-4b8d-a0b8-259a52355c31",
|
|
2735
|
+
"org.stridge.cssVar": "--noctis-shadow-low-1-y",
|
|
2736
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2737
|
+
"org.stridge.introduced": "0.0.0"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
"low-1-blur": {
|
|
2741
|
+
"$type": "dimension",
|
|
2742
|
+
"$value": "2px",
|
|
2743
|
+
"$description": "Shadow part — blur of the low shadow's layer 1.",
|
|
2744
|
+
"$extensions": {
|
|
2745
|
+
"org.stridge.uuid": "f165481c-4c5e-429f-a618-9aa2b88bfd0a",
|
|
2746
|
+
"org.stridge.cssVar": "--noctis-shadow-low-1-blur",
|
|
2747
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2748
|
+
"org.stridge.introduced": "0.0.0"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"low-1-spread": {
|
|
2752
|
+
"$type": "dimension",
|
|
2753
|
+
"$value": "0",
|
|
2754
|
+
"$description": "Shadow part — spread of the low shadow's layer 1.",
|
|
2755
|
+
"$extensions": {
|
|
2756
|
+
"org.stridge.uuid": "c5365d3d-6b07-4541-b32c-0a8de2cd1434",
|
|
2757
|
+
"org.stridge.cssVar": "--noctis-shadow-low-1-spread",
|
|
2758
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2759
|
+
"org.stridge.introduced": "0.0.0"
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
"low-1-alpha": {
|
|
2763
|
+
"$type": "number",
|
|
2764
|
+
"$value": "0.08",
|
|
2765
|
+
"$description": "Shadow part — alpha of the low shadow's layer 1.",
|
|
2766
|
+
"$extensions": {
|
|
2767
|
+
"org.stridge.uuid": "d770f365-e21d-4c73-910e-a71488492f5b",
|
|
2768
|
+
"org.stridge.cssVar": "--noctis-shadow-low-1-alpha",
|
|
2769
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2770
|
+
"org.stridge.introduced": "0.0.0"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"low-2-x": {
|
|
2774
|
+
"$type": "dimension",
|
|
2775
|
+
"$value": "0",
|
|
2776
|
+
"$description": "Shadow part — x of the low shadow's layer 2.",
|
|
2777
|
+
"$extensions": {
|
|
2778
|
+
"org.stridge.uuid": "e308e64f-0999-4cbf-9a6e-43fce59e80a2",
|
|
2779
|
+
"org.stridge.cssVar": "--noctis-shadow-low-2-x",
|
|
2780
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2781
|
+
"org.stridge.introduced": "0.0.0"
|
|
2782
|
+
}
|
|
2783
|
+
},
|
|
2784
|
+
"low-2-y": {
|
|
2785
|
+
"$type": "dimension",
|
|
2786
|
+
"$value": "1px",
|
|
2787
|
+
"$description": "Shadow part — y of the low shadow's layer 2.",
|
|
2788
|
+
"$extensions": {
|
|
2789
|
+
"org.stridge.uuid": "6556784a-ab18-42f0-8333-7a7fa0123e30",
|
|
2790
|
+
"org.stridge.cssVar": "--noctis-shadow-low-2-y",
|
|
2791
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2792
|
+
"org.stridge.introduced": "0.0.0"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"low-2-blur": {
|
|
2796
|
+
"$type": "dimension",
|
|
2797
|
+
"$value": "1px",
|
|
2798
|
+
"$description": "Shadow part — blur of the low shadow's layer 2.",
|
|
2799
|
+
"$extensions": {
|
|
2800
|
+
"org.stridge.uuid": "b6bb5753-cf70-4fb1-ac35-fe832e80af60",
|
|
2801
|
+
"org.stridge.cssVar": "--noctis-shadow-low-2-blur",
|
|
2802
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2803
|
+
"org.stridge.introduced": "0.0.0"
|
|
2804
|
+
}
|
|
2805
|
+
},
|
|
2806
|
+
"low-2-spread": {
|
|
2807
|
+
"$type": "dimension",
|
|
2808
|
+
"$value": "0",
|
|
2809
|
+
"$description": "Shadow part — spread of the low shadow's layer 2.",
|
|
2810
|
+
"$extensions": {
|
|
2811
|
+
"org.stridge.uuid": "fecae0df-c10c-44ef-844b-df664aeeeda9",
|
|
2812
|
+
"org.stridge.cssVar": "--noctis-shadow-low-2-spread",
|
|
2813
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2814
|
+
"org.stridge.introduced": "0.0.0"
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2817
|
+
"low-2-alpha": {
|
|
2818
|
+
"$type": "number",
|
|
2819
|
+
"$value": "0.06",
|
|
2820
|
+
"$description": "Shadow part — alpha of the low shadow's layer 2.",
|
|
2821
|
+
"$extensions": {
|
|
2822
|
+
"org.stridge.uuid": "ce033955-c160-4107-9e88-dde93ac5f242",
|
|
2823
|
+
"org.stridge.cssVar": "--noctis-shadow-low-2-alpha",
|
|
2824
|
+
"org.stridge.usage": "Composed into --noctis-shadow-low; override it (cascade or scoped) to retune that one part.",
|
|
2825
|
+
"org.stridge.introduced": "0.0.0"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
2828
|
+
"medium-1-x": {
|
|
2829
|
+
"$type": "dimension",
|
|
2830
|
+
"$value": "0",
|
|
2831
|
+
"$description": "Shadow part — x of the medium shadow's layer 1.",
|
|
2832
|
+
"$extensions": {
|
|
2833
|
+
"org.stridge.uuid": "2686aed8-43e1-4583-baff-72fb87ace4d8",
|
|
2834
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-1-x",
|
|
2835
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2836
|
+
"org.stridge.introduced": "0.0.0"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
"medium-1-y": {
|
|
2840
|
+
"$type": "dimension",
|
|
2841
|
+
"$value": "4px",
|
|
2842
|
+
"$description": "Shadow part — y of the medium shadow's layer 1.",
|
|
2843
|
+
"$extensions": {
|
|
2844
|
+
"org.stridge.uuid": "81a7a55e-ca77-4123-870e-f014e8f24b40",
|
|
2845
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-1-y",
|
|
2846
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2847
|
+
"org.stridge.introduced": "0.0.0"
|
|
2848
|
+
}
|
|
2849
|
+
},
|
|
2850
|
+
"medium-1-blur": {
|
|
2851
|
+
"$type": "dimension",
|
|
2852
|
+
"$value": "8px",
|
|
2853
|
+
"$description": "Shadow part — blur of the medium shadow's layer 1.",
|
|
2854
|
+
"$extensions": {
|
|
2855
|
+
"org.stridge.uuid": "887f6e8b-678a-4676-8bdf-3cf051ab0750",
|
|
2856
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-1-blur",
|
|
2857
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2858
|
+
"org.stridge.introduced": "0.0.0"
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
"medium-1-spread": {
|
|
2862
|
+
"$type": "dimension",
|
|
2863
|
+
"$value": "-2px",
|
|
2864
|
+
"$description": "Shadow part — spread of the medium shadow's layer 1.",
|
|
2865
|
+
"$extensions": {
|
|
2866
|
+
"org.stridge.uuid": "edc0f99b-7483-4f0d-8aa4-2e3e7fa40e26",
|
|
2867
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-1-spread",
|
|
2868
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2869
|
+
"org.stridge.introduced": "0.0.0"
|
|
2870
|
+
}
|
|
2871
|
+
},
|
|
2872
|
+
"medium-1-alpha": {
|
|
2873
|
+
"$type": "number",
|
|
2874
|
+
"$value": "0.12",
|
|
2875
|
+
"$description": "Shadow part — alpha of the medium shadow's layer 1.",
|
|
2876
|
+
"$extensions": {
|
|
2877
|
+
"org.stridge.uuid": "1a1e8612-a544-42d9-b632-c1b7a7cd74c7",
|
|
2878
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-1-alpha",
|
|
2879
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2880
|
+
"org.stridge.introduced": "0.0.0"
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2883
|
+
"medium-2-x": {
|
|
2884
|
+
"$type": "dimension",
|
|
2885
|
+
"$value": "0",
|
|
2886
|
+
"$description": "Shadow part — x of the medium shadow's layer 2.",
|
|
2887
|
+
"$extensions": {
|
|
2888
|
+
"org.stridge.uuid": "b6536338-e86b-49e0-80aa-23391ab3ab6b",
|
|
2889
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-2-x",
|
|
2890
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2891
|
+
"org.stridge.introduced": "0.0.0"
|
|
2892
|
+
}
|
|
2893
|
+
},
|
|
2894
|
+
"medium-2-y": {
|
|
2895
|
+
"$type": "dimension",
|
|
2896
|
+
"$value": "2px",
|
|
2897
|
+
"$description": "Shadow part — y of the medium shadow's layer 2.",
|
|
2898
|
+
"$extensions": {
|
|
2899
|
+
"org.stridge.uuid": "60373881-6e3e-4167-bab5-2163bf98cbb9",
|
|
2900
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-2-y",
|
|
2901
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2902
|
+
"org.stridge.introduced": "0.0.0"
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
"medium-2-blur": {
|
|
2906
|
+
"$type": "dimension",
|
|
2907
|
+
"$value": "4px",
|
|
2908
|
+
"$description": "Shadow part — blur of the medium shadow's layer 2.",
|
|
2909
|
+
"$extensions": {
|
|
2910
|
+
"org.stridge.uuid": "2e976f4f-d3a6-4ca1-8613-3a6c209b3541",
|
|
2911
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-2-blur",
|
|
2912
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2913
|
+
"org.stridge.introduced": "0.0.0"
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
"medium-2-spread": {
|
|
2917
|
+
"$type": "dimension",
|
|
2918
|
+
"$value": "-1px",
|
|
2919
|
+
"$description": "Shadow part — spread of the medium shadow's layer 2.",
|
|
2920
|
+
"$extensions": {
|
|
2921
|
+
"org.stridge.uuid": "4cb07b13-7685-4893-87e7-30d3a2996311",
|
|
2922
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-2-spread",
|
|
2923
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2924
|
+
"org.stridge.introduced": "0.0.0"
|
|
2925
|
+
}
|
|
2926
|
+
},
|
|
2927
|
+
"medium-2-alpha": {
|
|
2928
|
+
"$type": "number",
|
|
2929
|
+
"$value": "0.1",
|
|
2930
|
+
"$description": "Shadow part — alpha of the medium shadow's layer 2.",
|
|
2931
|
+
"$extensions": {
|
|
2932
|
+
"org.stridge.uuid": "23297190-6131-4750-b7e1-66ab04e8ed75",
|
|
2933
|
+
"org.stridge.cssVar": "--noctis-shadow-medium-2-alpha",
|
|
2934
|
+
"org.stridge.usage": "Composed into --noctis-shadow-medium; override it (cascade or scoped) to retune that one part.",
|
|
2935
|
+
"org.stridge.introduced": "0.0.0"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"high-1-x": {
|
|
2939
|
+
"$type": "dimension",
|
|
2940
|
+
"$value": "0",
|
|
2941
|
+
"$description": "Shadow part — x of the high shadow's layer 1.",
|
|
2942
|
+
"$extensions": {
|
|
2943
|
+
"org.stridge.uuid": "7efb0bac-dde1-4a39-884c-ec7affb5da04",
|
|
2944
|
+
"org.stridge.cssVar": "--noctis-shadow-high-1-x",
|
|
2945
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
2946
|
+
"org.stridge.introduced": "0.0.0"
|
|
2947
|
+
}
|
|
2948
|
+
},
|
|
2949
|
+
"high-1-y": {
|
|
2950
|
+
"$type": "dimension",
|
|
2951
|
+
"$value": "12px",
|
|
2952
|
+
"$description": "Shadow part — y of the high shadow's layer 1.",
|
|
2953
|
+
"$extensions": {
|
|
2954
|
+
"org.stridge.uuid": "9e54a53d-2ef8-4621-9e65-dd9a024bc4f9",
|
|
2955
|
+
"org.stridge.cssVar": "--noctis-shadow-high-1-y",
|
|
2956
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
2957
|
+
"org.stridge.introduced": "0.0.0"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
"high-1-blur": {
|
|
2961
|
+
"$type": "dimension",
|
|
2962
|
+
"$value": "32px",
|
|
2963
|
+
"$description": "Shadow part — blur of the high shadow's layer 1.",
|
|
2964
|
+
"$extensions": {
|
|
2965
|
+
"org.stridge.uuid": "b8e53c3d-dc46-4190-8b5d-a7399036adea",
|
|
2966
|
+
"org.stridge.cssVar": "--noctis-shadow-high-1-blur",
|
|
2967
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
2968
|
+
"org.stridge.introduced": "0.0.0"
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
"high-1-spread": {
|
|
2972
|
+
"$type": "dimension",
|
|
2973
|
+
"$value": "-4px",
|
|
2974
|
+
"$description": "Shadow part — spread of the high shadow's layer 1.",
|
|
2975
|
+
"$extensions": {
|
|
2976
|
+
"org.stridge.uuid": "7ea620f1-02e9-4167-ba0d-65d9653eecae",
|
|
2977
|
+
"org.stridge.cssVar": "--noctis-shadow-high-1-spread",
|
|
2978
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
2979
|
+
"org.stridge.introduced": "0.0.0"
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
"high-1-alpha": {
|
|
2983
|
+
"$type": "number",
|
|
2984
|
+
"$value": "0.18",
|
|
2985
|
+
"$description": "Shadow part — alpha of the high shadow's layer 1.",
|
|
2986
|
+
"$extensions": {
|
|
2987
|
+
"org.stridge.uuid": "873bd9ed-5804-464e-907c-d695252fcf6c",
|
|
2988
|
+
"org.stridge.cssVar": "--noctis-shadow-high-1-alpha",
|
|
2989
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
2990
|
+
"org.stridge.introduced": "0.0.0"
|
|
2991
|
+
}
|
|
2992
|
+
},
|
|
2993
|
+
"high-2-x": {
|
|
2994
|
+
"$type": "dimension",
|
|
2995
|
+
"$value": "0",
|
|
2996
|
+
"$description": "Shadow part — x of the high shadow's layer 2.",
|
|
2997
|
+
"$extensions": {
|
|
2998
|
+
"org.stridge.uuid": "4b088e29-e96b-4a0b-bea9-5064fc7af943",
|
|
2999
|
+
"org.stridge.cssVar": "--noctis-shadow-high-2-x",
|
|
3000
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
3001
|
+
"org.stridge.introduced": "0.0.0"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
"high-2-y": {
|
|
3005
|
+
"$type": "dimension",
|
|
3006
|
+
"$value": "6px",
|
|
3007
|
+
"$description": "Shadow part — y of the high shadow's layer 2.",
|
|
3008
|
+
"$extensions": {
|
|
3009
|
+
"org.stridge.uuid": "74ec8ba7-a9ed-42e7-933b-343c2590334e",
|
|
3010
|
+
"org.stridge.cssVar": "--noctis-shadow-high-2-y",
|
|
3011
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
3012
|
+
"org.stridge.introduced": "0.0.0"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
3015
|
+
"high-2-blur": {
|
|
3016
|
+
"$type": "dimension",
|
|
3017
|
+
"$value": "12px",
|
|
3018
|
+
"$description": "Shadow part — blur of the high shadow's layer 2.",
|
|
3019
|
+
"$extensions": {
|
|
3020
|
+
"org.stridge.uuid": "efe26ac5-f041-47ae-bf28-502ddd10ae16",
|
|
3021
|
+
"org.stridge.cssVar": "--noctis-shadow-high-2-blur",
|
|
3022
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
3023
|
+
"org.stridge.introduced": "0.0.0"
|
|
3024
|
+
}
|
|
3025
|
+
},
|
|
3026
|
+
"high-2-spread": {
|
|
3027
|
+
"$type": "dimension",
|
|
3028
|
+
"$value": "-2px",
|
|
3029
|
+
"$description": "Shadow part — spread of the high shadow's layer 2.",
|
|
3030
|
+
"$extensions": {
|
|
3031
|
+
"org.stridge.uuid": "b39795f6-cf0e-4a5e-8c98-bb4b4aeeddc5",
|
|
3032
|
+
"org.stridge.cssVar": "--noctis-shadow-high-2-spread",
|
|
3033
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
3034
|
+
"org.stridge.introduced": "0.0.0"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
3037
|
+
"high-2-alpha": {
|
|
3038
|
+
"$type": "number",
|
|
3039
|
+
"$value": "0.14",
|
|
3040
|
+
"$description": "Shadow part — alpha of the high shadow's layer 2.",
|
|
3041
|
+
"$extensions": {
|
|
3042
|
+
"org.stridge.uuid": "5360903d-8dfc-4709-a4e1-58e72e7c0294",
|
|
3043
|
+
"org.stridge.cssVar": "--noctis-shadow-high-2-alpha",
|
|
3044
|
+
"org.stridge.usage": "Composed into --noctis-shadow-high; override it (cascade or scoped) to retune that one part.",
|
|
3045
|
+
"org.stridge.introduced": "0.0.0"
|
|
3046
|
+
}
|
|
3047
|
+
},
|
|
3048
|
+
"inset-1-x": {
|
|
3049
|
+
"$type": "dimension",
|
|
3050
|
+
"$value": "0",
|
|
3051
|
+
"$description": "Shadow part — x of the inset shadow's layer 1.",
|
|
3052
|
+
"$extensions": {
|
|
3053
|
+
"org.stridge.uuid": "7c09bd86-12e5-4855-b25e-9658fbef4547",
|
|
3054
|
+
"org.stridge.cssVar": "--noctis-shadow-inset-1-x",
|
|
3055
|
+
"org.stridge.usage": "Composed into --noctis-shadow-inset; override it (cascade or scoped) to retune that one part.",
|
|
3056
|
+
"org.stridge.introduced": "0.0.0"
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
"inset-1-y": {
|
|
3060
|
+
"$type": "dimension",
|
|
3061
|
+
"$value": "1px",
|
|
3062
|
+
"$description": "Shadow part — y of the inset shadow's layer 1.",
|
|
3063
|
+
"$extensions": {
|
|
3064
|
+
"org.stridge.uuid": "6435624f-6e81-43b6-a87e-71f5708a3dac",
|
|
3065
|
+
"org.stridge.cssVar": "--noctis-shadow-inset-1-y",
|
|
3066
|
+
"org.stridge.usage": "Composed into --noctis-shadow-inset; override it (cascade or scoped) to retune that one part.",
|
|
3067
|
+
"org.stridge.introduced": "0.0.0"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"inset-1-blur": {
|
|
3071
|
+
"$type": "dimension",
|
|
3072
|
+
"$value": "2px",
|
|
3073
|
+
"$description": "Shadow part — blur of the inset shadow's layer 1.",
|
|
3074
|
+
"$extensions": {
|
|
3075
|
+
"org.stridge.uuid": "74f76c5a-4b12-400f-9c77-9da62ca10509",
|
|
3076
|
+
"org.stridge.cssVar": "--noctis-shadow-inset-1-blur",
|
|
3077
|
+
"org.stridge.usage": "Composed into --noctis-shadow-inset; override it (cascade or scoped) to retune that one part.",
|
|
3078
|
+
"org.stridge.introduced": "0.0.0"
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
3081
|
+
"inset-1-spread": {
|
|
3082
|
+
"$type": "dimension",
|
|
3083
|
+
"$value": "0",
|
|
3084
|
+
"$description": "Shadow part — spread of the inset shadow's layer 1.",
|
|
3085
|
+
"$extensions": {
|
|
3086
|
+
"org.stridge.uuid": "cc4e98cf-4591-42f6-967d-48442f39851c",
|
|
3087
|
+
"org.stridge.cssVar": "--noctis-shadow-inset-1-spread",
|
|
3088
|
+
"org.stridge.usage": "Composed into --noctis-shadow-inset; override it (cascade or scoped) to retune that one part.",
|
|
3089
|
+
"org.stridge.introduced": "0.0.0"
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
3092
|
+
"inset-1-alpha": {
|
|
3093
|
+
"$type": "number",
|
|
3094
|
+
"$value": "0.1",
|
|
3095
|
+
"$description": "Shadow part — alpha of the inset shadow's layer 1.",
|
|
3096
|
+
"$extensions": {
|
|
3097
|
+
"org.stridge.uuid": "b0acb421-9aba-4ad5-96f1-e80c89084a76",
|
|
3098
|
+
"org.stridge.cssVar": "--noctis-shadow-inset-1-alpha",
|
|
3099
|
+
"org.stridge.usage": "Composed into --noctis-shadow-inset; override it (cascade or scoped) to retune that one part.",
|
|
3100
|
+
"org.stridge.introduced": "0.0.0"
|
|
3101
|
+
}
|
|
3102
|
+
},
|
|
3103
|
+
"focus-1-x": {
|
|
3104
|
+
"$type": "dimension",
|
|
3105
|
+
"$value": "0",
|
|
3106
|
+
"$description": "Shadow part — x of the focus shadow's layer 1.",
|
|
3107
|
+
"$extensions": {
|
|
3108
|
+
"org.stridge.uuid": "36cdee68-3f6b-4f24-bf1b-f92f9e731868",
|
|
3109
|
+
"org.stridge.cssVar": "--noctis-shadow-focus-1-x",
|
|
3110
|
+
"org.stridge.usage": "Composed into --noctis-shadow-focus; override it (cascade or scoped) to retune that one part.",
|
|
3111
|
+
"org.stridge.introduced": "0.0.0"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
"focus-1-y": {
|
|
3115
|
+
"$type": "dimension",
|
|
3116
|
+
"$value": "0",
|
|
3117
|
+
"$description": "Shadow part — y of the focus shadow's layer 1.",
|
|
3118
|
+
"$extensions": {
|
|
3119
|
+
"org.stridge.uuid": "743f6b24-963e-42dd-a144-4da741d0fda7",
|
|
3120
|
+
"org.stridge.cssVar": "--noctis-shadow-focus-1-y",
|
|
3121
|
+
"org.stridge.usage": "Composed into --noctis-shadow-focus; override it (cascade or scoped) to retune that one part.",
|
|
3122
|
+
"org.stridge.introduced": "0.0.0"
|
|
3123
|
+
}
|
|
3124
|
+
},
|
|
3125
|
+
"focus-1-blur": {
|
|
3126
|
+
"$type": "dimension",
|
|
3127
|
+
"$value": "0",
|
|
3128
|
+
"$description": "Shadow part — blur of the focus shadow's layer 1.",
|
|
3129
|
+
"$extensions": {
|
|
3130
|
+
"org.stridge.uuid": "ead80153-00e5-4087-a064-569bf83b3393",
|
|
3131
|
+
"org.stridge.cssVar": "--noctis-shadow-focus-1-blur",
|
|
3132
|
+
"org.stridge.usage": "Composed into --noctis-shadow-focus; override it (cascade or scoped) to retune that one part.",
|
|
3133
|
+
"org.stridge.introduced": "0.0.0"
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3136
|
+
"focus-1-spread": {
|
|
3137
|
+
"$type": "dimension",
|
|
3138
|
+
"$value": "1px",
|
|
3139
|
+
"$description": "Shadow part — spread of the focus shadow's layer 1.",
|
|
3140
|
+
"$extensions": {
|
|
3141
|
+
"org.stridge.uuid": "28ac7aa8-8b06-4b83-b745-b5347e47c9b0",
|
|
3142
|
+
"org.stridge.cssVar": "--noctis-shadow-focus-1-spread",
|
|
3143
|
+
"org.stridge.usage": "Composed into --noctis-shadow-focus; override it (cascade or scoped) to retune that one part.",
|
|
3144
|
+
"org.stridge.introduced": "0.0.0"
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
3147
|
+
"low": {
|
|
3148
|
+
"$type": "shadow",
|
|
3149
|
+
"$value": [
|
|
3150
|
+
{
|
|
3151
|
+
"color": "oklch(0 0 0 / 0.08)",
|
|
3152
|
+
"offsetX": "0",
|
|
3153
|
+
"offsetY": "1px",
|
|
3154
|
+
"blur": "2px",
|
|
3155
|
+
"spread": "0"
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"color": "oklch(0 0 0 / 0.06)",
|
|
3159
|
+
"offsetX": "0",
|
|
3160
|
+
"offsetY": "1px",
|
|
3161
|
+
"blur": "1px",
|
|
3162
|
+
"spread": "0"
|
|
3163
|
+
}
|
|
3164
|
+
],
|
|
3165
|
+
"$description": "Elevation shadow — low. The resting card/raised-surface drop shadow, composed from its parts.",
|
|
3166
|
+
"$extensions": {
|
|
3167
|
+
"org.stridge.uuid": "c3f1a8d6-5b2e-4c9a-8d7f-1e4b6a3c9d2e",
|
|
3168
|
+
"org.stridge.cssVar": "--noctis-shadow-low",
|
|
3169
|
+
"org.stridge.usage": "The shadow-card utility.",
|
|
3170
|
+
"org.stridge.introduced": "0.0.0"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
"medium": {
|
|
3174
|
+
"$type": "shadow",
|
|
3175
|
+
"$value": [
|
|
3176
|
+
{
|
|
3177
|
+
"color": "oklch(0 0 0 / 0.12)",
|
|
3178
|
+
"offsetX": "0",
|
|
3179
|
+
"offsetY": "4px",
|
|
3180
|
+
"blur": "8px",
|
|
3181
|
+
"spread": "-2px"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"color": "oklch(0 0 0 / 0.1)",
|
|
3185
|
+
"offsetX": "0",
|
|
3186
|
+
"offsetY": "2px",
|
|
3187
|
+
"blur": "4px",
|
|
3188
|
+
"spread": "-1px"
|
|
3189
|
+
}
|
|
3190
|
+
],
|
|
3191
|
+
"$description": "Elevation shadow — medium. The popover/floating-surface drop shadow, composed from its parts.",
|
|
3192
|
+
"$extensions": {
|
|
3193
|
+
"org.stridge.uuid": "d4e2b9c7-6c3f-4d8b-9e1a-2f5c7b4d1e3f",
|
|
3194
|
+
"org.stridge.cssVar": "--noctis-shadow-medium",
|
|
3195
|
+
"org.stridge.usage": "The shadow-popover utility.",
|
|
3196
|
+
"org.stridge.introduced": "0.0.0"
|
|
3197
|
+
}
|
|
3198
|
+
},
|
|
3199
|
+
"high": {
|
|
3200
|
+
"$type": "shadow",
|
|
3201
|
+
"$value": [
|
|
3202
|
+
{
|
|
3203
|
+
"color": "oklch(0 0 0 / 0.18)",
|
|
3204
|
+
"offsetX": "0",
|
|
3205
|
+
"offsetY": "12px",
|
|
3206
|
+
"blur": "32px",
|
|
3207
|
+
"spread": "-4px"
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"color": "oklch(0 0 0 / 0.14)",
|
|
3211
|
+
"offsetX": "0",
|
|
3212
|
+
"offsetY": "6px",
|
|
3213
|
+
"blur": "12px",
|
|
3214
|
+
"spread": "-2px"
|
|
3215
|
+
}
|
|
3216
|
+
],
|
|
3217
|
+
"$description": "Elevation shadow — high. The modal/dialog drop shadow, composed from its parts.",
|
|
3218
|
+
"$extensions": {
|
|
3219
|
+
"org.stridge.uuid": "e5f3c0d8-7d4a-4e9c-8f2b-3a6d8c5e2f4a",
|
|
3220
|
+
"org.stridge.cssVar": "--noctis-shadow-high",
|
|
3221
|
+
"org.stridge.usage": "The shadow-modal utility.",
|
|
3222
|
+
"org.stridge.introduced": "0.0.0"
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
"inset": {
|
|
3226
|
+
"$type": "shadow",
|
|
3227
|
+
"$value": {
|
|
3228
|
+
"color": "oklch(0 0 0 / 0.1)",
|
|
3229
|
+
"offsetX": "0",
|
|
3230
|
+
"offsetY": "1px",
|
|
3231
|
+
"blur": "2px",
|
|
3232
|
+
"spread": "0",
|
|
3233
|
+
"inset": true
|
|
3234
|
+
},
|
|
3235
|
+
"$description": "Inset shadow. The recessed inner shadow for wells, inputs, and any drilled-in panel, composed from its parts.",
|
|
3236
|
+
"$extensions": {
|
|
3237
|
+
"org.stridge.uuid": "f6a4d1e9-8e5b-4f0d-9a3c-4b7e9d6f3a5b",
|
|
3238
|
+
"org.stridge.cssVar": "--noctis-shadow-inset",
|
|
3239
|
+
"org.stridge.usage": "The shadow-inset utility.",
|
|
3240
|
+
"org.stridge.introduced": "0.0.0"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
"focus": {
|
|
3244
|
+
"$type": "shadow",
|
|
3245
|
+
"$value": {
|
|
3246
|
+
"color": "var(--noctis-engine-focus-ring)",
|
|
3247
|
+
"offsetX": "0",
|
|
3248
|
+
"offsetY": "0",
|
|
3249
|
+
"blur": "0",
|
|
3250
|
+
"spread": "1px"
|
|
3251
|
+
},
|
|
3252
|
+
"$description": "Focus shadow. The focus-ring shadow drawn around a focused control — geometry parts × engine focus ring.",
|
|
3253
|
+
"$extensions": {
|
|
3254
|
+
"org.stridge.uuid": "a7b5e2f0-9f6c-4a1e-8b4d-5c8f0e7a4b6c",
|
|
3255
|
+
"org.stridge.cssVar": "--noctis-shadow-focus",
|
|
3256
|
+
"org.stridge.usage": "The shadow-focus utility.",
|
|
3257
|
+
"org.stridge.introduced": "0.0.0"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
"sm": {
|
|
3261
|
+
"$type": "shadow",
|
|
3262
|
+
"$value": [
|
|
3263
|
+
{
|
|
3264
|
+
"color": "#0000001a",
|
|
3265
|
+
"offsetX": "0",
|
|
3266
|
+
"offsetY": "1px",
|
|
3267
|
+
"blur": "3px",
|
|
3268
|
+
"spread": "0"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"color": "#0000001a",
|
|
3272
|
+
"offsetX": "0",
|
|
3273
|
+
"offsetY": "1px",
|
|
3274
|
+
"blur": "2px",
|
|
3275
|
+
"spread": "-1px"
|
|
3276
|
+
}
|
|
3277
|
+
],
|
|
3278
|
+
"$description": "Utility shadow — sm (mirrors Tailwind's shadow-sm; --shadow-*: initial owns the namespace).",
|
|
3279
|
+
"$extensions": {
|
|
3280
|
+
"org.stridge.uuid": "3a8b64d4-f3b5-43f4-9163-583f143152f4",
|
|
3281
|
+
"org.stridge.cssVar": "--noctis-shadow-sm",
|
|
3282
|
+
"org.stridge.usage": "The shadow-sm utility — light docs-chrome lift outside the elevation ladder.",
|
|
3283
|
+
"org.stridge.introduced": "0.0.0"
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
"blur": {
|
|
3288
|
+
"sm": {
|
|
3289
|
+
"$type": "dimension",
|
|
3290
|
+
"$value": "8px",
|
|
3291
|
+
"$description": "Blur radius — sm (mirrors Tailwind's blur-sm).",
|
|
3292
|
+
"$extensions": {
|
|
3293
|
+
"org.stridge.uuid": "67659a08-cdd4-4bdc-aef7-8610b04dcc55",
|
|
3294
|
+
"org.stridge.cssVar": "--noctis-blur-sm",
|
|
3295
|
+
"org.stridge.usage": "The blur-sm / backdrop-blur-sm utilities.",
|
|
3296
|
+
"org.stridge.introduced": "0.0.0"
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
3299
|
+
"md": {
|
|
3300
|
+
"$type": "dimension",
|
|
3301
|
+
"$value": "12px",
|
|
3302
|
+
"$description": "Blur radius — md (mirrors Tailwind's blur-md).",
|
|
3303
|
+
"$extensions": {
|
|
3304
|
+
"org.stridge.uuid": "4fb231f7-8f17-4313-8a20-3b17f9aea733",
|
|
3305
|
+
"org.stridge.cssVar": "--noctis-blur-md",
|
|
3306
|
+
"org.stridge.usage": "The blur-md / backdrop-blur-md utilities.",
|
|
3307
|
+
"org.stridge.introduced": "0.0.0"
|
|
3308
|
+
}
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
"animate": {
|
|
3312
|
+
"spin": {
|
|
3313
|
+
"$type": "dimension",
|
|
3314
|
+
"$value": "spin 1s linear infinite",
|
|
3315
|
+
"$description": "Animation — spin (mirrors Tailwind's animate-spin; the spin keyframes ship top-level in tokens.css).",
|
|
3316
|
+
"$extensions": {
|
|
3317
|
+
"org.stridge.uuid": "d9355fc1-97e0-4308-9381-52751b162dc4",
|
|
3318
|
+
"org.stridge.cssVar": "--noctis-animate-spin",
|
|
3319
|
+
"org.stridge.usage": "The animate-spin utility — busy indicators.",
|
|
3320
|
+
"org.stridge.introduced": "0.0.0"
|
|
3321
|
+
}
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
3324
|
+
"container": {
|
|
3325
|
+
"xs": {
|
|
3326
|
+
"$type": "dimension",
|
|
3327
|
+
"$value": "20rem",
|
|
3328
|
+
"$description": "Container width — xs (mirrors Tailwind's --container-xs).",
|
|
3329
|
+
"$extensions": {
|
|
3330
|
+
"org.stridge.uuid": "240c3da2-515c-4371-b8a0-2ab522cd1001",
|
|
3331
|
+
"org.stridge.cssVar": "--noctis-container-xs",
|
|
3332
|
+
"org.stridge.usage": "The max-w-xs / w-xs named width step.",
|
|
3333
|
+
"org.stridge.introduced": "0.0.0"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
"sm": {
|
|
3337
|
+
"$type": "dimension",
|
|
3338
|
+
"$value": "24rem",
|
|
3339
|
+
"$description": "Container width — sm (mirrors Tailwind's --container-sm).",
|
|
3340
|
+
"$extensions": {
|
|
3341
|
+
"org.stridge.uuid": "9d112d43-299f-46c9-ad2e-78012822572e",
|
|
3342
|
+
"org.stridge.cssVar": "--noctis-container-sm",
|
|
3343
|
+
"org.stridge.usage": "The max-w-sm / w-sm named width step.",
|
|
3344
|
+
"org.stridge.introduced": "0.0.0"
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
3347
|
+
"md": {
|
|
3348
|
+
"$type": "dimension",
|
|
3349
|
+
"$value": "28rem",
|
|
3350
|
+
"$description": "Container width — md (mirrors Tailwind's --container-md).",
|
|
3351
|
+
"$extensions": {
|
|
3352
|
+
"org.stridge.uuid": "e25fc814-415e-4ef6-b861-5b00bdaf7c00",
|
|
3353
|
+
"org.stridge.cssVar": "--noctis-container-md",
|
|
3354
|
+
"org.stridge.usage": "The max-w-md / w-md named width step.",
|
|
3355
|
+
"org.stridge.introduced": "0.0.0"
|
|
3356
|
+
}
|
|
3357
|
+
},
|
|
3358
|
+
"xl": {
|
|
3359
|
+
"$type": "dimension",
|
|
3360
|
+
"$value": "36rem",
|
|
3361
|
+
"$description": "Container width — xl (mirrors Tailwind's --container-xl).",
|
|
3362
|
+
"$extensions": {
|
|
3363
|
+
"org.stridge.uuid": "99c4044e-3659-47a3-b012-9c7f114995ba",
|
|
3364
|
+
"org.stridge.cssVar": "--noctis-container-xl",
|
|
3365
|
+
"org.stridge.usage": "The max-w-xl / w-xl named width step.",
|
|
3366
|
+
"org.stridge.introduced": "0.0.0"
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3369
|
+
"2xl": {
|
|
3370
|
+
"$type": "dimension",
|
|
3371
|
+
"$value": "42rem",
|
|
3372
|
+
"$description": "Container width — 2xl (mirrors Tailwind's --container-2xl).",
|
|
3373
|
+
"$extensions": {
|
|
3374
|
+
"org.stridge.uuid": "8818e6db-b489-49a8-b80e-3bed139a41ff",
|
|
3375
|
+
"org.stridge.cssVar": "--noctis-container-2xl",
|
|
3376
|
+
"org.stridge.usage": "The max-w-2xl / w-2xl named width step.",
|
|
3377
|
+
"org.stridge.introduced": "0.0.0"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"3xl": {
|
|
3381
|
+
"$type": "dimension",
|
|
3382
|
+
"$value": "48rem",
|
|
3383
|
+
"$description": "Container width — 3xl (mirrors Tailwind's --container-3xl).",
|
|
3384
|
+
"$extensions": {
|
|
3385
|
+
"org.stridge.uuid": "4f12acb2-9ecf-4d10-853b-965479d8114f",
|
|
3386
|
+
"org.stridge.cssVar": "--noctis-container-3xl",
|
|
3387
|
+
"org.stridge.usage": "The max-w-3xl / w-3xl named width step.",
|
|
3388
|
+
"org.stridge.introduced": "0.0.0"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
"7xl": {
|
|
3392
|
+
"$type": "dimension",
|
|
3393
|
+
"$value": "80rem",
|
|
3394
|
+
"$description": "Container width — 7xl (mirrors Tailwind's --container-7xl).",
|
|
3395
|
+
"$extensions": {
|
|
3396
|
+
"org.stridge.uuid": "9e27cf1b-07fa-4ddd-8aed-3eae37d7cdb1",
|
|
3397
|
+
"org.stridge.cssVar": "--noctis-container-7xl",
|
|
3398
|
+
"org.stridge.usage": "The max-w-7xl / w-7xl named width step.",
|
|
3399
|
+
"org.stridge.introduced": "0.0.0"
|
|
3400
|
+
}
|
|
3401
|
+
}
|
|
3402
|
+
},
|
|
3403
|
+
"border": {
|
|
3404
|
+
"width-1": {
|
|
3405
|
+
"$type": "dimension",
|
|
3406
|
+
"$value": "1px",
|
|
3407
|
+
"$description": "Border width — 1px (the default border).",
|
|
3408
|
+
"$extensions": {
|
|
3409
|
+
"org.stridge.uuid": "b2b54886-a35d-41e5-8888-d866fccfec22",
|
|
3410
|
+
"org.stridge.cssVar": "--noctis-border-width-1",
|
|
3411
|
+
"org.stridge.usage": "The border / border-1 width step.",
|
|
3412
|
+
"org.stridge.introduced": "0.0.0"
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3415
|
+
"width-2": {
|
|
3416
|
+
"$type": "dimension",
|
|
3417
|
+
"$value": "2px",
|
|
3418
|
+
"$description": "Border width — 2px.",
|
|
3419
|
+
"$extensions": {
|
|
3420
|
+
"org.stridge.uuid": "814e3789-e9e1-4216-8269-b4a09d4e6d07",
|
|
3421
|
+
"org.stridge.cssVar": "--noctis-border-width-2",
|
|
3422
|
+
"org.stridge.usage": "The border-2 width step.",
|
|
3423
|
+
"org.stridge.introduced": "0.0.0"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
"width-4": {
|
|
3427
|
+
"$type": "dimension",
|
|
3428
|
+
"$value": "4px",
|
|
3429
|
+
"$description": "Border width — 4px.",
|
|
3430
|
+
"$extensions": {
|
|
3431
|
+
"org.stridge.uuid": "3e83f22c-942f-4385-840e-cff5250aac18",
|
|
3432
|
+
"org.stridge.cssVar": "--noctis-border-width-4",
|
|
3433
|
+
"org.stridge.usage": "The border-4 width step.",
|
|
3434
|
+
"org.stridge.introduced": "0.0.0"
|
|
3435
|
+
}
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
"seed": {
|
|
3440
|
+
"font-scale": {
|
|
3441
|
+
"$type": "number",
|
|
3442
|
+
"$value": "1",
|
|
3443
|
+
"$description": "Type-scale multiplier applied to every named text size.",
|
|
3444
|
+
"$extensions": {
|
|
3445
|
+
"org.stridge.uuid": "d8dec6e4-07ff-403d-ad16-b072a39d36f7",
|
|
3446
|
+
"org.stridge.cssVar": "--noctis-seed-font-scale",
|
|
3447
|
+
"org.stridge.usage": "The --noctis-seed-font-scale knob the System Controls type-size slider drives.",
|
|
3448
|
+
"org.stridge.introduced": "0.0.0"
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
"radius": {
|
|
3452
|
+
"$type": "dimension",
|
|
3453
|
+
"$value": "9999px",
|
|
3454
|
+
"$description": "Corner-radius knob the whole rounded scale derives from.",
|
|
3455
|
+
"$extensions": {
|
|
3456
|
+
"org.stridge.uuid": "1cb82eee-e029-4538-9817-b0e533570797",
|
|
3457
|
+
"org.stridge.cssVar": "--noctis-seed-radius",
|
|
3458
|
+
"org.stridge.usage": "The --noctis-seed-radius knob; 9999px is the pill Noctis default — controls go fully round while surfaces stay capped.",
|
|
3459
|
+
"org.stridge.introduced": "0.0.0"
|
|
3460
|
+
}
|
|
3461
|
+
},
|
|
3462
|
+
"density": {
|
|
3463
|
+
"$type": "number",
|
|
3464
|
+
"$value": "1",
|
|
3465
|
+
"$description": "Density multiplier applied to every spacing step, control height, and region padding.",
|
|
3466
|
+
"$extensions": {
|
|
3467
|
+
"org.stridge.uuid": "bcb4c342-6046-417d-953c-54aaf3fdf50e",
|
|
3468
|
+
"org.stridge.cssVar": "--noctis-seed-density",
|
|
3469
|
+
"org.stridge.usage": "The --noctis-seed-density knob the System Controls density picker drives; 1 is the default scale.",
|
|
3470
|
+
"org.stridge.introduced": "0.0.0"
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
}
|
|
3474
|
+
}
|
|
3475
|
+
}
|