@cas-smartdesign/app-banner 0.2.4 → 0.2.5
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
|
@@ -363,8 +363,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),O=h,E=g),w===void 0&&(
|
|
|
363
363
|
</ul>
|
|
364
364
|
</li>
|
|
365
365
|
</ul>
|
|
366
|
-
|
|
367
|
-
`;document.querySelector("#markdown-container").innerHTML=xl;yl(Object.assign({"./examples/1. App banner with a fixed position/index.ts":jr,"./examples/2. App Banner in the code flow/index.ts":Hr}));
|
|
366
|
+
`,El=document.querySelector("#markdown-container");El.innerHTML=xl;yl(Object.assign({"./examples/1. App banner with a fixed position/index.ts":jr,"./examples/2. App Banner in the code flow/index.ts":Hr}),document.querySelector(".markdown-body"));
|
|
368
367
|
function __vite__mapDeps(indexes) {
|
|
369
368
|
if (!__vite__mapDeps.viteFileDeps) {
|
|
370
369
|
__vite__mapDeps.viteFileDeps = []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/app-banner",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "A popover element that is shown when deeplinks to SmartDesign are opened on mobile devices. It contains a link to open the page in the mobile app instead of the system broswer of the mobile device.",
|
|
5
5
|
"main": "dist/app-banner-with-externals.js",
|
|
6
6
|
"module": "dist/app-banner.mjs",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"license": "SEE LICENSE IN LICENSE",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"lit": "^2.8.0",
|
|
11
|
-
"@cas-smartdesign/button": "^5.0.
|
|
11
|
+
"@cas-smartdesign/button": "^5.0.2"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@cas-smartdesign/element-preview": "^0.2.
|
|
23
|
-
"@cas-smartdesign/license-generator": "^1.6.
|
|
22
|
+
"@cas-smartdesign/element-preview": "^0.2.2",
|
|
23
|
+
"@cas-smartdesign/license-generator": "^1.6.3"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"version": "pnpm version",
|
package/readme.md
CHANGED
|
@@ -33,5 +33,3 @@ An element that functions as an app banner and can be used to reference another
|
|
|
33
33
|
- If you want to place it at the top, use "top"
|
|
34
34
|
- If you want to place it at the bottom, use "bottom"
|
|
35
35
|
- If this attribute's value is empty, you can apply your own CSS style. See in the second example.
|
|
36
|
-
|
|
37
|
-
## Examples
|