@lindle/linoardo 1.0.4 → 1.0.6

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 +17 -478
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -79,8 +79,6 @@
79
79
  --radius-md: 0.375rem;
80
80
  --radius-lg: 0.5rem;
81
81
  --radius-xl: 0.75rem;
82
- --ease-out: cubic-bezier(0, 0, 0.2, 1);
83
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
84
82
  --blur-md: 12px;
85
83
  --default-transition-duration: 150ms;
86
84
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -238,42 +236,12 @@
238
236
  }
239
237
  }
240
238
  @layer utilities {
241
- .\@container {
242
- container-type: inline-size;
243
- }
244
239
  .pointer-events-none {
245
240
  pointer-events: none;
246
241
  }
247
- .collapse {
248
- visibility: collapse;
249
- }
250
- .invisible {
251
- visibility: hidden;
252
- }
253
242
  .visible {
254
243
  visibility: visible;
255
244
  }
256
- .sr-only {
257
- position: absolute;
258
- width: 1px;
259
- height: 1px;
260
- padding: 0;
261
- margin: -1px;
262
- overflow: hidden;
263
- clip-path: inset(50%);
264
- white-space: nowrap;
265
- border-width: 0;
266
- }
267
- .not-sr-only {
268
- position: static;
269
- width: auto;
270
- height: auto;
271
- padding: 0;
272
- margin: 0;
273
- overflow: visible;
274
- clip-path: none;
275
- white-space: normal;
276
- }
277
245
  .absolute {
278
246
  position: absolute;
279
247
  }
@@ -283,12 +251,6 @@
283
251
  .relative {
284
252
  position: relative;
285
253
  }
286
- .static {
287
- position: static;
288
- }
289
- .sticky {
290
- position: sticky;
291
- }
292
254
  .inset-0 {
293
255
  inset: calc(var(--spacing) * 0);
294
256
  }
@@ -322,12 +284,6 @@
322
284
  .left-3 {
323
285
  left: calc(var(--spacing) * 3);
324
286
  }
325
- .isolate {
326
- isolation: isolate;
327
- }
328
- .isolation-auto {
329
- isolation: auto;
330
- }
331
287
  .z-40 {
332
288
  z-index: 40;
333
289
  }
@@ -340,12 +296,6 @@
340
296
  .col-span-6 {
341
297
  grid-column: span 6 / span 6;
342
298
  }
343
- .float-left {
344
- float: left;
345
- }
346
- .float-right {
347
- float: right;
348
- }
349
299
  .container {
350
300
  width: 100%;
351
301
  @media (width >= 40rem) {
@@ -385,15 +335,9 @@
385
335
  .flex {
386
336
  display: flex;
387
337
  }
388
- .flow-root {
389
- display: flow-root;
390
- }
391
338
  .grid {
392
339
  display: grid;
393
340
  }
394
- .hidden {
395
- display: none;
396
- }
397
341
  .inline {
398
342
  display: inline;
399
343
  }
@@ -403,42 +347,6 @@
403
347
  .inline-flex {
404
348
  display: inline-flex;
405
349
  }
406
- .inline-grid {
407
- display: inline-grid;
408
- }
409
- .inline-table {
410
- display: inline-table;
411
- }
412
- .list-item {
413
- display: list-item;
414
- }
415
- .table {
416
- display: table;
417
- }
418
- .table-caption {
419
- display: table-caption;
420
- }
421
- .table-cell {
422
- display: table-cell;
423
- }
424
- .table-column {
425
- display: table-column;
426
- }
427
- .table-column-group {
428
- display: table-column-group;
429
- }
430
- .table-footer-group {
431
- display: table-footer-group;
432
- }
433
- .table-header-group {
434
- display: table-header-group;
435
- }
436
- .table-row {
437
- display: table-row;
438
- }
439
- .table-row-group {
440
- display: table-row-group;
441
- }
442
350
  .h-2 {
443
351
  height: calc(var(--spacing) * 2);
444
352
  }
@@ -502,24 +410,9 @@
502
410
  .min-w-\[16rem\] {
503
411
  min-width: 16rem;
504
412
  }
505
- .flex-shrink {
506
- flex-shrink: 1;
507
- }
508
- .shrink {
509
- flex-shrink: 1;
510
- }
511
413
  .shrink-0 {
512
414
  flex-shrink: 0;
513
415
  }
514
- .flex-grow {
515
- flex-grow: 1;
516
- }
517
- .grow {
518
- flex-grow: 1;
519
- }
520
- .border-collapse {
521
- border-collapse: collapse;
522
- }
523
416
  .origin-bottom {
524
417
  transform-origin: bottom;
525
418
  }
@@ -542,40 +435,21 @@
542
435
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
543
436
  translate: var(--tw-translate-x) var(--tw-translate-y);
544
437
  }
545
- .translate-none {
546
- translate: none;
547
- }
548
- .scale-3d {
549
- scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
550
- }
551
438
  .transform {
552
439
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
553
440
  }
554
- .transform\! {
555
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
556
- }
557
441
  .cursor-default {
558
442
  cursor: default;
559
443
  }
560
444
  .cursor-pointer {
561
445
  cursor: pointer;
562
446
  }
563
- .touch-pinch-zoom {
564
- --tw-pinch-zoom: pinch-zoom;
565
- touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
566
- }
567
- .resize {
568
- resize: both;
569
- }
570
447
  .grid-cols-7 {
571
448
  grid-template-columns: repeat(7, minmax(0, 1fr));
572
449
  }
573
450
  .flex-col {
574
451
  flex-direction: column;
575
452
  }
576
- .flex-wrap {
577
- flex-wrap: wrap;
578
- }
579
453
  .items-center {
580
454
  align-items: center;
581
455
  }
@@ -597,24 +471,6 @@
597
471
  .gap-4 {
598
472
  gap: calc(var(--spacing) * 4);
599
473
  }
600
- .space-y-reverse {
601
- :where(& > :not(:last-child)) {
602
- --tw-space-y-reverse: 1;
603
- }
604
- }
605
- .space-x-reverse {
606
- :where(& > :not(:last-child)) {
607
- --tw-space-x-reverse: 1;
608
- }
609
- }
610
- .divide-x {
611
- :where(& > :not(:last-child)) {
612
- --tw-divide-x-reverse: 0;
613
- border-inline-style: var(--tw-border-style);
614
- border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
615
- border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
616
- }
617
- }
618
474
  .divide-y {
619
475
  :where(& > :not(:last-child)) {
620
476
  --tw-divide-y-reverse: 0;
@@ -624,11 +480,6 @@
624
480
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
625
481
  }
626
482
  }
627
- .divide-y-reverse {
628
- :where(& > :not(:last-child)) {
629
- --tw-divide-y-reverse: 1;
630
- }
631
- }
632
483
  .divide-gray-100 {
633
484
  :where(& > :not(:last-child)) {
634
485
  border-color: var(--color-gray-100);
@@ -660,94 +511,14 @@
660
511
  .rounded-xl {
661
512
  border-radius: var(--radius-xl);
662
513
  }
663
- .rounded-s {
664
- border-start-start-radius: 0.25rem;
665
- border-end-start-radius: 0.25rem;
666
- }
667
- .rounded-ss {
668
- border-start-start-radius: 0.25rem;
669
- }
670
- .rounded-e {
671
- border-start-end-radius: 0.25rem;
672
- border-end-end-radius: 0.25rem;
673
- }
674
- .rounded-se {
675
- border-start-end-radius: 0.25rem;
676
- }
677
- .rounded-ee {
678
- border-end-end-radius: 0.25rem;
679
- }
680
- .rounded-es {
681
- border-end-start-radius: 0.25rem;
682
- }
683
- .rounded-t {
684
- border-top-left-radius: 0.25rem;
685
- border-top-right-radius: 0.25rem;
686
- }
687
- .rounded-l {
688
- border-top-left-radius: 0.25rem;
689
- border-bottom-left-radius: 0.25rem;
690
- }
691
- .rounded-tl {
692
- border-top-left-radius: 0.25rem;
693
- }
694
- .rounded-r {
695
- border-top-right-radius: 0.25rem;
696
- border-bottom-right-radius: 0.25rem;
697
- }
698
- .rounded-tr {
699
- border-top-right-radius: 0.25rem;
700
- }
701
- .rounded-b {
702
- border-bottom-right-radius: 0.25rem;
703
- border-bottom-left-radius: 0.25rem;
704
- }
705
- .rounded-br {
706
- border-bottom-right-radius: 0.25rem;
707
- }
708
- .rounded-bl {
709
- border-bottom-left-radius: 0.25rem;
710
- }
711
514
  .border {
712
515
  border-style: var(--tw-border-style);
713
516
  border-width: 1px;
714
517
  }
715
- .border-x {
716
- border-inline-style: var(--tw-border-style);
717
- border-inline-width: 1px;
718
- }
719
- .border-y {
720
- border-block-style: var(--tw-border-style);
721
- border-block-width: 1px;
722
- }
723
- .border-s {
724
- border-inline-start-style: var(--tw-border-style);
725
- border-inline-start-width: 1px;
726
- }
727
- .border-e {
728
- border-inline-end-style: var(--tw-border-style);
729
- border-inline-end-width: 1px;
730
- }
731
- .border-t {
732
- border-top-style: var(--tw-border-style);
733
- border-top-width: 1px;
734
- }
735
- .border-r {
736
- border-right-style: var(--tw-border-style);
737
- border-right-width: 1px;
738
- }
739
- .border-b {
740
- border-bottom-style: var(--tw-border-style);
741
- border-bottom-width: 1px;
742
- }
743
518
  .border-b-1 {
744
519
  border-bottom-style: var(--tw-border-style);
745
520
  border-bottom-width: 1px;
746
521
  }
747
- .border-l {
748
- border-left-style: var(--tw-border-style);
749
- border-left-width: 1px;
750
- }
751
522
  .border-amber-500 {
752
523
  border-color: var(--color-amber-500);
753
524
  }
@@ -907,15 +678,6 @@
907
678
  --tw-gradient-to: var(--color-white);
908
679
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
909
680
  }
910
- .bg-repeat {
911
- background-repeat: repeat;
912
- }
913
- .mask-no-clip {
914
- mask-clip: no-clip;
915
- }
916
- .mask-repeat {
917
- mask-repeat: repeat;
918
- }
919
681
  .p-0 {
920
682
  padding: calc(var(--spacing) * 0);
921
683
  }
@@ -1044,15 +806,6 @@
1044
806
  --tw-tracking: var(--tracking-wide);
1045
807
  letter-spacing: var(--tracking-wide);
1046
808
  }
1047
- .text-wrap {
1048
- text-wrap: wrap;
1049
- }
1050
- .text-clip {
1051
- text-overflow: clip;
1052
- }
1053
- .text-ellipsis {
1054
- text-overflow: ellipsis;
1055
- }
1056
809
  .whitespace-nowrap {
1057
810
  white-space: nowrap;
1058
811
  }
@@ -1113,92 +866,18 @@
1113
866
  .text-white {
1114
867
  color: var(--color-white);
1115
868
  }
1116
- .capitalize {
1117
- text-transform: capitalize;
1118
- }
1119
- .lowercase {
1120
- text-transform: lowercase;
1121
- }
1122
- .normal-case {
1123
- text-transform: none;
1124
- }
1125
869
  .uppercase {
1126
870
  text-transform: uppercase;
1127
871
  }
1128
- .italic {
1129
- font-style: italic;
1130
- }
1131
- .not-italic {
1132
- font-style: normal;
1133
- }
1134
- .diagonal-fractions {
1135
- --tw-numeric-fraction: diagonal-fractions;
1136
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1137
- }
1138
- .lining-nums {
1139
- --tw-numeric-figure: lining-nums;
1140
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1141
- }
1142
- .oldstyle-nums {
1143
- --tw-numeric-figure: oldstyle-nums;
1144
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1145
- }
1146
- .ordinal {
1147
- --tw-ordinal: ordinal;
1148
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1149
- }
1150
- .proportional-nums {
1151
- --tw-numeric-spacing: proportional-nums;
1152
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1153
- }
1154
- .slashed-zero {
1155
- --tw-slashed-zero: slashed-zero;
1156
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1157
- }
1158
- .stacked-fractions {
1159
- --tw-numeric-fraction: stacked-fractions;
1160
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1161
- }
1162
- .tabular-nums {
1163
- --tw-numeric-spacing: tabular-nums;
1164
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1165
- }
1166
- .normal-nums {
1167
- font-variant-numeric: normal;
1168
- }
1169
- .line-through {
1170
- text-decoration-line: line-through;
1171
- }
1172
- .no-underline {
1173
- text-decoration-line: none;
1174
- }
1175
- .overline {
1176
- text-decoration-line: overline;
1177
- }
1178
- .underline {
1179
- text-decoration-line: underline;
1180
- }
1181
872
  .underline-offset-2 {
1182
873
  text-underline-offset: 2px;
1183
874
  }
1184
- .antialiased {
1185
- -webkit-font-smoothing: antialiased;
1186
- -moz-osx-font-smoothing: grayscale;
1187
- }
1188
- .subpixel-antialiased {
1189
- -webkit-font-smoothing: auto;
1190
- -moz-osx-font-smoothing: auto;
1191
- }
1192
875
  .opacity-50 {
1193
876
  opacity: 50%;
1194
877
  }
1195
878
  .opacity-60 {
1196
879
  opacity: 60%;
1197
880
  }
1198
- .shadow {
1199
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1200
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1201
- }
1202
881
  .shadow-lg {
1203
882
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1204
883
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1211,10 +890,6 @@
1211
890
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1212
891
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1213
892
  }
1214
- .ring {
1215
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1216
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1217
- }
1218
893
  .ring-1 {
1219
894
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1220
895
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1223,10 +898,6 @@
1223
898
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1224
899
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1225
900
  }
1226
- .inset-ring {
1227
- --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
1228
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1229
- }
1230
901
  .shadow-gray-900\/5 {
1231
902
  --tw-shadow-color: color-mix(in srgb, oklch(21% 0.034 264.665) 5%, transparent);
1232
903
  @supports (color: color-mix(in lab, red, red)) {
@@ -1275,34 +946,9 @@
1275
946
  outline-style: var(--tw-outline-style);
1276
947
  outline-width: 1px;
1277
948
  }
1278
- .blur {
1279
- --tw-blur: blur(8px);
1280
- 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,);
1281
- }
1282
- .drop-shadow {
1283
- --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
1284
- --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
1285
- 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,);
1286
- }
1287
- .grayscale {
1288
- --tw-grayscale: grayscale(100%);
1289
- 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,);
1290
- }
1291
- .invert {
1292
- --tw-invert: invert(100%);
1293
- 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,);
1294
- }
1295
949
  .filter {
1296
950
  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,);
