@a4ui/core 0.18.0 → 0.19.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/full.css CHANGED
@@ -3200,6 +3200,10 @@ html.calm .tile-glass {
3200
3200
  --tw-ring-opacity: 1;
3201
3201
  --tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1));
3202
3202
  }
3203
+ .focus-visible\:ring-ring:focus-visible {
3204
+ --tw-ring-opacity: 1;
3205
+ --tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1));
3206
+ }
3203
3207
  .focus-visible\:ring-ring\/40:focus-visible {
3204
3208
  --tw-ring-color: hsl(var(--ring) / 0.4);
3205
3209
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const A4UI_VERSION = "0.18.0";
1
+ export declare const A4UI_VERSION = "0.19.0";
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';