@everymatrix/lottery-draw-results 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 (52) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +4 -3
  3. package/dist/cjs/index-40e6760b.js +0 -1252
  4. package/dist/cjs/index.cjs.js +0 -2
  5. package/dist/cjs/loader.cjs.js +0 -21
  6. package/dist/cjs/lottery-bullet_3.cjs.entry.js +0 -564
  7. package/dist/cjs/lottery-draw-results.cjs.js +0 -19
  8. package/dist/collection/collection-manifest.json +0 -25
  9. package/dist/collection/components/lottery-draw-results/lottery-draw-results.css +0 -207
  10. package/dist/collection/components/lottery-draw-results/lottery-draw-results.js +0 -622
  11. package/dist/collection/index.js +0 -1
  12. package/dist/collection/utils/locale.utils.js +0 -93
  13. package/dist/collection/utils/utils.js +0 -3
  14. package/dist/components/index.d.ts +0 -26
  15. package/dist/components/index.js +0 -1
  16. package/dist/components/lottery-bullet.js +0 -6
  17. package/dist/components/lottery-bullet2.js +0 -91
  18. package/dist/components/lottery-draw-results.d.ts +0 -11
  19. package/dist/components/lottery-draw-results.js +0 -346
  20. package/dist/components/lottery-grid.js +0 -6
  21. package/dist/components/lottery-grid2.js +0 -245
  22. package/dist/esm/index-3c2823a2.js +0 -1226
  23. package/dist/esm/index.js +0 -1
  24. package/dist/esm/loader.js +0 -17
  25. package/dist/esm/lottery-bullet_3.entry.js +0 -558
  26. package/dist/esm/lottery-draw-results.js +0 -17
  27. package/dist/esm/polyfills/core-js.js +0 -11
  28. package/dist/esm/polyfills/css-shim.js +0 -1
  29. package/dist/esm/polyfills/dom.js +0 -79
  30. package/dist/esm/polyfills/es5-html-element.js +0 -1
  31. package/dist/esm/polyfills/index.js +0 -34
  32. package/dist/esm/polyfills/system.js +0 -6
  33. package/dist/index.cjs.js +0 -1
  34. package/dist/index.js +0 -1
  35. package/dist/lottery-draw-results/index.esm.js +0 -0
  36. package/dist/lottery-draw-results/lottery-draw-results.esm.js +0 -1
  37. package/dist/lottery-draw-results/p-0eb80b2e.js +0 -1
  38. package/dist/lottery-draw-results/p-ca18f246.entry.js +0 -1
  39. package/dist/stencil.config.js +0 -22
  40. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/lottery-draw-results/.stencil/packages/lottery-draw-results/stencil.config.d.ts +0 -2
  41. package/dist/types/components/lottery-draw-results/lottery-draw-results.d.ts +0 -97
  42. package/dist/types/components.d.ts +0 -181
  43. package/dist/types/index.d.ts +0 -1
  44. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  45. package/dist/types/utils/locale.utils.d.ts +0 -1
  46. package/dist/types/utils/utils.d.ts +0 -1
  47. package/loader/cdn.js +0 -3
  48. package/loader/index.cjs.js +0 -3
  49. package/loader/index.d.ts +0 -12
  50. package/loader/index.es2017.js +0 -3
  51. package/loader/index.js +0 -4
  52. package/loader/package.json +0 -10
