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

+276-144
Large diffs are not rendered by default.

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

+2-2
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

+2-2
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

+4-4
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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/programmatic_init.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
type: 'TEXT',
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
};
3636
// Testing if attributes binding via DOM, setAttribute or direct object manipulation is working.
3737
commonElement.setAttribute('type', configuration.type);

docs/components/myscript-common-element/examples/v3/rest_shape.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
apiversion="V3"
2727
scheme="https"
2828
host="webdemoapi.myscript.com"
29-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
30-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
29+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
30+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
3131
touch-action="none">
3232
</myscript-common-element>
3333
<script>

docs/components/myscript-common-element/examples/v3/rest_text.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
apiversion="V3"
2626
scheme="https"
2727
host="webdemoapi.myscript.com"
28-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
29-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
28+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
29+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
3030
touch-action="none">
3131
</myscript-common-element>
3232
<script>

docs/components/myscript-common-element/examples/v4/import_content.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<!-- 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 -->
5252
<myscript-common-element scheme="https"
5353
host="webdemoapi.myscript.com"
54-
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
55-
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
54+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
55+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
5656
touch-action="none">
5757
</myscript-common-element>
5858
<script>

0 commit comments

Comments
 (0)