@wallarm-org/design-system 0.77.3 → 0.77.4

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 PageContent = ({ ref, children, className, ...props })=>{
8
8
  ref: ref,
9
9
  "data-testid": testId,
10
10
  "data-slot": "page-content",
11
- className: cn('flex-1 min-h-0 overflow-auto px-16 pt-8 pb-16', className),
11
+ className: cn('flex-1 min-h-0 overflow-auto px-24 pt-8 pb-24', className),
12
12
  children: children
13
13
  });
14
14
  };
@@ -8,7 +8,7 @@ const PageHeader = ({ ref, sticky, children, className, ...props })=>{
8
8
  ref: ref,
9
9
  "data-testid": testId,
10
10
  "data-slot": "page-header",
11
- className: cn('flex items-center px-16 py-8 gap-12', sticky && 'sticky top-0 z-10 bg-bg-surface-2', className),
11
+ className: cn('flex items-center px-24 py-8 gap-12', sticky && 'sticky top-0 z-10 bg-bg-surface-2', className),
12
12
  children: children
13
13
  });
14
14
  };
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.77.2",
3
- "generatedAt": "2026-07-17T11:07:19.794Z",
2
+ "version": "0.77.3",
3
+ "generatedAt": "2026-07-22T07:11:53.777Z",
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.77.3",
3
+ "version": "0.77.4",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",