@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.
|
@@ -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
|
|
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
|
@@ -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
|
};
|