@iit/precision-ui 0.6.0 → 0.7.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.
Files changed (122) hide show
  1. package/dist/components/ArticlePreviewTag.d.ts +11 -0
  2. package/dist/components/ArticlePreviewTag.d.ts.map +1 -0
  3. package/dist/components/cards/AdvantageWithAccordion.d.ts +12 -0
  4. package/dist/components/cards/AdvantageWithAccordion.d.ts.map +1 -0
  5. package/dist/components/cards/Connect.d.ts +19 -0
  6. package/dist/components/cards/Connect.d.ts.map +1 -0
  7. package/dist/components/cards/Doc.d.ts +11 -0
  8. package/dist/components/cards/Doc.d.ts.map +1 -0
  9. package/dist/components/cards/FAQ.d.ts +14 -0
  10. package/dist/components/cards/FAQ.d.ts.map +1 -0
  11. package/dist/components/cards/License.d.ts +10 -0
  12. package/dist/components/cards/License.d.ts.map +1 -0
  13. package/dist/components/cards/Package.d.ts +28 -0
  14. package/dist/components/cards/Package.d.ts.map +1 -0
  15. package/dist/components/pieces/ShowMoreAccordionTrigger.d.ts +8 -0
  16. package/dist/components/pieces/ShowMoreAccordionTrigger.d.ts.map +1 -0
  17. package/dist/components/ui/TagLink.d.ts +14 -0
  18. package/dist/components/ui/TagLink.d.ts.map +1 -0
  19. package/dist/components/ui/accordion.d.ts +15 -0
  20. package/dist/components/ui/accordion.d.ts.map +1 -0
  21. package/dist/components/ui/tabs.d.ts +8 -0
  22. package/dist/components/ui/tabs.d.ts.map +1 -0
  23. package/dist/icons/comet.svg +5 -0
  24. package/dist/index.d.ts +23 -2
  25. package/dist/index.d.ts.map +1 -1
  26. package/dist/index.es.js +105 -63
  27. package/dist/index.es.js.map +1 -1
  28. package/dist/index.es10.js +1 -1
  29. package/dist/index.es11.js +1 -1
  30. package/dist/index.es13.js +1 -1
  31. package/dist/index.es15.js +1 -1
  32. package/dist/index.es16.js +2 -2
  33. package/dist/index.es18.js +1 -1
  34. package/dist/index.es19.js +1 -1
  35. package/dist/index.es2.js +1 -1
  36. package/dist/index.es20.js +1 -1
  37. package/dist/index.es21.js +14 -23
  38. package/dist/index.es21.js.map +1 -1
  39. package/dist/index.es22.js +37 -201
  40. package/dist/index.es22.js.map +1 -1
  41. package/dist/index.es23.js +31 -46
  42. package/dist/index.es23.js.map +1 -1
  43. package/dist/index.es24.js +48 -52
  44. package/dist/index.es24.js.map +1 -1
  45. package/dist/index.es25.js +14 -61
  46. package/dist/index.es25.js.map +1 -1
  47. package/dist/index.es26.js +6 -20
  48. package/dist/index.es26.js.map +1 -1
  49. package/dist/index.es27.js +52 -18
  50. package/dist/index.es27.js.map +1 -1
  51. package/dist/index.es28.js +27 -91
  52. package/dist/index.es28.js.map +1 -1
  53. package/dist/index.es29.js +88 -81
  54. package/dist/index.es29.js.map +1 -1
  55. package/dist/index.es3.js +2 -2
  56. package/dist/index.es30.js +54 -31
  57. package/dist/index.es30.js.map +1 -1
  58. package/dist/index.es31.js +92 -6
  59. package/dist/index.es31.js.map +1 -1
  60. package/dist/index.es32.js +97 -21
  61. package/dist/index.es32.js.map +1 -1
  62. package/dist/index.es33.js +12 -19
  63. package/dist/index.es33.js.map +1 -1
  64. package/dist/index.es34.js +43 -18
  65. package/dist/index.es34.js.map +1 -1
  66. package/dist/index.es35.js +23 -10
  67. package/dist/index.es35.js.map +1 -1
  68. package/dist/index.es36.js +26 -83
  69. package/dist/index.es36.js.map +1 -1
  70. package/dist/index.es37.js +207 -16
  71. package/dist/index.es37.js.map +1 -1
  72. package/dist/index.es38.js +47 -41
  73. package/dist/index.es38.js.map +1 -1
  74. package/dist/index.es39.js +53 -48
  75. package/dist/index.es39.js.map +1 -1
  76. package/dist/index.es4.js +1 -1
  77. package/dist/index.es40.js +59 -37
  78. package/dist/index.es40.js.map +1 -1
  79. package/dist/index.es41.js +18 -54
  80. package/dist/index.es41.js.map +1 -1
  81. package/dist/index.es42.js +17 -90
  82. package/dist/index.es42.js.map +1 -1
  83. package/dist/index.es43.js +88 -95
  84. package/dist/index.es43.js.map +1 -1
  85. package/dist/index.es44.js +88 -25
  86. package/dist/index.es44.js.map +1 -1
  87. package/dist/index.es45.js +33 -47
  88. package/dist/index.es45.js.map +1 -1
  89. package/dist/index.es46.js +65 -230
  90. package/dist/index.es46.js.map +1 -1
  91. package/dist/index.es47.js +43 -16
  92. package/dist/index.es47.js.map +1 -1
  93. package/dist/index.es48.js +10 -3
  94. package/dist/index.es48.js.map +1 -1
  95. package/dist/index.es49.js +9 -0
  96. package/dist/index.es49.js.map +1 -0
  97. package/dist/index.es5.js +1 -1
  98. package/dist/index.es50.js +25 -0
  99. package/dist/index.es50.js.map +1 -0
  100. package/dist/index.es51.js +23 -0
  101. package/dist/index.es51.js.map +1 -0
  102. package/dist/index.es52.js +23 -0
  103. package/dist/index.es52.js.map +1 -0
  104. package/dist/index.es53.js +88 -0
  105. package/dist/index.es53.js.map +1 -0
  106. package/dist/index.es54.js +42 -0
  107. package/dist/index.es54.js.map +1 -0
  108. package/dist/index.es55.js +30 -0
  109. package/dist/index.es55.js.map +1 -0
  110. package/dist/index.es56.js +19 -0
  111. package/dist/index.es56.js.map +1 -0
  112. package/dist/index.es57.js +50 -0
  113. package/dist/index.es57.js.map +1 -0
  114. package/dist/index.es58.js +7 -0
  115. package/dist/index.es58.js.map +1 -0
  116. package/dist/index.es59.js +245 -0
  117. package/dist/index.es59.js.map +1 -0
  118. package/dist/index.es6.js +1 -1
  119. package/dist/index.es7.js +1 -1
  120. package/dist/index.es8.js +1 -1
  121. package/dist/styles.css +206 -0
  122. package/package.json +5 -3
