@udixio/theme 1.0.0-beta.20 → 1.0.0-beta.21

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": "@udixio/theme",
3
- "version": "1.0.0-beta.20",
3
+ "version": "1.0.0-beta.21",
4
4
  "license": "MIT",
5
5
  "author": "vigreux-joël",
6
6
  "exports": {
@@ -99,7 +99,7 @@ export class ColorManagerService {
99
99
  new ToneDeltaPair(
100
100
  this.get(colorKeyContainer).getDynamicColor(),
101
101
  this.get(colorKey).getDynamicColor(),
102
- 15,
102
+ 10,
103
103
  'nearer',
104
104
  false
105
105
  ),
@@ -124,7 +124,7 @@ export class ColorManagerService {
124
124
  new ToneDeltaPair(
125
125
  this.get(colorKeyContainer).getDynamicColor(),
126
126
  this.get(colorKey).getDynamicColor(),
127
- 15,
127
+ 10,
128
128
  'nearer',
129
129
  false
130
130
  ),