@vectara/vectara-ui 9.8.4 → 9.8.5

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.
@@ -132,6 +132,11 @@ $textRhythm: $sizeM;
132
132
  margin-bottom: $textRhythm;
133
133
  }
134
134
 
135
+ code,
136
+ pre {
137
+ font-size: $fontSize * 0.75;
138
+ }
139
+
135
140
  h1 {
136
141
  font-size: $fontSize * 2;
137
142
  line-height: 1.1;
@@ -4644,6 +4644,10 @@ h2.react-datepicker__current-month {
4644
4644
  font-weight: 500;
4645
4645
  margin-bottom: 16px;
4646
4646
  }
4647
+ .vuiText--xs code,
4648
+ .vuiText--xs pre {
4649
+ font-size: 9px;
4650
+ }
4647
4651
  .vuiText--xs h1 {
4648
4652
  font-size: 24px;
4649
4653
  line-height: 1.1;
@@ -4694,6 +4698,10 @@ h2.react-datepicker__current-month {
4694
4698
  font-weight: 400;
4695
4699
  margin-bottom: 16px;
4696
4700
  }
4701
+ .vuiText--s code,
4702
+ .vuiText--s pre {
4703
+ font-size: 10.5px;
4704
+ }
4697
4705
  .vuiText--s h1 {
4698
4706
  font-size: 28px;
4699
4707
  line-height: 1.1;
@@ -4744,6 +4752,10 @@ h2.react-datepicker__current-month {
4744
4752
  font-weight: 400;
4745
4753
  margin-bottom: 16px;
4746
4754
  }
4755
+ .vuiText--m code,
4756
+ .vuiText--m pre {
4757
+ font-size: 12px;
4758
+ }
4747
4759
  .vuiText--m h1 {
4748
4760
  font-size: 32px;
4749
4761
  line-height: 1.1;
@@ -4794,6 +4806,10 @@ h2.react-datepicker__current-month {
4794
4806
  font-weight: 400;
4795
4807
  margin-bottom: 16px;
4796
4808
  }
4809
+ .vuiText--l code,
4810
+ .vuiText--l pre {
4811
+ font-size: 13.5px;
4812
+ }
4797
4813
  .vuiText--l h1 {
4798
4814
  font-size: 36px;
4799
4815
  line-height: 1.1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "9.8.4",
3
+ "version": "9.8.5",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",