package/dist/styles.css CHANGED
@@ -432,6 +432,9 @@ body{
432
432
  white-space: nowrap;
433
433
  border-width: 0;
434
434
  }
435
+ .visible{
436
+ visibility: visible;
437
+ }
435
438
  .fixed{
436
439
  position: fixed;
437
440
  }
@@ -513,6 +516,12 @@ body{
513
516
  .top-4{
514
517
  top: 1rem;
515
518
  }
519
+ .top-6{
520
+ top: 1.5rem;
521
+ }
522
+ .top-\[1px\]{
523
+ top: 1px;
524
+ }
516
525
  .top-\[50\%\]{
517
526
  top: 50%;
518
527
  }
@@ -553,6 +562,10 @@ body{
553
562
  margin-left: auto;
554
563
  margin-right: auto;
555
564
  }
565
+ .my-4{
566
+ margin-top: 1rem;
567
+ margin-bottom: 1rem;
568
+ }
556
569
  .-ml-4{
557
570
  margin-left: -1rem;
558
571
  }
@@ -595,6 +608,9 @@ body{
595
608
  .mt-6{
596
609
  margin-top: 1.5rem;
597
610
  }
611
+ .mt-7{
612
+ margin-top: 1.75rem;
613
+ }
598
614
  .mt-8{
599
615
  margin-top: 2rem;
600
616
  }
@@ -667,6 +683,9 @@ body{
667
683
  .h-\[10px\]{
668
684
  height: 10px;
669
685
  }
686
+ .h-\[180px\]{
687
+ height: 180px;
688
+ }
670
689
  .h-\[18px\]{
671
690
  height: 18px;
672
691
  }
@@ -676,6 +695,10 @@ body{
676
695
  .h-\[606px\]{
677
696
  height: 606px;
678
697
  }
698
+ .h-fit{
699
+ height: -moz-fit-content;
700
+ height: fit-content;
701
+ }
679
702
  .h-full{
680
703
  height: 100%;
681
704
  }
@@ -685,6 +708,9 @@ body{
685
708
  .max-h-\[calc\(100dvh-1rem\)\]{
686
709
  max-height: calc(100dvh - 1rem);
687
710
  }
711
+ .min-h-\[150px\]{
712
+ min-height: 150px;
713
+ }
688
714
  .min-h-\[190px\]{
689
715
  min-height: 190px;
690
716
  }
@@ -697,6 +723,9 @@ body{
697
723
  .min-h-\[80px\]{
698
724
  min-height: 80px;
699
725
  }
726
+ .w-1\/3{
727
+ width: 33.333333%;
728
+ }
700
729
  .w-10{
701
730
  width: 2.5rem;
702
731
  }
@@ -721,6 +750,9 @@ body{
721
750
  .w-\[10px\]{
722
751
  width: 10px;
723
752
  }
753
+ .w-\[130px\]{
754
+ width: 130px;
755
+ }
724
756
  .w-\[18px\]{
725
757
  width: 18px;
726
758
  }
@@ -748,12 +780,18 @@ body{
748
780
  .max-w-2xl{
749
781
  max-width: 42rem;
750
782
  }
783
+ .max-w-32{
784
+ max-width: 8rem;
785
+ }
751
786
  .max-w-6xl{
752
787
  max-width: 72rem;
753
788
  }
754
789
  .max-w-\[900px\]{
755
790
  max-width: 900px;
756
791
  }
792
+ .max-w-full{
793
+ max-width: 100%;
794
+ }
757
795
  .max-w-lg{
758
796
  max-width: 32rem;
759
797
  }
@@ -766,6 +804,9 @@ body{
766
804
  .flex-1{
767
805
  flex: 1 1 0%;
768
806
  }
807
+ .flex-initial{
808
+ flex: 0 1 auto;
809
+ }
769
810
  .shrink-0{
770
811
  flex-shrink: 0;
771
812
  }
@@ -903,6 +944,11 @@ body{
903
944
  margin-top: calc(0.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
904
945
  margin-bottom: calc(0.5rem * var(--precision-ui-tw-space-y-reverse));
905
946
  }
947
+ .space-y-3 > :not([hidden]) ~ :not([hidden]){
948
+ --precision-ui-tw-space-y-reverse: 0;
949
+ margin-top: calc(0.75rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
950
+ margin-bottom: calc(0.75rem * var(--precision-ui-tw-space-y-reverse));
951
+ }
906
952
  .space-y-4 > :not([hidden]) ~ :not([hidden]){
907
953
  --precision-ui-tw-space-y-reverse: 0;
908
954
  margin-top: calc(1rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
@@ -940,6 +986,9 @@ body{
940
986
  .rounded-sm{
941
987
  border-radius: calc(var(--precision-ui-tw-radius) - 4px);
942
988
  }
989
+ .rounded-xl{
990
+ border-radius: 0.75rem;
991
+ }
943
992
  .rounded-b-2xl{
944
993
  border-bottom-right-radius: 1rem;
945
994
  border-bottom-left-radius: 1rem;
@@ -1055,6 +1104,9 @@ body{
1055
1104
  --precision-ui-tw-bg-opacity: 1;
1056
1105
  background-color: rgb(209 213 219 / var(--precision-ui-tw-bg-opacity));
1057
1106
  }
1107
+ .bg-grey-1{
1108
+ background-color: hsl(var(--precision-ui-tw-grey-1));
1109
+ }
1058
1110
  .bg-grey-2{
1059
1111
  background-color: hsl(var(--precision-ui-tw-grey-2));
1060
1112
  }
@@ -1108,6 +1160,9 @@ body{
1108
1160
  .bg-whitish-opacity-8{
1109
1161
  background-color: hsl(var(--precision-ui-tw-whitish-opacity-8));
1110
1162
  }
1163
+ .bg-\[url\(\'\/licenses\/license-1\.png\'\)\]{
1164
+ background-image: url('/licenses/license-1.png');
1165
+ }
1111
1166
  .bg-gradient-to-b{
1112
1167
  background-image: linear-gradient(to bottom, var(--precision-ui-tw-gradient-stops));
1113
1168
  }
@@ -1119,6 +1174,12 @@ body{
1119
1174
  .to-sapphire{
1120
1175
  --precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-sapphire)) var(--precision-ui-tw-gradient-to-position);
1121
1176
  }
1177
+ .bg-cover{
1178
+ background-size: cover;
1179
+ }
1180
+ .bg-no-repeat{
1181
+ background-repeat: no-repeat;
1182
+ }
1122
1183
  .object-contain{
1123
1184
  -o-object-fit: contain;
1124
1185
  object-fit: contain;
@@ -1129,6 +1190,9 @@ body{
1129
1190
  .p-1{
1130
1191
  padding: 0.25rem;
1131
1192
  }
1193
+ .p-2{
1194
+ padding: 0.5rem;
1195
+ }
1132
1196
  .p-3{
1133
1197
  padding: 0.75rem;
1134
1198
  }
@@ -1138,6 +1202,9 @@ body{
1138
1202
  .p-6{
1139
1203
  padding: 1.5rem;
1140
1204
  }
1205
+ .p-8{
1206
+ padding: 2rem;
1207
+ }
1141
1208
  .p-\[10px\]{
1142
1209
  padding: 10px;
1143
1210
  }
@@ -1175,6 +1242,10 @@ body{
1175
1242
  padding-left: 18px;
1176
1243
  padding-right: 18px;
1177
1244
  }
1245
+ .px-\[45px\]{
1246
+ padding-left: 45px;
1247
+ padding-right: 45px;
1248
+ }
1178
1249
  .py-1{
1179
1250
  padding-top: 0.25rem;
1180
1251
  padding-bottom: 0.25rem;
@@ -1220,6 +1291,9 @@ body{
1220
1291
  .pb-4{
1221
1292
  padding-bottom: 1rem;
1222
1293
  }
1294
+ .pb-6{
1295
+ padding-bottom: 1.5rem;
1296
+ }
1223
1297
  .pb-\[11px\]{
1224
1298
  padding-bottom: 11px;
1225
1299
  }
@@ -1247,6 +1321,9 @@ body{
1247
1321
  .pr-20{
1248
1322
  padding-right: 5rem;
1249
1323
  }
1324
+ .pr-3{
1325
+ padding-right: 0.75rem;
1326
+ }
1250
1327
  .pr-4{
1251
1328
  padding-right: 1rem;
1252
1329
  }
@@ -1265,12 +1342,21 @@ body{
1265
1342
  .pt-4{
1266
1343
  padding-top: 1rem;
1267
1344
  }
1345
+ .pt-6{
1346
+ padding-top: 1.5rem;
1347
+ }
1348
+ .pt-7{
1349
+ padding-top: 1.75rem;
1350
+ }
1268
1351
  .pt-\[14px\]{
1269
1352
  padding-top: 14px;
1270
1353
  }
1271
1354
  .pt-\[9px\]{
1272
1355
  padding-top: 9px;
1273
1356
  }
1357
+ .text-left{
1358
+ text-align: left;
1359
+ }
1274
1360
  .text-center{
1275
1361
  text-align: center;
1276
1362
  }
@@ -1380,6 +1466,9 @@ body{
1380
1466
  .opacity-70{
1381
1467
  opacity: 0.7;
1382
1468
  }
1469
+ .mix-blend-luminosity{
1470
+ mix-blend-mode: luminosity;
1471
+ }
1383
1472
  .shadow-lg{
1384
1473
  --precision-ui-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1385
1474
  --precision-ui-tw-shadow-colored: 0 10px 15px -3px var(--precision-ui-tw-shadow-color), 0 4px 6px -4px var(--precision-ui-tw-shadow-color);
@@ -1701,6 +1790,54 @@ ol li:last-child {
1701
1790
  margin-top: 1.2rem;
1702
1791
  margin-bottom: 0.3rem;
1703
1792
  }
1793
+ .content blockquote {
1794
+ color: hsla(var(--precision-ui-tw-sapphire));
1795
+ position: relative;
1796
+ padding-left: 40px;
1797
+ }
1798
+ .content blockquote::before {
1799
+ content: "";
1800
+ position: absolute;
1801
+ left: 0px;
1802
+ top: 0;
1803
+ height: 100%;
1804
+ width: 1px;
1805
+ background: hsla(var(--precision-ui-tw-sapphire));
1806
+ background: hsla(var(--precision-ui-tw-navy));
1807
+ }
1808
+ .content .no-content-rules div {
1809
+ margin-top: 0;
1810
+ }
1811
+ .content .no-content-rules div + div {
1812
+ margin-top: 0;
1813
+ }
1814
+ .content .text-center {
1815
+ text-align: center;
1816
+ }
1817
+ .content .color_white {
1818
+ color: #fff;
1819
+ }
1820
+ .content .iit-tt-content_type_quote blockquote {
1821
+ color: hsla(var(--precision-ui-tw-navy));
1822
+ }
1823
+ .content .table_type_full-width {
1824
+ width: 100%;
1825
+ }
1826
+ .content .simple-table {
1827
+ border: 1px solid #ebebeb;
1828
+ margin-bottom: 40px;
1829
+ }
1830
+ .content .simple-table td,
1831
+ .content .simple-table th {
1832
+ padding: 15px;
1833
+ }
1834
+ .content .simple-table tr td,
1835
+ .content .simple-table tr th {
1836
+ border-bottom: 1px solid #ebebeb;
1837
+ }
1838
+ .content .simple-table thead {
1839
+ font-weight: 600;
1840
+ }
1704
1841
  html {
1705
1842
  font-size: 16px;
1706
1843
  /* FIXME: it was 20, explore and fix if needed */
@@ -2162,6 +2299,9 @@ html {
2162
2299
  .hover\:rounded-\[24px\]:hover{
2163
2300
  border-radius: 24px;
2164
2301
  }
2302
+ .hover\:border-navy-opacity-16:hover{
2303
+ border-color: hsl(var(--precision-ui-tw-navy-opacity-16));
2304
+ }
2165
2305
  .hover\:bg-accent:hover{
2166
2306
  background-color: hsl(var(--precision-ui-tw-accent));
2167
2307
  }
@@ -2183,6 +2323,9 @@ html {
2183
2323
  .hover\:bg-sapphire-hover:hover{
2184
2324
  background-color: hsl(var(--precision-ui-tw-sapphire-hover));
2185
2325
  }
2326
+ .hover\:bg-turquoise:hover{
2327
+ background-color: hsl(var(--precision-ui-tw-turquoise));
2328
+ }
2186
2329
  .hover\:bg-white:hover{
2187
2330
  --precision-ui-tw-bg-opacity: 1;
2188
2331
  background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
@@ -2196,6 +2339,9 @@ html {
2196
2339
  .hover\:bg-whitish-opacity-24:hover{
2197
2340
  background-color: hsl(var(--precision-ui-tw-whitish-opacity-24));
2198
2341
  }
2342
+ .hover\:bg-whitish-opacity-32:hover{
2343
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
2344
+ }
2199
2345
  .hover\:bg-whitish-opacity-80:hover{
2200
2346
  background-color: hsl(var(--precision-ui-tw-whitish-opacity-80));
2201
2347
  }
@@ -2318,6 +2464,31 @@ html {
2318
2464
  .peer:disabled ~ .peer-disabled\:opacity-70{
2319
2465
  opacity: 0.7;
2320
2466
  }
2467
+ @keyframes accordion-up{
2468
+ from{
2469
+ height: var(--radix-accordion-content-height);
2470
+ }
2471
+ to{
2472
+ height: 0;
2473
+ }
2474
+ }
2475
+ .data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{
2476
+ animation: accordion-up 0.2s ease-out;
2477
+ }
2478
+ @keyframes accordion-down{
2479
+ from{
2480
+ height: 0;
2481
+ }
2482
+ to{
2483
+ height: var(--radix-accordion-content-height);
2484
+ }
2485
+ }
2486
+ .data-\[state\=open\]\:animate-accordion-down[data-state=open]{
2487
+ animation: accordion-down 0.2s ease-out;
2488
+ }
2489
+ .data-\[state\=active\]\:bg-background[data-state=active]{
2490
+ background-color: hsl(var(--precision-ui-tw-background));
2491
+ }
2321
2492
  .data-\[state\=checked\]\:bg-navy[data-state=checked]{
2322
2493
  background-color: hsl(var(--precision-ui-tw-navy));
2323
2494
  }
@@ -2327,6 +2498,9 @@ html {
2327
2498
  .data-\[state\=open\]\:bg-accent[data-state=open]{
2328
2499
  background-color: hsl(var(--precision-ui-tw-accent));
2329
2500
  }
2501
+ .data-\[state\=active\]\:text-navy[data-state=active]{
2502
+ color: hsl(var(--precision-ui-tw-navy));
2503
+ }
2330
2504
  .data-\[state\=checked\]\:text-navy[data-state=checked]{
2331
2505
  color: hsl(var(--precision-ui-tw-navy));
2332
2506
  }
@@ -2336,6 +2510,11 @@ html {
2336
2510
  .data-\[state\=open\]\:text-muted-foreground[data-state=open]{
2337
2511
  color: hsl(var(--precision-ui-tw-muted-foreground));
2338
2512
  }
2513
+ .data-\[state\=active\]\:shadow-sm[data-state=active]{
2514
+ --precision-ui-tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2515
+ --precision-ui-tw-shadow-colored: 0 1px 2px 0 var(--precision-ui-tw-shadow-color);
2516
+ box-shadow: var(--precision-ui-tw-ring-offset-shadow, 0 0 #0000), var(--precision-ui-tw-ring-shadow, 0 0 #0000), var(--precision-ui-tw-shadow);
2517
+ }
2339
2518
  .data-\[state\=open\]\:animate-in[data-state=open]{
2340
2519
  animation-name: enter;
2341
2520
  animation-duration: 150ms;
@@ -2429,6 +2608,9 @@ html {
2429
2608
  .sm\:min-h-\[264px\]{
2430
2609
  min-height: 264px;
2431
2610
  }
2611
+ .sm\:max-w-\[480px\]{
2612
+ max-width: 480px;
2613
+ }
2432
2614
  .sm\:max-w-xs{
2433
2615
  max-width: 20rem;
2434
2616
  }
@@ -2558,6 +2740,9 @@ html {
2558
2740
  .xl\:min-h-\[500px\]{
2559
2741
  min-height: 500px;
2560
2742
  }
2743
+ .xl\:min-w-\[224px\]{
2744
+ min-width: 224px;
2745
+ }
2561
2746
  .xl\:max-w-md{
2562
2747
  max-width: 28rem;
2563
2748
  }
@@ -2568,6 +2753,15 @@ html {
2568
2753
  padding-right: 7rem;
2569
2754
  }
2570
2755
  }
2756
+ .\[\&\>\.icon-wrapper\>svg\]\:rounded-3xl>.icon-wrapper>svg{
2757
+ border-radius: 1.5rem;
2758
+ }
2759
+ .\[\&\>\.icon-wrapper\>svg\]\:hover\:bg-navy-opacity-8:hover>.icon-wrapper>svg{
2760
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-8));
2761
+ }
2762
+ .\[\&\>\.icon-wrapper\>svg\]\:hover\:bg-whitish:hover>.icon-wrapper>svg{
2763
+ background-color: hsl(var(--precision-ui-tw-whitish));
2764
+ }
2571
2765
  .\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{
2572
2766
  --precision-ui-tw-translate-y: -3px;
2573
2767
  transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
@@ -2590,6 +2784,18 @@ html {
2590
2784
  .\[\&\>svg\~\*\]\:pl-7>svg~*{
2591
2785
  padding-left: 1.75rem;
2592
2786
  }
2787
+ .\[\&\[data-state\=open\]\>\.icon-wrapper\>\.minus\]\:block[data-state=open]>.icon-wrapper>.minus{
2788
+ display: block;
2789
+ }
2790
+ .\[\&\[data-state\=open\]\>\.icon-wrapper\>\.plus\]\:hidden[data-state=open]>.icon-wrapper>.plus{
2791
+ display: none;
2792
+ }
2793
+ .\[\&\[data-state\=open\]\]\:bg-navy-opacity-4[data-state=open]{
2794
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
2795
+ }
2796
+ .\[\&\[data-state\=open\]\]\:bg-transparent[data-state=open]{
2797
+ background-color: transparent;
2798
+ }
2593
2799
  .\[\&_p\]\:leading-relaxed p{
2594
2800
  line-height: 1.625;
2595
2801
  }
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/wowxoxo/precision-ui.git"
15
15
  },
16
- "version": "0.6.0",
16
+ "version": "0.7.0",
17
17
  "type": "module",
18
18
  "module": "./dist/index.es.js",
19
19
  "types": "./dist/index.d.ts",
@@ -47,12 +47,14 @@
47
47
  "dependencies": {
48
48
  "@hookform/resolvers": "^3.10.0",
49
49
  "@iit/precision-ui-icons": "^0.4.0",
50
+ "@radix-ui/react-accordion": "^1.2.3",
50
51
  "@radix-ui/react-checkbox": "^1.1.3",
51
52
  "@radix-ui/react-dialog": "^1.1.5",
52
53
  "@radix-ui/react-label": "^2.1.1",
53
54
  "@radix-ui/react-popover": "^1.1.4",
54
55
  "@radix-ui/react-scroll-area": "^1.2.2",
55
56
  "@radix-ui/react-slot": "^1.1.1",
57
+ "@radix-ui/react-tabs": "^1.1.3",
56
58
  "@radix-ui/react-tooltip": "^1.1.6",
57
59
  "class-variance-authority": "^0.7.0",
58
60
  "clsx": "^2.1.1",
@@ -72,8 +74,8 @@
72
74
  "react": "^18.2.0",
73
75
  "react-dom": "^18.2.0",
74
76
  "react-hook-form": "^7.54.2",
75
- "zod": "^3.24.1",
76
- "tailwindcss-aria-attributes": "^2.0.1"
77
+ "tailwindcss-aria-attributes": "^2.0.1",
78
+ "zod": "^3.24.1"
77
79
  },
78
80
  "peerDependenciesMeta": {
79
81
  "@hookform/resolvers": {