@vectara/vectara-ui 12.0.0 → 12.0.1

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.
@@ -65,7 +65,7 @@
65
65
  white-space: nowrap;
66
66
  flex-grow: 0;
67
67
  flex-shrink: 0;
68
- color: var(--vui-color-subdued);
68
+ color: var(--vui-color-subdued-shade);
69
69
  text-decoration: none;
70
70
  cursor: pointer;
71
71
 
@@ -4,7 +4,7 @@ $color: (
4
4
  success: var(--vui-color-success-shade),
5
5
  warning: var(--vui-color-warning-shade),
6
6
  danger: var(--vui-color-danger-shade),
7
- subdued: var(--vui-color-subdued),
7
+ subdued: var(--vui-color-subdued-shade),
8
8
  neutral: var(--vui-color-text),
9
9
  empty: var(--vui-color-empty-shade)
10
10
  );
@@ -5111,7 +5111,7 @@ h2.react-datepicker__current-month {
5111
5111
  white-space: nowrap;
5112
5112
  flex-grow: 0;
5113
5113
  flex-shrink: 0;
5114
- color: var(--vui-color-subdued);
5114
+ color: var(--vui-color-subdued-shade);
5115
5115
  text-decoration: none;
5116
5116
  cursor: pointer;
5117
5117
  }
@@ -5664,7 +5664,7 @@ h2.react-datepicker__current-month {
5664
5664
  }
5665
5665
 
5666
5666
  .vuiTextColor--subdued {
5667
- color: var(--vui-color-subdued) !important;
5667
+ color: var(--vui-color-subdued-shade) !important;
5668
5668
  }
5669
5669
 
5670
5670
  .vuiTextColor--neutral {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "12.0.0",
3
+ "version": "12.0.1",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",