@wistia/ui 0.13.12 → 0.13.13

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/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.13.12
3
+ * @license @wistia/ui v0.13.13
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -10073,7 +10073,7 @@ var ColorPickerProvider = ({
10073
10073
  }),
10074
10074
  [colorForComparison, minimumContrastRatio, opacityForContrastCalculation]
10075
10075
  );
10076
- const valueAsHsv = shouldEnforceMinContrast ? getAccessibleDerivativeColor((0, import_fn4.formatHex)(nonDerivedValueAsHsv)) : nonDerivedValueAsHsv;
10076
+ const valueAsHsv = shouldEnforceMinContrast ? getAccessibleDerivativeColor(nonDerivedValueAsHsv) : nonDerivedValueAsHsv;
10077
10077
  const currentContrastRatio = calculateContrast({
10078
10078
  backgroundColor: valueAsHex,
10079
10079
  foregroundColor: colorForComparison,