@geomak/ui 6.2.0 → 6.2.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
@@ -873,6 +873,9 @@ video {
873
873
  .z-10 {
874
874
  z-index: 10;
875
875
  }
876
+ .z-20 {
877
+ z-index: 20;
878
+ }
876
879
  .z-30 {
877
880
  z-index: 30;
878
881
  }
@@ -1118,9 +1121,6 @@ video {
1118
1121
  .h-\[60\%\] {
1119
1122
  height: 60%;
1120
1123
  }
1121
- .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
1122
- height: var(--radix-navigation-menu-viewport-height);
1123
- }
1124
1124
  .h-control-lg {
1125
1125
  height: var(--height-control-lg);
1126
1126
  }
@@ -1287,9 +1287,6 @@ video {
1287
1287
  .w-\[calc\(100\%-2rem\)\] {
1288
1288
  width: calc(100% - 2rem);
1289
1289
  }
1290
- .w-\[var\(--radix-navigation-menu-viewport-width\)\] {
1291
- width: var(--radix-navigation-menu-viewport-width);
1292
- }
1293
1290
  .w-fit {
1294
1291
  width: -moz-fit-content;
1295
1292
  width: fit-content;
@@ -1346,9 +1343,6 @@ video {
1346
1343
  .max-w-\[220px\] {
1347
1344
  max-width: 220px;
1348
1345
  }
1349
- .max-w-\[min\(92vw\2c 860px\)\] {
1350
- max-width: min(92vw, 860px);
1351
- }
1352
1346
  .max-w-full {
1353
1347
  max-width: 100%;
1354
1348
  }
@@ -1384,9 +1378,6 @@ video {
1384
1378
  --tw-border-spacing-y: 0px;
1385
1379
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1386
1380
  }
1387
- .origin-top {
1388
- transform-origin: top;
1389
- }
1390
1381
  .-translate-x-1\/2 {
1391
1382
  --tw-translate-x: -50%;
1392
1383
  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));
@@ -1462,12 +1453,6 @@ video {
1462
1453
  .list-none {
1463
1454
  list-style-type: none;
1464
1455
  }
1465
- .auto-cols-fr {
1466
- grid-auto-columns: minmax(0, 1fr);
1467
- }
1468
- .grid-flow-col {
1469
- grid-auto-flow: column;
1470
- }
1471
1456
  .grid-cols-1 {
1472
1457
  grid-template-columns: repeat(1, minmax(0, 1fr));
1473
1458
  }
@@ -2303,11 +2288,6 @@ video {
2303
2288
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2304
2289
  transition-duration: 150ms;
2305
2290
  }
2306
- .transition-\[width\2c height\] {
2307
- transition-property: width,height;
2308
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2309
- transition-duration: 150ms;
2310
- }
2311
2291
  .transition-all {
2312
2292
  transition-property: all;
2313
2293
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.2.0",
3
+ "version": "6.2.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",