@guajiritos/theme-picker 18.0.16 → 18.0.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guajiritos/theme-picker",
3
- "version": "18.0.16",
3
+ "version": "18.0.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
package/palettes.scss CHANGED
@@ -841,6 +841,40 @@ $curry-orange: (
841
841
  ),
842
842
  );
843
843
 
844
+ //CUBATUR
845
+ $saffron-yellow: (
846
+ 50 : #fff8e1,
847
+ 100 : #ffecb3,
848
+ 200 : #ffe082,
849
+ 300 : #ffd54f,
850
+ 400 : #ffca28,
851
+ 500 : #edc139,
852
+ 600 : #d4ab32,
853
+ 700 : #b8942c,
854
+ 800 : #9e7e26,
855
+ 900 : #7b5f1d,
856
+ A100 : #fff4c2,
857
+ A200 : #ffe18b,
858
+ A400 : #ffcd53,
859
+ A700 : #ffbf39,
860
+ contrast: (
861
+ 50 : #000000,
862
+ 100 : #000000,
863
+ 200 : #000000,
864
+ 300 : #000000,
865
+ 400 : #000000,
866
+ 500 : #000000,
867
+ 600 : #000000,
868
+ 700 : #ffffff,
869
+ 800 : #ffffff,
870
+ 900 : #ffffff,
871
+ A100 : #000000,
872
+ A200 : #000000,
873
+ A400 : #000000,
874
+ A700 : #000000,
875
+ ),
876
+ );
877
+
844
878
  $orange-cubarama: (
845
879
  50 : #faece5,
846
880
  100 : #f3cebf,
package/theme.scss CHANGED
@@ -152,7 +152,7 @@
152
152
 
153
153
  &.cubatur {
154
154
  .svg-color {
155
- fill: mat.m2-get-color-from-palette(palettes.$mustard-yellow, 500) !important;
155
+ fill: mat.m2-get-color-from-palette(palettes.$saffron-yellow, 500) !important;
156
156
  }
157
157
  }
158
158