@licklist/design 0.71.18-dev.5 → 0.71.18-dev.7
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/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +15 -7
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +18 -10
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +1 -1
- package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/utils.js +3 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +9 -23
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts +2 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.js +3 -3
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +10 -3
- package/dist/styles/date-time-button/DateTimeButton.scss +7 -0
- package/dist/styles/events/EditEventModal.scss +2 -0
- package/dist/styles/product-set/EditProductSetElement.scss +1 -0
- package/dist/styles/product-set/ProductSetForm.scss +1 -0
- package/package.json +3 -3
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +13 -6
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +1 -1
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +20 -9
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +1 -1
- package/src/iframe/ProductWithModifierModal/utils.ts +3 -2
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +10 -21
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +1 -2
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -1
- package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +4 -2
- package/src/product-set/form/ProductsControl.tsx +13 -4
- package/src/styles/date-time-button/DateTimeButton.scss +7 -0
- package/src/styles/events/EditEventModal.scss +2 -0
- package/src/styles/product-set/EditProductSetElement.scss +1 -0
- package/src/styles/product-set/ProductSetForm.scss +1 -0
- package/yarn.lock +166 -138
package/yarn.lock
CHANGED
|
@@ -2481,6 +2481,34 @@ __metadata:
|
|
|
2481
2481
|
languageName: node
|
|
2482
2482
|
linkType: hard
|
|
2483
2483
|
|
|
2484
|
+
"@licklist/core@npm:0.31.2-dev.11":
|
|
2485
|
+
version: 0.31.2-dev.11
|
|
2486
|
+
resolution: "@licklist/core@npm:0.31.2-dev.11"
|
|
2487
|
+
dependencies:
|
|
2488
|
+
"@sentry/browser": "npm:6.2.0"
|
|
2489
|
+
axios: "npm:0.26.0"
|
|
2490
|
+
i18next: "npm:19.4.5"
|
|
2491
|
+
luxon: "npm:3.5.0"
|
|
2492
|
+
react: "npm:17.0.2"
|
|
2493
|
+
react-dom: "npm:17.0.2"
|
|
2494
|
+
react-i18next: "npm:11.8.8"
|
|
2495
|
+
react-intl: "npm:6.6.8"
|
|
2496
|
+
uuid: "npm:9.0.0"
|
|
2497
|
+
wait-for-expect: "npm:3.0.2"
|
|
2498
|
+
zustand: "npm:3.7.2"
|
|
2499
|
+
peerDependencies:
|
|
2500
|
+
"@licklist/eslint-config": 0.5.6
|
|
2501
|
+
axios: 0.26.0
|
|
2502
|
+
luxon: 3.5.0
|
|
2503
|
+
react: 17.0.2
|
|
2504
|
+
react-dom: 17.0.2
|
|
2505
|
+
react-i18next: 11.8.8
|
|
2506
|
+
react-intl: 6.6.8
|
|
2507
|
+
zustand: 3.7.2
|
|
2508
|
+
checksum: 10c0/eabcc95fb4a12a60c00c5b15060a89495f7c6980a53d27fc3dc7325eccb4a5d604e49aa148b68ae0bcb98f5e78f0dc2695833342756a3d5d9d2640bbd93dfaaf
|
|
2509
|
+
languageName: node
|
|
2510
|
+
linkType: hard
|
|
2511
|
+
|
|
2484
2512
|
"@licklist/design@workspace:.":
|
|
2485
2513
|
version: 0.0.0-use.local
|
|
2486
2514
|
resolution: "@licklist/design@workspace:."
|
|
@@ -2492,7 +2520,7 @@ __metadata:
|
|
|
2492
2520
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2493
2521
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2494
2522
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2495
|
-
"@licklist/core": "npm:0.31.2-dev.
|
|
2523
|
+
"@licklist/core": "npm:0.31.2-dev.11"
|
|
2496
2524
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2497
2525
|
"@licklist/plugins": "npm:0.35.1-dev.8"
|
|
2498
2526
|
"@mantine/core": "npm:6.0.22"
|
|
@@ -2623,7 +2651,7 @@ __metadata:
|
|
|
2623
2651
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2624
2652
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2625
2653
|
peerDependencies:
|
|
2626
|
-
"@licklist/core": 0.31.2-dev.
|
|
2654
|
+
"@licklist/core": 0.31.2-dev.11
|
|
2627
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2628
2656
|
"@licklist/plugins": 0.35.1-dev.8
|
|
2629
2657
|
lodash: 4.17.21
|
|
@@ -3275,135 +3303,135 @@ __metadata:
|
|
|
3275
3303
|
languageName: node
|
|
3276
3304
|
linkType: hard
|
|
3277
3305
|
|
|
3278
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3279
|
-
version: 4.
|
|
3280
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3306
|
+
"@rollup/rollup-android-arm-eabi@npm:4.34.4":
|
|
3307
|
+
version: 4.34.4
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.4"
|
|
3281
3309
|
conditions: os=android & cpu=arm
|
|
3282
3310
|
languageName: node
|
|
3283
3311
|
linkType: hard
|
|
3284
3312
|
|
|
3285
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3286
|
-
version: 4.
|
|
3287
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3313
|
+
"@rollup/rollup-android-arm64@npm:4.34.4":
|
|
3314
|
+
version: 4.34.4
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.34.4"
|
|
3288
3316
|
conditions: os=android & cpu=arm64
|
|
3289
3317
|
languageName: node
|
|
3290
3318
|
linkType: hard
|
|
3291
3319
|
|
|
3292
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3293
|
-
version: 4.
|
|
3294
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3320
|
+
"@rollup/rollup-darwin-arm64@npm:4.34.4":
|
|
3321
|
+
version: 4.34.4
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.4"
|
|
3295
3323
|
conditions: os=darwin & cpu=arm64
|
|
3296
3324
|
languageName: node
|
|
3297
3325
|
linkType: hard
|
|
3298
3326
|
|
|
3299
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3300
|
-
version: 4.
|
|
3301
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3327
|
+
"@rollup/rollup-darwin-x64@npm:4.34.4":
|
|
3328
|
+
version: 4.34.4
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.34.4"
|
|
3302
3330
|
conditions: os=darwin & cpu=x64
|
|
3303
3331
|
languageName: node
|
|
3304
3332
|
linkType: hard
|
|
3305
3333
|
|
|
3306
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3307
|
-
version: 4.
|
|
3308
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3334
|
+
"@rollup/rollup-freebsd-arm64@npm:4.34.4":
|
|
3335
|
+
version: 4.34.4
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.4"
|
|
3309
3337
|
conditions: os=freebsd & cpu=arm64
|
|
3310
3338
|
languageName: node
|
|
3311
3339
|
linkType: hard
|
|
3312
3340
|
|
|
3313
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3314
|
-
version: 4.
|
|
3315
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3341
|
+
"@rollup/rollup-freebsd-x64@npm:4.34.4":
|
|
3342
|
+
version: 4.34.4
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.4"
|
|
3316
3344
|
conditions: os=freebsd & cpu=x64
|
|
3317
3345
|
languageName: node
|
|
3318
3346
|
linkType: hard
|
|
3319
3347
|
|
|
3320
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3321
|
-
version: 4.
|
|
3322
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3348
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.4":
|
|
3349
|
+
version: 4.34.4
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.4"
|
|
3323
3351
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3324
3352
|
languageName: node
|
|
3325
3353
|
linkType: hard
|
|
3326
3354
|
|
|
3327
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3328
|
-
version: 4.
|
|
3329
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3355
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.4":
|
|
3356
|
+
version: 4.34.4
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.4"
|
|
3330
3358
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3331
3359
|
languageName: node
|
|
3332
3360
|
linkType: hard
|
|
3333
3361
|
|
|
3334
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3335
|
-
version: 4.
|
|
3336
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3362
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.34.4":
|
|
3363
|
+
version: 4.34.4
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.4"
|
|
3337
3365
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3338
3366
|
languageName: node
|
|
3339
3367
|
linkType: hard
|
|
3340
3368
|
|
|
3341
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3342
|
-
version: 4.
|
|
3343
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3369
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.34.4":
|
|
3370
|
+
version: 4.34.4
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.4"
|
|
3344
3372
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3345
3373
|
languageName: node
|
|
3346
3374
|
linkType: hard
|
|
3347
3375
|
|
|
3348
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3349
|
-
version: 4.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3376
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.4":
|
|
3377
|
+
version: 4.34.4
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.4"
|
|
3351
3379
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3352
3380
|
languageName: node
|
|
3353
3381
|
linkType: hard
|
|
3354
3382
|
|
|
3355
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3356
|
-
version: 4.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3383
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.4":
|
|
3384
|
+
version: 4.34.4
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.4"
|
|
3358
3386
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3359
3387
|
languageName: node
|
|
3360
3388
|
linkType: hard
|
|
3361
3389
|
|
|
3362
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3363
|
-
version: 4.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3390
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.4":
|
|
3391
|
+
version: 4.34.4
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.4"
|
|
3365
3393
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3366
3394
|
languageName: node
|
|
3367
3395
|
linkType: hard
|
|
3368
3396
|
|
|
3369
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3370
|
-
version: 4.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3397
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.34.4":
|
|
3398
|
+
version: 4.34.4
|
|
3399
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.4"
|
|
3372
3400
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3373
3401
|
languageName: node
|
|
3374
3402
|
linkType: hard
|
|
3375
3403
|
|
|
3376
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3377
|
-
version: 4.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3404
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.34.4":
|
|
3405
|
+
version: 4.34.4
|
|
3406
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.4"
|
|
3379
3407
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3380
3408
|
languageName: node
|
|
3381
3409
|
linkType: hard
|
|
3382
3410
|
|
|
3383
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3384
|
-
version: 4.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3411
|
+
"@rollup/rollup-linux-x64-musl@npm:4.34.4":
|
|
3412
|
+
version: 4.34.4
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.4"
|
|
3386
3414
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3387
3415
|
languageName: node
|
|
3388
3416
|
linkType: hard
|
|
3389
3417
|
|
|
3390
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3391
|
-
version: 4.
|
|
3392
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3418
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.34.4":
|
|
3419
|
+
version: 4.34.4
|
|
3420
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.4"
|
|
3393
3421
|
conditions: os=win32 & cpu=arm64
|
|
3394
3422
|
languageName: node
|
|
3395
3423
|
linkType: hard
|
|
3396
3424
|
|
|
3397
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3398
|
-
version: 4.
|
|
3399
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3425
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.34.4":
|
|
3426
|
+
version: 4.34.4
|
|
3427
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.4"
|
|
3400
3428
|
conditions: os=win32 & cpu=ia32
|
|
3401
3429
|
languageName: node
|
|
3402
3430
|
linkType: hard
|
|
3403
3431
|
|
|
3404
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3405
|
-
version: 4.
|
|
3406
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3432
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.34.4":
|
|
3433
|
+
version: 4.34.4
|
|
3434
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.4"
|
|
3407
3435
|
conditions: os=win32 & cpu=x64
|
|
3408
3436
|
languageName: node
|
|
3409
3437
|
linkType: hard
|
|
@@ -5147,14 +5175,14 @@ __metadata:
|
|
|
5147
5175
|
linkType: hard
|
|
5148
5176
|
|
|
5149
5177
|
"@tiptap/extension-bubble-menu@npm:^2.0.0-beta.56":
|
|
5150
|
-
version: 2.11.
|
|
5151
|
-
resolution: "@tiptap/extension-bubble-menu@npm:2.11.
|
|
5178
|
+
version: 2.11.5
|
|
5179
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.11.5"
|
|
5152
5180
|
dependencies:
|
|
5153
5181
|
tippy.js: "npm:^6.3.7"
|
|
5154
5182
|
peerDependencies:
|
|
5155
5183
|
"@tiptap/core": ^2.7.0
|
|
5156
5184
|
"@tiptap/pm": ^2.7.0
|
|
5157
|
-
checksum: 10c0/
|
|
5185
|
+
checksum: 10c0/a9112df35a19c875085c4065cee36228aec68c2336ddcff25a4e741e25625397325762abce045ede53c18b58df9235216ef909a099f9ac8f5783d137615e3252
|
|
5158
5186
|
languageName: node
|
|
5159
5187
|
linkType: hard
|
|
5160
5188
|
|
|
@@ -5177,14 +5205,14 @@ __metadata:
|
|
|
5177
5205
|
linkType: hard
|
|
5178
5206
|
|
|
5179
5207
|
"@tiptap/extension-floating-menu@npm:^2.0.0-beta.51":
|
|
5180
|
-
version: 2.11.
|
|
5181
|
-
resolution: "@tiptap/extension-floating-menu@npm:2.11.
|
|
5208
|
+
version: 2.11.5
|
|
5209
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.11.5"
|
|
5182
5210
|
dependencies:
|
|
5183
5211
|
tippy.js: "npm:^6.3.7"
|
|
5184
5212
|
peerDependencies:
|
|
5185
5213
|
"@tiptap/core": ^2.7.0
|
|
5186
5214
|
"@tiptap/pm": ^2.7.0
|
|
5187
|
-
checksum: 10c0/
|
|
5215
|
+
checksum: 10c0/45013b8e7ea13950a76bf62498d48b0d681aeaa88e49b3027f45ec42a42b5006e9f8af25251712cb6ed73a732989e2f95d293b905ba83aa82e2c17aabcfed0b0
|
|
5188
5216
|
languageName: node
|
|
5189
5217
|
linkType: hard
|
|
5190
5218
|
|
|
@@ -5664,11 +5692,11 @@ __metadata:
|
|
|
5664
5692
|
linkType: hard
|
|
5665
5693
|
|
|
5666
5694
|
"@types/node@npm:*":
|
|
5667
|
-
version: 22.
|
|
5668
|
-
resolution: "@types/node@npm:22.
|
|
5695
|
+
version: 22.13.1
|
|
5696
|
+
resolution: "@types/node@npm:22.13.1"
|
|
5669
5697
|
dependencies:
|
|
5670
5698
|
undici-types: "npm:~6.20.0"
|
|
5671
|
-
checksum: 10c0/
|
|
5699
|
+
checksum: 10c0/d4e56d41d8bd53de93da2651c0a0234e330bd7b1b6d071b1a94bd3b5ee2d9f387519e739c52a15c1faa4fb9d97e825b848421af4b2e50e6518011e7adb4a34b7
|
|
5672
5700
|
languageName: node
|
|
5673
5701
|
linkType: hard
|
|
5674
5702
|
|
|
@@ -8072,9 +8100,9 @@ __metadata:
|
|
|
8072
8100
|
linkType: hard
|
|
8073
8101
|
|
|
8074
8102
|
"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.30001688":
|
|
8075
|
-
version: 1.0.
|
|
8076
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8077
|
-
checksum: 10c0/
|
|
8103
|
+
version: 1.0.30001697
|
|
8104
|
+
resolution: "caniuse-lite@npm:1.0.30001697"
|
|
8105
|
+
checksum: 10c0/c114045be1bb5e610ca14c619157472910401bf59cc4d3050cc64ecd6887345ae8f685a5474c126755fabbd6e02f899b3b743218ab46dcbd5b6880607b67e18e
|
|
8078
8106
|
languageName: node
|
|
8079
8107
|
linkType: hard
|
|
8080
8108
|
|
|
@@ -8217,8 +8245,8 @@ __metadata:
|
|
|
8217
8245
|
linkType: hard
|
|
8218
8246
|
|
|
8219
8247
|
"chromatic@npm:^11.4.0":
|
|
8220
|
-
version: 11.25.
|
|
8221
|
-
resolution: "chromatic@npm:11.25.
|
|
8248
|
+
version: 11.25.2
|
|
8249
|
+
resolution: "chromatic@npm:11.25.2"
|
|
8222
8250
|
peerDependencies:
|
|
8223
8251
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8224
8252
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8231,7 +8259,7 @@ __metadata:
|
|
|
8231
8259
|
chroma: dist/bin.js
|
|
8232
8260
|
chromatic: dist/bin.js
|
|
8233
8261
|
chromatic-cli: dist/bin.js
|
|
8234
|
-
checksum: 10c0/
|
|
8262
|
+
checksum: 10c0/2cb4bb40a062005292a4cd606321f6c9bdaa31e255e66bae12c780bca9b72e883c017ebe48c5a9228db88a010f5977571ef7dfdcdd4195ad0e7b955f9966d7df
|
|
8235
8263
|
languageName: node
|
|
8236
8264
|
linkType: hard
|
|
8237
8265
|
|
|
@@ -9861,9 +9889,9 @@ __metadata:
|
|
|
9861
9889
|
linkType: hard
|
|
9862
9890
|
|
|
9863
9891
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9864
|
-
version: 1.5.
|
|
9865
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9866
|
-
checksum: 10c0/
|
|
9892
|
+
version: 1.5.93
|
|
9893
|
+
resolution: "electron-to-chromium@npm:1.5.93"
|
|
9894
|
+
checksum: 10c0/0420b6ebbe9bd3601f1e9ead963fe749d85d7558ecee9347b64023ca2b6d6a4bd833954d782d1b0a0bd94b064dbacece57e8f730b954109e950def89ee970ef7
|
|
9867
9895
|
languageName: node
|
|
9868
9896
|
linkType: hard
|
|
9869
9897
|
|
|
@@ -10975,11 +11003,11 @@ __metadata:
|
|
|
10975
11003
|
linkType: hard
|
|
10976
11004
|
|
|
10977
11005
|
"fastq@npm:^1.6.0":
|
|
10978
|
-
version: 1.
|
|
10979
|
-
resolution: "fastq@npm:1.
|
|
11006
|
+
version: 1.19.0
|
|
11007
|
+
resolution: "fastq@npm:1.19.0"
|
|
10980
11008
|
dependencies:
|
|
10981
11009
|
reusify: "npm:^1.0.4"
|
|
10982
|
-
checksum: 10c0/
|
|
11010
|
+
checksum: 10c0/d6a001638f1574a696660fcbba5300d017760432372c801632c325ca7c16819604841c92fd3ccadcdacec0966ca336363a5ff57bc5f0be335d8ea7ac6087b98f
|
|
10983
11011
|
languageName: node
|
|
10984
11012
|
linkType: hard
|
|
10985
11013
|
|
|
@@ -12504,12 +12532,12 @@ __metadata:
|
|
|
12504
12532
|
linkType: hard
|
|
12505
12533
|
|
|
12506
12534
|
"import-fresh@npm:^3.0.0, import-fresh@npm:^3.1.0, import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
|
|
12507
|
-
version: 3.3.
|
|
12508
|
-
resolution: "import-fresh@npm:3.3.
|
|
12535
|
+
version: 3.3.1
|
|
12536
|
+
resolution: "import-fresh@npm:3.3.1"
|
|
12509
12537
|
dependencies:
|
|
12510
12538
|
parent-module: "npm:^1.0.0"
|
|
12511
12539
|
resolve-from: "npm:^4.0.0"
|
|
12512
|
-
checksum: 10c0/
|
|
12540
|
+
checksum: 10c0/bf8cc494872fef783249709385ae883b447e3eb09db0ebd15dcead7d9afe7224dad7bd7591c6b73b0b19b3c0f9640eb8ee884f01cfaf2887ab995b0b36a0cbec
|
|
12513
12541
|
languageName: node
|
|
12514
12542
|
linkType: hard
|
|
12515
12543
|
|
|
@@ -12589,8 +12617,8 @@ __metadata:
|
|
|
12589
12617
|
linkType: hard
|
|
12590
12618
|
|
|
12591
12619
|
"input-format@npm:^0.3.5":
|
|
12592
|
-
version: 0.3.
|
|
12593
|
-
resolution: "input-format@npm:0.3.
|
|
12620
|
+
version: 0.3.14
|
|
12621
|
+
resolution: "input-format@npm:0.3.14"
|
|
12594
12622
|
dependencies:
|
|
12595
12623
|
prop-types: "npm:^15.8.1"
|
|
12596
12624
|
peerDependencies:
|
|
@@ -12601,7 +12629,7 @@ __metadata:
|
|
|
12601
12629
|
optional: true
|
|
12602
12630
|
react-dom:
|
|
12603
12631
|
optional: true
|
|
12604
|
-
checksum: 10c0/
|
|
12632
|
+
checksum: 10c0/37bb23e0dd15223b2ac8a25b09bc26e4d613cbd93c040dcdb490a1661dd0782c2742ad819b9dbd4b154a9e09ce1a69046a78e4ee943171b7ec86b07b50324ad6
|
|
12605
12633
|
languageName: node
|
|
12606
12634
|
linkType: hard
|
|
12607
12635
|
|
|
@@ -12777,12 +12805,12 @@ __metadata:
|
|
|
12777
12805
|
linkType: hard
|
|
12778
12806
|
|
|
12779
12807
|
"is-boolean-object@npm:^1.2.1":
|
|
12780
|
-
version: 1.2.
|
|
12781
|
-
resolution: "is-boolean-object@npm:1.2.
|
|
12808
|
+
version: 1.2.2
|
|
12809
|
+
resolution: "is-boolean-object@npm:1.2.2"
|
|
12782
12810
|
dependencies:
|
|
12783
|
-
call-bound: "npm:^1.0.
|
|
12811
|
+
call-bound: "npm:^1.0.3"
|
|
12784
12812
|
has-tostringtag: "npm:^1.0.2"
|
|
12785
|
-
checksum: 10c0/
|
|
12813
|
+
checksum: 10c0/36ff6baf6bd18b3130186990026f5a95c709345c39cd368468e6c1b6ab52201e9fd26d8e1f4c066357b4938b0f0401e1a5000e08257787c1a02f3a719457001e
|
|
12786
12814
|
languageName: node
|
|
12787
12815
|
linkType: hard
|
|
12788
12816
|
|
|
@@ -13196,11 +13224,11 @@ __metadata:
|
|
|
13196
13224
|
linkType: hard
|
|
13197
13225
|
|
|
13198
13226
|
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0":
|
|
13199
|
-
version: 1.1.
|
|
13200
|
-
resolution: "is-weakref@npm:1.1.
|
|
13227
|
+
version: 1.1.1
|
|
13228
|
+
resolution: "is-weakref@npm:1.1.1"
|
|
13201
13229
|
dependencies:
|
|
13202
|
-
call-bound: "npm:^1.0.
|
|
13203
|
-
checksum: 10c0/
|
|
13230
|
+
call-bound: "npm:^1.0.3"
|
|
13231
|
+
checksum: 10c0/8e0a9c07b0c780949a100e2cab2b5560a48ecd4c61726923c1a9b77b6ab0aa0046c9e7fb2206042296817045376dee2c8ab1dabe08c7c3dfbf195b01275a085b
|
|
13204
13232
|
languageName: node
|
|
13205
13233
|
linkType: hard
|
|
13206
13234
|
|
|
@@ -13775,9 +13803,9 @@ __metadata:
|
|
|
13775
13803
|
linkType: hard
|
|
13776
13804
|
|
|
13777
13805
|
"libphonenumber-js@npm:^1.9.11":
|
|
13778
|
-
version: 1.11.
|
|
13779
|
-
resolution: "libphonenumber-js@npm:1.11.
|
|
13780
|
-
checksum: 10c0/
|
|
13806
|
+
version: 1.11.19
|
|
13807
|
+
resolution: "libphonenumber-js@npm:1.11.19"
|
|
13808
|
+
checksum: 10c0/cf02204746dd89cacbd5830c32e6ea4a7e4593efa84b0707207900d79bb0bbd19bd38eb6da7544f49638d609b8c4b9dcbd7e50ea6506e957cd149f6a3c2c7b2b
|
|
13781
13809
|
languageName: node
|
|
13782
13810
|
linkType: hard
|
|
13783
13811
|
|
|
@@ -15252,9 +15280,9 @@ __metadata:
|
|
|
15252
15280
|
linkType: hard
|
|
15253
15281
|
|
|
15254
15282
|
"object-inspect@npm:^1.12.0, object-inspect@npm:^1.13.3":
|
|
15255
|
-
version: 1.13.
|
|
15256
|
-
resolution: "object-inspect@npm:1.13.
|
|
15257
|
-
checksum: 10c0/
|
|
15283
|
+
version: 1.13.4
|
|
15284
|
+
resolution: "object-inspect@npm:1.13.4"
|
|
15285
|
+
checksum: 10c0/d7f8711e803b96ea3191c745d6f8056ce1f2496e530e6a19a0e92d89b0fa3c76d910c31f0aa270432db6bd3b2f85500a376a83aaba849a8d518c8845b3211692
|
|
15258
15286
|
languageName: node
|
|
15259
15287
|
linkType: hard
|
|
15260
15288
|
|
|
@@ -16051,14 +16079,14 @@ __metadata:
|
|
|
16051
16079
|
linkType: hard
|
|
16052
16080
|
|
|
16053
16081
|
"postcss-calc@npm:^10.0.2":
|
|
16054
|
-
version: 10.1.
|
|
16055
|
-
resolution: "postcss-calc@npm:10.1.
|
|
16082
|
+
version: 10.1.1
|
|
16083
|
+
resolution: "postcss-calc@npm:10.1.1"
|
|
16056
16084
|
dependencies:
|
|
16057
16085
|
postcss-selector-parser: "npm:^7.0.0"
|
|
16058
16086
|
postcss-value-parser: "npm:^4.2.0"
|
|
16059
16087
|
peerDependencies:
|
|
16060
16088
|
postcss: ^8.4.38
|
|
16061
|
-
checksum: 10c0/
|
|
16089
|
+
checksum: 10c0/616d3b7b15a524fa86ff1b2be7d9f2369c7794fd44c946f117380e519b064e9ac8d1414ea29de0238b130f2b2a5eb2fb59758cc5478af40b04a012992fb1075b
|
|
16062
16090
|
languageName: node
|
|
16063
16091
|
linkType: hard
|
|
16064
16092
|
|
|
@@ -17007,15 +17035,15 @@ __metadata:
|
|
|
17007
17035
|
linkType: hard
|
|
17008
17036
|
|
|
17009
17037
|
"prosemirror-tables@npm:^1.3.0":
|
|
17010
|
-
version: 1.6.
|
|
17011
|
-
resolution: "prosemirror-tables@npm:1.6.
|
|
17038
|
+
version: 1.6.3
|
|
17039
|
+
resolution: "prosemirror-tables@npm:1.6.3"
|
|
17012
17040
|
dependencies:
|
|
17013
17041
|
prosemirror-keymap: "npm:^1.2.2"
|
|
17014
17042
|
prosemirror-model: "npm:^1.24.1"
|
|
17015
17043
|
prosemirror-state: "npm:^1.4.3"
|
|
17016
17044
|
prosemirror-transform: "npm:^1.10.2"
|
|
17017
17045
|
prosemirror-view: "npm:^1.37.1"
|
|
17018
|
-
checksum: 10c0/
|
|
17046
|
+
checksum: 10c0/09ded9ffae5c2a9e274cf89c2ff1ba6400bd3d0ad9e68a0de9a4154c9b9210239c90db50e3081487615899eae3b2c7228e097df73acd42150d9cc91076da239b
|
|
17019
17047
|
languageName: node
|
|
17020
17048
|
linkType: hard
|
|
17021
17049
|
|
|
@@ -18899,28 +18927,28 @@ __metadata:
|
|
|
18899
18927
|
linkType: hard
|
|
18900
18928
|
|
|
18901
18929
|
"rollup@npm:^4.13.0":
|
|
18902
|
-
version: 4.
|
|
18903
|
-
resolution: "rollup@npm:4.
|
|
18904
|
-
dependencies:
|
|
18905
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18906
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18907
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18908
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18909
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18910
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18911
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18912
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18913
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18914
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18915
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18916
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18917
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18918
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18919
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18920
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18921
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18922
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18923
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18930
|
+
version: 4.34.4
|
|
18931
|
+
resolution: "rollup@npm:4.34.4"
|
|
18932
|
+
dependencies:
|
|
18933
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.34.4"
|
|
18934
|
+
"@rollup/rollup-android-arm64": "npm:4.34.4"
|
|
18935
|
+
"@rollup/rollup-darwin-arm64": "npm:4.34.4"
|
|
18936
|
+
"@rollup/rollup-darwin-x64": "npm:4.34.4"
|
|
18937
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.34.4"
|
|
18938
|
+
"@rollup/rollup-freebsd-x64": "npm:4.34.4"
|
|
18939
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.4"
|
|
18940
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.4"
|
|
18941
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.4"
|
|
18942
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.34.4"
|
|
18943
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.4"
|
|
18944
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.4"
|
|
18945
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.4"
|
|
18946
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.4"
|
|
18947
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.34.4"
|
|
18948
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.34.4"
|
|
18949
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.4"
|
|
18950
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.4"
|
|
18951
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.34.4"
|
|
18924
18952
|
"@types/estree": "npm:1.0.6"
|
|
18925
18953
|
fsevents: "npm:~2.3.2"
|
|
18926
18954
|
dependenciesMeta:
|
|
@@ -18966,7 +18994,7 @@ __metadata:
|
|
|
18966
18994
|
optional: true
|
|
18967
18995
|
bin:
|
|
18968
18996
|
rollup: dist/bin/rollup
|
|
18969
|
-
checksum: 10c0/
|
|
18997
|
+
checksum: 10c0/a81e2268be82ce431714ab13214b75750a066f9c5e3a29cc085963a4dd2f3bbff0b17c0a14227c0499aa513a5f3271622158e2bc3cc33a5462ee958a22f5517a
|
|
18970
18998
|
languageName: node
|
|
18971
18999
|
linkType: hard
|
|
18972
19000
|
|
|
@@ -19248,11 +19276,11 @@ __metadata:
|
|
|
19248
19276
|
linkType: hard
|
|
19249
19277
|
|
|
19250
19278
|
"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4":
|
|
19251
|
-
version: 7.7.
|
|
19252
|
-
resolution: "semver@npm:7.7.
|
|
19279
|
+
version: 7.7.1
|
|
19280
|
+
resolution: "semver@npm:7.7.1"
|
|
19253
19281
|
bin:
|
|
19254
19282
|
semver: bin/semver.js
|
|
19255
|
-
checksum: 10c0/
|
|
19283
|
+
checksum: 10c0/fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958
|
|
19256
19284
|
languageName: node
|
|
19257
19285
|
linkType: hard
|
|
19258
19286
|
|
|
@@ -20545,8 +20573,8 @@ __metadata:
|
|
|
20545
20573
|
linkType: hard
|
|
20546
20574
|
|
|
20547
20575
|
"terser@npm:^5.3.4":
|
|
20548
|
-
version: 5.
|
|
20549
|
-
resolution: "terser@npm:5.
|
|
20576
|
+
version: 5.38.0
|
|
20577
|
+
resolution: "terser@npm:5.38.0"
|
|
20550
20578
|
dependencies:
|
|
20551
20579
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
20552
20580
|
acorn: "npm:^8.8.2"
|
|
@@ -20554,7 +20582,7 @@ __metadata:
|
|
|
20554
20582
|
source-map-support: "npm:~0.5.20"
|
|
20555
20583
|
bin:
|
|
20556
20584
|
terser: bin/terser
|
|
20557
|
-
checksum: 10c0/
|
|
20585
|
+
checksum: 10c0/49f681fcdf3818160479eea8e415842f1716184853fc21fb0b2046ce8ef889e4e07d6c908c98895b2c53e6447ed558fbba7e20ac8adfe10a17d5764c63836185
|
|
20558
20586
|
languageName: node
|
|
20559
20587
|
linkType: hard
|
|
20560
20588
|
|
|
@@ -21735,9 +21763,9 @@ __metadata:
|
|
|
21735
21763
|
linkType: hard
|
|
21736
21764
|
|
|
21737
21765
|
"vscode-uri@npm:^3.0.8":
|
|
21738
|
-
version: 3.0
|
|
21739
|
-
resolution: "vscode-uri@npm:3.0
|
|
21740
|
-
checksum: 10c0/
|
|
21766
|
+
version: 3.1.0
|
|
21767
|
+
resolution: "vscode-uri@npm:3.1.0"
|
|
21768
|
+
checksum: 10c0/5f6c9c10fd9b1664d71fab4e9fbbae6be93c7f75bb3a1d9d74399a88ab8649e99691223fd7cef4644376cac6e94fa2c086d802521b9a8e31c5af3e60f0f35624
|
|
21741
21769
|
languageName: node
|
|
21742
21770
|
linkType: hard
|
|
21743
21771
|
|