@geomak/ui 6.8.0 → 6.10.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
@@ -822,6 +822,9 @@ video {
822
822
  .bottom-4 {
823
823
  bottom: 1rem;
824
824
  }
825
+ .bottom-6 {
826
+ bottom: 1.5rem;
827
+ }
825
828
  .left-0 {
826
829
  left: 0px;
827
830
  }
@@ -837,6 +840,9 @@ video {
837
840
  .left-4 {
838
841
  left: 1rem;
839
842
  }
843
+ .left-6 {
844
+ left: 1.5rem;
845
+ }
840
846
  .left-full {
841
847
  left: 100%;
842
848
  }
@@ -855,6 +861,9 @@ video {
855
861
  .right-4 {
856
862
  right: 1rem;
857
863
  }
864
+ .right-6 {
865
+ right: 1.5rem;
866
+ }
858
867
  .top-0 {
859
868
  top: 0px;
860
869
  }
@@ -870,6 +879,9 @@ video {
870
879
  .top-4 {
871
880
  top: 1rem;
872
881
  }
882
+ .top-6 {
883
+ top: 1.5rem;
884
+ }
873
885
  .top-full {
874
886
  top: 100%;
875
887
  }
@@ -885,6 +897,9 @@ video {
885
897
  .z-30 {
886
898
  z-index: 30;
887
899
  }
900
+ .z-40 {
901
+ z-index: 40;
902
+ }
888
903
  .z-50 {
889
904
  z-index: 50;
890
905
  }
@@ -897,6 +912,9 @@ video {
897
912
  .z-\[2\] {
898
913
  z-index: 2;
899
914
  }
915
+ .z-\[400\] {
916
+ z-index: 400;
917
+ }
900
918
  .z-\[500000\] {
901
919
  z-index: 500000;
902
920
  }
@@ -942,6 +960,9 @@ video {
942
960
  .z-topbar {
943
961
  z-index: var(--z-topbar);
944
962
  }
963
+ .order-last {
964
+ order: 9999;
965
+ }
945
966
  .m-0 {
946
967
  margin: 0px;
947
968
  }
@@ -1447,6 +1468,10 @@ video {
1447
1468
  --tw-rotate: 180deg;
1448
1469
  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));
1449
1470
  }
1471
+ .rotate-45 {
1472
+ --tw-rotate: 45deg;
1473
+ 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));
1474
+ }
1450
1475
  .rotate-90 {
1451
1476
  --tw-rotate: 90deg;
1452
1477
  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));
@@ -1945,6 +1970,9 @@ video {
1945
1970
  .fill-foreground {
1946
1971
  fill: var(--color-foreground);
1947
1972
  }
1973
+ .fill-surface {
1974
+ fill: var(--color-surface);
1975
+ }
1948
1976
  .object-cover {
1949
1977
  -o-object-fit: cover;
1950
1978
  object-fit: cover;
@@ -1973,6 +2001,9 @@ video {
1973
2001
  .p-3 {
1974
2002
  padding: 0.75rem;
1975
2003
  }
2004
+ .p-3\.5 {
2005
+ padding: 0.875rem;
2006
+ }
1976
2007
  .p-4 {
1977
2008
  padding: 1rem;
1978
2009
  }
@@ -2022,6 +2053,10 @@ video {
2022
2053
  padding-top: 0.125rem;
2023
2054
  padding-bottom: 0.125rem;
2024
2055
  }
2056
+ .py-1 {
2057
+ padding-top: 0.25rem;
2058
+ padding-bottom: 0.25rem;
2059
+ }
2025
2060
  .py-1\.5 {
2026
2061
  padding-top: 0.375rem;
2027
2062
  padding-bottom: 0.375rem;
@@ -2392,6 +2427,11 @@ video {
2392
2427
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2393
2428
  transition-duration: 150ms;
2394
2429
  }
2430
+ .transition-\[background-color\2c transform\] {
2431
+ transition-property: background-color,transform;
2432
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2433
+ transition-duration: 150ms;
2434
+ }
2395
2435
  .transition-\[border-color\] {
2396
2436
  transition-property: border-color;
2397
2437
  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.8.0",
3
+ "version": "6.10.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",