pi-kiosk-shared 2.2.43 → 2.2.45

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/package.json CHANGED
@@ -1,342 +1,350 @@
1
1
  {
2
- "name": "pi-kiosk-shared",
3
- "version": "2.2.43",
4
- "type": "module",
5
- "private": false,
6
- "description": "Shared types, API contracts, and error classes for Pi Kiosk system",
7
- "keywords": [
8
- "kiosk",
9
- "typescript",
10
- "types",
11
- "api"
12
- ],
13
- "author": "tehacko@seznam.cz",
14
- "license": "MIT",
15
- "repository": {
16
- "type": "git",
17
- "url": "git+https://github.com/tehacko/pi-kiosk-shared.git"
18
- },
19
- "main": "dist/index.js",
20
- "module": "dist/index.js",
21
- "types": "dist/index.d.ts",
22
- "exports": {
23
- ".": {
24
- "types": "./dist/index.d.ts",
25
- "import": "./dist/index.js",
26
- "require": "./dist/index.js"
27
- },
28
- "./analyticsExploreCaps": {
29
- "types": "./dist/analyticsExploreCaps.d.ts",
30
- "import": "./dist/analyticsExploreCaps.js",
31
- "require": "./dist/analyticsExploreCaps.js"
32
- },
33
- "./analyticsApiTypes": {
34
- "types": "./dist/analyticsApiTypes.d.ts",
35
- "import": "./dist/analyticsApiTypes.js",
36
- "require": "./dist/analyticsApiTypes.js"
37
- },
38
- "./analyticsEvents": {
39
- "types": "./dist/analyticsEvents.d.ts",
40
- "import": "./dist/analyticsEvents.js",
41
- "require": "./dist/analyticsEvents.js"
42
- },
43
- "./analyticsEmitterManifest": {
44
- "types": "./dist/analyticsEmitterManifest.d.ts",
45
- "import": "./dist/analyticsEmitterManifest.js",
46
- "require": "./dist/analyticsEmitterManifest.js"
47
- },
48
- "./crossTab": {
49
- "types": "./dist/crossTab/index.d.ts",
50
- "import": "./dist/crossTab/index.js",
51
- "require": "./dist/crossTab/index.js"
52
- },
53
- "./analyticsDevLog": {
54
- "types": "./dist/analyticsDevLog.d.ts",
55
- "import": "./dist/analyticsDevLog.js",
56
- "require": "./dist/analyticsDevLog.js"
57
- },
58
- "./analyticsConsentAllowlist": {
59
- "types": "./dist/analyticsConsentAllowlist.d.ts",
60
- "import": "./dist/analyticsConsentAllowlist.js",
61
- "require": "./dist/analyticsConsentAllowlist.js"
62
- },
63
- "./analyticsConsentTier2": {
64
- "types": "./dist/analyticsConsentTier2.d.ts",
65
- "import": "./dist/analyticsConsentTier2.js",
66
- "require": "./dist/analyticsConsentTier2.js"
67
- },
68
- "./analytics/metadataBuilders": {
69
- "types": "./dist/analytics/metadataBuilders.d.ts",
70
- "import": "./dist/analytics/metadataBuilders.js",
71
- "require": "./dist/analytics/metadataBuilders.js"
72
- },
73
- "./analytics/missionControl": {
74
- "types": "./dist/analytics/missionControl.d.ts",
75
- "import": "./dist/analytics/missionControl.js",
76
- "require": "./dist/analytics/missionControl.js"
77
- },
78
- "./analyticsAnonymousIdentity": {
79
- "types": "./dist/analyticsAnonymousIdentity.d.ts",
80
- "import": "./dist/analyticsAnonymousIdentity.js",
81
- "require": "./dist/analyticsAnonymousIdentity.js"
82
- },
83
- "./analyticsEmitDedup": {
84
- "types": "./dist/analyticsEmitDedup.d.ts",
85
- "import": "./dist/analyticsEmitDedup.js",
86
- "require": "./dist/analyticsEmitDedup.js"
87
- },
88
- "./analyticsIngestOutboxPolicy": {
89
- "types": "./dist/analyticsIngestOutboxPolicy.d.ts",
90
- "import": "./dist/analyticsIngestOutboxPolicy.js",
91
- "require": "./dist/analyticsIngestOutboxPolicy.js"
92
- },
93
- "./clientLogRedaction": {
94
- "types": "./dist/clientLogRedaction.d.ts",
95
- "import": "./dist/clientLogRedaction.js",
96
- "require": "./dist/clientLogRedaction.js"
97
- },
98
- "./sensitiveMetaKeys": {
99
- "types": "./dist/sensitiveMetaKeys.d.ts",
100
- "import": "./dist/sensitiveMetaKeys.js",
101
- "require": "./dist/sensitiveMetaKeys.js"
102
- },
103
- "./logging": {
104
- "types": "./dist/logging/index.d.ts",
105
- "import": "./dist/logging/index.js",
106
- "require": "./dist/logging/index.js"
107
- },
108
- "./logging/createClientLogger": {
109
- "types": "./dist/logging/createClientLogger.d.ts",
110
- "import": "./dist/logging/createClientLogger.js",
111
- "require": "./dist/logging/createClientLogger.js"
112
- },
113
- "./barcode-scanner": {
114
- "types": "./dist/barcode-scanner.d.ts",
115
- "import": "./dist/barcode-scanner.js",
116
- "require": "./dist/barcode-scanner.js"
117
- },
118
- "./loyalty/loyaltySessionHandoff": {
119
- "types": "./dist/loyalty/loyaltySessionHandoff.d.ts",
120
- "import": "./dist/loyalty/loyaltySessionHandoff.js",
121
- "require": "./dist/loyalty/loyaltySessionHandoff.js"
122
- },
123
- "./promo/promoSessionHandoff": {
124
- "types": "./dist/promo/promoSessionHandoff.d.ts",
125
- "import": "./dist/promo/promoSessionHandoff.js",
126
- "require": "./dist/promo/promoSessionHandoff.js"
127
- },
128
- "./promo/resolvePromoLoyaltyStack": {
129
- "types": "./dist/promo/resolvePromoLoyaltyStack.d.ts",
130
- "import": "./dist/promo/resolvePromoLoyaltyStack.js",
131
- "require": "./dist/promo/resolvePromoLoyaltyStack.js"
132
- },
133
- "./promo/PromoCodeErrorCode": {
134
- "types": "./dist/promo/PromoCodeErrorCode.d.ts",
135
- "import": "./dist/promo/PromoCodeErrorCode.js",
136
- "require": "./dist/promo/PromoCodeErrorCode.js"
137
- },
138
- "./promo/ApplyPromoCodeRequest": {
139
- "types": "./dist/promo/ApplyPromoCodeRequest.d.ts",
140
- "import": "./dist/promo/ApplyPromoCodeRequest.js",
141
- "require": "./dist/promo/ApplyPromoCodeRequest.js"
142
- },
143
- "./promo/ApplyPromoCodeResponse": {
144
- "types": "./dist/promo/ApplyPromoCodeResponse.d.ts",
145
- "import": "./dist/promo/ApplyPromoCodeResponse.js",
146
- "require": "./dist/promo/ApplyPromoCodeResponse.js"
147
- },
148
- "./promo/RemovePromoCodeRequest": {
149
- "types": "./dist/promo/RemovePromoCodeRequest.d.ts",
150
- "import": "./dist/promo/RemovePromoCodeRequest.js",
151
- "require": "./dist/promo/RemovePromoCodeRequest.js"
152
- },
153
- "./checkout/sessionMetadataV4": {
154
- "types": "./dist/checkout/sessionMetadataV4.d.ts",
155
- "import": "./dist/checkout/sessionMetadataV4.js",
156
- "require": "./dist/checkout/sessionMetadataV4.js"
157
- },
158
- "./checkout/sessionMetadataV5": {
159
- "types": "./dist/checkout/sessionMetadataV5.d.ts",
160
- "import": "./dist/checkout/sessionMetadataV5.js",
161
- "require": "./dist/checkout/sessionMetadataV5.js"
162
- },
163
- "./checkout/CartLineFingerprint": {
164
- "types": "./dist/checkout/CartLineFingerprint.d.ts",
165
- "import": "./dist/checkout/CartLineFingerprint.js",
166
- "require": "./dist/checkout/CartLineFingerprint.js"
167
- },
168
- "./sentry": {
169
- "types": "./dist/sentry/initSentry.d.ts",
170
- "import": "./dist/sentry/initSentry.js",
171
- "require": "./dist/sentry/initSentry.js"
172
- },
173
- "./sentry/correlationTagBridge": {
174
- "types": "./dist/sentry/correlationTagBridge.d.ts",
175
- "import": "./dist/sentry/correlationTagBridge.js",
176
- "require": "./dist/sentry/correlationTagBridge.js"
177
- },
178
- "./sentry/captureRateLimitBreadcrumb": {
179
- "types": "./dist/sentry/captureRateLimitBreadcrumb.d.ts",
180
- "import": "./dist/sentry/captureRateLimitBreadcrumb.js",
181
- "require": "./dist/sentry/captureRateLimitBreadcrumb.js"
182
- },
183
- "./sentry/captureConflictBreadcrumb": {
184
- "types": "./dist/sentry/captureConflictBreadcrumb.d.ts",
185
- "import": "./dist/sentry/captureConflictBreadcrumb.js",
186
- "require": "./dist/sentry/captureConflictBreadcrumb.js"
187
- },
188
- "./theme.css": "./src/tokens/theme.css",
189
- "./admin-theme.css": "./src/tokens/admin-theme.css",
190
- "./responsive.css": "./src/tokens/responsive.css",
191
- "./responsive": {
192
- "types": "./dist/responsive/index.d.ts",
193
- "import": "./dist/responsive/index.js",
194
- "require": "./dist/responsive/index.js"
195
- },
196
- "./ui": {
197
- "types": "./dist/ui/index.d.ts",
198
- "import": "./dist/ui/index.js",
199
- "require": "./dist/ui/index.js"
200
- },
201
- "./ui/tvShim": {
202
- "types": "./dist/ui/tvShim.d.ts",
203
- "import": "./dist/ui/tvShim.js",
204
- "require": "./dist/ui/tvShim.js"
205
- },
206
- "./tenant-entitlements": {
207
- "types": "./dist/tenant-entitlements/index.d.ts",
208
- "import": "./dist/tenant-entitlements/index.js",
209
- "require": "./dist/tenant-entitlements/index.js"
210
- },
211
- "./theme": {
212
- "types": "./dist/theme/ThemeProvider.d.ts",
213
- "import": "./dist/theme/ThemeProvider.js",
214
- "require": "./dist/theme/ThemeProvider.js"
215
- }
216
- },
217
- "typesVersions": {
218
- "*": {
219
- "sensitiveMetaKeys": [
220
- "./dist/sensitiveMetaKeys.d.ts"
221
- ],
222
- "clientLogRedaction": [
223
- "./dist/clientLogRedaction.d.ts"
224
- ],
225
- "analyticsEvents": [
226
- "./dist/analyticsEvents.d.ts"
227
- ],
228
- "analyticsApiTypes": [
229
- "./dist/analyticsApiTypes.d.ts"
230
- ],
231
- "analyticsExploreCaps": [
232
- "./dist/analyticsExploreCaps.d.ts"
233
- ],
234
- "crossTab": [
235
- "./dist/crossTab/index.d.ts"
236
- ],
237
- "logging": [
238
- "./dist/logging/index.d.ts"
239
- ],
240
- "logging/createClientLogger": [
241
- "./dist/logging/createClientLogger.d.ts"
242
- ]
243
- }
244
- },
245
- "peerDependencies": {
246
- "@marsidev/react-turnstile": "^1.0.0",
247
- "@sentry/react": "^8.0.0",
248
- "@tanstack/react-query": "^5.0.0",
249
- "@zxing/browser": "^0.1.5",
250
- "@zxing/library": "^0.21.3",
251
- "react": "^18.0.0",
252
- "react-i18next": "^14.0.0"
253
- },
254
- "peerDependenciesMeta": {
255
- "@sentry/react": {
256
- "optional": true
257
- },
258
- "@marsidev/react-turnstile": {
259
- "optional": true
260
- },
261
- "@zxing/browser": {
262
- "optional": true
263
- },
264
- "@zxing/library": {
265
- "optional": true
266
- },
267
- "react-i18next": {
268
- "optional": true
2
+ "name": "pi-kiosk-shared",
3
+ "version": "2.2.45",
4
+ "type": "module",
5
+ "private": false,
6
+ "description": "Shared types, API contracts, and error classes for Pi Kiosk system",
7
+ "keywords": [
8
+ "kiosk",
9
+ "typescript",
10
+ "types",
11
+ "api"
12
+ ],
13
+ "author": "tehacko@seznam.cz",
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/tehacko/pi-kiosk-shared.git"
18
+ },
19
+ "main": "dist/index.js",
20
+ "module": "dist/index.js",
21
+ "types": "dist/index.d.ts",
22
+ "exports": {
23
+ ".": {
24
+ "types": "./dist/index.d.ts",
25
+ "import": "./dist/index.js",
26
+ "require": "./dist/index.js"
27
+ },
28
+ "./analyticsExploreCaps": {
29
+ "types": "./dist/analyticsExploreCaps.d.ts",
30
+ "import": "./dist/analyticsExploreCaps.js",
31
+ "require": "./dist/analyticsExploreCaps.js"
32
+ },
33
+ "./analyticsApiTypes": {
34
+ "types": "./dist/analyticsApiTypes.d.ts",
35
+ "import": "./dist/analyticsApiTypes.js",
36
+ "require": "./dist/analyticsApiTypes.js"
37
+ },
38
+ "./analyticsEvents": {
39
+ "types": "./dist/analyticsEvents.d.ts",
40
+ "import": "./dist/analyticsEvents.js",
41
+ "require": "./dist/analyticsEvents.js"
42
+ },
43
+ "./analyticsEmitterManifest": {
44
+ "types": "./dist/analyticsEmitterManifest.d.ts",
45
+ "import": "./dist/analyticsEmitterManifest.js",
46
+ "require": "./dist/analyticsEmitterManifest.js"
47
+ },
48
+ "./crossTab": {
49
+ "types": "./dist/crossTab/index.d.ts",
50
+ "import": "./dist/crossTab/index.js",
51
+ "require": "./dist/crossTab/index.js"
52
+ },
53
+ "./analyticsDevLog": {
54
+ "types": "./dist/analyticsDevLog.d.ts",
55
+ "import": "./dist/analyticsDevLog.js",
56
+ "require": "./dist/analyticsDevLog.js"
57
+ },
58
+ "./analyticsConsentAllowlist": {
59
+ "types": "./dist/analyticsConsentAllowlist.d.ts",
60
+ "import": "./dist/analyticsConsentAllowlist.js",
61
+ "require": "./dist/analyticsConsentAllowlist.js"
62
+ },
63
+ "./analyticsConsentTier2": {
64
+ "types": "./dist/analyticsConsentTier2.d.ts",
65
+ "import": "./dist/analyticsConsentTier2.js",
66
+ "require": "./dist/analyticsConsentTier2.js"
67
+ },
68
+ "./analytics/metadataBuilders": {
69
+ "types": "./dist/analytics/metadataBuilders.d.ts",
70
+ "import": "./dist/analytics/metadataBuilders.js",
71
+ "require": "./dist/analytics/metadataBuilders.js"
72
+ },
73
+ "./analytics/missionControl": {
74
+ "types": "./dist/analytics/missionControl.d.ts",
75
+ "import": "./dist/analytics/missionControl.js",
76
+ "require": "./dist/analytics/missionControl.js"
77
+ },
78
+ "./analyticsAnonymousIdentity": {
79
+ "types": "./dist/analyticsAnonymousIdentity.d.ts",
80
+ "import": "./dist/analyticsAnonymousIdentity.js",
81
+ "require": "./dist/analyticsAnonymousIdentity.js"
82
+ },
83
+ "./analyticsEmitDedup": {
84
+ "types": "./dist/analyticsEmitDedup.d.ts",
85
+ "import": "./dist/analyticsEmitDedup.js",
86
+ "require": "./dist/analyticsEmitDedup.js"
87
+ },
88
+ "./analyticsIngestOutboxPolicy": {
89
+ "types": "./dist/analyticsIngestOutboxPolicy.d.ts",
90
+ "import": "./dist/analyticsIngestOutboxPolicy.js",
91
+ "require": "./dist/analyticsIngestOutboxPolicy.js"
92
+ },
93
+ "./clientLogRedaction": {
94
+ "types": "./dist/clientLogRedaction.d.ts",
95
+ "import": "./dist/clientLogRedaction.js",
96
+ "require": "./dist/clientLogRedaction.js"
97
+ },
98
+ "./sensitiveMetaKeys": {
99
+ "types": "./dist/sensitiveMetaKeys.d.ts",
100
+ "import": "./dist/sensitiveMetaKeys.js",
101
+ "require": "./dist/sensitiveMetaKeys.js"
102
+ },
103
+ "./logging": {
104
+ "types": "./dist/logging/index.d.ts",
105
+ "import": "./dist/logging/index.js",
106
+ "require": "./dist/logging/index.js"
107
+ },
108
+ "./logging/createClientLogger": {
109
+ "types": "./dist/logging/createClientLogger.d.ts",
110
+ "import": "./dist/logging/createClientLogger.js",
111
+ "require": "./dist/logging/createClientLogger.js"
112
+ },
113
+ "./barcode-scanner": {
114
+ "types": "./dist/barcode-scanner.d.ts",
115
+ "import": "./dist/barcode-scanner.js",
116
+ "require": "./dist/barcode-scanner.js"
117
+ },
118
+ "./loyalty/loyaltySessionHandoff": {
119
+ "types": "./dist/loyalty/loyaltySessionHandoff.d.ts",
120
+ "import": "./dist/loyalty/loyaltySessionHandoff.js",
121
+ "require": "./dist/loyalty/loyaltySessionHandoff.js"
122
+ },
123
+ "./promo/promoSessionHandoff": {
124
+ "types": "./dist/promo/promoSessionHandoff.d.ts",
125
+ "import": "./dist/promo/promoSessionHandoff.js",
126
+ "require": "./dist/promo/promoSessionHandoff.js"
127
+ },
128
+ "./promo/resolvePromoLoyaltyStack": {
129
+ "types": "./dist/promo/resolvePromoLoyaltyStack.d.ts",
130
+ "import": "./dist/promo/resolvePromoLoyaltyStack.js",
131
+ "require": "./dist/promo/resolvePromoLoyaltyStack.js"
132
+ },
133
+ "./promo/PromoCodeErrorCode": {
134
+ "types": "./dist/promo/PromoCodeErrorCode.d.ts",
135
+ "import": "./dist/promo/PromoCodeErrorCode.js",
136
+ "require": "./dist/promo/PromoCodeErrorCode.js"
137
+ },
138
+ "./promo/ApplyPromoCodeRequest": {
139
+ "types": "./dist/promo/ApplyPromoCodeRequest.d.ts",
140
+ "import": "./dist/promo/ApplyPromoCodeRequest.js",
141
+ "require": "./dist/promo/ApplyPromoCodeRequest.js"
142
+ },
143
+ "./promo/ApplyPromoCodeResponse": {
144
+ "types": "./dist/promo/ApplyPromoCodeResponse.d.ts",
145
+ "import": "./dist/promo/ApplyPromoCodeResponse.js",
146
+ "require": "./dist/promo/ApplyPromoCodeResponse.js"
147
+ },
148
+ "./promo/RemovePromoCodeRequest": {
149
+ "types": "./dist/promo/RemovePromoCodeRequest.d.ts",
150
+ "import": "./dist/promo/RemovePromoCodeRequest.js",
151
+ "require": "./dist/promo/RemovePromoCodeRequest.js"
152
+ },
153
+ "./checkout/sessionMetadataV4": {
154
+ "types": "./dist/checkout/sessionMetadataV4.d.ts",
155
+ "import": "./dist/checkout/sessionMetadataV4.js",
156
+ "require": "./dist/checkout/sessionMetadataV4.js"
157
+ },
158
+ "./checkout/sessionMetadataV5": {
159
+ "types": "./dist/checkout/sessionMetadataV5.d.ts",
160
+ "import": "./dist/checkout/sessionMetadataV5.js",
161
+ "require": "./dist/checkout/sessionMetadataV5.js"
162
+ },
163
+ "./checkout/CartLineFingerprint": {
164
+ "types": "./dist/checkout/CartLineFingerprint.d.ts",
165
+ "import": "./dist/checkout/CartLineFingerprint.js",
166
+ "require": "./dist/checkout/CartLineFingerprint.js"
167
+ },
168
+ "./sentry": {
169
+ "types": "./dist/sentry/initSentry.d.ts",
170
+ "import": "./dist/sentry/initSentry.js",
171
+ "require": "./dist/sentry/initSentry.js"
172
+ },
173
+ "./sentry/correlationTagBridge": {
174
+ "types": "./dist/sentry/correlationTagBridge.d.ts",
175
+ "import": "./dist/sentry/correlationTagBridge.js",
176
+ "require": "./dist/sentry/correlationTagBridge.js"
177
+ },
178
+ "./sentry/captureRateLimitBreadcrumb": {
179
+ "types": "./dist/sentry/captureRateLimitBreadcrumb.d.ts",
180
+ "import": "./dist/sentry/captureRateLimitBreadcrumb.js",
181
+ "require": "./dist/sentry/captureRateLimitBreadcrumb.js"
182
+ },
183
+ "./sentry/captureConflictBreadcrumb": {
184
+ "types": "./dist/sentry/captureConflictBreadcrumb.d.ts",
185
+ "import": "./dist/sentry/captureConflictBreadcrumb.js",
186
+ "require": "./dist/sentry/captureConflictBreadcrumb.js"
187
+ },
188
+ "./theme.css": "./src/tokens/theme.css",
189
+ "./admin-theme.css": "./src/tokens/admin-theme.css",
190
+ "./responsive.css": "./src/tokens/responsive.css",
191
+ "./responsive": {
192
+ "types": "./dist/responsive/index.d.ts",
193
+ "import": "./dist/responsive/index.js",
194
+ "require": "./dist/responsive/index.js"
195
+ },
196
+ "./ui": {
197
+ "types": "./dist/ui/index.d.ts",
198
+ "import": "./dist/ui/index.js",
199
+ "require": "./dist/ui/index.js"
200
+ },
201
+ "./ui/tvShim": {
202
+ "types": "./dist/ui/tvShim.d.ts",
203
+ "import": "./dist/ui/tvShim.js",
204
+ "require": "./dist/ui/tvShim.js"
205
+ },
206
+ "./tenant-entitlements": {
207
+ "types": "./dist/tenant-entitlements/index.d.ts",
208
+ "import": "./dist/tenant-entitlements/index.js",
209
+ "require": "./dist/tenant-entitlements/index.js"
210
+ },
211
+ "./theme": {
212
+ "types": "./dist/theme/ThemeProvider.d.ts",
213
+ "import": "./dist/theme/ThemeProvider.js",
214
+ "require": "./dist/theme/ThemeProvider.js"
215
+ }
216
+ },
217
+ "typesVersions": {
218
+ "*": {
219
+ "sensitiveMetaKeys": [
220
+ "./dist/sensitiveMetaKeys.d.ts"
221
+ ],
222
+ "clientLogRedaction": [
223
+ "./dist/clientLogRedaction.d.ts"
224
+ ],
225
+ "analyticsEvents": [
226
+ "./dist/analyticsEvents.d.ts"
227
+ ],
228
+ "analyticsApiTypes": [
229
+ "./dist/analyticsApiTypes.d.ts"
230
+ ],
231
+ "analyticsExploreCaps": [
232
+ "./dist/analyticsExploreCaps.d.ts"
233
+ ],
234
+ "crossTab": [
235
+ "./dist/crossTab/index.d.ts"
236
+ ],
237
+ "logging": [
238
+ "./dist/logging/index.d.ts"
239
+ ],
240
+ "logging/createClientLogger": [
241
+ "./dist/logging/createClientLogger.d.ts"
242
+ ]
243
+ }
244
+ },
245
+ "peerDependencies": {
246
+ "@marsidev/react-turnstile": "^1.0.0",
247
+ "@sentry/react": "^8.0.0",
248
+ "@tanstack/react-query": "^5.0.0",
249
+ "@zxing/browser": "^0.1.5",
250
+ "@zxing/library": "^0.21.3",
251
+ "react": "^18.0.0",
252
+ "react-i18next": "^14.0.0"
253
+ },
254
+ "peerDependenciesMeta": {
255
+ "@sentry/react": {
256
+ "optional": true
257
+ },
258
+ "@marsidev/react-turnstile": {
259
+ "optional": true
260
+ },
261
+ "@zxing/browser": {
262
+ "optional": true
263
+ },
264
+ "@zxing/library": {
265
+ "optional": true
266
+ },
267
+ "react-i18next": {
268
+ "optional": true
269
+ }
270
+ },
271
+ "dependencies": {
272
+ "@tanstack/react-query": "^5.0.0",
273
+ "tailwind-variants": "^0.3.0"
274
+ },
275
+ "scripts": {
276
+ "build": "tsc",
277
+ "build:clean": "npm run clean && tsc",
278
+ "dev": "tsc --watch",
279
+ "type-check": "tsc --noEmit",
280
+ "lint": "npm run type-check",
281
+ "test": "jest --config jest.config.cjs --passWithNoTests",
282
+ "test:workspace": "npm run test:workspace:package --prefix .. -- shared",
283
+ "postinstall": "node scripts/applyMonorepoPatches.mjs",
284
+ "test:watch": "jest --config jest.config.cjs --watch",
285
+ "test:coverage": "jest --config jest.config.cjs --coverage",
286
+ "storybook": "storybook dev -p 6006",
287
+ "build-storybook": "storybook build",
288
+ "clean": "rimraf dist",
289
+ "gate:tokens-sync": "node scripts/gate-tokens-sync.mjs",
290
+ "gate:tokens-sync:write": "node scripts/gate-tokens-sync.mjs --write",
291
+ "gate:brand-hex": "node scripts/gate-brand-hex-ban.mjs",
292
+ "gate:brand-hex:all": "node scripts/gate-brand-hex-ban.mjs --all",
293
+ "publish:local": "npm run build:clean && npm pack --pack-destination ../",
294
+ "prepublishOnly": "npm run build:clean",
295
+ "preversion": "npm run test -- --passWithNoTests",
296
+ "postversion": "echo 'Version updated. Run git push && git push --tags manually if needed.'",
297
+ "audit:deps": "npm audit --audit-level=high",
298
+ "export:catalog": "npm run build && node scripts/exportAnalyticsCatalog.mjs"
299
+ },
300
+ "files": [
301
+ "dist",
302
+ "patches",
303
+ "src/tokens",
304
+ "scripts/applyMonorepoPatches.mjs",
305
+ "README.md"
306
+ ],
307
+ "devDependencies": {
308
+ "@marsidev/react-turnstile": "^1.1.0",
309
+ "@radix-ui/react-select": "^2.3.7",
310
+ "@sentry/react": "^8.55.0",
311
+ "@storybook/react-vite": "^9.1.20",
312
+ "@tanstack/react-query": "^5.66.0",
313
+ "@testing-library/dom": "^10.4.1",
314
+ "@testing-library/jest-dom": "^6.6.0",
315
+ "@testing-library/react": "^16.0.0",
316
+ "@testing-library/user-event": "^14.6.0",
317
+ "@types/jest": "^30.0.0",
318
+ "@types/node": "^20.19.41",
319
+ "@types/react": "^18.2.0",
320
+ "@zxing/browser": "^0.1.5",
321
+ "@zxing/library": "^0.21.3",
322
+ "handlebars": "^4.7.9",
323
+ "jest": "^30.4.0",
324
+ "jest-environment-jsdom": "^30.4.0",
325
+ "lucide-react": "^1.27.0",
326
+ "patch-package": "^8.0.1",
327
+ "react": "^18.3.1",
328
+ "react-dom": "^18.3.1",
329
+ "react-i18next": "^14.1.0",
330
+ "rimraf": "^6.1.3",
331
+ "storybook": "^9.1.20",
332
+ "ts-jest": "^29.4.11",
333
+ "typescript": "^5.0.0",
334
+ "vite": "^6.4.3"
335
+ },
336
+ "overrides": {
337
+ "babel-plugin-istanbul": "^8.0.2",
338
+ "brace-expansion": "^5.0.8",
339
+ "fast-uri": "^3.1.4",
340
+ "glob": "^13.0.6",
341
+ "jsdom": "^27.4.0",
342
+ "minimatch": "^10.2.5",
343
+ "postcss": "^8.5.23",
344
+ "test-exclude": "^8.0.0",
345
+ "uuid": "^11.1.1"
346
+ },
347
+ "engines": {
348
+ "node": ">=24.0.0"
269
349
  }
270
- },
271
- "dependencies": {
272
- "@tanstack/react-query": "^5.0.0",
273
- "tailwind-variants": "^0.3.0"
274
- },
275
- "scripts": {
276
- "build": "tsc",
277
- "build:clean": "npm run clean && tsc",
278
- "dev": "tsc --watch",
279
- "type-check": "tsc --noEmit",
280
- "lint": "npm run type-check",
281
- "test": "jest --config jest.config.cjs --passWithNoTests",
282
- "postinstall": "node scripts/applyMonorepoPatches.mjs",
283
- "test:watch": "jest --config jest.config.cjs --watch",
284
- "test:coverage": "jest --config jest.config.cjs --coverage",
285
- "storybook": "storybook dev -p 6006",
286
- "build-storybook": "storybook build",
287
- "clean": "rimraf dist",
288
- "publish:local": "npm run build:clean && npm pack --pack-destination ../",
289
- "prepublishOnly": "npm run build:clean",
290
- "preversion": "npm run test -- --passWithNoTests",
291
- "postversion": "echo 'Version updated. Run git push && git push --tags manually if needed.'",
292
- "audit:deps": "npm audit --audit-level=high",
293
- "export:catalog": "npm run build && node scripts/exportAnalyticsCatalog.mjs"
294
- },
295
- "files": [
296
- "dist",
297
- "patches",
298
- "src/tokens",
299
- "scripts/applyMonorepoPatches.mjs",
300
- "README.md"
301
- ],
302
- "devDependencies": {
303
- "@marsidev/react-turnstile": "^1.1.0",
304
- "@radix-ui/react-select": "^2.3.7",
305
- "@sentry/react": "^8.55.0",
306
- "@storybook/react-vite": "^9.1.20",
307
- "@tanstack/react-query": "^5.66.0",
308
- "@testing-library/dom": "^10.4.1",
309
- "@testing-library/jest-dom": "^6.6.0",
310
- "@testing-library/react": "^16.0.0",
311
- "@testing-library/user-event": "^14.6.0",
312
- "@types/jest": "^30.0.0",
313
- "@types/node": "^20.19.41",
314
- "@types/react": "^18.2.0",
315
- "@zxing/browser": "^0.1.5",
316
- "@zxing/library": "^0.21.3",
317
- "handlebars": "^4.7.9",
318
- "jest": "^30.4.0",
319
- "jest-environment-jsdom": "^30.4.0",
320
- "lucide-react": "^1.27.0",
321
- "patch-package": "^8.0.1",
322
- "react": "^18.3.1",
323
- "react-dom": "^18.3.1",
324
- "react-i18next": "^14.1.0",
325
- "rimraf": "^6.1.3",
326
- "storybook": "^9.1.20",
327
- "ts-jest": "^29.4.11",
328
- "typescript": "^5.0.0",
329
- "vite": "^6.4.3"
330
- },
331
- "overrides": {
332
- "babel-plugin-istanbul": "^8.0.2",
333
- "brace-expansion": "^5.0.8",
334
- "fast-uri": "^3.1.4",
335
- "glob": "^13.0.6",
336
- "jsdom": "^27.4.0",
337
- "minimatch": "^10.2.5",
338
- "postcss": "^8.5.23",
339
- "test-exclude": "^8.0.0",
340
- "uuid": "^11.1.1"
341
- }
342
350
  }