@repobuddy/storybook 2.29.0 → 2.30.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.
package/esm/index.d.ts CHANGED
@@ -710,6 +710,7 @@ type Story = {
710
710
  importPath: string;
711
711
  name: string;
712
712
  title: string;
713
+ tags?: string[] | undefined;
713
714
  };
714
715
  type StorySortFn = (a: Story, b: Story) => number;
715
716
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobuddy/storybook",
3
- "version": "2.29.0",
3
+ "version": "2.30.1",
4
4
  "description": "Storybook repo buddy",
5
5
  "keywords": [
6
6
  "storybook",
@@ -27,6 +27,7 @@
27
27
  "#repobuddy/storybook": "./src/index.ts",
28
28
  "#repobuddy/storybook/manager": "./src/manager/index.ts",
29
29
  "#repobuddy/storybook/storybook-addon-tag-badges": "./src/storybook-addon-tag-badges/index.ts",
30
+ "#storybook-addon-tag-badges": "./src/storybook-addon-tag-badges/index.ts",
30
31
  "#repobuddy/storybook/storybook-dark-mode": "./src/storybook-dark-mode/index.ts"
31
32
  },
32
33
  "exports": {
@@ -89,9 +90,9 @@
89
90
  "@storybook/react-vite": "^10.3.5",
90
91
  "@tailwindcss/cli": "^4.1.17",
91
92
  "@tailwindcss/vite": "^4.1.17",
92
- "@vitest/browser": "^4.0.16",
93
+ "@vitest/browser": "^4.1.4",
93
94
  "@vitest/browser-playwright": "^4.1.4",
94
- "@vitest/coverage-v8": "^4.0.16",
95
+ "@vitest/coverage-v8": "^4.1.4",
95
96
  "dedent": "^1.7.0",
96
97
  "npm-run-all2": "^8.0.4",
97
98
  "react": "^19.2.0",
@@ -103,15 +104,15 @@
103
104
  "storybook-addon-vis": "^4.0.0",
104
105
  "tsdown": "^0.22.0",
105
106
  "vite": "^8.0.8",
106
- "vitest": "^4.0.16"
107
+ "vitest": "^4.1.4"
107
108
  },
108
109
  "peerDependencies": {
109
110
  "@storybook-community/storybook-dark-mode": "^7.0.0",
110
111
  "@storybook/addon-docs": "^10.2.4",
111
112
  "@types/react": ">= 16",
112
113
  "react": ">= 16",
113
- "storybook-addon-tag-badges": "^3.0.2",
114
- "storybook": "^10.2.4"
114
+ "storybook": "^10.2.4",
115
+ "storybook-addon-tag-badges": "^3.0.2"
115
116
  },
116
117
  "peerDependenciesMeta": {
117
118
  "@storybook-community/storybook-dark-mode": {
@@ -142,9 +143,7 @@
142
143
  "sb": "storybook dev -p 6006",
143
144
  "sb:build": "storybook build",
144
145
  "test": "vitest run",
145
- "test:dark": "vitest run --config=vitest.config.dark.ts",
146
- "test:light": "vitest run --config=vitest.config.light.ts",
147
- "test:theme": "vitest run --config=vitest.config.theme.ts",
146
+ "test:browser": "vitest run --config=vitest.config.browser.ts",
148
147
  "test:types": "tsc --noEmit",
149
148
  "w": "vitest"
150
149
  }
@@ -11,6 +11,7 @@ type Story = {
11
11
  importPath: string
12
12
  name: string
13
13
  title: string
14
+ tags?: string[] | undefined
14
15
  }
15
16
 
16
17
  type StorySortFn = (a: Story, b: Story) => number
package/styles.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme {
4
4
  :root, :host {