@wallarm-org/design-system 0.56.0 → 0.56.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.
@@ -1,6 +1,6 @@
1
1
  export declare const EMPHASIZED_DECEL = "cubic-bezier(0.05, 0.7, 0.1, 1)";
2
2
  export declare const HERO_EASE = "cubic-bezier(0.4, 0, 0.2, 1)";
3
- export declare const MORPH_MS = 400;
3
+ export declare const MORPH_MS = 600;
4
4
  export declare const EXPAND_MS = 560;
5
5
  export declare const EXPAND_BORDER_MS = 400;
6
6
  export declare const SKELETON_DELAY = 250;
@@ -1,6 +1,6 @@
1
1
  const EMPHASIZED_DECEL = 'cubic-bezier(0.05, 0.7, 0.1, 1)';
2
2
  const HERO_EASE = 'cubic-bezier(0.4, 0, 0.2, 1)';
3
- const MORPH_MS = 400;
3
+ const MORPH_MS = 600;
4
4
  const EXPAND_MS = 560;
5
5
  const EXPAND_BORDER_MS = 400;
6
6
  const SKELETON_DELAY = 250;
@@ -1,5 +1,5 @@
1
1
  import { cn } from "../../utils/cn.js";
2
- const otpInputGroupClassName = cn('flex items-center rounded-12 shadow-xs');
3
- const otpInputCellClassName = cn('h-36 w-32 bg-component-input-bg', 'font-mono text-sm text-text-primary text-center uppercase', 'border border-border-primary outline-none', '[&:not(:first-child)]:-ml-px', 'first:rounded-l-12 last:rounded-r-12', 'transition-[color,border,box-shadow]', '[&:not([data-disabled]):not(:focus):not([data-invalid])]:hover:relative', '[&:not([data-disabled]):not(:focus):not([data-invalid])]:hover:z-10', '[&:not([data-disabled]):not(:focus):not([data-invalid])]:hover:border-component-border-input-hover', '[&:not([data-disabled]):not([data-invalid])]:focus:relative', '[&:not([data-disabled]):not([data-invalid])]:focus:z-10', '[&:not([data-disabled]):not([data-invalid])]:focus:border-border-strong-primary', 'data-invalid:border-border-strong-danger', '[&[data-invalid]:not([data-disabled])]:focus:relative', '[&[data-invalid]:not([data-disabled])]:focus:z-10', 'data-disabled:cursor-not-allowed data-disabled:opacity-50');
2
+ const otpInputGroupClassName = cn('flex items-center rounded-8 shadow-xs');
3
+ const otpInputCellClassName = cn('h-36 w-32 bg-component-input-bg', 'font-mono text-sm text-text-primary text-center uppercase', 'border border-border-primary outline-none', '[&:not(:first-child)]:-ml-px', 'first:rounded-l-8 last:rounded-r-8', 'transition-[color,border,box-shadow]', '[&:not([data-disabled]):not(:focus):not([data-invalid])]:hover:relative', '[&:not([data-disabled]):not(:focus):not([data-invalid])]:hover:z-10', '[&:not([data-disabled]):not(:focus):not([data-invalid])]:hover:border-component-border-input-hover', '[&:not([data-disabled]):not([data-invalid])]:focus:relative', '[&:not([data-disabled]):not([data-invalid])]:focus:z-15', '[&:not([data-disabled]):not([data-invalid])]:focus:border-border-strong-primary', '[&:not([data-disabled]):not([data-invalid])]:focus:ring-3', '[&:not([data-disabled]):not([data-invalid])]:focus:ring-focus-primary', 'data-invalid:border-border-strong-danger', '[&[data-invalid]:not([data-disabled])]:focus:relative', '[&[data-invalid]:not([data-disabled])]:focus:z-10', '[&[data-invalid]:not([data-disabled])]:focus:ring-3', '[&[data-invalid]:not([data-disabled])]:focus:ring-focus-destructive', 'data-disabled:cursor-not-allowed data-disabled:opacity-50');
4
4
  const otpInputSeparatorClassName = cn('text-text-secondary text-sm select-none shrink-0');
5
5
  export { otpInputCellClassName, otpInputGroupClassName, otpInputSeparatorClassName };
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.55.1",
3
- "generatedAt": "2026-06-08T21:10:50.034Z",
2
+ "version": "0.56.0",
3
+ "generatedAt": "2026-06-09T13:39:22.785Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Accordion",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.56.0",
3
+ "version": "0.56.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",