@everymatrix/player-kyc-verification 1.0.69
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/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/index-ff559e5a.js +1249 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/player-kyc-verification.cjs.entry.js +564 -0
- package/dist/cjs/player-kyc-verification.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/player-kyc-verification/index.js +1 -0
- package/dist/collection/components/player-kyc-verification/player-kyc-verification.css +173 -0
- package/dist/collection/components/player-kyc-verification/player-kyc-verification.js +508 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +242 -0
- package/dist/collection/utils/utils.js +30 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/index-065b5928.js +1222 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/player-kyc-verification.entry.js +560 -0
- package/dist/esm/player-kyc-verification.js +20 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/player-kyc-verification/index.esm.js +0 -0
- package/dist/player-kyc-verification/p-0635ee37.entry.js +1 -0
- package/dist/player-kyc-verification/p-72182c55.js +2 -0
- package/dist/player-kyc-verification/p-e1255160.js +1 -0
- package/dist/player-kyc-verification/player-kyc-verification.esm.js +1 -0
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +17 -0
- package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/player-kyc-verification/.stencil/packages/stencil/player-kyc-verification/stencil.config.d.ts +2 -0
- package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/player-kyc-verification/.stencil/packages/stencil/player-kyc-verification/stencil.config.dev.d.ts +2 -0
- package/dist/types/components/player-kyc-verification/index.d.ts +1 -0
- package/dist/types/components/player-kyc-verification/player-kyc-verification.d.ts +75 -0
- package/dist/types/components.d.ts +117 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/utils/locale.utils.d.ts +2 -0
- package/dist/types/utils/utils.d.ts +14 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +26 -0
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
font-family: inherit;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
button, select {
|
|
6
|
+
font-family: inherit;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ModalContainer {
|
|
10
|
+
container-type: inline-size;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.player-kyc-verification-widget {
|
|
14
|
+
padding: 20px;
|
|
15
|
+
align-items: center;
|
|
16
|
+
}
|
|
17
|
+
.player-kyc-verification-widget h2 {
|
|
18
|
+
margin: 15px;
|
|
19
|
+
}
|
|
20
|
+
.player-kyc-verification-widget .widget-description {
|
|
21
|
+
margin: 24px 0px;
|
|
22
|
+
}
|
|
23
|
+
.player-kyc-verification-widget .verification-types {
|
|
24
|
+
width: 100%;
|
|
25
|
+
display: grid;
|
|
26
|
+
grid-template-columns: repeat(3, 1fr);
|
|
27
|
+
grid-gap: 34px;
|
|
28
|
+
}
|
|
29
|
+
.player-kyc-verification-widget .verification-types .verification-box {
|
|
30
|
+
transition: height 0.3s, border-color 0.3s;
|
|
31
|
+
border: solid 1px var(--emfe-w-color-gray-100, #E6E6E6);
|
|
32
|
+
border-radius: 2px;
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
padding: 0px 14px;
|
|
36
|
+
border-width: 2px 2px 8px 2px;
|
|
37
|
+
align-self: start;
|
|
38
|
+
}
|
|
39
|
+
.player-kyc-verification-widget .verification-types .verification-box .box {
|
|
40
|
+
flex-shrink: 0;
|
|
41
|
+
}
|
|
42
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-header {
|
|
43
|
+
display: flex;
|
|
44
|
+
padding: 14px 0px;
|
|
45
|
+
justify-content: space-between;
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
align-items: center;
|
|
48
|
+
}
|
|
49
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-header .box-icon {
|
|
50
|
+
flex-grow: 1;
|
|
51
|
+
display: flex;
|
|
52
|
+
justify-content: center;
|
|
53
|
+
}
|
|
54
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-header .box-icon svg {
|
|
55
|
+
height: 24px;
|
|
56
|
+
width: 24px;
|
|
57
|
+
}
|
|
58
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-header .box-title {
|
|
59
|
+
flex-grow: 1;
|
|
60
|
+
font-size: 18px;
|
|
61
|
+
}
|
|
62
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-header .chevron-icon {
|
|
63
|
+
flex-grow: 10;
|
|
64
|
+
width: 14px;
|
|
65
|
+
height: 14px;
|
|
66
|
+
display: flex;
|
|
67
|
+
justify-content: flex-end;
|
|
68
|
+
}
|
|
69
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-header .chevron-icon svg {
|
|
70
|
+
width: 20px;
|
|
71
|
+
height: 22px;
|
|
72
|
+
}
|
|
73
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-content {
|
|
74
|
+
display: none;
|
|
75
|
+
flex-grow: 1;
|
|
76
|
+
border-top: 0.4px solid var(--emfe-w-color-gray-100, #E6E6E6);
|
|
77
|
+
padding: 10px 0px;
|
|
78
|
+
flex-grow: 1;
|
|
79
|
+
}
|
|
80
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-content .upload-status {
|
|
81
|
+
text-align: center;
|
|
82
|
+
padding: 20px;
|
|
83
|
+
}
|
|
84
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-content .documents-dropdown {
|
|
85
|
+
display: flex;
|
|
86
|
+
flex-direction: column;
|
|
87
|
+
width: 100%;
|
|
88
|
+
align-items: center;
|
|
89
|
+
}
|
|
90
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-content .documents-dropdown svg {
|
|
91
|
+
margin: 16px;
|
|
92
|
+
cursor: pointer;
|
|
93
|
+
}
|
|
94
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-content .documents-dropdown .nice-select {
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
width: 100%;
|
|
97
|
+
height: 30px;
|
|
98
|
+
padding: 4px 14px;
|
|
99
|
+
font-size: 14px;
|
|
100
|
+
border: 1px solid var(--emfe-w-color-gray-150, #828282);
|
|
101
|
+
border-radius: 2px;
|
|
102
|
+
background-color: var(--emfe-w-color-white, #FFFFFF);
|
|
103
|
+
color: #333;
|
|
104
|
+
appearance: none;
|
|
105
|
+
-webkit-appearance: none;
|
|
106
|
+
-moz-appearance: none;
|
|
107
|
+
padding-right: 30px;
|
|
108
|
+
background-repeat: no-repeat;
|
|
109
|
+
background-position: right 10px center;
|
|
110
|
+
background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23333" d="M10 18.4l-6.5-6.5h13z"/><path fill="%23333" d="M10 1.6l6.5 6.5H3.5z"/></svg>');
|
|
111
|
+
}
|
|
112
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-content .documents-dropdown .sample-file .download-button {
|
|
113
|
+
font-family: inherit;
|
|
114
|
+
display: flex;
|
|
115
|
+
align-items: center;
|
|
116
|
+
justify-content: center;
|
|
117
|
+
background-color: var(--emfe-w-color-white, #FFFFFF);
|
|
118
|
+
color: var(--emfe-w-pam-color-primary, var(--emfe-w-color-primary, #D0046C));
|
|
119
|
+
border: none;
|
|
120
|
+
font-size: 16px;
|
|
121
|
+
padding: 10px 0px 0px 0px;
|
|
122
|
+
cursor: pointer;
|
|
123
|
+
}
|
|
124
|
+
.player-kyc-verification-widget .verification-types .verification-box .box-content .documents-dropdown .sample-file .download-button svg {
|
|
125
|
+
margin-right: 10px;
|
|
126
|
+
}
|
|
127
|
+
.player-kyc-verification-widget .verification-types .verification-box.expanded {
|
|
128
|
+
border-color: var(--emfe-w-color-valid var(--emfe-w-color-green, #48952a));
|
|
129
|
+
min-height: 120px;
|
|
130
|
+
}
|
|
131
|
+
.player-kyc-verification-widget .verification-types .verification-box.failed {
|
|
132
|
+
border-color: var(--emfe-w-color-error var(--emfe-w-color-red, #FD2839));
|
|
133
|
+
}
|
|
134
|
+
.player-kyc-verification-widget .verification-types .verification-box.success {
|
|
135
|
+
border-color: var(--emfe-w-color-valid var(--emfe-w-color-green, #48952a));
|
|
136
|
+
}
|
|
137
|
+
.player-kyc-verification-widget .verification-types .verification-box.expanded .box-content {
|
|
138
|
+
display: flex;
|
|
139
|
+
justify-content: center;
|
|
140
|
+
flex-direction: column;
|
|
141
|
+
}
|
|
142
|
+
.player-kyc-verification-widget .verification-types .verification-box.expanded .box-content .verification-status {
|
|
143
|
+
margin: 12px 0px 16px;
|
|
144
|
+
font-size: 18px;
|
|
145
|
+
text-align: center;
|
|
146
|
+
color: var(--emfe-w-color-gray-150, #828282);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.MenuReturnButton {
|
|
150
|
+
display: flex;
|
|
151
|
+
align-items: center;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@container (min-width: 700px) {
|
|
155
|
+
.player-kyc-verification-widget {
|
|
156
|
+
padding: 100px 60px;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
@container (max-width: 700px) {
|
|
160
|
+
.player-kyc-verification-widget h2 {
|
|
161
|
+
margin: 15px;
|
|
162
|
+
text-align: center;
|
|
163
|
+
}
|
|
164
|
+
.player-kyc-verification-widget .verification-types {
|
|
165
|
+
grid-template-columns: 1fr;
|
|
166
|
+
grid-gap: 16px;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
@container (max-width: 1240px) and (min-width: 701px) {
|
|
170
|
+
.player-kyc-verification-widget .verification-types {
|
|
171
|
+
grid-template-columns: repeat(2, 1fr);
|
|
172
|
+
}
|
|
173
|
+
}
|