@geomak/ui 1.9.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
@@ -731,9 +731,6 @@ video {
731
731
  .pointer-events-auto {
732
732
  pointer-events: auto;
733
733
  }
734
- .\!visible {
735
- visibility: visible !important;
736
- }
737
734
  .visible {
738
735
  visibility: visible;
739
736
  }
@@ -783,9 +780,6 @@ video {
783
780
  .left-1\/2 {
784
781
  left: 50%;
785
782
  }
786
- .left-14 {
787
- left: 3.5rem;
788
- }
789
783
  .left-4 {
790
784
  left: 1rem;
791
785
  }
@@ -822,9 +816,6 @@ video {
822
816
  .z-10 {
823
817
  z-index: 10;
824
818
  }
825
- .z-30 {
826
- z-index: 30;
827
- }
828
819
  .z-50 {
829
820
  z-index: 50;
830
821
  }
@@ -834,6 +825,15 @@ video {
834
825
  .z-\[500000\] {
835
826
  z-index: 500000;
836
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
+ }
837
837
  .z-\[8000000\] {
838
838
  z-index: 8000000;
839
839
  }
@@ -916,6 +916,9 @@ video {
916
916
  .mt-4 {
917
917
  margin-top: 1rem;
918
918
  }
919
+ .mt-6 {
920
+ margin-top: 1.5rem;
921
+ }
919
922
  .block {
920
923
  display: block;
921
924
  }
@@ -1031,12 +1034,18 @@ video {
1031
1034
  .min-h-0 {
1032
1035
  min-height: 0px;
1033
1036
  }
1037
+ .min-h-\[200px\] {
1038
+ min-height: 200px;
1039
+ }
1034
1040
  .min-h-\[80px\] {
1035
1041
  min-height: 80px;
1036
1042
  }
1037
1043
  .min-h-full {
1038
1044
  min-height: 100%;
1039
1045
  }
1046
+ .min-h-screen {
1047
+ min-height: 100vh;
1048
+ }
1040
1049
  .w-0 {
1041
1050
  width: 0px;
1042
1051
  }
@@ -1082,6 +1091,9 @@ video {
1082
1091
  .w-4 {
1083
1092
  width: 1rem;
1084
1093
  }
1094
+ .w-44 {
1095
+ width: 11rem;
1096
+ }
1085
1097
  .w-5 {
1086
1098
  width: 1.25rem;
1087
1099
  }
@@ -1121,9 +1133,6 @@ video {
1121
1133
  .w-\[200px\] {
1122
1134
  width: 200px;
1123
1135
  }
1124
- .w-\[220px\] {
1125
- width: 220px;
1126
- }
1127
1136
  .w-\[280px\] {
1128
1137
  width: 280px;
1129
1138
  }
@@ -1152,6 +1161,9 @@ video {
1152
1161
  .min-w-\[120px\] {
1153
1162
  min-width: 120px;
1154
1163
  }
1164
+ .min-w-\[180px\] {
1165
+ min-width: 180px;
1166
+ }
1155
1167
  .min-w-\[240px\] {
1156
1168
  min-width: 240px;
1157
1169
  }
@@ -1161,6 +1173,9 @@ video {
1161
1173
  .max-w-3xl {
1162
1174
  max-width: 48rem;
1163
1175
  }
1176
+ .max-w-5xl {
1177
+ max-width: 64rem;
1178
+ }
1164
1179
  .max-w-\[220px\] {
1165
1180
  max-width: 220px;
1166
1181
  }
@@ -1222,15 +1237,6 @@ video {
1222
1237
  .animate-breathe {
1223
1238
  animation: breathe 2s ease-in-out infinite;
1224
1239
  }
1225
- @keyframes ping {
1226
- 75%, 100% {
1227
- transform: scale(2);
1228
- opacity: 0;
1229
- }
1230
- }
1231
- .animate-ping {
1232
- animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
1233
- }
1234
1240
  .animate-shimmer {
1235
1241
  animation: shimmer 1.6s ease-in-out infinite;
1236
1242
  }
@@ -1345,6 +1351,11 @@ video {
1345
1351
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
1346
1352
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
1347
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
+ }
1348
1359
  .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1349
1360
  --tw-space-y-reverse: 0;
1350
1361
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1432,9 +1443,6 @@ video {
1432
1443
  .rounded-br-lg {
1433
1444
  border-bottom-right-radius: var(--radius-lg);
1434
1445
  }
1435
- .rounded-tl-lg {
1436
- border-top-left-radius: var(--radius-lg);
1437
- }
1438
1446
  .rounded-tr-lg {
1439
1447
  border-top-right-radius: var(--radius-lg);
1440
1448
  }
@@ -1493,10 +1501,6 @@ video {
1493
1501
  .bg-background {
1494
1502
  background-color: var(--color-background);
1495
1503
  }
1496
- .bg-dark-cornflower-blue {
1497
- --tw-bg-opacity: 1;
1498
- background-color: rgb(2 62 125 / var(--tw-bg-opacity, 1));
1499
- }
1500
1504
  .bg-disabled {
1501
1505
  --tw-bg-opacity: 1;
1502
1506
  background-color: rgb(222 226 230 / var(--tw-bg-opacity, 1));
@@ -1586,6 +1590,9 @@ video {
1586
1590
  .p-10 {
1587
1591
  padding: 2.5rem;
1588
1592
  }
1593
+ .p-12 {
1594
+ padding: 3rem;
1595
+ }
1589
1596
  .p-2 {
1590
1597
  padding: 0.5rem;
1591
1598
  }
@@ -1739,6 +1746,10 @@ video {
1739
1746
  .uppercase {
1740
1747
  text-transform: uppercase;
1741
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
+ }
1742
1753
  .leading-none {
1743
1754
  line-height: 1;
1744
1755
  }
@@ -1826,9 +1837,6 @@ video {
1826
1837
  .opacity-60 {
1827
1838
  opacity: 0.6;
1828
1839
  }
1829
- .opacity-75 {
1830
- opacity: 0.75;
1831
- }
1832
1840
  .shadow {
1833
1841
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1834
1842
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@@ -1863,19 +1871,32 @@ video {
1863
1871
  outline: 2px solid transparent;
1864
1872
  outline-offset: 2px;
1865
1873
  }
1874
+ .outline {
1875
+ outline-style: solid;
1876
+ }
1866
1877
  .ring {
1867
1878
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1868
1879
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1869
1880
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1870
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
+ }
1871
1896
  .drop-shadow {
1872
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));
1873
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);
1874
1899
  }
1875
- .drop-shadow-md {
1876
- --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));
1877
- 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
- }
1879
1900
  .filter {
1880
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);
1881
1902
  }
@@ -2129,9 +2150,18 @@ video {
2129
2150
  .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
2130
2151
  animation: accordion-down 0.22s var(--ease-out-quart);
2131
2152
  }
2153
+ .data-\[disabled\]\:cursor-not-allowed[data-disabled] {
2154
+ cursor: not-allowed;
2155
+ }
2132
2156
  .data-\[state\=checked\]\:border-accent[data-state="checked"] {
2133
2157
  border-color: var(--color-accent);
2134
2158
  }
2159
+ .data-\[disabled\]\:bg-transparent[data-disabled] {
2160
+ background-color: rgba(255, 255, 255, .0);
2161
+ }
2162
+ .data-\[highlighted\]\:bg-accent[data-highlighted] {
2163
+ background-color: var(--color-accent);
2164
+ }
2135
2165
  .data-\[state\=active\]\:bg-accent[data-state="active"] {
2136
2166
  background-color: var(--color-accent);
2137
2167
  }
@@ -2141,9 +2171,18 @@ video {
2141
2171
  .data-\[state\=on\]\:bg-accent[data-state="on"] {
2142
2172
  background-color: var(--color-accent);
2143
2173
  }
2174
+ .data-\[disabled\]\:text-foreground-muted[data-disabled] {
2175
+ color: var(--color-foreground-muted);
2176
+ }
2177
+ .data-\[highlighted\]\:text-accent-fg[data-highlighted] {
2178
+ color: var(--color-accent-foreground);
2179
+ }
2144
2180
  .data-\[state\=on\]\:text-accent-fg[data-state="on"] {
2145
2181
  color: var(--color-accent-foreground);
2146
2182
  }
2183
+ .data-\[disabled\]\:opacity-40[data-disabled] {
2184
+ opacity: 0.4;
2185
+ }
2147
2186
  .group[data-state="closed"] .group-data-\[state\=closed\]\:-rotate-90 {
2148
2187
  --tw-rotate: -90deg;
2149
2188
  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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.9.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",
@@ -48,6 +48,7 @@
48
48
  "dependencies": {
49
49
  "@radix-ui/react-accordion": "^1.2.11",
50
50
  "@radix-ui/react-checkbox": "^1.3.2",
51
+ "@radix-ui/react-context-menu": "^2.2.16",
51
52
  "@radix-ui/react-dialog": "^1.1.14",
52
53
  "@radix-ui/react-dropdown-menu": "^2.1.15",
53
54
  "@radix-ui/react-popover": "^1.1.14",