@guajiritos/theme-picker 18.0.25 → 18.0.26

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/palettes.scss +21 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guajiritos/theme-picker",
3
- "version": "18.0.25",
3
+ "version": "18.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
package/palettes.scss CHANGED
@@ -943,22 +943,22 @@ $curry-orange: (
943
943
 
944
944
  //CUBATUR
945
945
  $saffron-yellow: (
946
- 50 : #fff8e1,
947
- 100 : #ffecb3,
948
- 200 : #ffe082,
949
- 300 : #ffd54f,
950
- 400 : #ffca28,
951
- 500 : #edc139,
952
- 600 : #d4ab32,
953
- 700 : #b8942c,
954
- 800 : #9e7e26,
955
- 900 : #7b5f1d,
956
- A100 : #fff4c2,
957
- A200 : #ffe18b,
958
- A400 : #ffcd53,
959
- A700 : #ffbf39,
946
+ 50 : #fff8e1,
947
+ 100 : #ffe8b5,
948
+ 200 : #ffd88a,
949
+ 300 : #ffc95e,
950
+ 400 : #fabb33,
951
+ 500 : #fa9e0f, // main color
952
+ 600 : #e08d0d,
953
+ 700 : #c57c0c,
954
+ 800 : #aa6b0a,
955
+ 900 : #8f5a09,
956
+ A100: #ffedc2,
957
+ A200: #ffd98c,
958
+ A400: #ffc355,
959
+ A700: #ffb12f,
960
960
  contrast: (
961
- 50 : #000000,
961
+ 50 : #000000,
962
962
  100 : #000000,
963
963
  200 : #000000,
964
964
  300 : #000000,
@@ -968,11 +968,12 @@ $saffron-yellow: (
968
968
  700 : #ffffff,
969
969
  800 : #ffffff,
970
970
  900 : #ffffff,
971
- A100 : #000000,
972
- A200 : #000000,
973
- A400 : #000000,
974
- A700 : #000000,
975
- ),
971
+ A100: #000000,
972
+ A200: #000000,
973
+ A400: #000000,
974
+ A700: #000000,
975
+ )
976
+ ,
976
977
  );
977
978
 
978
979
  $orange-cubarama: (