@everymatrix/player-elevate-card 1.31.2
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/general-styling-wrapper_5.cjs.entry.js +3162 -0
- package/dist/cjs/index-234565f1.js +1645 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/player-elevate-card.cjs.js +19 -0
- package/dist/collection/collection-manifest.json +22 -0
- package/dist/collection/components/player-elevate-card/player-elevate-card-items.js +43 -0
- package/dist/collection/components/player-elevate-card/player-elevate-card.css +65 -0
- package/dist/collection/components/player-elevate-card/player-elevate-card.js +282 -0
- package/dist/collection/components/player-elevate-card-data/player-elevate-card-data.css +189 -0
- package/dist/collection/components/player-elevate-card-data/player-elevate-card-data.js +208 -0
- package/dist/collection/components/player-elevate-loyaltycard/player-elevate-loyaltycard.css +68 -0
- package/dist/collection/components/player-elevate-loyaltycard/player-elevate-loyaltycard.js +287 -0
- package/dist/collection/components/player-elevate-pointcard/player-elevate-pointcard.css +70 -0
- package/dist/collection/components/player-elevate-pointcard/player-elevate-pointcard.js +323 -0
- package/dist/collection/components/static/button-default.svg +42 -0
- package/dist/collection/components/static/button-disabled.svg +4 -0
- package/dist/collection/components/static/button-hover.svg +4 -0
- package/dist/collection/components/static/button-level.svg +27 -0
- package/dist/collection/components/static/button-pressed.svg +18 -0
- package/dist/collection/components/static/button-redeem.svg +36 -0
- package/dist/collection/components/static/card-ground-over.png +0 -0
- package/dist/collection/components/static/card-ground-over.svg +903 -0
- package/dist/collection/components/static/card-ground.png +0 -0
- package/dist/collection/components/static/card-ground.svg +34 -0
- package/dist/collection/components/static/info.svg +4 -0
- package/dist/collection/components/static/level-badge.png +0 -0
- package/dist/collection/components/static/level-percent.svg +80 -0
- package/dist/collection/components/static/tips-info.svg +21 -0
- package/dist/collection/components/static/user.svg +3 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/models/player-elevate.js +1 -0
- package/dist/collection/utils/locale.utils.js +144 -0
- package/dist/collection/utils/utils.js +47 -0
- package/dist/components/general-styling-wrapper.js +6 -0
- package/dist/components/general-styling-wrapper2.js +103 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/index.js +1 -0
- package/dist/components/player-elevate-card-data.d.ts +11 -0
- package/dist/components/player-elevate-card-data.js +6 -0
- package/dist/components/player-elevate-card-data2.js +624 -0
- package/dist/components/player-elevate-card-items.js +2250 -0
- package/dist/components/player-elevate-card.d.ts +11 -0
- package/dist/components/player-elevate-card.js +118 -0
- package/dist/components/player-elevate-loyaltycard.d.ts +11 -0
- package/dist/components/player-elevate-loyaltycard.js +124 -0
- package/dist/components/player-elevate-pointcard.d.ts +11 -0
- package/dist/components/player-elevate-pointcard.js +127 -0
- package/dist/components/static/button-default.svg +42 -0
- package/dist/components/static/button-disabled.svg +4 -0
- package/dist/components/static/button-hover.svg +4 -0
- package/dist/components/static/button-level.svg +27 -0
- package/dist/components/static/button-pressed.svg +18 -0
- package/dist/components/static/button-redeem.svg +36 -0
- package/dist/components/static/card-ground-over.png +0 -0
- package/dist/components/static/card-ground-over.svg +903 -0
- package/dist/components/static/card-ground.png +0 -0
- package/dist/components/static/card-ground.svg +34 -0
- package/dist/components/static/info.svg +4 -0
- package/dist/components/static/level-badge.png +0 -0
- package/dist/components/static/level-percent.svg +80 -0
- package/dist/components/static/tips-info.svg +21 -0
- package/dist/components/static/user.svg +3 -0
- package/dist/esm/general-styling-wrapper_5.entry.js +3154 -0
- package/dist/esm/index-747197fd.js +1616 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/player-elevate-card.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/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/player-elevate-card/index.esm.js +0 -0
- package/dist/player-elevate-card/p-56620f7c.entry.js +1 -0
- package/dist/player-elevate-card/p-afe7b72e.js +1 -0
- package/dist/player-elevate-card/player-elevate-card.esm.js +1 -0
- package/dist/static/button-default.svg +42 -0
- package/dist/static/button-disabled.svg +4 -0
- package/dist/static/button-hover.svg +4 -0
- package/dist/static/button-level.svg +27 -0
- package/dist/static/button-pressed.svg +18 -0
- package/dist/static/button-redeem.svg +36 -0
- package/dist/static/card-ground-over.png +0 -0
- package/dist/static/card-ground-over.svg +903 -0
- package/dist/static/card-ground.png +0 -0
- package/dist/static/card-ground.svg +34 -0
- package/dist/static/info.svg +4 -0
- package/dist/static/level-badge.png +0 -0
- package/dist/static/level-percent.svg +80 -0
- package/dist/static/tips-info.svg +21 -0
- package/dist/static/user.svg +3 -0
- package/dist/stencil.config.js +32 -0
- package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/player-elevate-card/.stencil/packages/player-elevate-card/stencil.config.d.ts +2 -0
- package/dist/types/components/player-elevate-card/player-elevate-card-items.d.ts +19 -0
- package/dist/types/components/player-elevate-card/player-elevate-card.d.ts +53 -0
- package/dist/types/components/player-elevate-card-data/player-elevate-card-data.d.ts +22 -0
- package/dist/types/components/player-elevate-loyaltycard/player-elevate-loyaltycard.d.ts +53 -0
- package/dist/types/components/player-elevate-pointcard/player-elevate-pointcard.d.ts +66 -0
- package/dist/types/components.d.ts +335 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/player-elevate.d.ts +40 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/utils/locale.utils.d.ts +15 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +10 -0
- package/package.json +24 -0
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import { Component, Fragment, getAssetPath, h, Listen, Prop, State } from '@stencil/core';
|
|
2
|
+
import { translate, TRANSLATIONS } from '../../utils/locale.utils';
|
|
3
|
+
import { PlayerAvatar, PlayerPoints, } from '../player-elevate-card/player-elevate-card-items';
|
|
4
|
+
export class PlayerElevatePointcard {
|
|
5
|
+
constructor() {
|
|
6
|
+
/**
|
|
7
|
+
* The style that widget shows,available value: Dark, Light
|
|
8
|
+
* Default: Dark
|
|
9
|
+
*/
|
|
10
|
+
this.theme = 'Dark';
|
|
11
|
+
/**
|
|
12
|
+
* Widget Language to show
|
|
13
|
+
*/
|
|
14
|
+
this.language = 'en';
|
|
15
|
+
/**
|
|
16
|
+
* Check if the card used in points details widget, default: 'earningRule'
|
|
17
|
+
* value: 'details'/'earningRule'
|
|
18
|
+
* It effected the button in card
|
|
19
|
+
* 'earningRule': button text, 'earning rules', post 'BEEPointRulesClicked' when clicked
|
|
20
|
+
* 'details': button text, 'details', post 'BEEDetailsClicked' when clicked
|
|
21
|
+
*/
|
|
22
|
+
this.buttonType = 'earningRule';
|
|
23
|
+
/**
|
|
24
|
+
* datePattern
|
|
25
|
+
*/
|
|
26
|
+
this.dateFormat = 'yyyy-MM-dd';
|
|
27
|
+
/**
|
|
28
|
+
* Client custom styling via inline styles
|
|
29
|
+
*/
|
|
30
|
+
this.clientStyling = '';
|
|
31
|
+
/**
|
|
32
|
+
* Client custom styling via url
|
|
33
|
+
*/
|
|
34
|
+
this.clientStylingUrl = '';
|
|
35
|
+
/**
|
|
36
|
+
* Translation via url
|
|
37
|
+
*/
|
|
38
|
+
this.translationUrl = '';
|
|
39
|
+
this.isPointDetailCard = this.buttonType === 'earningRule';
|
|
40
|
+
}
|
|
41
|
+
playerElevateLeveLoadedHandler(event) {
|
|
42
|
+
if (!event.detail) {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
if (event.detail['elevateLevelWalletTotal']) {
|
|
46
|
+
this.elevateWalletTotal = event.detail['elevateLevelWalletTotal'];
|
|
47
|
+
this.elevateSPTotal = event.detail['loyaltyWalletTotal'];
|
|
48
|
+
}
|
|
49
|
+
if (event.detail['elevateLevel']) {
|
|
50
|
+
this.playerElevateLevel = event.detail['elevateLevel'];
|
|
51
|
+
}
|
|
52
|
+
if (event.detail['pointExpireString']) {
|
|
53
|
+
this.pointExpireString = event.detail.pointExpireString;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
onDetailsClick() {
|
|
57
|
+
window.postMessage({ type: this.isPointDetailCard ? 'BEEPointRulesClicked' : 'BEEDetailsClicked',
|
|
58
|
+
path: this.isPointDetailCard ? 'player-elevate-level' : 'player-elevate-point-details' }, window.location.href);
|
|
59
|
+
}
|
|
60
|
+
componentWillLoad() {
|
|
61
|
+
this.paramProxy = {
|
|
62
|
+
endpoint: this.endpoint,
|
|
63
|
+
session: this.session,
|
|
64
|
+
language: this.language,
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
render() {
|
|
68
|
+
const backgroundOuterImagePath = getAssetPath('../static/card-ground.svg');
|
|
69
|
+
const backgroundInnerImagePath = getAssetPath('../static/card-ground-over.svg');
|
|
70
|
+
return (h("div", { class: `ElevateCardWrapper ${this.theme}` },
|
|
71
|
+
h("div", { class: "PointsCard Outer ", style: { 'backgroundImage': `url(${backgroundOuterImagePath}` } },
|
|
72
|
+
h("general-styling-wrapper", { clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl, targetTranslations: TRANSLATIONS, translationUrl: this.translationUrl }),
|
|
73
|
+
h("player-elevate-card-data", { params: this.paramProxy }),
|
|
74
|
+
h("div", { class: 'OuterCover Inner', style: { 'backgroundImage': `url(${backgroundInnerImagePath}` } },
|
|
75
|
+
h("div", { class: 'Content Row' }, this.playerElevateLevel && (h(Fragment, null,
|
|
76
|
+
h("div", { class: "PlayerImg" },
|
|
77
|
+
h(PlayerAvatar, { onlyBadge: true, loyaltyIconUrl: this.playerElevateLevel.presentation.asset })),
|
|
78
|
+
h("div", { class: `LevelInfo ${this.playerElevateLevel.name}` },
|
|
79
|
+
h("div", { class: "PointsTxt Label" }, this.cardTitle ? this.cardTitle : translate('spendablePoints')),
|
|
80
|
+
h("div", { class: 'PointsTxt SPPoints' },
|
|
81
|
+
h(PlayerPoints, { spendablePoints: this.playerElevateLevel.spendablePoints, language: this.language }),
|
|
82
|
+
h("a", { class: "TC", onClick: () => {
|
|
83
|
+
this.onDetailsClick();
|
|
84
|
+
} }, translate('termAndConditions', this.language))),
|
|
85
|
+
this.pointExpireString && (h("div", { class: 'ExpirationPoints' },
|
|
86
|
+
this.pointExpireString,
|
|
87
|
+
" "))))))))));
|
|
88
|
+
}
|
|
89
|
+
static get is() { return "player-elevate-pointcard"; }
|
|
90
|
+
static get encapsulation() { return "shadow"; }
|
|
91
|
+
static get originalStyleUrls() { return {
|
|
92
|
+
"$": ["player-elevate-pointcard.scss"]
|
|
93
|
+
}; }
|
|
94
|
+
static get styleUrls() { return {
|
|
95
|
+
"$": ["player-elevate-pointcard.css"]
|
|
96
|
+
}; }
|
|
97
|
+
static get properties() { return {
|
|
98
|
+
"endpoint": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"mutable": false,
|
|
101
|
+
"complexType": {
|
|
102
|
+
"original": "string",
|
|
103
|
+
"resolved": "string",
|
|
104
|
+
"references": {}
|
|
105
|
+
},
|
|
106
|
+
"required": true,
|
|
107
|
+
"optional": false,
|
|
108
|
+
"docs": {
|
|
109
|
+
"tags": [],
|
|
110
|
+
"text": "The NWA endpoint"
|
|
111
|
+
},
|
|
112
|
+
"attribute": "endpoint",
|
|
113
|
+
"reflect": true
|
|
114
|
+
},
|
|
115
|
+
"theme": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"mutable": false,
|
|
118
|
+
"complexType": {
|
|
119
|
+
"original": "string",
|
|
120
|
+
"resolved": "string",
|
|
121
|
+
"references": {}
|
|
122
|
+
},
|
|
123
|
+
"required": false,
|
|
124
|
+
"optional": false,
|
|
125
|
+
"docs": {
|
|
126
|
+
"tags": [],
|
|
127
|
+
"text": "The style that widget shows,available value: Dark, Light\nDefault: Dark"
|
|
128
|
+
},
|
|
129
|
+
"attribute": "theme",
|
|
130
|
+
"reflect": true,
|
|
131
|
+
"defaultValue": "'Dark'"
|
|
132
|
+
},
|
|
133
|
+
"session": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"mutable": false,
|
|
136
|
+
"complexType": {
|
|
137
|
+
"original": "string",
|
|
138
|
+
"resolved": "string",
|
|
139
|
+
"references": {}
|
|
140
|
+
},
|
|
141
|
+
"required": true,
|
|
142
|
+
"optional": false,
|
|
143
|
+
"docs": {
|
|
144
|
+
"tags": [],
|
|
145
|
+
"text": "The NWA session for the logged-in user"
|
|
146
|
+
},
|
|
147
|
+
"attribute": "session",
|
|
148
|
+
"reflect": true
|
|
149
|
+
},
|
|
150
|
+
"playerAvatarUrl": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"mutable": false,
|
|
153
|
+
"complexType": {
|
|
154
|
+
"original": "string",
|
|
155
|
+
"resolved": "string",
|
|
156
|
+
"references": {}
|
|
157
|
+
},
|
|
158
|
+
"required": false,
|
|
159
|
+
"optional": false,
|
|
160
|
+
"docs": {
|
|
161
|
+
"tags": [],
|
|
162
|
+
"text": "Widget, player avatar url"
|
|
163
|
+
},
|
|
164
|
+
"attribute": "player-avatar-url",
|
|
165
|
+
"reflect": true
|
|
166
|
+
},
|
|
167
|
+
"language": {
|
|
168
|
+
"type": "string",
|
|
169
|
+
"mutable": false,
|
|
170
|
+
"complexType": {
|
|
171
|
+
"original": "string",
|
|
172
|
+
"resolved": "string",
|
|
173
|
+
"references": {}
|
|
174
|
+
},
|
|
175
|
+
"required": false,
|
|
176
|
+
"optional": false,
|
|
177
|
+
"docs": {
|
|
178
|
+
"tags": [],
|
|
179
|
+
"text": "Widget Language to show"
|
|
180
|
+
},
|
|
181
|
+
"attribute": "language",
|
|
182
|
+
"reflect": true,
|
|
183
|
+
"defaultValue": "'en'"
|
|
184
|
+
},
|
|
185
|
+
"playerName": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"mutable": false,
|
|
188
|
+
"complexType": {
|
|
189
|
+
"original": "string",
|
|
190
|
+
"resolved": "string",
|
|
191
|
+
"references": {}
|
|
192
|
+
},
|
|
193
|
+
"required": false,
|
|
194
|
+
"optional": false,
|
|
195
|
+
"docs": {
|
|
196
|
+
"tags": [],
|
|
197
|
+
"text": "The first name"
|
|
198
|
+
},
|
|
199
|
+
"attribute": "player-name",
|
|
200
|
+
"reflect": true
|
|
201
|
+
},
|
|
202
|
+
"cardTitle": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"mutable": false,
|
|
205
|
+
"complexType": {
|
|
206
|
+
"original": "string",
|
|
207
|
+
"resolved": "string",
|
|
208
|
+
"references": {}
|
|
209
|
+
},
|
|
210
|
+
"required": false,
|
|
211
|
+
"optional": false,
|
|
212
|
+
"docs": {
|
|
213
|
+
"tags": [],
|
|
214
|
+
"text": "The title displayed in card, default: translation of 'spendablePoints'"
|
|
215
|
+
},
|
|
216
|
+
"attribute": "card-title",
|
|
217
|
+
"reflect": true
|
|
218
|
+
},
|
|
219
|
+
"buttonType": {
|
|
220
|
+
"type": "string",
|
|
221
|
+
"mutable": false,
|
|
222
|
+
"complexType": {
|
|
223
|
+
"original": "string",
|
|
224
|
+
"resolved": "string",
|
|
225
|
+
"references": {}
|
|
226
|
+
},
|
|
227
|
+
"required": false,
|
|
228
|
+
"optional": false,
|
|
229
|
+
"docs": {
|
|
230
|
+
"tags": [],
|
|
231
|
+
"text": "Check if the card used in points details widget, default: 'earningRule'\nvalue: 'details'/'earningRule'\nIt effected the button in card\n'earningRule': button text, 'earning rules', post 'BEEPointRulesClicked' when clicked\n'details': button text, 'details', post 'BEEDetailsClicked' when clicked"
|
|
232
|
+
},
|
|
233
|
+
"attribute": "button-type",
|
|
234
|
+
"reflect": true,
|
|
235
|
+
"defaultValue": "'earningRule'"
|
|
236
|
+
},
|
|
237
|
+
"dateFormat": {
|
|
238
|
+
"type": "string",
|
|
239
|
+
"mutable": false,
|
|
240
|
+
"complexType": {
|
|
241
|
+
"original": "string",
|
|
242
|
+
"resolved": "string",
|
|
243
|
+
"references": {}
|
|
244
|
+
},
|
|
245
|
+
"required": false,
|
|
246
|
+
"optional": false,
|
|
247
|
+
"docs": {
|
|
248
|
+
"tags": [],
|
|
249
|
+
"text": "datePattern"
|
|
250
|
+
},
|
|
251
|
+
"attribute": "date-format",
|
|
252
|
+
"reflect": true,
|
|
253
|
+
"defaultValue": "'yyyy-MM-dd'"
|
|
254
|
+
},
|
|
255
|
+
"clientStyling": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"mutable": false,
|
|
258
|
+
"complexType": {
|
|
259
|
+
"original": "string",
|
|
260
|
+
"resolved": "string",
|
|
261
|
+
"references": {}
|
|
262
|
+
},
|
|
263
|
+
"required": false,
|
|
264
|
+
"optional": false,
|
|
265
|
+
"docs": {
|
|
266
|
+
"tags": [],
|
|
267
|
+
"text": "Client custom styling via inline styles"
|
|
268
|
+
},
|
|
269
|
+
"attribute": "client-styling",
|
|
270
|
+
"reflect": true,
|
|
271
|
+
"defaultValue": "''"
|
|
272
|
+
},
|
|
273
|
+
"clientStylingUrl": {
|
|
274
|
+
"type": "string",
|
|
275
|
+
"mutable": false,
|
|
276
|
+
"complexType": {
|
|
277
|
+
"original": "string",
|
|
278
|
+
"resolved": "string",
|
|
279
|
+
"references": {}
|
|
280
|
+
},
|
|
281
|
+
"required": false,
|
|
282
|
+
"optional": false,
|
|
283
|
+
"docs": {
|
|
284
|
+
"tags": [],
|
|
285
|
+
"text": "Client custom styling via url"
|
|
286
|
+
},
|
|
287
|
+
"attribute": "client-styling-url",
|
|
288
|
+
"reflect": true,
|
|
289
|
+
"defaultValue": "''"
|
|
290
|
+
},
|
|
291
|
+
"translationUrl": {
|
|
292
|
+
"type": "string",
|
|
293
|
+
"mutable": false,
|
|
294
|
+
"complexType": {
|
|
295
|
+
"original": "string",
|
|
296
|
+
"resolved": "string",
|
|
297
|
+
"references": {}
|
|
298
|
+
},
|
|
299
|
+
"required": false,
|
|
300
|
+
"optional": false,
|
|
301
|
+
"docs": {
|
|
302
|
+
"tags": [],
|
|
303
|
+
"text": "Translation via url"
|
|
304
|
+
},
|
|
305
|
+
"attribute": "translation-url",
|
|
306
|
+
"reflect": true,
|
|
307
|
+
"defaultValue": "''"
|
|
308
|
+
}
|
|
309
|
+
}; }
|
|
310
|
+
static get states() { return {
|
|
311
|
+
"pointExpireString": {},
|
|
312
|
+
"playerElevateLevel": {},
|
|
313
|
+
"elevateWalletTotal": {},
|
|
314
|
+
"elevateSPTotal": {}
|
|
315
|
+
}; }
|
|
316
|
+
static get listeners() { return [{
|
|
317
|
+
"name": "playerElevateLeveLoaded",
|
|
318
|
+
"method": "playerElevateLeveLoadedHandler",
|
|
319
|
+
"target": undefined,
|
|
320
|
+
"capture": false,
|
|
321
|
+
"passive": false
|
|
322
|
+
}]; }
|
|
323
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<svg width="95" height="51" viewBox="0 0 95 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_bd_169_22604)">
|
|
3
|
+
<rect x="4" width="87" height="43" rx="14" fill="#26CC37" shape-rendering="crispEdges"/>
|
|
4
|
+
<rect x="5" y="1" width="85" height="41" rx="13" stroke="url(#paint0_linear_169_22604)" stroke-opacity="0.6"
|
|
5
|
+
stroke-width="2" shape-rendering="crispEdges"/>
|
|
6
|
+
<rect x="5" y="1" width="85" height="41" rx="13" stroke="url(#paint1_linear_169_22604)" stroke-width="2"
|
|
7
|
+
shape-rendering="crispEdges"/>
|
|
8
|
+
<rect x="5" y="1" width="85" height="41" rx="13" stroke="url(#paint2_linear_169_22604)" stroke-width="2"
|
|
9
|
+
shape-rendering="crispEdges"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<filter id="filter0_bd_169_22604" x="-36" y="-40" width="167" height="123" filterUnits="userSpaceOnUse"
|
|
13
|
+
color-interpolation-filters="sRGB">
|
|
14
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
15
|
+
<feGaussianBlur in="BackgroundImageFix" stdDeviation="20"/>
|
|
16
|
+
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_169_22604"/>
|
|
17
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
18
|
+
result="hardAlpha"/>
|
|
19
|
+
<feOffset dy="4"/>
|
|
20
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
21
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
22
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
23
|
+
<feBlend mode="normal" in2="effect1_backgroundBlur_169_22604" result="effect2_dropShadow_169_22604"/>
|
|
24
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_169_22604" result="shape"/>
|
|
25
|
+
</filter>
|
|
26
|
+
<linearGradient id="paint0_linear_169_22604" x1="107.683" y1="17.19" x2="78.0658" y2="19.0918"
|
|
27
|
+
gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="white"/>
|
|
29
|
+
<stop offset="1" stop-color="#EFEFEF" stop-opacity="0"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<linearGradient id="paint1_linear_169_22604" x1="4" y1="0" x2="24.9374" y2="22.5174"
|
|
32
|
+
gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stop-color="white" stop-opacity="0.5"/>
|
|
34
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient id="paint2_linear_169_22604" x1="91" y1="43" x2="61.9374" y2="28.5031"
|
|
37
|
+
gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop stop-color="white" stop-opacity="0.5"/>
|
|
39
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
</defs>
|
|
42
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg width="190" height="75" viewBox="0 0 190 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_dd_179_4415)">
|
|
3
|
+
<path d="M16 20C16 15.5817 19.5817 12 24 12H151C155.418 12 159 15.5817 159 20V32C159 36.4183 155.418 40 151 40H24C19.5817 40 16 36.4183 16 32V20Z" fill="url(#paint0_linear_179_4415)" shape-rendering="crispEdges"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<filter id="filter0_dd_179_4415" x="0.842043" y="0.631533" width="188.474" height="73.4739" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
9
|
+
<feOffset dx="7.57898" dy="11.3685"/>
|
|
10
|
+
<feGaussianBlur stdDeviation="11.3685"/>
|
|
11
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
12
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.0862745 0 0 0 0 0.0980392 0 0 0 0 0.141176 0 0 0 0.25 0"/>
|
|
13
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_179_4415"/>
|
|
14
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
15
|
+
<feOffset dx="-2" dy="-2"/>
|
|
16
|
+
<feGaussianBlur stdDeviation="3.5"/>
|
|
17
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
18
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.74902 0 0 0 0 0.470588 0 0 0 0 0.0235294 0 0 0 0.75 0"/>
|
|
19
|
+
<feBlend mode="normal" in2="effect1_dropShadow_179_4415" result="effect2_dropShadow_179_4415"/>
|
|
20
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_179_4415" result="shape"/>
|
|
21
|
+
</filter>
|
|
22
|
+
<linearGradient id="paint0_linear_179_4415" x1="87.5" y1="12" x2="87.5" y2="40" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#FCC410"/>
|
|
24
|
+
<stop offset="1" stop-color="#FFBD2B" stop-opacity="0"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="95" height="51" viewBox="0 0 95 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_d_169_22603)">
|
|
3
|
+
<rect x="4" width="87" height="43" rx="14" fill="#008B0E" shape-rendering="crispEdges"/>
|
|
4
|
+
<rect x="5" y="1" width="85" height="41" rx="13" stroke="#71FF7F" stroke-width="2" shape-rendering="crispEdges"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<filter id="filter0_d_169_22603" x="0" y="0" width="95" height="51" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
8
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
9
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
+
<feOffset dy="4"/>
|
|
11
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
12
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
13
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
14
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_169_22603"/>
|
|
15
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_169_22603" result="shape"/>
|
|
16
|
+
</filter>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="106" height="51" viewBox="0 0 106 51" fill="none">
|
|
2
|
+
<g filter="url(#filter0_bd_169_22606)">
|
|
3
|
+
<rect x="4" width="98" height="43" rx="14" fill="#26CC37" shape-rendering="crispEdges"/>
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
<rect x="5" y="1" width="96" height="41" rx="13" stroke="url(#paint0_linear_169_22606)" stroke-opacity="0.6" stroke-width="2" shape-rendering="crispEdges"/>
|
|
7
|
+
<rect x="5" y="1" width="96" height="41" rx="13" stroke="url(#paint1_linear_169_22606)" stroke-width="2" shape-rendering="crispEdges"/>
|
|
8
|
+
<rect x="5" y="1" width="96" height="41" rx="13" stroke="url(#paint2_linear_169_22606)" stroke-width="2" shape-rendering="crispEdges"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<filter id="filter0_bd_169_22606" x="-36" y="-40" width="178" height="123" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
12
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
13
|
+
<feGaussianBlur in="BackgroundImageFix" stdDeviation="20"/>
|
|
14
|
+
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_169_22606"/>
|
|
15
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
+
<feOffset dy="4"/>
|
|
17
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
18
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
19
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
20
|
+
<feBlend mode="normal" in2="effect1_backgroundBlur_169_22606" result="effect2_dropShadow_169_22606"/>
|
|
21
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_169_22606" result="shape"/>
|
|
22
|
+
</filter>
|
|
23
|
+
<linearGradient id="paint0_linear_169_22606" x1="120.793" y1="17.19" x2="87.4673" y2="19.6005" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="white"/>
|
|
25
|
+
<stop offset="1" stop-color="#EFEFEF" stop-opacity="0"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<linearGradient id="paint1_linear_169_22606" x1="4" y1="0" x2="24.6125" y2="24.9708" gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="white" stop-opacity="0.5"/>
|
|
29
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<linearGradient id="paint2_linear_169_22606" x1="102" y1="43" x2="70.9273" y2="25.5407" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="white" stop-opacity="0.5"/>
|
|
33
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
Binary file
|