@everymatrix/player-lugas-limit 1.31.2 → 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 +4 -7
  3. package/dist/cjs/index-6a3e6de8.js +0 -1230
  4. package/dist/cjs/index.cjs.js +0 -2
  5. package/dist/cjs/loader.cjs.js +0 -21
  6. package/dist/cjs/player-lugas-limit.cjs.entry.js +0 -452
  7. package/dist/cjs/player-lugas-limit.cjs.js +0 -19
  8. package/dist/collection/collection-manifest.json +0 -12
  9. package/dist/collection/components/player-lugas-limit/player-lugas-limit.css +0 -181
  10. package/dist/collection/components/player-lugas-limit/player-lugas-limit.js +0 -571
  11. package/dist/collection/index.js +0 -1
  12. package/dist/collection/utils/locale.utils.js +0 -192
  13. package/dist/collection/utils/utils.js +0 -0
  14. package/dist/components/index.d.ts +0 -26
  15. package/dist/components/index.js +0 -1
  16. package/dist/components/player-lugas-limit.d.ts +0 -11
  17. package/dist/components/player-lugas-limit.js +0 -493
  18. package/dist/esm/index-4c4101b9.js +0 -1204
  19. package/dist/esm/index.js +0 -1
  20. package/dist/esm/loader.js +0 -17
  21. package/dist/esm/player-lugas-limit.entry.js +0 -448
  22. package/dist/esm/player-lugas-limit.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/index.cjs.js +0 -1
  30. package/dist/index.js +0 -1
  31. package/dist/player-lugas-limit/index.esm.js +0 -0
  32. package/dist/player-lugas-limit/p-b1c65b2e.entry.js +0 -1
  33. package/dist/player-lugas-limit/p-d4aa7282.js +0 -1
  34. package/dist/player-lugas-limit/player-lugas-limit.esm.js +0 -1
  35. package/dist/stencil.config.js +0 -22
  36. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/player-lugas-limit/.stencil/packages/player-lugas-limit/stencil.config.d.ts +0 -2
  37. package/dist/types/components/player-lugas-limit/player-lugas-limit.d.ts +0 -83
  38. package/dist/types/components.d.ts +0 -130
  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 -2
  42. package/dist/types/utils/utils.d.ts +0 -0
  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,181 +0,0 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
