@theaiplatform/miniapp-sdk 0.3.1 → 0.3.3

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.
@@ -208,6 +208,9 @@
208
208
  container-type: inline-size;
209
209
  container-name: field-group;
210
210
  }
211
+ .\@container {
212
+ container-type: inline-size;
213
+ }
211
214
  .pointer-events-auto {
212
215
  pointer-events: auto;
213
216
  }
@@ -234,6 +237,16 @@
234
237
  white-space: nowrap;
235
238
  border-width: 0;
236
239
  }
240
+ .not-sr-only {
241
+ position: static;
242
+ width: auto;
243
+ height: auto;
244
+ padding: 0;
245
+ margin: 0;
246
+ overflow: visible;
247
+ clip-path: none;
248
+ white-space: normal;
249
+ }
237
250
  .absolute {
238
251
  position: absolute;
239
252
  }
@@ -303,6 +316,12 @@
303
316
  .left-\[50\%\] {
304
317
  left: 50%;
305
318
  }
319
+ .isolate {
320
+ isolation: isolate;
321
+ }
322
+ .isolation-auto {
323
+ isolation: auto;
324
+ }
306
325
  .z-\(--z-modal\) {
307
326
  z-index: var(--z-modal);
308
327
  }
@@ -390,24 +409,60 @@
390
409
  .block {
391
410
  display: block;
392
411
  }
412
+ .contents {
413
+ display: contents;
414
+ }
393
415
  .flex {
394
416
  display: flex;
395
417
  }
418
+ .flow-root {
419
+ display: flow-root;
420
+ }
396
421
  .grid {
397
422
  display: grid;
398
423
  }
399
424
  .hidden {
400
425
  display: none;
401
426
  }
427
+ .inline {
428
+ display: inline;
429
+ }
430
+ .inline-block {
431
+ display: inline-block;
432
+ }
402
433
  .inline-flex {
403
434
  display: inline-flex;
404
435
  }
436
+ .inline-grid {
437
+ display: inline-grid;
438
+ }
439
+ .inline-table {
440
+ display: inline-table;
441
+ }
442
+ .list-item {
443
+ display: list-item;
444
+ }
405
445
  .table {
406
446
  display: table;
407
447
  }
448
+ .table-caption {
449
+ display: table-caption;
450
+ }
408
451
  .table-cell {
409
452
  display: table-cell;
410
453
  }
454
+ .table-column {
455
+ display: table-column;
456
+ }
457
+ .table-column-group {
458
+ display: table-column-group;
459
+ }
460
+ .table-footer-group {
461
+ display: table-footer-group;
462
+ }
463
+ .table-header-group {
464
+ display: table-header-group;
465
+ }
411
466
  .table-row {
412
467
  display: table-row;
413
468
  }
@@ -595,6 +650,9 @@
595
650
  .flex-1 {
596
651
  flex: 1;
597
652
  }
653
+ .shrink {
654
+ flex-shrink: 1;
655
+ }
598
656
  .shrink-0 {
599
657
  flex-shrink: 0;
600
658
  }
@@ -607,6 +665,9 @@
607
665
  .caption-bottom {
608
666
  caption-side: bottom;
609
667
  }
668
+ .border-collapse {
669
+ border-collapse: collapse;
670
+ }
610
671
  .origin-\[--radix-tooltip-content-transform-origin\] {
611
672
  transform-origin: --radix-tooltip-content-transform-origin;
612
673
  }
@@ -622,6 +683,12 @@
622
683
  --tw-translate-y: -50%;
623
684
  translate: var(--tw-translate-x) var(--tw-translate-y);
624
685
  }
686
+ .translate-none {
687
+ translate: none;
688
+ }
689
+ .scale-3d {
690
+ scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
691
+ }
625
692
  .transform {
626
693
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
627
694
  }
@@ -640,9 +707,16 @@
640
707
  .cursor-text {
641
708
  cursor: text;
642
709
  }
710
+ .touch-pinch-zoom {
711
+ --tw-pinch-zoom: pinch-zoom;
712
+ touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
713
+ }
643
714
  .touch-none {
644
715
  touch-action: none;
645
716
  }
717
+ .resize {
718
+ resize: both;
719
+ }
646
720
  .resize-none {
647
721
  resize: none;
648
722
  }
