@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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.4.3
3
+ * @license @wistia/ui v0.4.4
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -7415,8 +7415,8 @@ var menuContentCss = import_styled_components38.css`
7415
7415
  transform: initial;
7416
7416
  }
7417
7417
 
7418
- hr {
7419
- margin: var(--wui-space-02) 0;
7418
+ [role='separator'] {
7419
+ margin: var(--menu-divider-margin) 0;
7420
7420
  }
7421
7421
  `;
7422
7422
  var menuItemCss = import_styled_components38.css`
@@ -7428,6 +7428,7 @@ var menuItemCss = import_styled_components38.css`
7428
7428
  --menu-label-font-size: var(--wui-typography-label-3-size);
7429
7429
  --menu-label-font-weight: var(--wui-typography-label-3-weight);
7430
7430
  --menu-label-line-height: var(--wui-typography-label-3-line-height);
7431
+ --menu-divider-margin: var(--wui-space-02);
7431
7432
  `;
7432
7433
  var compactMenuItemCss = import_styled_components38.css`
7433
7434
  --menu-label-description-gap: 0;
@@ -7438,6 +7439,7 @@ var compactMenuItemCss = import_styled_components38.css`
7438
7439
  --menu-label-font-size: var(--wui-typography-label-4-size);
7439
7440
  --menu-label-font-weight: var(--wui-typography-label-4-weight);
7440
7441
  --menu-label-line-height: var(--wui-typography-label-4-line-height);
7442
+ --menu-divider-margin: var(--wui-space-01);
7441
7443
  `;
7442
7444
  var MenuContent = (0, import_styled_components38.default)(import_react_dropdown_menu.DropdownMenuContent)`
7443
7445
  ${menuContentCss}