@geomak/ui 6.7.0 → 6.8.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
@@ -2140,6 +2140,12 @@ video {
2140
2140
  font-size: 2.25rem;
2141
2141
  line-height: 2.5rem;
2142
2142
  }
2143
+ .text-\[0\.5em\] {
2144
+ font-size: 0.5em;
2145
+ }
2146
+ .text-\[0\.6em\] {
2147
+ font-size: 0.6em;
2148
+ }
2143
2149
  .text-\[10px\] {
2144
2150
  font-size: 10px;
2145
2151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.7.0",
3
+ "version": "6.8.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",