@cas-smartdesign/login-loading-indicator 3.0.2 → 3.0.3
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
|
@@ -216,8 +216,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),A=u,v=d),w===void 0&&(
|
|
|
216
216
|
</ul>
|
|
217
217
|
</li>
|
|
218
218
|
</ul>
|
|
219
|
-
|
|
220
|
-
`;document.querySelector("#markdown-container").innerHTML=ia;ea(Object.assign({"./examples/logo-only/index.ts":zi,"./examples/title-and-logo/index.ts":Wi,"./examples/with_hints/index.ts":Vi}));export{fe as L};
|
|
219
|
+
`,ra=document.querySelector("#markdown-container");ra.innerHTML=ia;ea(Object.assign({"./examples/logo-only/index.ts":zi,"./examples/title-and-logo/index.ts":Wi,"./examples/with_hints/index.ts":Vi}),document.querySelector(".markdown-body"));export{fe as L};
|
|
221
220
|
function __vite__mapDeps(indexes) {
|
|
222
221
|
if (!__vite__mapDeps.viteFileDeps) {
|
|
223
222
|
__vite__mapDeps.viteFileDeps = []
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/login-loading-indicator",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "A login loading indicator which fits into the UI of SmartDesign.",
|
|
5
5
|
"main": "dist/login-loading-indicator-with-externals.js",
|
|
6
6
|
"module": "dist/login-loading-indicator.mjs",
|
|
7
7
|
"types": "dist/login-loading-indicator.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/element-preview": "^0.2.
|
|
22
|
-
"@cas-smartdesign/license-generator": "^1.6.
|
|
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