@licklist/design 0.78.0 → 0.78.2

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.
Files changed (26) hide show
  1. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  2. package/dist/events/edit-event-modal/IntervalInput.js +7 -1
  3. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts +6 -2
  4. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
  5. package/dist/events/edit-event-modal/hooks/useValidationOptions.js +16 -5
  6. package/dist/events/event-card/EventCard.d.ts.map +1 -1
  7. package/dist/events/event-card/EventCard.js +3 -11
  8. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +2 -1
  9. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  10. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +2 -1
  11. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +2 -1
  12. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
  13. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +2 -1
  14. package/dist/iframe/payment/status-body/StatusBody.d.ts +2 -1
  15. package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
  16. package/dist/iframe/payment/status-body/StatusBody.js +15 -1
  17. package/dist/styles/events/EventCard.scss +1 -3
  18. package/package.json +3 -3
  19. package/src/events/edit-event-modal/IntervalInput.tsx +7 -1
  20. package/src/events/edit-event-modal/hooks/useValidationOptions.tsx +26 -9
  21. package/src/events/event-card/EventCard.tsx +1 -9
  22. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +3 -0
  23. package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +3 -0
  24. package/src/iframe/payment/status-body/StatusBody.tsx +8 -1
  25. package/src/styles/events/EventCard.scss +1 -3
  26. package/yarn.lock +180 -144
