@scality/core-ui 0.204.0 → 0.205.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.
@@ -135,5 +135,9 @@ export declare const iconTable: {
135
135
  Sidebar: string;
136
136
  Bookopen: string;
137
137
  Book: string;
138
+ Sliders: string;
139
+ MedicalFile: string;
140
+ ArrowsUpDown: string;
141
+ HeadSet: string;
138
142
  };
139
143
  //# sourceMappingURL=iconTable.d.ts.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"iconTable.d.ts","sourceRoot":"","sources":["../../../src/lib/components/icon/iconTable.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqIrB,CAAC"}
@@ -135,4 +135,8 @@ export const iconTable = {
135
135
  Sidebar: 'fas faTableColumns',
136
136
  Bookopen: 'fas faBookOpen',
137
137
  Book: 'fas faBook',
138
+ Sliders: "fas faSliders",
139
+ MedicalFile: "fas faFileMedical",
140
+ ArrowsUpDown: "fas faArrowsUpDown",
141
+ HeadSet: "fas faHeadset",
138
142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scality/core-ui",
3
- "version": "0.204.0",
3
+ "version": "0.205.0",
4
4
  "description": "Scality common React component library",
5
5
  "author": "Scality Engineering",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -136,4 +136,8 @@ export const iconTable = {
136
136
  Sidebar: 'fas faTableColumns',
137
137
  Bookopen: 'fas faBookOpen',
138
138
  Book: 'fas faBook',
139
+ Sliders: "fas faSliders",
140
+ MedicalFile: "fas faFileMedical",
141
+ ArrowsUpDown: "fas faArrowsUpDown",
142
+ HeadSet: "fas faHeadset",
139
143
  };