@licklist/design 0.78.5-stage.6 → 0.78.5

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 (27) hide show
  1. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +2 -1
  2. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  3. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +3 -2
  4. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  5. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  6. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
  7. package/dist/modals/dialog/Dialog.d.ts.map +1 -1
  8. package/dist/modals/dialog/Dialog.js +41 -39
  9. package/dist/notification/email-template/control/EmailTemplateControl.d.ts +0 -1
  10. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  11. package/dist/notification/email-template/control/EmailTemplateControl.js +4 -4
  12. package/dist/notification/email-template/form/EmailTemplateForm.d.ts +1 -2
  13. package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
  14. package/dist/notification/email-template/form/EmailTemplateForm.js +1 -2
  15. package/dist/product-set/control/ProductSetControl.js +2 -1
  16. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
  17. package/package.json +6 -7
  18. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +12 -4
  19. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +0 -1
  20. package/src/events/event-statistic-modal/EventStatisticModal.tsx +0 -1
  21. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +0 -1
  22. package/src/modals/dialog/Dialog.tsx +36 -35
  23. package/src/notification/email-template/control/EmailTemplateControl.tsx +5 -7
  24. package/src/notification/email-template/form/EmailTemplateForm.tsx +0 -3
  25. package/src/product-set/control/ProductSetControl.tsx +1 -1
  26. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +0 -1
  27. package/yarn.lock +181 -162
@@ -2,9 +2,10 @@ export declare const SALE_DEADLINE_NAME_CATEGORY = "saleDeadlineCategory";
2
2
  export declare const SALE_DEADLINE_NAME = "saleDeadline";
3
3
  export declare const DEADLINE_NAME: readonly ["saleDeadlineCategory", "saleDeadline"];
4
4
  export type DeadLineNameType = (typeof DEADLINE_NAME)[number];
