@vectara/vectara-ui 9.2.4 → 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.
|
@@ -30,6 +30,8 @@
|
|
|
30
30
|
font-family: "Roboto Mono", monospace;
|
|
31
31
|
// Ensure PrismJS components wrap their lines.
|
|
32
32
|
word-wrap: break-word !important;
|
|
33
|
+
// Ensure PrismJS components wrap their lines instead of making the container super-wide.
|
|
34
|
+
word-break: break-word !important;
|
|
33
35
|
white-space: pre-wrap !important;
|
|
34
36
|
font-size: $fontSizeSmall !important;
|
|
35
37
|
color: $colorDarkShade !important;
|
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 {
|
|
@@ -1345,6 +1345,7 @@ fieldset {
|
|
|
1345
1345
|
color: #1c1d22;
|
|
1346
1346
|
font-family: "Roboto Mono", monospace;
|
|
1347
1347
|
word-wrap: break-word !important;
|
|
1348
|
+
word-break: break-word !important;
|
|
1348
1349
|
white-space: pre-wrap !important;
|
|
1349
1350
|
font-size: 12px !important;
|
|
1350
1351
|
color: #3f4551 !important;
|
|
@@ -2151,7 +2152,7 @@ h2.react-datepicker__current-month {
|
|
|
2151
2152
|
margin: 4px;
|
|
2152
2153
|
}
|
|
2153
2154
|
.vuiDatePicker .react-datepicker__day-name {
|
|
2154
|
-
color: #
|
|
2155
|
+
color: #6d7686;
|
|
2155
2156
|
}
|
|
2156
2157
|
.vuiDatePicker .react-datepicker__day {
|
|
2157
2158
|
color: #1c1d22;
|
|
@@ -2645,7 +2646,7 @@ h2.react-datepicker__current-month {
|
|
|
2645
2646
|
}
|
|
2646
2647
|
|
|
2647
2648
|
.vuiSuperRadioButton__description {
|
|
2648
|
-
color: #
|
|
2649
|
+
color: #6d7686;
|
|
2649
2650
|
}
|
|
2650
2651
|
|
|
2651
2652
|
.vuiTextArea {
|
|
@@ -2810,7 +2811,7 @@ h2.react-datepicker__current-month {
|
|
|
2810
2811
|
color: #d22d2d;
|
|
2811
2812
|
}
|
|
2812
2813
|
.vuiIcon--default.vuiIcon--subdued .vuiIcon__inner {
|
|
2813
|
-
color: #
|
|
2814
|
+
color: #6d7686;
|
|
2814
2815
|
}
|
|
2815
2816
|
.vuiIcon--default.vuiIcon--neutral .vuiIcon__inner {
|
|
2816
2817
|
color: #1c1d22;
|
|
@@ -2854,7 +2855,7 @@ h2.react-datepicker__current-month {
|
|
|
2854
2855
|
color: #ffffff;
|
|
2855
2856
|
}
|
|
2856
2857
|
.vuiIcon--enclosed.vuiIcon--subdued {
|
|
2857
|
-
background-color: #
|
|
2858
|
+
background-color: #6d7686;
|
|
2858
2859
|
}
|
|
2859
2860
|
.vuiIcon--enclosed.vuiIcon--subdued .vuiIcon__inner {
|
|
2860
2861
|
color: #ffffff;
|
|
@@ -2910,7 +2911,7 @@ h2.react-datepicker__current-month {
|
|
|
2910
2911
|
background-color: #f1f4f6;
|
|
2911
2912
|
}
|
|
2912
2913
|
.vuiIcon--token.vuiIcon--subdued .vuiIcon__inner {
|
|
2913
|
-
color: #
|
|
2914
|
+
color: #6d7686;
|
|
2914
2915
|
}
|
|
2915
2916
|
.vuiIcon--token.vuiIcon--neutral {
|
|
2916
2917
|
background-color: #f1f4f6;
|
|
@@ -3015,7 +3016,7 @@ h2.react-datepicker__current-month {
|
|
|
3015
3016
|
flex-direction: column;
|
|
3016
3017
|
border-radius: 24px;
|
|
3017
3018
|
background-color: #f1f4f6;
|
|
3018
|
-
color: #
|
|
3019
|
+
color: #6d7686;
|
|
3019
3020
|
font-weight: 600;
|
|
3020
3021
|
line-height: 0;
|
|
3021
3022
|
align-items: center;
|
|
@@ -3105,7 +3106,7 @@ h2.react-datepicker__current-month {
|
|
|
3105
3106
|
}
|
|
3106
3107
|
|
|
3107
3108
|
.vuiMenuItem__text {
|
|
3108
|
-
color: #
|
|
3109
|
+
color: #6d7686;
|
|
3109
3110
|
font-size: 12px;
|
|
3110
3111
|
line-height: 1.4;
|
|
3111
3112
|
}
|
|
@@ -3689,7 +3690,7 @@ h2.react-datepicker__current-month {
|
|
|
3689
3690
|
top: 0;
|
|
3690
3691
|
font-weight: 600;
|
|
3691
3692
|
padding: 8px;
|
|
3692
|
-
color: #
|
|
3693
|
+
color: #6d7686;
|
|
3693
3694
|
padding: 4px 8px;
|
|
3694
3695
|
width: 30px;
|
|
3695
3696
|
text-align: center;
|
|
@@ -3986,7 +3987,7 @@ h2.react-datepicker__current-month {
|
|
|
3986
3987
|
.vuiStep__titleText {
|
|
3987
3988
|
font-weight: 500;
|
|
3988
3989
|
line-height: 1.3;
|
|
3989
|
-
color: #
|
|
3990
|
+
color: #6d7686;
|
|
3990
3991
|
}
|
|
3991
3992
|
.vuiStep__title--current .vuiStep__titleText {
|
|
3992
3993
|
color: #045dda;
|
|
@@ -4323,7 +4324,7 @@ h2.react-datepicker__current-month {
|
|
|
4323
4324
|
white-space: nowrap;
|
|
4324
4325
|
flex-grow: 0;
|
|
4325
4326
|
flex-shrink: 0;
|
|
4326
|
-
color: #
|
|
4327
|
+
color: #6d7686;
|
|
4327
4328
|
text-decoration: none;
|
|
4328
4329
|
cursor: pointer;
|
|
4329
4330
|
}
|
|
@@ -4776,7 +4777,7 @@ h2.react-datepicker__current-month {
|
|
|
4776
4777
|
}
|
|
4777
4778
|
|
|
4778
4779
|
.vuiTextColor--subdued {
|
|
4779
|
-
color: #
|
|
4780
|
+
color: #6d7686 !important;
|
|
4780
4781
|
}
|
|
4781
4782
|
|
|
4782
4783
|
.vuiTextColor--neutral {
|