1297
951
  }
1298
- .filter\! {
1299
- 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,) !important;
1300
- }
1301
- .backdrop-blur {
1302
- --tw-backdrop-blur: blur(8px);
1303
- -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1304
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1305
- }
1306
952
  .backdrop-blur-\[1px\] {
1307
953
  --tw-backdrop-blur: blur(1px);
1308
954
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
@@ -1313,30 +959,6 @@
1313
959
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1314
960
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1315
961
  }
1316
- .backdrop-grayscale {
1317
- --tw-backdrop-grayscale: grayscale(100%);
1318
- -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1319
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1320
- }
1321
- .backdrop-invert {
1322
- --tw-backdrop-invert: invert(100%);
1323
- -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1324
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1325
- }
1326
- .backdrop-sepia {
1327
- --tw-backdrop-sepia: sepia(100%);
1328
- -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1329
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1330
- }
1331
- .backdrop-filter {
1332
- -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1333
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1334
- }
1335
- .transition {
1336
- 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, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1337
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1338
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1339
- }
1340
962
  .transition-all {
1341
963
  transition-property: all;
1342
964
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1355,30 +977,10 @@
1355
977
  --tw-duration: 200ms;
1356
978
  transition-duration: 200ms;
1357
979
  }
1358
- .ease-in-out {
1359
- --tw-ease: var(--ease-in-out);
1360
- transition-timing-function: var(--ease-in-out);
1361
- }
1362
- .ease-out {
1363
- --tw-ease: var(--ease-out);
1364
- transition-timing-function: var(--ease-out);
1365
- }
1366
- .select-all {
1367
- -webkit-user-select: all;
1368
- user-select: all;
1369
- }
1370
980
  .select-none {
1371
981
  -webkit-user-select: none;
1372
982
  user-select: none;
1373
983
  }
