@geomak/ui 1.5.2 → 1.5.3

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
@@ -1421,9 +1421,6 @@ video {
1421
1421
  --tw-border-opacity: 1;
1422
1422
  border-color: rgb(0 39 58 / var(--tw-border-opacity, 1));
1423
1423
  }
1424
- .border-white\/5 {
1425
- border-color: rgb(255 255 255 / 0.05);
1426
- }
1427
1424
  .border-b-border {
1428
1425
  border-bottom-color: var(--color-border);
1429
1426
  }
@@ -1465,6 +1462,9 @@ video {
1465
1462
  --tw-bg-opacity: 1;
1466
1463
  background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
1467
1464
  }
1465
+ .bg-foreground {
1466
+ background-color: var(--color-foreground);
1467
+ }
1468
1468
  .bg-foreground-muted {
1469
1469
  background-color: var(--color-foreground-muted);
1470
1470
  }
@@ -1537,6 +1537,9 @@ video {
1537
1537
  .bg-\[length\:400\%_100\%\] {
1538
1538
  background-size: 400% 100%;
1539
1539
  }
1540
+ .fill-foreground {
1541
+ fill: var(--color-foreground);
1542
+ }
1540
1543
  .p-0 {
1541
1544
  padding: 0px;
1542
1545
  }
@@ -1717,6 +1720,9 @@ video {
1717
1720
  .text-accent {
1718
1721
  color: var(--color-accent);
1719
1722
  }
1723
+ .text-background {
1724
+ color: var(--color-background);
1725
+ }
1720
1726
  .text-error {
1721
1727
  --tw-text-opacity: 1;
1722
1728
  color: rgb(255 99 71 / var(--tw-text-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
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",