@geomak/ui 1.8.0 → 1.9.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
@@ -1654,9 +1654,6 @@ video {
1654
1654
  .pb-5 {
1655
1655
  padding-bottom: 1.25rem;
1656
1656
  }
1657
- .pl-1 {
1658
- padding-left: 0.25rem;
1659
- }
1660
1657
  .pl-2 {
1661
1658
  padding-left: 0.5rem;
1662
1659
  }
@@ -1666,9 +1663,6 @@ video {
1666
1663
  .pl-\[26px\] {
1667
1664
  padding-left: 26px;
1668
1665
  }
1669
- .pr-1 {
1670
- padding-right: 0.25rem;
1671
- }
1672
1666
  .pr-2 {
1673
1667
  padding-right: 0.5rem;
1674
1668
  }
@@ -1964,6 +1958,11 @@ video {
1964
1958
  .ease-out-quart {
1965
1959
  transition-timing-function: var(--ease-out-quart);
1966
1960
  }
1961
+ .\[appearance\:textfield\] {
1962
+ -webkit-appearance: textfield;
1963
+ -moz-appearance: textfield;
1964
+ appearance: textfield;
1965
+ }
1967
1966
  .\[transform-origin\:left\] {
1968
1967
  transform-origin: left;
1969
1968
  }
@@ -1987,10 +1986,6 @@ video {
1987
1986
  .hover\:bg-accent-hover:hover {
1988
1987
  background-color: var(--color-accent-hover);
1989
1988
  }
1990
- .hover\:bg-ice:hover {
1991
- --tw-bg-opacity: 1;
1992
- background-color: rgb(219 241 253 / var(--tw-bg-opacity, 1));
1993
- }
1994
1989
  .hover\:bg-ice-dark:hover {
1995
1990
  --tw-bg-opacity: 1;
1996
1991
  background-color: rgb(208 227 237 / var(--tw-bg-opacity, 1));
@@ -2025,11 +2020,8 @@ video {
2025
2020
  outline: 2px solid transparent;
2026
2021
  outline-offset: 2px;
2027
2022
  }
2028
- .focus\:outline-0:focus {
2029
- outline-width: 0px;
2030
- }
2031
- .focus-visible\:outline-0:focus-visible {
2032
- outline-width: 0px;
2023
+ .focus-visible\:bg-surface-raised:focus-visible {
2024
+ background-color: var(--color-surface-raised);
2033
2025
  }
2034
2026
  .focus-visible\:ring-1:focus-visible {
2035
2027
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -2080,10 +2072,6 @@ video {
2080
2072
  .disabled\:border-foreground-muted:disabled {
2081
2073
  border-color: var(--color-foreground-muted);
2082
2074
  }
2083
- .disabled\:bg-disabled:disabled {
2084
- --tw-bg-opacity: 1;
2085
- background-color: rgb(222 226 230 / var(--tw-bg-opacity, 1));
2086
- }
2087
2075
  .disabled\:bg-foreground-muted:disabled {
2088
2076
  background-color: var(--color-foreground-muted);
2089
2077
  }
@@ -2093,6 +2081,9 @@ video {
2093
2081
  .disabled\:text-foreground-muted:disabled {
2094
2082
  color: var(--color-foreground-muted);
2095
2083
  }
2084
+ .disabled\:opacity-30:disabled {
2085
+ opacity: 0.3;
2086
+ }
2096
2087
  .disabled\:opacity-50:disabled {
2097
2088
  opacity: 0.5;
2098
2089
  }
@@ -2189,3 +2180,11 @@ video {
2189
2180
  padding-right: 1.5rem;
2190
2181
  }
2191
2182
  }
2183
+ .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
2184
+ -webkit-appearance: none;
2185
+ appearance: none;
2186
+ }
2187
+ .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
2188
+ -webkit-appearance: none;
2189
+ appearance: none;
2190
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.8.0",
3
+ "version": "1.9.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",