@guajiritos/theme-picker 18.0.18 → 18.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guajiritos/theme-picker",
3
- "version": "18.0.18",
3
+ "version": "18.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
package/palettes.scss CHANGED
@@ -740,40 +740,6 @@ $cubanacan-red: (
740
740
  ),
741
741
  );
742
742
 
743
- //GRUPOCUBANACAN
744
- $blue-grupo-cubanacan: (
745
- 50 : #e0eaf7,
746
- 100 : #b3cbea,
747
- 200 : #80a8dd,
748
- 300 : #4d85cf,
749
- 400 : #266bc4,
750
- 500 : #0051ba,
751
- 600 : #004ab3,
752
- 700 : #0040ab,
753
- 800 : #0037a3,
754
- 900 : #002794,
755
- A100 : #bfcbff,
756
- A200 : #8ca1ff,
757
- A400 : #5978ff,
758
- A700 : #4063ff,
759
- contrast: (
760
- 50 : #000000,
761
- 100 : #000000,
762
- 200 : #000000,
763
- 300 : #ffffff,
764
- 400 : #ffffff,
765
- 500 : #ffffff,
766
- 600 : #ffffff,
767
- 700 : #ffffff,
768
- 800 : #ffffff,
769
- 900 : #ffffff,
770
- A100 : #000000,
771
- A200 : #000000,
772
- A400 : #ffffff,
773
- A700 : #ffffff,
774
- ),
775
- );
776
-
777
743
  //HAVANATUR
778
744
  $blue-havanatur: (
779
745
  50 : #e1e7f3,
package/theme.scss CHANGED
@@ -156,12 +156,6 @@
156
156
  }
157
157
  }
158
158
 
159
- &.grupo-cubanacan {
160
- .svg-color {
161
- fill: mat.m2-get-color-from-palette(palettes.$blue-grupo-cubanacan, 500) !important;
162
- }
163
- }
164
-
165
159
  &.havanatur {
166
160
  .svg-color {
167
161
  fill: mat.m2-get-color-from-palette(palettes.$blue-havanatur, 500) !important;