@wistia/ui 0.10.14 → 0.10.15

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.10.14
3
+ * @license @wistia/ui v0.10.15
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-secondary: var(--wui-color-bg-fill);
2835
- --wui-color-border-secondary-hover: var(--wui-color-bg-fill-hover);
2836
- --wui-color-border-secondary-active: var(--wui-color-bg-fill-active);
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);