@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
package/dist/stories/index.js
CHANGED
|
@@ -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",
|
package/dist/stories/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -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',
|