@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 +1 -2
- package/package.json +4 -4
- package/readme.md +0 -2
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
|
-
|
|
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.
|
|
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.
|
|
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/
|
|
22
|
-
"@cas-smartdesign/
|
|
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