@geomak/ui 6.4.0 → 6.6.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
  }
@@ -1329,12 +1341,18 @@ video {
1329
1341
  .min-w-\[200px\] {
1330
1342
  min-width: 200px;
1331
1343
  }
1344
+ .min-w-\[20px\] {
1345
+ min-width: 20px;
1346
+ }
1332
1347
  .min-w-\[224px\] {
1333
1348
  min-width: 224px;
1334
1349
  }
1335
1350
  .min-w-\[240px\] {
1336
1351
  min-width: 240px;
1337
1352
  }
1353
+ .min-w-\[24px\] {
1354
+ min-width: 24px;
1355
+ }
1338
1356
  .min-w-\[6rem\] {
1339
1357
  min-width: 6rem;
1340
1358
  }
@@ -1771,6 +1789,9 @@ video {
1771
1789
  .border-b-0 {
1772
1790
  border-bottom-width: 0px;
1773
1791
  }
1792
+ .border-b-2 {
1793
+ border-bottom-width: 2px;
1794
+ }
1774
1795
  .border-l {
1775
1796
  border-left-width: 1px;
1776
1797
  }
@@ -1804,6 +1825,15 @@ video {
1804
1825
  .border-status-error {
1805
1826
  border-color: var(--color-error);
1806
1827
  }
1828
+ .border-status-info {
1829
+ border-color: var(--color-info);
1830
+ }
1831
+ .border-status-success {
1832
+ border-color: var(--color-success);
1833
+ }
1834
+ .border-status-warning {
1835
+ border-color: var(--color-warning);
1836
+ }
1807
1837
  .border-transparent {
1808
1838
  border-color: rgba(255, 255, 255, .0);
1809
1839
  }
@@ -2056,6 +2086,9 @@ video {
2056
2086
  .align-middle {
2057
2087
  vertical-align: middle;
2058
2088
  }
2089
+ .font-sans {
2090
+ font-family: var(--font-family-sans), sans-serif;
2091
+ }
2059
2092
  .text-2xl {
2060
2093
  font-size: var(--font-size-2xl);
2061
2094
  line-height: var(--line-height-tight);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.4.0",
3
+ "version": "6.6.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",