@quilltap/theme-storybook 1.0.48 → 1.0.49

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.
@@ -149,7 +149,7 @@ var ICON_GROUPS = [
149
149
  },
150
150
  {
151
151
  category: "System & tooling",
152
- names: ["sparkles", "wand", "wrench", "code", "cpu", "database", "layers", "zap", "swap", "log-out"]
152
+ names: ["sparkles", "wand", "thinking", "wrench", "code", "cpu", "database", "layers", "zap", "swap", "log-out"]
153
153
  },
154
154
  {
155
155
  category: "Appearance & system",
package/dist/index.js CHANGED
@@ -259,7 +259,7 @@ var ICON_GROUPS = [
259
259
  },
260
260
  {
261
261
  category: "System & tooling",
262
- names: ["sparkles", "wand", "wrench", "code", "cpu", "database", "layers", "zap", "swap", "log-out"]
262
+ names: ["sparkles", "wand", "thinking", "wrench", "code", "cpu", "database", "layers", "zap", "swap", "log-out"]
263
263
  },
264
264
  {
265
265
  category: "Appearance & system",
package/dist/index.mjs CHANGED
@@ -21,7 +21,7 @@ import {
21
21
  ThemeComparison,
22
22
  Typography,
23
23
  Workspace
24
- } from "./chunk-ENP3AWD5.mjs";
24
+ } from "./chunk-XE53H6OD.mjs";
25
25
  import "./chunk-WUKYLWAZ.mjs";
26
26
 
27
27
  // src/preview.tsx
@@ -196,7 +196,7 @@ var ICON_GROUPS = [
196
196
  },
197
197
  {
198
198
  category: "System & tooling",
199
- names: ["sparkles", "wand", "wrench", "code", "cpu", "database", "layers", "zap", "swap", "log-out"]
199
+ names: ["sparkles", "wand", "thinking", "wrench", "code", "cpu", "database", "layers", "zap", "swap", "log-out"]
200
200
  },
201
201
  {
202
202
  category: "Appearance & system",
@@ -21,7 +21,7 @@ import {
21
21
  ThemeComparison,
22
22
  Typography,
23
23
  Workspace
24
- } from "../chunk-ENP3AWD5.mjs";
24
+ } from "../chunk-XE53H6OD.mjs";
25
25
  import "../chunk-WUKYLWAZ.mjs";
26
26
  export {
27
27
  Avatars,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quilltap/theme-storybook",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "Storybook preset and stories for developing Quilltap theme plugins",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,7 +55,7 @@ const ICON_GROUPS: IconGroup[] = [
55
55
  },
56
56
  {
57
57
  category: 'System & tooling',
58
- names: ['sparkles', 'wand', 'wrench', 'code', 'cpu', 'database', 'layers', 'zap', 'swap', 'log-out'],
58
+ names: ['sparkles', 'wand', 'thinking', 'wrench', 'code', 'cpu', 'database', 'layers', 'zap', 'swap', 'log-out'],
59
59
  },
60
60
  {
61
61
  category: 'Appearance & system',