@licklist/design 0.70.10 → 0.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/iframe/available.svg +4 -4
- package/dist/assets/iframe/available.svg.js +16 -18
- package/dist/availability-indicator/AvailabilityIndicator.d.ts +4 -2
- package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.js +112 -18
- package/dist/calendar/Calendar.d.ts +2 -0
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +2 -2
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.js +3 -2
- package/dist/date-time-button/DateTimeButton.d.ts +3 -1
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/date-time-button/DateTimeButton.js +5 -3
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -0
- package/dist/iframe/activity-card/ActivityCard.d.ts +3 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +5 -3
- package/dist/product-set/product/advanced-options/AdvancedOptions.js +1 -0
- package/dist/snippet/snippet-template/preview/Preview.js +2 -0
- package/dist/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
- package/dist/styles/date-time-button/DateTimeButton.scss +2 -2
- package/dist/styles/iframe-events/Calendar.scss +1 -1
- package/package.json +6 -6
- package/src/assets/iframe/available.svg +4 -4
- package/src/availability-indicator/AvailabilityIndicator.tsx +92 -17
- package/src/calendar/Calendar.tsx +2 -0
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +3 -0
- package/src/date-time-button/DateTimeButton.tsx +7 -3
- package/src/iframe/activity-card/ActivityCard.tsx +15 -2
- package/src/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
- package/src/styles/date-time-button/DateTimeButton.scss +2 -2
- package/src/styles/iframe-events/Calendar.scss +1 -1
- package/yarn.lock +156 -132
package/yarn.lock
CHANGED
|
@@ -2466,9 +2466,9 @@ __metadata:
|
|
|
2466
2466
|
languageName: node
|
|
2467
2467
|
linkType: hard
|
|
2468
2468
|
|
|
2469
|
-
"@licklist/core@npm:0.
|
|
2470
|
-
version: 0.
|
|
2471
|
-
resolution: "@licklist/core@npm:0.
|
|
2469
|
+
"@licklist/core@npm:0.31.1":
|
|
2470
|
+
version: 0.31.1
|
|
2471
|
+
resolution: "@licklist/core@npm:0.31.1"
|
|
2472
2472
|
dependencies:
|
|
2473
2473
|
"@sentry/browser": "npm:6.2.0"
|
|
2474
2474
|
axios: "npm:0.26.0"
|
|
@@ -2480,6 +2480,7 @@ __metadata:
|
|
|
2480
2480
|
react-intl: "npm:6.6.8"
|
|
2481
2481
|
uuid: "npm:9.0.0"
|
|
2482
2482
|
wait-for-expect: "npm:3.0.2"
|
|
2483
|
+
zustand: "npm:3.7.2"
|
|
2483
2484
|
peerDependencies:
|
|
2484
2485
|
"@licklist/eslint-config": 0.5.6
|
|
2485
2486
|
axios: 0.26.0
|
|
@@ -2488,13 +2489,14 @@ __metadata:
|
|
|
2488
2489
|
react-dom: 17.0.2
|
|
2489
2490
|
react-i18next: 11.8.8
|
|
2490
2491
|
react-intl: 6.6.8
|
|
2491
|
-
|
|
2492
|
+
zustand: 3.7.2
|
|
2493
|
+
checksum: 10c0/227e4c51206692edc89482a3b024db0e0a68abf793512212e1bd4631ded3e40428c11f823361cdf305742758b404fa64fdecf9748ea3d71394a3b378f7eee63e
|
|
2492
2494
|
languageName: node
|
|
2493
2495
|
linkType: hard
|
|
2494
2496
|
|
|
2495
|
-
"@licklist/core@npm:0.31.
|
|
2496
|
-
version: 0.31.
|
|
2497
|
-
resolution: "@licklist/core@npm:0.31.
|
|
2497
|
+
"@licklist/core@npm:0.31.5":
|
|
2498
|
+
version: 0.31.5
|
|
2499
|
+
resolution: "@licklist/core@npm:0.31.5"
|
|
2498
2500
|
dependencies:
|
|
2499
2501
|
"@sentry/browser": "npm:6.2.0"
|
|
2500
2502
|
axios: "npm:0.26.0"
|
|
@@ -2516,7 +2518,7 @@ __metadata:
|
|
|
2516
2518
|
react-i18next: 11.8.8
|
|
2517
2519
|
react-intl: 6.6.8
|
|
2518
2520
|
zustand: 3.7.2
|
|
2519
|
-
checksum: 10c0/
|
|
2521
|
+
checksum: 10c0/d33fcc9b2e12c3febc7fb7497e5eb427f7547fb3ca7e3db7d6cbdf5d674d053004f7788140b76353f8a5544a909aa3bc84210d9da613c80a13662139eac85fee
|
|
2520
2522
|
languageName: node
|
|
2521
2523
|
linkType: hard
|
|
2522
2524
|
|
|
@@ -2531,9 +2533,9 @@ __metadata:
|
|
|
2531
2533
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2532
2534
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2533
2535
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2534
|
-
"@licklist/core": "npm:0.31.
|
|
2536
|
+
"@licklist/core": "npm:0.31.5"
|
|
2535
2537
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2536
|
-
"@licklist/plugins": "npm:0.
|
|
2538
|
+
"@licklist/plugins": "npm:0.34.0"
|
|
2537
2539
|
"@mantine/core": "npm:6.0.22"
|
|
2538
2540
|
"@mantine/hooks": "npm:6.0.22"
|
|
2539
2541
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2662,9 +2664,9 @@ __metadata:
|
|
|
2662
2664
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2663
2665
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2664
2666
|
peerDependencies:
|
|
2665
|
-
"@licklist/core": 0.
|
|
2667
|
+
"@licklist/core": 0.31.5
|
|
2666
2668
|
"@licklist/eslint-config": 0.5.6
|
|
2667
|
-
"@licklist/plugins": 0.
|
|
2669
|
+
"@licklist/plugins": 0.34.0
|
|
2668
2670
|
lodash: 4.17.21
|
|
2669
2671
|
luxon: 3.5.0
|
|
2670
2672
|
react: 17.0.2
|
|
@@ -2694,11 +2696,11 @@ __metadata:
|
|
|
2694
2696
|
languageName: node
|
|
2695
2697
|
linkType: hard
|
|
2696
2698
|
|
|
2697
|
-
"@licklist/plugins@npm:0.
|
|
2698
|
-
version: 0.
|
|
2699
|
-
resolution: "@licklist/plugins@npm:0.
|
|
2699
|
+
"@licklist/plugins@npm:0.34.0":
|
|
2700
|
+
version: 0.34.0
|
|
2701
|
+
resolution: "@licklist/plugins@npm:0.34.0"
|
|
2700
2702
|
dependencies:
|
|
2701
|
-
"@licklist/core": "npm:0.
|
|
2703
|
+
"@licklist/core": "npm:0.31.1"
|
|
2702
2704
|
axios: "npm:0.26.0"
|
|
2703
2705
|
history: "npm:4.10.1"
|
|
2704
2706
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2730,7 +2732,7 @@ __metadata:
|
|
|
2730
2732
|
react-loader: 2.4.7
|
|
2731
2733
|
react-query: 3.34.12
|
|
2732
2734
|
react-router-dom: 5.2.0
|
|
2733
|
-
checksum: 10c0/
|
|
2735
|
+
checksum: 10c0/222f031404a844b0badc691045da056bc1d52b6a6451aa2142d035dfde847545e30880f51c9806237b67cc5670d1cc02b85f66d5a89cbf43628c576512489acf
|
|
2734
2736
|
languageName: node
|
|
2735
2737
|
linkType: hard
|
|
2736
2738
|
|
|
@@ -3314,128 +3316,128 @@ __metadata:
|
|
|
3314
3316
|
languageName: node
|
|
3315
3317
|
linkType: hard
|
|
3316
3318
|
|
|
3317
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3318
|
-
version: 4.
|
|
3319
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3319
|
+
"@rollup/rollup-android-arm-eabi@npm:4.25.0":
|
|
3320
|
+
version: 4.25.0
|
|
3321
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.25.0"
|
|
3320
3322
|
conditions: os=android & cpu=arm
|
|
3321
3323
|
languageName: node
|
|
3322
3324
|
linkType: hard
|
|
3323
3325
|
|
|
3324
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3325
|
-
version: 4.
|
|
3326
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3326
|
+
"@rollup/rollup-android-arm64@npm:4.25.0":
|
|
3327
|
+
version: 4.25.0
|
|
3328
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.25.0"
|
|
3327
3329
|
conditions: os=android & cpu=arm64
|
|
3328
3330
|
languageName: node
|
|
3329
3331
|
linkType: hard
|
|
3330
3332
|
|
|
3331
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3332
|
-
version: 4.
|
|
3333
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3333
|
+
"@rollup/rollup-darwin-arm64@npm:4.25.0":
|
|
3334
|
+
version: 4.25.0
|
|
3335
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.25.0"
|
|
3334
3336
|
conditions: os=darwin & cpu=arm64
|
|
3335
3337
|
languageName: node
|
|
3336
3338
|
linkType: hard
|
|
3337
3339
|
|
|
3338
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3339
|
-
version: 4.
|
|
3340
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3340
|
+
"@rollup/rollup-darwin-x64@npm:4.25.0":
|
|
3341
|
+
version: 4.25.0
|
|
3342
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.25.0"
|
|
3341
3343
|
conditions: os=darwin & cpu=x64
|
|
3342
3344
|
languageName: node
|
|
3343
3345
|
linkType: hard
|
|
3344
3346
|
|
|
3345
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3346
|
-
version: 4.
|
|
3347
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3347
|
+
"@rollup/rollup-freebsd-arm64@npm:4.25.0":
|
|
3348
|
+
version: 4.25.0
|
|
3349
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.25.0"
|
|
3348
3350
|
conditions: os=freebsd & cpu=arm64
|
|
3349
3351
|
languageName: node
|
|
3350
3352
|
linkType: hard
|
|
3351
3353
|
|
|
3352
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3353
|
-
version: 4.
|
|
3354
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3354
|
+
"@rollup/rollup-freebsd-x64@npm:4.25.0":
|
|
3355
|
+
version: 4.25.0
|
|
3356
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.25.0"
|
|
3355
3357
|
conditions: os=freebsd & cpu=x64
|
|
3356
3358
|
languageName: node
|
|
3357
3359
|
linkType: hard
|
|
3358
3360
|
|
|
3359
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3360
|
-
version: 4.
|
|
3361
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3361
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.25.0":
|
|
3362
|
+
version: 4.25.0
|
|
3363
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.25.0"
|
|
3362
3364
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3363
3365
|
languageName: node
|
|
3364
3366
|
linkType: hard
|
|
3365
3367
|
|
|
3366
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3367
|
-
version: 4.
|
|
3368
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3368
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.25.0":
|
|
3369
|
+
version: 4.25.0
|
|
3370
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.25.0"
|
|
3369
3371
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3370
3372
|
languageName: node
|
|
3371
3373
|
linkType: hard
|
|
3372
3374
|
|
|
3373
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3374
|
-
version: 4.
|
|
3375
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3375
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.25.0":
|
|
3376
|
+
version: 4.25.0
|
|
3377
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.25.0"
|
|
3376
3378
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3377
3379
|
languageName: node
|
|
3378
3380
|
linkType: hard
|
|
3379
3381
|
|
|
3380
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3381
|
-
version: 4.
|
|
3382
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3382
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.25.0":
|
|
3383
|
+
version: 4.25.0
|
|
3384
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.25.0"
|
|
3383
3385
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3384
3386
|
languageName: node
|
|
3385
3387
|
linkType: hard
|
|
3386
3388
|
|
|
3387
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3388
|
-
version: 4.
|
|
3389
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3389
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.25.0":
|
|
3390
|
+
version: 4.25.0
|
|
3391
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.25.0"
|
|
3390
3392
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3391
3393
|
languageName: node
|
|
3392
3394
|
linkType: hard
|
|
3393
3395
|
|
|
3394
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3395
|
-
version: 4.
|
|
3396
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3396
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.25.0":
|
|
3397
|
+
version: 4.25.0
|
|
3398
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.25.0"
|
|
3397
3399
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3398
3400
|
languageName: node
|
|
3399
3401
|
linkType: hard
|
|
3400
3402
|
|
|
3401
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3402
|
-
version: 4.
|
|
3403
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3403
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.25.0":
|
|
3404
|
+
version: 4.25.0
|
|
3405
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.25.0"
|
|
3404
3406
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3405
3407
|
languageName: node
|
|
3406
3408
|
linkType: hard
|
|
3407
3409
|
|
|
3408
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3409
|
-
version: 4.
|
|
3410
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3410
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.25.0":
|
|
3411
|
+
version: 4.25.0
|
|
3412
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.25.0"
|
|
3411
3413
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3412
3414
|
languageName: node
|
|
3413
3415
|
linkType: hard
|
|
3414
3416
|
|
|
3415
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3416
|
-
version: 4.
|
|
3417
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3417
|
+
"@rollup/rollup-linux-x64-musl@npm:4.25.0":
|
|
3418
|
+
version: 4.25.0
|
|
3419
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.25.0"
|
|
3418
3420
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3419
3421
|
languageName: node
|
|
3420
3422
|
linkType: hard
|
|
3421
3423
|
|
|
3422
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3423
|
-
version: 4.
|
|
3424
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3424
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.25.0":
|
|
3425
|
+
version: 4.25.0
|
|
3426
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.25.0"
|
|
3425
3427
|
conditions: os=win32 & cpu=arm64
|
|
3426
3428
|
languageName: node
|
|
3427
3429
|
linkType: hard
|
|
3428
3430
|
|
|
3429
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3430
|
-
version: 4.
|
|
3431
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3431
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.25.0":
|
|
3432
|
+
version: 4.25.0
|
|
3433
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.25.0"
|
|
3432
3434
|
conditions: os=win32 & cpu=ia32
|
|
3433
3435
|
languageName: node
|
|
3434
3436
|
linkType: hard
|
|
3435
3437
|
|
|
3436
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3437
|
-
version: 4.
|
|
3438
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3438
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.25.0":
|
|
3439
|
+
version: 4.25.0
|
|
3440
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.25.0"
|
|
3439
3441
|
conditions: os=win32 & cpu=x64
|
|
3440
3442
|
languageName: node
|
|
3441
3443
|
linkType: hard
|
|
@@ -5089,20 +5091,20 @@ __metadata:
|
|
|
5089
5091
|
linkType: hard
|
|
5090
5092
|
|
|
5091
5093
|
"@swc/helpers@npm:^0.5.0":
|
|
5092
|
-
version: 0.5.
|
|
5093
|
-
resolution: "@swc/helpers@npm:0.5.
|
|
5094
|
+
version: 0.5.15
|
|
5095
|
+
resolution: "@swc/helpers@npm:0.5.15"
|
|
5094
5096
|
dependencies:
|
|
5095
|
-
tslib: "npm:^2.
|
|
5096
|
-
checksum: 10c0/
|
|
5097
|
+
tslib: "npm:^2.8.0"
|
|
5098
|
+
checksum: 10c0/33002f74f6f885f04c132960835fdfc474186983ea567606db62e86acd0680ca82f34647e8e610f4e1e422d1c16fce729dde22cd3b797ab1fd9061a825dabca4
|
|
5097
5099
|
languageName: node
|
|
5098
5100
|
linkType: hard
|
|
5099
5101
|
|
|
5100
5102
|
"@swc/types@npm:^0.1.9":
|
|
5101
|
-
version: 0.1.
|
|
5102
|
-
resolution: "@swc/types@npm:0.1.
|
|
5103
|
+
version: 0.1.15
|
|
5104
|
+
resolution: "@swc/types@npm:0.1.15"
|
|
5103
5105
|
dependencies:
|
|
5104
5106
|
"@swc/counter": "npm:^0.1.3"
|
|
5105
|
-
checksum: 10c0/
|
|
5107
|
+
checksum: 10c0/82bcfa64e53c6c93ae162fe9e491e5f300227fad6f110e32d9718e5a0e29586bc79c516234f6eccbe5ccd7ed72b514a21f03196a54408cf1b7b47c072fad44f0
|
|
5106
5108
|
languageName: node
|
|
5107
5109
|
linkType: hard
|
|
5108
5110
|
|
|
@@ -6222,30 +6224,30 @@ __metadata:
|
|
|
6222
6224
|
languageName: node
|
|
6223
6225
|
linkType: hard
|
|
6224
6226
|
|
|
6225
|
-
"@volar/language-core@npm:2.4.
|
|
6226
|
-
version: 2.4.
|
|
6227
|
-
resolution: "@volar/language-core@npm:2.4.
|
|
6227
|
+
"@volar/language-core@npm:2.4.10, @volar/language-core@npm:~2.4.0-alpha.18":
|
|
6228
|
+
version: 2.4.10
|
|
6229
|
+
resolution: "@volar/language-core@npm:2.4.10"
|
|
6228
6230
|
dependencies:
|
|
6229
|
-
"@volar/source-map": "npm:2.4.
|
|
6230
|
-
checksum: 10c0/
|
|
6231
|
+
"@volar/source-map": "npm:2.4.10"
|
|
6232
|
+
checksum: 10c0/c4c7cb57f9fa477c7669f8c312675a5a94f5d18d19ca125eacf24538ce58b937729910acb46a5532091993999f99cfa51ed1aff51ba8bcd137b777dae5eb4b3c
|
|
6231
6233
|
languageName: node
|
|
6232
6234
|
linkType: hard
|
|
6233
6235
|
|
|
6234
|
-
"@volar/source-map@npm:2.4.
|
|
6235
|
-
version: 2.4.
|
|
6236
|
-
resolution: "@volar/source-map@npm:2.4.
|
|
6237
|
-
checksum: 10c0/
|
|
6236
|
+
"@volar/source-map@npm:2.4.10":
|
|
6237
|
+
version: 2.4.10
|
|
6238
|
+
resolution: "@volar/source-map@npm:2.4.10"
|
|
6239
|
+
checksum: 10c0/6d3b18d062c805d4c5c843396df0efc57bbf17ef8697cc17b39e1dfafd4de5fd36adafce945e9c039e4f06c7240c59ca7dcda75ef2d52e125efb35498296f70b
|
|
6238
6240
|
languageName: node
|
|
6239
6241
|
linkType: hard
|
|
6240
6242
|
|
|
6241
6243
|
"@volar/typescript@npm:^2.3.4, @volar/typescript@npm:~2.4.0-alpha.18":
|
|
6242
|
-
version: 2.4.
|
|
6243
|
-
resolution: "@volar/typescript@npm:2.4.
|
|
6244
|
+
version: 2.4.10
|
|
6245
|
+
resolution: "@volar/typescript@npm:2.4.10"
|
|
6244
6246
|
dependencies:
|
|
6245
|
-
"@volar/language-core": "npm:2.4.
|
|
6247
|
+
"@volar/language-core": "npm:2.4.10"
|
|
6246
6248
|
path-browserify: "npm:^1.0.1"
|
|
6247
6249
|
vscode-uri: "npm:^3.0.8"
|
|
6248
|
-
checksum: 10c0/
|
|
6250
|
+
checksum: 10c0/0d9e5b751fa04f15f519f3252f29dc65e080c5193bf6eefa240ac988b2e85bf096d3a4c50e34fd3149f3e52b00cfa9dadf70888938066ceecdc90c4682401ef4
|
|
6249
6251
|
languageName: node
|
|
6250
6252
|
linkType: hard
|
|
6251
6253
|
|
|
@@ -8071,9 +8073,9 @@ __metadata:
|
|
|
8071
8073
|
linkType: hard
|
|
8072
8074
|
|
|
8073
8075
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001669":
|
|
8074
|
-
version: 1.0.
|
|
8075
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8076
|
-
checksum: 10c0/
|
|
8076
|
+
version: 1.0.30001680
|
|
8077
|
+
resolution: "caniuse-lite@npm:1.0.30001680"
|
|
8078
|
+
checksum: 10c0/11a4e7f6f5d5f965cfd4b7dc4aef34e12a26e99647f02b5ac9fd7f7670845473b95ada416a785473237e4b1b67281f7b043c8736c85b77097f6b697e8950b15f
|
|
8077
8079
|
languageName: node
|
|
8078
8080
|
linkType: hard
|
|
8079
8081
|
|
|
@@ -8209,8 +8211,8 @@ __metadata:
|
|
|
8209
8211
|
linkType: hard
|
|
8210
8212
|
|
|
8211
8213
|
"chromatic@npm:^11.4.0":
|
|
8212
|
-
version: 11.
|
|
8213
|
-
resolution: "chromatic@npm:11.
|
|
8214
|
+
version: 11.18.0
|
|
8215
|
+
resolution: "chromatic@npm:11.18.0"
|
|
8214
8216
|
peerDependencies:
|
|
8215
8217
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8216
8218
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8223,7 +8225,7 @@ __metadata:
|
|
|
8223
8225
|
chroma: dist/bin.js
|
|
8224
8226
|
chromatic: dist/bin.js
|
|
8225
8227
|
chromatic-cli: dist/bin.js
|
|
8226
|
-
checksum: 10c0/
|
|
8228
|
+
checksum: 10c0/27761ff8aecad03381b1be529576ebfb49e458c5b1d16b592a0ef05c86a1760bedc3b7c824cc07b3bafa8bc91b64555b0cacafa2eeaa54798a2f0723420e8996
|
|
8227
8229
|
languageName: node
|
|
8228
8230
|
linkType: hard
|
|
8229
8231
|
|
|
@@ -8884,7 +8886,7 @@ __metadata:
|
|
|
8884
8886
|
languageName: node
|
|
8885
8887
|
linkType: hard
|
|
8886
8888
|
|
|
8887
|
-
"cross-spawn@npm:7.0.3
|
|
8889
|
+
"cross-spawn@npm:7.0.3":
|
|
8888
8890
|
version: 7.0.3
|
|
8889
8891
|
resolution: "cross-spawn@npm:7.0.3"
|
|
8890
8892
|
dependencies:
|
|
@@ -8908,6 +8910,17 @@ __metadata:
|
|
|
8908
8910
|
languageName: node
|
|
8909
8911
|
linkType: hard
|
|
8910
8912
|
|
|
8913
|
+
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
|
|
8914
|
+
version: 7.0.5
|
|
8915
|
+
resolution: "cross-spawn@npm:7.0.5"
|
|
8916
|
+
dependencies:
|
|
8917
|
+
path-key: "npm:^3.1.0"
|
|
8918
|
+
shebang-command: "npm:^2.0.0"
|
|
8919
|
+
which: "npm:^2.0.1"
|
|
8920
|
+
checksum: 10c0/aa82ce7ac0814a27e6f2b738c5a7cf1fa21a3558a1e42df449fc96541ba3ba731e4d3ecffa4435348808a86212f287c6f20a1ee551ef1ff95d01cfec5f434944
|
|
8921
|
+
languageName: node
|
|
8922
|
+
linkType: hard
|
|
8923
|
+
|
|
8911
8924
|
"crypto-browserify@npm:^3.11.0":
|
|
8912
8925
|
version: 3.12.1
|
|
8913
8926
|
resolution: "crypto-browserify@npm:3.12.1"
|
|
@@ -9831,9 +9844,9 @@ __metadata:
|
|
|
9831
9844
|
linkType: hard
|
|
9832
9845
|
|
|
9833
9846
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.41":
|
|
9834
|
-
version: 1.5.
|
|
9835
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9836
|
-
checksum: 10c0/
|
|
9847
|
+
version: 1.5.55
|
|
9848
|
+
resolution: "electron-to-chromium@npm:1.5.55"
|
|
9849
|
+
checksum: 10c0/1b9e0970a591d342cf4d4c95b63bcdb8bffed01edb7c8baed8dd54ea769c8b33c07484c94a031a20363a8129ca2ad1d612ce4ca55ec831244240ae1e6bcdf07c
|
|
9837
9850
|
languageName: node
|
|
9838
9851
|
linkType: hard
|
|
9839
9852
|
|
|
@@ -13702,9 +13715,9 @@ __metadata:
|
|
|
13702
13715
|
linkType: hard
|
|
13703
13716
|
|
|
13704
13717
|
"libphonenumber-js@npm:^1.9.11":
|
|
13705
|
-
version: 1.11.
|
|
13706
|
-
resolution: "libphonenumber-js@npm:1.11.
|
|
13707
|
-
checksum: 10c0/
|
|
13718
|
+
version: 1.11.14
|
|
13719
|
+
resolution: "libphonenumber-js@npm:1.11.14"
|
|
13720
|
+
checksum: 10c0/59fef763545eac4aa3cd81305adb4c23712a7d780434fd7384973a6a5b628daa61dbe093a5ce1fbf5fb73b98bbf2a4966d41e2f897c5d5c528c31456a8bf0f46
|
|
13708
13721
|
languageName: node
|
|
13709
13722
|
linkType: hard
|
|
13710
13723
|
|
|
@@ -15147,9 +15160,9 @@ __metadata:
|
|
|
15147
15160
|
linkType: hard
|
|
15148
15161
|
|
|
15149
15162
|
"object-inspect@npm:^1.12.0, object-inspect@npm:^1.13.1":
|
|
15150
|
-
version: 1.13.
|
|
15151
|
-
resolution: "object-inspect@npm:1.13.
|
|
15152
|
-
checksum: 10c0/
|
|
15163
|
+
version: 1.13.3
|
|
15164
|
+
resolution: "object-inspect@npm:1.13.3"
|
|
15165
|
+
checksum: 10c0/cc3f15213406be89ffdc54b525e115156086796a515410a8d390215915db9f23c8eab485a06f1297402f440a33715fe8f71a528c1dcbad6e1a3bcaf5a46921d4
|
|
15153
15166
|
languageName: node
|
|
15154
15167
|
linkType: hard
|
|
15155
15168
|
|
|
@@ -15784,7 +15797,7 @@ __metadata:
|
|
|
15784
15797
|
languageName: node
|
|
15785
15798
|
linkType: hard
|
|
15786
15799
|
|
|
15787
|
-
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1, picocolors@npm:^1.1.0":
|
|
15800
|
+
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1, picocolors@npm:^1.1.0, picocolors@npm:^1.1.1":
|
|
15788
15801
|
version: 1.1.1
|
|
15789
15802
|
resolution: "picocolors@npm:1.1.1"
|
|
15790
15803
|
checksum: 10c0/e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58
|
|
@@ -16453,7 +16466,7 @@ __metadata:
|
|
|
16453
16466
|
languageName: node
|
|
16454
16467
|
linkType: hard
|
|
16455
16468
|
|
|
16456
|
-
"postcss@npm:8.4.47
|
|
16469
|
+
"postcss@npm:8.4.47":
|
|
16457
16470
|
version: 8.4.47
|
|
16458
16471
|
resolution: "postcss@npm:8.4.47"
|
|
16459
16472
|
dependencies:
|
|
@@ -16474,6 +16487,17 @@ __metadata:
|
|
|
16474
16487
|
languageName: node
|
|
16475
16488
|
linkType: hard
|
|
16476
16489
|
|
|
16490
|
+
"postcss@npm:^8.2.6, postcss@npm:^8.4.23, postcss@npm:^8.4.39":
|
|
16491
|
+
version: 8.4.48
|
|
16492
|
+
resolution: "postcss@npm:8.4.48"
|
|
16493
|
+
dependencies:
|
|
16494
|
+
nanoid: "npm:^3.3.7"
|
|
16495
|
+
picocolors: "npm:^1.1.1"
|
|
16496
|
+
source-map-js: "npm:^1.2.1"
|
|
16497
|
+
checksum: 10c0/d586361fda12fc7ab5650ce9b5763fc61d6ea2cecac9da98fceea6a3f27e42ed34db830582411bc06743492d9bb414c52b0c81da65440682d244d692da2f928a
|
|
16498
|
+
languageName: node
|
|
16499
|
+
linkType: hard
|
|
16500
|
+
|
|
16477
16501
|
"prelude-ls@npm:^1.2.1":
|
|
16478
16502
|
version: 1.2.1
|
|
16479
16503
|
resolution: "prelude-ls@npm:1.2.1"
|
|
@@ -18732,27 +18756,27 @@ __metadata:
|
|
|
18732
18756
|
linkType: hard
|
|
18733
18757
|
|
|
18734
18758
|
"rollup@npm:^4.13.0":
|
|
18735
|
-
version: 4.
|
|
18736
|
-
resolution: "rollup@npm:4.
|
|
18737
|
-
dependencies:
|
|
18738
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18739
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18740
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18741
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18742
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18743
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18744
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18745
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18746
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18747
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18748
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18749
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18750
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18751
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18752
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18753
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18754
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18755
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18759
|
+
version: 4.25.0
|
|
18760
|
+
resolution: "rollup@npm:4.25.0"
|
|
18761
|
+
dependencies:
|
|
18762
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.25.0"
|
|
18763
|
+
"@rollup/rollup-android-arm64": "npm:4.25.0"
|
|
18764
|
+
"@rollup/rollup-darwin-arm64": "npm:4.25.0"
|
|
18765
|
+
"@rollup/rollup-darwin-x64": "npm:4.25.0"
|
|
18766
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.25.0"
|
|
18767
|
+
"@rollup/rollup-freebsd-x64": "npm:4.25.0"
|
|
18768
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.25.0"
|
|
18769
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.25.0"
|
|
18770
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.25.0"
|
|
18771
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.25.0"
|
|
18772
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.25.0"
|
|
18773
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.25.0"
|
|
18774
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.25.0"
|
|
18775
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.25.0"
|
|
18776
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.25.0"
|
|
18777
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.25.0"
|
|
18778
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.25.0"
|
|
18779
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.25.0"
|
|
18756
18780
|
"@types/estree": "npm:1.0.6"
|
|
18757
18781
|
fsevents: "npm:~2.3.2"
|
|
18758
18782
|
dependenciesMeta:
|
|
@@ -18796,7 +18820,7 @@ __metadata:
|
|
|
18796
18820
|
optional: true
|
|
18797
18821
|
bin:
|
|
18798
18822
|
rollup: dist/bin/rollup
|
|
18799
|
-
checksum: 10c0/
|
|
18823
|
+
checksum: 10c0/fdb4d530bc942024f6e9ee3b5051fd2a8ef545a3869a689f6d1fea0f391e0b257835b639c01dc3024dbafe3790c8210aea547bcddbdb38c002087e5bf4630ad8
|
|
18800
18824
|
languageName: node
|
|
18801
18825
|
linkType: hard
|
|
18802
18826
|
|
|
@@ -20574,7 +20598,7 @@ __metadata:
|
|
|
20574
20598
|
languageName: node
|
|
20575
20599
|
linkType: hard
|
|
20576
20600
|
|
|
20577
|
-
"tslib@npm:^2, tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0":
|
|
20601
|
+
"tslib@npm:^2, tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.8.0":
|
|
20578
20602
|
version: 2.8.1
|
|
20579
20603
|
resolution: "tslib@npm:2.8.1"
|
|
20580
20604
|
checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62
|