@wistia/ui 0.14.4-beta.a54d7764.d21ff6c → 0.14.4

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.14.4-beta.a54d7764.d21ff6c
3
+ * @license @wistia/ui v0.14.4
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -10247,6 +10247,7 @@ var Container = import_styled_components48.default.div`
10247
10247
  display: grid;
10248
10248
  gap: var(--wui-space-01);
10249
10249
  grid-template-columns: minmax(0, 1fr);
10250
+ padding: var(--wui-space-02);
10250
10251
  `;
10251
10252
  var LabelContainer = import_styled_components48.default.div`
10252
10253
  padding-top: var(--wui-space-01);
@@ -10546,6 +10547,7 @@ var import_jsx_runtime231 = require("react/jsx-runtime");
10546
10547
  var Container3 = (0, import_styled_components52.default)(import_react_toggle_group.Root)`
10547
10548
  display: grid;
10548
10549
  grid-template-columns: minmax(0, 1fr);
10550
+ padding: var(--wui-space-02);
10549
10551
  `;
10550
10552
  var ColorList = ({ children }) => {
10551
10553
  const { valueAsHex, onChangeNonDerivedValueAsHsv } = useColorPickerState();
@@ -11095,7 +11097,7 @@ var ContrastPreview = () => {
11095
11097
  // src/components/ColorPicker/ContrastControls.tsx
11096
11098
  var import_jsx_runtime245 = require("react/jsx-runtime");
11097
11099
  var ContrastControls = () => {
11098
- return /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(Stack, { children: [
11100
+ return /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(ColorPickerSection, { children: [
11099
11101
  /* @__PURE__ */ (0, import_jsx_runtime245.jsxs)(
11100
11102
  Box,
11101
11103
  {