@everymatrix/general-tutorial-slider 1.32.4 → 1.33.1

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/dist/cjs/general-tutorial-slider.cjs.entry.js +344 -0
  2. package/dist/cjs/general-tutorial-slider.cjs.js +19 -0
  3. package/dist/cjs/index-18ec3908.js +1282 -0
  4. package/dist/cjs/index.cjs.js +2 -0
  5. package/dist/cjs/loader.cjs.js +21 -0
  6. package/dist/collection/collection-manifest.json +12 -0
  7. package/dist/collection/components/general-tutorial-slider/general-tutorial-slider.css +168 -0
  8. package/dist/collection/components/general-tutorial-slider/general-tutorial-slider.js +526 -0
  9. package/dist/collection/index.js +1 -0
  10. package/dist/collection/utils/locale.utils.js +40 -0
  11. package/dist/collection/utils/utils.js +39 -0
  12. package/dist/components/general-tutorial-slider.d.ts +11 -0
  13. package/dist/components/general-tutorial-slider.js +377 -0
  14. package/dist/components/index.d.ts +26 -0
  15. package/dist/components/index.js +1 -0
  16. package/dist/esm/general-tutorial-slider.entry.js +340 -0
  17. package/dist/esm/general-tutorial-slider.js +17 -0
  18. package/dist/esm/index-a2165162.js +1256 -0
  19. package/dist/esm/index.js +1 -0
  20. package/dist/esm/loader.js +17 -0
  21. package/dist/esm/polyfills/core-js.js +11 -0
  22. package/dist/esm/polyfills/css-shim.js +1 -0
  23. package/dist/esm/polyfills/dom.js +79 -0
  24. package/dist/esm/polyfills/es5-html-element.js +1 -0
  25. package/dist/esm/polyfills/index.js +34 -0
  26. package/dist/esm/polyfills/system.js +6 -0
  27. package/dist/general-tutorial-slider/general-tutorial-slider.esm.js +1 -0
  28. package/dist/general-tutorial-slider/index.esm.js +0 -0
  29. package/dist/general-tutorial-slider/p-a5ce3c59.entry.js +1 -0
  30. package/dist/general-tutorial-slider/p-a878ee14.js +1 -0
  31. package/dist/index.cjs.js +1 -0
  32. package/dist/index.js +1 -0
  33. package/dist/stencil.config.js +22 -0
  34. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/general-tutorial-slider/.stencil/packages/general-tutorial-slider/stencil.config.d.ts +2 -0
  35. package/dist/types/components/general-tutorial-slider/general-tutorial-slider.d.ts +90 -0
  36. package/dist/types/components.d.ts +141 -0
  37. package/dist/types/index.d.ts +1 -0
  38. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  39. package/dist/types/utils/locale.utils.d.ts +1 -0
  40. package/dist/types/utils/utils.d.ts +9 -0
  41. package/loader/cdn.js +3 -0
  42. package/loader/index.cjs.js +3 -0
  43. package/loader/index.d.ts +12 -0
  44. package/loader/index.es2017.js +3 -0
  45. package/loader/index.js +4 -0
  46. package/loader/package.json +10 -0
  47. package/package.json +2 -3
  48. package/LICENSE +0 -21
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
@@ -0,0 +1,21 @@
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;
@@ -0,0 +1,12 @@
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
+ }
@@ -0,0 +1,168 @@
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
+ }