@@ -740,6 +814,38 @@
740
814
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
741
815
  }
742
816
  }
817
+ .space-y-reverse {
818
+ :where(& > :not(:last-child)) {
819
+ --tw-space-y-reverse: 1;
820
+ }
821
+ }
822
+ .space-x-reverse {
823
+ :where(& > :not(:last-child)) {
824
+ --tw-space-x-reverse: 1;
825
+ }
826
+ }
827
+ .divide-x {
828
+ :where(& > :not(:last-child)) {
829
+ --tw-divide-x-reverse: 0;
830
+ border-inline-style: var(--tw-border-style);
831
+ border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
832
+ border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
833
+ }
834
+ }
835
+ .divide-y {
836
+ :where(& > :not(:last-child)) {
837
+ --tw-divide-y-reverse: 0;
838
+ border-bottom-style: var(--tw-border-style);
839
+ border-top-style: var(--tw-border-style);
840
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
841
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
842
+ }
843
+ }
844
+ .divide-y-reverse {
845
+ :where(& > :not(:last-child)) {
846
+ --tw-divide-y-reverse: 1;
847
+ }
848
+ }
743
849
  .self-stretch {
744
850
  align-self: stretch;
745
851
  }
@@ -772,6 +878,9 @@
772
878
  .overflow-y-auto {
773
879
  overflow-y: auto;
774
880
  }
881
+ .rounded {
882
+ border-radius: 0.25rem;
883
+ }
775
884
  .rounded-2xl {
776
885
  border-radius: var(--radius-2xl);
777
886
  }
@@ -802,6 +911,54 @@
802
911
  .rounded-xs {
803
912
  border-radius: var(--radius-xs);
804
913
  }
914
+ .rounded-s {
915
+ border-start-start-radius: 0.25rem;
916
+ border-end-start-radius: 0.25rem;
917
+ }
918
+ .rounded-ss {
919
+ border-start-start-radius: 0.25rem;
920
+ }
921
+ .rounded-e {
922
+ border-start-end-radius: 0.25rem;
923
+ border-end-end-radius: 0.25rem;
924
+ }
925
+ .rounded-se {
926
+ border-start-end-radius: 0.25rem;
927
+ }
928
+ .rounded-ee {
929
+ border-end-end-radius: 0.25rem;
930
+ }
931
+ .rounded-es {
932
+ border-end-start-radius: 0.25rem;
933
+ }
934
+ .rounded-t {
935
+ border-top-left-radius: 0.25rem;
936
+ border-top-right-radius: 0.25rem;
937
+ }
938
+ .rounded-l {
939
+ border-top-left-radius: 0.25rem;
940
+ border-bottom-left-radius: 0.25rem;
941
+ }
942
+ .rounded-tl {
943
+ border-top-left-radius: 0.25rem;
944
+ }
945
+ .rounded-r {
946
+ border-top-right-radius: 0.25rem;
947
+ border-bottom-right-radius: 0.25rem;
948
+ }
949
+ .rounded-tr {
950
+ border-top-right-radius: 0.25rem;
951
+ }
952
+ .rounded-b {
953
+ border-bottom-right-radius: 0.25rem;
954
+ border-bottom-left-radius: 0.25rem;
955
+ }
956
+ .rounded-br {
957
+ border-bottom-right-radius: 0.25rem;
958
+ }
959
+ .rounded-bl {
960
+ border-bottom-left-radius: 0.25rem;
961
+ }
805
962
  .border {
806
963
  border-style: var(--tw-border-style);
807
964
  border-width: 1px;
@@ -814,10 +971,34 @@
814
971
  border-style: var(--tw-border-style);
815
972
  border-width: 2px;
816
973
  }
974
+ .border-x {
975
+ border-inline-style: var(--tw-border-style);
976
+ border-inline-width: 1px;
977
+ }
817
978
  .border-x-0 {
818
979
  border-inline-style: var(--tw-border-style);
819
980
  border-inline-width: 0px;
820
981
  }
