Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit dd3c137

Browse files
committed
Merge pull request #1 in WS/webcomponents-myscript-text-web from smart-guide to master
* commit '9480a9b5eb772be2091483c164ba8c3cb8455481': [FIX] Enable smart guide fade out [DEV] Examples improvements [DEV] Adapt examples to smart guide [DEV] Smart guide fadeout conf and docs generation [DEV] Smart guide
2 parents a0ffcc2 + 9480a9b commit dd3c137

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+872
-458
lines changed

analysis.json

Lines changed: 276 additions & 144 deletions
Large diffs are not rendered by default.

docs/components/myscript-common-element/examples/dev/debug.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<myscript-common-element debug
2424
scheme="https"
2525
host="webdemoapi.myscript.com"
26-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
27-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
26+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
27+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
2828
touch-action="none">
2929
</myscript-common-element>
3030
</body>

docs/components/myscript-common-element/examples/dev/get_stats.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- Please change applicationkey and hmackey below with those send by mail during your registration. You can re-access them by connecting to your dashboard at developer.myscript.com with your myscript account -->
2525
<myscript-common-element scheme="https"
2626
host="webdemoapi.myscript.com"
27-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
28-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
27+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
28+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
2929
touch-action="none">
3030
</myscript-common-element>
3131
<script>

docs/components/myscript-common-element/examples/non-version-specific/change_language.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
<body>
2828
<myscript-languages-element scheme="https"
2929
host="webdemoapi.myscript.com"
30-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
31-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
30+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
31+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
3232
select>
3333
</myscript-languages-element>
3434
<myscript-common-element
3535
type="TEXT"
3636
scheme="https"
3737
host="webdemoapi.myscript.com"
38-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
39-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
38+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
39+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
4040
touch-action="none">
4141
</myscript-common-element>
4242
<script>

docs/components/myscript-common-element/examples/non-version-specific/custom_controls.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<!-- Please change applicationkey and hmackey below with those send by mail during your registration. You can re-access them by connecting to your dashboard at developer.myscript.com with your myscript account -->
4141
<myscript-common-element scheme="https"
4242
host="webdemoapi.myscript.com"
43-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
44-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
43+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
44+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
4545
ondemand
4646
disablecontrols
4747
touch-action="none">

docs/components/myscript-common-element/examples/non-version-specific/customize_style.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
<!-- Please change applicationkey and hmackey below with those send by mail during your registration. You can re-access them by connecting to your dashboard at developer.myscript.com with your myscript account -->
8181
<myscript-common-element scheme="https"
8282
host="webdemoapi.myscript.com"
83-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
84-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
83+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
84+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
8585
themewidth="2"
8686
themecolor="#FFFFFF"
8787
touch-action="none">

docs/components/myscript-common-element/examples/non-version-specific/get_languages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<body>
2121
<myscript-languages-element scheme="https"
2222
host="webdemoapi.myscript.com"
23-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
24-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
23+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
24+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
2525
select>
2626
</myscript-languages-element>
2727
</body>

docs/components/myscript-common-element/examples/non-version-specific/get_languages_programmatic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
const configuration = {
3131
scheme: 'https',
3232
host: 'webdemoapi.myscript.com',
33-
applicationKey: '515131ab-35fa-411c-bb4d-3917e00faf60',
34-
hmacKey: '54b2ca8a-6752-469d-87dd-553bb450e9ad',
33+
applicationKey: '7d223f9e-a3cb-4213-ba4b-85e930605f8b',
34+
hmacKey: '5ab1935e-529a-4d48-a695-158450e52b13',
3535
sortByValue: true
3636
};
3737
// Testing if attributes binding via DOM, setAttribute or direct object manipulation is working.

docs/components/myscript-common-element/examples/non-version-specific/get_started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<!-- Please change applicationkey and hmackey below with those send by mail during your registration. You can re-access them by connecting to your dashboard at developer.myscript.com with your myscript account -->
2828
<myscript-common-element scheme="https"
2929
host="webdemoapi.myscript.com"
30-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
31-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
30+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
31+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
3232
touch-action="none">
3333
</myscript-common-element>
3434
<script>

docs/components/myscript-common-element/examples/non-version-specific/handle_exports.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- Please change applicationkey and hmackey below with those send by mail during your registration. You can re-access them by connecting to your dashboard at developer.myscript.com with your myscript account -->
2525
<myscript-common-element scheme="https"
2626
host="webdemoapi.myscript.com"
27-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
28-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
27+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
28+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
2929
touch-action="none">
3030
</myscript-common-element>
3131
<script>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy