@vueless/storybook 1.4.0 → 1.4.2-beta.0

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": "@vueless/storybook",
3
- "version": "1.4.0",
3
+ "version": "1.4.2-beta.0",
4
4
  "description": "Simplifies Storybook configuration for Vueless UI library.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -27,7 +27,7 @@
27
27
  "@storybook/addon-links": "^10.2.0",
28
28
  "@storybook/addon-themes": "^10.2.0",
29
29
  "@storybook/vue3-vite": "^10.2.0",
30
- "@vueless/storybook-dark-mode": "^10.0.6",
30
+ "@vueless/storybook-dark-mode": "^10.0.7",
31
31
  "chokidar": "^4.0.3",
32
32
  "esbuild": "^0.25.9",
33
33
  "globby": "^14.1.0",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@release-it/bumper": "^7.0.5",
41
- "@release-it/conventional-changelog": "^10.0.1",
41
+ "@release-it/conventional-changelog": "^10.0.4",
42
42
  "@stylistic/eslint-plugin": "^5.2.3",
43
43
  "@types/node": "^24.3.0",
44
44
  "@vitejs/plugin-vue": "^6.0.1",
@@ -48,7 +48,7 @@
48
48
  "eslint-plugin-prettier": "^5.5.4",
49
49
  "eslint-plugin-storybook": "^10.2.0",
50
50
  "prettier": "^3.6.2",
51
- "release-it": "^19.0.4",
51
+ "release-it": "^19.2.4",
52
52
  "tailwindcss": "^4.1.12",
53
53
  "typescript": "^5.9.2",
54
54
  "typescript-eslint": "^8.40.0",
package/theme/manager.css CHANGED
@@ -153,6 +153,7 @@ button[data-testid="context-menu"] {
153
153
  .sidebar-header + div,
154
154
  #storybook-checklist-widget,
155
155
  .sidebar-header + div > div:before {
156
+ display: none;
156
157
  border-radius: var(--rounded-lg);
157
158
  }
158
159