@rahmatsaputra-my-id/react-js-library 0.0.13 → 0.0.14

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.
package/dist/index.es.js CHANGED
@@ -415,7 +415,7 @@ var Icons = {
415
415
  arrow_right: "".concat(PATH.IMAGE, "/icon-arrow-right.png"),
416
416
  camera: "".concat(PATH.IMAGE, "/icon-camera.png"),
417
417
  cart: "".concat(PATH.IMAGE, "/icon-cart.png"),
418
- checklist_success: "".concat(PATH.IMAGE, "/icon-checklist_success.png"),
418
+ checklist_success: "".concat(PATH.IMAGE, "/icon-checklist-success.png"),
419
419
  close: "".concat(PATH.WEDDING, "/icon-close.png"),
420
420
  edit: "".concat(PATH.IMAGE, "/icon-edit.png"),
421
421
  exit: "".concat(PATH.IMAGE, "/icon-exit.png"),
package/dist/index.js CHANGED
@@ -423,7 +423,7 @@ var Icons = {
423
423
  arrow_right: "".concat(PATH.IMAGE, "/icon-arrow-right.png"),
424
424
  camera: "".concat(PATH.IMAGE, "/icon-camera.png"),
425
425
  cart: "".concat(PATH.IMAGE, "/icon-cart.png"),
426
- checklist_success: "".concat(PATH.IMAGE, "/icon-checklist_success.png"),
426
+ checklist_success: "".concat(PATH.IMAGE, "/icon-checklist-success.png"),
427
427
  close: "".concat(PATH.WEDDING, "/icon-close.png"),
428
428
  edit: "".concat(PATH.IMAGE, "/icon-edit.png"),
429
429
  exit: "".concat(PATH.IMAGE, "/icon-exit.png"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rahmatsaputra-my-id/react-js-library",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "private": false,