@guajiritos/theme-picker 19.0.0 → 19.0.1

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 +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guajiritos/theme-picker",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.13",
6
6
  "@angular/core": "^19.2.13",
package/palettes.scss CHANGED
@@ -337,35 +337,35 @@ $douban-blue: (
337
337
 
338
338
  // Graciela Travels
339
339
  $blizzard-blue: (
340
- 50 : #f6fcfd,
341
- 100 : #e8f9fb,
342
- 200 : #d9f5f9,
343
- 300 : #c9f0f6,
344
- 400 : #beedf4,
345
- 500 : #b2eaf2,
346
- 600 : #abe7f0,
347
- 700 : #a2e4ee,
348
- 800 : #99e1ec,
349
- 900 : #8adbe8,
350
- A100 : #ffffff,
351
- A200 : #ffffff,
352
- A400 : #ffffff,
353
- A700 : #f9feff,
340
+ 50 : #e6e8f3,
341
+ 100 : #c2c6e0,
342
+ 200 : #9da2cc,
343
+ 300 : #7a7fb8,
344
+ 400 : #5f66a7,
345
+ 500 : #273D8D, // color principal
346
+ 600 : #233784,
347
+ 700 : #1d2f79,
348
+ 800 : #18296f,
349
+ 900 : #0f1d5d,
350
+ A100 : #c5caff,
351
+ A200 : #9299ff,
352
+ A400 : #5f67ff,
353
+ A700 : #464eff,
354
354
  contrast: (
355
355
  50 : #000000,
356
356
  100 : #000000,
357
357
  200 : #000000,
358
- 300 : #000000,
359
- 400 : #000000,
360
- 500 : #000000,
361
- 600 : #000000,
362
- 700 : #000000,
363
- 800 : #000000,
364
- 900 : #000000,
358
+ 300 : #ffffff,
359
+ 400 : #ffffff,
360
+ 500 : #ffffff,
361
+ 600 : #ffffff,
362
+ 700 : #ffffff,
363
+ 800 : #ffffff,
364
+ 900 : #ffffff,
365
365
  A100 : #000000,
366
- A200 : #000000,
367
- A400 : #000000,
368
- A700 : #000000,
366
+ A200 : #ffffff,
367
+ A400 : #ffffff,
368
+ A700 : #ffffff,
369
369
  )
370
370
  );
371
371
  $sasquatch-socks: (