@wishbone-media/spark 0.30.1 → 0.31.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": "@wishbone-media/spark",
3
- "version": "0.30.1",
3
+ "version": "0.31.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -42,6 +42,7 @@ import {
42
42
  faUndo,
43
43
  faBolt,
44
44
  faCloudDownload,
45
+ faCloudArrowUp,
45
46
  faInbox,
46
47
  faCircleCheck,
47
48
  // Additional icons for FormKit genesis replacement
@@ -106,6 +107,7 @@ export const Icons = {
106
107
  farUndo: faUndo,
107
108
  farBolt: faBolt,
108
109
  farCloudDownload: faCloudDownload,
110
+ farCloudArrowUp: faCloudArrowUp,
109
111
  farInbox: faInbox,
110
112
  farCircleCheck: faCircleCheck,
111
113