@cas-smartdesign/group 4.0.1 → 4.0.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/dist/docs/doc.mjs CHANGED
@@ -96,5 +96,4 @@ https://github.com/highlightjs/highlight.js/issues/2277`),A=u,v=d),w===void 0&&(
96
96
  </ul>
97
97
  </li>
98
98
  </ul>
99
- <h2 id="examples">Examples</h2>
100
- `;document.querySelector("#markdown-container").innerHTML=Bo;Lo(Object.assign({"./examples/declarative/index.ts":Tr}));
99
+ `,Do=document.querySelector("#markdown-container");Do.innerHTML=Bo;Lo(Object.assign({"./examples/declarative/index.ts":Tr}),document.querySelector(".markdown-body"));
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/group",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "A component which encloses the look and feel of a group",
5
5
  "main": "dist/group-with-externals.js",
6
6
  "module": "dist/group.mjs",
7
7
  "types": "dist/group.d.ts",
8
8
  "license": "SEE LICENSE IN LICENSE",
9
9
  "dependencies": {
10
- "@cas-smartdesign/element-base": "^5.0.1"
10
+ "@cas-smartdesign/element-base": "^5.0.2"
11
11
  },
12
12
  "files": [
13
13
  "dist",
@@ -18,8 +18,8 @@
18
18
  "access": "public"
19
19
  },
20
20
  "devDependencies": {
21
- "@cas-smartdesign/element-preview": "^0.2.1",
22
- "@cas-smartdesign/license-generator": "^1.6.1"
21
+ "@cas-smartdesign/license-generator": "^1.6.3",
22
+ "@cas-smartdesign/element-preview": "^0.2.2"
23
23
  },
24
24
  "scripts": {
25
25
  "version": "pnpm version",
package/readme.md CHANGED
@@ -12,5 +12,3 @@ A component which encloses the look and feel of a group.
12
12
  - Defines the background color (default is white)
13
13
  - `--sd-group-padding`
14
14
  - Defines the padding size (default is 24px)
15
-
16
- ## Examples