@geomak/ui 6.0.1 → 6.1.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
@@ -834,6 +834,9 @@ video {
834
834
  .left-4 {
835
835
  left: 1rem;
836
836
  }
837
+ .left-full {
838
+ left: 100%;
839
+ }
837
840
  .right-0 {
838
841
  right: 0px;
839
842
  }
@@ -861,14 +864,17 @@ video {
861
864
  .top-4 {
862
865
  top: 1rem;
863
866
  }
867
+ .top-full {
868
+ top: 100%;
869
+ }
864
870
  .isolate {
865
871
  isolation: isolate;
866
872
  }
867
873
  .z-10 {
868
874
  z-index: 10;
869
875
  }
870
- .z-20 {
871
- z-index: 20;
876
+ .z-30 {
877
+ z-index: 30;
872
878
  }
873
879
  .z-50 {
874
880
  z-index: 50;
@@ -968,6 +974,9 @@ video {
968
974
  .ml-1 {
969
975
  margin-left: 0.25rem;
970
976
  }
977
+ .ml-1\.5 {
978
+ margin-left: 0.375rem;
979
+ }
971
980
  .ml-2 {
972
981
  margin-left: 0.5rem;
973
982
  }
@@ -986,6 +995,9 @@ video {
986
995
  .mt-1 {
987
996
  margin-top: 0.25rem;
988
997
  }
998
+ .mt-1\.5 {
999
+ margin-top: 0.375rem;
1000
+ }
989
1001
  .mt-2 {
990
1002
  margin-top: 0.5rem;
991
1003
  }
@@ -1292,6 +1304,9 @@ video {
1292
1304
  .min-w-\[180px\] {
1293
1305
  min-width: 180px;
1294
1306
  }
1307
+ .min-w-\[184px\] {
1308
+ min-width: 184px;
1309
+ }
1295
1310
  .min-w-\[18px\] {
1296
1311
  min-width: 18px;
1297
1312
  }
@@ -1627,6 +1642,9 @@ video {
1627
1642
  .self-start {
1628
1643
  align-self: flex-start;
1629
1644
  }
1645
+ .self-center {
1646
+ align-self: center;
1647
+ }
1630
1648
  .self-stretch {
1631
1649
  align-self: stretch;
1632
1650
  }
@@ -2575,6 +2593,9 @@ video {
2575
2593
  .data-\[disabled\]\:text-foreground-muted[data-disabled] {
2576
2594
  color: var(--color-foreground-muted);
2577
2595
  }
2596
+ .data-\[expanded\=true\]\:text-foreground[data-expanded="true"] {
2597
+ color: var(--color-foreground);
2598
+ }
2578
2599
  .data-\[highlighted\]\:text-accent-fg[data-highlighted] {
2579
2600
  color: var(--color-accent-foreground);
2580
2601
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.0.1",
3
+ "version": "6.1.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",