5
- export declare const SaleDeadline: ({ disabled, onlyBefore, deadLineCategory, }: {
5
+ export declare const SaleDeadline: ({ disabled, onlyBefore, isProductSet, deadLineCategory, }: {
6
6
  disabled?: boolean;
7
7
  onlyBefore?: boolean;
8
+ isProductSet?: boolean;
8
9
  deadLineCategory?: string;
9
10
  }) => import("react/jsx-runtime").JSX.Element;
10
11
  //# sourceMappingURL=SaleDeadline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SaleDeadline.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,2BAA2B,yBAAyB,CAAA;AACjE,eAAO,MAAM,kBAAkB,iBAAiB,CAAA;AAWhD,eAAO,MAAM,aAAa,mDAGhB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAU7D,eAAO,MAAM,YAAY,gDAItB;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,4CA8JA,CAAA"}
1
+ {"version":3,"file":"SaleDeadline.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,2BAA2B,yBAAyB,CAAA;AACjE,eAAO,MAAM,kBAAkB,iBAAiB,CAAA;AAWhD,eAAO,MAAM,aAAa,mDAGhB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAU7D,eAAO,MAAM,YAAY,8DAKtB;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,4CAoKA,CAAA"}
@@ -67,7 +67,7 @@ var SALE_DEADLINES_EVENT_START_TYPES = [
67
67
  }
68
68
  ];
69
69
  var SaleDeadline = function(param) {
70
- var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_onlyBefore = param.onlyBefore, onlyBefore = _param_onlyBefore === void 0 ? false : _param_onlyBefore, deadLineCategory = param.deadLineCategory;
70
+ var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_onlyBefore = param.onlyBefore, onlyBefore = _param_onlyBefore === void 0 ? false : _param_onlyBefore, _param_isProductSet = param.isProductSet, isProductSet = _param_isProductSet === void 0 ? false : _param_isProductSet, deadLineCategory = param.deadLineCategory;
71
71
  var _errors_root;
72
72
  var t = useTranslation([
73
73
  'Design'
@@ -133,9 +133,10 @@ var SaleDeadline = function(param) {
133
133
  name: "sale-deadline",
134
134
  options: SALE_DEADLINES_EVENT_START_TYPES.map(function(param) {
135
135
  var type = param.type;
136
+ var salesDeadlineTitle = type === SALE_DEADLINE_BEFORE_TYPE && isProductSet ? 'beforeProductSet' : type;
136
137
  return {
137
138
  id: type,
138
- value: t("Design:".concat(type))
139
+ value: t("Design:".concat(salesDeadlineTitle))
139
140
  };
140
141
  }),
141
142
  value: deadlineType,
@@ -1 +1 @@
1
- {"version":3,"file":"EditRecurrentEventModal.d.ts","sourceRoot":"","sources":["../../../src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AAGrD,eAAO,MAAM,eAAe,cAAc,CAAA;AAC1C,eAAO,MAAM,8BAA8B,2BAA2B,CAAA;AACtE,eAAO,MAAM,eAAe,cAAc,CAAA;AAE1C,QAAA,MAAM,KAAK,+DAID,CAAA;AAEV,eAAO,MAAM,2BAA2B,cAAkB,CAAA;AAE1D,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAA;AAED,eAAO,MAAM,gCAAgC;;CAE5C,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvD,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,kBAAkB,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,6BAA6B,KAAK,IAAI,CAAA;IACzD,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,uBAAuB,qHAWjC,4BAA4B,4CAqG9B,CAAA"}
1
+ {"version":3,"file":"EditRecurrentEventModal.d.ts","sourceRoot":"","sources":["../../../src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AAGrD,eAAO,MAAM,eAAe,cAAc,CAAA;AAC1C,eAAO,MAAM,8BAA8B,2BAA2B,CAAA;AACtE,eAAO,MAAM,eAAe,cAAc,CAAA;AAE1C,QAAA,MAAM,KAAK,+DAID,CAAA;AAEV,eAAO,MAAM,2BAA2B,cAAkB,CAAA;AAE1D,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAA;AAED,eAAO,MAAM,gCAAgC;;CAE5C,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvD,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,kBAAkB,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,6BAA6B,KAAK,IAAI,CAAA;IACzD,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,uBAAuB,qHAWjC,4BAA4B,4CAoG9B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"EventStatisticModal.d.ts","sourceRoot":"","sources":["../../../src/events/event-statistic-modal/EventStatisticModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAA;AAK/E,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,OAAO,CAAA;IACf,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACnC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAA;IAC9B,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,mBAAmB,wDAM7B,wBAAwB,4CAkD1B,CAAA"}
1
+ {"version":3,"file":"EventStatisticModal.d.ts","sourceRoot":"","sources":["../../../src/events/event-statistic-modal/EventStatisticModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kEAAkE,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,MAAM,yDAAyD,CAAA;AAK/E,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,OAAO,CAAA;IACf,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;IACnC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,IAAI,CAAA;IAC9B,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,mBAAmB,wDAM7B,wBAAwB,4CAiD1B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAA;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8DAA8D,CAAA;AAKrG,UAAU,aAAc,SAAQ,SAAS;IACvC,qBAAqB,CAAC,EAAG,sBAAsB,EAAE,GAAG,IAAI,CAAC;CAC1D;AAED,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,YAAY,EAAE,aAAa,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,cAAc,kDAIxB,mBAAmB,4CAyCrB,CAAA"}
1
+ {"version":3,"file":"ProductSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAA;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8DAA8D,CAAA;AAIrG,UAAU,aAAc,SAAQ,SAAS;IACvC,qBAAqB,CAAC,EAAG,sBAAsB,EAAE,GAAG,IAAI,CAAC;CAC1D;AAED,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,YAAY,EAAE,aAAa,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,cAAc,kDAIxB,mBAAmB,4CAyCrB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../src/modals/dialog/Dialog.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAA;IAChC,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAChC;AAED,eAAO,MAAM,MAAM,uEAOhB,YAAY,4CAoDd,CAAA"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../src/modals/dialog/Dialog.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAA;IAChC,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAChC;AAED,eAAO,MAAM,MAAM,uEAOhB,YAAY,4CAqDd,CAAA"}
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
1
+ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
2
  import { Modal, Button } from 'react-bootstrap';
3
3
  import { useTranslation } from 'react-i18next';
4
4
 
@@ -15,45 +15,47 @@ var Dialog = function(param) {
15
15
  onDecline();
16
16
  }
17
17
  };
18
- return /*#__PURE__*/ jsxs(Modal, {
19
- show: isActive,
20
- onHide: onDecline,
21
- animation: false,
22
- size: "sm",
23
- centered: true,
24
- className: "text-center justify-content-center rounded",
25
- children: [
26
- /*#__PURE__*/ jsx(Modal.Header, {
27
- className: "justify-content-center border-0",
28
- children: title && /*#__PURE__*/ jsx(Modal.Title, {
29
- as: "h6",
30
- children: title
18
+ return /*#__PURE__*/ jsx(Fragment, {
19
+ children: /*#__PURE__*/ jsxs(Modal, {
20
+ show: isActive,
21
+ onHide: onDecline,
22
+ animation: false,
23
+ size: "sm",
24
+ centered: true,
25
+ className: "text-center justify-content-center rounded",
26
+ children: [
27
+ /*#__PURE__*/ jsx(Modal.Header, {
28
+ className: "justify-content-center border-0",
29
+ children: title && /*#__PURE__*/ jsx(Modal.Title, {
30
+ as: "h6",
31
+ children: title
32
+ })
33
+ }),
34
+ content && /*#__PURE__*/ jsx(Modal.Body, {
35
+ className: "justify-content-center",
36
+ children: content
37
+ }),
38
+ /*#__PURE__*/ jsx(Modal.Footer, {
39
+ className: "border-0 justify-content-center",
40
+ children: customButtons || /*#__PURE__*/ jsxs(Fragment, {
41
+ children: [
42
+ /*#__PURE__*/ jsx(Button, {
43
+ variant: "secondary",
44
+ className: "modal-buttons",
45
+ onClick: declineHandler,
46
+ children: t('cancel')
47
+ }),
48
+ /*#__PURE__*/ jsx(Button, {
49
+ variant: "primary",
50
+ className: "modal-buttons",
51
+ onClick: approveHandler,
52
+ children: t('Design:confirm')
53
+ })
54
+ ]
55
+ })
31
56
  })
32
- }),
33
- content && /*#__PURE__*/ jsx(Modal.Body, {
34
- className: "justify-content-center",
35
- children: content
36
- }),
37
- /*#__PURE__*/ jsx(Modal.Footer, {
38
- className: "border-0 justify-content-center",
39
- children: customButtons || /*#__PURE__*/ jsxs(Fragment, {
40
- children: [
41
- /*#__PURE__*/ jsx(Button, {
42
- variant: "secondary",
43
- className: "modal-buttons",
44
- onClick: declineHandler,
45
- children: t('cancel')
46
- }),
47
- /*#__PURE__*/ jsx(Button, {
48
- variant: "primary",
49
- className: "modal-buttons",
50
- onClick: approveHandler,
51
- children: t('Design:confirm')
52
- })
53
- ]
54
- })
55
- })
56
- ]
57
+ ]
58
+ })
57
59
  });
58
60
  };
59
61
 
@@ -7,7 +7,6 @@ export interface EmailTemplateControlProps {
7
7
  meta: string;
8
8
  defaultAttachments?: Attachment[];
9
9
  notificationTypes?: NotificationType[];
10
- waiverType?: boolean;
11
10
  getDefaultTemplateMetaByType?: (type?: NotificationType | null) => string;
12
11
  }
13
12
  export declare const EmailTemplateControl: import("react").ForwardRefExoticComponent<EmailTemplateControlProps & import("react").RefAttributes<unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"EmailTemplateControl.d.ts","sourceRoot":"","sources":["../../../../src/notification/email-template/control/EmailTemplateControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,cAAc,EAEf,MAAM,sEAAsE,CAAA;AAG7E,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAA;AAM7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wEAAwE,CAAA;AAMzG,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAA;IAC1C,IAAI,EAAE,MAAM,CAAA;IACZ,kBAAkB,CAAC,EAAE,UAAU,EAAE,CAAA;IACjC,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACtC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,4BAA4B,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,KAAK,MAAM,CAAA;CAC1E;AAED,eAAO,MAAM,oBAAoB,+GAsahC,CAAA"}
1
+ {"version":3,"file":"EmailTemplateControl.d.ts","sourceRoot":"","sources":["../../../../src/notification/email-template/control/EmailTemplateControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,cAAc,EAEf,MAAM,sEAAsE,CAAA;AAG7E,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAA;AAM7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wEAAwE,CAAA;AAMzG,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAA;IAC1C,IAAI,EAAE,MAAM,CAAA;IACZ,kBAAkB,CAAC,EAAE,UAAU,EAAE,CAAA;IACjC,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACtC,4BAA4B,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,KAAK,MAAM,CAAA;CAC1E;AAED,eAAO,MAAM,oBAAoB,+GAqahC,CAAA"}
@@ -234,7 +234,7 @@ function _ts_generator(thisArg, body) {
234
234
  }
235
235
  var EDITOR_DESIGN_UPDATED = 'design:updated';
236
236
  var EmailTemplateControl = /*#__PURE__*/ forwardRef(function(param, ref) {
237
- var setIsLoading = param.setIsLoading, meta = param.meta, _param_options = param.options, options = _param_options === void 0 ? [] : _param_options, _param_defaultAttachments = param.defaultAttachments, defaultAttachments = _param_defaultAttachments === void 0 ? [] : _param_defaultAttachments, _param_notificationTypes = param.notificationTypes, notificationTypes = _param_notificationTypes === void 0 ? [] : _param_notificationTypes, _param_waiverType = param.waiverType, waiverType = _param_waiverType === void 0 ? false : _param_waiverType, getDefaultTemplateMetaByType = param.getDefaultTemplateMetaByType;
237
+ var setIsLoading = param.setIsLoading, meta = param.meta, _param_options = param.options, options = _param_options === void 0 ? [] : _param_options, _param_defaultAttachments = param.defaultAttachments, defaultAttachments = _param_defaultAttachments === void 0 ? [] : _param_defaultAttachments, _param_notificationTypes = param.notificationTypes, notificationTypes = _param_notificationTypes === void 0 ? [] : _param_notificationTypes, getDefaultTemplateMetaByType = param.getDefaultTemplateMetaByType;
238
238
  var _errors_type, _errors_name, _errors_subject, _errors_body;
239
239
  var t = useTranslation([
240
240
  'Design'
@@ -476,7 +476,7 @@ var EmailTemplateControl = /*#__PURE__*/ forwardRef(function(param, ref) {
476
476
  ]
477
477
  })
478
478
  }),
479
- !waiverType && /*#__PURE__*/ jsx(Row, {
479
+ /*#__PURE__*/ jsx(Row, {
480
480
  children: /*#__PURE__*/ jsxs(Form.Group, {
481
481
  as: Col,
482
482
  children: [
@@ -578,7 +578,7 @@ var EmailTemplateControl = /*#__PURE__*/ forwardRef(function(param, ref) {
578
578
  }
579
579
  // should show dropdown only if user want to include PDF file
580
580
  if (option.type === OPTION_TYPE.files_selector) {
581
- var fileSelectors = (option === null || option === void 0 ? void 0 : option.defaultValue) ? JSON.parse(option.defaultValue) : '';
581
+ var fileSelectors = JSON.parse(option.defaultValue);
582
582
  var fileNames = Object.values(fileSelectors);
583
583
  var fileKeys = Object.keys(fileSelectors);
584
584
  return /*#__PURE__*/ jsxs(Fragment, {
@@ -622,7 +622,7 @@ var EmailTemplateControl = /*#__PURE__*/ forwardRef(function(param, ref) {
622
622
  ]
623
623
  });
624
624
  }
625
- if (option.type === OPTION_TYPE.days_reminder || option.type === OPTION_TYPE.waiver_reminder) {
625
+ if (option.type === OPTION_TYPE.days_reminder) {
626
626
  return /*#__PURE__*/ jsxs(Fragment, {
627
627
  children: [
628
628
  /*#__PURE__*/ jsx(Form.Label, {
@@ -31,10 +31,9 @@ export interface EmailTemplateProps extends HasPermissionProp {
31
31
  placeholders?: NotificationPlaceholder[];
32
32
  options?: TemplateOption[];
33
33
  serverErrors?: ServerError;
34
- waiverType?: boolean;
35
34
  notificationTypes?: NotificationType[];
36
35
  getDefaultTemplateMetaByType?: (type?: NotificationType | null) => string;
37
36
  onTypeChange?: (type?: NotificationType | null) => void;
38
37
  }
39
- export declare const EmailTemplateForm: ({ defaultValues, onSubmitSave, onSubmitSaveAndSend, hasPermission, placeholders, options, serverErrors, waiverType, notificationTypes, getDefaultTemplateMetaByType, onTypeChange, }: EmailTemplateProps) => import("react/jsx-runtime").JSX.Element;
38
+ export declare const EmailTemplateForm: ({ defaultValues, onSubmitSave, onSubmitSaveAndSend, hasPermission, placeholders, options, serverErrors, notificationTypes, getDefaultTemplateMetaByType, onTypeChange, }: EmailTemplateProps) => import("react/jsx-runtime").JSX.Element;
40
39
  //# sourceMappingURL=EmailTemplateForm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EmailTemplateForm.d.ts","sourceRoot":"","sources":["../../../../src/notification/email-template/form/EmailTemplateForm.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,8DAA8D,CAAA;AAIzF,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,+EAA+E,CAAA;AACvH,OAAO,EAAE,cAAc,EAAE,MAAM,sEAAsE,CAAA;AACrG,OAAO,EAAE,mBAAmB,EAAE,MAAM,2EAA2E,CAAA;AAC/G,OAAO,EAAE,kBAAkB,EAAE,MAAM,0EAA0E,CAAA;AAC7G,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAA;AAC7F,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAA;AAE3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAA;AACvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,qEAAqE,CAAA;AAC1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,wEAAwE,CAAA;AAKzG,MAAM,WAAW,mBAAoB,SAAQ,UAAU;IACrD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,GAAG,mBAAmB,EAAE,CAAA;IACjE,WAAW,CAAC,EAAE,UAAU,EAAE,CAAA;IAC1B,oBAAoB,CAAC,EAAE,mBAAmB,EAAE,CAAA;IAC5C,cAAc,CAAC,EAAE,oBAAoB,EAAE,CAAA;IACvC,IAAI,CAAC,EAAE,gBAAgB,CAAA;CACxB;AAED,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAA;IACnD,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAA;IAC3D,aAAa,CAAC,EAAE,mBAAmB,CAAA;IACnC,YAAY,CAAC,EAAE,uBAAuB,EAAE,CAAA;IACxC,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAA;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACtC,4BAA4B,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,KAAK,MAAM,CAAA;IACzE,YAAY,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAA;CACxD;AAED,eAAO,MAAM,iBAAiB,yLAY3B,kBAAkB,4CAoEpB,CAAA"}
1
+ {"version":3,"file":"EmailTemplateForm.d.ts","sourceRoot":"","sources":["../../../../src/notification/email-template/form/EmailTemplateForm.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,8DAA8D,CAAA;AAIzF,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,+EAA+E,CAAA;AACvH,OAAO,EAAE,cAAc,EAAE,MAAM,sEAAsE,CAAA;AACrG,OAAO,EAAE,mBAAmB,EAAE,MAAM,2EAA2E,CAAA;AAC/G,OAAO,EAAE,kBAAkB,EAAE,MAAM,0EAA0E,CAAA;AAC7G,OAAO,EAAE,UAAU,EAAE,MAAM,kEAAkE,CAAA;AAC7F,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAA;AAE3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAA;AACvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,qEAAqE,CAAA;AAC1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,wEAAwE,CAAA;AAKzG,MAAM,WAAW,mBAAoB,SAAQ,UAAU;IACrD,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,GAAG,mBAAmB,EAAE,CAAA;IACjE,WAAW,CAAC,EAAE,UAAU,EAAE,CAAA;IAC1B,oBAAoB,CAAC,EAAE,mBAAmB,EAAE,CAAA;IAC5C,cAAc,CAAC,EAAE,oBAAoB,EAAE,CAAA;IACvC,IAAI,CAAC,EAAE,gBAAgB,CAAA;CACxB;AAED,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAA;IACnD,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAA;IAC3D,aAAa,CAAC,EAAE,mBAAmB,CAAA;IACnC,YAAY,CAAC,EAAE,uBAAuB,EAAE,CAAA;IACxC,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAA;IAC1B,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACtC,4BAA4B,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,KAAK,MAAM,CAAA;IACzE,YAAY,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAA;CACxD;AAED,eAAO,MAAM,iBAAiB,6KAW3B,kBAAkB,4CAmEpB,CAAA"}
@@ -108,7 +108,7 @@ function _unsupported_iterable_to_array(o, minLen) {
108
108
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
109
109
  }
110
110
  var EmailTemplateForm = function(param) {
111
- var defaultValues = param.defaultValues, onSubmitSave = param.onSubmitSave, onSubmitSaveAndSend = param.onSubmitSaveAndSend, _param_hasPermission = param.hasPermission, hasPermission = _param_hasPermission === void 0 ? true : _param_hasPermission, _param_placeholders = param.placeholders, placeholders = _param_placeholders === void 0 ? [] : _param_placeholders, _param_options = param.options, options = _param_options === void 0 ? [] : _param_options, serverErrors = param.serverErrors, waiverType = param.waiverType, _param_notificationTypes = param.notificationTypes, notificationTypes = _param_notificationTypes === void 0 ? [] : _param_notificationTypes, getDefaultTemplateMetaByType = param.getDefaultTemplateMetaByType, onTypeChange = param.onTypeChange;
111
+ var defaultValues = param.defaultValues, onSubmitSave = param.onSubmitSave, onSubmitSaveAndSend = param.onSubmitSaveAndSend, _param_hasPermission = param.hasPermission, hasPermission = _param_hasPermission === void 0 ? true : _param_hasPermission, _param_placeholders = param.placeholders, placeholders = _param_placeholders === void 0 ? [] : _param_placeholders, _param_options = param.options, options = _param_options === void 0 ? [] : _param_options, serverErrors = param.serverErrors, _param_notificationTypes = param.notificationTypes, notificationTypes = _param_notificationTypes === void 0 ? [] : _param_notificationTypes, getDefaultTemplateMetaByType = param.getDefaultTemplateMetaByType, onTypeChange = param.onTypeChange;
112
112
  var t = useTranslation('Design').t;
113
113
  var _useState = _sliced_to_array(useState(false), 2), isLoading = _useState[0], setIsLoading = _useState[1];
114
114
  var emailEditorRef = useRef(null);
@@ -143,7 +143,6 @@ var EmailTemplateForm = function(param) {
143
143
  children: [
144
144
  /*#__PURE__*/ jsx(EmailTemplateControl, {
145
145
  ref: emailEditorRef,
146
- waiverType: waiverType,
147
146
  setIsLoading: setIsLoading,
148
147
  meta: (defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.meta) || null,
149
148
  defaultAttachments: (defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.attachments) || [],
@@ -184,7 +184,8 @@ function ProductSetControl(param) {
184
184
  })
185
185
  }),
186
186
  /*#__PURE__*/ jsx(SaleDeadline, {
187
- disabled: false
187
+ disabled: false,
188
+ isProductSet: true
188
189
  }),
189
190
  /*#__PURE__*/ jsx("div", {
190
191
  className: "divider"
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentsModal.d.ts","sourceRoot":"","sources":["../../../../../src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAA;IAC9C,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB;AAED,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,QAAQ,EACR,MAAM,GACP,EAAE,kBAAkB,2CAiCpB"}
1
+ {"version":3,"file":"PaymentsModal.d.ts","sourceRoot":"","sources":["../../../../../src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAA;IAC9C,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB;AAED,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,QAAQ,EACR,MAAM,GACP,EAAE,kBAAkB,2CAgCpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.78.5-stage.6",
3
+ "version": "0.78.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -42,9 +42,9 @@
42
42
  ]
43
43
  },
44
44
  "peerDependencies": {
45
- "@licklist/core": "0.36.1-stage.3",
45
+ "@licklist/core": "0.36.1",
46
46
  "@licklist/eslint-config": "0.5.6",
47
- "@licklist/plugins": "0.36.4-stage.4",
47
+ "@licklist/plugins": "0.35.10",
48
48
  "lodash": "4.17.21",
49
49
  "luxon": "3.5.0",
50
50
  "react": "17.0.2",
@@ -61,9 +61,9 @@
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.36.1-stage.3",
64
+ "@licklist/core": "0.36.1",
65
65
  "@licklist/eslint-config": "0.5.6",
66
- "@licklist/plugins": "0.36.4-stage.4",
66
+ "@licklist/plugins": "0.35.10",
67
67
  "@mantine/core": "6.0.22",
68
68
  "@mantine/hooks": "6.0.22",
69
69
  "@mdx-js/react": "1.6.22",
@@ -209,6 +209,5 @@
209
209
  "volta": {
210
210
  "node": "20.9.0",
211
211
  "yarn": "4.4.0"
212
- },
213
- "stableVersion": "0.71.19-stage.1"
212
+ }
214
213
  }
@@ -39,10 +39,12 @@ type SaleDeadlineType =
39
39
  export const SaleDeadline = ({
40
40
  disabled = false,
41
41
  onlyBefore = false,
42
+ isProductSet = false,
42
43
  deadLineCategory,
43
44
  }: {
44
45
  disabled?: boolean
45
46
  onlyBefore?: boolean
47
+ isProductSet?: boolean
46
48
  deadLineCategory?: string
47
49
  }) => {
48
50
  const { t } = useTranslation(['Design'])
@@ -140,10 +142,16 @@ export const SaleDeadline = ({
140
142
  <Switch
141
143
  name='sale-deadline'
142
144
  options={SALE_DEADLINES_EVENT_START_TYPES.map(
143
- ({ type }) => ({
144
- id: type,
145
- value: t(`Design:${type}`),
146
- }),
145
+ ({ type }) => {
146
+ const salesDeadlineTitle =
147
+ type === SALE_DEADLINE_BEFORE_TYPE && isProductSet
148
+ ? 'beforeProductSet'
149
+ : type
150
+ return {
151
+ id: type,
152
+ value: t(`Design:${salesDeadlineTitle}`),
153
+ }
154
+ },
147
155
  )}
148
156
  value={deadlineType}
149
157
  onChange={changeValueByType}
@@ -86,7 +86,6 @@ export const EditRecurrentEventModal = ({
86
86
  contentClassName='rounded'
87
87
  >
88
88
  <Form onSubmit={handleSubmit(onSubmit)} noValidate>
89
- {/* @ts-ignore */}
90
89
  <Modal.Header className='border-0'>
91
90
  <Modal.Title as='h6'>{title}</Modal.Title>
92
91
  <Button
@@ -37,7 +37,6 @@ export const EventStatisticModal = ({
37
37
  contentClassName='rounded'
38
38
  className='event-statistic-modal'
39
39
  >
40
- {/* @ts-ignore */}
41
40
  <Modal.Header>
42
41
  <Modal.Title as='h6'>{title ?? t('eventStatistic')}</Modal.Title>
43
42
  <Button
@@ -3,7 +3,6 @@ import { useIntl } from 'react-intl'
3
3
  import * as Config from '@licklist/core/dist/Config'
4
4
  import { OrderItem } from '@licklist/plugins/dist/types/context/Iframe/orderItems'
5
5
  import { OrderModifierByProduct } from '@licklist/core/dist/DataMapper/Order/OrderModifiierByProduct'
6
- import { calculateTotalModifiersPrice } from '../../utils'
7
6
  import { ProductWithModifier } from '../../../CategoryProduct/components/ProductWithModifier/ProductWithModifier'
8
7
 
9
8
 
@@ -32,41 +32,42 @@ export const Dialog = ({
32
32
  }
33
33
 
34
34
  return (
35
- <Modal
36
- show={isActive}
37
- onHide={onDecline}
38
- animation={false}
39
- size='sm'
40
- centered
41
- className='text-center justify-content-center rounded'
42
- >
43
- {/* @ts-ignore */}
44
- <Modal.Header className='justify-content-center border-0'>
45
- {title && <Modal.Title as='h6'>{title}</Modal.Title>}
46
- </Modal.Header>
47
- {content && (
48
- <Modal.Body className='justify-content-center'>{content}</Modal.Body>
49
- )}
50
- <Modal.Footer className='border-0 justify-content-center'>
51
- {customButtons || (
52
- <>
53
- <Button
54
- variant='secondary'
55
- className='modal-buttons'
56
- onClick={declineHandler}
57
- >
58
- {t('cancel')}
59
- </Button>
60
- <Button
61
- variant='primary'
62
- className='modal-buttons'
63
- onClick={approveHandler}
64
- >
65
- {t('Design:confirm')}
66
- </Button>
67
- </>
35
+ <>
36
+ <Modal
37
+ show={isActive}
38
+ onHide={onDecline}
39
+ animation={false}
40
+ size='sm'
41
+ centered
42
+ className='text-center justify-content-center rounded'
43
+ >
44
+ <Modal.Header className='justify-content-center border-0'>
45
+ {title && <Modal.Title as='h6'>{title}</Modal.Title>}
46
+ </Modal.Header>
47
+ {content && (
48
+ <Modal.Body className='justify-content-center'>{content}</Modal.Body>
68
49
  )}
69
- </Modal.Footer>
70
- </Modal>
50
+ <Modal.Footer className='border-0 justify-content-center'>
51
+ {customButtons || (
52
+ <>
53
+ <Button
54
+ variant='secondary'
55
+ className='modal-buttons'
56
+ onClick={declineHandler}
57
+ >
58
+ {t('cancel')}
59
+ </Button>
60
+ <Button
61
+ variant='primary'
62
+ className='modal-buttons'
63
+ onClick={approveHandler}
64
+ >
65
+ {t('Design:confirm')}
66
+ </Button>
67
+ </>
68
+ )}
69
+ </Modal.Footer>
70
+ </Modal>
71
+ </>
71
72
  )
72
73
  }
@@ -27,7 +27,6 @@ export interface EmailTemplateControlProps {
27
27
  meta: string
28
28
  defaultAttachments?: Attachment[]
29
29
  notificationTypes?: NotificationType[]
30
- waiverType?: boolean
31
30
  getDefaultTemplateMetaByType?: (type?: NotificationType | null) => string
32
31
  }
33
32
 
@@ -39,7 +38,6 @@ export const EmailTemplateControl = forwardRef(
39
38
  options = [],
40
39
  defaultAttachments = [],
41
40
  notificationTypes = [],
42
- waiverType = false,
43
41
  getDefaultTemplateMetaByType,
44
42
  }: EmailTemplateControlProps,
45
43
  ref: any,
@@ -198,7 +196,7 @@ export const EmailTemplateControl = forwardRef(
198
196
  })
199
197
  })
200
198
  }
201
-
199
+
202
200
  return (
203
201
  <>
204
202
  <Row>
@@ -286,7 +284,7 @@ export const EmailTemplateControl = forwardRef(
286
284
  </Form.Group>
287
285
  </Row>
288
286
 
289
- { !waiverType && (<Row>
287
+ <Row>
290
288
  <Form.Group as={Col}>
291
289
  <Form.Check
292
290
  {...register('isActive')}
@@ -303,7 +301,7 @@ export const EmailTemplateControl = forwardRef(
303
301
  custom
304
302
  />
305
303
  </Form.Group>
306
- </Row>)}
304
+ </Row>
307
305
  <Row className='mb-4'>
308
306
  <Form.Group as={Col}>
309
307
  <Form.Label>{t('Design:emailBody')}</Form.Label>
@@ -376,7 +374,7 @@ export const EmailTemplateControl = forwardRef(
376
374
  }
377
375
  // should show dropdown only if user want to include PDF file
378
376
  if (option.type === OPTION_TYPE.files_selector) {
379
- const fileSelectors = option?.defaultValue ? JSON.parse(option.defaultValue) : ''
377
+ const fileSelectors = JSON.parse(option.defaultValue)
380
378
  const fileNames = Object.values(fileSelectors)
381
379
  const fileKeys = Object.keys(fileSelectors)
382
380
 
@@ -425,7 +423,7 @@ export const EmailTemplateControl = forwardRef(
425
423
  )
426
424
  }
427
425
 
428
- if (option.type === OPTION_TYPE.days_reminder || option.type === OPTION_TYPE.waiver_reminder ) {
426
+ if (option.type === OPTION_TYPE.days_reminder) {
429
427
  return (
430
428
  <>
431
429
  <Form.Label className='mt-4'>
@@ -41,7 +41,6 @@ export interface EmailTemplateProps extends HasPermissionProp {
41
41
  placeholders?: NotificationPlaceholder[]
42
42
  options?: TemplateOption[]
43
43
  serverErrors?: ServerError
44
- waiverType?: boolean
45
44
  notificationTypes?: NotificationType[]
46
45
  getDefaultTemplateMetaByType?: (type?: NotificationType | null) => string
47
46
  onTypeChange?: (type?: NotificationType | null) => void
@@ -55,7 +54,6 @@ export const EmailTemplateForm = ({
55
54
  placeholders = [],
56
55
  options = [],
57
56
  serverErrors,
58
- waiverType,
59
57
  notificationTypes = [],
60
58
  getDefaultTemplateMetaByType,
61
59
  onTypeChange,
@@ -95,7 +93,6 @@ export const EmailTemplateForm = ({
95
93
  >
96
94
  <EmailTemplateControl
97
95
  ref={emailEditorRef}
98
- waiverType={waiverType}
99
96
  setIsLoading={setIsLoading}
100
97
  meta={defaultValues?.meta || null}
101
98
  defaultAttachments={defaultValues?.attachments || []}
@@ -227,7 +227,7 @@ export function ProductSetControl({
227
227
  </>
228
228
  )}
229
229
 
230
- <SaleDeadline disabled={false} />
230
+ <SaleDeadline disabled={false} isProductSet />
231
231
 
232
232
  <div className='divider' />
233
233
 
@@ -25,7 +25,6 @@ export function PaymentsModal({
25
25
 
26
26
  return (
27
27
  <Modal show={isVisible} onHide={onHide} centered>
28
- {/* @ts-ignore */}
29
28
  <Modal.Header closeButton>
30
29
  <Modal.Title>{t('Design:setEmail')}</Modal.Title>
31
30
  </Modal.Header>
package/yarn.lock CHANGED
@@ -2139,22 +2139,22 @@ __metadata:
2139
2139
  languageName: node
2140
2140
  linkType: hard
2141
2141
 
2142
- "@floating-ui/core@npm:^1.7.3":
2143
- version: 1.7.3
2144
- resolution: "@floating-ui/core@npm:1.7.3"
2142
+ "@floating-ui/core@npm:^1.7.2":
2143
+ version: 1.7.2
2144
+ resolution: "@floating-ui/core@npm:1.7.2"
2145
2145
  dependencies:
2146
2146
  "@floating-ui/utils": "npm:^0.2.10"
2147
- checksum: 10c0/edfc23800122d81df0df0fb780b7328ae6c5f00efbb55bd48ea340f4af8c5b3b121ceb4bb81220966ab0f87b443204d37105abdd93d94846468be3243984144c
2147
+ checksum: 10c0/ea5909ae1bfad6d8dd60ab893c7751fd974d96b25481d13805935a089b39881b4d69425a0a84cc74c82269d8b64ca0117c472fc83e425143bee1bb21b247de9c
2148
2148
  languageName: node
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.2
2153
+ resolution: "@floating-ui/dom@npm:1.7.2"
2154
2154
  dependencies:
2155
- "@floating-ui/core": "npm:^1.7.3"
2155
+ "@floating-ui/core": "npm:^1.7.2"
2156
2156
  "@floating-ui/utils": "npm:^0.2.10"
2157
- checksum: 10c0/cba30e9af1a52fb7cb443ae516d7aec032b33da2fa50914dcb18fc834dc31c71922f5c7653431e70d493f347018b2ce6435c98b3f154d92082345689b4458e59
2157
+ checksum: 10c0/1b2ad76dc7fe245a1bb406cd5b64a1316f2ec642aebaa4d1928b56ced6fe71046f089e3fef9340bab234645b6333546211e363a630a9e7cfca6bf5031c39e0cb
2158
2158
  languageName: node
2159
2159
  linkType: hard
2160
2160
 
@@ -2464,9 +2464,9 @@ __metadata:
2464
2464
  languageName: node
2465
2465
  linkType: hard
2466
2466
 
2467
- "@licklist/core@npm:0.36.1-stage.3":
2468
- version: 0.36.1-stage.3
2469
- resolution: "@licklist/core@npm:0.36.1-stage.3"
2467
+ "@licklist/core@npm:0.32.12":
2468
+ version: 0.32.12
2469
+ resolution: "@licklist/core@npm:0.32.12"
2470
2470
  dependencies:
2471
2471
  "@sentry/browser": "npm:6.2.0"
2472
2472
  axios: "npm:0.26.0"
@@ -2488,7 +2488,35 @@ __metadata:
2488
2488
  react-i18next: 11.8.8
2489
2489
  react-intl: 6.6.8
2490
2490
  zustand: 3.7.2
2491
- checksum: 10c0/b3ead266eb144ca74e7f62b3a1e1bde7ed4090075de004aaf9df62051d3a74a8402daf0446960d6ed4fbebe6b5849b0b22b94de0c817b0b9f2ea8f9cbff83c95
2491
+ checksum: 10c0/a3f2ad9000bd665afcc794ab02a4bd14e558807127036c2ead0453ee3b21810fded1c71aff1fc0317f8547cc5ad6ac419ac77badf661ad5c371928ef05e4f7fe
2492
+ languageName: node
2493
+ linkType: hard
2494
+
2495
+ "@licklist/core@npm:0.36.1":
2496
+ version: 0.36.1
2497
+ resolution: "@licklist/core@npm:0.36.1"
2498
+ dependencies:
2499
+ "@sentry/browser": "npm:6.2.0"
2500
+ axios: "npm:0.26.0"
2501
+ i18next: "npm:19.4.5"
2502
+ luxon: "npm:3.5.0"
2503
+ react: "npm:17.0.2"
2504
+ react-dom: "npm:17.0.2"
2505
+ react-i18next: "npm:11.8.8"
2506
+ react-intl: "npm:6.6.8"
2507
+ uuid: "npm:9.0.0"
2508
+ wait-for-expect: "npm:3.0.2"
2509
+ zustand: "npm:3.7.2"
2510
+ peerDependencies:
2511
+ "@licklist/eslint-config": 0.5.6
2512
+ axios: 0.26.0
2513
+ luxon: 3.5.0
2514
+ react: 17.0.2
2515
+ react-dom: 17.0.2
2516
+ react-i18next: 11.8.8
2517
+ react-intl: 6.6.8
2518
+ zustand: 3.7.2
2519
+ checksum: 10c0/f7aa3b4c7450dc7629f32d31411f577724e1d9a7ab36b37aa4004f9893ba739da8bcde9e88cb9ba02410caa05e96a26185b79631e31309d9f186a42b5b974197
2492
2520
  languageName: node
2493
2521
  linkType: hard
2494
2522
 
@@ -2503,9 +2531,9 @@ __metadata:
2503
2531
  "@dnd-kit/utilities": "npm:2.0.0"
2504
2532
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2505
2533
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2506
- "@licklist/core": "npm:0.36.1-stage.3"
2534
+ "@licklist/core": "npm:0.36.1"
2507
2535
  "@licklist/eslint-config": "npm:0.5.6"
2508
- "@licklist/plugins": "npm:0.36.4-stage.4"
2536
+ "@licklist/plugins": "npm:0.35.10"
2509
2537
  "@mantine/core": "npm:6.0.22"
2510
2538
  "@mantine/hooks": "npm:6.0.22"
2511
2539
  "@mdx-js/react": "npm:1.6.22"
@@ -2634,9 +2662,9 @@ __metadata:
2634
2662
  vite-plugin-svgr: "npm:4.2.0"
2635
2663
  vite-tsconfig-paths: "npm:5.0.1"
2636
2664
  peerDependencies:
2637
- "@licklist/core": 0.36.1-stage.3
2665
+ "@licklist/core": 0.36.1
2638
2666
  "@licklist/eslint-config": 0.5.6
2639
- "@licklist/plugins": 0.36.4-stage.4
2667
+ "@licklist/plugins": 0.35.10
2640
2668
  lodash: 4.17.21
2641
2669
  luxon: 3.5.0
2642
2670
  react: 17.0.2
@@ -2666,13 +2694,12 @@ __metadata:
2666
2694
  languageName: node
2667
2695
  linkType: hard
2668
2696
 
2669
- "@licklist/plugins@npm:0.36.4-stage.4":
2670
- version: 0.36.4-stage.4
2671
- resolution: "@licklist/plugins@npm:0.36.4-stage.4"
2697
+ "@licklist/plugins@npm:0.35.10":
2698
+ version: 0.35.10
2699
+ resolution: "@licklist/plugins@npm:0.35.10"
2672
2700
  dependencies:
2673
- "@licklist/core": "npm:0.36.1-stage.3"
2701
+ "@licklist/core": "npm:0.32.12"
2674
2702
  axios: "npm:0.26.0"
2675
- clsx: "npm:2.1.1"
2676
2703
  history: "npm:4.10.1"
2677
2704
  laravel-echo: "npm:1.15.1"
2678
2705
  lodash: "npm:4.17.21"
@@ -2689,10 +2716,9 @@ __metadata:
2689
2716
  react-query: "npm:3.34.12"
2690
2717
  react-router-dom: "npm:5.2.0"
2691
2718
  rrule: "npm:2.6.8"
2692
- tailwind-merge: "npm:3.1.0"
2693
2719
  use-debounce: "npm:7.0.1"
2694
2720
  peerDependencies:
2695
- "@licklist/core": 0.36.1-stage.3
2721
+ "@licklist/core": 0.32.12
2696
2722
  "@licklist/eslint-config": 0.5.6
2697
2723
  axios: 0.26.0
2698
2724
  lodash: 4.17.21
@@ -2704,7 +2730,7 @@ __metadata:
2704
2730
  react-loader: 2.4.7
2705
2731
  react-query: 3.34.12
2706
2732
  react-router-dom: 5.2.0
2707
- checksum: 10c0/35d8c1d14fe45bc3f3cb5d0cf0fb58eefddd06f50df7a5967a1964fb3b27bca1e5819f0429a677e010fdd45012eb4791e3f62a7370edfc8a7f92c3686ba86e33
2733
+ checksum: 10c0/2bdd1cad9e15d1442b93ca5d8649d89ce9ef08c77c4be7426daecfc04e3cc22771a6cd97bb8716f2a194655c0d2ee910a6080582914fd94c26f4193a0973d426
2708
2734
  languageName: node
2709
2735
  linkType: hard
2710
2736
 
@@ -3288,142 +3314,142 @@ __metadata:
3288
3314
  languageName: node
3289
3315
  linkType: hard
3290
3316
 
3291
- "@rollup/rollup-android-arm-eabi@npm:4.46.2":
3292
- version: 4.46.2
3293
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.46.2"
3317
+ "@rollup/rollup-android-arm-eabi@npm:4.46.1":
3318
+ version: 4.46.1
3319
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.46.1"
3294
3320
  conditions: os=android & cpu=arm
3295
3321
  languageName: node
3296
3322
  linkType: hard
3297
3323
 
3298
- "@rollup/rollup-android-arm64@npm:4.46.2":
3299
- version: 4.46.2
3300
- resolution: "@rollup/rollup-android-arm64@npm:4.46.2"
3324
+ "@rollup/rollup-android-arm64@npm:4.46.1":
3325
+ version: 4.46.1
3326
+ resolution: "@rollup/rollup-android-arm64@npm:4.46.1"
3301
3327
  conditions: os=android & cpu=arm64
3302
3328
  languageName: node
3303
3329
  linkType: hard
3304
3330
 
3305
- "@rollup/rollup-darwin-arm64@npm:4.46.2":
3306
- version: 4.46.2
3307
- resolution: "@rollup/rollup-darwin-arm64@npm:4.46.2"
3331
+ "@rollup/rollup-darwin-arm64@npm:4.46.1":
3332
+ version: 4.46.1
3333
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.46.1"
3308
3334
  conditions: os=darwin & cpu=arm64
3309
3335
  languageName: node
3310
3336
  linkType: hard
3311
3337
 
3312
- "@rollup/rollup-darwin-x64@npm:4.46.2":
3313
- version: 4.46.2
3314
- resolution: "@rollup/rollup-darwin-x64@npm:4.46.2"
3338
+ "@rollup/rollup-darwin-x64@npm:4.46.1":
3339
+ version: 4.46.1
3340
+ resolution: "@rollup/rollup-darwin-x64@npm:4.46.1"
3315
3341
  conditions: os=darwin & cpu=x64
3316
3342
  languageName: node
3317
3343
  linkType: hard
3318
3344
 
3319
- "@rollup/rollup-freebsd-arm64@npm:4.46.2":
3320
- version: 4.46.2
3321
- resolution: "@rollup/rollup-freebsd-arm64@npm:4.46.2"
3345
+ "@rollup/rollup-freebsd-arm64@npm:4.46.1":
3346
+ version: 4.46.1
3347
+ resolution: "@rollup/rollup-freebsd-arm64@npm:4.46.1"
3322
3348
  conditions: os=freebsd & cpu=arm64
3323
3349
  languageName: node
3324
3350
  linkType: hard
3325
3351
 
3326
- "@rollup/rollup-freebsd-x64@npm:4.46.2":
3327
- version: 4.46.2
3328
- resolution: "@rollup/rollup-freebsd-x64@npm:4.46.2"
3352
+ "@rollup/rollup-freebsd-x64@npm:4.46.1":
3353
+ version: 4.46.1
3354
+ resolution: "@rollup/rollup-freebsd-x64@npm:4.46.1"
3329
3355
  conditions: os=freebsd & cpu=x64
3330
3356
  languageName: node
3331
3357
  linkType: hard
3332
3358
 
3333
- "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.2":
3334
- version: 4.46.2
3335
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.2"
3359
+ "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.1":
3360
+ version: 4.46.1
3361
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.46.1"
3336
3362
  conditions: os=linux & cpu=arm & libc=glibc
3337
3363
  languageName: node
3338
3364
  linkType: hard
3339
3365
 
3340
- "@rollup/rollup-linux-arm-musleabihf@npm:4.46.2":
3341
- version: 4.46.2
3342
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.46.2"
3366
+ "@rollup/rollup-linux-arm-musleabihf@npm:4.46.1":
3367
+ version: 4.46.1
3368
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.46.1"
3343
3369
  conditions: os=linux & cpu=arm & libc=musl
3344
3370
  languageName: node
3345
3371
  linkType: hard
3346
3372
 
3347
- "@rollup/rollup-linux-arm64-gnu@npm:4.46.2":
3348
- version: 4.46.2
3349
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.46.2"
3373
+ "@rollup/rollup-linux-arm64-gnu@npm:4.46.1":
3374
+ version: 4.46.1
3375
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.46.1"
3350
3376
  conditions: os=linux & cpu=arm64 & libc=glibc
3351
3377
  languageName: node
3352
3378
  linkType: hard
3353
3379
 
3354
- "@rollup/rollup-linux-arm64-musl@npm:4.46.2":
3355
- version: 4.46.2
3356
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.46.2"
3380
+ "@rollup/rollup-linux-arm64-musl@npm:4.46.1":
3381
+ version: 4.46.1
3382
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.46.1"
3357
3383
  conditions: os=linux & cpu=arm64 & libc=musl
3358
3384
  languageName: node
3359
3385
  linkType: hard
3360
3386
 
3361
- "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.2":
3362
- version: 4.46.2
3363
- resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.2"
3387
+ "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.1":
3388
+ version: 4.46.1
3389
+ resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.46.1"
3364
3390
  conditions: os=linux & cpu=loong64 & libc=glibc
3365
3391
  languageName: node
3366
3392
  linkType: hard
3367
3393
 
3368
- "@rollup/rollup-linux-ppc64-gnu@npm:4.46.2":
3369
- version: 4.46.2
3370
- resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.46.2"
3394
+ "@rollup/rollup-linux-ppc64-gnu@npm:4.46.1":
3395
+ version: 4.46.1
3396
+ resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.46.1"
3371
3397
  conditions: os=linux & cpu=ppc64 & libc=glibc
3372
3398
  languageName: node
3373
3399
  linkType: hard
3374
3400
 
3375
- "@rollup/rollup-linux-riscv64-gnu@npm:4.46.2":
3376
- version: 4.46.2
3377
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.46.2"
3401
+ "@rollup/rollup-linux-riscv64-gnu@npm:4.46.1":
3402
+ version: 4.46.1
3403
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.46.1"
3378
3404
  conditions: os=linux & cpu=riscv64 & libc=glibc
3379
3405
  languageName: node
3380
3406
  linkType: hard
3381
3407
 
3382
- "@rollup/rollup-linux-riscv64-musl@npm:4.46.2":
3383
- version: 4.46.2
3384
- resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.46.2"
3408
+ "@rollup/rollup-linux-riscv64-musl@npm:4.46.1":
3409
+ version: 4.46.1
3410
+ resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.46.1"
3385
3411
  conditions: os=linux & cpu=riscv64 & libc=musl
3386
3412
  languageName: node
3387
3413
  linkType: hard
3388
3414
 
3389
- "@rollup/rollup-linux-s390x-gnu@npm:4.46.2":
3390
- version: 4.46.2
3391
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.46.2"
3415
+ "@rollup/rollup-linux-s390x-gnu@npm:4.46.1":
3416
+ version: 4.46.1
3417
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.46.1"
3392
3418
  conditions: os=linux & cpu=s390x & libc=glibc
3393
3419
  languageName: node
3394
3420
  linkType: hard
3395
3421
 
3396
- "@rollup/rollup-linux-x64-gnu@npm:4.46.2":
3397
- version: 4.46.2
3398
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.46.2"
3422
+ "@rollup/rollup-linux-x64-gnu@npm:4.46.1":
3423
+ version: 4.46.1
3424
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.46.1"
3399
3425
  conditions: os=linux & cpu=x64 & libc=glibc
3400
3426
  languageName: node
3401
3427
  linkType: hard
3402
3428
 
3403
- "@rollup/rollup-linux-x64-musl@npm:4.46.2":
3404
- version: 4.46.2
3405
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.46.2"
3429
+ "@rollup/rollup-linux-x64-musl@npm:4.46.1":
3430
+ version: 4.46.1
3431
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.46.1"
3406
3432
  conditions: os=linux & cpu=x64 & libc=musl
3407
3433
  languageName: node
3408
3434
  linkType: hard
3409
3435
 
3410
- "@rollup/rollup-win32-arm64-msvc@npm:4.46.2":
3411
- version: 4.46.2
3412
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.46.2"
3436
+ "@rollup/rollup-win32-arm64-msvc@npm:4.46.1":
3437
+ version: 4.46.1
3438
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.46.1"
3413
3439
  conditions: os=win32 & cpu=arm64
3414
3440
  languageName: node
3415
3441
  linkType: hard
3416
3442
 
3417
- "@rollup/rollup-win32-ia32-msvc@npm:4.46.2":
3418
- version: 4.46.2
3419
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.46.2"
3443
+ "@rollup/rollup-win32-ia32-msvc@npm:4.46.1":
3444
+ version: 4.46.1
3445
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.46.1"
3420
3446
  conditions: os=win32 & cpu=ia32
3421
3447
  languageName: node
3422
3448
  linkType: hard
3423
3449
 
3424
- "@rollup/rollup-win32-x64-msvc@npm:4.46.2":
3425
- version: 4.46.2
3426
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.46.2"
3450
+ "@rollup/rollup-win32-x64-msvc@npm:4.46.1":
3451
+ version: 4.46.1
3452
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.46.1"
3427
3453
  conditions: os=win32 & cpu=x64
3428
3454
  languageName: node
3429
3455
  linkType: hard
@@ -5086,11 +5112,11 @@ __metadata:
5086
5112
  linkType: hard
5087
5113
 
5088
5114
  "@swc/types@npm:^0.1.9":
5089
- version: 0.1.24
5090
- resolution: "@swc/types@npm:0.1.24"
5115
+ version: 0.1.23
5116
+ resolution: "@swc/types@npm:0.1.23"
5091
5117
  dependencies:
5092
5118
  "@swc/counter": "npm:^0.1.3"
5093
- checksum: 10c0/4ca95a338f070f48303e705996bacfc1219f606c45274bed4f6e3488b86b7b20397bd52792e58fdea0fa924fc939695b5eb5ff7f3ff4737382148fe6097e235a
5119
+ checksum: 10c0/edbfe4a72257f40137e27b537bc17d47ccab28de7727471b859c00a1e67f5feac5e01e4b4e0a2365907ce024bb8c3de4b26b6260733e1b601094db54ae9b7477
5094
5120
  languageName: node
5095
5121
  linkType: hard
5096
5122
 
@@ -5423,11 +5449,11 @@ __metadata:
5423
5449
  linkType: hard
5424
5450
 
5425
5451
  "@types/babel__traverse@npm:*":
5426
- version: 7.28.0
5427
- resolution: "@types/babel__traverse@npm:7.28.0"
5452
+ version: 7.20.7
5453
+ resolution: "@types/babel__traverse@npm:7.20.7"
5428
5454
  dependencies:
5429
- "@babel/types": "npm:^7.28.2"
5430
- checksum: 10c0/b52d7d4e8fc6a9018fe7361c4062c1c190f5778cf2466817cb9ed19d69fbbb54f9a85ffedeb748ed8062d2cf7d4cc088ee739848f47c57740de1c48cbf0d0994
5455
+ "@babel/types": "npm:^7.20.7"
5456
+ checksum: 10c0/5386f0af44f8746b063b87418f06129a814e16bb2686965a575e9d7376b360b088b89177778d8c426012abc43dd1a2d8ec3218bfc382280c898682746ce2ffbd
5431
5457
  languageName: node
5432
5458
  linkType: hard
5433
5459
 
@@ -5675,21 +5701,21 @@ __metadata:
5675
5701
  linkType: hard
5676
5702
 
5677
5703
  "@types/node-fetch@npm:^2.5.7":
5678
- version: 2.6.13
5679
- resolution: "@types/node-fetch@npm:2.6.13"
5704
+ version: 2.6.12
5705
+ resolution: "@types/node-fetch@npm:2.6.12"
5680
5706
  dependencies:
5681
5707
  "@types/node": "npm:*"
5682
- form-data: "npm:^4.0.4"
5683
- checksum: 10c0/6313c89f62c50bd0513a6839cdff0a06727ac5495ccbb2eeda51bb2bbbc4f3c0a76c0393a491b7610af703d3d2deb6cf60e37e59c81ceeca803ffde745dbf309
5708
+ form-data: "npm:^4.0.0"
5709
+ checksum: 10c0/7693acad5499b7df2d1727d46cff092a63896dc04645f36b973dd6dd754a59a7faba76fcb777bdaa35d80625c6a9dd7257cca9c401a4bab03b04480cda7fd1af
5684
5710
  languageName: node
5685
5711
  linkType: hard
5686
5712
 
5687
5713
  "@types/node@npm:*":
5688
- version: 24.2.0
5689
- resolution: "@types/node@npm:24.2.0"
5714
+ version: 24.1.0
5715
+ resolution: "@types/node@npm:24.1.0"
5690
5716
  dependencies:
5691
- undici-types: "npm:~7.10.0"
5692
- checksum: 10c0/0b55af4d7b37fea47bbeffffaff908462fa19ea9b1a18f92d9ed6d8415d97971b254f8cb3f629cd238916e94711fdb6ac939aa750cb353dfd6df6c0339435740
5717
+ undici-types: "npm:~7.8.0"
5718
+ checksum: 10c0/6c4686bc144f6ce7bffd4cadc3e1196e2217c1da4c639c637213719c8a3ee58b6c596b994befcbffeacd9d9eb0c3bff6529d2bc27da5d1cb9d58b1da0056f9f4
5693
5719
  languageName: node
5694
5720
  linkType: hard
5695
5721
 
@@ -8066,9 +8092,9 @@ __metadata:
8066
8092
  linkType: hard
8067
8093
 
8068
8094
  "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.30001726":
8069
- version: 1.0.30001731
8070
- resolution: "caniuse-lite@npm:1.0.30001731"
8071
- checksum: 10c0/d8cddf817d5bec8e7c2106affdbf1bfc3923463ca16697c992b2efeb043e6a5d9dcb70cda913bc6acf9112fd66f9e80279316c08e7800359116925066a63fdfa
8095
+ version: 1.0.30001727
8096
+ resolution: "caniuse-lite@npm:1.0.30001727"
8097
+ checksum: 10c0/f0a441c05d8925d728c2d02ce23b001935f52183a3bf669556f302568fe258d1657940c7ac0b998f92bc41383e185b390279a7d779e6d96a2b47881f56400221
8072
8098
  languageName: node
8073
8099
  linkType: hard
8074
8100
 
@@ -8718,25 +8744,25 @@ __metadata:
8718
8744
  linkType: hard
8719
8745
 
8720
8746
  "core-js-compat@npm:^3.43.0, core-js-compat@npm:^3.8.1":
8721
- version: 3.45.0
8722
- resolution: "core-js-compat@npm:3.45.0"
8747
+ version: 3.44.0
8748
+ resolution: "core-js-compat@npm:3.44.0"
8723
8749
  dependencies:
8724
8750
  browserslist: "npm:^4.25.1"
8725
- checksum: 10c0/3515955d2c83846f0bf8c4a0f96fc514a6b711e9b3ee19a8df3683a6b0720d762fef60a63bb5c07907f9d18aa00c5904ef690dd4150bc39e2d47e01f05154fda
8751
+ checksum: 10c0/5de4b042b8bb232b8390be3079030de5c7354610f136ed3eb91310a44455a78df02cfcf49b2fd05d5a5aa2695460620abf1b400784715f7482ed4770d40a68b2
8726
8752
  languageName: node
8727
8753
  linkType: hard
8728
8754
 
8729
8755
  "core-js-pure@npm:^3.43.0, core-js-pure@npm:^3.8.2":
8730
- version: 3.45.0
8731
- resolution: "core-js-pure@npm:3.45.0"
8732
- checksum: 10c0/93f686d4f59e33701aba0762fc3742ececc36c843fb4621dfc7329b800e82782aecb0b8190b4c8bc997d7f8bf896af08707a3d1ddcb37d5544a68a0526232836
8756
+ version: 3.44.0
8757
+ resolution: "core-js-pure@npm:3.44.0"
8758
+ checksum: 10c0/543d4743edcdf2371289c202a373a81ad30f78082999b464e787760f13c5b05cf2c6c99a134b73ffe0ac3c5086df8cd9c5ab575a29a8d40b1d85f6b3cafbca37
8733
8759
  languageName: node
8734
8760
  linkType: hard
8735
8761
 
8736
8762
  "core-js@npm:^3.0.4, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
8737
- version: 3.45.0
8738
- resolution: "core-js@npm:3.45.0"
8739
- checksum: 10c0/118350f9f1d81f42a1276590d6c217dca04c789fdb8074c82e53056b1a784948769a62b16b98493fd73e8a988545432f302bca798571e56ad881b9c039a5a83c
8763
+ version: 3.44.0
8764
+ resolution: "core-js@npm:3.44.0"
8765
+ checksum: 10c0/759bf3dc5f75068e9425dddf895fd5531c38794a11ea1c2b65e5ef7c527fe3652d59e8c287e574a211af9bab3c057c5c3fa6f6a773f4e142af895106efad38a4
8740
8766
  languageName: node
8741
8767
  linkType: hard
8742
8768
 
@@ -9884,9 +9910,9 @@ __metadata:
9884
9910
  linkType: hard
9885
9911
 
9886
9912
  "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.173":
9887
- version: 1.5.197
9888
- resolution: "electron-to-chromium@npm:1.5.197"
9889
- checksum: 10c0/2e48557a78bb17f1becdbcb4352ac570025cf7e304e5ad4657548a020c16646d1d5b00ffa149db3ebffb42a72981431305c566e7d7f971adaf5d15b9cb4c744a
9913
+ version: 1.5.191
9914
+ resolution: "electron-to-chromium@npm:1.5.191"
9915
+ checksum: 10c0/26b22ec2ae2a152da09f062d8582e54384a15ddc2a27149cdc2747a0c3f46154370a37b9e687de2d6d71ea1ebc1319f8394283ffb1581f1d4495cdefffd7a2a6
9890
9916
  languageName: node
9891
9917
  linkType: hard
9892
9918
 
@@ -11230,12 +11256,12 @@ __metadata:
11230
11256
  linkType: hard
11231
11257
 
11232
11258
  "follow-redirects@npm:^1.14.8":
11233
- version: 1.15.11
11234
- resolution: "follow-redirects@npm:1.15.11"
11259
+ version: 1.15.9
11260
+ resolution: "follow-redirects@npm:1.15.9"
11235
11261
  peerDependenciesMeta:
11236
11262
  debug:
11237
11263
  optional: true
11238
- checksum: 10c0/d301f430542520a54058d4aeeb453233c564aaccac835d29d15e050beb33f339ad67d9bddbce01739c5dc46a6716dbe3d9d0d5134b1ca203effa11a7ef092343
11264
+ checksum: 10c0/5829165bd112c3c0e82be6c15b1a58fa9dcfaede3b3c54697a82fe4a62dd5ae5e8222956b448d2f98e331525f05d00404aba7d696de9e761ef6e42fdc780244f
11239
11265
  languageName: node
11240
11266
  linkType: hard
11241
11267
 
@@ -11328,7 +11354,7 @@ __metadata:
11328
11354
  languageName: node
11329
11355
  linkType: hard
11330
11356
 
11331
- "form-data@npm:^4.0.4":
11357
+ "form-data@npm:^4.0.0":
11332
11358
  version: 4.0.4
11333
11359
  resolution: "form-data@npm:4.0.4"
11334
11360
  dependencies:
@@ -14293,11 +14319,11 @@ __metadata:
14293
14319
  linkType: hard
14294
14320
 
14295
14321
  "markdown-to-jsx@npm:^7.1.3":
14296
- version: 7.7.13
14297
- resolution: "markdown-to-jsx@npm:7.7.13"
14322
+ version: 7.7.12
14323
+ resolution: "markdown-to-jsx@npm:7.7.12"
14298
14324
  peerDependencies:
14299
14325
  react: ">= 0.14.0"
14300
- checksum: 10c0/6e423b36f62cc387b87cc17ab603108b8a3095d0fc6b4294d7149aba9ca52a356a937638cb883c44e63ea8d40212f6f81ffc683020afcbc9f84bdd2856061aa9
14326
+ checksum: 10c0/fa3fa2ea2fadb1a4eef96c3d4343c8570a16492b3e5f2f38316f9a0828cf03d0073cfea19f6b62c8eb5791bc4b0bb162c6a718bbd24285e8e9f70dbf91ff53a9
14301
14327
  languageName: node
14302
14328
  linkType: hard
14303
14329
 
@@ -15104,8 +15130,8 @@ __metadata:
15104
15130
  linkType: hard
15105
15131
 
15106
15132
  "node-gyp@npm:latest":
15107
- version: 11.3.0
15108
- resolution: "node-gyp@npm:11.3.0"
15133
+ version: 11.2.0
15134
+ resolution: "node-gyp@npm:11.2.0"
15109
15135
  dependencies:
15110
15136
  env-paths: "npm:^2.2.0"
15111
15137
  exponential-backoff: "npm:^3.1.1"
@@ -15119,7 +15145,7 @@ __metadata:
15119
15145
  which: "npm:^5.0.0"
15120
15146
  bin:
15121
15147
  node-gyp: bin/node-gyp.js
15122
- checksum: 10c0/5f4ad5a729386f7b50096efd4934b06c071dbfbc7d7d541a66d6959a7dccd62f53ff3dc95fffb60bf99d8da1270e23769f82246fcaa6c5645a70c967ae9a3398
15148
+ checksum: 10c0/bd8d8c76b06be761239b0c8680f655f6a6e90b48e44d43415b11c16f7e8c15be346fba0cbf71588c7cdfb52c419d928a7d3db353afc1d952d19756237d8f10b9
15123
15149
  languageName: node
15124
15150
  linkType: hard
15125
15151
 
@@ -18932,29 +18958,29 @@ __metadata:
18932
18958
  linkType: hard
18933
18959
 
18934
18960
  "rollup@npm:^4.13.0":
18935
- version: 4.46.2
18936
- resolution: "rollup@npm:4.46.2"
18937
- dependencies:
18938
- "@rollup/rollup-android-arm-eabi": "npm:4.46.2"
18939
- "@rollup/rollup-android-arm64": "npm:4.46.2"
18940
- "@rollup/rollup-darwin-arm64": "npm:4.46.2"
18941
- "@rollup/rollup-darwin-x64": "npm:4.46.2"
18942
- "@rollup/rollup-freebsd-arm64": "npm:4.46.2"
18943
- "@rollup/rollup-freebsd-x64": "npm:4.46.2"
18944
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.46.2"
18945
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.46.2"
18946
- "@rollup/rollup-linux-arm64-gnu": "npm:4.46.2"
18947
- "@rollup/rollup-linux-arm64-musl": "npm:4.46.2"
18948
- "@rollup/rollup-linux-loongarch64-gnu": "npm:4.46.2"
18949
- "@rollup/rollup-linux-ppc64-gnu": "npm:4.46.2"
18950
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.46.2"
18951
- "@rollup/rollup-linux-riscv64-musl": "npm:4.46.2"
18952
- "@rollup/rollup-linux-s390x-gnu": "npm:4.46.2"
18953
- "@rollup/rollup-linux-x64-gnu": "npm:4.46.2"
18954
- "@rollup/rollup-linux-x64-musl": "npm:4.46.2"
18955
- "@rollup/rollup-win32-arm64-msvc": "npm:4.46.2"
18956
- "@rollup/rollup-win32-ia32-msvc": "npm:4.46.2"
18957
- "@rollup/rollup-win32-x64-msvc": "npm:4.46.2"
18961
+ version: 4.46.1
18962
+ resolution: "rollup@npm:4.46.1"
18963
+ dependencies:
18964
+ "@rollup/rollup-android-arm-eabi": "npm:4.46.1"
18965
+ "@rollup/rollup-android-arm64": "npm:4.46.1"
18966
+ "@rollup/rollup-darwin-arm64": "npm:4.46.1"
18967
+ "@rollup/rollup-darwin-x64": "npm:4.46.1"
18968
+ "@rollup/rollup-freebsd-arm64": "npm:4.46.1"
18969
+ "@rollup/rollup-freebsd-x64": "npm:4.46.1"
18970
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.46.1"
18971
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.46.1"
18972
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.46.1"
18973
+ "@rollup/rollup-linux-arm64-musl": "npm:4.46.1"
18974
+ "@rollup/rollup-linux-loongarch64-gnu": "npm:4.46.1"
18975
+ "@rollup/rollup-linux-ppc64-gnu": "npm:4.46.1"
18976
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.46.1"
18977
+ "@rollup/rollup-linux-riscv64-musl": "npm:4.46.1"
18978
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.46.1"
18979
+ "@rollup/rollup-linux-x64-gnu": "npm:4.46.1"
18980
+ "@rollup/rollup-linux-x64-musl": "npm:4.46.1"
18981
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.46.1"
18982
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.46.1"
18983
+ "@rollup/rollup-win32-x64-msvc": "npm:4.46.1"
18958
18984
  "@types/estree": "npm:1.0.8"
18959
18985
  fsevents: "npm:~2.3.2"
18960
18986
  dependenciesMeta:
@@ -19002,7 +19028,7 @@ __metadata:
19002
19028
  optional: true
19003
19029
  bin:
19004
19030
  rollup: dist/bin/rollup
19005
- checksum: 10c0/f428497fe119fe7c4e34f1020d45ba13e99b94c9aa36958d88823d932b155c9df3d84f53166f3ee913ff68ea6c7599a9ab34861d88562ad9d8420f64ca5dad4c
19031
+ checksum: 10c0/84297d63a97bf8fc131039d0f600787ada8baaa38b744820f7d29da601bce9f70a14aa12da80843b2b49eb8660718576f441ee9952954efa16009d7ccebf0000
19006
19032
  languageName: node
19007
19033
  linkType: hard
19008
19034
 
@@ -20457,13 +20483,6 @@ __metadata:
20457
20483
  languageName: node
20458
20484
  linkType: hard
20459
20485
 
20460
- "tailwind-merge@npm:3.1.0":
20461
- version: 3.1.0
20462
- resolution: "tailwind-merge@npm:3.1.0"
20463
- checksum: 10c0/71d6dc5f8bae2f87950eefa2605a391ffef45a09759de22ba0e90976180ab3cd4fc48ed37063a617dc2ff0f48768c0006090a78bcd1f5ad0ae1c373aad16d2b6
20464
- languageName: node
20465
- linkType: hard
20466
-
20467
20486
  "tailwindcss@npm:3.4.13":
20468
20487
  version: 3.4.13
20469
20488
  resolution: "tailwindcss@npm:3.4.13"
@@ -21156,10 +21175,10 @@ __metadata:
21156
21175
  languageName: node
21157
21176
  linkType: hard
21158
21177
 
21159
- "undici-types@npm:~7.10.0":
21160
- version: 7.10.0
21161
- resolution: "undici-types@npm:7.10.0"
21162
- checksum: 10c0/8b00ce50e235fe3cc601307f148b5e8fb427092ee3b23e8118ec0a5d7f68eca8cee468c8fc9f15cbb2cf2a3797945ebceb1cbd9732306a1d00e0a9b6afa0f635
21178
+ "undici-types@npm:~7.8.0":
21179
+ version: 7.8.0
21180
+ resolution: "undici-types@npm:7.8.0"
21181
+ checksum: 10c0/9d9d246d1dc32f318d46116efe3cfca5a72d4f16828febc1918d94e58f6ffcf39c158aa28bf5b4fc52f410446bc7858f35151367bd7a49f21746cab6497b709b
21163
21182
  languageName: node
21164
21183
  linkType: hard
21165
21184
 
@@ -22262,11 +22281,11 @@ __metadata:
22262
22281
  linkType: hard
22263
22282
 
22264
22283
  "yaml@npm:^2.3.4":
22265
- version: 2.8.1
22266
- resolution: "yaml@npm:2.8.1"
22284
+ version: 2.8.0
22285
+ resolution: "yaml@npm:2.8.0"
22267
22286
  bin:
22268
22287
  yaml: bin.mjs
22269
- checksum: 10c0/7c587be00d9303d2ae1566e03bc5bc7fe978ba0d9bf39cc418c3139d37929dfcb93a230d9749f2cb578b6aa5d9ebebc322415e4b653cb83acd8bc0bc321707f3
22288
+ checksum: 10c0/f6f7310cf7264a8107e72c1376f4de37389945d2fb4656f8060eca83f01d2d703f9d1b925dd8f39852a57034fafefde6225409ddd9f22aebfda16c6141b71858
22270
22289
  languageName: node
22271
22290
  linkType: hard
22272
22291