@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.
@@ -134,5 +134,6 @@ export declare const iconTable: {
134
134
  ThumbsDown: string;
135
135
  Sidebar: string;
136
136
  Bookopen: string;
137
+ Book: string;
137
138
  };
138
139
  //# sourceMappingURL=iconTable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"iconTable.d.ts","sourceRoot":"","sources":["../../../src/lib/components/icon/iconTable.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgIrB,CAAC"}
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"}
@@ -134,4 +134,5 @@ export const iconTable = {
134
134
  ThumbsDown: 'far faThumbsDown',
135
135
  Sidebar: 'fas faTableColumns',
136
136
  Bookopen: 'fas faBookOpen',
137
+ Book: 'fas faBook',
137
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scality/core-ui",
3
- "version": "0.198.0",
3
+ "version": "0.199.0",
4
4
  "description": "Scality common React component library",
5
5
  "author": "Scality Engineering",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -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
  };