982
+ .border-y {
983
+ border-block-style: var(--tw-border-style);
984
+ border-block-width: 1px;
985
+ }
986
+ .border-s {
987
+ border-inline-start-style: var(--tw-border-style);
988
+ border-inline-start-width: 1px;
989
+ }
990
+ .border-e {
991
+ border-inline-end-style: var(--tw-border-style);
992
+ border-inline-end-width: 1px;
993
+ }
994
+ .border-bs {
995
+ border-block-start-style: var(--tw-border-style);
996
+ border-block-start-width: 1px;
997
+ }
998
+ .border-be {
999
+ border-block-end-style: var(--tw-border-style);
1000
+ border-block-end-width: 1px;
1001
+ }
821
1002
  .border-t {
822
1003
  border-top-style: var(--tw-border-style);
823
1004
  border-top-width: 1px;
@@ -1010,6 +1191,15 @@
1010
1191
  background-color: color-mix(in oklab, var(--warning) 10%, transparent);
1011
1192
  }
1012
1193
  }
1194
+ .bg-repeat {
1195
+ background-repeat: repeat;
1196
+ }
1197
+ .mask-no-clip {
1198
+ mask-clip: no-clip;
1199
+ }
1200
+ .mask-repeat {
1201
+ mask-repeat: repeat;
1202
+ }
1013
1203
  .fill-white {
1014
1204
  fill: var(--color-white);
1015
1205
  }
@@ -1219,9 +1409,18 @@
1219
1409
  .text-balance {
1220
1410
  text-wrap: balance;
1221
1411
  }
1412
+ .text-wrap {
1413
+ text-wrap: wrap;
1414
+ }
1222
1415
  .break-words {
1223
1416
  overflow-wrap: break-word;
1224
1417
  }
1418
+ .text-clip {
1419
+ text-overflow: clip;
1420
+ }
1421
+ .text-ellipsis {
1422
+ text-overflow: ellipsis;
1423
+ }
1225
1424
  .whitespace-nowrap {
1226
1425
  white-space: nowrap;
1227
1426
  }
@@ -1294,13 +1493,82 @@
1294
1493
  .text-yellow-500 {
1295
1494
  color: var(--color-yellow-500);
1296
1495
  }
1496
+ .capitalize {
1497
+ text-transform: capitalize;
1498
+ }
1499
+ .lowercase {
1500
+ text-transform: lowercase;
1501
+ }
1502
+ .normal-case {
1503
+ text-transform: none;
1504
+ }
1505
+ .uppercase {
1506
+ text-transform: uppercase;
1507
+ }
1508
+ .italic {
1509
+ font-style: italic;
1510
+ }
1511
+ .not-italic {
1512
+ font-style: normal;
1513
+ }
1514
+ .diagonal-fractions {
1515
+ --tw-numeric-fraction: diagonal-fractions;
1516
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1517
+ }
1518
+ .lining-nums {
1519
+ --tw-numeric-figure: lining-nums;
1520
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1521
+ }
1522
+ .oldstyle-nums {
1523
+ --tw-numeric-figure: oldstyle-nums;
1524
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1525
+ }
1526
+ .ordinal {
1527
+ --tw-ordinal: ordinal;
1528
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1529
+ }
1530
+ .proportional-nums {
1531
+ --tw-numeric-spacing: proportional-nums;
1532
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1533
+ }
1534
+ .slashed-zero {
1535
+ --tw-slashed-zero: slashed-zero;
1536
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1537
+ }
1538
+ .stacked-fractions {
1539
+ --tw-numeric-fraction: stacked-fractions;
1540
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1541
+ }
1297
1542
  .tabular-nums {
1298
1543
  --tw-numeric-spacing: tabular-nums;
1299
1544
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1300
1545
  }
1546
+ .normal-nums {
1547
+ font-variant-numeric: normal;
1548
+ }
1549
+ .line-through {
1550
+ text-decoration-line: line-through;
1551
+ }
1552
+ .no-underline {
1553
+ text-decoration-line: none;
1554
+ }
1555
+ .overline {
1556
+ text-decoration-line: overline;
1557
+ }
1558
+ .underline {
1559
+ text-decoration-line: underline;
1560
+ }
1301
1561
  .underline-offset-4 {
1302
1562
  text-underline-offset: 4px;
1303
1563
  }
