@cratis/components 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/styles.css +738 -0
  2. package/package.json +3 -2
@@ -0,0 +1,738 @@
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-red-100: oklch(93.6% 0.032 17.717);
11
+ --color-red-600: oklch(57.7% 0.245 27.325);
12
+ --color-orange-600: oklch(64.6% 0.222 41.116);
13
+ --color-green-100: oklch(96.2% 0.044 156.743);
14
+ --color-green-600: oklch(62.7% 0.194 149.214);
15
+ --color-blue-600: oklch(54.6% 0.245 262.881);
16
+ --color-gray-200: oklch(92.8% 0.006 264.531);
17
+ --color-gray-500: oklch(55.1% 0.027 264.364);
18
+ --color-gray-600: oklch(44.6% 0.03 256.802);
19
+ --color-white: #fff;
20
+ --spacing: 0.25rem;
21
+ --text-xs: 0.75rem;
22
+ --text-xs--line-height: calc(1 / 0.75);
23
+ --text-sm: 0.875rem;
24
+ --text-sm--line-height: calc(1.25 / 0.875);
25
+ --text-lg: 1.125rem;
26
+ --text-lg--line-height: calc(1.75 / 1.125);
27
+ --text-xl: 1.25rem;
28
+ --text-xl--line-height: calc(1.75 / 1.25);
29
+ --text-2xl: 1.5rem;
30
+ --text-2xl--line-height: calc(2 / 1.5);
31
+ --text-3xl: 1.875rem;
32
+ --text-3xl--line-height: calc(2.25 / 1.875);
33
+ --font-weight-semibold: 600;
34
+ --font-weight-bold: 700;
35
+ --radius-lg: 0.5rem;
36
+ --radius-2xl: 1rem;
37
+ --default-transition-duration: 150ms;
38
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
39
+ --default-font-family: var(--font-sans);
40
+ --default-mono-font-family: var(--font-mono);
41
+ }
42
+ }
43
+ @layer base {
44
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
45
+ box-sizing: border-box;
46
+ margin: 0;
47
+ padding: 0;
48
+ border: 0 solid;
49
+ }
50
+ html, :host {
51
+ line-height: 1.5;
52
+ -webkit-text-size-adjust: 100%;
53
+ -moz-tab-size: 4;
54
+ -o-tab-size: 4;
55
+ tab-size: 4;
56
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
57
+ font-feature-settings: var(--default-font-feature-settings, normal);
58
+ font-variation-settings: var(--default-font-variation-settings, normal);
59
+ -webkit-tap-highlight-color: transparent;
60
+ }
61
+ hr {
62
+ height: 0;
63
+ color: inherit;
64
+ border-top-width: 1px;
65
+ }
66
+ abbr:where([title]) {
67
+ -webkit-text-decoration: underline dotted;
68
+ text-decoration: underline dotted;
69
+ }
70
+ h1, h2, h3, h4, h5, h6 {
71
+ font-size: inherit;
72
+ font-weight: inherit;
73
+ }
74
+ a {
75
+ color: inherit;
76
+ -webkit-text-decoration: inherit;
77
+ text-decoration: inherit;
78
+ }
79
+ b, strong {
80
+ font-weight: bolder;
81
+ }
82
+ code, kbd, samp, pre {
83
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
84
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
85
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
86
+ font-size: 1em;
87
+ }
88
+ small {
89
+ font-size: 80%;
90
+ }
91
+ sub, sup {
92
+ font-size: 75%;
93
+ line-height: 0;
94
+ position: relative;
95
+ vertical-align: baseline;
96
+ }
97
+ sub {
98
+ bottom: -0.25em;
99
+ }
100
+ sup {
101
+ top: -0.5em;
102
+ }
103
+ table {
104
+ text-indent: 0;
105
+ border-color: inherit;
106
+ border-collapse: collapse;
107
+ }
108
+ :-moz-focusring {
109
+ outline: auto;
110
+ }
111
+ progress {
112
+ vertical-align: baseline;
113
+ }
114
+ summary {
115
+ display: list-item;
116
+ }
117
+ ol, ul, menu {
118
+ list-style: none;
119
+ }
120
+ img, svg, video, canvas, audio, iframe, embed, object {
121
+ display: block;
122
+ vertical-align: middle;
123
+ }
124
+ img, video {
125
+ max-width: 100%;
126
+ height: auto;
127
+ }
128
+ button, input, select, optgroup, textarea, ::file-selector-button {
129
+ font: inherit;
130
+ font-feature-settings: inherit;
131
+ font-variation-settings: inherit;
132
+ letter-spacing: inherit;
133
+ color: inherit;
134
+ border-radius: 0;
135
+ background-color: transparent;
136
+ opacity: 1;
137
+ }
138
+ :where(select:is([multiple], [size])) optgroup {
139
+ font-weight: bolder;
140
+ }
141
+ :where(select:is([multiple], [size])) optgroup option {
142
+ padding-inline-start: 20px;
143
+ }
144
+ ::file-selector-button {
145
+ margin-inline-end: 4px;
146
+ }
147
+ ::-moz-placeholder {
148
+ opacity: 1;
149
+ }
150
+ ::placeholder {
151
+ opacity: 1;
152
+ }
153
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
154
+ ::-moz-placeholder {
155
+ color: currentcolor;
156
+ @supports (color: color-mix(in lab, red, red)) {
157
+ color: color-mix(in oklab, currentcolor 50%, transparent);
158
+ }
159
+ }
160
+ ::placeholder {
161
+ color: currentcolor;
162
+ @supports (color: color-mix(in lab, red, red)) {
163
+ color: color-mix(in oklab, currentcolor 50%, transparent);
164
+ }
165
+ }
166
+ }
167
+ textarea {
168
+ resize: vertical;
169
+ }
170
+ ::-webkit-search-decoration {
171
+ -webkit-appearance: none;
172
+ }
173
+ ::-webkit-date-and-time-value {
174
+ min-height: 1lh;
175
+ text-align: inherit;
176
+ }
177
+ ::-webkit-datetime-edit {
178
+ display: inline-flex;
179
+ }
180
+ ::-webkit-datetime-edit-fields-wrapper {
181
+ padding: 0;
182
+ }
183
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
184
+ padding-block: 0;
185
+ }
186
+ ::-webkit-calendar-picker-indicator {
187
+ line-height: 1;
188
+ }
189
+ :-moz-ui-invalid {
190
+ box-shadow: none;
191
+ }
192
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
193
+ -webkit-appearance: button;
194
+ -moz-appearance: button;
195
+ appearance: button;
196
+ }
197
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
198
+ height: auto;
199
+ }
200
+ [hidden]:where(:not([hidden="until-found"])) {
201
+ display: none !important;
202
+ }
203
+ }
204
+ @layer utilities {
205
+ .pointer-events-none {
206
+ pointer-events: none;
207
+ }
208
+ .collapse {
209
+ visibility: collapse;
210
+ }
211
+ .visible {
212
+ visibility: visible;
213
+ }
214
+ .absolute {
215
+ position: absolute;
216
+ }
217
+ .fixed {
218
+ position: fixed;
219
+ }
220
+ .relative {
221
+ position: relative;
222
+ }
223
+ .static {
224
+ position: static;
225
+ }
226
+ .sticky {
227
+ position: sticky;
228
+ }
229
+ .start {
230
+ inset-inline-start: var(--spacing);
231
+ }
232
+ .end {
233
+ inset-inline-end: var(--spacing);
234
+ }
235
+ .top-1\/2 {
236
+ top: calc(1 / 2 * 100%);
237
+ }
238
+ .top-full {
239
+ top: 100%;
240
+ }
241
+ .right-full {
242
+ right: 100%;
243
+ }
244
+ .bottom-full {
245
+ bottom: 100%;
246
+ }
247
+ .left-1\/2 {
248
+ left: calc(1 / 2 * 100%);
249
+ }
250
+ .left-full {
251
+ left: 100%;
252
+ }
253
+ .isolate {
254
+ isolation: isolate;
255
+ }
256
+ .z-50 {
257
+ z-index: 50;
258
+ }
259
+ .\!container {
260
+ width: 100% !important;
261
+ @media (width >= 40rem) {
262
+ max-width: 40rem !important;
263
+ }
264
+ @media (width >= 48rem) {
265
+ max-width: 48rem !important;
266
+ }
267
+ @media (width >= 64rem) {
268
+ max-width: 64rem !important;
269
+ }
270
+ @media (width >= 80rem) {
271
+ max-width: 80rem !important;
272
+ }
273
+ @media (width >= 96rem) {
274
+ max-width: 96rem !important;
275
+ }
276
+ }
277
+ .container {
278
+ width: 100%;
279
+ @media (width >= 40rem) {
280
+ max-width: 40rem;
281
+ }
282
+ @media (width >= 48rem) {
283
+ max-width: 48rem;
284
+ }
285
+ @media (width >= 64rem) {
286
+ max-width: 64rem;
287
+ }
288
+ @media (width >= 80rem) {
289
+ max-width: 80rem;
290
+ }
291
+ @media (width >= 96rem) {
292
+ max-width: 96rem;
293
+ }
294
+ }
295
+ .m-0 {
296
+ margin: calc(var(--spacing) * 0);
297
+ }
298
+ .m-3 {
299
+ margin: calc(var(--spacing) * 3);
300
+ }
301
+ .mx-2 {
302
+ margin-inline: calc(var(--spacing) * 2);
303
+ }
304
+ .mt-2 {
305
+ margin-top: calc(var(--spacing) * 2);
306
+ }
307
+ .mt-3 {
308
+ margin-top: calc(var(--spacing) * 3);
309
+ }
310
+ .mt-4 {
311
+ margin-top: calc(var(--spacing) * 4);
312
+ }
313
+ .mr-2 {
314
+ margin-right: calc(var(--spacing) * 2);
315
+ }
316
+ .mb-0 {
317
+ margin-bottom: calc(var(--spacing) * 0);
318
+ }
319
+ .mb-2 {
320
+ margin-bottom: calc(var(--spacing) * 2);
321
+ }
322
+ .mb-3 {
323
+ margin-bottom: calc(var(--spacing) * 3);
324
+ }
325
+ .mb-4 {
326
+ margin-bottom: calc(var(--spacing) * 4);
327
+ }
328
+ .ml-2 {
329
+ margin-left: calc(var(--spacing) * 2);
330
+ }
331
+ .block {
332
+ display: block;
333
+ }
334
+ .flex {
335
+ display: flex;
336
+ }
337
+ .grid {
338
+ display: grid;
339
+ }
340
+ .hidden {
341
+ display: none;
342
+ }
343
+ .inline-flex {
344
+ display: inline-flex;
345
+ }
346
+ .table {
347
+ display: table;
348
+ }
349
+ .h-10 {
350
+ height: calc(var(--spacing) * 10);
351
+ }
352
+ .h-full {
353
+ height: 100%;
354
+ }
355
+ .w-10 {
356
+ width: calc(var(--spacing) * 10);
357
+ }
358
+ .w-full {
359
+ width: 100%;
360
+ }
361
+ .flex-1 {
362
+ flex: 1;
363
+ }
364
+ .flex-grow {
365
+ flex-grow: 1;
366
+ }
367
+ .-translate-x-1\/2 {
368
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
369
+ translate: var(--tw-translate-x) var(--tw-translate-y);
370
+ }
371
+ .-translate-y-1\/2 {
372
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
373
+ translate: var(--tw-translate-x) var(--tw-translate-y);
374
+ }
375
+ .transform {
376
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
377
+ }
378
+ .cursor-pointer {
379
+ cursor: pointer;
380
+ }
381
+ .resize {
382
+ resize: both;
383
+ }
384
+ .flex-col {
385
+ flex-direction: column;
386
+ }
387
+ .flex-row {
388
+ flex-direction: row;
389
+ }
390
+ .flex-wrap {
391
+ flex-wrap: wrap;
392
+ }
393
+ .items-center {
394
+ align-items: center;
395
+ }
396
+ .justify-center {
397
+ justify-content: center;
398
+ }
399
+ .gap-1 {
400
+ gap: calc(var(--spacing) * 1);
401
+ }
402
+ .gap-2 {
403
+ gap: calc(var(--spacing) * 2);
404
+ }
405
+ .gap-3 {
406
+ gap: calc(var(--spacing) * 3);
407
+ }
408
+ .gap-4 {
409
+ gap: calc(var(--spacing) * 4);
410
+ }
411
+ .gap-6 {
412
+ gap: calc(var(--spacing) * 6);
413
+ }
414
+ .space-y-2 {
415
+ :where(& > :not(:last-child)) {
416
+ --tw-space-y-reverse: 0;
417
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
418
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
419
+ }
420
+ }
421
+ .overflow-hidden {
422
+ overflow: hidden;
423
+ }
424
+ .rounded {
425
+ border-radius: 0.25rem;
426
+ }
427
+ .rounded-2xl {
428
+ border-radius: var(--radius-2xl);
429
+ }
430
+ .rounded-lg {
431
+ border-radius: var(--radius-lg);
432
+ }
433
+ .border {
434
+ border-style: var(--tw-border-style);
435
+ border-width: 1px;
436
+ }
437
+ .bg-blue-600 {
438
+ background-color: var(--color-blue-600);
439
+ }
440
+ .bg-gray-600 {
441
+ background-color: var(--color-gray-600);
442
+ }
443
+ .bg-green-100 {
444
+ background-color: var(--color-green-100);
445
+ }
446
+ .bg-red-100 {
447
+ background-color: var(--color-red-100);
448
+ }
449
+ .p-2 {
450
+ padding: calc(var(--spacing) * 2);
451
+ }
452
+ .p-3 {
453
+ padding: calc(var(--spacing) * 3);
454
+ }
455
+ .p-4 {
456
+ padding: calc(var(--spacing) * 4);
457
+ }
458
+ .px-2 {
459
+ padding-inline: calc(var(--spacing) * 2);
460
+ }
461
+ .px-3 {
462
+ padding-inline: calc(var(--spacing) * 3);
463
+ }
464
+ .px-4 {
465
+ padding-inline: calc(var(--spacing) * 4);
466
+ }
467
+ .py-1 {
468
+ padding-block: calc(var(--spacing) * 1);
469
+ }
470
+ .py-2 {
471
+ padding-block: calc(var(--spacing) * 2);
472
+ }
473
+ .py-4 {
474
+ padding-block: calc(var(--spacing) * 4);
475
+ }
476
+ .text-center {
477
+ text-align: center;
478
+ }
479
+ .text-2xl {
480
+ font-size: var(--text-2xl);
481
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
482
+ }
483
+ .text-3xl {
484
+ font-size: var(--text-3xl);
485
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
486
+ }
487
+ .text-lg {
488
+ font-size: var(--text-lg);
489
+ line-height: var(--tw-leading, var(--text-lg--line-height));
490
+ }
491
+ .text-sm {
492
+ font-size: var(--text-sm);
493
+ line-height: var(--tw-leading, var(--text-sm--line-height));
494
+ }
495
+ .text-xl {
496
+ font-size: var(--text-xl);
497
+ line-height: var(--tw-leading, var(--text-xl--line-height));
498
+ }
499
+ .text-xs {
500
+ font-size: var(--text-xs);
501
+ line-height: var(--tw-leading, var(--text-xs--line-height));
502
+ }
503
+ .font-bold {
504
+ --tw-font-weight: var(--font-weight-bold);
505
+ font-weight: var(--font-weight-bold);
506
+ }
507
+ .font-semibold {
508
+ --tw-font-weight: var(--font-weight-semibold);
509
+ font-weight: var(--font-weight-semibold);
510
+ }
511
+ .whitespace-nowrap {
512
+ white-space: nowrap;
513
+ }
514
+ .text-blue-600 {
515
+ color: var(--color-blue-600);
516
+ }
517
+ .text-gray-200 {
518
+ color: var(--color-gray-200);
519
+ }
520
+ .text-gray-600 {
521
+ color: var(--color-gray-600);
522
+ }
523
+ .text-green-600 {
524
+ color: var(--color-green-600);
525
+ }
526
+ .text-orange-600 {
527
+ color: var(--color-orange-600);
528
+ }
529
+ .text-red-600 {
530
+ color: var(--color-red-600);
531
+ }
532
+ .text-white {
533
+ color: var(--color-white);
534
+ }
535
+ .capitalize {
536
+ text-transform: capitalize;
537
+ }
538
+ .lowercase {
539
+ text-transform: lowercase;
540
+ }
541
+ .uppercase {
542
+ text-transform: uppercase;
543
+ }
544
+ .italic {
545
+ font-style: italic;
546
+ }
547
+ .underline {
548
+ text-decoration-line: underline;
549
+ }
550
+ .opacity-0 {
551
+ opacity: 0%;
552
+ }
553
+ .blur {
554
+ --tw-blur: blur(8px);
555
+ 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,);
556
+ }
557
+ .filter {
558
+ 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,);
559
+ }
560
+ .transition {
561
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
562
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
563
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
564
+ }
565
+ .transition-colors {
566
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
567
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
568
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
569
+ }
570
+ .transition-opacity {
571
+ transition-property: opacity;
572
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
573
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
574
+ }
575
+ .delay-200 {
576
+ transition-delay: 200ms;
577
+ }
578
+ .duration-150 {
579
+ --tw-duration: 150ms;
580
+ transition-duration: 150ms;
581
+ }
582
+ .group-hover\:opacity-100 {
583
+ &:is(:where(.group):hover *) {
584
+ @media (hover: hover) {
585
+ opacity: 100%;
586
+ }
587
+ }
588
+ }
589
+ .hover\:bg-gray-500 {
590
+ &:hover {
591
+ @media (hover: hover) {
592
+ background-color: var(--color-gray-500);
593
+ }
594
+ }
595
+ }
596
+ .md\:flex-row {
597
+ @media (width >= 48rem) {
598
+ flex-direction: row;
599
+ }
600
+ }
601
+ }
602
+ @property --tw-translate-x {
603
+ syntax: "*";
604
+ inherits: false;
605
+ initial-value: 0;
606
+ }
607
+ @property --tw-translate-y {
608
+ syntax: "*";
609
+ inherits: false;
610
+ initial-value: 0;
611
+ }
612
+ @property --tw-translate-z {
613
+ syntax: "*";
614
+ inherits: false;
615
+ initial-value: 0;
616
+ }
617
+ @property --tw-rotate-x {
618
+ syntax: "*";
619
+ inherits: false;
620
+ }
621
+ @property --tw-rotate-y {
622
+ syntax: "*";
623
+ inherits: false;
624
+ }
625
+ @property --tw-rotate-z {
626
+ syntax: "*";
627
+ inherits: false;
628
+ }
629
+ @property --tw-skew-x {
630
+ syntax: "*";
631
+ inherits: false;
632
+ }
633
+ @property --tw-skew-y {
634
+ syntax: "*";
635
+ inherits: false;
636
+ }
637
+ @property --tw-space-y-reverse {
638
+ syntax: "*";
639
+ inherits: false;
640
+ initial-value: 0;
641
+ }
642
+ @property --tw-border-style {
643
+ syntax: "*";
644
+ inherits: false;
645
+ initial-value: solid;
646
+ }
647
+ @property --tw-font-weight {
648
+ syntax: "*";
649
+ inherits: false;
650
+ }
651
+ @property --tw-blur {
652
+ syntax: "*";
653
+ inherits: false;
654
+ }
655
+ @property --tw-brightness {
656
+ syntax: "*";
657
+ inherits: false;
658
+ }
659
+ @property --tw-contrast {
660
+ syntax: "*";
661
+ inherits: false;
662
+ }
663
+ @property --tw-grayscale {
664
+ syntax: "*";
665
+ inherits: false;
666
+ }
667
+ @property --tw-hue-rotate {
668
+ syntax: "*";
669
+ inherits: false;
670
+ }
671
+ @property --tw-invert {
672
+ syntax: "*";
673
+ inherits: false;
674
+ }
675
+ @property --tw-opacity {
676
+ syntax: "*";
677
+ inherits: false;
678
+ }
679
+ @property --tw-saturate {
680
+ syntax: "*";
681
+ inherits: false;
682
+ }
683
+ @property --tw-sepia {
684
+ syntax: "*";
685
+ inherits: false;
686
+ }
687
+ @property --tw-drop-shadow {
688
+ syntax: "*";
689
+ inherits: false;
690
+ }
691
+ @property --tw-drop-shadow-color {
692
+ syntax: "*";
693
+ inherits: false;
694
+ }
695
+ @property --tw-drop-shadow-alpha {
696
+ syntax: "<percentage>";
697
+ inherits: false;
698
+ initial-value: 100%;
699
+ }
700
+ @property --tw-drop-shadow-size {
701
+ syntax: "*";
702
+ inherits: false;
703
+ }
704
+ @property --tw-duration {
705
+ syntax: "*";
706
+ inherits: false;
707
+ }
708
+ @layer properties {
709
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
710
+ *, ::before, ::after, ::backdrop {
711
+ --tw-translate-x: 0;
712
+ --tw-translate-y: 0;
713
+ --tw-translate-z: 0;
714
+ --tw-rotate-x: initial;
715
+ --tw-rotate-y: initial;
716
+ --tw-rotate-z: initial;
717
+ --tw-skew-x: initial;
718
+ --tw-skew-y: initial;
719
+ --tw-space-y-reverse: 0;
720
+ --tw-border-style: solid;
721
+ --tw-font-weight: initial;
722
+ --tw-blur: initial;
723
+ --tw-brightness: initial;
724
+ --tw-contrast: initial;
725
+ --tw-grayscale: initial;
726
+ --tw-hue-rotate: initial;
727
+ --tw-invert: initial;
728
+ --tw-opacity: initial;
729
+ --tw-saturate: initial;
730
+ --tw-sepia: initial;
731
+ --tw-drop-shadow: initial;
732
+ --tw-drop-shadow-color: initial;
733
+ --tw-drop-shadow-alpha: 100%;
734
+ --tw-drop-shadow-size: initial;
735
+ --tw-duration: initial;
736
+ }
737
+ }
738
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cratis/components",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "author": "Cratis",
6
6
  "license": "MIT",
@@ -83,7 +83,8 @@
83
83
  "types": "./dist/esm/Toolbar/index.d.ts",
84
84
  "require": "./dist/cjs/Toolbar/index.js",
85
85
  "import": "./dist/esm/Toolbar/index.js"
86
- }
86
+ },
87
+ "./styles": "./dist/styles.css"
87
88
  },
88
89
  "scripts": {
89
90
  "prepare": "yarn g:build",