@wistia/ui 0.18.10-beta.58b60e55.8977ea2 → 0.18.10-beta.5c9d9d20.4e8e531
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.10-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.10-beta.5c9d9d20.4e8e531
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -14996,7 +14996,7 @@ import { styled as styled67 } from "styled-components";
|
|
|
14996
14996
|
import { isArray as isArray4, isNotNil as isNotNil28, isNotUndefined as isNotUndefined12, isUndefined as isUndefined4 } from "@wistia/type-guards";
|
|
14997
14997
|
import { Fragment as Fragment9, jsx as jsx288, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
14998
14998
|
var StyledFormField = styled67.div`
|
|
14999
|
-
--form-field-spacing: var(--wui-space-
|
|
14999
|
+
--form-field-spacing: var(--wui-space-01);
|
|
15000
15000
|
--form-field-spacing-inline: var(--wui-space-02);
|
|
15001
15001
|
--form-field-error-color: var(--wui-color-text-secondary-error);
|
|
15002
15002
|
|