@a4ui/core 0.13.0 → 0.13.1

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/elements.css CHANGED
@@ -1731,6 +1731,9 @@ html.calm .tile-glass {
1731
1731
  .max-h-96 {
1732
1732
  max-height: 24rem;
1733
1733
  }
1734
+ .max-h-\[60vh\] {
1735
+ max-height: 60vh;
1736
+ }
1734
1737
  .max-h-\[85vh\] {
1735
1738
  max-height: 85vh;
1736
1739
  }
package/dist/full.css CHANGED
@@ -1731,6 +1731,9 @@ html.calm .tile-glass {
1731
1731
  .max-h-96 {
1732
1732
  max-height: 24rem;
1733
1733
  }
1734
+ .max-h-\[60vh\] {
1735
+ max-height: 60vh;
1736
+ }
1734
1737
  .max-h-\[85vh\] {
1735
1738
  max-height: 85vh;
1736
1739
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const A4UI_VERSION = "0.13.0";
1
+ export declare const A4UI_VERSION = "0.13.1";
2
2
  export { cn } from './lib/cn';
3
3
  export { useTheme, toggleTheme, setTheme, storedTheme, applyTheme, toggled, type Theme } from './lib/theme';
4
4
  export { useEffects, isCalm, setEffects } from './lib/effects';