@rahmatsaputra-my-id/react-js-library 0.0.7 → 0.0.9

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.js CHANGED
@@ -430,6 +430,9 @@ var Icons = {
430
430
  image_not_available: "".concat(PATH.PERSONAL_WEB, "/image-not-available.png"),
431
431
  information: "".concat(PATH.IMAGE, "/icon-information.png"),
432
432
  langugage: "".concat(PATH.IMAGE, "/icon-language.png"),
433
+ list: "".concat(PATH.IMAGE, "/icon-list.png"),
434
+ love_empty: "".concat(PATH.IMAGE, "/icon-love-empty.png"),
435
+ love_filled: "".concat(PATH.IMAGE, "/icon-love-filled.png"),
433
436
  more: "".concat(PATH.IMAGE, "/icon-more.png"),
434
437
  printer: "".concat(PATH.IMAGE, "/icon-printer.png"),
435
438
  question: "".concat(PATH.IMAGE, "/icon-question.png"),
@@ -439,8 +442,6 @@ var Icons = {
439
442
  support: "".concat(PATH.IMAGE, "/icon-support.png"),
440
443
  tax: "".concat(PATH.IMAGE, "/icon-tax.png"),
441
444
  terms_and_conditions: "".concat(PATH.IMAGE, "/icon-terms-and-conditions.png"),
442
- love_empty: "".concat(PATH.IMAGE, "/icon-love-empty.png"),
443
- love_filled: "".concat(PATH.IMAGE, "/icon-love-filled.png"),
444
445
  };
445
446
 
446
447
  var Images = function (_a) {