@scality/core-ui 0.198.0 → 0.199.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iconTable.d.ts","sourceRoot":"","sources":["../../../src/lib/components/icon/iconTable.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"iconTable.d.ts","sourceRoot":"","sources":["../../../src/lib/components/icon/iconTable.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiIrB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
|
|
1
2
|
/**
|
|
2
3
|
* Maps human-readable icon names to FontAwesome icon info.
|
|
3
4
|
* Format: 'iconType iconClass' where:
|
|
@@ -134,4 +135,5 @@ export const iconTable = {
|
|
|
134
135
|
ThumbsDown: 'far faThumbsDown',
|
|
135
136
|
Sidebar: 'fas faTableColumns',
|
|
136
137
|
Bookopen: 'fas faBookOpen',
|
|
138
|
+
Book: 'fas faBook',
|
|
137
139
|
};
|