@simplybusiness/mobius-datepicker 7.3.13 → 7.3.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [daa463f]
8
+ - @simplybusiness/mobius@6.10.2
9
+ - @simplybusiness/icons@4.40.1
10
+
3
11
  ## 7.3.13
4
12
 
5
13
  ### Patch Changes
@@ -0,0 +1,457 @@
1
+ {
2
+ "inputs": {
3
+ "src/utils/isTouchDevice.ts": {
4
+ "bytes": 199,
5
+ "imports": [],
6
+ "format": "esm"
7
+ },
8
+ "src/components/DatePicker/utils/dateObjToString.ts": {
9
+ "bytes": 289,
10
+ "imports": [],
11
+ "format": "esm"
12
+ },
13
+ "src/components/DatePicker/utils/formatErrorMessageText.ts": {
14
+ "bytes": 740,
15
+ "imports": [
16
+ {
17
+ "path": "date-fns",
18
+ "kind": "import-statement",
19
+ "external": true
20
+ }
21
+ ],
22
+ "format": "esm"
23
+ },
24
+ "src/components/DatePicker/utils/validateDateFormat.ts": {
25
+ "bytes": 366,
26
+ "imports": [
27
+ {
28
+ "path": "date-fns",
29
+ "kind": "import-statement",
30
+ "external": true
31
+ }
32
+ ],
33
+ "format": "esm"
34
+ },
35
+ "src/components/DatePicker/constants.ts": {
36
+ "bytes": 109,
37
+ "imports": [],
38
+ "format": "esm"
39
+ },
40
+ "src/components/DatePicker/utils/weekdayAsOneLetter.ts": {
41
+ "bytes": 258,
42
+ "imports": [
43
+ {
44
+ "path": "src/components/DatePicker/constants.ts",
45
+ "kind": "import-statement",
46
+ "original": "../constants"
47
+ }
48
+ ],
49
+ "format": "esm"
50
+ },
51
+ "src/components/DatePicker/utils/index.ts": {
52
+ "bytes": 153,
53
+ "imports": [
54
+ {
55
+ "path": "src/components/DatePicker/utils/dateObjToString.ts",
56
+ "kind": "import-statement",
57
+ "original": "./dateObjToString"
58
+ },
59
+ {
60
+ "path": "src/components/DatePicker/utils/formatErrorMessageText.ts",
61
+ "kind": "import-statement",
62
+ "original": "./formatErrorMessageText"
63
+ },
64
+ {
65
+ "path": "src/components/DatePicker/utils/validateDateFormat.ts",
66
+ "kind": "import-statement",
67
+ "original": "./validateDateFormat"
68
+ },
69
+ {
70
+ "path": "src/components/DatePicker/utils/weekdayAsOneLetter.ts",
71
+ "kind": "import-statement",
72
+ "original": "./weekdayAsOneLetter"
73
+ }
74
+ ],
75
+ "format": "esm"
76
+ },
77
+ "src/hooks/useFocusTrap/useFocusTrap.tsx": {
78
+ "bytes": 1599,
79
+ "imports": [
80
+ {
81
+ "path": "react",
82
+ "kind": "import-statement",
83
+ "external": true
84
+ },
85
+ {
86
+ "path": "react/jsx-runtime",
87
+ "kind": "import-statement",
88
+ "external": true
89
+ }
90
+ ],
91
+ "format": "esm"
92
+ },
93
+ "src/components/DatePicker/utils/getStartWeekday.ts": {
94
+ "bytes": 460,
95
+ "imports": [
96
+ {
97
+ "path": "src/components/DatePicker/constants.ts",
98
+ "kind": "import-statement",
99
+ "original": "../constants"
100
+ }
101
+ ],
102
+ "format": "esm"
103
+ },
104
+ "src/components/DatePicker/utils/timezoneOffset.ts": {
105
+ "bytes": 610,
106
+ "imports": [],
107
+ "format": "esm"
108
+ },
109
+ "src/components/DatePicker/CustomComponents/CaptionLabel.tsx": {
110
+ "bytes": 314,
111
+ "imports": [
112
+ {
113
+ "path": "react",
114
+ "kind": "import-statement",
115
+ "external": true
116
+ },
117
+ {
118
+ "path": "react/jsx-runtime",
119
+ "kind": "import-statement",
120
+ "external": true
121
+ }
122
+ ],
123
+ "format": "esm"
124
+ },
125
+ "src/components/DatePicker/CustomComponents/ChevronComponent.tsx": {
126
+ "bytes": 396,
127
+ "imports": [
128
+ {
129
+ "path": "@simplybusiness/icons",
130
+ "kind": "import-statement",
131
+ "external": true
132
+ },
133
+ {
134
+ "path": "@simplybusiness/mobius",
135
+ "kind": "import-statement",
136
+ "external": true
137
+ },
138
+ {
139
+ "path": "react/jsx-runtime",
140
+ "kind": "import-statement",
141
+ "external": true
142
+ }
143
+ ],
144
+ "format": "esm"
145
+ },
146
+ "src/components/DatePicker/CustomComponents/index.tsx": {
147
+ "bytes": 68,
148
+ "imports": [
149
+ {
150
+ "path": "src/components/DatePicker/CustomComponents/CaptionLabel.tsx",
151
+ "kind": "import-statement",
152
+ "original": "./CaptionLabel"
153
+ },
154
+ {
155
+ "path": "src/components/DatePicker/CustomComponents/ChevronComponent.tsx",
156
+ "kind": "import-statement",
157
+ "original": "./ChevronComponent"
158
+ }
159
+ ],
160
+ "format": "esm"
161
+ },
162
+ "src/components/DatePicker/DatePickerModal.tsx": {
163
+ "bytes": 3988,
164
+ "imports": [
165
+ {
166
+ "path": "@simplybusiness/mobius",
167
+ "kind": "import-statement",
168
+ "external": true
169
+ },
170
+ {
171
+ "path": "classnames/dedupe",
172
+ "kind": "import-statement",
173
+ "external": true
174
+ },
175
+ {
176
+ "path": "date-fns",
177
+ "kind": "import-statement",
178
+ "external": true
179
+ },
180
+ {
181
+ "path": "react",
182
+ "kind": "import-statement",
183
+ "external": true
184
+ },
185
+ {
186
+ "path": "react-day-picker",
187
+ "kind": "import-statement",
188
+ "external": true
189
+ },
190
+ {
191
+ "path": "src/hooks/useFocusTrap/useFocusTrap.tsx",
192
+ "kind": "import-statement",
193
+ "original": "../../hooks/useFocusTrap/useFocusTrap"
194
+ },
195
+ {
196
+ "path": "src/components/DatePicker/utils/index.ts",
197
+ "kind": "import-statement",
198
+ "original": "./utils"
199
+ },
200
+ {
201
+ "path": "src/components/DatePicker/utils/getStartWeekday.ts",
202
+ "kind": "import-statement",
203
+ "original": "./utils/getStartWeekday"
204
+ },
205
+ {
206
+ "path": "src/components/DatePicker/utils/timezoneOffset.ts",
207
+ "kind": "import-statement",
208
+ "original": "./utils/timezoneOffset"
209
+ },
210
+ {
211
+ "path": "src/components/DatePicker/CustomComponents/index.tsx",
212
+ "kind": "import-statement",
213
+ "original": "./CustomComponents"
214
+ },
215
+ {
216
+ "path": "react/jsx-runtime",
217
+ "kind": "import-statement",
218
+ "external": true
219
+ }
220
+ ],
221
+ "format": "esm"
222
+ },
223
+ "src/components/DatePicker/DatePicker.tsx": {
224
+ "bytes": 6702,
225
+ "imports": [
226
+ {
227
+ "path": "@simplybusiness/icons",
228
+ "kind": "import-statement",
229
+ "external": true
230
+ },
231
+ {
232
+ "path": "@simplybusiness/mobius",
233
+ "kind": "import-statement",
234
+ "external": true
235
+ },
236
+ {
237
+ "path": "classnames/dedupe",
238
+ "kind": "import-statement",
239
+ "external": true
240
+ },
241
+ {
242
+ "path": "react",
243
+ "kind": "import-statement",
244
+ "external": true
245
+ },
246
+ {
247
+ "path": "src/utils/isTouchDevice.ts",
248
+ "kind": "import-statement",
249
+ "original": "../../utils/isTouchDevice"
250
+ },
251
+ {
252
+ "path": "src/components/DatePicker/utils/index.ts",
253
+ "kind": "import-statement",
254
+ "original": "./utils"
255
+ },
256
+ {
257
+ "path": "src/components/DatePicker/DatePickerModal.tsx",
258
+ "kind": "dynamic-import",
259
+ "original": "./DatePickerModal"
260
+ },
261
+ {
262
+ "path": "react/jsx-runtime",
263
+ "kind": "import-statement",
264
+ "external": true
265
+ }
266
+ ],
267
+ "format": "esm"
268
+ },
269
+ "src/components/DatePicker/index.tsx": {
270
+ "bytes": 30,
271
+ "imports": [
272
+ {
273
+ "path": "src/components/DatePicker/DatePicker.tsx",
274
+ "kind": "import-statement",
275
+ "original": "./DatePicker"
276
+ }
277
+ ],
278
+ "format": "esm"
279
+ },
280
+ "src/index.tsx": {
281
+ "bytes": 41,
282
+ "imports": [
283
+ {
284
+ "path": "src/components/DatePicker/index.tsx",
285
+ "kind": "import-statement",
286
+ "original": "./components/DatePicker"
287
+ }
288
+ ],
289
+ "format": "esm"
290
+ },
291
+ "index.tsx": {
292
+ "bytes": 23,
293
+ "imports": [
294
+ {
295
+ "path": "src/index.tsx",
296
+ "kind": "import-statement",
297
+ "original": "./src"
298
+ }
299
+ ],
300
+ "format": "esm"
301
+ }
302
+ },
303
+ "outputs": {
304
+ "dist/cjs/index.js": {
305
+ "imports": [
306
+ {
307
+ "path": "date-fns",
308
+ "kind": "require-call",
309
+ "external": true
310
+ },
311
+ {
312
+ "path": "date-fns",
313
+ "kind": "require-call",
314
+ "external": true
315
+ },
316
+ {
317
+ "path": "react",
318
+ "kind": "require-call",
319
+ "external": true
320
+ },
321
+ {
322
+ "path": "react/jsx-runtime",
323
+ "kind": "require-call",
324
+ "external": true
325
+ },
326
+ {
327
+ "path": "react/jsx-runtime",
328
+ "kind": "require-call",
329
+ "external": true
330
+ },
331
+ {
332
+ "path": "@simplybusiness/icons",
333
+ "kind": "require-call",
334
+ "external": true
335
+ },
336
+ {
337
+ "path": "@simplybusiness/mobius",
338
+ "kind": "require-call",
339
+ "external": true
340
+ },
341
+ {
342
+ "path": "react/jsx-runtime",
343
+ "kind": "require-call",
344
+ "external": true
345
+ },
346
+ {
347
+ "path": "@simplybusiness/mobius",
348
+ "kind": "require-call",
349
+ "external": true
350
+ },
351
+ {
352
+ "path": "classnames/dedupe",
353
+ "kind": "require-call",
354
+ "external": true
355
+ },
356
+ {
357
+ "path": "date-fns",
358
+ "kind": "require-call",
359
+ "external": true
360
+ },
361
+ {
362
+ "path": "react",
363
+ "kind": "require-call",
364
+ "external": true
365
+ },
366
+ {
367
+ "path": "react-day-picker",
368
+ "kind": "require-call",
369
+ "external": true
370
+ },
371
+ {
372
+ "path": "react/jsx-runtime",
373
+ "kind": "require-call",
374
+ "external": true
375
+ },
376
+ {
377
+ "path": "@simplybusiness/icons",
378
+ "kind": "require-call",
379
+ "external": true
380
+ },
381
+ {
382
+ "path": "@simplybusiness/mobius",
383
+ "kind": "require-call",
384
+ "external": true
385
+ },
386
+ {
387
+ "path": "classnames/dedupe",
388
+ "kind": "require-call",
389
+ "external": true
390
+ },
391
+ {
392
+ "path": "react",
393
+ "kind": "require-call",
394
+ "external": true
395
+ },
396
+ {
397
+ "path": "react/jsx-runtime",
398
+ "kind": "require-call",
399
+ "external": true
400
+ }
401
+ ],
402
+ "exports": [],
403
+ "entryPoint": "index.tsx",
404
+ "inputs": {
405
+ "src/components/DatePicker/utils/dateObjToString.ts": {
406
+ "bytesInOutput": 386
407
+ },
408
+ "src/components/DatePicker/utils/formatErrorMessageText.ts": {
409
+ "bytesInOutput": 991
410
+ },
411
+ "src/components/DatePicker/utils/validateDateFormat.ts": {
412
+ "bytesInOutput": 569
413
+ },
414
+ "src/components/DatePicker/constants.ts": {
415
+ "bytesInOutput": 240
416
+ },
417
+ "src/components/DatePicker/utils/weekdayAsOneLetter.ts": {
418
+ "bytesInOutput": 389
419
+ },
420
+ "src/components/DatePicker/utils/index.ts": {
421
+ "bytesInOutput": 225
422
+ },
423
+ "src/hooks/useFocusTrap/useFocusTrap.tsx": {
424
+ "bytesInOutput": 1742
425
+ },
426
+ "src/components/DatePicker/utils/getStartWeekday.ts": {
427
+ "bytesInOutput": 365
428
+ },
429
+ "src/components/DatePicker/utils/timezoneOffset.ts": {
430
+ "bytesInOutput": 360
431
+ },
432
+ "src/components/DatePicker/CustomComponents/CaptionLabel.tsx": {
433
+ "bytesInOutput": 339
434
+ },
435
+ "src/components/DatePicker/CustomComponents/ChevronComponent.tsx": {
436
+ "bytesInOutput": 700
437
+ },
438
+ "src/components/DatePicker/CustomComponents/index.tsx": {
439
+ "bytesInOutput": 177
440
+ },
441
+ "src/components/DatePicker/DatePickerModal.tsx": {
442
+ "bytesInOutput": 4810
443
+ },
444
+ "index.tsx": {
445
+ "bytesInOutput": 131
446
+ },
447
+ "src/components/DatePicker/DatePicker.tsx": {
448
+ "bytesInOutput": 5570
449
+ },
450
+ "src/utils/isTouchDevice.ts": {
451
+ "bytesInOutput": 165
452
+ }
453
+ },
454
+ "bytes": 19522
455
+ }
456
+ }
457
+ }
@@ -0,0 +1,468 @@
1
+ {
2
+ "inputs": {
3
+ "src/utils/isTouchDevice.ts": {
4
+ "bytes": 199,
5
+ "imports": [],
6
+ "format": "esm"
7
+ },
8
+ "src/components/DatePicker/utils/dateObjToString.ts": {
9
+ "bytes": 289,
10
+ "imports": [],
11
+ "format": "esm"
12
+ },
13
+ "src/components/DatePicker/utils/formatErrorMessageText.ts": {
14
+ "bytes": 740,
15
+ "imports": [
16
+ {
17
+ "path": "date-fns",
18
+ "kind": "import-statement",
19
+ "external": true
20
+ }
21
+ ],
22
+ "format": "esm"
23
+ },
24
+ "src/components/DatePicker/utils/validateDateFormat.ts": {
25
+ "bytes": 366,
26
+ "imports": [
27
+ {
28
+ "path": "date-fns",
29
+ "kind": "import-statement",
30
+ "external": true
31
+ }
32
+ ],
33
+ "format": "esm"
34
+ },
35
+ "src/components/DatePicker/constants.ts": {
36
+ "bytes": 109,
37
+ "imports": [],
38
+ "format": "esm"
39
+ },
40
+ "src/components/DatePicker/utils/weekdayAsOneLetter.ts": {
41
+ "bytes": 258,
42
+ "imports": [
43
+ {
44
+ "path": "src/components/DatePicker/constants.ts",
45
+ "kind": "import-statement",
46
+ "original": "../constants"
47
+ }
48
+ ],
49
+ "format": "esm"
50
+ },
51
+ "src/components/DatePicker/utils/index.ts": {
52
+ "bytes": 153,
53
+ "imports": [
54
+ {
55
+ "path": "src/components/DatePicker/utils/dateObjToString.ts",
56
+ "kind": "import-statement",
57
+ "original": "./dateObjToString"
58
+ },
59
+ {
60
+ "path": "src/components/DatePicker/utils/formatErrorMessageText.ts",
61
+ "kind": "import-statement",
62
+ "original": "./formatErrorMessageText"
63
+ },
64
+ {
65
+ "path": "src/components/DatePicker/utils/validateDateFormat.ts",
66
+ "kind": "import-statement",
67
+ "original": "./validateDateFormat"
68
+ },
69
+ {
70
+ "path": "src/components/DatePicker/utils/weekdayAsOneLetter.ts",
71
+ "kind": "import-statement",
72
+ "original": "./weekdayAsOneLetter"
73
+ }
74
+ ],
75
+ "format": "esm"
76
+ },
77
+ "src/hooks/useFocusTrap/useFocusTrap.tsx": {
78
+ "bytes": 1599,
79
+ "imports": [
80
+ {
81
+ "path": "react",
82
+ "kind": "import-statement",
83
+ "external": true
84
+ },
85
+ {
86
+ "path": "react/jsx-runtime",
87
+ "kind": "import-statement",
88
+ "external": true
89
+ }
90
+ ],
91
+ "format": "esm"
92
+ },
93
+ "src/components/DatePicker/utils/getStartWeekday.ts": {
94
+ "bytes": 460,
95
+ "imports": [
96
+ {
97
+ "path": "src/components/DatePicker/constants.ts",
98
+ "kind": "import-statement",
99
+ "original": "../constants"
100
+ }
101
+ ],
102
+ "format": "esm"
103
+ },
104
+ "src/components/DatePicker/utils/timezoneOffset.ts": {
105
+ "bytes": 610,
106
+ "imports": [],
107
+ "format": "esm"
108
+ },
109
+ "src/components/DatePicker/CustomComponents/CaptionLabel.tsx": {
110
+ "bytes": 314,
111
+ "imports": [
112
+ {
113
+ "path": "react",
114
+ "kind": "import-statement",
115
+ "external": true
116
+ },
117
+ {
118
+ "path": "react/jsx-runtime",
119
+ "kind": "import-statement",
120
+ "external": true
121
+ }
122
+ ],
123
+ "format": "esm"
124
+ },
125
+ "src/components/DatePicker/CustomComponents/ChevronComponent.tsx": {
126
+ "bytes": 396,
127
+ "imports": [
128
+ {
129
+ "path": "@simplybusiness/icons",
130
+ "kind": "import-statement",
131
+ "external": true
132
+ },
133
+ {
134
+ "path": "@simplybusiness/mobius",
135
+ "kind": "import-statement",
136
+ "external": true
137
+ },
138
+ {
139
+ "path": "react/jsx-runtime",
140
+ "kind": "import-statement",
141
+ "external": true
142
+ }
143
+ ],
144
+ "format": "esm"
145
+ },
146
+ "src/components/DatePicker/CustomComponents/index.tsx": {
147
+ "bytes": 68,
148
+ "imports": [
149
+ {
150
+ "path": "src/components/DatePicker/CustomComponents/CaptionLabel.tsx",
151
+ "kind": "import-statement",
152
+ "original": "./CaptionLabel"
153
+ },
154
+ {
155
+ "path": "src/components/DatePicker/CustomComponents/ChevronComponent.tsx",
156
+ "kind": "import-statement",
157
+ "original": "./ChevronComponent"
158
+ }
159
+ ],
160
+ "format": "esm"
161
+ },
162
+ "src/components/DatePicker/DatePickerModal.tsx": {
163
+ "bytes": 3988,
164
+ "imports": [
165
+ {
166
+ "path": "@simplybusiness/mobius",
167
+ "kind": "import-statement",
168
+ "external": true
169
+ },
170
+ {
171
+ "path": "classnames/dedupe",
172
+ "kind": "import-statement",
173
+ "external": true
174
+ },
175
+ {
176
+ "path": "date-fns",
177
+ "kind": "import-statement",
178
+ "external": true
179
+ },
180
+ {
181
+ "path": "react",
182
+ "kind": "import-statement",
183
+ "external": true
184
+ },
185
+ {
186
+ "path": "react-day-picker",
187
+ "kind": "import-statement",
188
+ "external": true
189
+ },
190
+ {
191
+ "path": "src/hooks/useFocusTrap/useFocusTrap.tsx",
192
+ "kind": "import-statement",
193
+ "original": "../../hooks/useFocusTrap/useFocusTrap"
194
+ },
195
+ {
196
+ "path": "src/components/DatePicker/utils/index.ts",
197
+ "kind": "import-statement",
198
+ "original": "./utils"
199
+ },
200
+ {
201
+ "path": "src/components/DatePicker/utils/getStartWeekday.ts",
202
+ "kind": "import-statement",
203
+ "original": "./utils/getStartWeekday"
204
+ },
205
+ {
206
+ "path": "src/components/DatePicker/utils/timezoneOffset.ts",
207
+ "kind": "import-statement",
208
+ "original": "./utils/timezoneOffset"
209
+ },
210
+ {
211
+ "path": "src/components/DatePicker/CustomComponents/index.tsx",
212
+ "kind": "import-statement",
213
+ "original": "./CustomComponents"
214
+ },
215
+ {
216
+ "path": "react/jsx-runtime",
217
+ "kind": "import-statement",
218
+ "external": true
219
+ }
220
+ ],
221
+ "format": "esm"
222
+ },
223
+ "src/components/DatePicker/DatePicker.tsx": {
224
+ "bytes": 6702,
225
+ "imports": [
226
+ {
227
+ "path": "@simplybusiness/icons",
228
+ "kind": "import-statement",
229
+ "external": true
230
+ },
231
+ {
232
+ "path": "@simplybusiness/mobius",
233
+ "kind": "import-statement",
234
+ "external": true
235
+ },
236
+ {
237
+ "path": "classnames/dedupe",
238
+ "kind": "import-statement",
239
+ "external": true
240
+ },
241
+ {
242
+ "path": "react",
243
+ "kind": "import-statement",
244
+ "external": true
245
+ },
246
+ {
247
+ "path": "src/utils/isTouchDevice.ts",
248
+ "kind": "import-statement",
249
+ "original": "../../utils/isTouchDevice"
250
+ },
251
+ {
252
+ "path": "src/components/DatePicker/utils/index.ts",
253
+ "kind": "import-statement",
254
+ "original": "./utils"
255
+ },
256
+ {
257
+ "path": "src/components/DatePicker/DatePickerModal.tsx",
258
+ "kind": "dynamic-import",
259
+ "original": "./DatePickerModal"
260
+ },
261
+ {
262
+ "path": "react/jsx-runtime",
263
+ "kind": "import-statement",
264
+ "external": true
265
+ }
266
+ ],
267
+ "format": "esm"
268
+ },
269
+ "src/components/DatePicker/index.tsx": {
270
+ "bytes": 30,
271
+ "imports": [
272
+ {
273
+ "path": "src/components/DatePicker/DatePicker.tsx",
274
+ "kind": "import-statement",
275
+ "original": "./DatePicker"
276
+ }
277
+ ],
278
+ "format": "esm"
279
+ },
280
+ "src/index.tsx": {
281
+ "bytes": 41,
282
+ "imports": [
283
+ {
284
+ "path": "src/components/DatePicker/index.tsx",
285
+ "kind": "import-statement",
286
+ "original": "./components/DatePicker"
287
+ }
288
+ ],
289
+ "format": "esm"
290
+ },
291
+ "index.tsx": {
292
+ "bytes": 23,
293
+ "imports": [
294
+ {
295
+ "path": "src/index.tsx",
296
+ "kind": "import-statement",
297
+ "original": "./src"
298
+ }
299
+ ],
300
+ "format": "esm"
301
+ }
302
+ },
303
+ "outputs": {
304
+ "dist/esm/index.js": {
305
+ "imports": [
306
+ {
307
+ "path": "@simplybusiness/icons",
308
+ "kind": "import-statement",
309
+ "external": true
310
+ },
311
+ {
312
+ "path": "@simplybusiness/mobius",
313
+ "kind": "import-statement",
314
+ "external": true
315
+ },
316
+ {
317
+ "path": "classnames/dedupe",
318
+ "kind": "import-statement",
319
+ "external": true
320
+ },
321
+ {
322
+ "path": "react",
323
+ "kind": "import-statement",
324
+ "external": true
325
+ },
326
+ {
327
+ "path": "date-fns",
328
+ "kind": "import-statement",
329
+ "external": true
330
+ },
331
+ {
332
+ "path": "date-fns",
333
+ "kind": "import-statement",
334
+ "external": true
335
+ },
336
+ {
337
+ "path": "react/jsx-runtime",
338
+ "kind": "import-statement",
339
+ "external": true
340
+ },
341
+ {
342
+ "path": "dist/esm/DatePickerModal-CHBI5WBW.js",
343
+ "kind": "dynamic-import"
344
+ }
345
+ ],
346
+ "exports": [
347
+ "DatePicker"
348
+ ],
349
+ "entryPoint": "index.tsx",
350
+ "inputs": {
351
+ "src/components/DatePicker/DatePicker.tsx": {
352
+ "bytesInOutput": 5030
353
+ },
354
+ "src/utils/isTouchDevice.ts": {
355
+ "bytesInOutput": 165
356
+ },
357
+ "src/components/DatePicker/utils/formatErrorMessageText.ts": {
358
+ "bytesInOutput": 660
359
+ },
360
+ "src/components/DatePicker/utils/validateDateFormat.ts": {
361
+ "bytesInOutput": 318
362
+ },
363
+ "index.tsx": {
364
+ "bytesInOutput": 0
365
+ }
366
+ },
367
+ "bytes": 6438
368
+ },
369
+ "dist/esm/DatePickerModal-CHBI5WBW.js": {
370
+ "imports": [
371
+ {
372
+ "path": "@simplybusiness/mobius",
373
+ "kind": "import-statement",
374
+ "external": true
375
+ },
376
+ {
377
+ "path": "classnames/dedupe",
378
+ "kind": "import-statement",
379
+ "external": true
380
+ },
381
+ {
382
+ "path": "date-fns",
383
+ "kind": "import-statement",
384
+ "external": true
385
+ },
386
+ {
387
+ "path": "react",
388
+ "kind": "import-statement",
389
+ "external": true
390
+ },
391
+ {
392
+ "path": "react-day-picker",
393
+ "kind": "import-statement",
394
+ "external": true
395
+ },
396
+ {
397
+ "path": "react",
398
+ "kind": "import-statement",
399
+ "external": true
400
+ },
401
+ {
402
+ "path": "react/jsx-runtime",
403
+ "kind": "import-statement",
404
+ "external": true
405
+ },
406
+ {
407
+ "path": "react/jsx-runtime",
408
+ "kind": "import-statement",
409
+ "external": true
410
+ },
411
+ {
412
+ "path": "@simplybusiness/icons",
413
+ "kind": "import-statement",
414
+ "external": true
415
+ },
416
+ {
417
+ "path": "@simplybusiness/mobius",
418
+ "kind": "import-statement",
419
+ "external": true
420
+ },
421
+ {
422
+ "path": "react/jsx-runtime",
423
+ "kind": "import-statement",
424
+ "external": true
425
+ },
426
+ {
427
+ "path": "react/jsx-runtime",
428
+ "kind": "import-statement",
429
+ "external": true
430
+ }
431
+ ],
432
+ "exports": [
433
+ "default"
434
+ ],
435
+ "entryPoint": "src/components/DatePicker/DatePickerModal.tsx",
436
+ "inputs": {
437
+ "src/components/DatePicker/DatePickerModal.tsx": {
438
+ "bytesInOutput": 3620
439
+ },
440
+ "src/hooks/useFocusTrap/useFocusTrap.tsx": {
441
+ "bytesInOutput": 1388
442
+ },
443
+ "src/components/DatePicker/utils/dateObjToString.ts": {
444
+ "bytesInOutput": 225
445
+ },
446
+ "src/components/DatePicker/constants.ts": {
447
+ "bytesInOutput": 82
448
+ },
449
+ "src/components/DatePicker/utils/weekdayAsOneLetter.ts": {
450
+ "bytesInOutput": 193
451
+ },
452
+ "src/components/DatePicker/utils/getStartWeekday.ts": {
453
+ "bytesInOutput": 174
454
+ },
455
+ "src/components/DatePicker/utils/timezoneOffset.ts": {
456
+ "bytesInOutput": 242
457
+ },
458
+ "src/components/DatePicker/CustomComponents/CaptionLabel.tsx": {
459
+ "bytesInOutput": 135
460
+ },
461
+ "src/components/DatePicker/CustomComponents/ChevronComponent.tsx": {
462
+ "bytesInOutput": 371
463
+ }
464
+ },
465
+ "bytes": 7034
466
+ }
467
+ }
468
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/mobius-datepicker",
3
3
  "license": "UNLICENSED",
4
- "version": "7.3.13",
4
+ "version": "7.3.14",
5
5
  "description": "Mobius date picker component",
6
6
  "repository": {
7
7
  "type": "git",
@@ -45,7 +45,7 @@
45
45
  "@eslint/compat": "^2.0.0",
46
46
  "@eslint/eslintrc": "^3.3.1",
47
47
  "@eslint/js": "^9.39.1",
48
- "@simplybusiness/eslint-config": "^1.1.1",
48
+ "@simplybusiness/eslint-config": "^1.1.2",
49
49
  "@swc/core": "^1.12.5",
50
50
  "@swc/jest": "^0.2.39",
51
51
  "@testing-library/dom": "^10.4.1",
@@ -57,7 +57,7 @@
57
57
  "@types/react-dom": "^19.2.3",
58
58
  "@typescript-eslint/eslint-plugin": "^8.47.0",
59
59
  "@typescript-eslint/parser": "^8.47.0",
60
- "build-scripts": "^1.1.1",
60
+ "build-scripts": "^1.1.2",
61
61
  "eslint": "^9.39.1",
62
62
  "eslint-config-prettier": "^10.1.8",
63
63
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "@simplybusiness/icons": "^4.40.1",
87
- "@simplybusiness/mobius": "^6.10.1",
87
+ "@simplybusiness/mobius": "^6.10.2",
88
88
  "classnames": "^2.5.1",
89
89
  "date-fns": "^4.1.0",
90
90
  "react-day-picker": "^9.11.1"