@everymatrix/general-tutorial-slider 1.31.1 → 1.32.4

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.
Files changed (48) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +3 -2
  3. package/dist/cjs/general-tutorial-slider.cjs.entry.js +0 -344
  4. package/dist/cjs/general-tutorial-slider.cjs.js +0 -19
  5. package/dist/cjs/index-18ec3908.js +0 -1282
  6. package/dist/cjs/index.cjs.js +0 -2
  7. package/dist/cjs/loader.cjs.js +0 -21
  8. package/dist/collection/collection-manifest.json +0 -12
  9. package/dist/collection/components/general-tutorial-slider/general-tutorial-slider.css +0 -168
  10. package/dist/collection/components/general-tutorial-slider/general-tutorial-slider.js +0 -526
  11. package/dist/collection/index.js +0 -1
  12. package/dist/collection/utils/locale.utils.js +0 -40
  13. package/dist/collection/utils/utils.js +0 -39
  14. package/dist/components/general-tutorial-slider.d.ts +0 -11
  15. package/dist/components/general-tutorial-slider.js +0 -377
  16. package/dist/components/index.d.ts +0 -26
  17. package/dist/components/index.js +0 -1
  18. package/dist/esm/general-tutorial-slider.entry.js +0 -340
  19. package/dist/esm/general-tutorial-slider.js +0 -17
  20. package/dist/esm/index-a2165162.js +0 -1256
  21. package/dist/esm/index.js +0 -1
  22. package/dist/esm/loader.js +0 -17
  23. package/dist/esm/polyfills/core-js.js +0 -11
  24. package/dist/esm/polyfills/css-shim.js +0 -1
  25. package/dist/esm/polyfills/dom.js +0 -79
  26. package/dist/esm/polyfills/es5-html-element.js +0 -1
  27. package/dist/esm/polyfills/index.js +0 -34
  28. package/dist/esm/polyfills/system.js +0 -6
  29. package/dist/general-tutorial-slider/general-tutorial-slider.esm.js +0 -1
  30. package/dist/general-tutorial-slider/index.esm.js +0 -0
  31. package/dist/general-tutorial-slider/p-a5ce3c59.entry.js +0 -1
  32. package/dist/general-tutorial-slider/p-a878ee14.js +0 -1
  33. package/dist/index.cjs.js +0 -1
  34. package/dist/index.js +0 -1
  35. package/dist/stencil.config.js +0 -22
  36. package/dist/types/Users/sebastian.strulea/Documents/work/widgets-stencil/packages/general-tutorial-slider/.stencil/packages/general-tutorial-slider/stencil.config.d.ts +0 -2
  37. package/dist/types/components/general-tutorial-slider/general-tutorial-slider.d.ts +0 -90
  38. package/dist/types/components.d.ts +0 -141
  39. package/dist/types/index.d.ts +0 -1
  40. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  41. package/dist/types/utils/locale.utils.d.ts +0 -1
  42. package/dist/types/utils/utils.d.ts +0 -9
  43. package/loader/cdn.js +0 -3
  44. package/loader/index.cjs.js +0 -3
  45. package/loader/index.d.ts +0 -12
  46. package/loader/index.es2017.js +0 -3
  47. package/loader/index.js +0 -4
  48. package/loader/package.json +0 -10
