@wistia/ui 0.14.5 → 0.14.6

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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.14.5
3
+ * @license @wistia/ui v0.14.6
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -10086,7 +10086,6 @@ var Container = styled32.div`
10086
10086
  display: grid;
10087
10087
  gap: var(--wui-space-01);
10088
10088
  grid-template-columns: minmax(0, 1fr);
10089
- padding: var(--wui-space-02);
10090
10089
  `;
10091
10090
  var LabelContainer = styled32.div`
10092
10091
  padding-top: var(--wui-space-01);
@@ -10392,7 +10391,6 @@ import { jsx as jsx231 } from "react/jsx-runtime";
10392
10391
  var Container3 = styled36(ToggleGroupRoot)`
10393
10392
  display: grid;
10394
10393
  grid-template-columns: minmax(0, 1fr);
10395
- padding: var(--wui-space-02);
10396
10394
  `;
10397
10395
  var ColorList = ({ children }) => {
10398
10396
  const { valueAsHex, onChangeNonDerivedValueAsHsv } = useColorPickerState();
@@ -10942,7 +10940,7 @@ var ContrastPreview = () => {
10942
10940
  // src/components/ColorPicker/ContrastControls.tsx
10943
10941
  import { jsx as jsx245, jsxs as jsxs29 } from "react/jsx-runtime";
10944
10942
  var ContrastControls = () => {
10945
- return /* @__PURE__ */ jsxs29(ColorPickerSection, { children: [
10943
+ return /* @__PURE__ */ jsxs29(Stack, { children: [
10946
10944
  /* @__PURE__ */ jsxs29(
10947
10945
  Box,
10948
10946
  {