@geomak/ui 6.11.0 → 6.12.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
@@ -1717,6 +1717,11 @@ video {
1717
1717
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1718
1718
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1719
1719
  }
1720
+ .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
1721
+ --tw-space-y-reverse: 0;
1722
+ margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
1723
+ margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
1724
+ }
1720
1725
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1721
1726
  --tw-space-y-reverse: 0;
1722
1727
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -2016,6 +2021,9 @@ video {
2016
2021
  .p-6 {
2017
2022
  padding: 1.5rem;
2018
2023
  }
2024
+ .p-8 {
2025
+ padding: 2rem;
2026
+ }
2019
2027
  .px-1 {
2020
2028
  padding-left: 0.25rem;
2021
2029
  padding-right: 0.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.11.0",
3
+ "version": "6.12.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",