@wallarm-org/design-system 0.35.0-rc-feature-CORE-2343-app-shell.1 → 0.35.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.
@@ -8,7 +8,7 @@ const AppShellRemote = ({ ref, className, children, ...props })=>{
8
8
  ref: ref,
9
9
  "data-slot": "app-shell-remote",
10
10
  "data-testid": testId,
11
- className: cn('[grid-area:remote] overflow-auto rounded-12 border border-border-primary-light bg-bg-page-bg', className),
11
+ className: cn('[grid-area:remote] overflow-auto rounded-tl-12 border border-border-primary-light bg-bg-page-bg', className),
12
12
  children: children
13
13
  });
14
14
  };
@@ -14,7 +14,7 @@ const navRailItemVariants = cva('overlay flex h-32 cursor-pointer items-center r
14
14
  variants: {
15
15
  active: {
16
16
  true: 'overlay-states-primary-active text-text-primary',
17
- false: 'text-text-secondary hover:overlay-states-primary-hover'
17
+ false: 'text-text-secondary hover:overlay-states-primary-hover active:overlay-states-primary-pressed'
18
18
  }
19
19
  },
20
20
  defaultVariants: {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "0.34.1",
3
- "generatedAt": "2026-05-13T00:13:57.404Z",
3
+ "generatedAt": "2026-05-13T14:42:25.970Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Alert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.35.0-rc-feature-CORE-2343-app-shell.1",
3
+ "version": "0.35.0",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",