@a4ui/core 0.35.0 → 0.35.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/full.css CHANGED
@@ -4171,6 +4171,9 @@ html.calm .tile-glass {
4171
4171
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
4172
4172
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
4173
4173
  }
4174
+ .focus-visible\:ring-inset:focus-visible {
4175
+ --tw-ring-inset: inset;
4176
+ }
4174
4177
  .focus-visible\:ring-primary:focus-visible {
4175
4178
  --tw-ring-opacity: 1;
4176
4179
  --tw-ring-color: hsl(var(--primary) / var(--tw-ring-opacity, 1));
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const A4UI_VERSION = "0.35.0";
1
+ export declare const A4UI_VERSION = "0.35.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';