@geomak/ui 5.10.0 → 6.0.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.
package/dist/styles.css CHANGED
@@ -88,6 +88,15 @@
88
88
  transform: translateX(100%);
89
89
  }
90
90
  }
91
+ .hidden-scrollbar {
92
+ scrollbar-width: none;
93
+ -ms-overflow-style: none;
94
+ }
95
+
96
+ .hidden-scrollbar::-webkit-scrollbar {
97
+ display: none;
98
+ }
99
+
91
100
  .oxy-skeleton {
92
101
  position: relative;
93
102
  overflow: hidden;
@@ -804,6 +813,9 @@ video {
804
813
  .bottom-0 {
805
814
  bottom: 0px;
806
815
  }
816
+ .bottom-1\.5 {
817
+ bottom: 0.375rem;
818
+ }
807
819
  .bottom-2 {
808
820
  bottom: 0.5rem;
809
821
  }
@@ -837,6 +849,9 @@ video {
837
849
  .top-0 {
838
850
  top: 0px;
839
851
  }
852
+ .top-1\.5 {
853
+ top: 0.375rem;
854
+ }
840
855
  .top-1\/2 {
841
856
  top: 50%;
842
857
  }
@@ -852,12 +867,21 @@ video {
852
867
  .z-10 {
853
868
  z-index: 10;
854
869
  }
870
+ .z-20 {
871
+ z-index: 20;
872
+ }
855
873
  .z-50 {
856
874
  z-index: 50;
857
875
  }
858
876
  .z-\[100\] {
859
877
  z-index: 100;
860
878
  }
879
+ .z-\[1\] {
880
+ z-index: 1;
881
+ }
882
+ .z-\[2\] {
883
+ z-index: 2;
884
+ }
861
885
  .z-\[500000\] {
862
886
  z-index: 500000;
863
887
  }
@@ -917,6 +941,12 @@ video {
917
941
  margin-top: 0.5rem;
918
942
  margin-bottom: 0.5rem;
919
943
  }
944
+ .-mb-px {
945
+ margin-bottom: -1px;
946
+ }
947
+ .-mr-px {
948
+ margin-right: -1px;
949
+ }
920
950
  .mb-0\.5 {
921
951
  margin-bottom: 0.125rem;
922
952
  }
@@ -1113,9 +1143,6 @@ video {
1113
1143
  .max-h-\[90dvh\] {
1114
1144
  max-height: 90dvh;
1115
1145
  }
1116
- .min-h-0 {
1117
- min-height: 0px;
1118
- }
1119
1146
  .min-h-\[200px\] {
1120
1147
  min-height: 200px;
1121
1148
  }
@@ -1227,6 +1254,15 @@ video {
1227
1254
  .w-\[3px\] {
1228
1255
  width: 3px;
1229
1256
  }
1257
+ .w-\[420px\] {
1258
+ width: 420px;
1259
+ }
1260
+ .w-\[480px\] {
1261
+ width: 480px;
1262
+ }
1263
+ .w-\[560px\] {
1264
+ width: 560px;
1265
+ }
1230
1266
  .w-\[60\%\] {
1231
1267
  width: 60%;
1232
1268
  }
@@ -1256,6 +1292,9 @@ video {
1256
1292
  .min-w-\[180px\] {
1257
1293
  min-width: 180px;
1258
1294
  }
1295
+ .min-w-\[18px\] {
1296
+ min-width: 18px;
1297
+ }
1259
1298
  .min-w-\[200px\] {
1260
1299
  min-width: 200px;
1261
1300
  }
@@ -1335,6 +1374,10 @@ video {
1335
1374
  --tw-rotate: 180deg;
1336
1375
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1337
1376
  }
1377
+ .rotate-90 {
1378
+ --tw-rotate: 90deg;
1379
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1380
+ }
1338
1381
  .scale-125 {
1339
1382
  --tw-scale-x: 1.25;
1340
1383
  --tw-scale-y: 1.25;
@@ -1383,18 +1426,6 @@ video {
1383
1426
  .resize {
1384
1427
  resize: both;
1385
1428
  }
1386
- .snap-x {
1387
- scroll-snap-type: x var(--tw-scroll-snap-strictness);
1388
- }
1389
- .snap-mandatory {
1390
- --tw-scroll-snap-strictness: mandatory;
1391
- }
1392
- .snap-start {
1393
- scroll-snap-align: start;
1394
- }
1395
- .snap-always {
1396
- scroll-snap-stop: always;
1397
- }
1398
1429
  .list-none {
1399
1430
  list-style-type: none;
1400
1431
  }
@@ -1617,9 +1648,6 @@ video {
1617
1648
  .overflow-y-hidden {
1618
1649
  overflow-y: hidden;
1619
1650
  }
1620
- .scroll-smooth {
1621
- scroll-behavior: smooth;
1622
- }
1623
1651
  .truncate {
1624
1652
  overflow: hidden;
1625
1653
  text-overflow: ellipsis;
@@ -1637,9 +1665,6 @@ video {
1637
1665
  .rounded-2xl {
1638
1666
  border-radius: var(--radius-2xl);
1639
1667
  }
1640
- .rounded-3xl {
1641
- border-radius: 1.5rem;
1642
- }
1643
1668
  .rounded-full {
1644
1669
  border-radius: var(--radius-full);
1645
1670
  }
@@ -1658,10 +1683,22 @@ video {
1658
1683
  .rounded-xl {
1659
1684
  border-radius: var(--radius-xl);
1660
1685
  }
1686
+ .rounded-b-lg {
1687
+ border-bottom-right-radius: var(--radius-lg);
1688
+ border-bottom-left-radius: var(--radius-lg);
1689
+ }
1690
+ .rounded-l-md {
1691
+ border-top-left-radius: var(--radius-md);
1692
+ border-bottom-left-radius: var(--radius-md);
1693
+ }
1661
1694
  .rounded-r-full {
1662
1695
  border-top-right-radius: var(--radius-full);
1663
1696
  border-bottom-right-radius: var(--radius-full);
1664
1697
  }
1698
+ .rounded-t-md {
1699
+ border-top-left-radius: var(--radius-md);
1700
+ border-top-right-radius: var(--radius-md);
1701
+ }
1665
1702
  .border {
1666
1703
  border-width: 1px;
1667
1704
  }
@@ -1680,15 +1717,24 @@ video {
1680
1717
  .border-b {
1681
1718
  border-bottom-width: 1px;
1682
1719
  }
1720
+ .border-b-0 {
1721
+ border-bottom-width: 0px;
1722
+ }
1683
1723
  .border-l {
1684
1724
  border-left-width: 1px;
1685
1725
  }
1686
1726
  .border-r {
1687
1727
  border-right-width: 1px;
1688
1728
  }
1729
+ .border-r-0 {
1730
+ border-right-width: 0px;
1731
+ }
1689
1732
  .border-t {
1690
1733
  border-top-width: 1px;
1691
1734
  }
1735
+ .border-t-0 {
1736
+ border-top-width: 0px;
1737
+ }
1692
1738
  .border-dashed {
1693
1739
  border-style: dashed;
1694
1740
  }
@@ -1899,9 +1945,6 @@ video {
1899
1945
  .pl-2 {
1900
1946
  padding-left: 0.5rem;
1901
1947
  }
1902
- .pl-3 {
1903
- padding-left: 0.75rem;
1904
- }
1905
1948
  .pr-0 {
1906
1949
  padding-right: 0px;
1907
1950
  }
@@ -2083,6 +2126,9 @@ video {
2083
2126
  .text-white\/90 {
2084
2127
  color: rgb(255 255 255 / 0.9);
2085
2128
  }
2129
+ .underline {
2130
+ text-decoration-line: underline;
2131
+ }
2086
2132
  .overline {
2087
2133
  text-decoration-line: overline;
2088
2134
  }
@@ -2264,6 +2310,9 @@ video {
2264
2310
  .ease-in-out {
2265
2311
  transition-timing-function: var(--ease-in-out);
2266
2312
  }
2313
+ .ease-out {
2314
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2315
+ }
2267
2316
  .ease-out-cubic {
2268
2317
  transition-timing-function: var(--ease-out-cubic);
2269
2318
  }
@@ -2464,6 +2513,9 @@ video {
2464
2513
  .group:focus-visible .group-focus-visible\:opacity-100 {
2465
2514
  opacity: 1;
2466
2515
  }
2516
+ .data-\[state\=inactive\]\:hidden[data-state="inactive"] {
2517
+ display: none;
2518
+ }
2467
2519
  .data-\[state\=checked\]\:translate-x-\[22px\][data-state="checked"] {
2468
2520
  --tw-translate-x: 22px;
2469
2521
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2514,9 +2566,6 @@ video {
2514
2566
  .data-\[highlighted\]\:bg-accent[data-highlighted] {
2515
2567
  background-color: var(--color-accent);
2516
2568
  }
2517
- .data-\[state\=active\]\:bg-accent[data-state="active"] {
2518
- background-color: var(--color-accent);
2519
- }
2520
2569
  .data-\[state\=checked\]\:bg-accent[data-state="checked"] {
2521
2570
  background-color: var(--color-accent);
2522
2571
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "5.10.0",
3
+ "version": "6.0.1",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",