@@ -1,207 +0,0 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
2
- :host {
3
- display: block;
4
- font-family: "Roboto", sans-serif;
5
- }
6
-
7
- .TicketInfo {
8
- display: flex;
9
- flex-direction: row;
10
- gap: 15px;
11
- background-color: #009993;
12
- color: #fff;
13
- padding: 12px;
14
- font-size: 14px;
15
- }
16
-
17
- .DrawResultsArea {
18
- margin-top: 15px;
19
- }
20
- .DrawResultsArea.TicketDraws .Content {
21
- padding: 0;
22
- border: 0;
23
- }
24
- .DrawResultsArea.TicketDraws .DrawResultsBody {
25
- padding: 0;
26
- margin-bottom: 5px;
27
- border-radius: 0;
28
- border: 0;
29
- }
30
-
31
- .DrawResultsSection {
32
- max-width: 600px;
33
- margin: 0px auto;
34
- border-radius: 4px;
35
- }
36
-
37
- .DrawResultsHeader {
38
- display: flex;
39
- justify-content: space-between;
40
- padding: 10px 20px;
41
- background-color: #009993;
42
- color: #fff;
43
- font-size: 14px;
44
- border-radius: 4px 4px 0 0;
45
- }
46
- .DrawResultsHeader h4 {
47
- text-transform: uppercase;
48
- font-weight: 400;
49
- margin: 0;
50
- padding-top: 15px;
51
- }
52
-
53
- .DrawResultsBody {
54
- padding: 20px;
55
- margin-bottom: 5px;
56
- border-radius: 0 0 4px 4px;
57
- border: 1px solid #009993;
58
- }
59
- .DrawResultsBody > div {
60
- margin: 10px 0;
61
- }
62
- .DrawResultsBody .NumberOfDrawsContainer {
63
- display: table;
64
- width: 100%;
65
- }
66
-
67
- .DrawNumbersGrid {
68
- display: flex;
69
- flex-direction: column;
70
- gap: 5px;
71
- }
72
- .DrawNumbersGrid label {
73
- display: block;
74
- margin-bottom: 7px;
75
- }
76
-
77
- .Toggle {
78
- cursor: pointer;
79
- display: inline-block;
80
- }
81
-
82
- .ToggleSwitch {
83
- display: inline-block;
84
- background: #ccc;
85
- border-radius: 16px;
86
- width: 58px;
87
- height: 24px;
88
- position: relative;
89
- vertical-align: middle;
90
- transition: background 0.25s;
91
- }
92
- .ToggleSwitch:before, .ToggleSwitch:after {
93
- content: "";
94
- }
95
- .ToggleSwitch:before {
96
- display: block;
97
- background: linear-gradient(to bottom, #fff 0%, #eee 100%);
98
- border-radius: 50%;
99
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
100
- width: 16px;
101
- height: 16px;
102
- position: absolute;
103
- top: 4px;
104
- left: 4px;
105
- transition: left 0.25s;
106
- }
107
-
108
- .Toggle:hover .ToggleSwitch:before {
109
- background: linear-gradient(to bottom, #fff 0%, #fff 100%);
110
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
111
- }
112
-
113
- .ToggleCheckbox:checked + .ToggleSwitch {
114
- background: #56c080;
115
- }
116
-
117
- .ToggleCheckbox:checked + .ToggleSwitch:before {
118
- left: 38px;
119
- }
120
-
121
- .ToggleCheckbox {
122
- position: absolute;
123
- visibility: hidden;
124
- }
125
-
126
- .Label {
127
- position: relative;
128
- }
129
-
130
- .DrawTicketsContainer {
131
- display: flex;
132
- flex-direction: column;
133
- margin: 20px auto 0;
134
- }
135
-
136
- .DrawMultipler {
137
- margin-top: 15px;
138
- }
139
-
140
- .ExpandableBoxes {
141
- position: relative;
142
- display: flex;
143
- flex-direction: column;
144
- border: 1px solid #ccc;
145
- border-radius: 5px;
146
- background-color: white;
147
- }
148
-
149
- .ExpandableBox {
150
- border-bottom: 1px solid #ccc;
151
- transition: height 300ms ease-in-out;
152
- overflow: hidden;
153
- height: 80px;
154
- }
155
- .ExpandableBox:last-child {
156
- border-bottom: 0;
157
- }
158
- .ExpandableBoxHeader {
159
- position: relative;
160
- list-style: none;
161
- outline: 0;
162
- cursor: pointer;
163
- text-transform: uppercase;
164
- transition: color 300ms ease-in-out;
165
- margin-bottom: 24px;
166
- margin-left: 5px;
167
- }
168
- .ShowBox > .ExpandableBoxHeader {
169
- color: #009993;
170
- }
171
- .ExpandableBoxHeader::-webkit-details-marker {
172
- display: none;
173
- }
174
- .ExpandableBoxHeader:before, .ExpandableBoxHeader:after {
175
- content: "";
176
- position: absolute;
177
- }
178
- .ExpandableBoxHeader:before {
179
- right: 21px;
180
- top: 50%;
181
- height: 2px;
182
- margin-top: -1px;
183
- width: 16px;
184
- background: #009993;
185
- }
186
- .ExpandableBoxHeader:after {
187
- right: 28px;
188
- top: 50%;
189
- height: 16px;
190
- margin-top: -8px;
191
- width: 2px;
192
- margin-left: -1px;
193
- background: #009993;
194
- transition: all 300ms ease-in-out;
195
- }
196
- .ShowBox .ExpandableBoxHeader:after {
197
- opacity: 0;
198
- transform: translateY(25%);
199
- }
200
- .ExpandableBoxBody {
201
- padding-top: 0;
202
- font-weight: lighter;
203
- margin-left: 5px;
204
- }
205
- .ExpandableBox.ShowBox {
206
- height: 300px;
207
- }