slippers-ui 0.14.13 → 1.0.2

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/base.css DELETED
@@ -1,552 +0,0 @@
1
- /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
2
-
3
- /*
4
- Document
5
- ========
6
- */
7
-
8
- /**
9
- Use a better box model (opinionated).
10
- */
11
-
12
- *,
13
- *::before,
14
- *::after {
15
- box-sizing: border-box;
16
- }
17
-
18
- /**
19
- Use a more readable tab size (opinionated).
20
- */
21
-
22
- :root {
23
- -moz-tab-size: 4;
24
- -o-tab-size: 4;
25
- tab-size: 4;
26
- }
27
-
28
- /**
29
- 1. Correct the line height in all browsers.
30
- 2. Prevent adjustments of font size after orientation changes in iOS.
31
- */
32
-
33
- html {
34
- line-height: 1.15; /* 1 */
35
- -webkit-text-size-adjust: 100%; /* 2 */
36
- }
37
-
38
- /*
39
- Sections
40
- ========
41
- */
42
-
43
- /**
44
- Remove the margin in all browsers.
45
- */
46
-
47
- body {
48
- margin: 0;
49
- }
50
-
51
- /**
52
- Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
53
- */
54
-
55
- body {
56
- font-family:
57
- system-ui,
58
- -apple-system, /* Firefox supports this but not yet `system-ui` */
59
- 'Segoe UI',
60
- Roboto,
61
- Helvetica,
62
- Arial,
63
- sans-serif,
64
- 'Apple Color Emoji',
65
- 'Segoe UI Emoji';
66
- }
67
-
68
- /*
69
- Grouping content
70
- ================
71
- */
72
-
73
- /**
74
- 1. Add the correct height in Firefox.
75
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
76
- */
77
-
78
- hr {
79
- height: 0; /* 1 */
80
- color: inherit; /* 2 */
81
- }
82
-
83
- /*
84
- Text-level semantics
85
- ====================
86
- */
87
-
88
- /**
89
- Add the correct text decoration in Chrome, Edge, and Safari.
90
- */
91
-
92
- abbr[title] {
93
- -webkit-text-decoration: underline dotted;
94
- text-decoration: underline dotted;
95
- }
96
-
97
- /**
98
- Add the correct font weight in Edge and Safari.
99
- */
100
-
101
- b,
102
- strong {
103
- font-weight: bolder;
104
- }
105
-
106
- /**
107
- 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
108
- 2. Correct the odd 'em' font sizing in all browsers.
109
- */
110
-
111
- code,
112
- kbd,
113
- samp,
114
- pre {
115
- font-family:
116
- ui-monospace,
117
- SFMono-Regular,
118
- Consolas,
119
- 'Liberation Mono',
120
- Menlo,
121
- monospace; /* 1 */
122
- font-size: 1em; /* 2 */
123
- }
124
-
125
- /**
126
- Add the correct font size in all browsers.
127
- */
128
-
129
- small {
130
- font-size: 80%;
131
- }
132
-
133
- /**
134
- Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
135
- */
136
-
137
- sub,
138
- sup {
139
- font-size: 75%;
140
- line-height: 0;
141
- position: relative;
142
- vertical-align: baseline;
143
- }
144
-
145
- sub {
146
- bottom: -0.25em;
147
- }
148
-
149
- sup {
150
- top: -0.5em;
151
- }
152
-
153
- /*
154
- Tabular data
155
- ============
156
- */
157
-
158
- /**
159
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
160
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
161
- */
162
-
163
- table {
164
- text-indent: 0; /* 1 */
165
- border-color: inherit; /* 2 */
166
- }
167
-
168
- /*
169
- Forms
170
- =====
171
- */
172
-
173
- /**
174
- 1. Change the font styles in all browsers.
175
- 2. Remove the margin in Firefox and Safari.
176
- */
177
-
178
- button,
179
- input,
180
- optgroup,
181
- select,
182
- textarea {
183
- font-family: inherit; /* 1 */
184
- font-size: 100%; /* 1 */
185
- line-height: 1.15; /* 1 */
186
- margin: 0; /* 2 */
187
- }
188
-
189
- /**
190
- Remove the inheritance of text transform in Edge and Firefox.
191
- 1. Remove the inheritance of text transform in Firefox.
192
- */
193
-
194
- button,
195
- select { /* 1 */
196
- text-transform: none;
197
- }
198
-
199
- /**
200
- Correct the inability to style clickable types in iOS and Safari.
201
- */
202
-
203
- button,
204
- [type='button'],
205
- [type='reset'],
206
- [type='submit'] {
207
- -webkit-appearance: button;
208
- }
209
-
210
- /**
211
- Remove the inner border and padding in Firefox.
212
- */
213
-
214
- ::-moz-focus-inner {
215
- border-style: none;
216
- padding: 0;
217
- }
218
-
219
- /**
220
- Restore the focus styles unset by the previous rule.
221
- */
222
-
223
- :-moz-focusring {
224
- outline: 1px dotted ButtonText;
225
- }
226
-
227
- /**
228
- Remove the additional ':invalid' styles in Firefox.
229
- See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
230
- */
231
-
232
- :-moz-ui-invalid {
233
- box-shadow: none;
234
- }
235
-
236
- /**
237
- Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
238
- */
239
-
240
- legend {
241
- padding: 0;
242
- }
243
-
244
- /**
245
- Add the correct vertical alignment in Chrome and Firefox.
246
- */
247
-
248
- progress {
249
- vertical-align: baseline;
250
- }
251
-
252
- /**
253
- Correct the cursor style of increment and decrement buttons in Safari.
254
- */
255
-
256
- ::-webkit-inner-spin-button,
257
- ::-webkit-outer-spin-button {
258
- height: auto;
259
- }
260
-
261
- /**
262
- 1. Correct the odd appearance in Chrome and Safari.
263
- 2. Correct the outline style in Safari.
264
- */
265
-
266
- [type='search'] {
267
- -webkit-appearance: textfield; /* 1 */
268
- outline-offset: -2px; /* 2 */
269
- }
270
-
271
- /**
272
- Remove the inner padding in Chrome and Safari on macOS.
273
- */
274
-
275
- ::-webkit-search-decoration {
276
- -webkit-appearance: none;
277
- }
278
-
279
- /**
280
- 1. Correct the inability to style clickable types in iOS and Safari.
281
- 2. Change font properties to 'inherit' in Safari.
282
- */
283
-
284
- ::-webkit-file-upload-button {
285
- -webkit-appearance: button; /* 1 */
286
- font: inherit; /* 2 */
287
- }
288
-
289
- /*
290
- Interactive
291
- ===========
292
- */
293
-
294
- /*
295
- Add the correct display in Chrome and Safari.
296
- */
297
-
298
- summary {
299
- display: list-item;
300
- }
301
-
302
- /**
303
- * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
304
- * A thin layer on top of normalize.css that provides a starting point more
305
- * suitable for web applications.
306
- */
307
-
308
- /**
309
- * Removes the default spacing and border for appropriate elements.
310
- */
311
-
312
- blockquote,
313
- dl,
314
- dd,
315
- h1,
316
- h2,
317
- h3,
318
- h4,
319
- h5,
320
- h6,
321
- hr,
322
- figure,
323
- p,
324
- pre {
325
- margin: 0;
326
- }
327
-
328
- button {
329
- background-color: transparent;
330
- background-image: none;
331
- }
332
-
333
- /**
334
- * Work around a Firefox/IE bug where the transparent `button` background
335
- * results in a loss of the default `button` focus styles.
336
- */
337
-
338
- button:focus {
339
- outline: 1px dotted;
340
- outline: 5px auto -webkit-focus-ring-color;
341
- }
342
-
343
- fieldset {
344
- margin: 0;
345
- padding: 0;
346
- }
347
-
348
- ol,
349
- ul {
350
- list-style: none;
351
- margin: 0;
352
- padding: 0;
353
- }
354
-
355
- /**
356
- * Tailwind custom reset styles
357
- */
358
-
359
- /**
360
- * 1. Use the user's configured `sans` font-family (with Tailwind's default
361
- * sans-serif font stack as a fallback) as a sane default.
362
- * 2. Use Tailwind's default "normal" line-height so the user isn't forced
363
- * to override it to ensure consistency even when using the default theme.
364
- */
365
-
366
- html {
367
- font-family: "Source Sans Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
368
- line-height: 1.5; /* 2 */
369
- }
370
-
371
- /**
372
- * Inherit font-family and line-height from `html` so users can set them as
373
- * a class directly on the `html` element.
374
- */
375
-
376
- body {
377
- font-family: inherit;
378
- line-height: inherit;
379
- }
380
-
381
- /**
382
- * 1. Prevent padding and border from affecting element width.
383
- *
384
- * We used to set this in the html element and inherit from
385
- * the parent element for everything else. This caused issues
386
- * in shadow-dom-enhanced elements like <details> where the content
387
- * is wrapped by a div with box-sizing set to `content-box`.
388
- *
389
- * https://github.com/mozdevs/cssremedy/issues/4
390
- *
391
- *
392
- * 2. Allow adding a border to an element by just adding a border-width.
393
- *
394
- * By default, the way the browser specifies that an element should have no
395
- * border is by setting it's border-style to `none` in the user-agent
396
- * stylesheet.
397
- *
398
- * In order to easily add borders to elements by just setting the `border-width`
399
- * property, we change the default border-style for all elements to `solid`, and
400
- * use border-width to hide them instead. This way our `border` utilities only
401
- * need to set the `border-width` property instead of the entire `border`
402
- * shorthand, making our border utilities much more straightforward to compose.
403
- *
404
- * https://github.com/tailwindcss/tailwindcss/pull/116
405
- */
406
-
407
- *,
408
- ::before,
409
- ::after {
410
- box-sizing: border-box; /* 1 */
411
- border-width: 0; /* 2 */
412
- border-style: solid; /* 2 */
413
- border-color: currentColor; /* 2 */
414
- }
415
-
416
- /*
417
- * Ensure horizontal rules are visible by default
418
- */
419
-
420
- hr {
421
- border-top-width: 1px;
422
- }
423
-
424
- /**
425
- * Undo the `border-style: none` reset that Normalize applies to images so that
426
- * our `border-{width}` utilities have the expected effect.
427
- *
428
- * The Normalize reset is unnecessary for us since we default the border-width
429
- * to 0 on all elements.
430
- *
431
- * https://github.com/tailwindcss/tailwindcss/issues/362
432
- */
433
-
434
- img {
435
- border-style: solid;
436
- }
437
-
438
- textarea {
439
- resize: vertical;
440
- }
441
-
442
- input::-moz-placeholder, textarea::-moz-placeholder {
443
- color: #a1a1aa;
444
- }
445
-
446
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
447
- color: #a1a1aa;
448
- }
449
-
450
- input::placeholder,
451
- textarea::placeholder {
452
- color: #a1a1aa;
453
- }
454
-
455
- button,
456
- [role="button"] {
457
- cursor: pointer;
458
- }
459
-
460
- table {
461
- border-collapse: collapse;
462
- }
463
-
464
- h1,
465
- h2,
466
- h3,
467
- h4,
468
- h5,
469
- h6 {
470
- font-size: inherit;
471
- font-weight: inherit;
472
- }
473
-
474
- /**
475
- * Reset links to optimize for opt-in styling instead of
476
- * opt-out.
477
- */
478
-
479
- a {
480
- color: inherit;
481
- text-decoration: inherit;
482
- }
483
-
484
- /**
485
- * Reset form element properties that are easy to forget to
486
- * style explicitly so you don't inadvertently introduce
487
- * styles that deviate from your design system. These styles
488
- * supplement a partial reset that is already applied by
489
- * normalize.css.
490
- */
491
-
492
- button,
493
- input,
494
- optgroup,
495
- select,
496
- textarea {
497
- padding: 0;
498
- line-height: inherit;
499
- color: inherit;
500
- }
501
-
502
- /**
503
- * Use the configured 'mono' font family for elements that
504
- * are expected to be rendered with a monospace font, falling
505
- * back to the system monospace stack if there is no configured
506
- * 'mono' font family.
507
- */
508
-
509
- pre,
510
- code,
511
- kbd,
512
- samp {
513
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
514
- }
515
-
516
- /**
517
- * Make replaced elements `display: block` by default as that's
518
- * the behavior you want almost all of the time. Inspired by
519
- * CSS Remedy, with `svg` added as well.
520
- *
521
- * https://github.com/mozdevs/cssremedy/issues/14
522
- */
523
-
524
- img,
525
- svg,
526
- video,
527
- canvas,
528
- audio,
529
- iframe,
530
- embed,
531
- object {
532
- display: block;
533
- vertical-align: middle;
534
- }
535
-
536
- /**
537
- * Constrain images and videos to the parent width and preserve
538
- * their instrinsic aspect ratio.
539
- *
540
- * https://github.com/mozdevs/cssremedy/issues/14
541
- */
542
-
543
- img,
544
- video {
545
- max-width: 100%;
546
- height: auto;
547
- }
548
-
549
- /**
550
- * Preflight has been broken to its own file
551
- * Rebuilt with yarn script by running yarn build:basecss.
552
- */