@a4ui/core 0.31.0 → 0.31.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
@@ -1945,6 +1945,9 @@ html.calm .tile-glass {
1945
1945
  .h-9 {
1946
1946
  height: 2.25rem;
1947
1947
  }
1948
+ .h-96 {
1949
+ height: 24rem;
1950
+ }
1948
1951
  .h-\[1\.1em\] {
1949
1952
  height: 1.1em;
1950
1953
  }
package/dist/full.css CHANGED
@@ -1945,6 +1945,9 @@ html.calm .tile-glass {
1945
1945
  .h-9 {
1946
1946
  height: 2.25rem;
1947
1947
  }
1948
+ .h-96 {
1949
+ height: 24rem;
1950
+ }
1948
1951
  .h-\[1\.1em\] {
1949
1952
  height: 1.1em;
1950
1953
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const A4UI_VERSION = "0.31.0";
1
+ export declare const A4UI_VERSION = "0.31.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';