2
- :host {
3
- font-family: "Roboto", sans-serif;
4
- }
5
-
6
- .ModalContainer {
7
- position: absolute;
8
- top: 0;
9
- left: 0;
10
- width: 100vw;
11
- height: 100vh;
12
- background-color: rgba(0, 0, 0, 0.5);
13
- display: flex;
14
- justify-content: center;
15
- align-items: center;
16
- font-size: 12px;
17
- container-type: inline-size;
18
- }
19
- .ModalContainer .Container {
20
- position: fixed;
21
- top: 30vh;
22
- width: 25%;
23
- background: #fff;
24
- display: flex;
25
- flex-direction: column;
26
- justify-content: space-between;
27
- border-radius: 4px;
28
- transform: scale(1.1);
29
- }
30
- .ModalContainer .ModalHeader {
31
- display: flex;
32
- justify-content: space-between;
33
- align-items: center;
34
- background-color: #ffffff;
35
- border-radius: 4px 4px 0px 0px;
36
- padding: 10px;
37
- }
38
- .ModalContainer .ModalBody {
39
- background: #F5F6F6;
40
- padding: 16px 10px 10px;
41
- container-type: inline-size;
42
- border-radius: 4px;
43
- }
44
- .ModalContainer .ModalBody hr {
45
- border: 1px solid rgba(0, 0, 0, 0.1);
46
- margin: 12px 0px;
47
- }
48
- .ModalContainer .ModalBody p {
49
- margin: 0;
50
- }
51
- .ModalContainer .ModalBody .ValidatorContainer {
52
- display: flex;
53
- flex-direction: column;
54
- justify-content: space-between;
55
- }
56
- .ModalContainer .ModalBody .ValidatorContainer .CrossProvider {
57
- background-color: #404350;
58
- color: white;
59
- margin: 5px 0px;
60
- padding: 10px 15px;
61
- border-radius: 2px;
62
- }
63
- .ModalContainer .ModalBody .ValidatorContainer .CrossProvider svg {
64
- position: absolute;
65
- width: 5px;
66
- height: 28px;
67
- }
68
- .ModalContainer .ModalBody .ValidatorContainer .CrossProvider p {
69
- padding-left: 15px;
70
- }
71
- .ModalContainer .ModalBody .ValidatorContainer .Paragraphs {
72
- padding: 5px 0px;
73
- }
74
- .ModalContainer .ModalBody .ValidatorContainer .Paragraphs p {
75
- padding: 5px 0px;
76
- }
77
- .ModalContainer .ModalBody .ValidatorContainer .ContainerButtons {
78
- display: flex;
79
- justify-content: space-around;
80
- gap: 10px;
81
- padding-top: 5px;
82
- }
83
- .ModalContainer .ModalBody .ValidatorContainer .ContainerButtons .FirstButton {
84
- background-color: #ffffff;
85
- font-weight: bold;
86
- color: #002554;
87
- font-size: 10px;
88
- border: 2.5px solid #dee2e6;
89
- width: 100%;
90
- cursor: pointer;
91
- }
92
- .ModalContainer .ModalBody .ValidatorContainer .ContainerButtons .SecondButton {
93
- background-color: #6BB816;
94
- border: none;
95
- cursor: pointer;
96
- font-weight: bold;
97
- font-size: 10px;
98
- color: #ffffff;
99
- width: 100%;
100
- }
101
- .ModalContainer .ModalBody .ValidatorContainer .ContainerButtons button {
102
- width: 240px;
103
- height: 30px;
104
- }
105
- .ModalContainer .ModalFooter {
106
- display: flex;
107
- justify-content: center;
108
- background-color: rgba(161, 156, 156, 0.11);
109
- margin: 5px 0px;
110
- }
111
- .ModalContainer .ModalFooter .Dropdown {
112
- background-color: white;
113
- padding: 8px;
114
- width: 100%;
115
- border: 1px solid #dee2e6;
116
- }
117
- .ModalContainer .ModalFooter .Dropdown .InvalidParagraph {
118
- font-size: 10px;
119
- color: #FF0000;
120
- }
121
- .ModalContainer .ModalFooter .Dropdown .DropdownInput {
122
- display: flex;
123
- flex-direction: row;
124
- width: 100%;
125
- gap: 10px;
126
- }
127
- .ModalContainer .ModalFooter .Dropdown .DropdownInput input {
128
- flex: 4;
129
- border: 1px solid #E3E3E3;
130
- }
131
- .ModalContainer .ModalFooter .Dropdown .DropdownInput button {
132
- padding: 2px;
133
- cursor: pointer;
134
- transition: background-color 0.2s ease-in-out 0s;
135
- flex: 1;
136
- font-size: 10px;
137
- }
138
- .ModalContainer .ModalFooter .Dropdown .DropdownInput button:enabled {
139
- background-color: #6BB816;
140
- color: #ffffff;
141
- font-weight: bold;
142
- border: none;
143
- border: 2.5px solid rgba(255, 255, 255, 0);
144
- }
145
- .ModalContainer .ModalFooter .Dropdown .DropdownInput button:disabled {
146
- background-color: #ffffff;
147
- color: #002554;
148
- font-weight: bold;
149
- cursor: not-allowed;
150
- border: 1px solid #E3E3E3;
151
- }
152
- .ModalContainer .ModalFooter .Dropdown .DropdownInput:first-child {
153
- margin-left: 0px;
154
- display: flex;
155
- padding: 10px 0px;
156
- justify-content: center;
157
- }
158
- .ModalContainer .ModalFooter .Dropdown .DropdownInput .InvalidInput {
159
- border: 1px solid #FF0000;
160
- }
161
-
162
- input {
163
- /* Firefox */
164
- -moz-appearance: textfield;
165
- /* Chrome, Safari, Edge, Opera */
166
- }
167
- input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
168
- -webkit-appearance: none;
169
- margin: 0;
170
- }
171
-
172
- @container (max-width: 1300px) {
173
- .ModalContainer .Container {
174
- width: 50%;
175
- }
176
- }
177
- @container (max-width: 800px) {
178
- .ModalContainer .Container {
179
- width: 70%;
180
- }
181
- }