@brightspace-ui/core 3.174.2 → 3.175.0

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.
@@ -86,7 +86,7 @@
86
86
  }
87
87
  .d2l-textblock {
88
88
  margin-bottom: 0;
89
- word-wrap: break-word;
89
+ overflow-wrap: break-word;
90
90
  }
91
91
  .d2l-hidden {
92
92
  display: none !important;
@@ -11,11 +11,11 @@ export const themeStyles = css`
11
11
  color: #ccc;
12
12
  background: none;
13
13
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
14
+ overflow-wrap: normal;
14
15
  text-align: left;
15
16
  white-space: pre;
16
17
  word-spacing: normal;
17
18
  word-break: normal;
18
- word-wrap: normal;
19
19
  line-height: 1.5;
20
20
 
21
21
  -moz-tab-size: 4;
@@ -12,11 +12,11 @@ export const themeStyles = css`
12
12
  color: #ccc;
13
13
  background: none;
14
14
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
15
+ overflow-wrap: normal;
15
16
  text-align: left;
16
17
  white-space: pre;
17
18
  word-spacing: normal;
18
19
  word-break: normal;
19
- word-wrap: normal;
20
20
  line-height: 1.5;
21
21
 
22
22
  -moz-tab-size: 4;
package/helpers/prism.js CHANGED
@@ -171,10 +171,10 @@ export const codeStyles = css`
171
171
  -moz-hyphens: none;
172
172
  -ms-hyphens: none;
173
173
  hyphens: none;
174
+ overflow-wrap: normal;
174
175
  white-space: pre;
175
176
  word-break: normal;
176
177
  word-spacing: normal;
177
- word-wrap: normal;
178
178
  }
179
179
 
180
180
  pre[class*="language-"].d2l-code {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.174.2",
3
+ "version": "3.175.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",