@rahmatsaputra-my-id/react-js-library 0.0.19 → 0.0.20

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.
@@ -54,6 +54,12 @@ export interface IColorsOption {
54
54
  orange50?: '#FFD8A1';
55
55
  palePeach?: '#FFD6A2';
56
56
  pink?: '#F2EBEC';
57
+ pink1?: '#F9DFDE';
58
+ pink2?: '#F09EA9';
59
+ pink3?: '#EE869F';
60
+ pink4?: '#EB6190';
61
+ pink5?: '#A73775';
62
+ pink6?: '#6F1C5B';
57
63
  platinum?: '#E9E4E4';
58
64
  red?: '#D45757';
59
65
  red100?: '#FF4C47';
package/dist/index.es.js CHANGED
@@ -261,6 +261,12 @@ var Colors = {
261
261
  orange50: '#FFD8A1',
262
262
  palePeach: '#FFD6A2',
263
263
  pink: '#F2EBEC',
264
+ pink1: '#F9DFDE',
265
+ pink2: '#F09EA9',
266
+ pink3: '#EE869F',
267
+ pink4: '#EB6190',
268
+ pink5: '#A73775',
269
+ pink6: '#6F1C5B',
264
270
  platinum: '#E9E4E4',
265
271
  red: '#D45757',
266
272
  red100: '#FF4C47',