@cas-smartdesign/element-base 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 +2 -2
- package/package.json +2 -2
package/dist/docs/doc.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
(function(){const
|
|
1
|
+
(function(){const r=document.createElement("link").relList;if(r&&r.supports&&r.supports("modulepreload"))return;for(const e of document.querySelectorAll('link[rel="modulepreload"]'))o(e);new MutationObserver(e=>{for(const t of e)if(t.type==="childList")for(const s of t.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&o(s)}).observe(document,{childList:!0,subtree:!0});function n(e){const t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin==="use-credentials"?t.credentials="include":e.crossOrigin==="anonymous"?t.credentials="omit":t.credentials="same-origin",t}function o(e){if(e.ep)return;e.ep=!0;const t=n(e);fetch(e.href,t)}})();const i=`<h1 id="@cas-smartdesign/element-base">@cas-smartdesign/element-base</h1>
|
|
2
2
|
<p>Custom element which serves as a basis for elements in the smartdesign scope.</p>
|
|
3
|
-
`;document.querySelector("#markdown-container").innerHTML=
|
|
3
|
+
`;document.querySelector("#markdown-container").innerHTML=i;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/element-base",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Custom element which serves as a basis for elements in the smartdesign scope",
|
|
5
5
|
"main": "dist/element-base-with-externals.js",
|
|
6
6
|
"module": "dist/element-base.mjs",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@cas-smartdesign/license-generator": "^1.6.
|
|
18
|
+
"@cas-smartdesign/license-generator": "^1.6.3"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"version": "pnpm version",
|