@canopy-iiif/app 1.2.8 → 1.2.9

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/ui/theme.js +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
package/ui/theme.js CHANGED
@@ -219,9 +219,6 @@ function toTailwindScale(name, options = {}) {
219
219
  if (!value) return null;
220
220
  scale[lvl] = value;
221
221
  }
222
- if (scale["50"] && scale["100"]) {
223
- scale["50"] = mixHexColors(scale["50"], scale["100"], 0.6);
224
- }
225
222
  const saturate700 = options.saturate700 !== false;
226
223
  if (scale["700"]) {
227
224
  let adjusted =