@tap-payments/os-micro-frontend-shared 0.1.119-test.1 → 0.1.121-test.6

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 (46) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +12 -12
  3. package/build/components/AuthenticationTypeChip/AuthenticationTypeChip.js +2 -2
  4. package/build/components/Chip/style.d.ts +1 -1
  5. package/build/components/CountBadge/style.d.ts +1 -1
  6. package/build/components/Dialog/style.d.ts +1 -1
  7. package/build/components/FlippingCard/style.d.ts +1 -1
  8. package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -1
  9. package/build/components/JSONViewer/style.d.ts +2 -2
  10. package/build/components/LeftPeekRightExpandingChip/style.d.ts +3 -3
  11. package/build/components/RightLeftExpandingCenterChip/style.d.ts +13 -13
  12. package/build/components/SearchButton/styles.d.ts +2 -2
  13. package/build/components/StatusIcons/AuthIcons/style.d.ts +2 -2
  14. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -1
  15. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +6 -6
  16. package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -1
  17. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -1
  18. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -1
  19. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +2 -2
  20. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +5 -5
  21. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +5 -5
  22. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -1
  23. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -1
  24. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -1
  25. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +5 -5
  26. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -1
  27. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +2 -2
  28. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -1
  29. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -1
  30. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +5 -5
  31. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -1
  32. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -1
  33. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +2 -2
  34. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -1
  35. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -1
  36. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -1
  37. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -1
  38. package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +6 -6
  39. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +6 -6
  40. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +5 -5
  41. package/build/components/TableCells/CustomCells/style.d.ts +1 -1
  42. package/build/components/VirtualTables/components/style.d.ts +1 -1
  43. package/build/components/Window/style.d.ts +2 -2
  44. package/build/utils/localStorage.d.ts +4 -1
  45. package/build/utils/localStorage.js +11 -0
  46. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Tap Payments
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Tap Payments
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # os-micro-frontend-shared
2
-
3
- ## Publishing Workflow
4
-
5
- 1. Update version in package.json
6
- 2. Commit changes
7
- 3. Create and push a tag:
8
-
9
- ```bash
10
- npm version patch # or minor, major
11
- git push origin main --tags
12
- ```
1
+ # os-micro-frontend-shared
2
+
3
+ ## Publishing Workflow
4
+
5
+ 1. Update version in package.json
6
+ 2. Commit changes
7
+ 3. Create and push a tag:
8
+
9
+ ```bash
10
+ npm version patch # or minor, major
11
+ git push origin main --tags
12
+ ```
@@ -15,7 +15,7 @@ import StatusChipWithCopy from '../StatusChipWithCopy';
15
15
  import { chipAuthenticationTypes } from './constants';
16
16
  function AuthenticationTypeChip(_a) {
17
17
  var { title, ref } = _a, rest = __rest(_a, ["title", "ref"]);
18
- const { text, styles } = chipAuthenticationTypes[title];
19
- return (_jsx(StatusChipWithCopy, Object.assign({ chipStyles: styles, ref: ref }, rest, { children: text })));
18
+ const chipAuthenticationType = chipAuthenticationTypes[title];
19
+ return (_jsx(StatusChipWithCopy, Object.assign({ chipStyles: chipAuthenticationType === null || chipAuthenticationType === void 0 ? void 0 : chipAuthenticationType.styles, ref: ref }, rest, { children: (chipAuthenticationType === null || chipAuthenticationType === void 0 ? void 0 : chipAuthenticationType.text) || title })));
20
20
  }
21
21
  export default memo(AuthenticationTypeChip);
@@ -56,7 +56,7 @@ export declare const SourcesContainer: import("@emotion/styled").StyledComponent
56
56
  results?: number | undefined;
57
57
  security?: string | undefined;
58
58
  unselectable?: "off" | "on" | undefined;
59
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
59
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
60
60
  is?: string | undefined;
61
61
  exportparts?: string | undefined;
