@licklist/design 0.71.18-dev.1 → 0.71.18-dev.10

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 (125) hide show
  1. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -0
  2. package/dist/events/event-statistic-modal/utils/index.js +3 -3
  3. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +18 -0
  4. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -0
  5. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +295 -0
  6. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts +15 -0
  7. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -0
  8. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +89 -0
  9. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts +14 -0
  10. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -0
  11. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +404 -0
  12. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts +10 -0
  13. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +1 -0
  14. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +87 -0
  15. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts +2 -0
  16. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts.map +1 -0
  17. package/dist/iframe/ProductWithModifierModal/index.d.ts +2 -0
  18. package/dist/iframe/ProductWithModifierModal/index.d.ts.map +1 -0
  19. package/dist/iframe/ProductWithModifierModal/utils.d.ts +5 -0
  20. package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +1 -0
  21. package/dist/iframe/ProductWithModifierModal/utils.js +21 -0
  22. package/dist/iframe/activity-card/ActivityCard.d.ts +1 -2
  23. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  24. package/dist/iframe/activity-card/ActivityCard.js +1 -7
  25. package/dist/iframe/event/ticket-description/TicketDescription.d.ts +2 -1
  26. package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
  27. package/dist/iframe/event/ticket-description/TicketDescription.js +4 -3
  28. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
  29. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +15 -2
  30. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -0
  31. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
  32. package/dist/iframe/order-process/components/BookingSummary/utils/index.js +29 -2
  33. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  34. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +106 -2
  35. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +3 -1
  36. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  37. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +95 -1
  38. package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts +23 -0
  39. package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +1 -0
  40. package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.js +62 -0
  41. package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts +2 -0
  42. package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts.map +1 -0
  43. package/dist/iframe/order-process/components/CategoryProduct/constants.js +4 -0
  44. package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts +6 -0
  45. package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts.map +1 -0
  46. package/dist/iframe/order-process/components/utils/useOnWindowUnmount.js +18 -0
  47. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
  48. package/dist/iframe/payment/order-items-table/hooks/useTableData.js +83 -10
  49. package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
  50. package/dist/iframe/payment/order-items-table/utils/index.js +15 -0
  51. package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +2 -2
  52. package/dist/index.js +1 -1
  53. package/dist/product-set/form/ProductSetForm.d.ts +3 -1
  54. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  55. package/dist/product-set/form/ProductSetForm.js +6 -4
  56. package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
  57. package/dist/product-set/form/ProductsControl.js +24 -5
  58. package/dist/product-set/form/context.d.ts +3 -1
  59. package/dist/product-set/form/context.d.ts.map +1 -1
  60. package/dist/product-set/form/context.js +2 -1
  61. package/dist/product-set/product/ProductControl.d.ts +8 -0
  62. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  63. package/dist/product-set/product/ProductControl.js +25 -1
  64. package/dist/product-set/utils/index.d.ts +88 -0
  65. package/dist/product-set/utils/index.d.ts.map +1 -1
  66. package/dist/product-set/utils/index.js +19 -1
  67. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +1 -1
  68. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
  69. package/dist/sales/coupon/utils/index.d.ts +2 -1
  70. package/dist/sales/coupon/utils/index.d.ts.map +1 -1
  71. package/dist/sales/modals/refund-modal/RefundModal.d.ts +6 -2
  72. package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
  73. package/dist/sales/modals/refund-modal/RefundModal.js +8 -4
  74. package/dist/sales/modals/refund-modal/index.d.ts +2 -2
  75. package/dist/sales/modals/refund-modal/index.d.ts.map +1 -1
  76. package/dist/styles/date-time-button/DateTimeButton.scss +8 -1
  77. package/dist/styles/events/EditEventModal.scss +2 -0
  78. package/dist/styles/iframe-page/Page.scss +16 -0
  79. package/dist/styles/iframe-page/PageBody.scss +4 -0
  80. package/dist/styles/modals/Modals.scss +16 -0
  81. package/dist/styles/product-set/EditProductSetElement.scss +1 -0
  82. package/dist/styles/product-set/ProductSetForm.scss +11 -0
  83. package/dist/styles/sales/ManualBooking.scss +6 -0
  84. package/dist/styles/themes/bookedit/index.scss +19 -0
  85. package/package.json +6 -6
  86. package/src/events/event-statistic-modal/utils/index.ts +4 -4
  87. package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +212 -0
  88. package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +75 -0
  89. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +393 -0
  90. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +98 -0
  91. package/src/iframe/ProductWithModifierModal/ModifierSetModal/index.ts +1 -0
  92. package/src/iframe/ProductWithModifierModal/index.ts +1 -0
  93. package/src/iframe/ProductWithModifierModal/utils.ts +29 -0
  94. package/src/iframe/activity-card/ActivityCard.stories.tsx +0 -2
  95. package/src/iframe/activity-card/ActivityCard.tsx +0 -4
  96. package/src/iframe/event/ticket-description/TicketDescription.tsx +5 -3
  97. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +21 -1
  98. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +42 -1
  99. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +155 -75
  100. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +58 -1
  101. package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +86 -0
  102. package/src/iframe/order-process/components/CategoryProduct/constants.ts +1 -0
  103. package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +25 -0
  104. package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +84 -14
  105. package/src/iframe/payment/order-items-table/utils/index.ts +23 -0
  106. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +2 -2
  107. package/src/product-set/form/ProductSetForm.tsx +11 -3
  108. package/src/product-set/form/ProductsControl.tsx +33 -15
  109. package/src/product-set/form/context.tsx +5 -0
  110. package/src/product-set/product/ProductControl.tsx +37 -1
  111. package/src/product-set/utils/index.ts +19 -0
  112. package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +2 -2
  113. package/src/sales/coupon/utils/index.ts +5 -3
  114. package/src/sales/modals/refund-modal/RefundModal.tsx +15 -6
  115. package/src/sales/modals/refund-modal/index.ts +7 -2
  116. package/src/styles/date-time-button/DateTimeButton.scss +8 -1
  117. package/src/styles/events/EditEventModal.scss +2 -0
  118. package/src/styles/iframe-page/Page.scss +16 -0
  119. package/src/styles/iframe-page/PageBody.scss +4 -0
  120. package/src/styles/modals/Modals.scss +16 -0
  121. package/src/styles/product-set/EditProductSetElement.scss +1 -0
  122. package/src/styles/product-set/ProductSetForm.scss +11 -0
  123. package/src/styles/sales/ManualBooking.scss +6 -0
  124. package/src/styles/themes/bookedit/index.scss +19 -0
  125. package/yarn.lock +334 -333
