@salesforcedevs/dx-components 0.25.1 → 0.25.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.25.1",
3
+ "version": "0.25.2",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -29,5 +29,5 @@
29
29
  "@types/debounce": "^1.2.0",
30
30
  "@types/lodash.get": "^4.4.6"
31
31
  },
32
- "gitHead": "19fa005af70d80558071eaacf3b0366d99004754"
32
+ "gitHead": "66db495d67f1b7280ad0946332910f38c563d39b"
33
33
  }
@@ -1,7 +1,7 @@
1
1
  import { html } from "lit-html";
2
2
  import mockProps from "./__tests__/mockProps";
3
3
  import featureListMockProps from "../featuresList/__tests__/mockProps";
4
- import { renderStyle } from "../../utils/storybook/storybook";
4
+ import { renderStyle } from "../../utils-internal/storybook/storybook";
5
5
 
6
6
  export default {
7
7
  title: "dx/dx-group-text",
@@ -1,5 +1,8 @@
1
1
  import { html } from "lit-html";
2
- import { coveoXMLDocsConfig, coveoSFDocsConfig } from "../../utils/coveo/coveo";
2
+ import {
3
+ coveoXMLDocsConfig,
4
+ coveoSFDocsConfig
5
+ } from "../../utils-internal/coveo/coveo";
3
6
  import { SAMPLE_TREES, SAMPLE_TREES_WITH_METHODS } from "./__tests__/mockProps";
4
7
 
5
8
  export default {
@@ -17,6 +17,12 @@ export default {
17
17
  "Why build on Quip? This is an extra long blurb to test the toc wrapping ability",
18
18
  id: "quip",
19
19
  anchor: "#test3"
20
+ },
21
+ {
22
+ label:
23
+ "SomeLongExampleWordWithoutAnyBreaks and Then a Word",
24
+ id: "long-word",
25
+ anchor: "#test4"
20
26
  }
21
27
  ]
22
28
  };
@@ -9,6 +9,7 @@
9
9
  display: flex;
10
10
  flex-direction: row-reverse;
11
11
  width: var(--dx-c-toc-width);
12
+ word-break: break-word;
12
13
  }
13
14
 
14
15
  .toc_collapsed {