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

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.
@@ -10,6 +10,9 @@ export interface IIconOption {
10
10
  image_not_available: string;
11
11
  information?: string;
12
12
  langugage?: string;
13
+ list?: string;
14
+ love_empty?: string;
15
+ love_filled?: string;
13
16
  more?: string;
14
17
  printer?: string;
15
18
  question?: string;
@@ -19,6 +22,4 @@ export interface IIconOption {
19
22
  support?: string;
20
23
  tax?: string;
21
24
  terms_and_conditions?: string;
22
- love_empty?: string;
23
- love_filled?: string;
24
25
  }
package/dist/index.es.js CHANGED
@@ -422,6 +422,9 @@ var Icons = {
422
422
  image_not_available: "".concat(PATH.PERSONAL_WEB, "/image-not-available.png"),
423
423
  information: "".concat(PATH.IMAGE, "/icon-information.png"),
424
424
  langugage: "".concat(PATH.IMAGE, "/icon-language.png"),
425
+ list: "".concat(PATH.IMAGE, "/icon-list.png"),
426
+ love_empty: "".concat(PATH.IMAGE, "/icon-love-empty.png"),
427
+ love_filled: "".concat(PATH.IMAGE, "/icon-love-filled.png"),
425
428
  more: "".concat(PATH.IMAGE, "/icon-more.png"),
426
429
  printer: "".concat(PATH.IMAGE, "/icon-printer.png"),
427
430
  question: "".concat(PATH.IMAGE, "/icon-question.png"),
@@ -431,8 +434,6 @@ var Icons = {
431
434
  support: "".concat(PATH.IMAGE, "/icon-support.png"),
432
435
  tax: "".concat(PATH.IMAGE, "/icon-tax.png"),
433
436
  terms_and_conditions: "".concat(PATH.IMAGE, "/icon-terms-and-conditions.png"),
434
- love_empty: "".concat(PATH.IMAGE, "/icon-love-empty.png"),
435
- love_filled: "".concat(PATH.IMAGE, "/icon-love-filled.png"),
436
437
  };
437
438
 
438
439
  var Images = function (_a) {