62
62
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const AgreementImageWrapper: import("@emotion/styled").StyledComp
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const DialogWrapper: import("@emotion/styled").StyledComponent<{
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const Wrapper: import("@emotion/styled").StyledComponent<{
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ declare const ImageWrapper: import("@emotion/styled").StyledComponent<{
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -137,7 +137,7 @@ export declare const JSONViewerWrapper: import("@emotion/styled").StyledComponen
137
137
  results?: number | undefined;
138
138
  security?: string | undefined;
139
139
  unselectable?: "off" | "on" | undefined;
140
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
140
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
141
141
  is?: string | undefined;
142
142
  exportparts?: string | undefined;
143
143
  part?: string | undefined;
@@ -402,7 +402,7 @@ export declare const JSONViewerWrapperRequest: import("@emotion/styled").StyledC
402
402
  results?: number | undefined;
403
403
  security?: string | undefined;
404
404
  unselectable?: "off" | "on" | undefined;
405
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
405
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
406
406
  is?: string | undefined;
407
407
  exportparts?: string | undefined;
408
408
  part?: string | undefined;
@@ -50,7 +50,7 @@ export declare const Container: import("@emotion/styled").StyledComponent<{
50
50
  results?: number | undefined;
51
51
  security?: string | undefined;
52
52
  unselectable?: "off" | "on" | undefined;
53
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
53
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
54
54
  is?: string | undefined;
55
55
  exportparts?: string | undefined;
56
56
  part?: string | undefined;
@@ -313,7 +313,7 @@ export declare const PeekChip: import("@emotion/styled").StyledComponent<{
313
313
  results?: number | undefined;
314
314
  security?: string | undefined;
315
315
  unselectable?: "off" | "on" | undefined;
316
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
316
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
317
317
  is?: string | undefined;
318
318
  exportparts?: string | undefined;
319
319
  part?: string | undefined;
@@ -575,7 +575,7 @@ export declare const MainChip: import("@emotion/styled").StyledComponent<{
575
575
  results?: number | undefined;
576
576
  security?: string | undefined;
577
577
  unselectable?: "off" | "on" | undefined;
578
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
578
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
579
579
  is?: string | undefined;
580
580
  exportparts?: string | undefined;
581
581
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -310,7 +310,7 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
310
310
  results?: number | undefined;
311
311
  security?: string | undefined;
312
312
  unselectable?: "off" | "on" | undefined;
313
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
313
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
314
314
  is?: string | undefined;
315
315
  exportparts?: string | undefined;
316
316
  part?: string | undefined;
@@ -572,7 +572,7 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
572
572
  results?: number | undefined;
573
573
  security?: string | undefined;
574
574
  unselectable?: "off" | "on" | undefined;
575
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
575
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
576
576
  is?: string | undefined;
577
577
  exportparts?: string | undefined;
578
578
  part?: string | undefined;
@@ -834,7 +834,7 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
834
834
  results?: number | undefined;
835
835
  security?: string | undefined;
836
836
  unselectable?: "off" | "on" | undefined;
837
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
837
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
838
838
  is?: string | undefined;
839
839
  exportparts?: string | undefined;
840
840
  part?: string | undefined;
@@ -1096,7 +1096,7 @@ export declare const ExpandedSection: import("@emotion/styled").StyledComponent<
1096
1096
  results?: number | undefined;
1097
1097
  security?: string | undefined;
1098
1098
  unselectable?: "off" | "on" | undefined;
1099
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1099
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1100
1100
  is?: string | undefined;
1101
1101
  exportparts?: string | undefined;
1102
1102
  part?: string | undefined;
@@ -1363,7 +1363,7 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
1363
1363
  results?: number | undefined;
1364
1364
  security?: string | undefined;
1365
1365
  unselectable?: "off" | "on" | undefined;
1366
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1366
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1367
1367
  is?: string | undefined;
1368
1368
  exportparts?: string | undefined;
1369
1369
  part?: string | undefined;
@@ -1625,7 +1625,7 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
1625
1625
  results?: number | undefined;
1626
1626
  security?: string | undefined;
1627
1627
  unselectable?: "off" | "on" | undefined;
1628
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1628
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1629
1629
  is?: string | undefined;
1630
1630
  exportparts?: string | undefined;
1631
1631
  part?: string | undefined;
@@ -1887,7 +1887,7 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
1887
1887
  results?: number | undefined;
1888
1888
  security?: string | undefined;
1889
1889
  unselectable?: "off" | "on" | undefined;
1890
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1890
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1891
1891
  is?: string | undefined;
1892
1892
  exportparts?: string | undefined;
1893
1893
  part?: string | undefined;
@@ -2149,7 +2149,7 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
2149
2149
  results?: number | undefined;
2150
2150
  security?: string | undefined;
2151
2151
  unselectable?: "off" | "on" | undefined;
2152
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
2152
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
2153
2153
  is?: string | undefined;
2154
2154
  exportparts?: string | undefined;
2155
2155
  part?: string | undefined;
@@ -2411,7 +2411,7 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
2411
2411
  results?: number | undefined;
2412
2412
  security?: string | undefined;
2413
2413
  unselectable?: "off" | "on" | undefined;
2414
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
2414
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
2415
2415
  is?: string | undefined;
2416
2416
  exportparts?: string | undefined;
2417
2417
  part?: string | undefined;
@@ -2673,7 +2673,7 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
2673
2673
  results?: number | undefined;
2674
2674
  security?: string | undefined;
2675
2675
  unselectable?: "off" | "on" | undefined;
2676
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
2676
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
2677
2677
  is?: string | undefined;
2678
2678
  exportparts?: string | undefined;
2679
2679
  part?: string | undefined;
@@ -2935,7 +2935,7 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
2935
2935
  results?: number | undefined;
2936
2936
  security?: string | undefined;
2937
2937
  unselectable?: "off" | "on" | undefined;
2938
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
2938
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
2939
2939
  is?: string | undefined;
2940
2940
  exportparts?: string | undefined;
2941
2941
  part?: string | undefined;
@@ -3197,7 +3197,7 @@ export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
3197
3197
  results?: number | undefined;
3198
3198
  security?: string | undefined;
3199
3199
  unselectable?: "off" | "on" | undefined;
3200
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
3200
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
3201
3201
  is?: string | undefined;
3202
3202
  exportparts?: string | undefined;
3203
3203
  part?: string | undefined;
@@ -55,7 +55,7 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
55
55
  results?: number | undefined;
56
56
  security?: string | undefined;
57
57
  unselectable?: "off" | "on" | undefined;
58
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
58
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
59
59
  is?: string | undefined;
60
60
  exportparts?: string | undefined;
61
61
  part?: string | undefined;
@@ -341,7 +341,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
341
341
  results?: number | undefined;
342
342
  security?: string | undefined;
343
343
  unselectable?: "off" | "on" | undefined;
344
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
344
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
345
345
  is?: string | undefined;
346
346
  exportparts?: string | undefined;
347
347
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -315,7 +315,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
315
315
  results?: number | undefined;
316
316
  security?: string | undefined;
317
317
  unselectable?: "off" | "on" | undefined;
318
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
318
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
319
319
  is?: string | undefined;
320
320
  exportparts?: string | undefined;
321
321
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -571,7 +571,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
571
571
  results?: number | undefined;
572
572
  security?: string | undefined;
573
573
  unselectable?: "off" | "on" | undefined;
574
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
574
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
575
575
  is?: string | undefined;
576
576
  exportparts?: string | undefined;
577
577
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1097,7 +1097,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
1097
1097
  results?: number | undefined;
1098
1098
  security?: string | undefined;
1099
1099
  unselectable?: "off" | "on" | undefined;
1100
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1100
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1101
1101
  is?: string | undefined;
1102
1102
  exportparts?: string | undefined;
1103
1103
  part?: string | undefined;
@@ -1359,7 +1359,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
1359
1359
  results?: number | undefined;
1360
1360
  security?: string | undefined;
1361
1361
  unselectable?: "off" | "on" | undefined;
1362
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1362
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1363
1363
  is?: string | undefined;
1364
1364
  exportparts?: string | undefined;
1365
1365
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -59,7 +59,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
59
59
  results?: number | undefined;
60
60
  security?: string | undefined;
61
61
  unselectable?: "off" | "on" | undefined;
62
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
62
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
63
63
  is?: string | undefined;
64
64
  exportparts?: string | undefined;
65
65
  part?: string | undefined;
@@ -47,7 +47,7 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
47
47
  results?: number | undefined;
48
48
  security?: string | undefined;
49
49
  unselectable?: "off" | "on" | undefined;
50
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
51
51
  is?: string | undefined;
52
52
  exportparts?: string | undefined;
53
53
  part?: string | undefined;
@@ -47,7 +47,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
47
47
  results?: number | undefined;
48
48
  security?: string | undefined;
49
49
  unselectable?: "off" | "on" | undefined;
50
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
51
51
  is?: string | undefined;
52
52
  exportparts?: string | undefined;
53
53
  part?: string | undefined;
@@ -314,7 +314,7 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
314
314
  results?: number | undefined;
315
315
  security?: string | undefined;
316
316
  unselectable?: "off" | "on" | undefined;
317
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
317
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
318
318
  is?: string | undefined;
319
319
  exportparts?: string | undefined;
320
320
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const BalanceCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const DueDateCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const DueDateCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const Button: import("@emotion/styled").StyledComponent<{
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -310,7 +310,7 @@ export declare const RowId: import("@emotion/styled").StyledComponent<{
310
310
  results?: number | undefined;
311
311
  security?: string | undefined;
312
312
  unselectable?: "off" | "on" | undefined;
313
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
313
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
314
314
  is?: string | undefined;
315
315
  exportparts?: string | undefined;
316
316
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const DueDateCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const DueDateCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const ProductCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const ReferenceSourcesContainer: import("@emotion/styled").Styled
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const RefundChargeCellContainer: import("@emotion/styled").Styled
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const PercentageContainer: import("@emotion/styled").StyledCompon
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const RefundCellContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const SalesChannelsContainer: import("@emotion/styled").StyledCom
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -47,7 +47,7 @@ export declare const ReferenceSourcesContainer: import("@emotion/styled").Styled
47
47
  results?: number | undefined;
48
48
  security?: string | undefined;
49
49
  unselectable?: "off" | "on" | undefined;
50
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
51
51
  is?: string | undefined;
52
52
  exportparts?: string | undefined;
53
53
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -60,7 +60,7 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
60
60
  results?: number | undefined;
61
61
  security?: string | undefined;
62
62
  unselectable?: "off" | "on" | undefined;
63
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
63
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
64
64
  is?: string | undefined;
65
65
  exportparts?: string | undefined;
66
66
  part?: string | undefined;
@@ -331,7 +331,7 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
331
331
  results?: number | undefined;
332
332
  security?: string | undefined;
333
333
  unselectable?: "off" | "on" | undefined;
334
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
334
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
335
335
  is?: string | undefined;
336
336
  exportparts?: string | undefined;
337
337
  part?: string | undefined;
@@ -593,7 +593,7 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
593
593
  results?: number | undefined;
594
594
  security?: string | undefined;
595
595
  unselectable?: "off" | "on" | undefined;
596
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
596
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
597
597
  is?: string | undefined;
598
598
  exportparts?: string | undefined;
599
599
  part?: string | undefined;
@@ -874,7 +874,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
874
874
  results?: number | undefined;
875
875
  security?: string | undefined;
876
876
  unselectable?: "off" | "on" | undefined;
877
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
877
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
878
878
  is?: string | undefined;
879
879
  exportparts?: string | undefined;
880
880
  part?: string | undefined;
@@ -1138,7 +1138,7 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1138
1138
  results?: number | undefined;
1139
1139
  security?: string | undefined;
1140
1140
  unselectable?: "off" | "on" | undefined;
1141
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1141
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1142
1142
  is?: string | undefined;
1143
1143
  exportparts?: string | undefined;
1144
1144
  part?: string | undefined;
@@ -1400,7 +1400,7 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1400
1400
  results?: number | undefined;
1401
1401
  security?: string | undefined;
1402
1402
  unselectable?: "off" | "on" | undefined;
1403
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1403
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1404
1404
  is?: string | undefined;
1405
1405
  exportparts?: string | undefined;
1406
1406
  part?: string | undefined;
@@ -49,7 +49,7 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
49
49
  results?: number | undefined;
50
50
  security?: string | undefined;
51
51
  unselectable?: "off" | "on" | undefined;
52
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
52
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
53
53
  is?: string | undefined;
54
54
  exportparts?: string | undefined;
55
55
  part?: string | undefined;
@@ -320,7 +320,7 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
320
320
  results?: number | undefined;
321
321
  security?: string | undefined;
322
322
  unselectable?: "off" | "on" | undefined;
323
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
323
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
324
324
  is?: string | undefined;
325
325
  exportparts?: string | undefined;
326
326
  part?: string | undefined;
@@ -582,7 +582,7 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
582
582
  results?: number | undefined;
583
583
  security?: string | undefined;
584
584
  unselectable?: "off" | "on" | undefined;
585
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
585
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
586
586
  is?: string | undefined;
587
587
  exportparts?: string | undefined;
588
588
  part?: string | undefined;
@@ -863,7 +863,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
863
863
  results?: number | undefined;
864
864
  security?: string | undefined;
865
865
  unselectable?: "off" | "on" | undefined;
866
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
866
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
867
867
  is?: string | undefined;
868
868
  exportparts?: string | undefined;
869
869
  part?: string | undefined;
@@ -1127,7 +1127,7 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1127
1127
  results?: number | undefined;
1128
1128
  security?: string | undefined;
1129
1129
  unselectable?: "off" | "on" | undefined;
1130
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1130
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1131
1131
  is?: string | undefined;
1132
1132
  exportparts?: string | undefined;
1133
1133
  part?: string | undefined;
@@ -1391,7 +1391,7 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1391
1391
  results?: number | undefined;
1392
1392
  security?: string | undefined;
1393
1393
  unselectable?: "off" | "on" | undefined;
1394
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1394
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1395
1395
  is?: string | undefined;
1396
1396
  exportparts?: string | undefined;
1397
1397
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -51,7 +51,7 @@ export declare const BadgeWrapper: import("@emotion/styled").StyledComponent<{
51
51
  results?: number | undefined;
52
52
  security?: string | undefined;
53
53
  unselectable?: "off" | "on" | undefined;
54
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
54
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
55
55
  is?: string | undefined;
56
56
  exportparts?: string | undefined;
57
57
  part?: string | undefined;
@@ -96,7 +96,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
96
96
  results?: number | undefined;
97
97
  security?: string | undefined;
98
98
  unselectable?: "off" | "on" | undefined;
99
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
99
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
100
100
  is?: string | undefined;
101
101
  exportparts?: string | undefined;
102
102
  part?: string | undefined;
@@ -49,7 +49,7 @@ export declare const ContentWrapper: import("@emotion/styled").StyledComponent<{
49
49
  results?: number | undefined;
50
50
  security?: string | undefined;
51
51
  unselectable?: "off" | "on" | undefined;
52
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
52
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
53
53
  is?: string | undefined;
54
54
  exportparts?: string | undefined;
55
55
  part?: string | undefined;
@@ -316,7 +316,7 @@ export declare const AppContainerContainer: import("@emotion/styled").StyledComp
316
316
  results?: number | undefined;
317
317
  security?: string | undefined;
318
318
  unselectable?: "off" | "on" | undefined;
319
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
319
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
320
320
  is?: string | undefined;
321
321
  exportparts?: string | undefined;
322
322
  part?: string | undefined;
@@ -1,4 +1,4 @@
1
- import { AppDetails, Segment, Timezone } from '../types/index.js';
1
+ import { AppDetails, Segment, TableMode, Timezone } from '../types/index.js';
2
2
  export declare function setSecretKey(): void;
3
3
  export declare function getSecretKey(): string | null;
4
4
  export declare function removeSecretKey(): void;
@@ -26,4 +26,7 @@ export declare const getCalenderTimezone: () => Timezone | null;
26
26
  export declare const getCalenderTimezoneHistory: () => Timezone | null;
27
27
  export declare const removeCalenderTimezone: () => void;
28
28
  export declare const removeCalenderTimezoneHistory: () => void;
29
+ export declare const setGlobalTableModeStorage: (mode: TableMode) => void;
30
+ export declare const getGlobalTableModeStorage: () => TableMode;
31
+ export declare const removeGlobalTableModeStorage: () => void;
29
32
  export declare const clearTapOsLocalStorage: () => void;
@@ -10,6 +10,7 @@ const REPORT_PREFIX = 'tap-dashboard-report';
10
10
  const APP_VERSION = 'tap-dashboard-app-version';
11
11
  const CALENDER_TIMEZONE = 'tap-dashboard-calender-timezone';
12
12
  const CALENDER_TIMEZONE_HISTORY = 'tap-dashboard-calender-timezone-history';
13
+ const GLOBAL_TABLE_MODE_KEY = 'tap-dashboard-global-table-mode';
13
14
  export function setSecretKey() {
14
15
  localStorage.setItem(SECRET_KEY_LOCAL_STORAGE, TEST_SECRET_KEY);
15
16
  }
@@ -149,6 +150,15 @@ export const removeCalenderTimezone = () => {
149
150
  export const removeCalenderTimezoneHistory = () => {
150
151
  localStorage.removeItem(CALENDER_TIMEZONE_HISTORY);
151
152
  };
153
+ export const setGlobalTableModeStorage = (mode) => {
154
+ localStorage.setItem(GLOBAL_TABLE_MODE_KEY, mode);
155
+ };
156
+ export const getGlobalTableModeStorage = () => {
157
+ return localStorage.getItem(GLOBAL_TABLE_MODE_KEY) || 'default';
158
+ };
159
+ export const removeGlobalTableModeStorage = () => {
160
+ localStorage.removeItem(GLOBAL_TABLE_MODE_KEY);
161
+ };
152
162
  export const clearTapOsLocalStorage = () => {
153
163
  removeSecretKey();
154
164
  removeConnectMetaData();
@@ -159,4 +169,5 @@ export const clearTapOsLocalStorage = () => {
159
169
  removeAppVersion();
160
170
  removeCalenderTimezone();
161
171
  removeCalenderTimezoneHistory();
172
+ removeGlobalTableModeStorage();
162
173
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.119-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.121-test.6",
5
+ "testVersion": 6,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",