@@ -1 +1 @@
1
- {"version":3,"file":"IntervalInput.d.ts","sourceRoot":"","sources":["../../../src/events/edit-event-modal/IntervalInput.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAA;AAIxF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAG7D,UAAU,kBAAkB;IAC1B,gBAAgB,CAAC,EAAE,oBAAoB,CAAA;IACvC,WAAW,CAAC,EAAE,UAAU,EAAE,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,WAAW,EACX,iBAAyB,EACzB,YAAoB,EACrB,EAAE,kBAAkB,2CAkKpB"}
1
+ {"version":3,"file":"IntervalInput.d.ts","sourceRoot":"","sources":["../../../src/events/edit-event-modal/IntervalInput.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAA;AAIxF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAG7D,UAAU,kBAAkB;IAC1B,gBAAgB,CAAC,EAAE,oBAAoB,CAAA;IACvC,WAAW,CAAC,EAAE,UAAU,EAAE,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,WAAW,EACX,iBAAyB,EACzB,YAAoB,EACrB,EAAE,kBAAkB,2CAwKpB"}
@@ -118,7 +118,7 @@ function IntervalInput(param) {
118
118
  ]).t;
119
119
  var _useFormContext = useFormContext(), register = _useFormContext.register, errors = _useFormContext.formState.errors, control = _useFormContext.control, trigger = _useFormContext.trigger, setValue = _useFormContext.setValue;
120
120
  var formattedDuration = useFormattedDuration();
121
- var validationOptions = useValidationOptions();
121
+ var validationOptions = useValidationOptions({});
122
122
  var rrule = useWatch({
123
123
  control: control,
124
124
  name: 'rrule'
@@ -182,6 +182,12 @@ function IntervalInput(param) {
182
182
  setValue('rrule', null);
183
183
  }
184
184
  };
185
+ useEffect(function() {
186
+ if (!start) return;
187
+ trigger('end');
188
+ }, [
189
+ start
190
+ ]);
185
191
  return /*#__PURE__*/ jsxs(Fragment, {
186
192
  children: [
187
193
  /*#__PURE__*/ jsxs(Form.Row, {
@@ -1,10 +1,14 @@
1
- export declare const useValidationOptions: () => {
1
+ interface useValidationOptionsProps {
2
+ maxDurationExceeded?: number;
3
+ }
4
+ export declare const useValidationOptions: ({ maxDurationExceeded }: useValidationOptionsProps) => {
2
5
  start: {
3
6
  required: string;
4
7
  };
5
8
  end: {
6
9
  required: string;
7
- validate: (value: any) => string | true;
10
+ validate: (value: string) => string | true;
8
11
  };
9
12
  };
13
+ export {};
10
14
  //# sourceMappingURL=useValidationOptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useValidationOptions.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/hooks/useValidationOptions.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;;kBASrB,MAAM;;;kBAMN,MAAM;;;CAWjB,CAAA"}
1
+ {"version":3,"file":"useValidationOptions.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/hooks/useValidationOptions.tsx"],"names":[],"mappings":"AAIA,UAAU,yBAAyB;IACjC,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,eAAO,MAAM,oBAAoB,4BAAkC,yBAAyB;;kBAUhF,MAAM;;;kBAMN,MAAM;0BACM,MAAM;;CAsB7B,CAAA"}
@@ -2,7 +2,8 @@ import { DateTime } from 'luxon';
2
2
  import { useFormContext, useWatch } from 'react-hook-form';
3
3
  import { useTranslation } from 'react-i18next';
4
4
 
5
- var useValidationOptions = function() {
5
+ var useValidationOptions = function(param) {
6
+ var _param_maxDurationExceeded = param.maxDurationExceeded, maxDurationExceeded = _param_maxDurationExceeded === void 0 ? 24 : _param_maxDurationExceeded;
6
7
  var control = useFormContext().control;
7
8
  var t = useTranslation([
8
9
  'Design',
@@ -22,11 +23,21 @@ var useValidationOptions = function() {
22
23
  required: t('Validation:fieldRequired', {
23
24
  attribute: t('end')
24
25
  }),
25
- // TODO: uncomment when event splitting is implemented
26
- // and extract into plugins
27
26
  validate: function(value) {
28
- return(// endAt not required
29
- value ? DateTime.fromISO(value).diff(DateTime.fromISO(start)).toMillis() > 0 || t('Validation:fieldValidEventEnd') : true);
27
+ if (!value || !start) return true;
28
+ var startDt = DateTime.fromISO(start);
29
+ var endDt = DateTime.fromISO(value);
30
+ var diffMillis = endDt.diff(startDt).toMillis();
31
+ if (diffMillis <= 0) {
32
+ return t('Validation:fieldValidEventEnd');
33
+ }
34
+ var maxDurationExceededHours = maxDurationExceeded * 60 * 60 * 1000;
35
+ if (diffMillis > maxDurationExceededHours) {
36
+ return t('Design:eventMaxDurationExceeded', {
37
+ maxHours: maxDurationExceeded
38
+ });
39
+ }
40
+ return true;
30
41
  }
31
42
  }
32
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/EventCard.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AASjG,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAS3C,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IACd,SAAS,EAAE,MAAM,IAAI,CAAA;IACrB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IACtC,WAAW,EAAE,MAAM,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,wBAAgB,SAAS,CAAC,EACxB,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,EACT,MAAM,EACN,MAAM,EACN,QAAQ,EACR,YAAY,EACZ,aAAoB,EACpB,cAAc,EACd,WAAW,EACX,cAAc,EACd,OAAO,EACP,aAAa,EACb,OAAO,GACR,EAAE,cAAc,2CAiKhB"}
1
+ {"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../src/events/event-card/EventCard.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AASjG,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAQ3C,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IACd,SAAS,EAAE,MAAM,IAAI,CAAA;IACrB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IACtC,WAAW,EAAE,MAAM,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,wBAAgB,SAAS,CAAC,EACxB,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,EACT,MAAM,EACN,MAAM,EACN,QAAQ,EACR,YAAY,EACZ,aAAoB,EACpB,cAAc,EACd,WAAW,EACX,cAAc,EACd,OAAO,EACP,aAAa,EACb,OAAO,GACR,EAAE,cAAc,2CA0JhB"}
@@ -6,7 +6,6 @@ import clsx from 'clsx';
6
6
  import { useTranslation } from 'react-i18next';
7
7
  import * as Config from '@licklist/core/dist/Config';
8
8
  import { FaEye, FaQrcode, FaExternalLinkAlt, FaEdit, FaCopy, FaTrashAlt } from 'react-icons/fa';
9
- import { TipTapEditor } from '../../tiptap-editor/TipTapEditor.js';
10
9
  import { getStatisticInfo, formatContent, EVENT_DESCRIPTION_SIZE } from './utils.js';
11
10
  import { ReactComponent as SvgChartBar } from '../../assets/dashboard/chartBar.svg.js';
12
11
 
@@ -38,13 +37,13 @@ function _object_without_properties_loose(source, excluded) {
38
37
  return target;
39
38
  }
40
39
  function EventCard(param) {
41
- var name = param.name, description = param.description, date = param.date, imageUrl = param.imageUrl, sales = param.sales, onPreview = param.onPreview, onEdit = param.onEdit, onCopy = param.onCopy, onRemove = param.onRemove, onOpenQrCode = param.onOpenQrCode, _param_hasPermission = param.hasPermission, hasPermission = _param_hasPermission === void 0 ? true : _param_hasPermission, productSetName = param.productSetName, onStatistic = param.onStatistic, eventStatistic = param.eventStatistic, titleId = param.titleId, descriptionId = param.descriptionId, eventID = param.eventID;
40
+ var name = param.name, description = param.description, date = param.date, imageUrl = param.imageUrl, sales = param.sales, onPreview = param.onPreview, onEdit = param.onEdit, onCopy = param.onCopy, onRemove = param.onRemove, onOpenQrCode = param.onOpenQrCode, _param_hasPermission = param.hasPermission, hasPermission = _param_hasPermission === void 0 ? true : _param_hasPermission, productSetName = param.productSetName, onStatistic = param.onStatistic, eventStatistic = param.eventStatistic, titleId = param.titleId; param.descriptionId; var eventID = param.eventID;
42
41
  var t = useTranslation('Design').t;
43
42
  var _useIntl = useIntl(), formatNumber = _useIntl.formatNumber, formatDate = _useIntl.formatDate;
44
43
  var _getStatisticInfo = getStatisticInfo(eventStatistic, date), totalViews = _getStatisticInfo.totalViews, statistics = _object_without_properties(_getStatisticInfo, [
45
44
  "totalViews"
46
45
  ]);
47
- var memoedContent = useMemo(function() {
46
+ useMemo(function() {
48
47
  return formatContent(description, EVENT_DESCRIPTION_SIZE);
49
48
  }, [
50
49
  description
@@ -93,13 +92,6 @@ function EventCard(param) {
93
92
  /*#__PURE__*/ jsxs("div", {
94
93
  className: "flex-grow-1",
95
94
  children: [
96
- /*#__PURE__*/ jsx(TipTapEditor, {
97
- viewMode: true,
98
- disabled: true,
99
- className: clsx('event-description', !imageUrl && 'no-image'),
100
- content: memoedContent,
101
- id: descriptionId
102
- }),
103
95
  /*#__PURE__*/ jsx("div", {
104
96
  className: "mt-2 ml-2",
105
97
  children: Object.keys(statistics).map(function(key) {
@@ -171,7 +163,7 @@ function EventCard(param) {
171
163
  })
172
164
  }),
173
165
  children: /*#__PURE__*/ jsxs("div", {
174
- className: "pl-3 text-truncate",
166
+ className: "pl-3 mt-2 text-truncate",
175
167
  children: [
176
168
  t('Design:productSet'),
177
169
  ": ",
@@ -17,8 +17,9 @@ interface PaymentStatusComponentProps {
17
17
  showCloseButton?: boolean;
18
18
  email?: string;
19
19
  totalAmount?: number;
20
+ getBookingPDF?: () => Promise<void>;
20
21
  paymentMetadata?: PaymentMetadata;
21
22
  }
22
- export declare const PaymentStatusPage: ({ onCloseWindow, onBack, onTryAgain, isLoading, status, isAppUsingInIframe, bookingSummaryProps, EventCardComponent, showCloseButton, email, totalAmount, paymentMetadata, }: PaymentStatusComponentProps) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const PaymentStatusPage: ({ onCloseWindow, onBack, onTryAgain, isLoading, status, getBookingPDF, isAppUsingInIframe, bookingSummaryProps, EventCardComponent, showCloseButton, email, totalAmount, paymentMetadata, }: PaymentStatusComponentProps) => import("react/jsx-runtime").JSX.Element;
23
24
  export {};
24
25
  //# sourceMappingURL=PaymentStatusPage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentStatusPage.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/payment-status-page/PaymentStatusPage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAQjC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAA;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAA;AAG7D,eAAO,MAAM,mBAAmB,WAAW,CAAA;AAC3C,eAAO,MAAM,oBAAoB,YAAY,CAAA;AAC7C,eAAO,MAAM,oBAAoB,YAAY,CAAA;AAE7C,MAAM,MAAM,WAAW,GACnB,OAAO,oBAAoB,GAC3B,OAAO,mBAAmB,GAC1B,OAAO,oBAAoB,CAAA;AAE/B,UAAU,2BAA2B;IACnC,aAAa,EAAE,MAAM,IAAI,CAAA;IACzB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,WAAW,CAAA;IACnB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,mBAAmB,CAAC,EAAE,mBAAmB,CAAA;IACzC,kBAAkB,CAAC,EAAE,SAAS,CAAA;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,eAAe,CAAC,EAAE,eAAe,CAAA;CAClC;AASD,eAAO,MAAM,iBAAiB,iLAa3B,2BAA2B,4CAiI7B,CAAA"}
1
+ {"version":3,"file":"PaymentStatusPage.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/payment-status-page/PaymentStatusPage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAQjC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAA;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAA;AAG7D,eAAO,MAAM,mBAAmB,WAAW,CAAA;AAC3C,eAAO,MAAM,oBAAoB,YAAY,CAAA;AAC7C,eAAO,MAAM,oBAAoB,YAAY,CAAA;AAE7C,MAAM,MAAM,WAAW,GACnB,OAAO,oBAAoB,GAC3B,OAAO,mBAAmB,GAC1B,OAAO,oBAAoB,CAAA;AAE/B,UAAU,2BAA2B;IACnC,aAAa,EAAE,MAAM,IAAI,CAAA;IACzB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,WAAW,CAAA;IACnB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,mBAAmB,CAAC,EAAE,mBAAmB,CAAA;IACzC,kBAAkB,CAAC,EAAE,SAAS,CAAA;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IACnC,eAAe,CAAC,EAAE,eAAe,CAAA;CAClC;AASD,eAAO,MAAM,iBAAiB,gMAc3B,2BAA2B,4CAkI7B,CAAA"}
@@ -60,7 +60,7 @@ var _obj;
60
60
  var titles = (_obj = {}, _define_property(_obj, ORDER_STATUS_SUCCESS, 'purchaseSuccessful'), _define_property(_obj, ORDER_STATUS_PENDING, 'pendingPayment'), _define_property(_obj, ORDER_STATUS_FAILED, 'purchaseFailed'), _obj);
61
61
  // @TODO In future think, how to reuse this component in Iframe Pending, Success and Failed Pages
62
62
  var PaymentStatusPage = function(param) {
63
- var onCloseWindow = param.onCloseWindow, onBack = param.onBack, onTryAgain = param.onTryAgain, isLoading = param.isLoading, status = param.status, isAppUsingInIframe = param.isAppUsingInIframe, bookingSummaryProps = param.bookingSummaryProps, EventCardComponent = param.EventCardComponent, _param_showCloseButton = param.showCloseButton, showCloseButton = _param_showCloseButton === void 0 ? false : _param_showCloseButton, email = param.email, _param_totalAmount = param.totalAmount, totalAmount = _param_totalAmount === void 0 ? 0 : _param_totalAmount, paymentMetadata = param.paymentMetadata;
63
+ var onCloseWindow = param.onCloseWindow, onBack = param.onBack, onTryAgain = param.onTryAgain, isLoading = param.isLoading, status = param.status, getBookingPDF = param.getBookingPDF, isAppUsingInIframe = param.isAppUsingInIframe, bookingSummaryProps = param.bookingSummaryProps, EventCardComponent = param.EventCardComponent, _param_showCloseButton = param.showCloseButton, showCloseButton = _param_showCloseButton === void 0 ? false : _param_showCloseButton, email = param.email, _param_totalAmount = param.totalAmount, totalAmount = _param_totalAmount === void 0 ? 0 : _param_totalAmount, paymentMetadata = param.paymentMetadata;
64
64
  var t = useTranslation('Design').t;
65
65
  if (isLoading) return /*#__PURE__*/ jsx(LoaderIndicator, {
66
66
  isLoaded: false
@@ -97,6 +97,7 @@ var PaymentStatusPage = function(param) {
97
97
  EventCardComponent,
98
98
  /*#__PURE__*/ jsx(PaymentStatusBody, {
99
99
  status: status,
100
+ getBookingPDF: getBookingPDF,
100
101
  onBack: onBack || onCloseWindow,
101
102
  onTryAgain: onTryAgain,
102
103
  email: email
@@ -2,9 +2,10 @@ import { OrderStatus } from '../PaymentStatusPage';
2
2
  interface PaymentStatusBodyProps {
3
3
  status: OrderStatus;
4
4
  onBack: () => void;
5
+ getBookingPDF?: () => Promise<void>;
5
6
  onTryAgain?: () => void;
6
7
  email?: string;
7
8
  }
8
- export declare const PaymentStatusBody: ({ status, onBack, onTryAgain, email, }: PaymentStatusBodyProps) => import("react/jsx-runtime").JSX.Element;
9
+ export declare const PaymentStatusBody: ({ status, onBack, onTryAgain, getBookingPDF, email, }: PaymentStatusBodyProps) => import("react/jsx-runtime").JSX.Element;
9
10
  export {};
10
11
  //# sourceMappingURL=PaymentStatusBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentStatusBody.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,WAAW,EACZ,MAAM,sBAAsB,CAAA;AAG7B,UAAU,sBAAsB;IAC9B,MAAM,EAAE,WAAW,CAAA;IACnB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,iBAAiB,2CAK3B,sBAAsB,4CAiBxB,CAAA"}
1
+ {"version":3,"file":"PaymentStatusBody.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,WAAW,EACZ,MAAM,sBAAsB,CAAA;AAG7B,UAAU,sBAAsB;IAC9B,MAAM,EAAE,WAAW,CAAA;IACnB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IACnC,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,iBAAiB,0DAM3B,sBAAsB,4CAkBxB,CAAA"}
@@ -4,11 +4,12 @@ import { ORDER_STATUS_SUCCESS, ORDER_STATUS_PENDING } from '../PaymentStatusPage
4
4
  import { StatusBody } from '../../status-body/StatusBody.js';
5
5
 
6
6
  var PaymentStatusBody = function(param) {
7
- var status = param.status, onBack = param.onBack, onTryAgain = param.onTryAgain, email = param.email;
7
+ var status = param.status, onBack = param.onBack, onTryAgain = param.onTryAgain, getBookingPDF = param.getBookingPDF, email = param.email;
8
8
  var t = useTranslation('Design').t;
9
9
  if (status === ORDER_STATUS_SUCCESS) {
10
10
  return /*#__PURE__*/ jsx(StatusBody, {
11
11
  onBack: onBack,
12
+ getBookingPDF: getBookingPDF,
12
13
  title: t('orderConfirmationAndReceiptSendToYourEmail', {
13
14
  email: email
14
15
  })
@@ -1,8 +1,9 @@
1
1
  interface StatusBodyProps {
2
2
  onTryAgain?: () => void;
3
3
  onBack: () => void;
4
+ getBookingPDF?: () => void;
4
5
  title?: string;
5
6
  }
6
- export declare const StatusBody: ({ onTryAgain, onBack, title }: StatusBodyProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const StatusBody: ({ onTryAgain, onBack, title, getBookingPDF }: StatusBodyProps) => import("react/jsx-runtime").JSX.Element;
7
8
  export {};
8
9
  //# sourceMappingURL=StatusBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBody.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/status-body/StatusBody.tsx"],"names":[],"mappings":"AAGA,UAAU,eAAe;IACvB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,UAAU,kCAAmC,eAAe,4CAYxE,CAAA"}
1
+ {"version":3,"file":"StatusBody.d.ts","sourceRoot":"","sources":["../../../../src/iframe/payment/status-body/StatusBody.tsx"],"names":[],"mappings":"AAIA,UAAU,eAAe;IACvB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,UAAU,iDAAkD,eAAe,4CAiBvF,CAAA"}
@@ -1,9 +1,10 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { Button } from 'react-bootstrap';
3
+ import { Link } from 'react-router-dom';
3
4
  import { useTranslation } from 'react-i18next';
4
5
 
5
6
  var StatusBody = function(param) {
6
- var onTryAgain = param.onTryAgain, onBack = param.onBack, title = param.title;
7
+ var onTryAgain = param.onTryAgain, onBack = param.onBack, title = param.title, getBookingPDF = param.getBookingPDF;
7
8
  var t = useTranslation('Design').t;
8
9
  return /*#__PURE__*/ jsxs("div", {
9
10
  className: "status-body-wrapper mt-4",
@@ -12,6 +13,19 @@ var StatusBody = function(param) {
12
13
  className: "status-body-wrapper__text",
13
14
  children: title
14
15
  }),
16
+ getBookingPDF && /*#__PURE__*/ jsxs("div", {
17
+ className: "mt-2",
18
+ children: [
19
+ /*#__PURE__*/ jsx("p", {
20
+ className: "status-body-wrapper__text",
21
+ children: t('youCanDownload')
22
+ }),
23
+ /*#__PURE__*/ jsx(Link, {
24
+ onClick: getBookingPDF,
25
+ children: t('ticketDownloadLink')
26
+ })
27
+ ]
28
+ }),
15
29
  /*#__PURE__*/ jsxs("div", {
16
30
  className: "d-flex buttons-wrapper",
17
31
  children: [
@@ -38,10 +38,9 @@ $event-card-views-gutter: sp(3) !default;
38
38
 
39
39
  .card-body {
40
40
  padding: 0 0 3rem 0;
41
+ margin-bottom: $event-card-contents-gutter;
41
42
 
42
43
  .event-description {
43
- min-height: 8rem;
44
- max-height: 21rem;
45
44
  overflow: hidden;
46
45
 
47
46
  &:last-child {
@@ -50,7 +49,6 @@ $event-card-views-gutter: sp(3) !default;
50
49
 
51
50
  &.no-image {
52
51
  min-height: 13.75rem;
53
- max-height: 22rem;
54
52
  }
55
53
  }
56
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.78.0",
3
+ "version": "0.78.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -42,7 +42,7 @@
42
42
  ]
43
43
  },
44
44
  "peerDependencies": {
45
- "@licklist/core": "0.34.3",
45
+ "@licklist/core": "0.35.2",
46
46
  "@licklist/eslint-config": "0.5.6",
47
47
  "@licklist/plugins": "0.35.10",
48
48
  "lodash": "4.17.21",
@@ -61,7 +61,7 @@
61
61
  "@dnd-kit/utilities": "2.0.0",
62
62
  "@fortawesome/fontawesome-svg-core": "1.2.34",
63
63
  "@fortawesome/free-solid-svg-icons": "5.15.2",
64
- "@licklist/core": "0.34.3",
64
+ "@licklist/core": "0.35.2",
65
65
  "@licklist/eslint-config": "0.5.6",
66
66
  "@licklist/plugins": "0.35.10",
67
67
  "@mantine/core": "6.0.22",
@@ -45,7 +45,7 @@ export function IntervalInput({
45
45
  } = useFormContext<IntervalInputValues>()
46
46
 
47
47
  const formattedDuration = useFormattedDuration()
48
- const validationOptions = useValidationOptions()
48
+ const validationOptions = useValidationOptions({})
49
49
 
50
50
  const rrule = useWatch({ control, name: 'rrule' })
51
51
  const start = useWatch({ control, name: 'start' })
@@ -106,6 +106,12 @@ export function IntervalInput({
106
106
  }
107
107
  }
108
108
 
109
+ useEffect(() => {
110
+ if (!start) return
111
+
112
+ trigger('end')
113
+ },[start])
114
+
109
115
  return (
110
116
  <>
111
117
  <Form.Row className='interval-container'>
@@ -2,9 +2,14 @@ import { DateTime } from 'luxon'
2
2
  import { useFormContext, useWatch } from 'react-hook-form'
3
3
  import { useTranslation } from 'react-i18next'
4
4
 
5
- export const useValidationOptions = () => {
5
+ interface useValidationOptionsProps {
6
+ maxDurationExceeded?: number
7
+ }
8
+
9
+ export const useValidationOptions = ({ maxDurationExceeded = 24 }: useValidationOptionsProps) => {
6
10
  const { control } = useFormContext()
7
11
  const { t } = useTranslation(['Design', 'Validation'])
12
+
8
13
  const start = useWatch({ control, name: 'start' })
9
14
 
10
15
  return {
@@ -18,14 +23,26 @@ export const useValidationOptions = () => {
18
23
  required: t('Validation:fieldRequired', {
19
24
  attribute: t('end'),
20
25
  }) as string,
21
- // TODO: uncomment when event splitting is implemented
22
- // and extract into plugins
23
- validate: (value) =>
24
- // endAt not required
25
- value
26
- ? DateTime.fromISO(value).diff(DateTime.fromISO(start)).toMillis() >
27
- 0 || (t('Validation:fieldValidEventEnd') as string)
28
- : true,
26
+ validate: (value: string) => {
27
+ if (!value || !start) return true
28
+
29
+ const startDt = DateTime.fromISO(start)
30
+ const endDt = DateTime.fromISO(value)
31
+ const diffMillis = endDt.diff(startDt).toMillis()
32
+
33
+ if (diffMillis <= 0) {
34
+ return t('Validation:fieldValidEventEnd') as string
35
+ }
36
+
37
+ const maxDurationExceededHours = maxDurationExceeded * 60 * 60 * 1000
38
+ if (diffMillis > maxDurationExceededHours) {
39
+ return t('Design:eventMaxDurationExceeded', {
40
+ maxHours: maxDurationExceeded,
41
+ }) as string
42
+ }
43
+
44
+ return true
45
+ },
29
46
  },
30
47
  }
31
48
  }
@@ -21,7 +21,6 @@ import {
21
21
  FaQrcode,
22
22
  } from 'react-icons/fa'
23
23
  import { Sale } from '../../types/bookings'
24
- import { TipTapEditor } from '../../tiptap-editor/TipTapEditor'
25
24
  import {
26
25
  EVENT_DESCRIPTION_SIZE,
27
26
  formatContent,
@@ -109,13 +108,6 @@ export function EventCard({
109
108
  )}
110
109
  </Card.Title>
111
110
  <div className='flex-grow-1'>
112
- <TipTapEditor
113
- viewMode
114
- disabled
115
- className={clsx('event-description', !imageUrl && 'no-image')}
116
- content={memoedContent}
117
- id={descriptionId}
118
- />
119
111
  <div className='mt-2 ml-2'>
120
112
  {Object.keys(statistics).map((key) => (
121
113
  <div className='event-card-sale' key={key}>
@@ -162,7 +154,7 @@ export function EventCard({
162
154
  </Popover>
163
155
  }
164
156
  >
165
- <div className='pl-3 text-truncate'>
157
+ <div className='pl-3 mt-2 text-truncate'>
166
158
  {t('Design:productSet')}: {productSetName}
167
159
  </div>
168
160
  </OverlayTrigger>
@@ -31,6 +31,7 @@ interface PaymentStatusComponentProps {
31
31
  showCloseButton?: boolean
32
32
  email?: string
33
33
  totalAmount?: number
34
+ getBookingPDF?: () => Promise<void>
34
35
  paymentMetadata?: PaymentMetadata
35
36
  }
36
37
 
@@ -47,6 +48,7 @@ export const PaymentStatusPage = ({
47
48
  onTryAgain,
48
49
  isLoading,
49
50
  status,
51
+ getBookingPDF,
50
52
  isAppUsingInIframe,
51
53
  bookingSummaryProps,
52
54
  EventCardComponent,
@@ -106,6 +108,7 @@ export const PaymentStatusPage = ({
106
108
  {EventCardComponent}
107
109
  <PaymentStatusBody
108
110
  status={status}
111
+ getBookingPDF={getBookingPDF}
109
112
  onBack={onBack || onCloseWindow}
110
113
  onTryAgain={onTryAgain}
111
114
  email={email}
@@ -9,6 +9,7 @@ import { StatusBody } from '../../status-body/StatusBody'
9
9
  interface PaymentStatusBodyProps {
10
10
  status: OrderStatus
11
11
  onBack: () => void
12
+ getBookingPDF?: () => Promise<void>
12
13
  onTryAgain?: () => void
13
14
  email?: string
14
15
  }
@@ -17,6 +18,7 @@ export const PaymentStatusBody = ({
17
18
  status,
18
19
  onBack,
19
20
  onTryAgain,
21
+ getBookingPDF,
20
22
  email,
21
23
  }: PaymentStatusBodyProps) => {
22
24
  const { t } = useTranslation('Design')
@@ -25,6 +27,7 @@ export const PaymentStatusBody = ({
25
27
  return (
26
28
  <StatusBody
27
29
  onBack={onBack}
30
+ getBookingPDF={getBookingPDF}
28
31
  title={t('orderConfirmationAndReceiptSendToYourEmail', { email })}
29
32
  />
30
33
  )
@@ -1,18 +1,25 @@
1
1
  import { Button } from 'react-bootstrap'
2
+ import { Link } from 'react-router-dom'
2
3
  import { useTranslation } from 'react-i18next'
3
4
 
4
5
  interface StatusBodyProps {
5
6
  onTryAgain?: () => void
6
7
  onBack: () => void
8
+ getBookingPDF?: () => void
7
9
  title?: string
8
10
  }
9
11
 
10
- export const StatusBody = ({ onTryAgain, onBack, title }: StatusBodyProps) => {
12
+ export const StatusBody = ({ onTryAgain, onBack, title, getBookingPDF }: StatusBodyProps) => {
11
13
  const { t } = useTranslation('Design')
12
14
 
13
15
  return (
14
16
  <div className='status-body-wrapper mt-4'>
15
17
  {title && <p className='status-body-wrapper__text'>{title}</p>}
18
+ {getBookingPDF && <div className='mt-2'>
19
+ <p className='status-body-wrapper__text'>{t('youCanDownload')}</p>
20
+ <Link onClick={getBookingPDF} >{t('ticketDownloadLink')}</Link>
21
+ </div>
22
+ }
16
23
  <div className='d-flex buttons-wrapper'>
17
24
  {onTryAgain && <Button onClick={onTryAgain}>{t('tryAgain')}</Button>}
18
25
  <Button onClick={onBack}>{t('backToSite')}</Button>
@@ -38,10 +38,9 @@ $event-card-views-gutter: sp(3) !default;
38
38
 
39
39
  .card-body {
40
40
  padding: 0 0 3rem 0;
41
+ margin-bottom: $event-card-contents-gutter;
41
42
 
42
43
  .event-description {
43
- min-height: 8rem;
44
- max-height: 21rem;
45
44
  overflow: hidden;
46
45
 
47
46
  &:last-child {
@@ -50,7 +49,6 @@ $event-card-views-gutter: sp(3) !default;
50
49
 
51
50
  &.no-image {
52
51
  min-height: 13.75rem;
53
- max-height: 22rem;
54
52
  }
55
53
  }
56
54
  }
package/yarn.lock CHANGED
@@ -2478,9 +2478,9 @@ __metadata:
2478
2478
  languageName: node
2479
2479
  linkType: hard
2480
2480
 
2481
- "@licklist/core@npm:0.34.3":
2482
- version: 0.34.3
2483
- resolution: "@licklist/core@npm:0.34.3"
2481
+ "@licklist/core@npm:0.35.2":
2482
+ version: 0.35.2
2483
+ resolution: "@licklist/core@npm:0.35.2"
2484
2484
  dependencies:
2485
2485
  "@sentry/browser": "npm:6.2.0"
2486
2486
  axios: "npm:0.26.0"
@@ -2502,7 +2502,7 @@ __metadata:
2502
2502
  react-i18next: 11.8.8
2503
2503
  react-intl: 6.6.8
2504
2504
  zustand: 3.7.2
2505
- checksum: 10c0/7bdaa7cd99126598996682727d78e900792f2f12a58ddb411fc27b013b438058156ffb833adc49dee1b31b333ea32d9881f8641bfe84d30b50448efd19f4a924
2505
+ checksum: 10c0/1a380529f1bdb28035a20e7f8437e8ab66f15fca9b09756f654f768b83c2aa047b7f78a2ee6ab04d5bbf148a4c7df3964c7e6b3ea376c16c9f1a1d36cc5c54a7
2506
2506
  languageName: node
2507
2507
  linkType: hard
2508
2508
 
@@ -2517,7 +2517,7 @@ __metadata:
2517
2517
  "@dnd-kit/utilities": "npm:2.0.0"
2518
2518
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2519
2519
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2520
- "@licklist/core": "npm:0.34.3"
2520
+ "@licklist/core": "npm:0.35.2"
2521
2521
  "@licklist/eslint-config": "npm:0.5.6"
2522
2522
  "@licklist/plugins": "npm:0.35.10"
2523
2523
  "@mantine/core": "npm:6.0.22"
@@ -2648,7 +2648,7 @@ __metadata:
2648
2648
  vite-plugin-svgr: "npm:4.2.0"
2649
2649
  vite-tsconfig-paths: "npm:5.0.1"
2650
2650
  peerDependencies:
2651
- "@licklist/core": 0.34.3
2651
+ "@licklist/core": 0.35.2
2652
2652
  "@licklist/eslint-config": 0.5.6
2653
2653
  "@licklist/plugins": 0.35.10
2654
2654
  lodash: 4.17.21
@@ -3300,142 +3300,142 @@ __metadata:
3300
3300
  languageName: node
3301
3301
  linkType: hard
3302
3302
 
3303
- "@rollup/rollup-android-arm-eabi@npm:4.43.0":
3304
- version: 4.43.0
3305
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.43.0"
3303
+ "@rollup/rollup-android-arm-eabi@npm:4.44.0":
3304
+ version: 4.44.0
3305
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.44.0"
3306
3306
  conditions: os=android & cpu=arm
3307
3307
  languageName: node
3308
3308
  linkType: hard
3309
3309
 
3310
- "@rollup/rollup-android-arm64@npm:4.43.0":
3311
- version: 4.43.0
3312
- resolution: "@rollup/rollup-android-arm64@npm:4.43.0"
3310
+ "@rollup/rollup-android-arm64@npm:4.44.0":
3311
+ version: 4.44.0
3312
+ resolution: "@rollup/rollup-android-arm64@npm:4.44.0"
3313
3313
  conditions: os=android & cpu=arm64
3314
3314
  languageName: node
3315
3315
  linkType: hard
3316
3316
 
3317
- "@rollup/rollup-darwin-arm64@npm:4.43.0":
3318
- version: 4.43.0
3319
- resolution: "@rollup/rollup-darwin-arm64@npm:4.43.0"
3317
+ "@rollup/rollup-darwin-arm64@npm:4.44.0":
3318
+ version: 4.44.0
3319
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.44.0"
3320
3320
  conditions: os=darwin & cpu=arm64
3321
3321
  languageName: node
3322
3322
  linkType: hard
3323
3323
 
3324
- "@rollup/rollup-darwin-x64@npm:4.43.0":
3325
- version: 4.43.0
3326
- resolution: "@rollup/rollup-darwin-x64@npm:4.43.0"
3324
+ "@rollup/rollup-darwin-x64@npm:4.44.0":
3325
+ version: 4.44.0
3326
+ resolution: "@rollup/rollup-darwin-x64@npm:4.44.0"
3327
3327
  conditions: os=darwin & cpu=x64
3328
3328
  languageName: node
3329
3329
  linkType: hard
3330
3330
 
3331
- "@rollup/rollup-freebsd-arm64@npm:4.43.0":
3332
- version: 4.43.0
3333
- resolution: "@rollup/rollup-freebsd-arm64@npm:4.43.0"
3331
+ "@rollup/rollup-freebsd-arm64@npm:4.44.0":
3332
+ version: 4.44.0
3333
+ resolution: "@rollup/rollup-freebsd-arm64@npm:4.44.0"
3334
3334
  conditions: os=freebsd & cpu=arm64
3335
3335
  languageName: node
3336
3336
  linkType: hard
3337
3337
 
3338
- "@rollup/rollup-freebsd-x64@npm:4.43.0":
3339
- version: 4.43.0
3340
- resolution: "@rollup/rollup-freebsd-x64@npm:4.43.0"
3338
+ "@rollup/rollup-freebsd-x64@npm:4.44.0":
3339
+ version: 4.44.0
3340
+ resolution: "@rollup/rollup-freebsd-x64@npm:4.44.0"
3341
3341
  conditions: os=freebsd & cpu=x64
3342
3342
  languageName: node
3343
3343
  linkType: hard
3344
3344
 
3345
- "@rollup/rollup-linux-arm-gnueabihf@npm:4.43.0":
3346
- version: 4.43.0
3347
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.43.0"
3345
+ "@rollup/rollup-linux-arm-gnueabihf@npm:4.44.0":
3346
+ version: 4.44.0
3347
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.44.0"
3348
3348
  conditions: os=linux & cpu=arm & libc=glibc
3349
3349
  languageName: node
3350
3350
  linkType: hard
3351
3351
 
3352
- "@rollup/rollup-linux-arm-musleabihf@npm:4.43.0":
3353
- version: 4.43.0
3354
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.43.0"
3352
+ "@rollup/rollup-linux-arm-musleabihf@npm:4.44.0":
3353
+ version: 4.44.0
3354
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.44.0"
3355
3355
  conditions: os=linux & cpu=arm & libc=musl
3356
3356
  languageName: node
3357
3357
  linkType: hard
3358
3358
 
3359
- "@rollup/rollup-linux-arm64-gnu@npm:4.43.0":
3360
- version: 4.43.0
3361
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.43.0"
3359
+ "@rollup/rollup-linux-arm64-gnu@npm:4.44.0":
3360
+ version: 4.44.0
3361
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.44.0"
3362
3362
  conditions: os=linux & cpu=arm64 & libc=glibc
3363
3363
  languageName: node
3364
3364
  linkType: hard
3365
3365
 
3366
- "@rollup/rollup-linux-arm64-musl@npm:4.43.0":
3367
- version: 4.43.0
3368
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.43.0"
3366
+ "@rollup/rollup-linux-arm64-musl@npm:4.44.0":
3367
+ version: 4.44.0
3368
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.44.0"
3369
3369
  conditions: os=linux & cpu=arm64 & libc=musl
3370
3370
  languageName: node
3371
3371
  linkType: hard
3372
3372
 
3373
- "@rollup/rollup-linux-loongarch64-gnu@npm:4.43.0":
3374
- version: 4.43.0
3375
- resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.43.0"
3373
+ "@rollup/rollup-linux-loongarch64-gnu@npm:4.44.0":
3374
+ version: 4.44.0
3375
+ resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.44.0"
3376
3376
  conditions: os=linux & cpu=loong64 & libc=glibc
3377
3377
  languageName: node
3378
3378
  linkType: hard
3379
3379
 
3380
- "@rollup/rollup-linux-powerpc64le-gnu@npm:4.43.0":
3381
- version: 4.43.0
3382
- resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.43.0"
3380
+ "@rollup/rollup-linux-powerpc64le-gnu@npm:4.44.0":
3381
+ version: 4.44.0
3382
+ resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.44.0"
3383
3383
  conditions: os=linux & cpu=ppc64 & libc=glibc
3384
3384
  languageName: node
3385
3385
  linkType: hard
3386
3386
 
3387
- "@rollup/rollup-linux-riscv64-gnu@npm:4.43.0":
3388
- version: 4.43.0
3389
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.43.0"
3387
+ "@rollup/rollup-linux-riscv64-gnu@npm:4.44.0":
3388
+ version: 4.44.0
3389
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.44.0"
3390
3390
  conditions: os=linux & cpu=riscv64 & libc=glibc
3391
3391
  languageName: node
3392
3392
  linkType: hard
3393
3393
 
3394
- "@rollup/rollup-linux-riscv64-musl@npm:4.43.0":
3395
- version: 4.43.0
3396
- resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.43.0"
3394
+ "@rollup/rollup-linux-riscv64-musl@npm:4.44.0":
3395
+ version: 4.44.0
3396
+ resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.44.0"
3397
3397
  conditions: os=linux & cpu=riscv64 & libc=musl
3398
3398
  languageName: node
3399
3399
  linkType: hard
3400
3400
 
3401
- "@rollup/rollup-linux-s390x-gnu@npm:4.43.0":
3402
- version: 4.43.0
3403
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.43.0"
3401
+ "@rollup/rollup-linux-s390x-gnu@npm:4.44.0":
3402
+ version: 4.44.0
3403
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.44.0"
3404
3404
  conditions: os=linux & cpu=s390x & libc=glibc
3405
3405
  languageName: node
3406
3406
  linkType: hard
3407
3407
 
3408
- "@rollup/rollup-linux-x64-gnu@npm:4.43.0":
3409
- version: 4.43.0
3410
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.43.0"
3408
+ "@rollup/rollup-linux-x64-gnu@npm:4.44.0":
3409
+ version: 4.44.0
3410
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.44.0"
3411
3411
  conditions: os=linux & cpu=x64 & libc=glibc
3412
3412
  languageName: node
3413
3413
  linkType: hard
3414
3414
 
3415
- "@rollup/rollup-linux-x64-musl@npm:4.43.0":
3416
- version: 4.43.0
3417
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.43.0"
3415
+ "@rollup/rollup-linux-x64-musl@npm:4.44.0":
3416
+ version: 4.44.0
3417
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.44.0"
3418
3418
  conditions: os=linux & cpu=x64 & libc=musl
3419
3419
  languageName: node
3420
3420
  linkType: hard
3421
3421
 
3422
- "@rollup/rollup-win32-arm64-msvc@npm:4.43.0":
3423
- version: 4.43.0
3424
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.43.0"
3422
+ "@rollup/rollup-win32-arm64-msvc@npm:4.44.0":
3423
+ version: 4.44.0
3424
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.44.0"
3425
3425
  conditions: os=win32 & cpu=arm64
3426
3426
  languageName: node
3427
3427
  linkType: hard
3428
3428
 
3429
- "@rollup/rollup-win32-ia32-msvc@npm:4.43.0":
3430
- version: 4.43.0
3431
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.43.0"
3429
+ "@rollup/rollup-win32-ia32-msvc@npm:4.44.0":
3430
+ version: 4.44.0
3431
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.44.0"
3432
3432
  conditions: os=win32 & cpu=ia32
3433
3433
  languageName: node
3434
3434
  linkType: hard
3435
3435
 
3436
- "@rollup/rollup-win32-x64-msvc@npm:4.43.0":
3437
- version: 4.43.0
3438
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.43.0"
3436
+ "@rollup/rollup-win32-x64-msvc@npm:4.44.0":
3437
+ version: 4.44.0
3438
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.44.0"
3439
3439
  conditions: os=win32 & cpu=x64
3440
3440
  languageName: node
3441
3441
  linkType: hard
@@ -5179,14 +5179,14 @@ __metadata:
5179
5179
  linkType: hard
5180
5180
 
5181
5181
  "@tiptap/extension-bubble-menu@npm:^2.0.0-beta.56":
5182
- version: 2.14.0
5183
- resolution: "@tiptap/extension-bubble-menu@npm:2.14.0"
5182
+ version: 2.22.3
5183
+ resolution: "@tiptap/extension-bubble-menu@npm:2.22.3"
5184
5184
  dependencies:
5185
5185
  tippy.js: "npm:^6.3.7"
5186
5186
  peerDependencies:
5187
5187
  "@tiptap/core": ^2.7.0
5188
5188
  "@tiptap/pm": ^2.7.0
5189
- checksum: 10c0/f7897e89ed9507f93adbfe89a6b1001cbc2ed3d2c0ec14c74061eff8e20d2e06e370f05bdd67a052eb49584a7382c4c2414440557d367ac73d653fbb390d3bc6
5189
+ checksum: 10c0/0fc0976e5e215e8457c883d3672f69f612b16b72d647639a2c63cedea87f1b0fa49a2cd8c5ad6a095dafffc88c7ab07e90d787e3b80d7ceb607bb553cc532f81
5190
5190
  languageName: node
5191
5191
  linkType: hard
5192
5192
 
@@ -5209,14 +5209,14 @@ __metadata:
5209
5209
  linkType: hard
5210
5210
 
5211
5211
  "@tiptap/extension-floating-menu@npm:^2.0.0-beta.51":
5212
- version: 2.14.0
5213
- resolution: "@tiptap/extension-floating-menu@npm:2.14.0"
5212
+ version: 2.22.3
5213
+ resolution: "@tiptap/extension-floating-menu@npm:2.22.3"
5214
5214
  dependencies:
5215
5215
  tippy.js: "npm:^6.3.7"
5216
5216
  peerDependencies:
5217
5217
  "@tiptap/core": ^2.7.0
5218
5218
  "@tiptap/pm": ^2.7.0
5219
- checksum: 10c0/f4214f0974e58e91b275095c7f7385ac8cc41c80bb0203cc816ebff4f5551efe92c98e754c8659ccbc771d679a3659f3d3716e5a79bd8e27fd7e430b9155a754
5219
+ checksum: 10c0/d6de93438da9cddda612186da6665809d40a667bbea2d92c05bef8d3f138d1e9cd3c63d2218f4948e9f7f562ec20d6291bed35ec9934da114782429d3d78a7ef
5220
5220
  languageName: node
5221
5221
  linkType: hard
5222
5222
 
@@ -5466,14 +5466,7 @@ __metadata:
5466
5466
  languageName: node
5467
5467
  linkType: hard
5468
5468
 
5469
- "@types/estree@npm:1.0.7":
5470
- version: 1.0.7
5471
- resolution: "@types/estree@npm:1.0.7"
5472
- checksum: 10c0/be815254316882f7c40847336cd484c3bc1c3e34f710d197160d455dc9d6d050ffbf4c3bc76585dba86f737f020ab20bdb137ebe0e9116b0c86c7c0342221b8c
5473
- languageName: node
5474
- linkType: hard
5475
-
5476
- "@types/estree@npm:^1.0.0":
5469
+ "@types/estree@npm:1.0.8, @types/estree@npm:^1.0.0":
5477
5470
  version: 1.0.8
5478
5471
  resolution: "@types/estree@npm:1.0.8"
5479
5472
  checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5
@@ -6208,30 +6201,30 @@ __metadata:
6208
6201
  languageName: node
6209
6202
  linkType: hard
6210
6203
 
6211
- "@volar/language-core@npm:2.4.14, @volar/language-core@npm:~2.4.0-alpha.18":
6212
- version: 2.4.14
6213
- resolution: "@volar/language-core@npm:2.4.14"
6204
+ "@volar/language-core@npm:2.4.15, @volar/language-core@npm:~2.4.0-alpha.18":
6205
+ version: 2.4.15
6206
+ resolution: "@volar/language-core@npm:2.4.15"
6214
6207
  dependencies:
6215
- "@volar/source-map": "npm:2.4.14"
6216
- checksum: 10c0/ac375e88cf7bad7eb94eb48750eeb37a237378c5ebafd8c0ea764c39fee2a69d9195468c19fbbeeeaa4a205b966e83f732004ab52df1d72206c30dcea2a1b623
6208
+ "@volar/source-map": "npm:2.4.15"
6209
+ checksum: 10c0/34ebd2a0f19ff5ee676d990dd3cc63a72867ab39a39071b0699486cf6e1304cad136cace78a55eaba41340720aa60863a4a9646f338bcca4bb9e0e22bd5d431e
6217
6210
  languageName: node
6218
6211
  linkType: hard
6219
6212
 
6220
- "@volar/source-map@npm:2.4.14":
6221
- version: 2.4.14
6222
- resolution: "@volar/source-map@npm:2.4.14"
6223
- checksum: 10c0/b8c0c83e5796b92a5087749e4db5d894edf61775c3912f4bd0bbe45a237441a78e1502e433d3cb25feef1c63f01e7a5d51ea417dfb6b352b3e898f707c64c972
6213
+ "@volar/source-map@npm:2.4.15":
6214
+ version: 2.4.15
6215
+ resolution: "@volar/source-map@npm:2.4.15"
6216
+ checksum: 10c0/f1c353774c1e758d99ebadc2fffd416eeba5fa5f461597cef5d201ca4ea5a81ad9d7eb1c418d61b3cadaed1db2fef3fa0a29e85a02f08bba6fab04578736959a
6224
6217
  languageName: node
6225
6218
  linkType: hard
6226
6219
 
6227
6220
  "@volar/typescript@npm:^2.3.4, @volar/typescript@npm:~2.4.0-alpha.18":
6228
- version: 2.4.14
6229
- resolution: "@volar/typescript@npm:2.4.14"
6221
+ version: 2.4.15
6222
+ resolution: "@volar/typescript@npm:2.4.15"
6230
6223
  dependencies:
6231
- "@volar/language-core": "npm:2.4.14"
6224
+ "@volar/language-core": "npm:2.4.15"
6232
6225
  path-browserify: "npm:^1.0.1"
6233
6226
  vscode-uri: "npm:^3.0.8"
6234
- checksum: 10c0/bdbe2375cc99b1acfc29c718c30240b888a41cf32b413a24425ea666552d65fec32de20dda14c522e2ec626dcaf2f6f55ba1c9dc1d2c5a5727fe7e2ea87857d3
6227
+ checksum: 10c0/f8d9e2f34e3d47edd3db51c23a4b14c48098e145c31566e463ec468a472bb3679426652c73a605a501977690749f7330c463a110283ce5d2c221f411b5fd889b
6235
6228
  languageName: node
6236
6229
  linkType: hard
6237
6230
 
@@ -8084,9 +8077,9 @@ __metadata:
8084
8077
  linkType: hard
8085
8078
 
8086
8079
  "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.30001718":
8087
- version: 1.0.30001723
8088
- resolution: "caniuse-lite@npm:1.0.30001723"
8089
- checksum: 10c0/e019503061759b96017c4d27ddd7ca1b48533eabcd0431b51d2e3156f99f6b031075e46c279c0db63424cdfc874bba992caec2db51b922a0f945e686246886f6
8080
+ version: 1.0.30001724
8081
+ resolution: "caniuse-lite@npm:1.0.30001724"
8082
+ checksum: 10c0/ed9ec0bcf619f0e7ef2d33aac74d2346d1faf52060dfded1fb9c32d87854de5c2988b3ba338c281034c88bf797d6b55468a804ce8396a7e16a48cb0d481d4bfe
8090
8083
  languageName: node
8091
8084
  linkType: hard
8092
8085
 
@@ -8847,7 +8840,7 @@ __metadata:
8847
8840
  languageName: node
8848
8841
  linkType: hard
8849
8842
 
8850
- "create-hash@npm:^1.1.0, create-hash@npm:^1.1.2, create-hash@npm:^1.2.0":
8843
+ "create-hash@npm:^1.1.0, create-hash@npm:^1.2.0":
8851
8844
  version: 1.2.0
8852
8845
  resolution: "create-hash@npm:1.2.0"
8853
8846
  dependencies:
@@ -8860,7 +8853,19 @@ __metadata:
8860
8853
  languageName: node
8861
8854
  linkType: hard
8862
8855
 
8863
- "create-hmac@npm:^1.1.4, create-hmac@npm:^1.1.7":
8856
+ "create-hash@npm:~1.1.3":
8857
+ version: 1.1.3
8858
+ resolution: "create-hash@npm:1.1.3"
8859
+ dependencies:
8860
+ cipher-base: "npm:^1.0.1"
8861
+ inherits: "npm:^2.0.1"
8862
+ ripemd160: "npm:^2.0.0"
8863
+ sha.js: "npm:^2.4.0"
8864
+ checksum: 10c0/dbcf4a1b13c8dd5f2a69f5f30bd2701f919ed7d3fbf5aa530cf00b17a950c2b77f63bfe6a2981735a646ae2620d96c8f4584bf70aeeabf050a31de4e46219d08
8865
+ languageName: node
8866
+ linkType: hard
8867
+
8868
+ "create-hmac@npm:^1.1.7":
8864
8869
  version: 1.1.7
8865
8870
  resolution: "create-hmac@npm:1.1.7"
8866
8871
  dependencies:
@@ -9873,9 +9878,9 @@ __metadata:
9873
9878
  linkType: hard
9874
9879
 
9875
9880
  "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.160":
9876
- version: 1.5.170
9877
- resolution: "electron-to-chromium@npm:1.5.170"
9878
- checksum: 10c0/138c6d293b310729f7550f6d36ae4b2bdd0453220e8b11d8780395cf38c9ae816b1f30a3978d790f1951cfa89e7c7911af4a779094c33ae167c89c7ba6751834
9881
+ version: 1.5.173
9882
+ resolution: "electron-to-chromium@npm:1.5.173"
9883
+ checksum: 10c0/3242129332438ddc34c30dc218241e837fd87e8db54ba5d22a2e3e789115ce15932b5989d91b14be304081446a4c169bc1e573db6edd6eb3e859a7dba44e6c0a
9879
9884
  languageName: node
9880
9885
  linkType: hard
9881
9886
 
@@ -10448,14 +10453,14 @@ __metadata:
10448
10453
  linkType: hard
10449
10454
 
10450
10455
  "eslint-module-utils@npm:^2.6.0":
10451
- version: 2.12.0
10452
- resolution: "eslint-module-utils@npm:2.12.0"
10456
+ version: 2.12.1
10457
+ resolution: "eslint-module-utils@npm:2.12.1"
10453
10458
  dependencies:
10454
10459
  debug: "npm:^3.2.7"
10455
10460
  peerDependenciesMeta:
10456
10461
  eslint:
10457
10462
  optional: true
10458
- checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
10463
+ checksum: 10c0/6f4efbe7a91ae49bf67b4ab3644cb60bc5bd7db4cb5521de1b65be0847ffd3fb6bce0dd68f0995e1b312d137f768e2a1f842ee26fe73621afa05f850628fdc40
10459
10464
  languageName: node
10460
10465
  linkType: hard
10461
10466
 
@@ -12099,6 +12104,15 @@ __metadata:
12099
12104
  languageName: node
12100
12105
  linkType: hard
12101
12106
 
12107
+ "hash-base@npm:^2.0.0":
12108
+ version: 2.0.2
12109
+ resolution: "hash-base@npm:2.0.2"
12110
+ dependencies:
12111
+ inherits: "npm:^2.0.1"
12112
+ checksum: 10c0/283f6060277b52e627a734c4d19d4315ba82326cab5a2f4f2f00b924d747dc7cc902a8cedb1904c7a3501075fcbb24c08de1152bae296698fdc5ad75b33986af
12113
+ languageName: node
12114
+ linkType: hard
12115
+
12102
12116
  "hash-base@npm:^3.0.0":
12103
12117
  version: 3.1.0
12104
12118
  resolution: "hash-base@npm:3.1.0"
@@ -14280,11 +14294,11 @@ __metadata:
14280
14294
  linkType: hard
14281
14295
 
14282
14296
  "markdown-to-jsx@npm:^7.1.3":
14283
- version: 7.7.7
14284
- resolution: "markdown-to-jsx@npm:7.7.7"
14297
+ version: 7.7.8
14298
+ resolution: "markdown-to-jsx@npm:7.7.8"
14285
14299
  peerDependencies:
14286
14300
  react: ">= 0.14.0"
14287
- checksum: 10c0/d058d5e2657e034a1a4599906fbbcbb61858495c1c97a84711ba01ed3dfea932a8ae3f2ca027de4c62f13c77ad2ddc36c9b7ece66f39d3668699271000c7bab2
14301
+ checksum: 10c0/6d279d906fc48e38ec178e61a5c78cdb0c89e1cfb9ba4e0f918699a61c5e6d5dbc255f073be12472df503a1f213c071b8d845e51ad211c59a9c890ff5b07dd5e
14288
14302
  languageName: node
14289
14303
  linkType: hard
14290
14304
 
@@ -15913,15 +15927,16 @@ __metadata:
15913
15927
  linkType: hard
15914
15928
 
15915
15929
  "pbkdf2@npm:^3.1.2":
15916
- version: 3.1.2
15917
- resolution: "pbkdf2@npm:3.1.2"
15930
+ version: 3.1.3
15931
+ resolution: "pbkdf2@npm:3.1.3"
15918
15932
  dependencies:
15919
- create-hash: "npm:^1.1.2"
15920
- create-hmac: "npm:^1.1.4"
15921
- ripemd160: "npm:^2.0.1"
15922
- safe-buffer: "npm:^5.0.1"
15923
- sha.js: "npm:^2.4.8"
15924
- checksum: 10c0/5a30374e87d33fa080a92734d778cf172542cc7e41b96198c4c88763997b62d7850de3fbda5c3111ddf79805ee7c1da7046881c90ac4920b5e324204518b05fd
15933
+ create-hash: "npm:~1.1.3"
15934
+ create-hmac: "npm:^1.1.7"
15935
+ ripemd160: "npm:=2.0.1"
15936
+ safe-buffer: "npm:^5.2.1"
15937
+ sha.js: "npm:^2.4.11"
15938
+ to-buffer: "npm:^1.2.0"
15939
+ checksum: 10c0/12779463dfb847701f186e0b7e5fd538a1420409a485dcf5100689c2b3ec3cb113204e82a68668faf3b6dd76ec19260b865313c9d3a9c252807163bdc24652ae
15925
15940
  languageName: node
15926
15941
  linkType: hard
15927
15942
 
@@ -18788,6 +18803,16 @@ __metadata:
18788
18803
  languageName: node
18789
18804
  linkType: hard
18790
18805
 
18806
+ "ripemd160@npm:=2.0.1":
18807
+ version: 2.0.1
18808
+ resolution: "ripemd160@npm:2.0.1"
18809
+ dependencies:
18810
+ hash-base: "npm:^2.0.0"
18811
+ inherits: "npm:^2.0.1"
18812
+ checksum: 10c0/d4cbb4713c1268bb35e44815b12e3744a952a72b72e6a72110c8f3932227ddf68841110285fe2ed1c04805e2621d85f905deb5f55f9d91fa1bfc0f8081a244e6
18813
+ languageName: node
18814
+ linkType: hard
18815
+
18791
18816
  "ripemd160@npm:^2.0.0, ripemd160@npm:^2.0.1":
18792
18817
  version: 2.0.2
18793
18818
  resolution: "ripemd160@npm:2.0.2"
@@ -18901,30 +18926,30 @@ __metadata:
18901
18926
  linkType: hard
18902
18927
 
18903
18928
  "rollup@npm:^4.13.0":
18904
- version: 4.43.0
18905
- resolution: "rollup@npm:4.43.0"
18906
- dependencies:
18907
- "@rollup/rollup-android-arm-eabi": "npm:4.43.0"
18908
- "@rollup/rollup-android-arm64": "npm:4.43.0"
18909
- "@rollup/rollup-darwin-arm64": "npm:4.43.0"
18910
- "@rollup/rollup-darwin-x64": "npm:4.43.0"
18911
- "@rollup/rollup-freebsd-arm64": "npm:4.43.0"
18912
- "@rollup/rollup-freebsd-x64": "npm:4.43.0"
18913
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.43.0"
18914
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.43.0"
18915
- "@rollup/rollup-linux-arm64-gnu": "npm:4.43.0"
18916
- "@rollup/rollup-linux-arm64-musl": "npm:4.43.0"
18917
- "@rollup/rollup-linux-loongarch64-gnu": "npm:4.43.0"
18918
- "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.43.0"
18919
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.43.0"
18920
- "@rollup/rollup-linux-riscv64-musl": "npm:4.43.0"
18921
- "@rollup/rollup-linux-s390x-gnu": "npm:4.43.0"
18922
- "@rollup/rollup-linux-x64-gnu": "npm:4.43.0"
18923
- "@rollup/rollup-linux-x64-musl": "npm:4.43.0"
18924
- "@rollup/rollup-win32-arm64-msvc": "npm:4.43.0"
18925
- "@rollup/rollup-win32-ia32-msvc": "npm:4.43.0"
18926
- "@rollup/rollup-win32-x64-msvc": "npm:4.43.0"
18927
- "@types/estree": "npm:1.0.7"
18929
+ version: 4.44.0
18930
+ resolution: "rollup@npm:4.44.0"
18931
+ dependencies:
18932
+ "@rollup/rollup-android-arm-eabi": "npm:4.44.0"
18933
+ "@rollup/rollup-android-arm64": "npm:4.44.0"
18934
+ "@rollup/rollup-darwin-arm64": "npm:4.44.0"
18935
+ "@rollup/rollup-darwin-x64": "npm:4.44.0"
18936
+ "@rollup/rollup-freebsd-arm64": "npm:4.44.0"
18937
+ "@rollup/rollup-freebsd-x64": "npm:4.44.0"
18938
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.44.0"
18939
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.44.0"
18940
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.44.0"
18941
+ "@rollup/rollup-linux-arm64-musl": "npm:4.44.0"
18942
+ "@rollup/rollup-linux-loongarch64-gnu": "npm:4.44.0"
18943
+ "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.44.0"
18944
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.44.0"
18945
+ "@rollup/rollup-linux-riscv64-musl": "npm:4.44.0"
18946
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.44.0"
18947
+ "@rollup/rollup-linux-x64-gnu": "npm:4.44.0"
18948
+ "@rollup/rollup-linux-x64-musl": "npm:4.44.0"
18949
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.44.0"
18950
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.44.0"
18951
+ "@rollup/rollup-win32-x64-msvc": "npm:4.44.0"
18952
+ "@types/estree": "npm:1.0.8"
18928
18953
  fsevents: "npm:~2.3.2"
18929
18954
  dependenciesMeta:
18930
18955
  "@rollup/rollup-android-arm-eabi":
@@ -18971,7 +18996,7 @@ __metadata:
18971
18996
  optional: true
18972
18997
  bin:
18973
18998
  rollup: dist/bin/rollup
18974
- checksum: 10c0/a14a16ee5433f9eddfe803ed1a3f4528e3e96f746e55bf88c5482f9a60a4ad61f507b59f46d5d9c8dc98bb7983483e0c94b760ae37c02157eba9da5665c1641b
18999
+ checksum: 10c0/ff3e0741f2fc7b7b183079628cf50fcfc9163bef86ecfbc9f4e4023adfdee375b7075940963514e2bc4969764688d38d67095bce038b0ad5d572207f114afff5
18975
19000
  languageName: node
18976
19001
  linkType: hard
18977
19002
 
@@ -19406,7 +19431,7 @@ __metadata:
19406
19431
  languageName: node
19407
19432
  linkType: hard
19408
19433
 
19409
- "sha.js@npm:^2.4.0, sha.js@npm:^2.4.8":
19434
+ "sha.js@npm:^2.4.0, sha.js@npm:^2.4.11, sha.js@npm:^2.4.8":
19410
19435
  version: 2.4.11
19411
19436
  resolution: "sha.js@npm:2.4.11"
19412
19437
  dependencies:
@@ -20544,8 +20569,8 @@ __metadata:
20544
20569
  linkType: hard
20545
20570
 
20546
20571
  "terser@npm:^5.3.4":
20547
- version: 5.43.0
20548
- resolution: "terser@npm:5.43.0"
20572
+ version: 5.43.1
20573
+ resolution: "terser@npm:5.43.1"
20549
20574
  dependencies:
20550
20575
  "@jridgewell/source-map": "npm:^0.3.3"
20551
20576
  acorn: "npm:^8.14.0"
@@ -20553,7 +20578,7 @@ __metadata:
20553
20578
  source-map-support: "npm:~0.5.20"
20554
20579
  bin:
20555
20580
  terser: bin/terser
20556
- checksum: 10c0/9bc6ef2ad20a6f12328b28b4a75f58095ba726a586f22036a27899178eebb7640a281559546a9efddb31a7020287996006d18897b2bd254398b8c3a1cf24969b
20581
+ checksum: 10c0/9cd3fa09ea6bcb79eb71995216b8bef0651b18c5c3877535fc699a77e1ab43b140a4da5811ac9baeb654fa9ec939b17324092f0f0bdb19c402e101e3db946986
20557
20582
  languageName: node
20558
20583
  linkType: hard
20559
20584
 
@@ -20680,6 +20705,17 @@ __metadata:
20680
20705
  languageName: node
20681
20706
  linkType: hard
20682
20707
 
20708
+ "to-buffer@npm:^1.2.0":
20709
+ version: 1.2.1
20710
+ resolution: "to-buffer@npm:1.2.1"
20711
+ dependencies:
20712
+ isarray: "npm:^2.0.5"
20713
+ safe-buffer: "npm:^5.2.1"
20714
+ typed-array-buffer: "npm:^1.0.3"
20715
+ checksum: 10c0/bbf07a2a7d6ff9e3ffe503c689176c7149cf3ec25887ce7c4aa5c4841a8845cc71121cd7b4a4769957f823b3f31dbf6b1be6e0a5955798ad864bf2245ee8b5e4
20716
+ languageName: node
20717
+ linkType: hard
20718
+
20683
20719
  "to-object-path@npm:^0.3.0":
20684
20720
  version: 0.3.0
20685
20721
  resolution: "to-object-path@npm:0.3.0"