@licklist/design 0.78.8 → 0.78.9

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.
@@ -12,6 +12,9 @@ function UserNavDropDownToggle(props) {
12
12
  children: /*#__PURE__*/ jsxs(Trans, {
13
13
  t: t,
14
14
  i18nKey: "userPromo",
15
+ values: {
16
+ name: user === null || user === void 0 ? void 0 : user.first_name
17
+ },
15
18
  children: [
16
19
  "Hi, ",
17
20
  {
@@ -5,7 +5,7 @@ var cartSumByOrderProducts = function(param) {
5
5
  }
6
6
  return orderProducts.reduce(function(prevSumValue, product) {
7
7
  if (!product) return 0;
8
- var modifiersPrice = calculateTotalModifiersPrice(product === null || product === void 0 ? void 0 : product.orderModifiersSets);
8
+ var modifiersPrice = calculateTotalModifiersPrice(product === null || product === void 0 ? void 0 : product.orderModifiersSets) || 0;
9
9
  var price = isTotalSum ? product === null || product === void 0 ? void 0 : product.price : product.hasDeposit ? product === null || product === void 0 ? void 0 : product.deposit : product === null || product === void 0 ? void 0 : product.price;
10
10
  return prevSumValue + price * product.quantity + modifiersPrice;
11
11
  }, 0);
@@ -213,7 +213,7 @@ var PaymentPage = function(_param) {
213
213
  }),
214
214
  footer: /*#__PURE__*/ jsx("div", {
215
215
  className: "d-flex flex-column justify-content-between",
216
- children: paymentMetadata ? /*#__PURE__*/ jsxs(Fragment, {
216
+ children: (paymentMetadata === null || paymentMetadata === void 0 ? void 0 : paymentMetadata.total) ? /*#__PURE__*/ jsxs(Fragment, {
217
217
  children: [
218
218
  /*#__PURE__*/ jsx(SummaryTotalBlock, {
219
219
  label: t('total'),
@@ -230,15 +230,15 @@ var PaymentPage = function(_param) {
230
230
  ]
231
231
  }) : /*#__PURE__*/ jsxs(Fragment, {
232
232
  children: [
233
- isCalculatedAmountGreaterThanOrderAmount && /*#__PURE__*/ jsx(SummaryTotalBlock, {
233
+ !!isCalculatedAmountGreaterThanOrderAmount && /*#__PURE__*/ jsx(SummaryTotalBlock, {
234
234
  label: t(hasRemaingToPay ? 'payNow' : 'total'),
235
235
  amount: orderCartAmountByFormValues + ((bookingSummaryProps === null || bookingSummaryProps === void 0 ? void 0 : bookingSummaryProps.transactionFee) || 0)
236
236
  }),
237
- hasRemaingToPay && /*#__PURE__*/ jsx(SummaryTotalBlock, {
237
+ !!hasRemaingToPay && /*#__PURE__*/ jsx(SummaryTotalBlock, {
238
238
  label: t('remaining'),
239
239
  amount: orderTotalAmountByFormValues - orderCartAmountByFormValues
240
240
  }),
241
- isPaymentLinkWithRemainingToPay && /*#__PURE__*/ jsx(SummaryTotalBlock, {
241
+ !!isPaymentLinkWithRemainingToPay && /*#__PURE__*/ jsx(SummaryTotalBlock, {
242
242
  label: t('remaningToPay'),
243
243
  amount: Number(data === null || data === void 0 ? void 0 : data.remaining_to_pay)
244
244
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"RyftPaymentForm.d.ts","sourceRoot":"","sources":["../../../src/iframe/ryft/RyftPaymentForm.tsx"],"names":[],"mappings":"AAWA,OAAO,EAEL,sBAAsB,EACvB,MAAM,kDAAkD,CAAA;AACzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0EAA0E,CAAA;AAIlH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAW/C,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;AAOzD,MAAM,WAAW,oBAAoB;IAEnC,SAAS,EAAE,GAAG,CAAA;IACd,eAAe,EAAE,OAAO,CAAA;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAA;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,CACR,SAAS,EAAE,MAAM,IAAI,EACrB,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,KAChC,OAAO,CAAC,IAAI,CAAC,CAAA;IAClB,QAAQ,EAAE,MAAM,OAAO,CAAC,sBAAsB,CAAC,CAAA;IAC/C,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,uBAAuB,CAAC,EAAE,uBAAuB,CAAA;CAClD;AAED,eAAO,MAAM,eAAe,8JAUzB,oBAAoB,4CAqLtB,CAAA"}
1
+ {"version":3,"file":"RyftPaymentForm.d.ts","sourceRoot":"","sources":["../../../src/iframe/ryft/RyftPaymentForm.tsx"],"names":[],"mappings":"AAWA,OAAO,EAEL,sBAAsB,EACvB,MAAM,kDAAkD,CAAA;AACzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0EAA0E,CAAA;AAIlH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAW/C,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;AAOzD,MAAM,WAAW,oBAAoB;IAEnC,SAAS,EAAE,GAAG,CAAA;IACd,eAAe,EAAE,OAAO,CAAA;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAA;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,CACR,SAAS,EAAE,MAAM,IAAI,EACrB,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,KAChC,OAAO,CAAC,IAAI,CAAC,CAAA;IAClB,QAAQ,EAAE,MAAM,OAAO,CAAC,sBAAsB,CAAC,CAAA;IAC/C,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,uBAAuB,CAAC,EAAE,uBAAuB,CAAA;CAClD;AAED,eAAO,MAAM,eAAe,8JAUzB,oBAAoB,4CAmNtB,CAAA"}
@@ -198,7 +198,7 @@ var ryftErrorMap = {
198
198
  };
199
199
  var RyftPaymentForm = function(param) {
200
200
  var accountId = param.accountId, isCreateLoading = param.isCreateLoading, isAppUsingInIframe = param.isAppUsingInIframe, providerPaymentSettings = param.providerPaymentSettings, onApplePayButtonClick = param.onApplePayButtonClick, initRyft = param.initRyft, resetReferrer = param.resetReferrer, onSubmit = param.onSubmit, payButtonDisabled = param.payButtonDisabled;
201
- var _formRef_current_childNodes, _formRef_current, _accountId_data;
201
+ var _accountId_data, _formRef_current_childNodes, _formRef_current;
202
202
  var t = useTranslation([
203
203
  'Design',
204
204
  'Validation',
@@ -303,21 +303,26 @@ var RyftPaymentForm = function(param) {
303
303
  };
304
304
  }();
305
305
  useEffect(function() {
306
- var _formRef_current_childNodes, _formRef_current, _formRef_current_childNodes1, _formRef_current1, _accountId_data;
307
- if (!((_formRef_current = formRef.current) === null || _formRef_current === void 0 ? void 0 : (_formRef_current_childNodes = _formRef_current.childNodes) === null || _formRef_current_childNodes === void 0 ? void 0 : _formRef_current_childNodes.length) || ((_formRef_current1 = formRef.current) === null || _formRef_current1 === void 0 ? void 0 : (_formRef_current_childNodes1 = _formRef_current1.childNodes) === null || _formRef_current_childNodes1 === void 0 ? void 0 : _formRef_current_childNodes1.length) < 3 || !((_accountId_data = accountId.data) === null || _accountId_data === void 0 ? void 0 : _accountId_data.account_id)) {
308
- return;
306
+ var formBox = document.getElementById('form-disable-box');
307
+ var cardContainer = document.getElementById('ryft-pay-iframe');
308
+ var googleButton = document.getElementById('gpay-button-online-api-id');
309
+ var appleButton = document.getElementById('ryft-pay-apple-pay-button');
310
+ if (cardContainer) {
311
+ cardContainer.style.opacity = payButtonDisabled ? '0.6' : '1';
312
+ cardContainer.setAttribute('aria-disabled', payButtonDisabled.toString());
309
313
  }
310
- injectComponentsInRyftForm({
311
- t: t,
312
- isAppUsingInIframe: isAppUsingInIframe,
313
- onApplePayButtonClick: onApplePayButtonClick,
314
- isDisableButton: !payButtonDisabled,
315
- additionalPaymentMethodsEnabled: providerPaymentSettings === null || providerPaymentSettings === void 0 ? void 0 : providerPaymentSettings.additionalPaymentMethodsEnabled
316
- });
317
- }, // eslint-disable-next-line react-hooks/exhaustive-deps
318
- [
319
- (_formRef_current = formRef.current) === null || _formRef_current === void 0 ? void 0 : (_formRef_current_childNodes = _formRef_current.childNodes) === null || _formRef_current_childNodes === void 0 ? void 0 : _formRef_current_childNodes.length,
320
- showApplePayButton,
314
+ if (googleButton) {
315
+ googleButton.disabled = payButtonDisabled;
316
+ googleButton.style.opacity = payButtonDisabled ? '0.6' : '1';
317
+ }
318
+ if (appleButton) {
319
+ appleButton.disabled = payButtonDisabled;
320
+ appleButton.style.opacity = payButtonDisabled ? '0.6' : '1';
321
+ }
322
+ if (formBox) {
323
+ formBox.style.display = payButtonDisabled ? 'block' : 'none';
324
+ }
325
+ }, [
321
326
  payButtonDisabled
322
327
  ]);
323
328
  useEffect(function() {
@@ -338,6 +343,24 @@ var RyftPaymentForm = function(param) {
338
343
  }, [
339
344
  (_accountId_data = accountId.data) === null || _accountId_data === void 0 ? void 0 : _accountId_data.account_id
340
345
  ]);
346
+ useEffect(function() {
347
+ var _formRef_current_childNodes, _formRef_current, _formRef_current_childNodes1, _formRef_current1, _accountId_data;
348
+ if (!((_formRef_current = formRef.current) === null || _formRef_current === void 0 ? void 0 : (_formRef_current_childNodes = _formRef_current.childNodes) === null || _formRef_current_childNodes === void 0 ? void 0 : _formRef_current_childNodes.length) || ((_formRef_current1 = formRef.current) === null || _formRef_current1 === void 0 ? void 0 : (_formRef_current_childNodes1 = _formRef_current1.childNodes) === null || _formRef_current_childNodes1 === void 0 ? void 0 : _formRef_current_childNodes1.length) < 3 || !((_accountId_data = accountId.data) === null || _accountId_data === void 0 ? void 0 : _accountId_data.account_id)) {
349
+ return;
350
+ }
351
+ injectComponentsInRyftForm({
352
+ t: t,
353
+ isAppUsingInIframe: isAppUsingInIframe,
354
+ onApplePayButtonClick: onApplePayButtonClick,
355
+ isDisableButton: !payButtonDisabled,
356
+ additionalPaymentMethodsEnabled: providerPaymentSettings === null || providerPaymentSettings === void 0 ? void 0 : providerPaymentSettings.additionalPaymentMethodsEnabled
357
+ });
358
+ }, // eslint-disable-next-line react-hooks/exhaustive-deps
359
+ [
360
+ (_formRef_current = formRef.current) === null || _formRef_current === void 0 ? void 0 : (_formRef_current_childNodes = _formRef_current.childNodes) === null || _formRef_current_childNodes === void 0 ? void 0 : _formRef_current_childNodes.length,
361
+ showApplePayButton,
362
+ payButtonDisabled
363
+ ]);
341
364
  if (accountId.isLoading || accountId.isFetching || isCreateLoading) return /*#__PURE__*/ jsx("div", {
342
365
  className: "mt-5 pt-5",
343
366
  children: /*#__PURE__*/ jsx(BlockLoader, {})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.78.8",
3
+ "version": "0.78.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -13,7 +13,7 @@ function UserNavDropDownToggle(props: UserNavDropDownToggleProps) {
13
13
  return (
14
14
  <>
15
15
  <span className='header-user-name mr-2 d-none d-lg-inline text-gray-600 small'>
16
- <Trans t={t} i18nKey='userPromo'>
16
+ <Trans t={t} i18nKey='userPromo' values={{ name: user?.first_name }}>
17
17
  Hi, {{ name: user?.first_name }}
18
18
  </Trans>
19
19
  </span>
@@ -19,7 +19,7 @@ export const cartSumByOrderProducts = ({
19
19
  if (!product) return 0
20
20
  const modifiersPrice = calculateTotalModifiersPrice(
21
21
  product?.orderModifiersSets,
22
- )
22
+ ) || 0
23
23
 
24
24
  const price = isTotalSum
25
25
  ? product?.price
@@ -166,7 +166,7 @@ export const PaymentPage = ({
166
166
  headerComponent={<SummaryTotalBlock amount={totalBooked} />}
167
167
  footer={
168
168
  <div className='d-flex flex-column justify-content-between'>
169
- {paymentMetadata ? (
169
+ {paymentMetadata?.total ? (
170
170
  <>
171
171
  <SummaryTotalBlock
172
172
  label={t('total')}
@@ -185,7 +185,7 @@ export const PaymentPage = ({
185
185
  </>
186
186
  ) : (
187
187
  <>
188
- {isCalculatedAmountGreaterThanOrderAmount && (
188
+ {!!isCalculatedAmountGreaterThanOrderAmount && (
189
189
  <SummaryTotalBlock
190
190
  label={t(hasRemaingToPay ? 'payNow' : 'total')}
191
191
  amount={
@@ -195,7 +195,7 @@ export const PaymentPage = ({
195
195
  />
196
196
  )}
197
197
 
198
- {hasRemaingToPay && (
198
+ {!!hasRemaingToPay && (
199
199
  <SummaryTotalBlock
200
200
  label={t('remaining')}
201
201
  amount={
@@ -205,7 +205,7 @@ export const PaymentPage = ({
205
205
  />
206
206
  )}
207
207
 
208
- {isPaymentLinkWithRemainingToPay && (
208
+ {!!isPaymentLinkWithRemainingToPay && (
209
209
  <SummaryTotalBlock
210
210
  label={t('remaningToPay')}
211
211
  amount={Number(data?.remaining_to_pay)}
@@ -135,31 +135,38 @@ export const RyftPaymentForm = ({
135
135
  }
136
136
  }
137
137
 
138
- useEffect(
139
- () => {
140
- if (
141
- !formRef.current?.childNodes?.length ||
142
- formRef.current?.childNodes?.length < 3 ||
143
- !accountId.data?.account_id
144
- ) {
145
- return
146
- }
147
- injectComponentsInRyftForm({
148
- t,
149
- isAppUsingInIframe,
150
- onApplePayButtonClick,
151
- isDisableButton: !payButtonDisabled,
152
- additionalPaymentMethodsEnabled:
153
- providerPaymentSettings?.additionalPaymentMethodsEnabled,
154
- })
155
- },
156
- // eslint-disable-next-line react-hooks/exhaustive-deps
157
- [
158
- formRef.current?.childNodes?.length,
159
- showApplePayButton,
160
- payButtonDisabled,
161
- ],
162
- )
138
+
139
+ useEffect(() => {
140
+ const formBox = document.getElementById('form-disable-box')
141
+ const cardContainer = document.getElementById('ryft-pay-iframe')
142
+
143
+ const googleButton = document.getElementById(
144
+ 'gpay-button-online-api-id',
145
+ ) as HTMLButtonElement | null
146
+
147
+ const appleButton = document.getElementById(
148
+ 'ryft-pay-apple-pay-button',
149
+ ) as HTMLButtonElement | null
150
+
151
+ if (cardContainer) {
152
+ cardContainer.style.opacity = payButtonDisabled ? '0.6' : '1'
153
+ cardContainer.setAttribute('aria-disabled', payButtonDisabled.toString())
154
+ }
155
+
156
+ if (googleButton) {
157
+ googleButton.disabled = payButtonDisabled
158
+ googleButton.style.opacity = payButtonDisabled ? '0.6' : '1'
159
+ }
160
+
161
+ if (appleButton) {
162
+ appleButton.disabled = payButtonDisabled
163
+ appleButton.style.opacity = payButtonDisabled ? '0.6' : '1'
164
+ }
165
+
166
+ if (formBox) {
167
+ formBox.style.display = payButtonDisabled ? 'block' : 'none'
168
+ }
169
+ }, [payButtonDisabled])
163
170
 
164
171
  useEffect(() => {
165
172
  if (!accountId.data?.account_id || accountId.isError) return
@@ -183,6 +190,29 @@ export const RyftPaymentForm = ({
183
190
  // eslint-disable-next-line react-hooks/exhaustive-deps
184
191
  }, [accountId.data?.account_id])
185
192
 
193
+
194
+ useEffect(
195
+ () => {
196
+ if (
197
+ !formRef.current?.childNodes?.length ||
198
+ formRef.current?.childNodes?.length < 3 ||
199
+ !accountId.data?.account_id
200
+ ) {
201
+ return
202
+ }
203
+ injectComponentsInRyftForm({
204
+ t,
205
+ isAppUsingInIframe,
206
+ onApplePayButtonClick,
207
+ isDisableButton: !payButtonDisabled,
208
+ additionalPaymentMethodsEnabled:
209
+ providerPaymentSettings?.additionalPaymentMethodsEnabled,
210
+ })
211
+ },
212
+ // eslint-disable-next-line react-hooks/exhaustive-deps
213
+ [formRef.current?.childNodes?.length, showApplePayButton, payButtonDisabled],
214
+ )
215
+
186
216
  if (accountId.isLoading || accountId.isFetching || isCreateLoading)
187
217
  return (
188
218
  <div className='mt-5 pt-5'>
package/yarn.lock CHANGED
@@ -356,7 +356,7 @@ __metadata:
356
356
  languageName: node
357
357
  linkType: hard
358
358
 
359
- "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.0, @babel/parser@npm:^7.28.3":
359
+ "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.3":
360
360
  version: 7.28.3
361
361
  resolution: "@babel/parser@npm:7.28.3"
362
362
  dependencies:
@@ -2149,12 +2149,12 @@ __metadata:
2149
2149
  linkType: hard
2150
2150
 
2151
2151
  "@floating-ui/dom@npm:^1.2.1":
2152
- version: 1.7.3
2153
- resolution: "@floating-ui/dom@npm:1.7.3"
2152
+ version: 1.7.4
2153
+ resolution: "@floating-ui/dom@npm:1.7.4"
2154
2154
  dependencies:
2155
2155
  "@floating-ui/core": "npm:^1.7.3"
2156
2156
  "@floating-ui/utils": "npm:^0.2.10"
2157
- checksum: 10c0/cba30e9af1a52fb7cb443ae516d7aec032b33da2fa50914dcb18fc834dc31c71922f5c7653431e70d493f347018b2ce6435c98b3f154d92082345689b4458e59
2157
+ checksum: 10c0/da6166c25f9b0729caa9f498685a73a0e28251613b35d27db8de8014bc9d045158a23c092b405321a3d67c2064909b6e2a7e6c1c9cc0f62967dca5779f5aef30
2158
2158
  languageName: node
2159
2159
  linkType: hard
2160
2160
 
@@ -2425,7 +2425,7 @@ __metadata:
2425
2425
  languageName: node
2426
2426
  linkType: hard
2427
2427
 
2428
- "@jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15, @jridgewell/sourcemap-codec@npm:^1.5.0":
2428
+ "@jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15, @jridgewell/sourcemap-codec@npm:^1.5.0, @jridgewell/sourcemap-codec@npm:^1.5.5":
2429
2429
  version: 1.5.5
2430
2430
  resolution: "@jridgewell/sourcemap-codec@npm:1.5.5"
2431
2431
  checksum: 10c0/f9e538f302b63c0ebc06eecb1dd9918dd4289ed36147a0ddce35d6ea4d7ebbda243cda7b2213b6a5e1d8087a298d5cf630fb2bd39329cdecb82017023f6081a0
@@ -3172,11 +3172,11 @@ __metadata:
3172
3172
  linkType: hard
3173
3173
 
3174
3174
  "@react-types/shared@npm:^3.9.0":
3175
- version: 3.31.0
3176
- resolution: "@react-types/shared@npm:3.31.0"
3175
+ version: 3.32.0
3176
+ resolution: "@react-types/shared@npm:3.32.0"
3177
3177
  peerDependencies:
3178
3178
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
3179
- checksum: 10c0/6944eba44a5bc390a0c4136f9bdcc8caee8408bba2d1b90160ae7397b9455efb3f28864a796c15e26132b522a60c389a7f0cf67674d64aec2947601962d3e4d6
3179
+ checksum: 10c0/8484f310a8911ab01daa87f9bfdea0a9a76e152d13d8421c28560dc84d64a7df23cda956db59f7010d2e8eaea27d7644118bfbe60b603499903b5f7e6cdfe4fa
3180
3180
  languageName: node
3181
3181
  linkType: hard
3182
3182
 
@@ -3280,142 +3280,142 @@ __metadata:
3280
3280
  languageName: node
3281
3281
  linkType: hard
3282
3282
 
3283
- "@rollup/rollup-android-arm-eabi@npm:4.46.3":
3284
- version: 4.46.3
3285
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.46.3"
3283
+ "@rollup/rollup-android-arm-eabi@npm:4.49.0":
3284
+ version: 4.49.0
3285
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.49.0"
3286
3286
  conditions: os=android & cpu=arm
3287
3287
  languageName: node
3288
3288
  linkType: hard
3289
3289
 
3290
- "@rollup/rollup-android-arm64@npm:4.46.3":
3291
- version: 4.46.3
3292
- resolution: "@rollup/rollup-android-arm64@npm:4.46.3"
3290
+ "@rollup/rollup-android-arm64@npm:4.49.0":
3291
+ version: 4.49.0
3292
+ resolution: "@rollup/rollup-android-arm64@npm:4.49.0"
3293
3293
  conditions: os=android & cpu=arm64
3294
3294
  languageName: node
3295
3295
  linkType: hard
3296
3296
 
3297
- "@rollup/rollup-darwin-arm64@npm:4.46.3":
3298
- version: 4.46.3
3299
- resolution: "@rollup/rollup-darwin-arm64@npm:4.46.3"
3297
+ "@rollup/rollup-darwin-arm64@npm:4.49.0":
3298
+ version: 4.49.0
3299
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.49.0"
3300
3300
  conditions: os=darwin & cpu=arm64
3301
3301
  languageName: node
3302
3302
  linkType: hard
3303
3303
 
3304
- "@rollup/rollup-darwin-x64@npm:4.46.3":
3305
- version: 4.46.3
3306
- resolution: "@rollup/rollup-darwin-x64@npm:4.46.3"
3304
+ "@rollup/rollup-darwin-x64@npm:4.49.0":
3305
+ version: 4.49.0
3306
+ resolution: "@rollup/rollup-darwin-x64@npm:4.49.0"
3307
3307
  conditions: os=darwin & cpu=x64
3308
3308
  languageName: node
3309
3309
  linkType: hard
3310
3310
 
3311
- "@rollup/rollup-freebsd-arm64@npm:4.46.3":
3312
- version: 4.46.3
3313
- resolution: "@rollup/rollup-freebsd-arm64@npm:4.46.3"
3311
+ "@rollup/rollup-freebsd-arm64@npm:4.49.0":
3312
+ version: 4.49.0
3313
+ resolution: "@rollup/rollup-freebsd-arm64@npm:4.49.0"
3314
3314
  conditions: os=freebsd & cpu=arm64
3315
3315
  languageName: node
3316
3316
  linkType: hard
3317
3317
 
3318
- "@rollup/rollup-freebsd-x64@npm:4.46.3":
3319
- version: 4.46.3
3320
- resolution: "@rollup/rollup-freebsd-x64@npm:4.46.3"
3318
+ "@rollup/rollup-freebsd-x64@npm:4.49.0":
3319
+ version: 4.49.0
3320
+ resolution: "@rollup/rollup-freebsd-x64@npm:4.49.0"
3321
3321
  conditions: os=freebsd & cpu=x64
3322
3322
  languageName: node
3323
3323
  linkType: hard
3324
3324
 
3325
- "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.3":
3326
- version: 4.46.3
3327
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.3"
3325
+ "@rollup/rollup-linux-arm-gnueabihf@npm:4.49.0":
3326
+ version: 4.49.0
3327
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.49.0"
3328
3328
  conditions: os=linux & cpu=arm & libc=glibc
3329
3329
  languageName: node
3330
3330
  linkType: hard
3331
3331
 
3332
- "@rollup/rollup-linux-arm-musleabihf@npm:4.46.3":
3333
- version: 4.46.3
3334
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.46.3"
3332
+ "@rollup/rollup-linux-arm-musleabihf@npm:4.49.0":
3333
+ version: 4.49.0
3334
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.49.0"
3335
3335
  conditions: os=linux & cpu=arm & libc=musl
3336
3336
  languageName: node
3337
3337
  linkType: hard
3338
3338
 
3339
- "@rollup/rollup-linux-arm64-gnu@npm:4.46.3":
3340
- version: 4.46.3
3341
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.46.3"
3339
+ "@rollup/rollup-linux-arm64-gnu@npm:4.49.0":
3340
+ version: 4.49.0
3341
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.49.0"
3342
3342
  conditions: os=linux & cpu=arm64 & libc=glibc
3343
3343
  languageName: node
3344
3344
  linkType: hard
3345
3345
 
3346
- "@rollup/rollup-linux-arm64-musl@npm:4.46.3":
3347
- version: 4.46.3
3348
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.46.3"
3346
+ "@rollup/rollup-linux-arm64-musl@npm:4.49.0":
3347
+ version: 4.49.0
3348
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.49.0"
3349
3349
  conditions: os=linux & cpu=arm64 & libc=musl
3350
3350
  languageName: node
3351
3351
  linkType: hard
3352
3352
 
3353
- "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.3":
3354
- version: 4.46.3
3355
- resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.3"
3353
+ "@rollup/rollup-linux-loongarch64-gnu@npm:4.49.0":
3354
+ version: 4.49.0
3355
+ resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.49.0"
3356
3356
  conditions: os=linux & cpu=loong64 & libc=glibc
3357
3357
  languageName: node
3358
3358
  linkType: hard
3359
3359
 
3360
- "@rollup/rollup-linux-ppc64-gnu@npm:4.46.3":
3361
- version: 4.46.3
3362
- resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.46.3"
3360
+ "@rollup/rollup-linux-ppc64-gnu@npm:4.49.0":
3361
+ version: 4.49.0
3362
+ resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.49.0"
3363
3363
  conditions: os=linux & cpu=ppc64 & libc=glibc
3364
3364
  languageName: node
3365
3365
  linkType: hard
3366
3366
 
3367
- "@rollup/rollup-linux-riscv64-gnu@npm:4.46.3":
3368
- version: 4.46.3
3369
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.46.3"
3367
+ "@rollup/rollup-linux-riscv64-gnu@npm:4.49.0":
3368
+ version: 4.49.0
3369
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.49.0"
3370
3370
  conditions: os=linux & cpu=riscv64 & libc=glibc
3371
3371
  languageName: node
3372
3372
  linkType: hard
3373
3373
 
3374
- "@rollup/rollup-linux-riscv64-musl@npm:4.46.3":
3375
- version: 4.46.3
3376
- resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.46.3"
3374
+ "@rollup/rollup-linux-riscv64-musl@npm:4.49.0":
3375
+ version: 4.49.0
3376
+ resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.49.0"
3377
3377
  conditions: os=linux & cpu=riscv64 & libc=musl
3378
3378
  languageName: node
3379
3379
  linkType: hard
3380
3380
 
3381
- "@rollup/rollup-linux-s390x-gnu@npm:4.46.3":
3382
- version: 4.46.3
3383
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.46.3"
3381
+ "@rollup/rollup-linux-s390x-gnu@npm:4.49.0":
3382
+ version: 4.49.0
3383
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.49.0"
3384
3384
  conditions: os=linux & cpu=s390x & libc=glibc
3385
3385
  languageName: node
3386
3386
  linkType: hard
3387
3387
 
3388
- "@rollup/rollup-linux-x64-gnu@npm:4.46.3":
3389
- version: 4.46.3
3390
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.46.3"
3388
+ "@rollup/rollup-linux-x64-gnu@npm:4.49.0":
3389
+ version: 4.49.0
3390
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.49.0"
3391
3391
  conditions: os=linux & cpu=x64 & libc=glibc
3392
3392
  languageName: node
3393
3393
  linkType: hard
3394
3394
 
3395
- "@rollup/rollup-linux-x64-musl@npm:4.46.3":
3396
- version: 4.46.3
3397
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.46.3"
3395
+ "@rollup/rollup-linux-x64-musl@npm:4.49.0":
3396
+ version: 4.49.0
3397
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.49.0"
3398
3398
  conditions: os=linux & cpu=x64 & libc=musl
3399
3399
  languageName: node
3400
3400
  linkType: hard
3401
3401
 
3402
- "@rollup/rollup-win32-arm64-msvc@npm:4.46.3":
3403
- version: 4.46.3
3404
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.46.3"
3402
+ "@rollup/rollup-win32-arm64-msvc@npm:4.49.0":
3403
+ version: 4.49.0
3404
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.49.0"
3405
3405
  conditions: os=win32 & cpu=arm64
3406
3406
  languageName: node
3407
3407
  linkType: hard
3408
3408
 
3409
- "@rollup/rollup-win32-ia32-msvc@npm:4.46.3":
3410
- version: 4.46.3
3411
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.46.3"
3409
+ "@rollup/rollup-win32-ia32-msvc@npm:4.49.0":
3410
+ version: 4.49.0
3411
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.49.0"
3412
3412
  conditions: os=win32 & cpu=ia32
3413
3413
  languageName: node
3414
3414
  linkType: hard
3415
3415
 
3416
- "@rollup/rollup-win32-x64-msvc@npm:4.46.3":
3417
- version: 4.46.3
3418
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.46.3"
3416
+ "@rollup/rollup-win32-x64-msvc@npm:4.49.0":
3417
+ version: 4.49.0
3418
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.49.0"
3419
3419
  conditions: os=win32 & cpu=x64
3420
3420
  languageName: node
3421
3421
  linkType: hard
@@ -6201,26 +6201,26 @@ __metadata:
6201
6201
  languageName: node
6202
6202
  linkType: hard
6203
6203
 
6204
- "@vue/compiler-core@npm:3.5.18":
6205
- version: 3.5.18
6206
- resolution: "@vue/compiler-core@npm:3.5.18"
6204
+ "@vue/compiler-core@npm:3.5.20":
6205
+ version: 3.5.20
6206
+ resolution: "@vue/compiler-core@npm:3.5.20"
6207
6207
  dependencies:
6208
- "@babel/parser": "npm:^7.28.0"
6209
- "@vue/shared": "npm:3.5.18"
6208
+ "@babel/parser": "npm:^7.28.3"
6209
+ "@vue/shared": "npm:3.5.20"
6210
6210
  entities: "npm:^4.5.0"
6211
6211
  estree-walker: "npm:^2.0.2"
6212
6212
  source-map-js: "npm:^1.2.1"
6213
- checksum: 10c0/943cd3736e981b451aa85ccc08d446844e1a2dbf193e630cef708995110f12c3b8c8e3b2c4581ee2e3ecf7ea2388574e2d5f68b4f11bcd01cc5bab6c9177b448
6213
+ checksum: 10c0/46df48882ad2b67bc7bbdabf68a518bad9234afe8d71d4a0ecf569b4d6ea9dcb545b9bac3232655912ea89e96d19332e66f41a64dff3b21bbd876666b5b2ebcc
6214
6214
  languageName: node
6215
6215
  linkType: hard
6216
6216
 
6217
6217
  "@vue/compiler-dom@npm:^3.4.0":
6218
- version: 3.5.18
6219
- resolution: "@vue/compiler-dom@npm:3.5.18"
6218
+ version: 3.5.20
6219
+ resolution: "@vue/compiler-dom@npm:3.5.20"
6220
6220
  dependencies:
6221
- "@vue/compiler-core": "npm:3.5.18"
6222
- "@vue/shared": "npm:3.5.18"
6223
- checksum: 10c0/f7f3dec1fea33e8b46b34d71fa24a8608dba4bdab786d4114747ed0897816760450617951f7ea3f59380e5ecfaeb84d94dd1bfabed88792cc03476da91e6f7fd
6221
+ "@vue/compiler-core": "npm:3.5.20"
6222
+ "@vue/shared": "npm:3.5.20"
6223
+ checksum: 10c0/2e68209b35e28a18cf1af520e58d1253185956d2331bda523b9aae577f1cca3684c81446408857e27efe0af044c3b8065e6f1e121622d43379353e8cb00335d8
6224
6224
  languageName: node
6225
6225
  linkType: hard
6226
6226
 
@@ -6255,10 +6255,10 @@ __metadata:
6255
6255
  languageName: node
6256
6256
  linkType: hard
6257
6257
 
6258
- "@vue/shared@npm:3.5.18, @vue/shared@npm:^3.4.0":
6259
- version: 3.5.18
6260
- resolution: "@vue/shared@npm:3.5.18"
6261
- checksum: 10c0/9764e31bfcd13a2f5369554d0abbfd06e391d72b0065b4cbd36be94ffdd4d845b2d38a37d56b35714c7a2100c512c9b74de2fa1a19ee2e920ecf098d9035518d
6258
+ "@vue/shared@npm:3.5.20, @vue/shared@npm:^3.4.0":
6259
+ version: 3.5.20
6260
+ resolution: "@vue/shared@npm:3.5.20"
6261
+ checksum: 10c0/b05062904d8d70cd1eafe3b9ae1243f569390bba67ca7b2b2c2b3166e6cc2c182d466bd245d8c6f8effc6e6c58bd60711578dbd8741eeb4c68b8964dde4618c5
6262
6262
  languageName: node
6263
6263
  linkType: hard
6264
6264
 
@@ -6550,7 +6550,7 @@ __metadata:
6550
6550
  languageName: node
6551
6551
  linkType: hard
6552
6552
 
6553
- "acorn@npm:^8.14.0, acorn@npm:^8.5.0":
6553
+ "acorn@npm:^8.14.0, acorn@npm:^8.15.0, acorn@npm:^8.5.0":
6554
6554
  version: 8.15.0
6555
6555
  resolution: "acorn@npm:8.15.0"
6556
6556
  bin:
@@ -7781,17 +7781,17 @@ __metadata:
7781
7781
  languageName: node
7782
7782
  linkType: hard
7783
7783
 
7784
- "browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.25.1":
7785
- version: 4.25.2
7786
- resolution: "browserslist@npm:4.25.2"
7784
+ "browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.25.1, browserslist@npm:^4.25.3":
7785
+ version: 4.25.3
7786
+ resolution: "browserslist@npm:4.25.3"
7787
7787
  dependencies:
7788
- caniuse-lite: "npm:^1.0.30001733"
7789
- electron-to-chromium: "npm:^1.5.199"
7788
+ caniuse-lite: "npm:^1.0.30001735"
7789
+ electron-to-chromium: "npm:^1.5.204"
7790
7790
  node-releases: "npm:^2.0.19"
7791
7791
  update-browserslist-db: "npm:^1.1.3"
7792
7792
  bin:
7793
7793
  browserslist: cli.js
7794
- checksum: 10c0/3fd27c6d569125e08b476d0ded78232c756bffeb79f29cfa548961dfd62fa560f8bf60fdb52d496ba276aea0c843968dd38ed4138a724277715be3b41dac8861
7794
+ checksum: 10c0/cefbbf962b7c0f0d77e952a4b4b37469db7f7f02bc2be7297810ac3cf086660f48daf78d00f7aad8a11b682f88b0ee0022594165ead749e9e4158a0aa49cd161
7795
7795
  languageName: node
7796
7796
  linkType: hard
7797
7797
 
@@ -8049,10 +8049,10 @@ __metadata:
8049
8049
  languageName: node
8050
8050
  linkType: hard
8051
8051
 
8052
- "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.30001733":
8053
- version: 1.0.30001735
8054
- resolution: "caniuse-lite@npm:1.0.30001735"
8055
- checksum: 10c0/1cb74221f16f8835c903770c1cf88fb73a07298b8398396a2b97570136e8f691053ee5840eb589fe34b4ede14ab828c9421d893a67e43c26ef91ab052813cb8c
8052
+ "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.30001735":
8053
+ version: 1.0.30001737
8054
+ resolution: "caniuse-lite@npm:1.0.30001737"
8055
+ checksum: 10c0/9d9cfe3b46fe670d171cee10c5c1b0fb641946fd5d6bea26149f804003d53d82ade7ef5a4a640fb3a0eaec47c7839b57e06a6ddae4f0ad2cd58e1187d31997ce
8056
8056
  languageName: node
8057
8057
  linkType: hard
8058
8058
 
@@ -8702,25 +8702,25 @@ __metadata:
8702
8702
  linkType: hard
8703
8703
 
8704
8704
  "core-js-compat@npm:^3.43.0, core-js-compat@npm:^3.8.1":
8705
- version: 3.45.0
8706
- resolution: "core-js-compat@npm:3.45.0"
8705
+ version: 3.45.1
8706
+ resolution: "core-js-compat@npm:3.45.1"
8707
8707
  dependencies:
8708
- browserslist: "npm:^4.25.1"
8709
- checksum: 10c0/3515955d2c83846f0bf8c4a0f96fc514a6b711e9b3ee19a8df3683a6b0720d762fef60a63bb5c07907f9d18aa00c5904ef690dd4150bc39e2d47e01f05154fda
8708
+ browserslist: "npm:^4.25.3"
8709
+ checksum: 10c0/b22996d3ca7e4f6758725f9ebbb61d422466d7ec0359158563264069ec066e7d2539fc7daebaa8aaf7b0bde73114ce42519611a0f0edb471139349e0cd11e183
8710
8710
  languageName: node
8711
8711
  linkType: hard
8712
8712
 
8713
8713
  "core-js-pure@npm:^3.43.0, core-js-pure@npm:^3.8.2":
8714
- version: 3.45.0
8715
- resolution: "core-js-pure@npm:3.45.0"
8716
- checksum: 10c0/93f686d4f59e33701aba0762fc3742ececc36c843fb4621dfc7329b800e82782aecb0b8190b4c8bc997d7f8bf896af08707a3d1ddcb37d5544a68a0526232836
8714
+ version: 3.45.1
8715
+ resolution: "core-js-pure@npm:3.45.1"
8716
+ checksum: 10c0/e1a31b0e1caee880d4fd93dbe4da34a1000fcd83ca1822f9aaa2433281807e21e4262fd474157d2b641da53b7cd465e744ba1c6dc146b1a00d57af44ec2e0d20
8717
8717
  languageName: node
8718
8718
  linkType: hard
8719
8719
 
8720
8720
  "core-js@npm:^3.0.4, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
8721
- version: 3.45.0
8722
- resolution: "core-js@npm:3.45.0"
8723
- checksum: 10c0/118350f9f1d81f42a1276590d6c217dca04c789fdb8074c82e53056b1a784948769a62b16b98493fd73e8a988545432f302bca798571e56ad881b9c039a5a83c
8721
+ version: 3.45.1
8722
+ resolution: "core-js@npm:3.45.1"
8723
+ checksum: 10c0/c38e5fae5a05ee3a129c45e10056aafe61dbb15fd35d27e0c289f5490387541c89741185e0aeb61acb558559c6697e016c245cca738fa169a73f2b06cd30e6b6
8724
8724
  languageName: node
8725
8725
  linkType: hard
8726
8726
 
@@ -9097,15 +9097,15 @@ __metadata:
9097
9097
  linkType: hard
9098
9098
 
9099
9099
  "cssnano-preset-default@npm:^7.0.6":
9100
- version: 7.0.8
9101
- resolution: "cssnano-preset-default@npm:7.0.8"
9100
+ version: 7.0.9
9101
+ resolution: "cssnano-preset-default@npm:7.0.9"
9102
9102
  dependencies:
9103
9103
  browserslist: "npm:^4.25.1"
9104
9104
  css-declaration-sorter: "npm:^7.2.0"
9105
9105
  cssnano-utils: "npm:^5.0.1"
9106
9106
  postcss-calc: "npm:^10.1.1"
9107
9107
  postcss-colormin: "npm:^7.0.4"
9108
- postcss-convert-values: "npm:^7.0.6"
9108
+ postcss-convert-values: "npm:^7.0.7"
9109
9109
  postcss-discard-comments: "npm:^7.0.4"
9110
9110
  postcss-discard-duplicates: "npm:^7.0.2"
9111
9111
  postcss-discard-empty: "npm:^7.0.1"
@@ -9132,7 +9132,7 @@ __metadata:
9132
9132
  postcss-unique-selectors: "npm:^7.0.4"
9133
9133
  peerDependencies:
9134
9134
  postcss: ^8.4.32
9135
- checksum: 10c0/5776ec82842bd721e7848144574772f63549e81a96b5155b8293925bd91f2aca95ef149e21ac22de3c21ccd9981e9e6035f27850daf9199e4930831d6c314771
9135
+ checksum: 10c0/5590f751596a8f782418a9dc72b8f365a9d53d3e42e606d9ce1db5f8ad74daee044b880e228565c36bfe701094738fa04f4f4429ad34087580d1e84b2a7b7ff9
9136
9136
  languageName: node
9137
9137
  linkType: hard
9138
9138
 
@@ -9874,10 +9874,10 @@ __metadata:
9874
9874
  languageName: node
9875
9875
  linkType: hard
9876
9876
 
9877
- "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.199":
9878
- version: 1.5.203
9879
- resolution: "electron-to-chromium@npm:1.5.203"
9880
- checksum: 10c0/abe3ad155e5941e595e0d037ff1a26e4473edb04dd35150d6764ef424886c9b6908dadb1097f5bf1ecc3d23f6a42a287426b914a27c415d904d73a07cec7bba7
9877
+ "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.204":
9878
+ version: 1.5.211
9879
+ resolution: "electron-to-chromium@npm:1.5.211"
9880
+ checksum: 10c0/587536f2e319b7484cd4c9e83484f461ee06672c588c84bf4d4b6a6b5d00fbdb621d4ca418a68125a86db95d373b890b47de2fb5a0f52592cc8aebc263623e6e
9881
9881
  languageName: node
9882
9882
  linkType: hard
9883
9883
 
@@ -10978,9 +10978,9 @@ __metadata:
10978
10978
  linkType: hard
10979
10979
 
10980
10980
  "fast-uri@npm:^3.0.1":
10981
- version: 3.0.6
10982
- resolution: "fast-uri@npm:3.0.6"
10983
- checksum: 10c0/74a513c2af0584448aee71ce56005185f81239eab7a2343110e5bad50c39ad4fb19c5a6f99783ead1cac7ccaf3461a6034fda89fffa2b30b6d99b9f21c2f9d29
10981
+ version: 3.1.0
10982
+ resolution: "fast-uri@npm:3.1.0"
10983
+ checksum: 10c0/44364adca566f70f40d1e9b772c923138d47efeac2ae9732a872baafd77061f26b097ba2f68f0892885ad177becd065520412b8ffeec34b16c99433c5b9e2de7
10984
10984
  languageName: node
10985
10985
  linkType: hard
10986
10986
 
@@ -13383,12 +13383,12 @@ __metadata:
13383
13383
  linkType: hard
13384
13384
 
13385
13385
  "istanbul-reports@npm:^3.1.4":
13386
- version: 3.1.7
13387
- resolution: "istanbul-reports@npm:3.1.7"
13386
+ version: 3.2.0
13387
+ resolution: "istanbul-reports@npm:3.2.0"
13388
13388
  dependencies:
13389
13389
  html-escaper: "npm:^2.0.0"
13390
13390
  istanbul-lib-report: "npm:^3.0.0"
13391
- checksum: 10c0/a379fadf9cf8dc5dfe25568115721d4a7eb82fbd50b005a6672aff9c6989b20cc9312d7865814e0859cd8df58cbf664482e1d3604be0afde1f7fc3ccc1394a51
13391
+ checksum: 10c0/d596317cfd9c22e1394f22a8d8ba0303d2074fe2e971887b32d870e4b33f8464b10f8ccbe6847808f7db485f084eba09e6c2ed706b3a978e4b52f07085b8f9bc
13392
13392
  languageName: node
13393
13393
  linkType: hard
13394
13394
 
@@ -13814,9 +13814,9 @@ __metadata:
13814
13814
  linkType: hard
13815
13815
 
13816
13816
  "libphonenumber-js@npm:^1.9.11":
13817
- version: 1.12.12
13818
- resolution: "libphonenumber-js@npm:1.12.12"
13819
- checksum: 10c0/67b1e3f2e13d516860727a6837cdbe9cf94497a390ee7304f2666747798f534368f0772c5b5afe904188c86f243c713f55e9338f2c164a1a75d39bca110cb2b2
13817
+ version: 1.12.14
13818
+ resolution: "libphonenumber-js@npm:1.12.14"
13819
+ checksum: 10c0/1e2317965156abc24af74c13ffdb1f260de61b2c8635a4d11203a038ce419aedd0040b009884427e8ffe6bd33b4b02f407f27f09c4f1f8e56bcc089378685b2e
13820
13820
  languageName: node
13821
13821
  linkType: hard
13822
13822
 
@@ -14144,11 +14144,11 @@ __metadata:
14144
14144
  linkType: hard
14145
14145
 
14146
14146
  "magic-string@npm:^0.30.11, magic-string@npm:^0.30.5":
14147
- version: 0.30.17
14148
- resolution: "magic-string@npm:0.30.17"
14147
+ version: 0.30.18
14148
+ resolution: "magic-string@npm:0.30.18"
14149
14149
  dependencies:
14150
- "@jridgewell/sourcemap-codec": "npm:^1.5.0"
14151
- checksum: 10c0/16826e415d04b88378f200fe022b53e638e3838b9e496edda6c0e086d7753a44a6ed187adc72d19f3623810589bf139af1a315541cd6a26ae0771a0193eaf7b8
14150
+ "@jridgewell/sourcemap-codec": "npm:^1.5.5"
14151
+ checksum: 10c0/80fba01e13ce1f5c474a0498a5aa462fa158eb56567310747089a0033e432d83a2021ee2c109ac116010cd9dcf90a5231d89fbe3858165f73c00a50a74dbefcd
14152
14152
  languageName: node
14153
14153
  linkType: hard
14154
14154
 
@@ -14853,14 +14853,14 @@ __metadata:
14853
14853
  linkType: hard
14854
14854
 
14855
14855
  "mlly@npm:^1.7.3, mlly@npm:^1.7.4":
14856
- version: 1.7.4
14857
- resolution: "mlly@npm:1.7.4"
14856
+ version: 1.8.0
14857
+ resolution: "mlly@npm:1.8.0"
14858
14858
  dependencies:
14859
- acorn: "npm:^8.14.0"
14860
- pathe: "npm:^2.0.1"
14861
- pkg-types: "npm:^1.3.0"
14862
- ufo: "npm:^1.5.4"
14863
- checksum: 10c0/69e738218a13d6365caf930e0ab4e2b848b84eec261597df9788cefb9930f3e40667be9cb58a4718834ba5f97a6efeef31d3b5a95f4388143fd4e0d0deff72ff
14859
+ acorn: "npm:^8.15.0"
14860
+ pathe: "npm:^2.0.3"
14861
+ pkg-types: "npm:^1.3.1"
14862
+ ufo: "npm:^1.6.1"
14863
+ checksum: 10c0/f174b844ae066c71e9b128046677868e2e28694f0bbeeffbe760b2a9d8ff24de0748d0fde6fabe706700c1d2e11d3c0d7a53071b5ea99671592fac03364604ab
14864
14864
  languageName: node
14865
14865
  linkType: hard
14866
14866
 
@@ -15081,8 +15081,8 @@ __metadata:
15081
15081
  linkType: hard
15082
15082
 
15083
15083
  "node-gyp@npm:latest":
15084
- version: 11.3.0
15085
- resolution: "node-gyp@npm:11.3.0"
15084
+ version: 11.4.2
15085
+ resolution: "node-gyp@npm:11.4.2"
15086
15086
  dependencies:
15087
15087
  env-paths: "npm:^2.2.0"
15088
15088
  exponential-backoff: "npm:^3.1.1"
@@ -15096,7 +15096,7 @@ __metadata:
15096
15096
  which: "npm:^5.0.0"
15097
15097
  bin:
15098
15098
  node-gyp: bin/node-gyp.js
15099
- checksum: 10c0/5f4ad5a729386f7b50096efd4934b06c071dbfbc7d7d541a66d6959a7dccd62f53ff3dc95fffb60bf99d8da1270e23769f82246fcaa6c5645a70c967ae9a3398
15099
+ checksum: 10c0/0bfd3e96770ed70f07798d881dd37b4267708966d868a0e585986baac487d9cf5831285579fd629a83dc4e434f53e6416ce301097f2ee464cb74d377e4d8bdbe
15100
15100
  languageName: node
15101
15101
  linkType: hard
15102
15102
 
@@ -15893,7 +15893,7 @@ __metadata:
15893
15893
  languageName: node
15894
15894
  linkType: hard
15895
15895
 
15896
- "pathe@npm:^2.0.1":
15896
+ "pathe@npm:^2.0.1, pathe@npm:^2.0.3":
15897
15897
  version: 2.0.3
15898
15898
  resolution: "pathe@npm:2.0.3"
15899
15899
  checksum: 10c0/c118dc5a8b5c4166011b2b70608762e260085180bb9e33e80a50dcdb1e78c010b1624f4280c492c92b05fc276715a4c357d1f9edc570f8f1b3d90b6839ebaca1
@@ -16004,7 +16004,7 @@ __metadata:
16004
16004
  languageName: node
16005
16005
  linkType: hard
16006
16006
 
16007
- "pkg-types@npm:^1.2.1, pkg-types@npm:^1.3.0":
16007
+ "pkg-types@npm:^1.2.1, pkg-types@npm:^1.3.1":
16008
16008
  version: 1.3.1
16009
16009
  resolution: "pkg-types@npm:1.3.1"
16010
16010
  dependencies:
@@ -16094,15 +16094,15 @@ __metadata:
16094
16094
  languageName: node
16095
16095
  linkType: hard
16096
16096
 
16097
- "postcss-convert-values@npm:^7.0.6":
16098
- version: 7.0.6
16099
- resolution: "postcss-convert-values@npm:7.0.6"
16097
+ "postcss-convert-values@npm:^7.0.7":
16098
+ version: 7.0.7
16099
+ resolution: "postcss-convert-values@npm:7.0.7"
16100
16100
  dependencies:
16101
16101
  browserslist: "npm:^4.25.1"
16102
16102
  postcss-value-parser: "npm:^4.2.0"
16103
16103
  peerDependencies:
16104
16104
  postcss: ^8.4.32
16105
- checksum: 10c0/8245d45abdbdc13897b4995b4b30a59f22ae9b16ec6fa8f2bf81eb234a451003ad3cb7bb375e68a64135c85d4246ca07f285331b1044b69f5c5908ca7936c3f2
16105
+ checksum: 10c0/b50c3d6bdda07597514a09c7d320c721244026ac78d86a27bc40e2153753cf28caeae007ec5dee219ac008ed127e2c62cfe1c01fa4ab77003b3fabdbd1074808
16106
16106
  languageName: node
16107
16107
  linkType: hard
16108
16108
 
@@ -17025,15 +17025,15 @@ __metadata:
17025
17025
  linkType: hard
17026
17026
 
17027
17027
  "prosemirror-tables@npm:^1.3.0":
17028
- version: 1.7.1
17029
- resolution: "prosemirror-tables@npm:1.7.1"
17028
+ version: 1.8.1
17029
+ resolution: "prosemirror-tables@npm:1.8.1"
17030
17030
  dependencies:
17031
17031
  prosemirror-keymap: "npm:^1.2.2"
17032
17032
  prosemirror-model: "npm:^1.25.0"
17033
17033
  prosemirror-state: "npm:^1.4.3"
17034
17034
  prosemirror-transform: "npm:^1.10.3"
17035
17035
  prosemirror-view: "npm:^1.39.1"
17036
- checksum: 10c0/4e7f3993fe4f81582afa7845030d372acfc332c48bb04e952ed78204b3e8ee86e4f0ea7a146cbf1574c2e873b4643619ca4d88aa92f60793315c3c1e181d6812
17036
+ checksum: 10c0/99f382d552543fe5b190454717deff2da283dc0effe249059e1e20c48ff69d5d4d704a3cc6692bf7f849ec9e9cc3e4aac62592f6e7e90dd78aa6ab1d835ceec9
17037
17037
  languageName: node
17038
17038
  linkType: hard
17039
17039
 
@@ -18891,29 +18891,29 @@ __metadata:
18891
18891
  linkType: hard
18892
18892
 
18893
18893
  "rollup@npm:^4.13.0":
18894
- version: 4.46.3
18895
- resolution: "rollup@npm:4.46.3"
18896
- dependencies:
18897
- "@rollup/rollup-android-arm-eabi": "npm:4.46.3"
18898
- "@rollup/rollup-android-arm64": "npm:4.46.3"
18899
- "@rollup/rollup-darwin-arm64": "npm:4.46.3"
18900
- "@rollup/rollup-darwin-x64": "npm:4.46.3"
18901
- "@rollup/rollup-freebsd-arm64": "npm:4.46.3"
18902
- "@rollup/rollup-freebsd-x64": "npm:4.46.3"
18903
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.46.3"
18904
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.46.3"
18905
- "@rollup/rollup-linux-arm64-gnu": "npm:4.46.3"
18906
- "@rollup/rollup-linux-arm64-musl": "npm:4.46.3"
18907
- "@rollup/rollup-linux-loongarch64-gnu": "npm:4.46.3"
18908
- "@rollup/rollup-linux-ppc64-gnu": "npm:4.46.3"
18909
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.46.3"
18910
- "@rollup/rollup-linux-riscv64-musl": "npm:4.46.3"
18911
- "@rollup/rollup-linux-s390x-gnu": "npm:4.46.3"
18912
- "@rollup/rollup-linux-x64-gnu": "npm:4.46.3"
18913
- "@rollup/rollup-linux-x64-musl": "npm:4.46.3"
18914
- "@rollup/rollup-win32-arm64-msvc": "npm:4.46.3"
18915
- "@rollup/rollup-win32-ia32-msvc": "npm:4.46.3"
18916
- "@rollup/rollup-win32-x64-msvc": "npm:4.46.3"
18894
+ version: 4.49.0
18895
+ resolution: "rollup@npm:4.49.0"
18896
+ dependencies:
18897
+ "@rollup/rollup-android-arm-eabi": "npm:4.49.0"
18898
+ "@rollup/rollup-android-arm64": "npm:4.49.0"
18899
+ "@rollup/rollup-darwin-arm64": "npm:4.49.0"
18900
+ "@rollup/rollup-darwin-x64": "npm:4.49.0"
18901
+ "@rollup/rollup-freebsd-arm64": "npm:4.49.0"
18902
+ "@rollup/rollup-freebsd-x64": "npm:4.49.0"
18903
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.49.0"
18904
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.49.0"
18905
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.49.0"
18906
+ "@rollup/rollup-linux-arm64-musl": "npm:4.49.0"
18907
+ "@rollup/rollup-linux-loongarch64-gnu": "npm:4.49.0"
18908
+ "@rollup/rollup-linux-ppc64-gnu": "npm:4.49.0"
18909
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.49.0"
18910
+ "@rollup/rollup-linux-riscv64-musl": "npm:4.49.0"
18911
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.49.0"
18912
+ "@rollup/rollup-linux-x64-gnu": "npm:4.49.0"
18913
+ "@rollup/rollup-linux-x64-musl": "npm:4.49.0"
18914
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.49.0"
18915
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.49.0"
18916
+ "@rollup/rollup-win32-x64-msvc": "npm:4.49.0"
18917
18917
  "@types/estree": "npm:1.0.8"
18918
18918
  fsevents: "npm:~2.3.2"
18919
18919
  dependenciesMeta:
@@ -18961,7 +18961,7 @@ __metadata:
18961
18961
  optional: true
18962
18962
  bin:
18963
18963
  rollup: dist/bin/rollup
18964
- checksum: 10c0/91b1408620300dd107a5d741005d0c151800a236e93a7432e3986f747f7b21d76b532eddf65be30a150152e647139281107dc5e99c4ecbd20abb4ee61d23429c
18964
+ checksum: 10c0/ca950eb0fb550c40e0a06e9bb4f17c3b7097a3684152327569d9b20891e704ea8b20764b26d54442fc1eb00615923a191bb928087a7e23e5fa8c3c00e06680e4
18965
18965
  languageName: node
18966
18966
  linkType: hard
18967
18967
 
@@ -21067,7 +21067,7 @@ __metadata:
21067
21067
  languageName: node
21068
21068
  linkType: hard
21069
21069
 
21070
- "ufo@npm:^1.5.4":
21070
+ "ufo@npm:^1.6.1":
21071
21071
  version: 1.6.1
21072
21072
  resolution: "ufo@npm:1.6.1"
21073
21073
  checksum: 10c0/5a9f041e5945fba7c189d5410508cbcbefef80b253ed29aa2e1f8a2b86f4bd51af44ee18d4485e6d3468c92be9bf4a42e3a2b72dcaf27ce39ce947ec994f1e6b