@everymatrix/pam-statement-history 0.0.1
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-fb94c0e0.js +1297 -0
- package/dist/cjs/index.cjs.js +10 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/pam-statement-history-b224d6b2.js +12493 -0
- package/dist/cjs/pam-statement-history.cjs.entry.js +10 -0
- package/dist/cjs/pam-statement-history.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/pam-statement-history/index.js +1 -0
- package/dist/collection/components/pam-statement-history/pam-statement-history.css +427 -0
- package/dist/collection/components/pam-statement-history/pam-statement-history.js +702 -0
- package/dist/collection/i18n.js +31 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +136 -0
- package/dist/collection/utils/utils.js +3 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/index-02b4ec70.js +1270 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/pam-statement-history-dc238928.js +12491 -0
- package/dist/esm/pam-statement-history.entry.js +2 -0
- package/dist/esm/pam-statement-history.js +20 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/pam-statement-history/app-globals-0f993ce5.js +1 -0
- package/dist/pam-statement-history/index-02b4ec70.js +2 -0
- package/dist/pam-statement-history/index.esm.js +1 -0
- package/dist/pam-statement-history/pam-statement-history-dc238928.js +6657 -0
- package/dist/pam-statement-history/pam-statement-history.entry.js +1 -0
- package/dist/pam-statement-history/pam-statement-history.esm.js +1 -0
- package/dist/stencil.config.dev.js +19 -0
- package/dist/stencil.config.js +19 -0
- package/dist/storybook/main.js +43 -0
- package/dist/storybook/preview.js +9 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/packages/stencil/pam-statement-history/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/packages/stencil/pam-statement-history/stencil.config.dev.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/packages/stencil/pam-statement-history/storybook/main.d.ts +3 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/packages/stencil/pam-statement-history/storybook/preview.d.ts +70 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/tools/plugins/index.d.ts +4 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +12 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/pam-statement-history/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/pam-statement-history/index.d.ts +1 -0
- package/dist/types/components/pam-statement-history/pam-statement-history.d.ts +78 -0
- package/dist/types/components.d.ts +63 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/typings.d.ts +1 -0
- package/dist/types/utils/locale.utils.d.ts +9 -0
- package/dist/types/utils/utils.d.ts +1 -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 +27 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const pamStatementHistory = require('./pam-statement-history-b224d6b2.js');
|
|
6
|
+
require('./index-fb94c0e0.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.pam_statement_history = pamStatementHistory.PamStatementHistory;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-fb94c0e0.js');
|
|
6
|
+
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
10
|
+
*/
|
|
11
|
+
var patchBrowser = () => {
|
|
12
|
+
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('pam-statement-history.cjs.js', document.baseURI).href));
|
|
13
|
+
const opts = {};
|
|
14
|
+
if (importMeta !== "") {
|
|
15
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
16
|
+
}
|
|
17
|
+
return index.promiseResolve(opts);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
patchBrowser().then(async (options) => {
|
|
21
|
+
await appGlobals.globalScripts();
|
|
22
|
+
return index.bootstrapLazy([["pam-statement-history.cjs",[[1,"pam-statement-history",{"mbSource":[513,"mb-source"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"session":[1],"playerid":[1],"endpoint":[1],"statementenabled":[1],"postMessage":[516,"post-message"],"language":[1],"quickFiltersActive":[516,"quick-filters-active"],"clientStylingUrlContent":[513,"client-styling-url-content"],"dateformat":[1],"translationUrl":[513,"translation-url"],"activeTab":[32],"activeFilter":[32],"transactions":[32],"isLoading":[32],"errorMessage":[32],"customStartDate":[32],"customEndDate":[32],"currentPage":[32],"hasNextPage":[32],"itemsPerPage":[32],"copiedId":[32],"isStatementEnabled":[32]},null,{"statementenabled":["handleStatementEnabledChange"],"activeTab":["handleTabChange"],"activeFilter":["handleFilterChange"],"clientStyling":["handleClientStylingChange"],"clientStylingUrl":["handleClientStylingUrlChange"],"mbSource":["handleMbSourceChange"],"session":["handleAuthDataChange"],"playerid":["handleAuthDataChange"],"endpoint":["handleAuthDataChange"]}]]]], options);
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
exports.setNonce = index.setNonce;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PamStatementHistory } from './pam-statement-history';
|
|
@@ -0,0 +1,427 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: block;
|
|
3
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
|
4
|
+
color: var(--emw--color-contrast, #333);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.statement-wrapper {
|
|
8
|
+
max-width: 100%;
|
|
9
|
+
width: 100%;
|
|
10
|
+
height: 100%;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
background-color: var(--emw--color-white, #ffffff);
|
|
13
|
+
border-radius: 10px;
|
|
14
|
+
padding: 30px 40px;
|
|
15
|
+
}
|
|
16
|
+
@media (max-width: 600px) {
|
|
17
|
+
.statement-wrapper {
|
|
18
|
+
padding: 15px;
|
|
19
|
+
background-color: transparent;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.header {
|
|
24
|
+
margin-bottom: 20px;
|
|
25
|
+
}
|
|
26
|
+
.header h2 {
|
|
27
|
+
font-size: 19px;
|
|
28
|
+
font-weight: 700;
|
|
29
|
+
margin: 0;
|
|
30
|
+
color: var(--emw--color-contrast, #1a1a1a);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.desktop-tabs {
|
|
34
|
+
display: flex;
|
|
35
|
+
gap: 10px;
|
|
36
|
+
margin-bottom: 20px;
|
|
37
|
+
overflow-x: auto;
|
|
38
|
+
-webkit-overflow-scrolling: touch;
|
|
39
|
+
padding-bottom: 5px;
|
|
40
|
+
}
|
|
41
|
+
.desktop-tabs::-webkit-scrollbar {
|
|
42
|
+
height: 4px;
|
|
43
|
+
}
|
|
44
|
+
.desktop-tabs::-webkit-scrollbar-thumb {
|
|
45
|
+
background-color: var(--emw--color-gray-200, #ccc);
|
|
46
|
+
border-radius: 4px;
|
|
47
|
+
}
|
|
48
|
+
.desktop-tabs .tab-btn {
|
|
49
|
+
padding: 8px 16px;
|
|
50
|
+
border: none;
|
|
51
|
+
border-radius: 20px;
|
|
52
|
+
font-size: 14px;
|
|
53
|
+
font-weight: 500;
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
background-color: var(--emw--color-gray-100, #f0f0f0);
|
|
56
|
+
color: var(--emw--color-gray-300, #666);
|
|
57
|
+
transition: all 0.2s ease;
|
|
58
|
+
white-space: nowrap;
|
|
59
|
+
}
|
|
60
|
+
.desktop-tabs .tab-btn.active {
|
|
61
|
+
background-color: var(--emw--color-primary, #ff6b00);
|
|
62
|
+
color: var(--emw--color-white, #fff);
|
|
63
|
+
}
|
|
64
|
+
.desktop-tabs .tab-btn:hover:not(.active) {
|
|
65
|
+
background-color: var(--emw--color-gray-200, #e4e4e4);
|
|
66
|
+
}
|
|
67
|
+
@media (max-width: 600px) {
|
|
68
|
+
.desktop-tabs {
|
|
69
|
+
display: none;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.mobile-tabs-select {
|
|
74
|
+
display: none;
|
|
75
|
+
margin-bottom: 20px;
|
|
76
|
+
}
|
|
77
|
+
.mobile-tabs-select select {
|
|
78
|
+
width: 100%;
|
|
79
|
+
padding: 12px 16px;
|
|
80
|
+
border-radius: 8px;
|
|
81
|
+
border: 1px solid var(--emw--color-gray-200, #ddd);
|
|
82
|
+
font-size: 16px;
|
|
83
|
+
font-weight: 500;
|
|
84
|
+
color: var(--emw--color-black, #000);
|
|
85
|
+
background-color: var(--emw--color-white, #fff);
|
|
86
|
+
appearance: none;
|
|
87
|
+
background: var(--emw--color-white, #fff) url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') 97% center no-repeat;
|
|
88
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
|
|
89
|
+
}
|
|
90
|
+
.mobile-tabs-select select:focus {
|
|
91
|
+
outline: none;
|
|
92
|
+
border-color: var(--emw--color-primary, #ff6b00);
|
|
93
|
+
}
|
|
94
|
+
@media (max-width: 600px) {
|
|
95
|
+
.mobile-tabs-select {
|
|
96
|
+
display: block;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.card-container {
|
|
101
|
+
background: transparent;
|
|
102
|
+
border-radius: 0;
|
|
103
|
+
padding: 0;
|
|
104
|
+
box-shadow: none;
|
|
105
|
+
margin-top: 20px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.filters-container {
|
|
109
|
+
display: flex;
|
|
110
|
+
gap: 20px;
|
|
111
|
+
border-bottom: 1px solid var(--emw--color-gray-100, #eee);
|
|
112
|
+
padding-bottom: 12px;
|
|
113
|
+
margin-bottom: 16px;
|
|
114
|
+
overflow-x: auto;
|
|
115
|
+
white-space: nowrap;
|
|
116
|
+
}
|
|
117
|
+
.filters-container .filter-btn {
|
|
118
|
+
background: none;
|
|
119
|
+
border: none;
|
|
120
|
+
font-size: 14px;
|
|
121
|
+
font-weight: 600;
|
|
122
|
+
color: var(--emw--color-gray-150, #888);
|
|
123
|
+
cursor: pointer;
|
|
124
|
+
padding: 0;
|
|
125
|
+
}
|
|
126
|
+
.filters-container .filter-btn.active {
|
|
127
|
+
color: var(--emw--color-primary, #ff6b00);
|
|
128
|
+
}
|
|
129
|
+
.filters-container .filter-btn:hover {
|
|
130
|
+
color: var(--emw--color-contrast, #333);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.custom-date-wrapper {
|
|
134
|
+
display: flex;
|
|
135
|
+
flex-direction: column;
|
|
136
|
+
align-items: flex-start;
|
|
137
|
+
gap: 16px;
|
|
138
|
+
margin-bottom: 24px;
|
|
139
|
+
}
|
|
140
|
+
@media (max-width: 600px) {
|
|
141
|
+
.custom-date-wrapper {
|
|
142
|
+
align-items: stretch;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
.custom-date-wrapper .calendar-container {
|
|
146
|
+
display: flex;
|
|
147
|
+
flex-direction: row;
|
|
148
|
+
align-items: center;
|
|
149
|
+
gap: 20px;
|
|
150
|
+
width: 100%;
|
|
151
|
+
box-sizing: border-box;
|
|
152
|
+
background-color: var(--emw--color-background, #f8f9fa);
|
|
153
|
+
border: 1px solid var(--emw--color-gray-100, #eee);
|
|
154
|
+
border-radius: 8px;
|
|
155
|
+
padding: 12px 16px;
|
|
156
|
+
}
|
|
157
|
+
@media (max-width: 600px) {
|
|
158
|
+
.custom-date-wrapper .calendar-container {
|
|
159
|
+
flex-direction: column;
|
|
160
|
+
align-items: stretch;
|
|
161
|
+
gap: 16px;
|
|
162
|
+
padding: 16px;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
.custom-date-wrapper .date-limit-warning {
|
|
166
|
+
color: var(--emw--color-error, #d32f2f);
|
|
167
|
+
font-size: 13px;
|
|
168
|
+
margin-top: 8px;
|
|
169
|
+
width: 100%;
|
|
170
|
+
}
|
|
171
|
+
.custom-date-wrapper .calendar-field {
|
|
172
|
+
display: flex;
|
|
173
|
+
flex-direction: row;
|
|
174
|
+
align-items: center;
|
|
175
|
+
gap: 12px;
|
|
176
|
+
flex: 1;
|
|
177
|
+
}
|
|
178
|
+
@media (max-width: 600px) {
|
|
179
|
+
.custom-date-wrapper .calendar-field {
|
|
180
|
+
flex-direction: column;
|
|
181
|
+
align-items: flex-start;
|
|
182
|
+
gap: 4px;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
.custom-date-wrapper .calendar-field label {
|
|
186
|
+
font-size: 14px;
|
|
187
|
+
font-weight: 500;
|
|
188
|
+
color: var(--emw--color-gray-300, #555);
|
|
189
|
+
min-width: 40px;
|
|
190
|
+
margin: 0;
|
|
191
|
+
white-space: nowrap;
|
|
192
|
+
}
|
|
193
|
+
.custom-date-wrapper .calendar-field .VaadinDatePicker {
|
|
194
|
+
width: 100%;
|
|
195
|
+
flex: 1;
|
|
196
|
+
}
|
|
197
|
+
.custom-date-wrapper .apply-date-btn {
|
|
198
|
+
padding: 0 24px;
|
|
199
|
+
height: 44px;
|
|
200
|
+
background-color: var(--emw--color-primary, #ff6b00);
|
|
201
|
+
color: var(--emw--color-white, #fff);
|
|
202
|
+
border: none;
|
|
203
|
+
border-radius: 6px;
|
|
204
|
+
font-weight: 600;
|
|
205
|
+
font-size: 15px;
|
|
206
|
+
cursor: pointer;
|
|
207
|
+
transition: background-color 0.2s;
|
|
208
|
+
white-space: nowrap;
|
|
209
|
+
}
|
|
210
|
+
@media (max-width: 600px) {
|
|
211
|
+
.custom-date-wrapper .apply-date-btn {
|
|
212
|
+
width: 100%;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
.custom-date-wrapper .apply-date-btn:hover:not(:disabled) {
|
|
216
|
+
background-color: var(--emw--color-hover, #e66000);
|
|
217
|
+
}
|
|
218
|
+
.custom-date-wrapper .apply-date-btn:disabled {
|
|
219
|
+
background-color: var(--emw--color-primary-disabled, #ffd6b3);
|
|
220
|
+
color: var(--emw--color-white, #fff);
|
|
221
|
+
cursor: not-allowed;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.transactions-list {
|
|
225
|
+
display: flex;
|
|
226
|
+
flex-direction: column;
|
|
227
|
+
}
|
|
228
|
+
.transactions-list .empty-state {
|
|
229
|
+
padding: 30px;
|
|
230
|
+
text-align: center;
|
|
231
|
+
color: var(--emw--color-gray-300, #666);
|
|
232
|
+
font-size: 14px;
|
|
233
|
+
}
|
|
234
|
+
.transactions-list .empty-state.error {
|
|
235
|
+
color: var(--emw--color-error, #d32f2f);
|
|
236
|
+
}
|
|
237
|
+
.transactions-list .transaction-item {
|
|
238
|
+
border-bottom: 1px solid var(--emw--color-gray-100, #f0f0f0);
|
|
239
|
+
padding: 16px 0;
|
|
240
|
+
display: flex;
|
|
241
|
+
flex-direction: column;
|
|
242
|
+
gap: 10px;
|
|
243
|
+
}
|
|
244
|
+
.transactions-list .transaction-item:last-child {
|
|
245
|
+
border-bottom: none;
|
|
246
|
+
padding-bottom: 0;
|
|
247
|
+
}
|
|
248
|
+
.transactions-list .transaction-item .row {
|
|
249
|
+
display: flex;
|
|
250
|
+
justify-content: space-between;
|
|
251
|
+
align-items: center;
|
|
252
|
+
}
|
|
253
|
+
.transactions-list .transaction-item .category-group {
|
|
254
|
+
display: flex;
|
|
255
|
+
align-items: center;
|
|
256
|
+
gap: 8px;
|
|
257
|
+
}
|
|
258
|
+
.transactions-list .transaction-item .category-group .category {
|
|
259
|
+
font-size: 14px;
|
|
260
|
+
color: var(--emw--color-secondary, #5bb4ff);
|
|
261
|
+
}
|
|
262
|
+
.transactions-list .transaction-item .category-group .status-badge {
|
|
263
|
+
font-size: 12px;
|
|
264
|
+
padding: 3px 8px;
|
|
265
|
+
border-radius: 12px;
|
|
266
|
+
font-weight: 600;
|
|
267
|
+
}
|
|
268
|
+
.transactions-list .transaction-item .category-group .status-badge.won, .transactions-list .transaction-item .category-group .status-badge.success {
|
|
269
|
+
background-color: var(--emw--color-valid-bg, #e8f5e9);
|
|
270
|
+
color: var(--emw--color-valid, #4caf50);
|
|
271
|
+
}
|
|
272
|
+
.transactions-list .transaction-item .category-group .status-badge.placed {
|
|
273
|
+
background-color: var(--emw--color-info-bg, #e3f2fd);
|
|
274
|
+
color: var(--emw--color-info, #2196f3);
|
|
275
|
+
}
|
|
276
|
+
.transactions-list .transaction-item .category-group .status-badge.tax {
|
|
277
|
+
background-color: var(--emw--color-gray-50, #f5f5f5);
|
|
278
|
+
color: var(--emw--color-gray-300, #607d8b);
|
|
279
|
+
}
|
|
280
|
+
.transactions-list .transaction-item .category-group .status-badge.pendingnotification, .transactions-list .transaction-item .category-group .status-badge.pending {
|
|
281
|
+
color: var(--emw--color-pending, #F5A623);
|
|
282
|
+
}
|
|
283
|
+
.transactions-list .transaction-item .category-group .status-badge.failed, .transactions-list .transaction-item .category-group .status-badge.declined, .transactions-list .transaction-item .category-group .status-badge.cancelled {
|
|
284
|
+
color: var(--emw--color-error, #d32f2f);
|
|
285
|
+
}
|
|
286
|
+
.transactions-list .transaction-item .amount {
|
|
287
|
+
font-size: 15px;
|
|
288
|
+
font-weight: 600;
|
|
289
|
+
}
|
|
290
|
+
.transactions-list .transaction-item .amount.positive {
|
|
291
|
+
color: var(--emw--color-valid, #4caf50);
|
|
292
|
+
}
|
|
293
|
+
.transactions-list .transaction-item .amount.negative {
|
|
294
|
+
color: var(--emw--color-secondary, #5bb4ff);
|
|
295
|
+
}
|
|
296
|
+
.transactions-list .transaction-item .middle-row {
|
|
297
|
+
justify-content: space-between;
|
|
298
|
+
}
|
|
299
|
+
.transactions-list .transaction-item .middle-row .transaction-id {
|
|
300
|
+
font-size: 14px;
|
|
301
|
+
font-weight: 600;
|
|
302
|
+
color: var(--emw--color-contrast, #333);
|
|
303
|
+
word-break: break-all;
|
|
304
|
+
padding-right: 16px;
|
|
305
|
+
}
|
|
306
|
+
.transactions-list .transaction-item .middle-row .copy-action-wrapper {
|
|
307
|
+
position: relative;
|
|
308
|
+
display: flex;
|
|
309
|
+
align-items: center;
|
|
310
|
+
min-width: 30px;
|
|
311
|
+
min-height: 30px;
|
|
312
|
+
justify-content: center;
|
|
313
|
+
cursor: pointer;
|
|
314
|
+
padding: 8px;
|
|
315
|
+
margin-right: -8px;
|
|
316
|
+
}
|
|
317
|
+
.transactions-list .transaction-item .middle-row .copy-action-wrapper .copy-icon {
|
|
318
|
+
fill: var(--emw--color-gray-300, #4a4a4a);
|
|
319
|
+
stroke: var(--emw--color-white, #ffffff);
|
|
320
|
+
stroke-width: 2px;
|
|
321
|
+
cursor: pointer;
|
|
322
|
+
transition: transform 0.1s;
|
|
323
|
+
pointer-events: none;
|
|
324
|
+
}
|
|
325
|
+
.transactions-list .transaction-item .middle-row .copy-action-wrapper .copy-icon:hover .copy-icon {
|
|
326
|
+
transform: scale(1.1);
|
|
327
|
+
}
|
|
328
|
+
.transactions-list .transaction-item .middle-row .copy-action-wrapper .copy-icon:active {
|
|
329
|
+
transform: scale(0.95);
|
|
330
|
+
}
|
|
331
|
+
.transactions-list .transaction-item .middle-row .copy-action-wrapper .copied-tooltip {
|
|
332
|
+
position: absolute;
|
|
333
|
+
right: 100%;
|
|
334
|
+
margin-right: 8px;
|
|
335
|
+
background: var(--emw--color-contrast, #333);
|
|
336
|
+
color: var(--emw--color-white, #fff);
|
|
337
|
+
font-size: 12px;
|
|
338
|
+
font-weight: 500;
|
|
339
|
+
padding: 2px 6px;
|
|
340
|
+
border-radius: 4px;
|
|
341
|
+
white-space: nowrap;
|
|
342
|
+
pointer-events: none;
|
|
343
|
+
animation: fadeInOutCopy 2s ease forwards;
|
|
344
|
+
}
|
|
345
|
+
.transactions-list .transaction-item .bottom-row {
|
|
346
|
+
font-size: 13px;
|
|
347
|
+
color: var(--emw--color-gray-150, #888);
|
|
348
|
+
}
|
|
349
|
+
.transactions-list .transaction-item .bottom-row .balance strong {
|
|
350
|
+
color: var(--emw--color-contrast, #333);
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
@keyframes fadeInOutCopy {
|
|
354
|
+
0% {
|
|
355
|
+
opacity: 0;
|
|
356
|
+
transform: translateX(5px);
|
|
357
|
+
}
|
|
358
|
+
10% {
|
|
359
|
+
opacity: 1;
|
|
360
|
+
transform: translateX(0);
|
|
361
|
+
}
|
|
362
|
+
80% {
|
|
363
|
+
opacity: 1;
|
|
364
|
+
transform: translateX(0);
|
|
365
|
+
}
|
|
366
|
+
100% {
|
|
367
|
+
opacity: 0;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
.pagination-container {
|
|
371
|
+
display: flex;
|
|
372
|
+
justify-content: space-between;
|
|
373
|
+
align-items: center;
|
|
374
|
+
margin-top: 24px;
|
|
375
|
+
padding-top: 16px;
|
|
376
|
+
border-top: 1px solid var(--emw--color-gray-100, #eee);
|
|
377
|
+
}
|
|
378
|
+
.pagination-container .pagination-btn {
|
|
379
|
+
background-color: var(--emw--color-white, #fff);
|
|
380
|
+
border: 1px solid var(--emw--color-gray-200, #ddd);
|
|
381
|
+
color: var(--emw--color-primary, #ff6b00);
|
|
382
|
+
font-size: 14px;
|
|
383
|
+
font-weight: 600;
|
|
384
|
+
padding: 8px 16px;
|
|
385
|
+
border-radius: 4px;
|
|
386
|
+
cursor: pointer;
|
|
387
|
+
transition: all 0.2s;
|
|
388
|
+
display: flex;
|
|
389
|
+
align-items: center;
|
|
390
|
+
gap: 8px;
|
|
391
|
+
}
|
|
392
|
+
.pagination-container .pagination-btn:hover:not(:disabled) {
|
|
393
|
+
background-color: var(--emw--color-primary-light, #fff5f0);
|
|
394
|
+
border-color: var(--emw--color-primary, #ff6b00);
|
|
395
|
+
}
|
|
396
|
+
.pagination-container .pagination-btn:disabled {
|
|
397
|
+
color: var(--emw--color-gray-200, #bbb);
|
|
398
|
+
border-color: var(--emw--color-gray-100, #eee);
|
|
399
|
+
cursor: not-allowed;
|
|
400
|
+
}
|
|
401
|
+
.pagination-container .pagination-btn.next-btn::after {
|
|
402
|
+
content: ">";
|
|
403
|
+
font-weight: bold;
|
|
404
|
+
}
|
|
405
|
+
.pagination-container .pagination-btn.prev-btn::before {
|
|
406
|
+
content: "<";
|
|
407
|
+
font-weight: bold;
|
|
408
|
+
}
|
|
409
|
+
.pagination-container .page-indicator {
|
|
410
|
+
color: var(--emw--color-gray-300, #666);
|
|
411
|
+
font-size: 14px;
|
|
412
|
+
font-weight: 500;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.verify-access-loading {
|
|
416
|
+
height: 100dvh;
|
|
417
|
+
border: 2px solid red;
|
|
418
|
+
background-color: var(--emw--color-white, #ffffff);
|
|
419
|
+
display: flex;
|
|
420
|
+
justify-content: center;
|
|
421
|
+
align-items: center;
|
|
422
|
+
}
|
|
423
|
+
.verify-access-loading .loading-text {
|
|
424
|
+
color: var(--emw--color-gray-300, #666666);
|
|
425
|
+
font-size: 16px;
|
|
426
|
+
font-weight: 500;
|
|
427
|
+
}
|