@wistia/ui 0.4.3 → 0.4.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 +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.4.
|
|
3
|
+
* @license @wistia/ui v0.4.4
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -7330,8 +7330,8 @@ var menuContentCss = css20`
|
|
|
7330
7330
|
transform: initial;
|
|
7331
7331
|
}
|
|
7332
7332
|
|
|
7333
|
-
|
|
7334
|
-
margin: var(--
|
|
7333
|
+
[role='separator'] {
|
|
7334
|
+
margin: var(--menu-divider-margin) 0;
|
|
7335
7335
|
}
|
|
7336
7336
|
`;
|
|
7337
7337
|
var menuItemCss = css20`
|
|
@@ -7343,6 +7343,7 @@ var menuItemCss = css20`
|
|
|
7343
7343
|
--menu-label-font-size: var(--wui-typography-label-3-size);
|
|
7344
7344
|
--menu-label-font-weight: var(--wui-typography-label-3-weight);
|
|
7345
7345
|
--menu-label-line-height: var(--wui-typography-label-3-line-height);
|
|
7346
|
+
--menu-divider-margin: var(--wui-space-02);
|
|
7346
7347
|
`;
|
|
7347
7348
|
var compactMenuItemCss = css20`
|
|
7348
7349
|
--menu-label-description-gap: 0;
|
|
@@ -7353,6 +7354,7 @@ var compactMenuItemCss = css20`
|
|
|
7353
7354
|
--menu-label-font-size: var(--wui-typography-label-4-size);
|
|
7354
7355
|
--menu-label-font-weight: var(--wui-typography-label-4-weight);
|
|
7355
7356
|
--menu-label-line-height: var(--wui-typography-label-4-line-height);
|
|
7357
|
+
--menu-divider-margin: var(--wui-space-01);
|
|
7356
7358
|
`;
|
|
7357
7359
|
var MenuContent = styled25(DropdownMenuContent)`
|
|
7358
7360
|
${menuContentCss}
|