@@ -1,2 +0,0 @@
1
- 'use strict';
2
-
@@ -1,21 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-18ec3908.js');
6
-
7
- /*
8
- Stencil Client Patch Esm v2.15.2 | MIT Licensed | https://stenciljs.com
9
- */
10
- const patchEsm = () => {
11
- return index.promiseResolve();
12
- };
13
-
14
- const defineCustomElements = (win, options) => {
15
- if (typeof window === 'undefined') return Promise.resolve();
16
- return patchEsm().then(() => {
17
- return index.bootstrapLazy([["general-tutorial-slider.cjs",[[1,"general-tutorial-slider",{"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"language":[513],"cmsEndpoint":[513,"cms-endpoint"],"userRoles":[513,"user-roles"],"cmsEnv":[513,"cms-env"],"showSliderDots":[516,"show-slider-dots"],"showSliderArrows":[516,"show-slider-arrows"],"showSliderArrowsMobile":[516,"show-slider-arrows-mobile"],"enableAutoScroll":[516,"enable-auto-scroll"],"intervalPeriod":[514,"interval-period"],"scrollItems":[520,"scroll-items"],"itemsPerPage":[514,"items-per-page"],"hasErrors":[32],"limitStylingAppends":[32],"isLoading":[32],"activeIndex":[32],"tutorialElementWidth":[32]}]]]], options);
18
- });
19
- };
20
-
21
- exports.defineCustomElements = defineCustomElements;
@@ -1,12 +0,0 @@
1
- {
2
- "entries": [
3
- "./components/general-tutorial-slider/general-tutorial-slider.js"
4
- ],
5
- "compiler": {
6
- "name": "@stencil/core",
7
- "version": "2.15.2",
8
- "typescriptVersion": "4.5.4"
9
- },
10
- "collections": [],
11
- "bundles": []
12
- }
@@ -1,168 +0,0 @@
1
- :host {
2
- display: block;
3
- }
4
-
5
- .GeneralTutorialSliderError {
6
- display: flex;
7
- justify-content: center;
8
- flex-direction: column;
9
- }
10
- .GeneralTutorialSliderError.TitleError {
11
- color: red;
12
- }
13
-
14
- main {
15
- width: 100%;
16
- overflow: hidden;
17
- }
18
-
19
- .TutorialWrapper {
20
- width: 100%;
21
- display: flex;
22
- flex: 0 0 auto;
23
- justify-content: center;
24
- flex-direction: column;
25
- overflow: auto;
26
- }
27
-
28
- .TutorialContent {
29
- display: flex;
30
- justify-content: center;
31
- flex-direction: row;
32
- }
33
-
34
- .TutorialItems {
35
- display: flex;
36
- transition: transform 0.4s ease-in-out;
37
- transform: translateX(0px);
38
- }
39
-
40
- .TutorialItem {
41
- flex: 0 0 auto;
42
- display: flex;
43
- flex-direction: column;
44
- justify-content: flex-start;
45
- align-items: center;
46
- color: #000;
47
- background-color: #f5f5f5;
48
- border-radius: 5px;
49
- user-select: none;
50
- }
51
- .TutorialItem .ItemTitle {
52
- padding: 25px 15px;
53
- font-size: 18px;
54
- font-weight: 600;
55
- color: var(--emfe-w-color-secondary, #FD2839);
56
- }
57
- .TutorialItem .ItemImage {
58
- overflow: hidden;
59
- }
60
- .TutorialItem .ItemImage img, .TutorialItem .ItemImage video {
61
- height: auto;
62
- width: 450px;
63
- }
64
- .TutorialItem .ItemDescription {
65
- font-size: 14px;
66
- padding: 25px 15px;
67
- font-weight: 400;
68
- color: #000;
69
- }
70
-
71
- .SliderNavButton {
72
- border: 0px;
73
- width: 25px;
74
- display: flex;
75
- align-items: center;
76
- justify-content: center;
77
- }
78
- .SliderNavButton svg {
79
- width: 20px;
80
- stroke: var(--emfe-w-color-secondary, #FD2839);
81
- }
82
-
83
- .DisabledArrow svg {
84
- opacity: 0.2;
85
- stroke: var(--emfe-w-color-secondary, #FD2839);
86
- pointer-events: none;
87
- }
88
-
89
- .DotsWrapper {
90
- width: 100%;
91
- margin: 0 auto;
92
- margin-top: 20px;
93
- height: 30px;
94
- }
95
- .DotsWrapper ul.Dots {
96
- display: flex;
97
- justify-content: center;
98
- padding: 0;
99
- }
100
- .DotsWrapper ul.Dots li {
101
- height: 10px;
102
- width: 10px;
103
- background: #ccc;
104
- border-radius: 50%;
105
- margin-left: 3px;
106
- margin-right: 3px;
107
- list-style: none;
108
- cursor: pointer;
109
- }
110
- .DotsWrapper ul.Dots li:hover {
111
- background: #bbb;
112
- }
113
- .DotsWrapper ul.Dots li.active {
114
- border: solid 1px var(--emfe-w-color-secondary, #FD2839);
115
- background: var(--emfe-w-color-secondary, #FD2839);
116
- }
117
- .DotsWrapper ul.Dots li.default {
118
- border: solid 1px var(--emfe-w-color-secondary, #FD2839);
119
- background-color: #FFF;
120
- }
121
-
122
- @container (max-width: 475px) {
123
- @media screen and (orientation: landscape) {
124
- .TutorialItem {
125
- width: 100%;
126
- }
127
- }
128
- main {
129
- height: 90cqh;
130
- }
131
-
132
- .TutorialItems {
133
- height: inherit;
134
- }
135
-
136
- .TutorialItem {
137
- min-width: 100%;
138
- max-height: 800px;
139
- overflow: auto;
140
- display: flex;
141
- flex-direction: column;
142
- justify-content: flex-start;
143
- align-items: center;
144
- color: #000;
145
- background-color: #f5f5f5;
146
- border-radius: 5px;
147
- user-select: none;
148
- }
149
- .TutorialItem .ItemTitle {
150
- padding: 25px 15px;
151
- font-size: 18px;
152
- font-weight: 600;
153
- color: var(--emfe-w-color-secondary, #FD2839);
154
- }
155
- .TutorialItem .ItemImage {
156
- min-height: 200px;
157
- }
158
- .TutorialItem .ItemImage img, .TutorialItem .ItemImage video {
159
- height: auto;
160
- width: 100%;
161
- }
162
- .TutorialItem .ItemDescription {
163
- font-size: 14px;
164
- padding: 25px 15px;
165
- font-weight: 400;
166
- color: #000;
167
- }
168
- }