@vectara/vectara-ui 9.2.4 → 9.2.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.
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "9.2.4",
3
+ "version": "9.2.5",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",