forstok-ui-lib 8.6.2 → 8.6.3

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": "forstok-ui-lib",
3
- "version": "8.6.2",
3
+ "version": "8.6.3",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -8,6 +8,7 @@ import IconArrowLeftBlue from "../../assets/images/icons/arrow-left-blue.svg";
8
8
  import IconWarning from "../../assets/images/icons/warning.svg";
9
9
  import IconAlert from "../../assets/images/icons/alert.svg";
10
10
  import IconArrowUpload from "../../assets/images/icons/arrow-upload.svg";
11
+ import IconArrowDownload from "../../assets/images/icons/arrow-download.svg";
11
12
  import IconTrash from "../../assets/images/icons/trash.svg";
12
13
  import IconArrowLeft from "../../assets/images/icons/arrow-left.svg";
13
14
  import IconArrowLeftDouble from "../../assets/images/icons/arrow-left-double.svg";
@@ -141,6 +142,7 @@ const iconStyles = {
141
142
  alert: IconAlert,
142
143
  barcode: IconBarcode,
143
144
  "arrow-upload": IconArrowUpload,
145
+ "arrow-download": IconArrowDownload,
144
146
  trash: IconTrash,
145
147
  "arrow-left": IconArrowLeft,
146
148
  "arrow-left-double": IconArrowLeftDouble,
@@ -20,6 +20,7 @@ export type IconName =
20
20
  | "alert"
21
21
  | "barcode"
22
22
  | "arrow-upload"
23
+ | "arrow-download"
23
24
  | "trash"
24
25
  | "arrow-left"
25
26
  | "arrow-left-double"