@wistia/ui 0.10.14 → 0.10.15-beta.d484ff9b.4849040
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 +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.10.
|
|
3
|
+
* @license @wistia/ui v0.10.15-beta.d484ff9b.4849040
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -2827,13 +2827,13 @@ var navScheme = import_styled_components15.css`
|
|
|
2827
2827
|
|
|
2828
2828
|
--wui-color-bg-surface-tertiary: #0d1a5c;
|
|
2829
2829
|
|
|
2830
|
-
--wui-color-border: #101e67;
|
|
2831
|
-
--wui-color-border-hover: #0e1c61;
|
|
2832
|
-
--wui-color-border-active: #0d1a5c;
|
|
2830
|
+
--wui-color-border-secondary: #101e67;
|
|
2831
|
+
--wui-color-border-hover-secondary: #0e1c61;
|
|
2832
|
+
--wui-color-border-active-secondary: #0d1a5c;
|
|
2833
2833
|
|
|
2834
|
-
--wui-color-border
|
|
2835
|
-
--wui-color-border-
|
|
2836
|
-
--wui-color-border-
|
|
2834
|
+
--wui-color-border: var(--wui-color-bg-fill);
|
|
2835
|
+
--wui-color-border-hover: var(--wui-color-bg-fill-hover);
|
|
2836
|
+
--wui-color-border-active: var(--wui-color-bg-fill-active);
|
|
2837
2837
|
|
|
2838
2838
|
--wui-color-icon: var(--wui-blue-1);
|
|
2839
2839
|
--wui-color-icon-on-fill: var(--wui-color-bg-app);
|
|
@@ -11988,7 +11988,7 @@ var import_jsx_runtime251 = require("react/jsx-runtime");
|
|
|
11988
11988
|
var alignTopStyles = import_styled_components70.css`
|
|
11989
11989
|
--wui-modal-translate-y: 0;
|
|
11990
11990
|
|
|
11991
|
-
top:
|
|
11991
|
+
top: var(--wui-modal-screen-offset);
|
|
11992
11992
|
`;
|
|
11993
11993
|
var alignVerticalCenterStyles = import_styled_components70.css`
|
|
11994
11994
|
--wui-modal-translate-y: -50%;
|
|
@@ -11998,7 +11998,7 @@ var alignVerticalCenterStyles = import_styled_components70.css`
|
|
|
11998
11998
|
var alignBottomStyles = import_styled_components70.css`
|
|
11999
11999
|
--wui-modal-translate-y: 0;
|
|
12000
12000
|
|
|
12001
|
-
bottom:
|
|
12001
|
+
bottom: var(--wui-modal-screen-offset);
|
|
12002
12002
|
`;
|
|
12003
12003
|
var alignHorizontalCenterStyles = import_styled_components70.css`
|
|
12004
12004
|
--wui-modal-translate-x: -50%;
|
|
@@ -12008,12 +12008,12 @@ var alignHorizontalCenterStyles = import_styled_components70.css`
|
|
|
12008
12008
|
var alignRightStyles = import_styled_components70.css`
|
|
12009
12009
|
--wui-modal-translate-x: 0;
|
|
12010
12010
|
|
|
12011
|
-
right:
|
|
12011
|
+
right: var(--wui-modal-screen-offset);
|
|
12012
12012
|
`;
|
|
12013
12013
|
var alignLeftStyles = import_styled_components70.css`
|
|
12014
12014
|
--wui-modal-translate-x: 0;
|
|
12015
12015
|
|
|
12016
|
-
left:
|
|
12016
|
+
left: var(--wui-modal-screen-offset);
|
|
12017
12017
|
`;
|
|
12018
12018
|
var StyledModalContent = (0, import_styled_components70.default)(import_react_dialog3.Content)`
|
|
12019
12019
|
background-color: var(--wui-color-bg-app);
|