1564
+ .antialiased {
1565
+ -webkit-font-smoothing: antialiased;
1566
+ -moz-osx-font-smoothing: grayscale;
1567
+ }
1568
+ .subpixel-antialiased {
1569
+ -webkit-font-smoothing: auto;
1570
+ -moz-osx-font-smoothing: auto;
1571
+ }
1304
1572
  .opacity-0 {
1305
1573
  opacity: 0%;
1306
1574
  }
@@ -1313,6 +1581,10 @@
1313
1581
  .opacity-70 {
1314
1582
  opacity: 70%;
1315
1583
  }
1584
+ .shadow {
1585
+ --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));
1586
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1587
+ }
1316
1588
  .shadow-\(--shadow-button-outline\) {
1317
1589
  --tw-shadow: var(--shadow-button-outline);
1318
1590
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1353,10 +1625,18 @@
1353
1625
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1354
1626
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1355
1627
  }
1628
+ .ring {
1629
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1630
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1631
+ }
1356
1632
  .ring-1 {
1357
1633
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1358
1634
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1359
1635
  }
1636
+ .inset-ring {
1637
+ --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
1638
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1639
+ }
1360
1640
  .ring-destructive {
1361
1641
  --tw-ring-color: var(--destructive);
1362
1642
  }
@@ -1367,6 +1647,54 @@
1367
1647
  outline-style: var(--tw-outline-style);
1368
1648
  outline-width: 1px;
1369
1649
  }
1650
+ .blur {
1651
+ --tw-blur: blur(8px);
1652
+ 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,);
1653
+ }
1654
+ .drop-shadow {
1655
+ --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)));
1656
+ --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));
1657
+ 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,);
1658
+ }
1659
+ .grayscale {
1660
+ --tw-grayscale: grayscale(100%);
1661
+ 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,);
1662
+ }
1663
+ .invert {
1664
+ --tw-invert: invert(100%);
1665
+ 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,);
1666
+ }
1667
+ .sepia {
1668
+ --tw-sepia: sepia(100%);
1669
+ 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,);
1670
+ }
1671
+ .filter {
1672
+ 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,);
1673
+ }
1674
+ .backdrop-blur {
1675
+ --tw-backdrop-blur: blur(8px);
1676
+ -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,);
1677
+ 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,);
1678
+ }
1679
+ .backdrop-grayscale {
1680
+ --tw-backdrop-grayscale: grayscale(100%);
1681
+ -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,);
1682
+ 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,);
1683
+ }
1684
+ .backdrop-invert {
1685
+ --tw-backdrop-invert: invert(100%);
1686
+ -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,);
1687
+ 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,);
1688
+ }
1689
+ .backdrop-sepia {
1690
+ --tw-backdrop-sepia: sepia(100%);
1691
+ -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,);
1692
+ 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,);
1693
+ }
1694
+ .backdrop-filter {
1695
+ -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,);
1696
+ 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,);
1697
+ }
1370
1698
  .transition {
1371
1699
  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;
1372
1700
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1434,6 +1762,20 @@
1434
1762
  --tw-enter-scale: calc(95*1%);
1435
1763
  --tw-enter-scale: .95;
1436
1764
  }
