@cas-smartdesign/button 5.0.1 → 5.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
@@ -247,8 +247,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),A=u,v=f),w===void 0&&(
247
247
  </ul>
248
248
  </li>
249
249
  </ul>
250
- <h2 id="examples">Examples</h2>
251
- `;document.querySelector("#markdown-container").innerHTML=ia;ea(Object.assign({"./examples/created_from_source/index.ts":ji,"./examples/declarative/index.ts":Ui,"./examples/declarative_with_source/index.ts":Zi,"./examples/html_form/index.ts":Ji}));export{de as B};
250
+ `,ra=document.querySelector("#markdown-container");ra.innerHTML=ia;ea(Object.assign({"./examples/created_from_source/index.ts":ji,"./examples/declarative/index.ts":Ui,"./examples/declarative_with_source/index.ts":Zi,"./examples/html_form/index.ts":Ji}),document.querySelector(".markdown-body"));export{de as B};
252
251
  function __vite__mapDeps(indexes) {
253
252
  if (!__vite__mapDeps.viteFileDeps) {
254
253
  __vite__mapDeps.viteFileDeps = []
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/button",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "A button element which encloses the look and feel of the smartdesign button",
5
5
  "main": "dist/button-with-externals.js",
6
6
  "module": "dist/button.mjs",
7
7
  "types": "dist/button.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/license-generator": "^1.6.1",
22
- "@cas-smartdesign/element-preview": "^0.2.1"
21
+ "@cas-smartdesign/element-preview": "^0.2.2",
22
+ "@cas-smartdesign/license-generator": "^1.6.3"
23
23
  },
24
24
  "scripts": {
25
25
  "version": "pnpm version",
package/readme.md CHANGED
@@ -24,5 +24,3 @@ A button element which encloses the look and feel of the smartdesign button.
24
24
  - Defines the value of margin-left, margin-right (default is 8px)
25
25
  - `--sd-button-max-icon-size`
26
26
  - Defines the value of max-width, max-height (default is 32px)
27
-
28
- ## Examples