@geomak/ui 6.18.0 → 6.20.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
@@ -2110,6 +2110,10 @@ video {
2110
2110
  padding-top: 1rem;
2111
2111
  padding-bottom: 1rem;
2112
2112
  }
2113
+ .py-6 {
2114
+ padding-top: 1.5rem;
2115
+ padding-bottom: 1.5rem;
2116
+ }
2113
2117
  .py-8 {
2114
2118
  padding-top: 2rem;
2115
2119
  padding-bottom: 2rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.18.0",
3
+ "version": "6.20.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",