1374
- .divide-x-reverse {
1375
- :where(& > :not(:last-child)) {
1376
- --tw-divide-x-reverse: 1;
1377
- }
1378
- }
1379
- .ring-inset {
1380
- --tw-ring-inset: inset;
1381
- }
1382
984
  .hover\:bg-amber-50 {
1383
985
  &:hover {
1384
986
  @media (hover: hover) {
@@ -24423,21 +24025,6 @@
24423
24025
  inherits: false;
24424
24026
  initial-value: 0;
24425
24027
  }
24426
- @property --tw-scale-x {
24427
- syntax: "*";
24428
- inherits: false;
24429
- initial-value: 1;
24430
- }
24431
- @property --tw-scale-y {
24432
- syntax: "*";
24433
- inherits: false;
24434
- initial-value: 1;
24435
- }
24436
- @property --tw-scale-z {
24437
- syntax: "*";
24438
- inherits: false;
24439
- initial-value: 1;
24440
- }
24441
24028
  @property --tw-rotate-x {
24442
24029
  syntax: "*";
24443
24030
  inherits: false;
@@ -24458,29 +24045,7 @@
24458
24045
  syntax: "*";
24459
24046
  inherits: false;
24460
24047
  }
24461
- @property --tw-pan-x {
24462
- syntax: "*";
24463
- inherits: false;
24464
- }
24465
- @property --tw-pan-y {
24466
- syntax: "*";
24467
- inherits: false;
24468
- }
24469
- @property --tw-pinch-zoom {
24470
- syntax: "*";
24471
- inherits: false;
24472
- }
24473
- @property --tw-space-y-reverse {
24474
- syntax: "*";
24475
- inherits: false;
24476
- initial-value: 0;
24477
- }
24478
- @property --tw-space-x-reverse {
24479
- syntax: "*";
24480
- inherits: false;
24481
- initial-value: 0;
24482
- }
24483
- @property --tw-divide-x-reverse {
24048
+ @property --tw-divide-y-reverse {
24484
24049
  syntax: "*";
24485
24050
  inherits: false;
24486
24051
  initial-value: 0;
@@ -24490,11 +24055,6 @@
24490
24055
  inherits: false;
24491
24056
  initial-value: solid;
24492
24057
  }
24493
- @property --tw-divide-y-reverse {
24494
- syntax: "*";
24495
- inherits: false;
24496
- initial-value: 0;
24497
- }
24498
24058
  @property --tw-gradient-position {
24499
24059
  syntax: "*";
24500
24060
  inherits: false;
@@ -24549,26 +24109,6 @@
24549
24109
  syntax: "*";
24550
24110
  inherits: false;
24551
24111
  }
24552
- @property --tw-ordinal {
24553
- syntax: "*";
24554
- inherits: false;
24555
- }
24556
- @property --tw-slashed-zero {
24557
- syntax: "*";
24558
- inherits: false;
24559
- }
24560
- @property --tw-numeric-figure {
24561
- syntax: "*";
24562
- inherits: false;
24563
- }
24564
- @property --tw-numeric-spacing {
24565
- syntax: "*";
24566
- inherits: false;
24567
- }
24568
- @property --tw-numeric-fraction {
24569
- syntax: "*";
24570
- inherits: false;
24571
- }
24572
24112
  @property --tw-shadow {
24573
24113
  syntax: "*";
24574
24114
  inherits: false;
@@ -24732,9 +24272,20 @@
24732
24272
  syntax: "*";
24733
24273
  inherits: false;
24734
24274
  }
24735
- @property --tw-ease {
24275
+ @property --tw-scale-x {
24276
+ syntax: "*";
24277
+ inherits: false;
24278
+ initial-value: 1;
24279
+ }
24280
+ @property --tw-scale-y {
24281
+ syntax: "*";
24282
+ inherits: false;
24283
+ initial-value: 1;
24284
+ }
24285
+ @property --tw-scale-z {
24736
24286
  syntax: "*";
24737
24287
  inherits: false;
24288
+ initial-value: 1;
24738
24289
  }
24739
24290
  @layer properties {
24740
24291
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
@@ -24742,22 +24293,13 @@
24742
24293
  --tw-translate-x: 0;
24743
24294
  --tw-translate-y: 0;
24744
24295
  --tw-translate-z: 0;
24745
- --tw-scale-x: 1;
24746
- --tw-scale-y: 1;
24747
- --tw-scale-z: 1;
24748
24296
  --tw-rotate-x: initial;
24749
24297
  --tw-rotate-y: initial;
24750
24298
  --tw-rotate-z: initial;
24751
24299
  --tw-skew-x: initial;
24752
24300
  --tw-skew-y: initial;
24753
- --tw-pan-x: initial;
24754
- --tw-pan-y: initial;
24755
- --tw-pinch-zoom: initial;
24756
- --tw-space-y-reverse: 0;
24757
- --tw-space-x-reverse: 0;
24758
- --tw-divide-x-reverse: 0;
24759
- --tw-border-style: solid;
24760
24301
  --tw-divide-y-reverse: 0;
24302
+ --tw-border-style: solid;
24761
24303
  --tw-gradient-position: initial;
24762
24304
  --tw-gradient-from: #0000;
24763
24305
  --tw-gradient-via: #0000;
@@ -24770,11 +24312,6 @@
24770
24312
  --tw-leading: initial;
24771
24313
  --tw-font-weight: initial;
24772
24314
  --tw-tracking: initial;
24773
- --tw-ordinal: initial;
24774
- --tw-slashed-zero: initial;
24775
- --tw-numeric-figure: initial;
24776
- --tw-numeric-spacing: initial;
24777
- --tw-numeric-fraction: initial;
24778
24315
  --tw-shadow: 0 0 #0000;
24779
24316
  --tw-shadow-color: initial;
24780
24317
  --tw-shadow-alpha: 100%;
@@ -24813,7 +24350,9 @@
24813
24350
  --tw-backdrop-saturate: initial;
24814
24351
  --tw-backdrop-sepia: initial;
24815
24352
  --tw-duration: initial;
24816
- --tw-ease: initial;
24353
+ --tw-scale-x: 1;
24354
+ --tw-scale-y: 1;
24355
+ --tw-scale-z: 1;
24817
24356
  }
24818
24357
  }
24819
24358
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindle/linoardo",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",