@simplybusiness/mobius-datepicker 8.0.4 → 9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/esm/index.js +363 -54
- package/dist/esm/index.js.map +4 -4
- package/dist/esm/meta.json +51 -66
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +25 -11
- package/dist/cjs/index.js +0 -546
- package/dist/cjs/index.js.map +0 -7
- package/dist/cjs/meta.json +0 -463
- package/dist/esm/DatePickerModal-WRMRIQDP.js +0 -208
- package/dist/esm/DatePickerModal-WRMRIQDP.js.map +0 -7
package/dist/esm/meta.json
CHANGED
|
@@ -305,81 +305,50 @@
|
|
|
305
305
|
"imports": [],
|
|
306
306
|
"exports": [],
|
|
307
307
|
"inputs": {},
|
|
308
|
-
"bytes":
|
|
308
|
+
"bytes": 25914
|
|
309
309
|
},
|
|
310
310
|
"dist/esm/index.js": {
|
|
311
311
|
"imports": [
|
|
312
312
|
{
|
|
313
|
-
"path": "
|
|
313
|
+
"path": "date-fns",
|
|
314
314
|
"kind": "import-statement",
|
|
315
315
|
"external": true
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
|
-
"path": "
|
|
318
|
+
"path": "date-fns",
|
|
319
319
|
"kind": "import-statement",
|
|
320
320
|
"external": true
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
|
-
"path": "
|
|
323
|
+
"path": "react",
|
|
324
324
|
"kind": "import-statement",
|
|
325
325
|
"external": true
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
|
-
"path": "react",
|
|
328
|
+
"path": "react/jsx-runtime",
|
|
329
329
|
"kind": "import-statement",
|
|
330
330
|
"external": true
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
|
-
"path": "
|
|
333
|
+
"path": "react/jsx-runtime",
|
|
334
334
|
"kind": "import-statement",
|
|
335
335
|
"external": true
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
|
-
"path": "
|
|
338
|
+
"path": "@simplybusiness/icons",
|
|
339
339
|
"kind": "import-statement",
|
|
340
340
|
"external": true
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
|
-
"path": "
|
|
343
|
+
"path": "@simplybusiness/mobius",
|
|
344
344
|
"kind": "import-statement",
|
|
345
345
|
"external": true
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
|
-
"path": "
|
|
349
|
-
"kind": "
|
|
350
|
-
|
|
351
|
-
],
|
|
352
|
-
"exports": [
|
|
353
|
-
"DatePicker"
|
|
354
|
-
],
|
|
355
|
-
"entryPoint": "index.tsx",
|
|
356
|
-
"inputs": {
|
|
357
|
-
"src/components/DatePicker/DatePicker.tsx": {
|
|
358
|
-
"bytesInOutput": 4832
|
|
359
|
-
},
|
|
360
|
-
"src/utils/isTouchDevice.ts": {
|
|
361
|
-
"bytesInOutput": 165
|
|
362
|
-
},
|
|
363
|
-
"src/components/DatePicker/utils/formatErrorMessageText.ts": {
|
|
364
|
-
"bytesInOutput": 660
|
|
365
|
-
},
|
|
366
|
-
"src/components/DatePicker/utils/validateDateFormat.ts": {
|
|
367
|
-
"bytesInOutput": 318
|
|
348
|
+
"path": "react/jsx-runtime",
|
|
349
|
+
"kind": "import-statement",
|
|
350
|
+
"external": true
|
|
368
351
|
},
|
|
369
|
-
"index.tsx": {
|
|
370
|
-
"bytesInOutput": 0
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
"bytes": 6274
|
|
374
|
-
},
|
|
375
|
-
"dist/esm/DatePickerModal-WRMRIQDP.js.map": {
|
|
376
|
-
"imports": [],
|
|
377
|
-
"exports": [],
|
|
378
|
-
"inputs": {},
|
|
379
|
-
"bytes": 12712
|
|
380
|
-
},
|
|
381
|
-
"dist/esm/DatePickerModal-WRMRIQDP.js": {
|
|
382
|
-
"imports": [
|
|
383
352
|
{
|
|
384
353
|
"path": "@simplybusiness/mobius",
|
|
385
354
|
"kind": "import-statement",
|
|
@@ -405,33 +374,28 @@
|
|
|
405
374
|
"kind": "import-statement",
|
|
406
375
|
"external": true
|
|
407
376
|
},
|
|
408
|
-
{
|
|
409
|
-
"path": "react",
|
|
410
|
-
"kind": "import-statement",
|
|
411
|
-
"external": true
|
|
412
|
-
},
|
|
413
377
|
{
|
|
414
378
|
"path": "react/jsx-runtime",
|
|
415
379
|
"kind": "import-statement",
|
|
416
380
|
"external": true
|
|
417
381
|
},
|
|
418
382
|
{
|
|
419
|
-
"path": "
|
|
383
|
+
"path": "@simplybusiness/icons",
|
|
420
384
|
"kind": "import-statement",
|
|
421
385
|
"external": true
|
|
422
386
|
},
|
|
423
387
|
{
|
|
424
|
-
"path": "@simplybusiness/
|
|
388
|
+
"path": "@simplybusiness/mobius",
|
|
425
389
|
"kind": "import-statement",
|
|
426
390
|
"external": true
|
|
427
391
|
},
|
|
428
392
|
{
|
|
429
|
-
"path": "
|
|
393
|
+
"path": "classnames/dedupe",
|
|
430
394
|
"kind": "import-statement",
|
|
431
395
|
"external": true
|
|
432
396
|
},
|
|
433
397
|
{
|
|
434
|
-
"path": "react
|
|
398
|
+
"path": "react",
|
|
435
399
|
"kind": "import-statement",
|
|
436
400
|
"external": true
|
|
437
401
|
},
|
|
@@ -442,39 +406,60 @@
|
|
|
442
406
|
}
|
|
443
407
|
],
|
|
444
408
|
"exports": [
|
|
445
|
-
"
|
|
409
|
+
"DatePicker"
|
|
446
410
|
],
|
|
447
|
-
"entryPoint": "
|
|
411
|
+
"entryPoint": "index.tsx",
|
|
448
412
|
"inputs": {
|
|
449
|
-
"src/components/DatePicker/
|
|
450
|
-
"bytesInOutput":
|
|
413
|
+
"src/components/DatePicker/utils/dateObjToString.ts": {
|
|
414
|
+
"bytesInOutput": 386
|
|
451
415
|
},
|
|
452
|
-
"src/
|
|
453
|
-
"bytesInOutput":
|
|
416
|
+
"src/components/DatePicker/utils/formatErrorMessageText.ts": {
|
|
417
|
+
"bytesInOutput": 935
|
|
454
418
|
},
|
|
455
|
-
"src/components/DatePicker/utils/
|
|
456
|
-
"bytesInOutput":
|
|
419
|
+
"src/components/DatePicker/utils/validateDateFormat.ts": {
|
|
420
|
+
"bytesInOutput": 521
|
|
457
421
|
},
|
|
458
422
|
"src/components/DatePicker/constants.ts": {
|
|
459
|
-
"bytesInOutput":
|
|
423
|
+
"bytesInOutput": 240
|
|
460
424
|
},
|
|
461
425
|
"src/components/DatePicker/utils/weekdayAsOneLetter.ts": {
|
|
462
|
-
"bytesInOutput":
|
|
426
|
+
"bytesInOutput": 389
|
|
427
|
+
},
|
|
428
|
+
"src/components/DatePicker/utils/index.ts": {
|
|
429
|
+
"bytesInOutput": 225
|
|
430
|
+
},
|
|
431
|
+
"src/hooks/useFocusTrap/useFocusTrap.tsx": {
|
|
432
|
+
"bytesInOutput": 1640
|
|
463
433
|
},
|
|
464
434
|
"src/components/DatePicker/utils/getStartWeekday.ts": {
|
|
465
|
-
"bytesInOutput":
|
|
435
|
+
"bytesInOutput": 365
|
|
466
436
|
},
|
|
467
437
|
"src/components/DatePicker/utils/timezoneOffset.ts": {
|
|
468
|
-
"bytesInOutput":
|
|
438
|
+
"bytesInOutput": 360
|
|
469
439
|
},
|
|
470
440
|
"src/components/DatePicker/CustomComponents/CaptionLabel.tsx": {
|
|
471
|
-
"bytesInOutput":
|
|
441
|
+
"bytesInOutput": 287
|
|
472
442
|
},
|
|
473
443
|
"src/components/DatePicker/CustomComponents/ChevronComponent.tsx": {
|
|
474
|
-
"bytesInOutput":
|
|
444
|
+
"bytesInOutput": 547
|
|
445
|
+
},
|
|
446
|
+
"src/components/DatePicker/CustomComponents/index.tsx": {
|
|
447
|
+
"bytesInOutput": 177
|
|
448
|
+
},
|
|
449
|
+
"src/components/DatePicker/DatePickerModal.tsx": {
|
|
450
|
+
"bytesInOutput": 4419
|
|
451
|
+
},
|
|
452
|
+
"src/components/DatePicker/DatePicker.tsx": {
|
|
453
|
+
"bytesInOutput": 4976
|
|
454
|
+
},
|
|
455
|
+
"src/utils/isTouchDevice.ts": {
|
|
456
|
+
"bytesInOutput": 165
|
|
457
|
+
},
|
|
458
|
+
"index.tsx": {
|
|
459
|
+
"bytesInOutput": 0
|
|
475
460
|
}
|
|
476
461
|
},
|
|
477
|
-
"bytes":
|
|
462
|
+
"bytes": 16863
|
|
478
463
|
}
|
|
479
464
|
}
|
|
480
465
|
}
|