ml-ui-lib 1.0.39 → 1.0.40

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.
@@ -317,7 +317,7 @@
317
317
  }
318
318
 
319
319
  .btn-action-search::after {
320
- content: "\1F50D";
320
+ content: url('../../icons/discover.svg');
321
321
  position: absolute;
322
322
  top: 50%;
323
323
  right: -25px;
@@ -339,7 +339,7 @@
339
339
  }
340
340
 
341
341
  .btn-action-download::after {
342
- content: "▼";
342
+ content: url('../../icons/download.svg');
343
343
  position: absolute;
344
344
  top: 50%;
345
345
  right: -25px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ml-ui-lib",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",