@geomak/ui 6.2.3 → 6.4.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
@@ -942,6 +942,10 @@ video {
942
942
  .m-1 {
943
943
  margin: 0.25rem;
944
944
  }
945
+ .-mx-1 {
946
+ margin-left: -0.25rem;
947
+ margin-right: -0.25rem;
948
+ }
945
949
  .mx-auto {
946
950
  margin-left: auto;
947
951
  margin-right: auto;
@@ -1343,6 +1347,12 @@ video {
1343
1347
  .max-w-5xl {
1344
1348
  max-width: 64rem;
1345
1349
  }
1350
+ .max-w-\[12rem\] {
1351
+ max-width: 12rem;
1352
+ }
1353
+ .max-w-\[16rem\] {
1354
+ max-width: 16rem;
1355
+ }
1346
1356
  .max-w-\[220px\] {
1347
1357
  max-width: 220px;
1348
1358
  }
@@ -1654,6 +1664,14 @@ video {
1654
1664
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
1655
1665
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
1656
1666
  }
1667
+ .divide-y > :not([hidden]) ~ :not([hidden]) {
1668
+ --tw-divide-y-reverse: 0;
1669
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1670
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
1671
+ }
1672
+ .divide-border > :not([hidden]) ~ :not([hidden]) {
1673
+ border-color: var(--color-border);
1674
+ }
1657
1675
  .self-start {
1658
1676
  align-self: flex-start;
1659
1677
  }
@@ -1981,6 +1999,9 @@ video {
1981
1999
  .pb-3 {
1982
2000
  padding-bottom: 0.75rem;
1983
2001
  }
2002
+ .pb-4 {
2003
+ padding-bottom: 1rem;
2004
+ }
1984
2005
  .pb-5 {
1985
2006
  padding-bottom: 1.25rem;
1986
2007
  }
@@ -2005,6 +2026,9 @@ video {
2005
2026
  .pr-8 {
2006
2027
  padding-right: 2rem;
2007
2028
  }
2029
+ .pt-0 {
2030
+ padding-top: 0px;
2031
+ }
2008
2032
  .pt-1 {
2009
2033
  padding-top: 0.25rem;
2010
2034
  }
@@ -2650,6 +2674,9 @@ video {
2650
2674
  .data-\[disabled\]\:opacity-40[data-disabled] {
2651
2675
  opacity: 0.4;
2652
2676
  }
2677
+ .data-\[disabled\]\:opacity-60[data-disabled] {
2678
+ opacity: 0.6;
2679
+ }
2653
2680
  .data-\[state\=on\]\:shadow-sm[data-state="on"] {
2654
2681
  --tw-shadow: var(--shadow-sm);
2655
2682
  --tw-shadow-colored: var(--shadow-sm);
@@ -2659,6 +2686,10 @@ video {
2659
2686
  --tw-rotate: -90deg;
2660
2687
  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));
2661
2688
  }
2689
+ .group\/acc[data-state="open"] .group-data-\[state\=open\]\/acc\:rotate-180 {
2690
+ --tw-rotate: 180deg;
2691
+ 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));
2692
+ }
2662
2693
  .group\/top[data-state="open"] .group-data-\[state\=open\]\/top\:rotate-180 {
2663
2694
  --tw-rotate: 180deg;
2664
2695
  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));
@@ -2673,6 +2704,9 @@ video {
2673
2704
  .group\/link[data-active] .group-data-\[active\]\/link\:text-accent {
2674
2705
  color: var(--color-accent);
2675
2706
  }
2707
+ .group\/acc[data-state="open"] .group-data-\[state\=open\]\/acc\:text-accent {
2708
+ color: var(--color-accent);
2709
+ }
2676
2710
  .group\/top[data-state="open"] .group-data-\[state\=open\]\/top\:text-accent {
2677
2711
  color: var(--color-accent);
2678
2712
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.2.3",
3
+ "version": "6.4.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",