@epilot/volt-ui 1.0.3 → 1.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.
@@ -1,273 +1 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
- *,
3
- :after,
4
- :before,
5
- ::backdrop {
6
- box-sizing: border-box;
7
- border: 0 solid;
8
- margin: 0;
9
- padding: 0
10
- }
11
-
12
- ::file-selector-button {
13
- box-sizing: border-box;
14
- border: 0 solid;
15
- margin: 0;
16
- padding: 0
17
- }
18
-
19
- html,
20
- :host {
21
- -webkit-text-size-adjust: 100%;
22
- -moz-tab-size: 4;
23
- tab-size: 4;
24
- font-feature-settings: normal;
25
- font-variation-settings: normal;
26
- -webkit-tap-highlight-color: transparent;
27
- font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
28
- line-height: 1.5
29
- }
30
-
31
- hr {
32
- height: 0;
33
- color: inherit;
34
- border-top-width: 1px
35
- }
36
-
37
- abbr:where([title]) {
38
- -webkit-text-decoration: underline dotted;
39
- text-decoration: underline dotted
40
- }
41
-
42
- h1,
43
- h2,
44
- h3,
45
- h4,
46
- h5,
47
- h6 {
48
- font-size: inherit;
49
- font-weight: inherit
50
- }
51
-
52
- a {
53
- color: inherit;
54
- -webkit-text-decoration: inherit;
55
- text-decoration: inherit
56
- }
57
-
58
- b,
59
- strong {
60
- font-weight: bolder
61
- }
62
-
63
- code,
64
- kbd,
65
- samp,
66
- pre {
67
- font-feature-settings: normal;
68
- font-variation-settings: normal;
69
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
70
- font-size: 1em
71
- }
72
-
73
- small {
74
- font-size: 80%
75
- }
76
-
77
- sub,
78
- sup {
79
- vertical-align: baseline;
80
- font-size: 75%;
81
- line-height: 0;
82
- position: relative
83
- }
84
-
85
- sub {
86
- bottom: -.25em
87
- }
88
-
89
- sup {
90
- top: -.5em
91
- }
92
-
93
- table {
94
- text-indent: 0;
95
- border-color: inherit;
96
- border-collapse: collapse
97
- }
98
-
99
- :-moz-focusring {
100
- outline: auto
101
- }
102
-
103
- progress {
104
- vertical-align: baseline
105
- }
106
-
107
- summary {
108
- display: list-item
109
- }
110
-
111
- ol,
112
- ul,
113
- menu {
114
- list-style: none
115
- }
116
-
117
- img,
118
- svg,
119
- video,
120
- canvas,
121
- audio,
122
- iframe,
123
- embed,
124
- object {
125
- vertical-align: middle;
126
- display: block
127
- }
128
-
129
- img,
130
- video {
131
- max-width: 100%;
132
- height: auto
133
- }
134
-
135
- button,
136
- input,
137
- select,
138
- optgroup,
139
- textarea {
140
- font: inherit;
141
- font-feature-settings: inherit;
142
- font-variation-settings: inherit;
143
- letter-spacing: inherit;
144
- color: inherit;
145
- opacity: 1;
146
- background-color: #0000;
147
- border-radius: 0
148
- }
149
-
150
- ::file-selector-button {
151
- font: inherit;
152
- font-feature-settings: inherit;
153
- font-variation-settings: inherit;
154
- letter-spacing: inherit;
155
- color: inherit;
156
- opacity: 1;
157
- background-color: #0000;
158
- border-radius: 0
159
- }
160
-
161
- :where(select:is([multiple], [size])) optgroup {
162
- font-weight: bolder
163
- }
164
-
165
- :where(select:is([multiple], [size])) optgroup option {
166
- padding-inline-start: 20px
167
- }
168
-
169
- ::file-selector-button {
170
- margin-inline-end: 4px
171
- }
172
-
173
- ::placeholder {
174
- opacity: 1
175
- }
176
-
177
- @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
178
- ::placeholder {
179
- color: currentColor
180
- }
181
-
182
- @supports (color:color-mix(in lab, red, red)) {
183
- ::placeholder {
184
- color: color-mix(in oklab, currentcolor 50%, transparent)
185
- }
186
- }
187
- }
188
-
189
- textarea {
190
- resize: vertical
191
- }
192
-
193
- ::-webkit-search-decoration {
194
- -webkit-appearance: none
195
- }
196
-
197
- ::-webkit-date-and-time-value {
198
- min-height: 1lh;
199
- text-align: inherit
200
- }
201
-
202
- ::-webkit-datetime-edit {
203
- display: inline-flex
204
- }
205
-
206
- ::-webkit-datetime-edit-fields-wrapper {
207
- padding: 0
208
- }
209
-
210
- ::-webkit-datetime-edit {
211
- padding-block: 0
212
- }
213
-
214
- ::-webkit-datetime-edit-year-field {
215
- padding-block: 0
216
- }
217
-
218
- ::-webkit-datetime-edit-month-field {
219
- padding-block: 0
220
- }
221
-
222
- ::-webkit-datetime-edit-day-field {
223
- padding-block: 0
224
- }
225
-
226
- ::-webkit-datetime-edit-hour-field {
227
- padding-block: 0
228
- }
229
-
230
- ::-webkit-datetime-edit-minute-field {
231
- padding-block: 0
232
- }
233
-
234
- ::-webkit-datetime-edit-second-field {
235
- padding-block: 0
236
- }
237
-
238
- ::-webkit-datetime-edit-millisecond-field {
239
- padding-block: 0
240
- }
241
-
242
- ::-webkit-datetime-edit-meridiem-field {
243
- padding-block: 0
244
- }
245
-
246
- :-moz-ui-invalid {
247
- box-shadow: none
248
- }
249
-
250
- button,
251
- input:where([type=button], [type=reset], [type=submit]) {
252
- -webkit-appearance: button;
253
- -moz-appearance: button;
254
- appearance: button
255
- }
256
-
257
- ::file-selector-button {
258
- -webkit-appearance: button;
259
- -moz-appearance: button;
260
- appearance: button
261
- }
262
-
263
- ::-webkit-inner-spin-button {
264
- height: auto
265
- }
266
-
267
- ::-webkit-outer-spin-button {
268
- height: auto
269
- }
270
-
271
- [hidden]:where(:not([hidden=until-found])) {
272
- display: none !important
273
- }
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}