@geomak/ui 6.9.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
@@ -912,6 +912,9 @@ video {
912
912
  .z-\[2\] {
913
913
  z-index: 2;
914
914
  }
915
+ .z-\[400\] {
916
+ z-index: 400;
917
+ }
915
918
  .z-\[500000\] {
916
919
  z-index: 500000;
917
920
  }
@@ -1967,6 +1970,9 @@ video {
1967
1970
  .fill-foreground {
1968
1971
  fill: var(--color-foreground);
1969
1972
  }
1973
+ .fill-surface {
1974
+ fill: var(--color-surface);
1975
+ }
1970
1976
  .object-cover {
1971
1977
  -o-object-fit: cover;
1972
1978
  object-fit: cover;
@@ -1995,6 +2001,9 @@ video {
1995
2001
  .p-3 {
1996
2002
  padding: 0.75rem;
1997
2003
  }
2004
+ .p-3\.5 {
2005
+ padding: 0.875rem;
2006
+ }
1998
2007
  .p-4 {
1999
2008
  padding: 1rem;
2000
2009
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.9.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",