@licklist/design 0.58.3-dev.8 → 0.58.3

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 (53) hide show
  1. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  2. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -1
  3. package/dist/iframe/event/event-card/IframeEventCard.d.ts +1 -2
  4. package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
  5. package/dist/iframe/event/event-card/IframeEventCard.js +1 -1
  6. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  7. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +1 -1
  8. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  9. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +1 -1
  10. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +2 -2
  11. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -1
  12. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
  13. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +1 -1
  14. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  15. package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +1 -1
  16. package/dist/product-set/control/ProductSetControl.d.ts +1 -1
  17. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  18. package/dist/product-set/form/ProductSetForm.d.ts +2 -5
  19. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  20. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
  21. package/dist/report/ReportRunnerModal/ReportRunnerModal.js +1 -1
  22. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  23. package/dist/styles/iframe-events/Card.scss +8 -24
  24. package/dist/styles/iframe-events/PoweredBy.scss +2 -2
  25. package/dist/styles/iframe-order-process/IframeOrderProcess.scss +2 -0
  26. package/dist/styles/iframe-page/Page.scss +0 -1
  27. package/dist/styles/iframe-page/PageBody.scss +11 -32
  28. package/dist/styles/iframe-page/PageHeader.scss +39 -41
  29. package/dist/styles/report/ReportRunnerModal.scss +82 -88
  30. package/dist/styles/sales/BookingResults.scss +1 -1
  31. package/package.json +3 -3
  32. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +1 -0
  33. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +14 -14
  34. package/src/iframe/event/event-card/IframeEventCard.stories.tsx +0 -1
  35. package/src/iframe/event/event-card/IframeEventCard.tsx +8 -7
  36. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +1 -22
  37. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +12 -8
  38. package/src/iframe/order-process/components/utils/useCategoryVerification.ts +3 -5
  39. package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +1 -3
  40. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -6
  41. package/src/product-set/control/ProductSetControl.tsx +1 -1
  42. package/src/product-set/form/ProductSetForm.tsx +2 -6
  43. package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +4 -35
  44. package/src/sales/booking/results/components/ResultCard.tsx +3 -0
  45. package/src/static/switch/BooleanSwitch.tsx +1 -1
  46. package/src/styles/iframe-events/Card.scss +8 -24
  47. package/src/styles/iframe-events/PoweredBy.scss +2 -2
  48. package/src/styles/iframe-order-process/IframeOrderProcess.scss +2 -0
  49. package/src/styles/iframe-page/Page.scss +0 -1
  50. package/src/styles/iframe-page/PageBody.scss +11 -32
  51. package/src/styles/iframe-page/PageHeader.scss +39 -41
  52. package/src/styles/report/ReportRunnerModal.scss +82 -88
  53. package/src/styles/sales/BookingResults.scss +1 -1
@@ -3,7 +3,7 @@
3
3
  display: flex;
4
4
  align-items: center;
5
5
  justify-content: space-between;
6
- padding: 0 0.75rem 0 2rem;
6
+ padding: 0 0.75rem;
7
7
  height: 2rem;
8
8
  width: 100%;
9
9
  font-size: 0.75rem;
@@ -27,4 +27,4 @@
27
27
  color: $blue;
28
28
  }
29
29
  }
30
- }
30
+ }
@@ -58,6 +58,8 @@
58
58
 
