@wallarm-org/design-system 1.6.0 → 1.6.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.
@@ -131,7 +131,7 @@ const TableSettingsMenu = ({ 'data-testid': testIdProp, children, ...rest })=>{
131
131
  })
132
132
  }),
133
133
  /*#__PURE__*/ jsxs(DropdownMenuContent, {
134
- className: cn('min-w-256 max-h-[430px]'),
134
+ className: cn('w-256 max-h-[430px]'),
135
135
  children: [
136
136
  searchOverride ?? /*#__PURE__*/ jsx(TableSettingsMenuSearch, {}),
137
137
  /*#__PURE__*/ jsx(VStack, {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.5.0",
3
- "generatedAt": "2026-08-24T18:04:09.049Z",
2
+ "version": "1.6.0",
3
+ "generatedAt": "2026-08-25T08:52:39.801Z",
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": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",