@vectara/vectara-ui 9.8.5 → 9.8.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.
@@ -134,7 +134,7 @@ $textRhythm: $sizeM;
134
134
 
135
135
  code,
136
136
  pre {
137
- font-size: $fontSize * 0.75;
137
+ font-size: $fontSize * 0.85;
138
138
  }
139
139
 
140
140
  h1 {
@@ -4646,7 +4646,7 @@ h2.react-datepicker__current-month {
4646
4646
  }
4647
4647
  .vuiText--xs code,
4648
4648
  .vuiText--xs pre {
4649
- font-size: 9px;
4649
+ font-size: 10.2px;
4650
4650
  }
4651
4651
  .vuiText--xs h1 {
4652
4652
  font-size: 24px;
@@ -4700,7 +4700,7 @@ h2.react-datepicker__current-month {
4700
4700
  }
4701
4701
  .vuiText--s code,
4702
4702
  .vuiText--s pre {
4703
- font-size: 10.5px;
4703
+ font-size: 11.9px;
4704
4704
  }
4705
4705
  .vuiText--s h1 {
4706
4706
  font-size: 28px;
@@ -4754,7 +4754,7 @@ h2.react-datepicker__current-month {
4754
4754
  }
4755
4755
  .vuiText--m code,
4756
4756
  .vuiText--m pre {
4757
- font-size: 12px;
4757
+ font-size: 13.6px;
4758
4758
  }
4759
4759
  .vuiText--m h1 {
4760
4760
  font-size: 32px;
@@ -4808,7 +4808,7 @@ h2.react-datepicker__current-month {
4808
4808
  }
4809
4809
  .vuiText--l code,
4810
4810
  .vuiText--l pre {
4811
- font-size: 13.5px;
4811
+ font-size: 15.3px;
4812
4812
  }
4813
4813
  .vuiText--l h1 {
4814
4814
  font-size: 36px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "9.8.5",
3
+ "version": "9.8.6",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",