@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.
@@ -723,7 +723,7 @@ var ColorManagerService = /*#__PURE__*/function () {
723
723
  },
724
724
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
725
725
  toneDeltaPair: function toneDeltaPair(s) {
726
- return new ToneDeltaPair(_this.get(colorKeyContainer).getDynamicColor(), _this.get(colorKey).getDynamicColor(), 15, 'nearer', false);
726
+ return new ToneDeltaPair(_this.get(colorKeyContainer).getDynamicColor(), _this.get(colorKey).getDynamicColor(), 10, 'nearer', false);
727
727
  }
728
728
  });
729
729
  this.createOrUpdate(onColorKey, {
@@ -751,7 +751,7 @@ var ColorManagerService = /*#__PURE__*/function () {
751
751
  },
752
752
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
753
753
  toneDeltaPair: function toneDeltaPair(s) {
754
- return new ToneDeltaPair(_this.get(colorKeyContainer).getDynamicColor(), _this.get(colorKey).getDynamicColor(), 15, 'nearer', false);
754
+ return new ToneDeltaPair(_this.get(colorKeyContainer).getDynamicColor(), _this.get(colorKey).getDynamicColor(), 10, 'nearer', false);
755
755
  }
756
756
  });
757
757
  this.createOrUpdate(onColorKeyContainer, {