@gataca/qr 2.0.2 → 2.0.3
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.
- package/dist/cjs/gataca-autoqr_6.cjs.entry.js +638 -0
- package/dist/cjs/gatacaqr.cjs.js +19 -0
- package/dist/cjs/index-4be0cdca.js +1435 -0
- package/dist/cjs/index.cjs.js +16 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/utils-383ee834.js +26 -0
- package/dist/collection/assets/icons/gat-icon-alert.svg +5 -0
- package/dist/collection/assets/icons/gat-icon-check.svg +5 -0
- package/dist/collection/assets/icons/gat-icon-refresh.svg +4 -0
- package/dist/collection/assets/images/logo_gataca.svg +26 -0
- package/dist/collection/collection-manifest.json +17 -0
- package/dist/collection/components/gataca-autoqr/gataca-autoqr.css +116 -0
- package/dist/collection/components/gataca-autoqr/gataca-autoqr.js +323 -0
- package/dist/collection/components/gataca-qr/gataca-qr.css +261 -0
- package/dist/collection/components/gataca-qr/gataca-qr.js +828 -0
- package/dist/collection/components/gataca-qrdisplay/gataca-qrdisplay.js +154 -0
- package/dist/collection/components/gataca-qrws/gataca-qrws.css +251 -0
- package/dist/collection/components/gataca-qrws/gataca-qrws.js +566 -0
- package/dist/collection/components/gataca-ssibutton/gataca-ssibutton.css +116 -0
- package/dist/collection/components/gataca-ssibutton/gataca-ssibutton.js +679 -0
- package/dist/collection/components/gataca-ssibuttonws/gataca-ssibuttonws.css +116 -0
- package/dist/collection/components/gataca-ssibuttonws/gataca-ssibuttonws.js +410 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/utils/index.js +1 -0
- package/dist/collection/utils/utils.js +21 -0
- package/dist/{gatacaqr/gat-icon-refresh-8d3dc25f.js → components/gat-icon-refresh.js} +23 -1
- package/dist/{gatacaqr/gataca-autoqr.entry.js → components/gataca-autoqr.js} +67 -7
- package/dist/components/gataca-qr.js +6 -0
- package/dist/components/gataca-qr2.js +227 -0
- package/dist/components/gataca-qrdisplay.js +6 -0
- package/dist/components/gataca-qrdisplay2.js +93 -0
- package/dist/components/gataca-qrws.js +6 -0
- package/dist/{gatacaqr/gataca-qrws.entry.js → components/gataca-qrws2.js} +50 -10
- package/dist/components/gataca-ssibutton.js +6 -0
- package/dist/{gatacaqr/gataca-ssibutton.entry.js → components/gataca-ssibutton2.js} +83 -9
- package/dist/components/gataca-ssibuttonws.js +6 -0
- package/dist/{gatacaqr/gataca-ssibuttonws.entry.js → components/gataca-ssibuttonws2.js} +53 -7
- package/dist/components/index.js +8 -0
- package/dist/esm/gataca-autoqr_6.entry.js +629 -0
- package/dist/esm/gatacaqr.js +17 -0
- package/dist/esm/index-80311733.js +1409 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/gatacaqr/gatacaqr.esm.js +1 -129
- package/dist/gatacaqr/index.esm.js +1 -1
- package/dist/gatacaqr/p-a5648391.js +2 -0
- package/dist/gatacaqr/p-b37057bb.entry.js +1 -0
- package/dist/gatacaqr/p-b8ba109f.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/gataca-qr/gataca-qr.d.ts +75 -0
- package/dist/types/components/gataca-ssibutton/gataca-ssibutton.d.ts +75 -0
- package/dist/types/components.d.ts +240 -0
- package/package.json +1 -1
- package/dist/gatacaqr/app-globals-0f993ce5.js +0 -3
- package/dist/gatacaqr/css-shim-8eec97b3.js +0 -4
- package/dist/gatacaqr/dom-1b0cf05d.js +0 -73
- package/dist/gatacaqr/gataca-qr.entry.js +0 -171
- package/dist/gatacaqr/gataca-qrdisplay-0320bb25.js +0 -97
- package/dist/gatacaqr/gataca-qrdisplay.entry.js +0 -2
- package/dist/gatacaqr/index-d0db23e4.js +0 -3262
- package/dist/gatacaqr/shadow-css-146f2f6f.js +0 -387
- /package/dist/{gatacaqr → esm}/utils-05ba6c9f.js +0 -0
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;300;400;500;600;700&display=swap");
|
|
2
|
+
/* http://meyerweb.com/eric/tools/css/reset/
|
|
3
|
+
v2.0 | 20110126
|
|
4
|
+
License: none (public domain)
|
|
5
|
+
*/
|
|
6
|
+
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap");
|
|
7
|
+
html, body, div, span, applet, object, iframe,
|
|
8
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
9
|
+
a, abbr, acronym, address, big, cite, code,
|
|
10
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
11
|
+
small, strike, strong, sub, sup, tt, var,
|
|
12
|
+
b, u, i, center,
|
|
13
|
+
dl, dt, dd, ol, ul, li,
|
|
14
|
+
fieldset, form, label, legend,
|
|
15
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
16
|
+
article, aside, canvas, details, embed,
|
|
17
|
+
figure, figcaption, footer, header, hgroup,
|
|
18
|
+
menu, nav, output, ruby, section, summary,
|
|
19
|
+
time, mark, audio, video {
|
|
20
|
+
margin: 0;
|
|
21
|
+
padding: 0;
|
|
22
|
+
border: 0;
|
|
23
|
+
font-size: 100%;
|
|
24
|
+
font: inherit;
|
|
25
|
+
vertical-align: baseline;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* HTML5 display-role reset for older browsers */
|
|
29
|
+
article, aside, details, figcaption, figure,
|
|
30
|
+
footer, header, hgroup, menu, nav, section {
|
|
31
|
+
display: block;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
body {
|
|
35
|
+
line-height: 1;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
ol, ul {
|
|
39
|
+
list-style: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
blockquote, q {
|
|
43
|
+
quotes: none;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
blockquote:before, blockquote:after,
|
|
47
|
+
q:before, q:after {
|
|
48
|
+
content: "";
|
|
49
|
+
content: none;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
table {
|
|
53
|
+
border-collapse: collapse;
|
|
54
|
+
border-spacing: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/*
|
|
58
|
+
QR COMPONENT
|
|
59
|
+
*/
|
|
60
|
+
.img-fluid {
|
|
61
|
+
height: auto;
|
|
62
|
+
max-width: 50%;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
img {
|
|
66
|
+
margin-left: auto;
|
|
67
|
+
margin-right: auto;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.brandSection {
|
|
71
|
+
padding-top: 5px;
|
|
72
|
+
display: flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
}
|
|
75
|
+
.brandSection .gatacaImgSmall {
|
|
76
|
+
height: 13px;
|
|
77
|
+
width: 13px;
|
|
78
|
+
margin: 0;
|
|
79
|
+
margin-right: 10px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.popUpContainer .modal-window {
|
|
83
|
+
position: relative;
|
|
84
|
+
border-radius: 6px;
|
|
85
|
+
color: rgba(24, 27, 94, 0.8);
|
|
86
|
+
box-shadow: 0px 3px 10px rgba(48, 48, 48, 0.1);
|
|
87
|
+
display: flex;
|
|
88
|
+
flex-direction: column;
|
|
89
|
+
justify-content: space-between;
|
|
90
|
+
align-items: center;
|
|
91
|
+
display: flex;
|
|
92
|
+
z-index: 1001;
|
|
93
|
+
width: 300px;
|
|
94
|
+
padding: 1px;
|
|
95
|
+
background-color: white;
|
|
96
|
+
min-height: 350px;
|
|
97
|
+
border-radius: 12px;
|
|
98
|
+
-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
|
|
99
|
+
transition: opacity 0.5s, visibility 0s 0.5s;
|
|
100
|
+
visibility: hidden;
|
|
101
|
+
opacity: 0;
|
|
102
|
+
}
|
|
103
|
+
.popUpContainer .modal-window__content {
|
|
104
|
+
width: 100%;
|
|
105
|
+
height: 100%;
|
|
106
|
+
text-align: left;
|
|
107
|
+
}
|
|
108
|
+
.popUpContainer .modal-window p {
|
|
109
|
+
font-family: "Ubuntu", "Work Sans", "Helvetica Neue", sans-serif;
|
|
110
|
+
font-size: 20px;
|
|
111
|
+
font-style: normal;
|
|
112
|
+
font-weight: 700;
|
|
113
|
+
line-height: 24px;
|
|
114
|
+
margin-top: 10px;
|
|
115
|
+
letter-spacing: 1px;
|
|
116
|
+
color: #1e1e20;
|
|
117
|
+
}
|
|
118
|
+
.popUpContainer .modal-window .qrTitleContainer {
|
|
119
|
+
padding: 14px 24px;
|
|
120
|
+
padding-bottom: 0px;
|
|
121
|
+
}
|
|
122
|
+
.popUpContainer .modal-window .qrTitle {
|
|
123
|
+
font-size: 20px;
|
|
124
|
+
font-weight: 600;
|
|
125
|
+
line-height: 23.5px;
|
|
126
|
+
}
|
|
127
|
+
.popUpContainer .modal-window .qrDescription {
|
|
128
|
+
font-weight: 400;
|
|
129
|
+
font-size: 14px;
|
|
130
|
+
line-height: 16.5px;
|
|
131
|
+
padding-top: 12px;
|
|
132
|
+
padding-bottom: 5px;
|
|
133
|
+
color: #A1A1A1;
|
|
134
|
+
}
|
|
135
|
+
.popUpContainer .modal-window .bold {
|
|
136
|
+
font-weight: 600;
|
|
137
|
+
}
|
|
138
|
+
.popUpContainer .modal-window .qrBrand {
|
|
139
|
+
margin-top: 4px;
|
|
140
|
+
font-size: 14px;
|
|
141
|
+
font-weight: 400;
|
|
142
|
+
line-height: 16.5px;
|
|
143
|
+
display: flex;
|
|
144
|
+
align-items: center;
|
|
145
|
+
}
|
|
146
|
+
.popUpContainer .modal-window .qrBrand img {
|
|
147
|
+
margin-left: 5px;
|
|
148
|
+
height: 12px;
|
|
149
|
+
}
|
|
150
|
+
.popUpContainer .modal-window .qr-section {
|
|
151
|
+
width: 252px;
|
|
152
|
+
height: 252px;
|
|
153
|
+
}
|
|
154
|
+
.popUpContainer .reload {
|
|
155
|
+
height: 252px;
|
|
156
|
+
width: 252px;
|
|
157
|
+
border: 1px dashed #A1A1A1;
|
|
158
|
+
border-radius: 12px;
|
|
159
|
+
position: relative;
|
|
160
|
+
margin: 24px;
|
|
161
|
+
display: flex;
|
|
162
|
+
justify-content: center;
|
|
163
|
+
align-items: center;
|
|
164
|
+
}
|
|
165
|
+
.popUpContainer #qrwait {
|
|
166
|
+
display: flex;
|
|
167
|
+
justify-content: center;
|
|
168
|
+
}
|
|
169
|
+
.popUpContainer #qrwait,
|
|
170
|
+
.popUpContainer #notify {
|
|
171
|
+
width: 100%;
|
|
172
|
+
height: 100%;
|
|
173
|
+
top: 0;
|
|
174
|
+
left: 0;
|
|
175
|
+
border-radius: 20px;
|
|
176
|
+
}
|
|
177
|
+
.popUpContainer #notify {
|
|
178
|
+
z-index: 10;
|
|
179
|
+
background-color: gray;
|
|
180
|
+
position: absolute;
|
|
181
|
+
justify-self: center;
|
|
182
|
+
justify-items: center;
|
|
183
|
+
justify-content: center;
|
|
184
|
+
align-items: center;
|
|
185
|
+
align-content: center;
|
|
186
|
+
align-self: center;
|
|
187
|
+
display: flex;
|
|
188
|
+
flex-direction: column;
|
|
189
|
+
padding: 24px;
|
|
190
|
+
box-sizing: border-box;
|
|
191
|
+
/* Auto layout */
|
|
192
|
+
display: flex;
|
|
193
|
+
flex-direction: column;
|
|
194
|
+
justify-content: center;
|
|
195
|
+
align-items: center;
|
|
196
|
+
padding: 20px;
|
|
197
|
+
background: rgba(255, 255, 255, 0.9);
|
|
198
|
+
/* Grey Colors/Grey 400 */
|
|
199
|
+
}
|
|
200
|
+
.popUpContainer .notify-text {
|
|
201
|
+
font-family: "Work Sans";
|
|
202
|
+
font-style: normal;
|
|
203
|
+
font-weight: 400;
|
|
204
|
+
font-size: 14px;
|
|
205
|
+
line-height: 16px;
|
|
206
|
+
text-align: center;
|
|
207
|
+
font-feature-settings: "salt" on;
|
|
208
|
+
color: #8B8B8B;
|
|
209
|
+
flex: none;
|
|
210
|
+
order: 1;
|
|
211
|
+
align-self: stretch;
|
|
212
|
+
flex-grow: 0;
|
|
213
|
+
}
|
|
214
|
+
.popUpContainer .alert {
|
|
215
|
+
display: flex;
|
|
216
|
+
flex-direction: row;
|
|
217
|
+
align-items: center;
|
|
218
|
+
justify-content: start;
|
|
219
|
+
width: 252px;
|
|
220
|
+
position: absolute;
|
|
221
|
+
bottom: 0;
|
|
222
|
+
background: #FFE5E5;
|
|
223
|
+
border-radius: 12px;
|
|
224
|
+
}
|
|
225
|
+
.popUpContainer .alert img {
|
|
226
|
+
margin: 12px;
|
|
227
|
+
}
|
|
228
|
+
.popUpContainer .alert p {
|
|
229
|
+
font-weight: 400;
|
|
230
|
+
font-size: 14px;
|
|
231
|
+
line-height: 16px;
|
|
232
|
+
color: black;
|
|
233
|
+
}
|
|
234
|
+
.popUpContainer .success {
|
|
235
|
+
display: flex;
|
|
236
|
+
height: 300px;
|
|
237
|
+
flex-direction: column;
|
|
238
|
+
justify-content: center;
|
|
239
|
+
align-items: center;
|
|
240
|
+
padding: 0px;
|
|
241
|
+
}
|
|
242
|
+
.popUpContainer .success .successMsg {
|
|
243
|
+
line-height: 23.5px;
|
|
244
|
+
color: var(--neutral-1000, #1E1E20);
|
|
245
|
+
text-align: center;
|
|
246
|
+
/* Heading/6 */
|
|
247
|
+
font-family: "Ubuntu", "Work Sans", "Helvetica Neue", sans-serif;
|
|
248
|
+
font-size: 20px;
|
|
249
|
+
font-style: normal;
|
|
250
|
+
font-weight: 700;
|
|
251
|
+
line-height: 24px;
|
|
252
|
+
/* 120% */
|
|
253
|
+
}
|
|
254
|
+
.popUpContainer .is-visible {
|
|
255
|
+
opacity: 1;
|
|
256
|
+
visibility: visible;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.is-transparent {
|
|
260
|
+
opacity: 0;
|
|
261
|
+
}
|