spoko-design-system 0.2.97 → 0.2.98

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 +5 -0
  2. package/package.json +3 -1
package/icon.config.ts CHANGED
@@ -220,6 +220,11 @@ interface IconConfig {
220
220
 
221
221
  et: [
222
222
  'documents'
223
+ ],
224
+
225
+ 'system-uicon': [
226
+ 'document-justified'
223
227
  ]
228
+
224
229
  }
225
230
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
4
4
  "private": false,
5
5
  "main": "./index.ts",
6
6
  "module": "./index.ts",
@@ -51,6 +51,7 @@
51
51
  "@iconify-json/bx": "^1.2.2",
52
52
  "@iconify-json/carbon": "^1.2.6",
53
53
  "@iconify-json/circle-flags": "^1.2.6",
54
+ "@iconify-json/ei": "^1.2.2",
54
55
  "@iconify-json/el": "^1.2.1",
55
56
  "@iconify-json/eos-icons": "^1.2.2",
56
57
  "@iconify-json/et": "^1.2.1",
@@ -66,6 +67,7 @@
66
67
  "@iconify-json/octicon": "^1.2.4",
67
68
  "@iconify-json/ph": "^1.2.2",
68
69
  "@iconify-json/simple-icons": "^1.2.24",
70
+ "@iconify-json/system-uicons": "^1.2.2",
69
71
  "@iconify-json/uil": "^1.2.3",
70
72
  "@iconify/json": "^2.2.305",
71
73
  "@iconify/vue": "^4.3.0",