59
59
  .payment-booking-summary {
60
60
  transition: $color-transition;
61
+ background-color: transparent;
62
+ border: 1px solid transparent;
61
63
  border-radius: $iframe-border-radius;
62
64
  font-weight: 400;
63
65
  font-size: 0.875rem;
@@ -21,7 +21,6 @@
21
21
 
22
22
  @include media-breakpoint-down(sm) {
23
23
  height: 100svh;
24
- min-width: auto;
25
24
  }
26
25
 
27
26
  .header-block {
@@ -12,6 +12,9 @@
12
12
  .left-block {
13
13
  flex: 1;
14
14
  align-items: stretch;
15
+ border-radius: 0.5rem;
16
+ border-bottom-left-radius: 0;
17
+ border-bottom-right-radius: 0;
15
18
  padding: 1rem;
16
19
  background-color: $snippet-page-body-left-block-background-color;
17
20
  border: 0;
@@ -30,6 +33,7 @@
30
33
  display: flex;
31
34
  align-items: flex-start;
32
35
  justify-content: space-between;
36
+
33
37
  .title {
34
38
  color: $snippet-elements-body-color;
35
39
  margin: 0;
@@ -60,7 +64,7 @@
60
64
  overflow-x: hidden;
61
65
  scrollbar-width: thin;
62
66
  .iframe-event-card {
63
- border-bottom: 1px solid $separator-color;
67
+ border-bottom: 2px solid $separator-color;
64
68
  }
65
69
 
66
70
  @include media-breakpoint-down(sm) {
@@ -77,6 +81,8 @@
77
81
  }
78
82
 
79
83
  .right-block {
84
+ margin-left: 1rem;
85
+ border-radius: 0.5rem;
80
86
  height: calc(100% - 1rem);
81
87
  max-width: 17.5rem;
82
88
  min-width: 17.5rem;
@@ -109,7 +115,7 @@
109
115
  }
110
116
 
111
117
  .collapse {
112
- max-height: calc(100vh - 15rem);
118
+ max-height: calc(100vh - 19rem);
113
119
  transition: none 0s ease 0s;
114
120
 
115
121
  &.show {
@@ -119,7 +125,7 @@
119
125
  }
120
126
 
121
127
  @include media-breakpoint-down(sm) {
122
- max-height: 100%;
128
+ max-height: 7.5rem;
123
129
  }
124
130
  }
125
131
  .collapse-with-people-input {
@@ -145,14 +151,8 @@
145
151
  }
146
152
 
147
153
  .iframe-event-card {
148
- border: none;
149
-
150
- .card-image {
151
- border-radius: 0;
152
- }
153
- .card-body {
154
- padding-left: 1rem;
155
- }
154
+ background-color: transparent;
155
+ border-color: transparent;
156
156
  }
157
157
 
158
158
  .price {
@@ -262,24 +262,3 @@
262
262
  }
263
263
  }
264
264
  }
265
-
266
- .event-list-page-body {
267
- overflow: auto;
268
- .left-block {
269
- .navigation {
270
- font-size: 1.125rem;
271
- font-weight: 500;
272
- padding-bottom: 2.625rem;
273
- display: flex;
274
- align-items: flex-start;
275
- justify-content: space-between;
276
- margin-top: 0.125rem;
277
-
278
- .title {
279
- position: absolute;
280
- color: $snippet-elements-body-color;
281
- margin: 0;
282
- }
283
- }
284
- }
285
- }
@@ -20,57 +20,55 @@ $base-height: 2.5rem;
20
20
  transition: $color-transition;
21
21
  border: 0;
22
22
  }
23
- }
24
- }
25
-
26
- .iframe-page {
27
- .button-wrapper {
28
- background-color: $snippet-page-header-steps-close-button-background-color;
29
- height: $base-height;
30
- width: $base-height;
31
- border-radius: $base-height;
32
- transition: $color-transition;
33
23
 
34
- .close-button {
35
- font-size: 1.25rem;
36
- width: $base-height;
24
+ .button-wrapper {
25
+ background-color: $snippet-page-header-steps-close-button-background-color;
37
26
  height: $base-height;
38
- display: flex;
39
- align-items: center;
40
- justify-content: center;
41
- color: $snippet-page-header-steps-close-button-border-color;
27
+ width: $base-height;
28
+ border-radius: $base-height;
42
29
  transition: $color-transition;
43
30
 
44
- &:hover {
45
- cursor: pointer;
31
+ .close-button {
32
+ font-size: 1.25rem;
33
+ width: $base-height;
34
+ height: $base-height;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
38
+ color: $snippet-page-header-steps-close-button-border-color;
39
+ transition: $color-transition;
40
+
41
+ &:hover {
42
+ cursor: pointer;
43
+ }
46
44
  }
47
- }
48
45
 
49
- &.close-button {
50
- margin-left: 1rem;
51
- }
46
+ &.close-button {
47
+ margin-left: 1rem;
48
+ }
52
49
 
53
- .back-button {
54
- font-size: 2rem;
55
- width: $base-height;
56
- height: $base-height;
57
- display: flex;
58
- align-items: center;
59
- justify-content: center;
60
- font-weight: lighter;
61
- color: $snippet-page-header-steps-close-button-border-color;
62
- transition: $color-transition;
50
+ .back-button {
51
+ font-size: 2rem;
52
+ width: $base-height;
53
+ height: $base-height;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ font-weight: lighter;
58
+ color: $snippet-page-header-steps-close-button-border-color;
59
+ transition: $color-transition;
63
60
 
64
- &:hover {
65
- cursor: pointer;
61
+ &:hover {
62
+ cursor: pointer;
63
+ }
66
64
  }
67
- }
68
65
 
69
- &.back-button {
70
- display: flex;
71
- align-items: center;
72
- justify-content: center;
73
- margin-right: 1rem;
66
+ &.back-button {
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ margin-right: 1rem;
71
+ }
74
72
  }
75
73
  }
76
74
  }
@@ -1,101 +1,95 @@
1
1
  .report-runner-modal {
2
- .modal-dialog {
3
- @include media-breakpoint-up(sm) {
4
- max-width: 45rem;
2
+ .modal-dialog {
3
+ @include media-breakpoint-up(sm) {
4
+ max-width: 45rem;
5
+ }
5
6
  }
6
- }
7
-
8
- .modal-content {
9
- max-width: 45rem;
10
- margin: 0 auto;
11
- padding: 1.25rem 1.5rem;
12
-
13
- header {
14
- display: flex;
15
- justify-content: space-between;
16
- align-items: center;
17
- margin-bottom: 1rem;
18
- border-bottom: 2px solid #dcdcdc;
19
-
20
- h5 {
21
- margin-bottom: 0;
22
- font-size: 1.125rem;
23
- font-weight: 500;
7
+
8
+ .modal-content {
9
+ max-width: 45rem;
10
+ margin: 0 auto;
11
+ padding: 1.25rem 1.5rem;
12
+
13
+ header {
14
+ display: flex;
15
+ justify-content: space-between;
16
+ align-items: center;
17
+ margin-bottom: 1rem;
18
+ border-bottom: 2px solid #dcdcdc;
19
+
20
+ h5 {
21
+ margin-bottom: 0;
22
+ font-size: 1.125rem;
23
+ font-weight: 500;
24
+ }
25
+
26
+ button {
27
+ padding-top: 0.5rem;
28
+ padding-bottom: 0.5rem;
29
+ font-size: 0.875rem;
30
+ font-weight: 600;
31
+ color: #0e8ce2;
32
+ }
24
33
  }
25
-
26
- button {
27
- padding-top: 0.5rem;
28
- padding-bottom: 0.5rem;
34
+
35
+ .data-fields {
36
+ display: flex;
37
+ flex-wrap: wrap;
38
+
39
+ span {
40
+ position: relative;
41
+ font-size: 0.875rem;
42
+ font-weight: 500;
43
+
44
+ &:after {
45
+ content: "|";
46
+ margin: 0 0.25rem;
47
+ color: #dcdcdc;
48
+ }
49
+
50
+ &:last-child:after {
51
+ display: none;
52
+ }
53
+ }
54
+ }
55
+
56
+ .edit-button {
57
+ padding: 0;
29
58
  font-size: 0.875rem;
30
59
  font-weight: 600;
31
60
  color: #0e8ce2;
32
- }
33
- }
34
-
35
- .data-fields {
36
- display: flex;
37
- flex-wrap: wrap;
38
-
39
- span {
40
- position: relative;
41
- font-size: 0.875rem;
42
- font-weight: 500;
43
-
44
- &:after {
45
- content: "|";
46
- margin: 0 0.25rem;
47
- color: #dcdcdc;
48
- }
49
-
50
- &:last-child:after {
51
- display: none;
61
+ text-decoration: underline;
62
+
63
+ &:focus {
64
+ box-shadow: none;
52
65
  }
53
66
  }
54
- }
55
-
56
- .edit-button {
57
- padding: 0;
58
- font-size: 0.875rem;
59
- font-weight: 600;
60
- color: #0e8ce2;
61
- text-decoration: underline;
62
-
63
- &:focus {
64
- box-shadow: none;
67
+
68
+ input {
69
+ border-radius: 0.5rem;
65
70
  }
66
- }
67
-
68
- input {
69
- border-radius: 0.5rem;
70
- }
71
-
72
- form {
73
- margin-top: 1.25rem;
74
-
75
- .period-by {
76
- display: flex;
77
- gap: 2rem;
71
+
72
+ form {
78
73
  margin-top: 1.25rem;
74
+
75
+ .controls {
76
+ display: flex;
77
+ gap: 2rem;
78
+ align-items: flex-start;
79
+ flex-wrap: wrap;
80
+ }
81
+
82
+ .form-group {
83
+ flex: 1;
84
+ }
85
+
86
+ button[type="submit"] {
87
+ white-space: nowrap;
88
+ }
79
89
  }
80
-
81
- .controls {
82
- display: flex;
83
- gap: 2rem;
84
- align-items: flex-start;
85
- flex-wrap: wrap;
86
- }
87
-
88
- .form-group {
89
- flex: 1;
90
- }
91
-
92
- button[type="submit"] {
93
- white-space: nowrap;
90
+
91
+ .loader {
92
+ height: 10rem;
94
93
  }
95
94
  }
96
-
97
- .loader {
98
- height: 10rem;
99
- }
100
- }
101
- }
95
+ }
@@ -5,7 +5,7 @@
5
5
  flex-wrap: wrap;
6
6
 
7
7
  .result-card {
8
- height: 14rem;
8
+ height: 14.25rem;
9
9
  border: 1px solid $gray-400;
10
10
  max-width: calc(50% - 0.75rem);
11
11
  flex: 0 0 calc(50% - 0.75rem);