1765
+ .divide-x-reverse {
1766
+ :where(& > :not(:last-child)) {
1767
+ --tw-divide-x-reverse: 1;
1768
+ }
1769
+ }
1770
+ .ring-inset {
1771
+ --tw-ring-inset: inset;
1772
+ }
1773
+ .zoom-in {
1774
+ --tw-enter-scale: 0;
1775
+ }
1776
+ .zoom-out {
1777
+ --tw-exit-scale: 0;
1778
+ }
1437
1779
  .group-hover\:opacity-100 {
1438
1780
  &:is(:where(.group):hover *) {
1439
1781
  @media (hover: hover) {
@@ -3530,6 +3872,21 @@ button:not(:disabled), [role='button']:not([aria-disabled='true']) {
3530
3872
  inherits: false;
3531
3873
  initial-value: 0;
3532
3874
  }
3875
+ @property --tw-scale-x {
3876
+ syntax: "*";
3877
+ inherits: false;
3878
+ initial-value: 1;
3879
+ }
3880
+ @property --tw-scale-y {
3881
+ syntax: "*";
3882
+ inherits: false;
3883
+ initial-value: 1;
3884
+ }
3885
+ @property --tw-scale-z {
3886
+ syntax: "*";
3887
+ inherits: false;
3888
+ initial-value: 1;
3889
+ }
3533
3890
  @property --tw-rotate-x {
3534
3891
  syntax: "*";
3535
3892
  inherits: false;
@@ -3550,16 +3907,43 @@ button:not(:disabled), [role='button']:not([aria-disabled='true']) {
3550
3907
  syntax: "*";
3551
3908
  inherits: false;
3552
3909
  }
3910
+ @property --tw-pan-x {
3911
+ syntax: "*";
3912
+ inherits: false;
3913
+ }
3914
+ @property --tw-pan-y {
3915
+ syntax: "*";
3916
+ inherits: false;
3917
+ }
3918
+ @property --tw-pinch-zoom {
3919
+ syntax: "*";
3920
+ inherits: false;
3921
+ }
3553
3922
  @property --tw-space-y-reverse {
3554
3923
  syntax: "*";
3555
3924
  inherits: false;
3556
3925
  initial-value: 0;
3557
3926
  }
3927
+ @property --tw-space-x-reverse {
3928
+ syntax: "*";
3929
+ inherits: false;
3930
+ initial-value: 0;
3931
+ }
3932
+ @property --tw-divide-x-reverse {
3933
+ syntax: "*";
3934
+ inherits: false;
3935
+ initial-value: 0;
3936
+ }
3558
3937
  @property --tw-border-style {
3559
3938
  syntax: "*";
3560
3939
  inherits: false;
3561
3940
  initial-value: solid;
3562
3941
  }
3942
+ @property --tw-divide-y-reverse {
3943
+ syntax: "*";
3944
+ inherits: false;
3945
+ initial-value: 0;
3946
+ }
3563
3947
  @property --tw-leading {
3564
3948
  syntax: "*";
3565
3949
  inherits: false;
@@ -3662,6 +4046,95 @@ button:not(:disabled), [role='button']:not([aria-disabled='true']) {
3662
4046
  inherits: false;
3663
4047
  initial-value: solid;
3664
4048
  }
4049
+ @property --tw-blur {
4050
+ syntax: "*";
4051
+ inherits: false;
4052
+ }
4053
+ @property --tw-brightness {
4054
+ syntax: "*";
4055
+ inherits: false;
4056
+ }
4057
+ @property --tw-contrast {
4058
+ syntax: "*";
4059
+ inherits: false;
4060
+ }
4061
+ @property --tw-grayscale {
4062
+ syntax: "*";
4063
+ inherits: false;
4064
+ }
4065
+ @property --tw-hue-rotate {
4066
+ syntax: "*";
4067
+ inherits: false;
4068
+ }
4069
+ @property --tw-invert {
4070
+ syntax: "*";
4071
+ inherits: false;
4072
+ }
4073
+ @property --tw-opacity {
4074
+ syntax: "*";
4075
+ inherits: false;
4076
+ }
4077
+ @property --tw-saturate {
4078
+ syntax: "*";
4079
+ inherits: false;
4080
+ }
4081
+ @property --tw-sepia {
4082
+ syntax: "*";
4083
+ inherits: false;
4084
+ }
4085
+ @property --tw-drop-shadow {
4086
+ syntax: "*";
4087
+ inherits: false;
4088
+ }
4089
+ @property --tw-drop-shadow-color {
4090
+ syntax: "*";
4091
+ inherits: false;
4092
+ }
4093
+ @property --tw-drop-shadow-alpha {
4094
+ syntax: "<percentage>";
4095
+ inherits: false;
4096
+ initial-value: 100%;
4097
+ }
4098
+ @property --tw-drop-shadow-size {
4099
+ syntax: "*";
4100
+ inherits: false;
4101
+ }
4102
+ @property --tw-backdrop-blur {
4103
+ syntax: "*";
4104
+ inherits: false;
4105
+ }
4106
+ @property --tw-backdrop-brightness {
4107
+ syntax: "*";
4108
+ inherits: false;
4109
+ }
4110
+ @property --tw-backdrop-contrast {
4111
+ syntax: "*";
4112
+ inherits: false;
4113
+ }
4114
+ @property --tw-backdrop-grayscale {
4115
+ syntax: "*";
4116
+ inherits: false;
4117
+ }
4118
+ @property --tw-backdrop-hue-rotate {
4119
+ syntax: "*";
4120
+ inherits: false;
4121
+ }
4122
+ @property --tw-backdrop-invert {
4123
+ syntax: "*";
4124
+ inherits: false;
4125
+ }
4126
+ @property --tw-backdrop-opacity {
4127
+ syntax: "*";
4128
+ inherits: false;
4129
+ }
4130
+ @property --tw-backdrop-saturate {
4131
+ syntax: "*";
4132
+ inherits: false;
4133
+ }
4134
+ @property --tw-backdrop-sepia {
4135
+ syntax: "*";
4136
+ inherits: false;
4137
+ }
3665
4138
  @property --tw-duration {
3666
4139
  syntax: "*";
3667
4140
  inherits: false;
@@ -3675,11 +4148,6 @@ button:not(:disabled), [role='button']:not([aria-disabled='true']) {
3675
4148
  initial-value: "";
3676
4149
  inherits: false;
3677
4150
  }
3678
- @property --tw-space-x-reverse {
3679
- syntax: "*";
3680
- inherits: false;
3681
- initial-value: 0;
3682
- }
3683
4151
  @keyframes pulse {
3684
4152
  50% {
3685
4153
  opacity: 0.5;
@@ -3705,13 +4173,22 @@ button:not(:disabled), [role='button']:not([aria-disabled='true']) {
3705
4173
  --tw-translate-x: 0;
3706
4174
  --tw-translate-y: 0;
3707
4175
  --tw-translate-z: 0;
4176
+ --tw-scale-x: 1;
4177
+ --tw-scale-y: 1;
4178
+ --tw-scale-z: 1;
3708
4179
  --tw-rotate-x: initial;
3709
4180
  --tw-rotate-y: initial;
3710
4181
  --tw-rotate-z: initial;
3711
4182
  --tw-skew-x: initial;
3712
4183
  --tw-skew-y: initial;
4184
+ --tw-pan-x: initial;
4185
+ --tw-pan-y: initial;
4186
+ --tw-pinch-zoom: initial;
3713
4187
  --tw-space-y-reverse: 0;
4188
+ --tw-space-x-reverse: 0;
4189
+ --tw-divide-x-reverse: 0;
3714
4190
  --tw-border-style: solid;
4191
+ --tw-divide-y-reverse: 0;
3715
4192
  --tw-leading: initial;
3716
4193
  --tw-font-weight: initial;
3717
4194
  --tw-tracking: initial;
@@ -3735,10 +4212,31 @@ button:not(:disabled), [role='button']:not([aria-disabled='true']) {
3735
4212
  --tw-ring-offset-color: #fff;
3736
4213
  --tw-ring-offset-shadow: 0 0 #0000;
3737
4214
  --tw-outline-style: solid;
4215
+ --tw-blur: initial;
4216
+ --tw-brightness: initial;
4217
+ --tw-contrast: initial;
4218
+ --tw-grayscale: initial;
4219
+ --tw-hue-rotate: initial;
4220
+ --tw-invert: initial;
4221
+ --tw-opacity: initial;
4222
+ --tw-saturate: initial;
4223
+ --tw-sepia: initial;
4224
+ --tw-drop-shadow: initial;
4225
+ --tw-drop-shadow-color: initial;
4226
+ --tw-drop-shadow-alpha: 100%;
4227
+ --tw-drop-shadow-size: initial;
4228
+ --tw-backdrop-blur: initial;
4229
+ --tw-backdrop-brightness: initial;
4230
+ --tw-backdrop-contrast: initial;
4231
+ --tw-backdrop-grayscale: initial;
4232
+ --tw-backdrop-hue-rotate: initial;
4233
+ --tw-backdrop-invert: initial;
4234
+ --tw-backdrop-opacity: initial;
4235
+ --tw-backdrop-saturate: initial;
4236
+ --tw-backdrop-sepia: initial;
3738
4237
  --tw-duration: initial;
3739
4238
  --tw-ease: initial;
3740
4239
  --tw-content: "";
3741
- --tw-space-x-reverse: 0;
3742
4240
  --tw-animation-delay: 0s;
3743
4241
  --tw-animation-direction: normal;
3744
4242
  --tw-animation-duration: initial;