@arcanewizards/sigil 0.1.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/dist/chunk-4PMRDURG.js +66 -0
- package/dist/chunk-5DRI7C4U.cjs +66 -0
- package/dist/chunk-A5LYYZER.cjs +103 -0
- package/dist/chunk-BIY5HAXP.js +125 -0
- package/dist/chunk-CAYKPJIX.cjs +10 -0
- package/dist/chunk-EJNNLQ2S.js +72 -0
- package/dist/chunk-FHXT3DAL.js +103 -0
- package/dist/chunk-H4U4Z4GM.js +66 -0
- package/dist/chunk-LSHKAVON.js +10 -0
- package/dist/chunk-MXDDIFIO.cjs +767 -0
- package/dist/chunk-PEARNJ5G.cjs +125 -0
- package/dist/chunk-RI33QVOD.cjs +66 -0
- package/dist/chunk-VZ4A6RRT.cjs +72 -0
- package/dist/chunk-XAK7WC3D.js +767 -0
- package/dist/frontend/appearance.cjs +88 -0
- package/dist/frontend/appearance.d.cts +11 -0
- package/dist/frontend/appearance.d.ts +11 -0
- package/dist/frontend/appearance.js +88 -0
- package/dist/frontend/context.cjs +16 -0
- package/dist/frontend/context.d.cts +32 -0
- package/dist/frontend/context.d.ts +32 -0
- package/dist/frontend/context.js +16 -0
- package/dist/frontend/controls/index.cjs +49 -0
- package/dist/frontend/controls/index.d.cts +168 -0
- package/dist/frontend/controls/index.d.ts +168 -0
- package/dist/frontend/controls/index.js +49 -0
- package/dist/frontend/dialogs.cjs +17 -0
- package/dist/frontend/dialogs.d.cts +36 -0
- package/dist/frontend/dialogs.d.ts +36 -0
- package/dist/frontend/dialogs.js +17 -0
- package/dist/frontend/input.cjs +8 -0
- package/dist/frontend/input.d.cts +33 -0
- package/dist/frontend/input.d.ts +33 -0
- package/dist/frontend/input.js +8 -0
- package/dist/frontend/preferences.cjs +54 -0
- package/dist/frontend/preferences.d.cts +14 -0
- package/dist/frontend/preferences.d.ts +14 -0
- package/dist/frontend/preferences.js +54 -0
- package/dist/frontend/styles/base.css +321 -0
- package/dist/frontend/styles/sigil.css +785 -0
- package/dist/frontend/styles/theme.css +625 -0
- package/dist/frontend/styling.cjs +18 -0
- package/dist/frontend/styling.d.cts +32 -0
- package/dist/frontend/styling.d.ts +32 -0
- package/dist/frontend/styling.js +18 -0
- package/dist/frontend/toolbars.cjs +18 -0
- package/dist/frontend/toolbars.d.cts +11 -0
- package/dist/frontend/toolbars.d.ts +11 -0
- package/dist/frontend/toolbars.js +18 -0
- package/dist/frontend/tooltip.cjs +10 -0
- package/dist/frontend/tooltip.d.cts +16 -0
- package/dist/frontend/tooltip.d.ts +16 -0
- package/dist/frontend/tooltip.js +10 -0
- package/dist/frontend.cjs +359 -0
- package/dist/frontend.d.cts +90 -0
- package/dist/frontend.d.ts +90 -0
- package/dist/frontend.js +359 -0
- package/dist/index.cjs +492 -0
- package/dist/index.d.cts +134 -0
- package/dist/index.d.ts +134 -0
- package/dist/index.js +492 -0
- package/dist/proto-B-WcMUOE.d.cts +33 -0
- package/dist/proto-kGDF-yWB.d.ts +33 -0
- package/dist/types-X8O95zmC.d.cts +23 -0
- package/dist/types-X8O95zmC.d.ts +23 -0
- package/package.json +123 -0
|
@@ -0,0 +1,785 @@
|
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
.relative {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
.z-sigil-select-content {
|
|
7
|
+
z-index: 190;
|
|
8
|
+
}
|
|
9
|
+
.z-sigil-toolbar {
|
|
10
|
+
z-index: 160;
|
|
11
|
+
}
|
|
12
|
+
.z-sigil-tooltip {
|
|
13
|
+
z-index: 190;
|
|
14
|
+
}
|
|
15
|
+
.control-grid-pos-all {
|
|
16
|
+
grid-column: input-1-start / input-extra-end;
|
|
17
|
+
grid-row: auto / span 1;
|
|
18
|
+
}
|
|
19
|
+
.control-grid-pos-both {
|
|
20
|
+
grid-column: input-1-start / input-2-end;
|
|
21
|
+
grid-row: auto / span 1;
|
|
22
|
+
}
|
|
23
|
+
.control-grid-pos-extra {
|
|
24
|
+
grid-column: input-extra-start / input-extra-end;
|
|
25
|
+
grid-row: auto / span 1;
|
|
26
|
+
}
|
|
27
|
+
.control-grid-pos-first {
|
|
28
|
+
grid-column: input-1-start / input-1-end;
|
|
29
|
+
grid-row: auto / span 1;
|
|
30
|
+
}
|
|
31
|
+
.control-grid-pos-label {
|
|
32
|
+
grid-column: label-start / label-end;
|
|
33
|
+
grid-row: auto / span 1;
|
|
34
|
+
}
|
|
35
|
+
.control-grid-pos-row {
|
|
36
|
+
grid-column: label-start / input-extra-end;
|
|
37
|
+
grid-row: auto / span 1;
|
|
38
|
+
}
|
|
39
|
+
.control-grid-pos-second {
|
|
40
|
+
grid-column: input-2-start / input-2-end;
|
|
41
|
+
grid-row: auto / span 1;
|
|
42
|
+
}
|
|
43
|
+
.col-\[1\/span_1\] {
|
|
44
|
+
grid-column: 1/span 1;
|
|
45
|
+
}
|
|
46
|
+
.col-\[2\/span_1\] {
|
|
47
|
+
grid-column: 2/span 1;
|
|
48
|
+
}
|
|
49
|
+
.col-\[3\/span_1\] {
|
|
50
|
+
grid-column: 3/span 1;
|
|
51
|
+
}
|
|
52
|
+
.m-0 {
|
|
53
|
+
margin: 0px;
|
|
54
|
+
}
|
|
55
|
+
.mx-0 {
|
|
56
|
+
margin-inline: 0px;
|
|
57
|
+
}
|
|
58
|
+
.mx-sigil-toolbar-gap {
|
|
59
|
+
margin-inline: calc(var(--sigil-toolbar-spacing-px) / 2);
|
|
60
|
+
}
|
|
61
|
+
.-my-text-1 {
|
|
62
|
+
margin-block: calc(1rem * -1);
|
|
63
|
+
}
|
|
64
|
+
.my-0\.6 {
|
|
65
|
+
margin-block: calc(var(--arcane-spacing) / 3);
|
|
66
|
+
}
|
|
67
|
+
.mt-arcane {
|
|
68
|
+
margin-top: var(--arcane-spacing);
|
|
69
|
+
}
|
|
70
|
+
.-mr-text-0\.5 {
|
|
71
|
+
margin-right: calc(0.5rem * -1);
|
|
72
|
+
}
|
|
73
|
+
.-ml-text-0\.25 {
|
|
74
|
+
margin-left: calc(0.25rem * -1);
|
|
75
|
+
}
|
|
76
|
+
.ml-2 {
|
|
77
|
+
margin-left: calc(var(--arcane-spacing));
|
|
78
|
+
}
|
|
79
|
+
.sigil-control-button {
|
|
80
|
+
background: none;
|
|
81
|
+
border: none;
|
|
82
|
+
border-top: 0 solid transparent;
|
|
83
|
+
color: var(--sigil-control-button-fg);
|
|
84
|
+
padding: calc(var(--arcane-spacing) / 6);
|
|
85
|
+
cursor: pointer;
|
|
86
|
+
outline: none;
|
|
87
|
+
display: flex;
|
|
88
|
+
align-items: stretch;
|
|
89
|
+
flex-basis: 0;
|
|
90
|
+
& > span {
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
flex-grow: 1;
|
|
95
|
+
border-radius: 2px;
|
|
96
|
+
padding: calc(var(--arcane-spacing) / 6) calc(var(--arcane-spacing) / 3);
|
|
97
|
+
overflow: hidden;
|
|
98
|
+
white-space: nowrap;
|
|
99
|
+
gap: calc(var(--arcane-spacing) / 3);
|
|
100
|
+
background: var(--sigil-control-button-bg);
|
|
101
|
+
border: 1px solid var(--sigil-control-button-border);
|
|
102
|
+
}
|
|
103
|
+
&:focus {
|
|
104
|
+
> span {
|
|
105
|
+
background: var(--sigil-control-button-bg-hover);
|
|
106
|
+
color: var(--sigil-control-button-fg-hover);
|
|
107
|
+
border-color: var(--sigil-control-button-border-hover);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
&:hover {
|
|
111
|
+
border-color: var(--sigil-foreground-highlight);
|
|
112
|
+
> span {
|
|
113
|
+
background: var(--sigil-control-button-bg-hover);
|
|
114
|
+
color: var(--sigil-control-button-fg-hover);
|
|
115
|
+
border-color: var(--sigil-control-button-border-hover);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
&:disabled {
|
|
119
|
+
cursor: not-allowed;
|
|
120
|
+
opacity: 0.5;
|
|
121
|
+
&:hover, &:focus {
|
|
122
|
+
border-color: transparent;
|
|
123
|
+
> span {
|
|
124
|
+
background: none;
|
|
125
|
+
color: inherit;
|
|
126
|
+
border-color: transparent;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
.control-grid-large {
|
|
132
|
+
display: grid;
|
|
133
|
+
grid-template-columns: [label-start] max-content [label-end input-1-start] max-content [input-1-end input-2-start] 1fr [input-2-end input-extra-start] max-content [input-extra-end];
|
|
134
|
+
padding: var(--arcane-spacing);
|
|
135
|
+
gap: var(--arcane-spacing);
|
|
136
|
+
font-size: 0.8rem;
|
|
137
|
+
}
|
|
138
|
+
.control-grid {
|
|
139
|
+
display: grid;
|
|
140
|
+
grid-template-columns: [label-start] max-content [label-end input-1-start] max-content [input-1-end input-2-start] 1fr [input-2-end input-extra-end];
|
|
141
|
+
grid-gap: var(--sigil-control-gap);
|
|
142
|
+
padding: var(--sigil-control-gap);
|
|
143
|
+
font-size: var(--sigil-control-font-size);
|
|
144
|
+
}
|
|
145
|
+
.contents {
|
|
146
|
+
display: contents;
|
|
147
|
+
}
|
|
148
|
+
.flex {
|
|
149
|
+
display: flex;
|
|
150
|
+
}
|
|
151
|
+
.table-row {
|
|
152
|
+
display: table-row;
|
|
153
|
+
}
|
|
154
|
+
.h-sigil-toolbar-divider {
|
|
155
|
+
height: 1.2rem;
|
|
156
|
+
}
|
|
157
|
+
.w-full {
|
|
158
|
+
width: 100%;
|
|
159
|
+
}
|
|
160
|
+
.w-px {
|
|
161
|
+
width: 1px;
|
|
162
|
+
}
|
|
163
|
+
.max-w-\[80vw\] {
|
|
164
|
+
max-width: 80vw;
|
|
165
|
+
}
|
|
166
|
+
.min-w-\[5rem\] {
|
|
167
|
+
min-width: 5rem;
|
|
168
|
+
}
|
|
169
|
+
.min-w-\[10vw\] {
|
|
170
|
+
min-width: 10vw;
|
|
171
|
+
}
|
|
172
|
+
.flex-1 {
|
|
173
|
+
flex: 1;
|
|
174
|
+
}
|
|
175
|
+
.grow {
|
|
176
|
+
flex-grow: 1;
|
|
177
|
+
}
|
|
178
|
+
.basis-0 {
|
|
179
|
+
flex-basis: 0px;
|
|
180
|
+
}
|
|
181
|
+
.cursor-pointer {
|
|
182
|
+
cursor: pointer;
|
|
183
|
+
}
|
|
184
|
+
.resize {
|
|
185
|
+
resize: both;
|
|
186
|
+
}
|
|
187
|
+
.flex-col {
|
|
188
|
+
flex-direction: column;
|
|
189
|
+
}
|
|
190
|
+
.flex-wrap {
|
|
191
|
+
flex-wrap: wrap;
|
|
192
|
+
}
|
|
193
|
+
.items-center {
|
|
194
|
+
align-items: center;
|
|
195
|
+
}
|
|
196
|
+
.items-stretch {
|
|
197
|
+
align-items: stretch;
|
|
198
|
+
}
|
|
199
|
+
.justify-center {
|
|
200
|
+
justify-content: center;
|
|
201
|
+
}
|
|
202
|
+
.justify-end {
|
|
203
|
+
justify-content: flex-end;
|
|
204
|
+
}
|
|
205
|
+
.justify-start {
|
|
206
|
+
justify-content: flex-start;
|
|
207
|
+
}
|
|
208
|
+
.gap-0\.6 {
|
|
209
|
+
gap: calc(var(--arcane-spacing) / 3);
|
|
210
|
+
}
|
|
211
|
+
.gap-1 {
|
|
212
|
+
gap: calc(var(--arcane-spacing) / 2);
|
|
213
|
+
}
|
|
214
|
+
.gap-2 {
|
|
215
|
+
gap: calc(var(--arcane-spacing));
|
|
216
|
+
}
|
|
217
|
+
.gap-sigil-control-gap {
|
|
218
|
+
gap: var(--sigil-control-gap);
|
|
219
|
+
}
|
|
220
|
+
.gap-sigil-toolbar-gap {
|
|
221
|
+
gap: calc(var(--sigil-toolbar-spacing-px) / 2);
|
|
222
|
+
}
|
|
223
|
+
.truncate {
|
|
224
|
+
overflow: hidden;
|
|
225
|
+
text-overflow: ellipsis;
|
|
226
|
+
white-space: nowrap;
|
|
227
|
+
}
|
|
228
|
+
.overflow-auto {
|
|
229
|
+
overflow: auto;
|
|
230
|
+
}
|
|
231
|
+
.overflow-hidden {
|
|
232
|
+
overflow: hidden;
|
|
233
|
+
}
|
|
234
|
+
.overflow-x-auto {
|
|
235
|
+
overflow-x: auto;
|
|
236
|
+
}
|
|
237
|
+
.sigil-control-button-variant-table-row {
|
|
238
|
+
padding: 0;
|
|
239
|
+
> span {
|
|
240
|
+
border-radius: 0;
|
|
241
|
+
padding: calc(var(--arcane-spacing) / 2) calc(var(--arcane-spacing) / 1.5);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
.rounded-\[2px\] {
|
|
245
|
+
border-radius: 2px;
|
|
246
|
+
}
|
|
247
|
+
.rounded-sigil-control {
|
|
248
|
+
border-radius: 4px;
|
|
249
|
+
}
|
|
250
|
+
.sigil-control-button-variant-titlebar {
|
|
251
|
+
> span {
|
|
252
|
+
border-radius: 6px;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
.border {
|
|
256
|
+
border-style: var(--tw-border-style);
|
|
257
|
+
border-width: 1px;
|
|
258
|
+
}
|
|
259
|
+
.border-0 {
|
|
260
|
+
border-style: var(--tw-border-style);
|
|
261
|
+
border-width: 0px;
|
|
262
|
+
}
|
|
263
|
+
.sigil-control-button-variant-border {
|
|
264
|
+
border-top-width: 2px;
|
|
265
|
+
}
|
|
266
|
+
.border-b {
|
|
267
|
+
border-bottom-style: var(--tw-border-style);
|
|
268
|
+
border-bottom-width: 1px;
|
|
269
|
+
}
|
|
270
|
+
.border-none {
|
|
271
|
+
--tw-border-style: none;
|
|
272
|
+
border-style: none;
|
|
273
|
+
}
|
|
274
|
+
.sigil-control-button-active {
|
|
275
|
+
border-color: var(--sigil-usage-hint-foreground);
|
|
276
|
+
> span {
|
|
277
|
+
background: var(--sigil-control-button-bg-active);
|
|
278
|
+
color: var(--sigil-control-button-fg-active);
|
|
279
|
+
border-color: var(--sigil-control-button-border-active);
|
|
280
|
+
}
|
|
281
|
+
&:hover, &:focus {
|
|
282
|
+
> span {
|
|
283
|
+
color: var(--sigil-control-button-fg-active);
|
|
284
|
+
background: var(--sigil-control-button-bg-hover);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
.sigil-control-button-touching {
|
|
289
|
+
border-color: var(--sigil-foreground-highlight);
|
|
290
|
+
> span {
|
|
291
|
+
background: var(--sigil-control-button-bg-hover);
|
|
292
|
+
color: var(--sigil-control-button-fg-hover);
|
|
293
|
+
border-color: var(--sigil-control-button-border-hover);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
.border-sigil-border {
|
|
297
|
+
border-color: var(--sigil-border);
|
|
298
|
+
}
|
|
299
|
+
.border-sigil-usage-green-dimmed-border {
|
|
300
|
+
border-color: var(
|
|
301
|
+
--sigil-usage-green-dimmed-border
|
|
302
|
+
);
|
|
303
|
+
}
|
|
304
|
+
.border-sigil-usage-red-dimmed-border {
|
|
305
|
+
border-color: var(--sigil-usage-red-dimmed-border);
|
|
306
|
+
}
|
|
307
|
+
.border-sigil-usage-yellow-dimmed-border {
|
|
308
|
+
border-color: var(
|
|
309
|
+
--sigil-usage-yellow-dimmed-border
|
|
310
|
+
);
|
|
311
|
+
}
|
|
312
|
+
.border-transparent {
|
|
313
|
+
border-color: transparent;
|
|
314
|
+
}
|
|
315
|
+
.bg-sigil-bg-dark {
|
|
316
|
+
background-color: var(--sigil-bg-dark);
|
|
317
|
+
}
|
|
318
|
+
.bg-sigil-bg-light {
|
|
319
|
+
background-color: var(--sigil-bg-light);
|
|
320
|
+
}
|
|
321
|
+
.bg-sigil-border {
|
|
322
|
+
background-color: var(--sigil-border);
|
|
323
|
+
}
|
|
324
|
+
.bg-sigil-usage-green-dimmed-background {
|
|
325
|
+
background-color: var(
|
|
326
|
+
--sigil-usage-green-dimmed-background
|
|
327
|
+
);
|
|
328
|
+
}
|
|
329
|
+
.bg-sigil-usage-hint-background {
|
|
330
|
+
background-color: var(--sigil-usage-hint-background);
|
|
331
|
+
}
|
|
332
|
+
.bg-sigil-usage-red-dimmed-background {
|
|
333
|
+
background-color: var(
|
|
334
|
+
--sigil-usage-red-dimmed-background
|
|
335
|
+
);
|
|
336
|
+
}
|
|
337
|
+
.bg-sigil-usage-yellow-dimmed-background {
|
|
338
|
+
background-color: var(
|
|
339
|
+
--sigil-usage-yellow-dimmed-background
|
|
340
|
+
);
|
|
341
|
+
}
|
|
342
|
+
.fill-sigil-usage-hint-background {
|
|
343
|
+
fill: var(--sigil-usage-hint-background);
|
|
344
|
+
}
|
|
345
|
+
.sigil-control-button-variant-large {
|
|
346
|
+
padding: 0;
|
|
347
|
+
> span {
|
|
348
|
+
padding: calc(var(--arcane-spacing) / 3) calc(var(--arcane-spacing) / 1.5);
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
.sigil-control-button-variant-properties {
|
|
352
|
+
padding: 0;
|
|
353
|
+
> span {
|
|
354
|
+
padding: calc(var(--arcane-spacing) / 2.5) calc(var(--arcane-spacing) / 1.5);
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
.sigil-control-button-variant-toolbar {
|
|
358
|
+
padding: 0 calc(var(--arcane-spacing) / 6);
|
|
359
|
+
> span {
|
|
360
|
+
padding: calc(var(--arcane-spacing) / 3) calc(var(--arcane-spacing) / 2);
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
.p-0 {
|
|
364
|
+
padding: 0px;
|
|
365
|
+
}
|
|
366
|
+
.p-0\.6 {
|
|
367
|
+
padding: calc(var(--arcane-spacing) / 3);
|
|
368
|
+
}
|
|
369
|
+
.p-1 {
|
|
370
|
+
padding: calc(var(--arcane-spacing) / 2);
|
|
371
|
+
}
|
|
372
|
+
.p-2 {
|
|
373
|
+
padding: calc(var(--arcane-spacing));
|
|
374
|
+
}
|
|
375
|
+
.p-arcane {
|
|
376
|
+
padding: var(--arcane-spacing);
|
|
377
|
+
}
|
|
378
|
+
.p-sigil-toolbar-gap {
|
|
379
|
+
padding: calc(var(--sigil-toolbar-spacing-px) / 2);
|
|
380
|
+
}
|
|
381
|
+
.px-0\.3 {
|
|
382
|
+
padding-inline: calc(var(--arcane-spacing) / 6);
|
|
383
|
+
}
|
|
384
|
+
.px-1 {
|
|
385
|
+
padding-inline: calc(var(--arcane-spacing) / 2);
|
|
386
|
+
}
|
|
387
|
+
.px-1\.5 {
|
|
388
|
+
padding-inline: calc(var(--arcane-spacing) / 2 * 3);
|
|
389
|
+
}
|
|
390
|
+
.px-arcane {
|
|
391
|
+
padding-inline: var(--arcane-spacing);
|
|
392
|
+
}
|
|
393
|
+
.px-arcane-slider-input-hidden {
|
|
394
|
+
padding-inline: 9px;
|
|
395
|
+
}
|
|
396
|
+
.px-sigil-toolbar-gap {
|
|
397
|
+
padding-inline: calc(var(--sigil-toolbar-spacing-px) / 2);
|
|
398
|
+
}
|
|
399
|
+
.py-0\.5 {
|
|
400
|
+
padding-block: calc(var(--arcane-spacing) / 4);
|
|
401
|
+
}
|
|
402
|
+
.py-0\.6 {
|
|
403
|
+
padding-block: calc(var(--arcane-spacing) / 3);
|
|
404
|
+
}
|
|
405
|
+
.py-\[7px\] {
|
|
406
|
+
padding-block: 7px;
|
|
407
|
+
}
|
|
408
|
+
.py-sigil-toolbar-padding {
|
|
409
|
+
padding-block: var(--sigil-toolbar-spacing-px);
|
|
410
|
+
}
|
|
411
|
+
.text-center {
|
|
412
|
+
text-align: center;
|
|
413
|
+
}
|
|
414
|
+
.text-\[0\.7rem\] {
|
|
415
|
+
font-size: 0.7rem;
|
|
416
|
+
}
|
|
417
|
+
.text-\[0\.8rem\] {
|
|
418
|
+
font-size: 0.8rem;
|
|
419
|
+
}
|
|
420
|
+
.text-\[1\.5rem\] {
|
|
421
|
+
font-size: 1.5rem;
|
|
422
|
+
}
|
|
423
|
+
.text-\[120\%\] {
|
|
424
|
+
font-size: 120%;
|
|
425
|
+
}
|
|
426
|
+
.text-\[150\%\] {
|
|
427
|
+
font-size: 150%;
|
|
428
|
+
}
|
|
429
|
+
.text-arcane-normal {
|
|
430
|
+
font-size: 1em;
|
|
431
|
+
}
|
|
432
|
+
.leading-\[1\.5\] {
|
|
433
|
+
--tw-leading: 1.5;
|
|
434
|
+
line-height: 1.5;
|
|
435
|
+
}
|
|
436
|
+
.font-bold {
|
|
437
|
+
--tw-font-weight: 700;
|
|
438
|
+
font-weight: 700;
|
|
439
|
+
}
|
|
440
|
+
.whitespace-pre-wrap {
|
|
441
|
+
white-space: pre-wrap;
|
|
442
|
+
}
|
|
443
|
+
.text-sigil-dialog-foreground {
|
|
444
|
+
color: var(--arcane-text-normal);
|
|
445
|
+
}
|
|
446
|
+
.text-sigil-foreground {
|
|
447
|
+
color: var(--sigil-foreground);
|
|
448
|
+
}
|
|
449
|
+
.text-sigil-foreground-muted {
|
|
450
|
+
color: var(--sigil-foreground-muted);
|
|
451
|
+
}
|
|
452
|
+
.text-sigil-usage-blue-foreground {
|
|
453
|
+
color: var(--sigil-usage-blue-foreground);
|
|
454
|
+
}
|
|
455
|
+
.text-sigil-usage-green-text {
|
|
456
|
+
color: var(--sigil-usage-green-text);
|
|
457
|
+
}
|
|
458
|
+
.text-sigil-usage-hint-text {
|
|
459
|
+
color: var(--sigil-usage-hint-text);
|
|
460
|
+
}
|
|
461
|
+
.text-sigil-usage-red-foreground {
|
|
462
|
+
color: var(--sigil-usage-red-foreground);
|
|
463
|
+
}
|
|
464
|
+
.text-sigil-usage-red-text {
|
|
465
|
+
color: var(--sigil-usage-red-text);
|
|
466
|
+
}
|
|
467
|
+
.text-sigil-usage-yellow-foreground {
|
|
468
|
+
color: var(--sigil-usage-yellow-foreground);
|
|
469
|
+
}
|
|
470
|
+
.text-sigil-usage-yellow-text {
|
|
471
|
+
color: var(--sigil-usage-yellow-text);
|
|
472
|
+
}
|
|
473
|
+
.opacity-50 {
|
|
474
|
+
opacity: 50%;
|
|
475
|
+
}
|
|
476
|
+
.opacity-60 {
|
|
477
|
+
opacity: 60%;
|
|
478
|
+
}
|
|
479
|
+
.shadow-none {
|
|
480
|
+
--tw-shadow: 0 0 #0000;
|
|
481
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
482
|
+
}
|
|
483
|
+
.shadow-sigil-box {
|
|
484
|
+
--tw-shadow: var(--sigil-box-shadow);
|
|
485
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
486
|
+
}
|
|
487
|
+
.drop-shadow-sigil-tooltip-arrow {
|
|
488
|
+
--tw-drop-shadow-size: drop-shadow(0px 2px 2px var(--tw-drop-shadow-color, rgba(0, 0, 0, 0.5)));
|
|
489
|
+
--tw-drop-shadow: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
|
|
490
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
491
|
+
}
|
|
492
|
+
.outline-none {
|
|
493
|
+
--tw-outline-style: none;
|
|
494
|
+
outline-style: none;
|
|
495
|
+
}
|
|
496
|
+
.select-none {
|
|
497
|
+
-webkit-user-select: none;
|
|
498
|
+
user-select: none;
|
|
499
|
+
}
|
|
500
|
+
.backdrop-sigil-dialog {
|
|
501
|
+
&::backdrop {
|
|
502
|
+
background: rgb(0 0 0 / 50%);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
.scrollbar-sigil {
|
|
506
|
+
scrollbar-color: var(--sigil-bg-light) var(--sigil-border);
|
|
507
|
+
}
|
|
508
|
+
.sigil-control-button-active-touching {
|
|
509
|
+
> span {
|
|
510
|
+
background: var(--sigil-control-button-bg-hover);
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
.focus\:border-2 {
|
|
514
|
+
&:focus {
|
|
515
|
+
border-style: var(--tw-border-style);
|
|
516
|
+
border-width: 2px;
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
.focus\:border-sigil-usage-hint-foreground {
|
|
520
|
+
&:focus {
|
|
521
|
+
border-color: var(--sigil-usage-hint-foreground);
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
.focus\:bg-sigil-bg-dark-1 {
|
|
525
|
+
&:focus {
|
|
526
|
+
background-color: var(--sigil-bg-dark-1);
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
.focus\:px-\[7px\] {
|
|
530
|
+
&:focus {
|
|
531
|
+
padding-inline: 7px;
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
.focus\:py-arcane-slider-input-px {
|
|
535
|
+
&:focus {
|
|
536
|
+
padding-block: 5px;
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
.focus\:text-sigil-usage-hint-foreground {
|
|
540
|
+
&:focus {
|
|
541
|
+
color: var(--sigil-usage-hint-foreground);
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
.focus\:outline-none {
|
|
545
|
+
&:focus {
|
|
546
|
+
--tw-outline-style: none;
|
|
547
|
+
outline-style: none;
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
.disabled\:opacity-50 {
|
|
551
|
+
&:disabled {
|
|
552
|
+
opacity: 50%;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
.data-highlighted\:bg-sigil-border {
|
|
556
|
+
&[data-highlighted] {
|
|
557
|
+
background-color: var(--sigil-border);
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
.data-highlighted\:text-sigil-foreground-highlight {
|
|
561
|
+
&[data-highlighted] {
|
|
562
|
+
color: var(--sigil-foreground-highlight);
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
.data-\[state\=\'checked\'\]\:text-sigil-usage-hint-foreground {
|
|
566
|
+
&[data-state='checked'] {
|
|
567
|
+
color: var(--sigil-usage-hint-foreground);
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
.max-\[550px\]\:hidden {
|
|
571
|
+
@media (width < 550px) {
|
|
572
|
+
display: none;
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
.\[\&\:\:-webkit-inner-spin-button\]\:opacity-20 {
|
|
576
|
+
&::-webkit-inner-spin-button {
|
|
577
|
+
opacity: 20%;
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
.focus\:\[\&\:\:-webkit-inner-spin-button\]\:opacity-50 {
|
|
581
|
+
&:focus {
|
|
582
|
+
&::-webkit-inner-spin-button {
|
|
583
|
+
opacity: 50%;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
.\[\&\:\:-webkit-outer-spin-button\]\:opacity-20 {
|
|
588
|
+
&::-webkit-outer-spin-button {
|
|
589
|
+
opacity: 20%;
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
.focus\:\[\&\:\:-webkit-outer-spin-button\]\:opacity-50 {
|
|
593
|
+
&:focus {
|
|
594
|
+
&::-webkit-outer-spin-button {
|
|
595
|
+
opacity: 50%;
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
.\[\&\>button\]\:grow {
|
|
600
|
+
&>button {
|
|
601
|
+
flex-grow: 1;
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
:root {
|
|
605
|
+
--sigil-control-gap: 1px;
|
|
606
|
+
--sigil-control-font-size: 0.7rem;
|
|
607
|
+
}
|
|
608
|
+
.arcane-theme-root {
|
|
609
|
+
--sigil-control-button-bg: transparent;
|
|
610
|
+
--sigil-control-button-bg-hover: var(--sigil-border);
|
|
611
|
+
--sigil-control-button-bg-active: var(--sigil-bg-light);
|
|
612
|
+
--sigil-control-button-fg: var(--sigil-foreground);
|
|
613
|
+
--sigil-control-button-fg-hover: var(--sigil-foreground-highlight);
|
|
614
|
+
--sigil-control-button-fg-active: var(--sigil-usage-hint-foreground);
|
|
615
|
+
--sigil-control-button-border: transparent;
|
|
616
|
+
--sigil-control-button-border-hover: var(--sigil-border);
|
|
617
|
+
--sigil-control-button-border-active: var(--sigil-bg-light);
|
|
618
|
+
}
|
|
619
|
+
@property --tw-border-style {
|
|
620
|
+
syntax: "*";
|
|
621
|
+
inherits: false;
|
|
622
|
+
initial-value: solid;
|
|
623
|
+
}
|
|
624
|
+
@property --tw-leading {
|
|
625
|
+
syntax: "*";
|
|
626
|
+
inherits: false;
|
|
627
|
+
}
|
|
628
|
+
@property --tw-font-weight {
|
|
629
|
+
syntax: "*";
|
|
630
|
+
inherits: false;
|
|
631
|
+
}
|
|
632
|
+
@property --tw-shadow {
|
|
633
|
+
syntax: "*";
|
|
634
|
+
inherits: false;
|
|
635
|
+
initial-value: 0 0 #0000;
|
|
636
|
+
}
|
|
637
|
+
@property --tw-shadow-color {
|
|
638
|
+
syntax: "*";
|
|
639
|
+
inherits: false;
|
|
640
|
+
}
|
|
641
|
+
@property --tw-shadow-alpha {
|
|
642
|
+
syntax: "<percentage>";
|
|
643
|
+
inherits: false;
|
|
644
|
+
initial-value: 100%;
|
|
645
|
+
}
|
|
646
|
+
@property --tw-inset-shadow {
|
|
647
|
+
syntax: "*";
|
|
648
|
+
inherits: false;
|
|
649
|
+
initial-value: 0 0 #0000;
|
|
650
|
+
}
|
|
651
|
+
@property --tw-inset-shadow-color {
|
|
652
|
+
syntax: "*";
|
|
653
|
+
inherits: false;
|
|
654
|
+
}
|
|
655
|
+
@property --tw-inset-shadow-alpha {
|
|
656
|
+
syntax: "<percentage>";
|
|
657
|
+
inherits: false;
|
|
658
|
+
initial-value: 100%;
|
|
659
|
+
}
|
|
660
|
+
@property --tw-ring-color {
|
|
661
|
+
syntax: "*";
|
|
662
|
+
inherits: false;
|
|
663
|
+
}
|
|
664
|
+
@property --tw-ring-shadow {
|
|
665
|
+
syntax: "*";
|
|
666
|
+
inherits: false;
|
|
667
|
+
initial-value: 0 0 #0000;
|
|
668
|
+
}
|
|
669
|
+
@property --tw-inset-ring-color {
|
|
670
|
+
syntax: "*";
|
|
671
|
+
inherits: false;
|
|
672
|
+
}
|
|
673
|
+
@property --tw-inset-ring-shadow {
|
|
674
|
+
syntax: "*";
|
|
675
|
+
inherits: false;
|
|
676
|
+
initial-value: 0 0 #0000;
|
|
677
|
+
}
|
|
678
|
+
@property --tw-ring-inset {
|
|
679
|
+
syntax: "*";
|
|
680
|
+
inherits: false;
|
|
681
|
+
}
|
|
682
|
+
@property --tw-ring-offset-width {
|
|
683
|
+
syntax: "<length>";
|
|
684
|
+
inherits: false;
|
|
685
|
+
initial-value: 0px;
|
|
686
|
+
}
|
|
687
|
+
@property --tw-ring-offset-color {
|
|
688
|
+
syntax: "*";
|
|
689
|
+
inherits: false;
|
|
690
|
+
initial-value: #fff;
|
|
691
|
+
}
|
|
692
|
+
@property --tw-ring-offset-shadow {
|
|
693
|
+
syntax: "*";
|
|
694
|
+
inherits: false;
|
|
695
|
+
initial-value: 0 0 #0000;
|
|
696
|
+
}
|
|
697
|
+
@property --tw-blur {
|
|
698
|
+
syntax: "*";
|
|
699
|
+
inherits: false;
|
|
700
|
+
}
|
|
701
|
+
@property --tw-brightness {
|
|
702
|
+
syntax: "*";
|
|
703
|
+
inherits: false;
|
|
704
|
+
}
|
|
705
|
+
@property --tw-contrast {
|
|
706
|
+
syntax: "*";
|
|
707
|
+
inherits: false;
|
|
708
|
+
}
|
|
709
|
+
@property --tw-grayscale {
|
|
710
|
+
syntax: "*";
|
|
711
|
+
inherits: false;
|
|
712
|
+
}
|
|
713
|
+
@property --tw-hue-rotate {
|
|
714
|
+
syntax: "*";
|
|
715
|
+
inherits: false;
|
|
716
|
+
}
|
|
717
|
+
@property --tw-invert {
|
|
718
|
+
syntax: "*";
|
|
719
|
+
inherits: false;
|
|
720
|
+
}
|
|
721
|
+
@property --tw-opacity {
|
|
722
|
+
syntax: "*";
|
|
723
|
+
inherits: false;
|
|
724
|
+
}
|
|
725
|
+
@property --tw-saturate {
|
|
726
|
+
syntax: "*";
|
|
727
|
+
inherits: false;
|
|
728
|
+
}
|
|
729
|
+
@property --tw-sepia {
|
|
730
|
+
syntax: "*";
|
|
731
|
+
inherits: false;
|
|
732
|
+
}
|
|
733
|
+
@property --tw-drop-shadow {
|
|
734
|
+
syntax: "*";
|
|
735
|
+
inherits: false;
|
|
736
|
+
}
|
|
737
|
+
@property --tw-drop-shadow-color {
|
|
738
|
+
syntax: "*";
|
|
739
|
+
inherits: false;
|
|
740
|
+
}
|
|
741
|
+
@property --tw-drop-shadow-alpha {
|
|
742
|
+
syntax: "<percentage>";
|
|
743
|
+
inherits: false;
|
|
744
|
+
initial-value: 100%;
|
|
745
|
+
}
|
|
746
|
+
@property --tw-drop-shadow-size {
|
|
747
|
+
syntax: "*";
|
|
748
|
+
inherits: false;
|
|
749
|
+
}
|
|
750
|
+
@layer properties {
|
|
751
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
752
|
+
*, ::before, ::after, ::backdrop {
|
|
753
|
+
--tw-border-style: solid;
|
|
754
|
+
--tw-leading: initial;
|
|
755
|
+
--tw-font-weight: initial;
|
|
756
|
+
--tw-shadow: 0 0 #0000;
|
|
757
|
+
--tw-shadow-color: initial;
|
|
758
|
+
--tw-shadow-alpha: 100%;
|
|
759
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
760
|
+
--tw-inset-shadow-color: initial;
|
|
761
|
+
--tw-inset-shadow-alpha: 100%;
|
|
762
|
+
--tw-ring-color: initial;
|
|
763
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
764
|
+
--tw-inset-ring-color: initial;
|
|
765
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
766
|
+
--tw-ring-inset: initial;
|
|
767
|
+
--tw-ring-offset-width: 0px;
|
|
768
|
+
--tw-ring-offset-color: #fff;
|
|
769
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
770
|
+
--tw-blur: initial;
|
|
771
|
+
--tw-brightness: initial;
|
|
772
|
+
--tw-contrast: initial;
|
|
773
|
+
--tw-grayscale: initial;
|
|
774
|
+
--tw-hue-rotate: initial;
|
|
775
|
+
--tw-invert: initial;
|
|
776
|
+
--tw-opacity: initial;
|
|
777
|
+
--tw-saturate: initial;
|
|
778
|
+
--tw-sepia: initial;
|
|
779
|
+
--tw-drop-shadow: initial;
|
|
780
|
+
--tw-drop-shadow-color: initial;
|
|
781
|
+
--tw-drop-shadow-alpha: 100%;
|
|
782
|
+
--tw-drop-shadow-size: initial;
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
}
|