@@ -24,6 +24,22 @@
24
24
  min-width: auto;
25
25
  }
26
26
 
27
+ .manual-booking-form-modal {
28
+ width: 40vw !important;
29
+ left: 60vh;
30
+
31
+ .modal-content {
32
+ height: 96vh;
33
+ margin-left: auto;
34
+ }
35
+
36
+ @include media-breakpoint-down(sm) {
37
+ width: 100vw !important;
38
+ left: 0;
39
+ top: 10% !important;
40
+ }
41
+ }
42
+
27
43
  .header-block {
28
44
  margin-bottom: 1rem;
29
45
  }
@@ -10,6 +10,8 @@
10
10
  height: calc(100svh - 5.5rem);
11
11
  }
12
12
 
13
+
14
+
13
15
  .left-block {
14
16
  flex: 1;
15
17
  align-items: stretch;
@@ -25,6 +27,8 @@
25
27
  min-height: calc(100svh - 6.5rem);
26
28
  }
27
29
 
30
+
31
+
28
32
  .navigation {
29
33
  font-size: 1.125rem;
30
34
  font-weight: 500;
@@ -6,6 +6,22 @@
6
6
  z-index: 1080;
7
7
  }
8
8
 
9
+ .manual-booking-form-modal {
10
+ width: 40vw !important;
11
+ left: 66vw;
12
+
13
+ .modal-content {
14
+ min-height: 95vh;
15
+ margin-left: auto;
16
+ }
17
+
18
+ @include media-breakpoint-down(sm) {
19
+ width: 100vw !important;
20
+ left: 0;
21
+ top: 10% !important;
22
+ }
23
+ }
24
+
9
25
  .confirm-modal {
10
26
  z-index: 1081;
11
27
  }
@@ -90,6 +90,7 @@
90
90
  }
91
91
  label.btn-link {
92
92
  width: 4.5rem;
93
+ z-index: 0;
93
94
  display: flex;
94
95
  justify-content: center;
95
96
  span {
@@ -58,6 +58,11 @@
58
58
  font-weight: 600;
59
59
  }
60
60
 
61
+ .modifier-badge {
62
+ font-size: 0.5rem;
63
+ font-weight: 400;
64
+ }
65
+
61
66
  .step-badge {
62
67
  background-color: #ffdbdb;
63
68
  color: #d52902;
@@ -81,6 +86,12 @@
81
86
  background-color: #e9f5ea;
82
87
  color: #269b36;
83
88
  }
89
+
90
+ .modifier-badge {
91
+ background-color: #e9f5ea;
92
+ color: #269b36;
93
+ height: 1rem;
94
+ }
84
95
  }
85
96
 
86
97
  .product-set-mobile-footer {
@@ -234,6 +234,12 @@
234
234
  margin-bottom: 2rem;
235
235
  }
236
236
 
237
+ .quantity-container-product {
238
+ display: flex;
239
+ justify-content: center;
240
+ margin: 1rem;
241
+ }
242
+
237
243
  .save-btn:disabled {
238
244
  background-color: #fafafa;
239
245
  border: none;
@@ -51,6 +51,25 @@
51
51
  border-bottom: 1px solid #f0f0f0;
52
52
  }
53
53
 
54
+ .modifier-header {
55
+ background-color: color('white');
56
+ padding: 0 2.5rem;
57
+ z-index: 2;
58
+ margin-top: 1rem;
59
+ min-height: 2rem;
60
+ }
61
+
62
+ .modifier-container {
63
+ background-color: color('white');
64
+ padding-bottom: 1rem;
65
+ }
66
+
67
+ .modifier-set-container {
68
+ background-color: color('white');
69
+ border-bottom: 2px solid #f0f0f0;
70
+ padding-bottom: 1rem;
71
+ }
72
+
54
73
  .header-user-image {
55
74
  width: 3rem;
56
75
  height: 3rem;