@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.mjs 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
  *
@@ -2690,13 +2690,13 @@ var navScheme = css14`
2690
2690
 
2691
2691
  --wui-color-bg-surface-tertiary: #0d1a5c;
2692
2692
 
2693
- --wui-color-border: #101e67;
2694
- --wui-color-border-hover: #0e1c61;
2695
- --wui-color-border-active: #0d1a5c;
2693
+ --wui-color-border-secondary: #101e67;
2694
+ --wui-color-border-hover-secondary: #0e1c61;
2695
+ --wui-color-border-active-secondary: #0d1a5c;
2696
2696
 
2697
- --wui-color-border-secondary: var(--wui-color-bg-fill);
2698
- --wui-color-border-secondary-hover: var(--wui-color-bg-fill-hover);
2699
- --wui-color-border-secondary-active: var(--wui-color-bg-fill-active);
2697
+ --wui-color-border: var(--wui-color-bg-fill);
2698
+ --wui-color-border-hover: var(--wui-color-bg-fill-hover);
2699
+ --wui-color-border-active: var(--wui-color-bg-fill-active);
2700
2700
 
2701
2701
  --wui-color-icon: var(--wui-blue-1);
2702
2702
  --wui-color-icon-on-fill: var(--wui-color-bg-app);