spoko-design-system 0.6.9 → 0.7.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.
Files changed (2) hide show
  1. package/icon.config.ts +22 -4
  2. package/package.json +1 -1
package/icon.config.ts CHANGED
@@ -200,13 +200,31 @@ export const iconConfig: IconConfig = {
200
200
  ],
201
201
 
202
202
  lucide: [
203
- "info",
204
- "car",
205
- "car-front",
206
203
  "book-text",
204
+ "brain",
205
+ "camera",
206
+ "car-front",
207
+ "car",
208
+ "circle",
209
+ "circuit-board",
207
210
  "codesandbox",
211
+ "component",
212
+ "cpu",
213
+ "disc-2",
214
+ "fan",
215
+ "folder",
216
+ "info",
217
+ "lamp",
218
+ "package",
208
219
  "qr-code",
209
- "scan-qr-code"
220
+ "radio",
221
+ "scan-qr-code",
222
+ "settings",
223
+ "split",
224
+ "trash-2",
225
+ "warehouse",
226
+ "wind",
227
+ "wrench",
210
228
  ],
211
229
 
212
230
  "simple-icons": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.6.9",
3
+ "version": "0.7.0",
4
4
  "private": false,
5
5
  "main": "./index.ts",
6
6
  "module": "./index.ts",