@wallarm-org/design-system 0.85.0 → 0.85.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,7 +1,7 @@
1
1
  import { cva } from "class-variance-authority";
2
2
  import { BadgeColorEnum } from "./constants.js";
3
3
  import { generateBadgeVariants } from "./generateBadgeVariants.js";
4
- const badgeVariants = cva('inline-flex items-center gap-4 w-fit', {
4
+ const badgeVariants = cva('inline-flex items-center gap-4 w-fit shrink-0 whitespace-nowrap', {
5
5
  variants: {
6
6
  variant: {
7
7
  default: '',
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.84.0",
3
- "generatedAt": "2026-08-06T07:14:03.240Z",
2
+ "version": "0.85.0",
3
+ "generatedAt": "2026-08-06T10:28:02.611Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Accordion",
@@ -44363,7 +44363,7 @@
44363
44363
  },
44364
44364
  {
44365
44365
  "name": "MinVisibleItems",
44366
- "code": "() => (\n <div className='w-160 overflow-hidden rounded-2 border border-border-primary p-12'>\n <OverflowList\n className='gap-4'\n minVisibleItems={1}\n items={TAGS}\n itemRenderer={item => (\n <Tag key={item} className='shrink-0 whitespace-nowrap'>\n {item}\n </Tag>\n )}\n overflowRenderer={renderOverflowPopoverInline}\n />\n </div>\n)",
44366
+ "code": "() => (\n <div className='w-160 overflow-hidden rounded-2 border border-border-primary p-12'>\n <OverflowList\n className='gap-4'\n minVisibleItems={1}\n items={TAGS}\n itemRenderer={item => <Tag key={item}>{item}</Tag>}\n overflowRenderer={renderOverflowPopoverInline}\n />\n </div>\n)",
44367
44367
  "description": "Guaranteed minimum number of visible items. The container is deliberately\nnarrow: `minVisibleItems={1}` keeps at least one tag visible (the rest\ncollapse into \"+N\") even when the space is tight."
44368
44368
  },
44369
44369
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.85.0",
3
+ "version": "0.85.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",