@vectara/vectara-ui 9.2.5 → 9.2.6
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/lib/sassUtils/_typography.scss +1 -1
- package/lib/styles/index.css +22 -22
- package/package.json +1 -1
package/lib/styles/index.css
CHANGED
|
@@ -384,7 +384,7 @@ fieldset {
|
|
|
384
384
|
|
|
385
385
|
.vuiAppSideNavCollapseButton {
|
|
386
386
|
display: block;
|
|
387
|
-
color: #
|
|
387
|
+
color: #6d7686;
|
|
388
388
|
font-size: 14px;
|
|
389
389
|
text-decoration: none;
|
|
390
390
|
padding: 0 16px;
|
|
@@ -758,9 +758,9 @@ fieldset {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
.vuiButtonPrimary--subdued {
|
|
761
|
-
color: #
|
|
762
|
-
background-color: rgba(
|
|
763
|
-
border: 1px solid rgba(
|
|
761
|
+
color: #6d7686;
|
|
762
|
+
background-color: rgba(109, 118, 134, 0.1);
|
|
763
|
+
border: 1px solid rgba(109, 118, 134, 0.1);
|
|
764
764
|
}
|
|
765
765
|
.vuiButtonPrimary--subdued.vuiButtonPrimary-isSelected {
|
|
766
766
|
box-shadow: inset rgba(50, 50, 93, 0.25) 0px 6px 8px -2px, inset rgba(0, 0, 0, 0.3) 0px 3px 4px -3px;
|
|
@@ -824,7 +824,7 @@ fieldset {
|
|
|
824
824
|
|
|
825
825
|
.vuiButtonSecondary--subdued {
|
|
826
826
|
border: 1px solid #e3e4f3;
|
|
827
|
-
color: #
|
|
827
|
+
color: #6d7686;
|
|
828
828
|
}
|
|
829
829
|
.vuiButtonSecondary--subdued.vuiButtonSecondary-isSelected {
|
|
830
830
|
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 2px 2px;
|
|
@@ -885,10 +885,10 @@ fieldset {
|
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
.vuiButtonTertiary--subdued {
|
|
888
|
-
color: #
|
|
888
|
+
color: #6d7686;
|
|
889
889
|
}
|
|
890
890
|
.vuiButtonTertiary--subdued.vuiButtonTertiary-isSelected {
|
|
891
|
-
background-color: rgba(
|
|
891
|
+
background-color: rgba(109, 118, 134, 0.1);
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
.vuiIconButton {
|
|
@@ -965,14 +965,14 @@ fieldset {
|
|
|
965
965
|
}
|
|
966
966
|
|
|
967
967
|
.vuiIconButton--subdued {
|
|
968
|
-
color: #
|
|
969
|
-
background-color: rgba(
|
|
968
|
+
color: #6d7686;
|
|
969
|
+
background-color: rgba(109, 118, 134, 0);
|
|
970
970
|
}
|
|
971
971
|
.vuiIconButton--subdued:hover {
|
|
972
|
-
background-color: rgba(
|
|
972
|
+
background-color: rgba(109, 118, 134, 0.1);
|
|
973
973
|
}
|
|
974
974
|
.vuiIconButton--subdued-isSelected {
|
|
975
|
-
background-color: rgba(
|
|
975
|
+
background-color: rgba(109, 118, 134, 0.1);
|
|
976
976
|
}
|
|
977
977
|
|
|
978
978
|
.vuiIconButton--xs {
|
|
@@ -2152,7 +2152,7 @@ h2.react-datepicker__current-month {
|
|
|
2152
2152
|
margin: 4px;
|
|
2153
2153
|
}
|
|
2154
2154
|
.vuiDatePicker .react-datepicker__day-name {
|
|
2155
|
-
color: #
|
|
2155
|
+
color: #6d7686;
|
|
2156
2156
|
}
|
|
2157
2157
|
.vuiDatePicker .react-datepicker__day {
|
|
2158
2158
|
color: #1c1d22;
|
|
@@ -2646,7 +2646,7 @@ h2.react-datepicker__current-month {
|
|
|
2646
2646
|
}
|
|
2647
2647
|
|
|
2648
2648
|
.vuiSuperRadioButton__description {
|
|
2649
|
-
color: #
|
|
2649
|
+
color: #6d7686;
|
|
2650
2650
|
}
|
|
2651
2651
|
|
|
2652
2652
|
.vuiTextArea {
|
|
@@ -2811,7 +2811,7 @@ h2.react-datepicker__current-month {
|
|
|
2811
2811
|
color: #d22d2d;
|
|
2812
2812
|
}
|
|
2813
2813
|
.vuiIcon--default.vuiIcon--subdued .vuiIcon__inner {
|
|
2814
|
-
color: #
|
|
2814
|
+
color: #6d7686;
|
|
2815
2815
|
}
|
|
2816
2816
|
.vuiIcon--default.vuiIcon--neutral .vuiIcon__inner {
|
|
2817
2817
|
color: #1c1d22;
|
|
@@ -2855,7 +2855,7 @@ h2.react-datepicker__current-month {
|
|
|
2855
2855
|
color: #ffffff;
|
|
2856
2856
|
}
|
|
2857
2857
|
.vuiIcon--enclosed.vuiIcon--subdued {
|
|
2858
|
-
background-color: #
|
|
2858
|
+
background-color: #6d7686;
|
|
2859
2859
|
}
|
|
2860
2860
|
.vuiIcon--enclosed.vuiIcon--subdued .vuiIcon__inner {
|
|
2861
2861
|
color: #ffffff;
|
|
@@ -2911,7 +2911,7 @@ h2.react-datepicker__current-month {
|
|
|
2911
2911
|
background-color: #f1f4f6;
|
|
2912
2912
|
}
|
|
2913
2913
|
.vuiIcon--token.vuiIcon--subdued .vuiIcon__inner {
|
|
2914
|
-
color: #
|
|
2914
|
+
color: #6d7686;
|
|
2915
2915
|
}
|
|
2916
2916
|
.vuiIcon--token.vuiIcon--neutral {
|
|
2917
2917
|
background-color: #f1f4f6;
|
|
@@ -3016,7 +3016,7 @@ h2.react-datepicker__current-month {
|
|
|
3016
3016
|
flex-direction: column;
|
|
3017
3017
|
border-radius: 24px;
|
|
3018
3018
|
background-color: #f1f4f6;
|
|
3019
|
-
color: #
|
|
3019
|
+
color: #6d7686;
|
|
3020
3020
|
font-weight: 600;
|
|
3021
3021
|
line-height: 0;
|
|
3022
3022
|
align-items: center;
|
|
@@ -3106,7 +3106,7 @@ h2.react-datepicker__current-month {
|
|
|
3106
3106
|
}
|
|
3107
3107
|
|
|
3108
3108
|
.vuiMenuItem__text {
|
|
3109
|
-
color: #
|
|
3109
|
+
color: #6d7686;
|
|
3110
3110
|
font-size: 12px;
|
|
3111
3111
|
line-height: 1.4;
|
|
3112
3112
|
}
|
|
@@ -3690,7 +3690,7 @@ h2.react-datepicker__current-month {
|
|
|
3690
3690
|
top: 0;
|
|
3691
3691
|
font-weight: 600;
|
|
3692
3692
|
padding: 8px;
|
|
3693
|
-
color: #
|
|
3693
|
+
color: #6d7686;
|
|
3694
3694
|
padding: 4px 8px;
|
|
3695
3695
|
width: 30px;
|
|
3696
3696
|
text-align: center;
|
|
@@ -3987,7 +3987,7 @@ h2.react-datepicker__current-month {
|
|
|
3987
3987
|
.vuiStep__titleText {
|
|
3988
3988
|
font-weight: 500;
|
|
3989
3989
|
line-height: 1.3;
|
|
3990
|
-
color: #
|
|
3990
|
+
color: #6d7686;
|
|
3991
3991
|
}
|
|
3992
3992
|
.vuiStep__title--current .vuiStep__titleText {
|
|
3993
3993
|
color: #045dda;
|
|
@@ -4324,7 +4324,7 @@ h2.react-datepicker__current-month {
|
|
|
4324
4324
|
white-space: nowrap;
|
|
4325
4325
|
flex-grow: 0;
|
|
4326
4326
|
flex-shrink: 0;
|
|
4327
|
-
color: #
|
|
4327
|
+
color: #6d7686;
|
|
4328
4328
|
text-decoration: none;
|
|
4329
4329
|
cursor: pointer;
|
|
4330
4330
|
}
|
|
@@ -4777,7 +4777,7 @@ h2.react-datepicker__current-month {
|
|
|
4777
4777
|
}
|
|
4778
4778
|
|
|
4779
4779
|
.vuiTextColor--subdued {
|
|
4780
|
-
color: #
|
|
4780
|
+
color: #6d7686 !important;
|
|
4781
4781
|
}
|
|
4782
4782
|
|
|
4783
4783
|
.vuiTextColor--neutral {
|