@purpurds/tabs 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/tabs",
3
- "version": "5.27.3",
3
+ "version": "5.27.5",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/tabs.cjs.js",
6
6
  "types": "./dist/tabs.d.ts",
@@ -16,9 +16,9 @@
16
16
  "dependencies": {
17
17
  "classnames": "~2.5.0",
18
18
  "@radix-ui/react-tabs": "~1.0.4",
19
- "@purpurds/tokens": "5.27.3",
20
- "@purpurds/paragraph": "5.27.3",
21
- "@purpurds/icon": "5.27.3"
19
+ "@purpurds/tokens": "5.27.5",
20
+ "@purpurds/icon": "5.27.5",
21
+ "@purpurds/paragraph": "5.27.5"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@rushstack/eslint-patch": "~1.10.0",
@@ -43,7 +43,7 @@
43
43
  "vite": "5.4.8",
44
44
  "vitest": "^2.1.2",
45
45
  "@purpurds/component-rig": "1.0.0",
46
- "@purpurds/button": "5.27.3"
46
+ "@purpurds/button": "5.27.5"
47
47
  },
48
48
  "scripts": {
49
49
  "build:dev": "vite",
@@ -126,6 +126,7 @@ export const Showcase: Story = {
126
126
  <Tabs {...args}>{children}</Tabs>
127
127
  </div>
128
128
  ),
129
+ tags: ["visual:check"],
129
130
  };
130
131
 
131
132
  export const Controlled: Story = {
@@ -193,4 +194,5 @@ export const Controlled: Story = {
193
194
  </>
194
195
  );
195
196
  },
197
+ tags: ["visual:check"],
196
198
  };