@geomak/ui 2.0.0 → 3.0.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.
package/dist/styles.css CHANGED
@@ -780,9 +780,6 @@ video {
780
780
  .left-1\/2 {
781
781
  left: 50%;
782
782
  }
783
- .left-14 {
784
- left: 3.5rem;
785
- }
786
783
  .left-4 {
787
784
  left: 1rem;
788
785
  }
@@ -828,6 +825,15 @@ video {
828
825
  .z-\[500000\] {
829
826
  z-index: 500000;
830
827
  }
828
+ .z-\[7000000\] {
829
+ z-index: 7000000;
830
+ }
831
+ .z-\[7000001\] {
832
+ z-index: 7000001;
833
+ }
834
+ .z-\[7000002\] {
835
+ z-index: 7000002;
836
+ }
831
837
  .z-\[8000000\] {
832
838
  z-index: 8000000;
833
839
  }
@@ -910,6 +916,9 @@ video {
910
916
  .mt-4 {
911
917
  margin-top: 1rem;
912
918
  }
919
+ .mt-6 {
920
+ margin-top: 1.5rem;
921
+ }
913
922
  .block {
914
923
  display: block;
915
924
  }
@@ -1025,12 +1034,18 @@ video {
1025
1034
  .min-h-0 {
1026
1035
  min-height: 0px;
1027
1036
  }
1037
+ .min-h-\[200px\] {
1038
+ min-height: 200px;
1039
+ }
1028
1040
  .min-h-\[80px\] {
1029
1041
  min-height: 80px;
1030
1042
  }
1031
1043
  .min-h-full {
1032
1044
  min-height: 100%;
1033
1045
  }
1046
+ .min-h-screen {
1047
+ min-height: 100vh;
1048
+ }
1034
1049
  .w-0 {
1035
1050
  width: 0px;
1036
1051
  }
@@ -1076,6 +1091,9 @@ video {
1076
1091
  .w-4 {
1077
1092
  width: 1rem;
1078
1093
  }
1094
+ .w-44 {
1095
+ width: 11rem;
1096
+ }
1079
1097
  .w-5 {
1080
1098
  width: 1.25rem;
1081
1099
  }
@@ -1115,9 +1133,6 @@ video {
1115
1133
  .w-\[200px\] {
1116
1134
  width: 200px;
1117
1135
  }
1118
- .w-\[220px\] {
1119
- width: 220px;
1120
- }
1121
1136
  .w-\[280px\] {
1122
1137
  width: 280px;
1123
1138
  }
@@ -1158,6 +1173,9 @@ video {
1158
1173
  .max-w-3xl {
1159
1174
  max-width: 48rem;
1160
1175
  }
1176
+ .max-w-5xl {
1177
+ max-width: 64rem;
1178
+ }
1161
1179
  .max-w-\[220px\] {
1162
1180
  max-width: 220px;
1163
1181
  }
@@ -1219,15 +1237,6 @@ video {
1219
1237
  .animate-breathe {
1220
1238
  animation: breathe 2s ease-in-out infinite;
1221
1239
  }
1222
- @keyframes ping {
1223
- 75%, 100% {
1224
- transform: scale(2);
1225
- opacity: 0;
1226
- }
1227
- }
1228
- .animate-ping {
1229
- animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
1230
- }
1231
1240
  .animate-shimmer {
1232
1241
  animation: shimmer 1.6s ease-in-out infinite;
1233
1242
  }
@@ -1342,6 +1351,11 @@ video {
1342
1351
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
1343
1352
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
1344
1353
  }
1354
+ .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1355
+ --tw-space-y-reverse: 0;
1356
+ margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1357
+ margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1358
+ }
1345
1359
  .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1346
1360
  --tw-space-y-reverse: 0;
1347
1361
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1487,10 +1501,6 @@ video {
1487
1501
  .bg-background {
1488
1502
  background-color: var(--color-background);
1489
1503
  }
1490
- .bg-dark-cornflower-blue {
1491
- --tw-bg-opacity: 1;
1492
- background-color: rgb(2 62 125 / var(--tw-bg-opacity, 1));
1493
- }
1494
1504
  .bg-disabled {
1495
1505
  --tw-bg-opacity: 1;
1496
1506
  background-color: rgb(222 226 230 / var(--tw-bg-opacity, 1));
@@ -1736,6 +1746,10 @@ video {
1736
1746
  .uppercase {
1737
1747
  text-transform: uppercase;
1738
1748
  }
1749
+ .tabular-nums {
1750
+ --tw-numeric-spacing: tabular-nums;
1751
+ font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
1752
+ }
1739
1753
  .leading-none {
1740
1754
  line-height: 1;
1741
1755
  }
@@ -1823,9 +1837,6 @@ video {
1823
1837
  .opacity-60 {
1824
1838
  opacity: 0.6;
1825
1839
  }
1826
- .opacity-75 {
1827
- opacity: 0.75;
1828
- }
1829
1840
  .shadow {
1830
1841
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1831
1842
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@@ -1860,19 +1871,32 @@ video {
1860
1871
  outline: 2px solid transparent;
1861
1872
  outline-offset: 2px;
1862
1873
  }
1874
+ .outline {
1875
+ outline-style: solid;
1876
+ }
1863
1877
  .ring {
1864
1878
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1865
1879
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1866
1880
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1867
1881
  }
1882
+ .ring-2 {
1883
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1884
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1885
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1886
+ }
1887
+ .ring-accent {
1888
+ --tw-ring-color: var(--color-accent);
1889
+ }
1890
+ .ring-offset-2 {
1891
+ --tw-ring-offset-width: 2px;
1892
+ }
1893
+ .ring-offset-background {
1894
+ --tw-ring-offset-color: var(--color-background);
1895
+ }
1868
1896
  .drop-shadow {
1869
1897
  --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));
1870
1898
  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);
1871
1899
  }
1872
- .drop-shadow-md {
1873
- --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
1874
- 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);
1875
- }
1876
1900
  .filter {
1877
1901
  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);
1878
1902
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
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",