@geomak/ui 6.4.0 → 6.5.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
@@ -1041,6 +1041,9 @@ video {
1041
1041
  .grid {
1042
1042
  display: grid;
1043
1043
  }
1044
+ .\!hidden {
1045
+ display: none !important;
1046
+ }
1044
1047
  .hidden {
1045
1048
  display: none;
1046
1049
  }
@@ -1074,6 +1077,9 @@ video {
1074
1077
  .h-2 {
1075
1078
  height: 0.5rem;
1076
1079
  }
1080
+ .h-2\.5 {
1081
+ height: 0.625rem;
1082
+ }
1077
1083
  .h-20 {
1078
1084
  height: 5rem;
1079
1085
  }
@@ -1213,6 +1219,9 @@ video {
1213
1219
  .w-2 {
1214
1220
  width: 0.5rem;
1215
1221
  }
1222
+ .w-2\.5 {
1223
+ width: 0.625rem;
1224
+ }
1216
1225
  .w-20 {
1217
1226
  width: 5rem;
1218
1227
  }
@@ -1311,6 +1320,9 @@ video {
1311
1320
  .min-w-0 {
1312
1321
  min-width: 0px;
1313
1322
  }
1323
+ .min-w-4 {
1324
+ min-width: 1rem;
1325
+ }
1314
1326
  .min-w-\[120px\] {
1315
1327
  min-width: 120px;
1316
1328
  }
@@ -1804,6 +1816,15 @@ video {
1804
1816
  .border-status-error {
1805
1817
  border-color: var(--color-error);
1806
1818
  }
1819
+ .border-status-info {
1820
+ border-color: var(--color-info);
1821
+ }
1822
+ .border-status-success {
1823
+ border-color: var(--color-success);
1824
+ }
1825
+ .border-status-warning {
1826
+ border-color: var(--color-warning);
1827
+ }
1807
1828
  .border-transparent {
1808
1829
  border-color: rgba(255, 255, 255, .0);
1809
1830
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.4.0",
3
+ "version": "6.5.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",