@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.
|
@@ -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
|
);
|
package/lib/styles/index.css
CHANGED
|
@@ -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 {
|