@purpurds/breadcrumbs 5.27.3 → 5.27.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/breadcrumbs",
3
- "version": "5.27.3",
3
+ "version": "5.27.5",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/breadcrumbs.cjs.js",
6
6
  "types": "./dist/breadcrumbs.d.ts",
@@ -15,8 +15,8 @@
15
15
  "source": "src/breadcrumbs.tsx",
16
16
  "dependencies": {
17
17
  "classnames": "~2.5.0",
18
- "@purpurds/tokens": "5.27.3",
19
- "@purpurds/icon": "5.27.3"
18
+ "@purpurds/icon": "5.27.5",
19
+ "@purpurds/tokens": "5.27.5"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@rushstack/eslint-patch": "~1.10.0",
@@ -142,6 +142,7 @@ export const Showcase: Story = {
142
142
  ],
143
143
  },
144
144
  render: Renderer(false),
145
+ tags: ["visual:check"],
145
146
  };
146
147
 
147
148
  export const CustomItem: Story = {
@@ -160,6 +161,7 @@ export const CustomItem: Story = {
160
161
  ],
161
162
  },
162
163
  render: Renderer(false),
164
+ tags: ["visual:check"],
163
165
  };
164
166
 
165
167
  export const BreadcrumbMetaData: Story = {
@@ -178,4 +180,5 @@ export const BreadcrumbMetaData: Story = {
178
180
  ],
179
181
  },
180
182
  render: Renderer(true),
183
+ tags: ["visual:check"],
181
184
  };