@licklist/design 0.51.2 → 0.52.0
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.
- package/dist/assets/dashboard/addImage.svg.js +1 -1
- package/dist/assets/dashboard/chartBar.svg.js +1 -1
- package/dist/assets/dashboard/genderFemale.svg.js +1 -1
- package/dist/assets/dashboard/genderMale.svg.js +1 -1
- package/dist/assets/dashboard/increment.svg.js +1 -1
- package/dist/assets/dashboard/info.svg.js +1 -1
- package/dist/assets/dashboard/managerRole.svg.js +1 -1
- package/dist/assets/dashboard/subManagerRole.svg.js +1 -1
- package/dist/assets/dashboard/viewerRole.svg.js +1 -1
- package/dist/assets/dashboard/visitedProviderLink.svg.js +1 -1
- package/dist/assets/dashboard/warning.svg.js +1 -1
- package/dist/assets/editor/bold.svg.js +1 -1
- package/dist/assets/editor/double-quotes-l.svg.js +1 -1
- package/dist/assets/editor/format-clear.svg.js +1 -1
- package/dist/assets/editor/h1.svg.js +1 -1
- package/dist/assets/editor/h2.svg.js +1 -1
- package/dist/assets/editor/italic.svg.js +1 -1
- package/dist/assets/editor/paragraph.svg.js +1 -1
- package/dist/assets/editor/separator.svg.js +1 -1
- package/dist/assets/editor/strikethrough.svg.js +1 -1
- package/dist/assets/editor/text-wrap.svg.js +1 -1
- package/dist/assets/iframe/available.svg.js +1 -1
- package/dist/assets/iframe/calendar.svg.js +1 -1
- package/dist/assets/iframe/clock.svg.js +1 -1
- package/dist/assets/iframe/close.svg.js +1 -1
- package/dist/assets/iframe/limited.svg.js +1 -1
- package/dist/assets/iframe/selectArrow.svg.js +1 -1
- package/dist/assets/iframe/soldOut.svg.js +1 -1
- package/dist/assets/iframe/success.svg.js +1 -1
- package/dist/assets/iframe/ticket.svg.js +1 -1
- package/dist/assets/logo/bookedit.svg.js +1 -1
- package/dist/assets/logo/licklist.sm.svg.js +1 -1
- package/dist/assets/logo/licklist.svg.js +1 -1
- package/dist/calendar/Calendar.d.ts +2 -0
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.js +1 -1
- package/dist/calendar/utils/index.d.ts +2 -1
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +1 -1
- package/dist/events/event-card/EventCard.d.ts +2 -1
- package/dist/events/event-card/EventCard.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.js +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.js +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +2 -2
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.js +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles/affiliate/AffiliateCard.scss +26 -6
- package/dist/styles/events/EventCard.scss +3 -6
- package/package.json +2 -2
- package/src/calendar/Calendar.tsx +4 -0
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +3 -3
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +3 -2
- package/src/calendar/utils/index.ts +15 -6
- package/src/events/event-card/EventCard.stories.tsx +1 -0
- package/src/events/event-card/EventCard.tsx +27 -2
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +1 -1
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +8 -8
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +5 -5
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +2 -2
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +2 -2
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +1 -1
- package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +1 -1
- package/src/styles/affiliate/AffiliateCard.scss +26 -6
- package/src/styles/events/EventCard.scss +3 -6
|
@@ -3,7 +3,10 @@ $affiliate-card-box-shadow-focus: $btn-focus-box-shadow !default;
|
|
|
3
3
|
$affiliate-card-transition: $btn-transition !default;
|
|
4
4
|
|
|
5
5
|
$affiliate-card-link-background-color: $affiliate-card-background-color !default;
|
|
6
|
-
$affiliate-card-link-background-color-hover: theme-color-level(
|
|
6
|
+
$affiliate-card-link-background-color-hover: theme-color-level(
|
|
7
|
+
"primary",
|
|
8
|
+
-10.5
|
|
9
|
+
) !default;
|
|
7
10
|
$affiliate-card-link-box-shadow-focus: $affiliate-card-box-shadow-focus !default;
|
|
8
11
|
$affiliate-card-link-padding-x: sp(10) !default;
|
|
9
12
|
$affiliate-card-link-padding-y: sp(10) !default;
|
|
@@ -12,12 +15,20 @@ $affiliate-card-link-text-color-hover: theme-color("primary") !default;
|
|
|
12
15
|
$affiliate-card-link-text-font-weight: $font-weight-normal !default;
|
|
13
16
|
$affiliate-card-link-transition: $affiliate-card-transition !default;
|
|
14
17
|
|
|
15
|
-
$affiliate-card-menu-button-background-color-hover: theme-color(
|
|
18
|
+
$affiliate-card-menu-button-background-color-hover: theme-color(
|
|
19
|
+
"primary"
|
|
20
|
+
) !default;
|
|
16
21
|
$affiliate-card-menu-button-border-radius: $border-radius !default;
|
|
17
22
|
$affiliate-card-menu-button-box-shadow-focus: $affiliate-card-box-shadow-focus !default;
|
|
18
|
-
$affiliate-card-menu-button-icon-color: adjust-color(
|
|
23
|
+
$affiliate-card-menu-button-icon-color: adjust-color(
|
|
24
|
+
theme-color("primary"),
|
|
25
|
+
$alpha: -1/3
|
|
26
|
+
) !default;
|
|
19
27
|
$affiliate-card-menu-button-icon-color-hover: $affiliate-card-background-color !default;
|
|
20
|
-
$affiliate-card-menu-button-icon-color-container-hover: adjust-color(
|
|
28
|
+
$affiliate-card-menu-button-icon-color-container-hover: adjust-color(
|
|
29
|
+
theme-color("primary"),
|
|
30
|
+
$alpha: -1 / 12
|
|
31
|
+
) !default;
|
|
21
32
|
$affiliate-card-menu-button-icon-size: sp(4) !default;
|
|
22
33
|
$affiliate-card-menu-button-inset: sp(2) !default;
|
|
23
34
|
$affiliate-card-menu-button-size: sp(8) !default;
|
|
@@ -139,12 +150,14 @@ $affiliate-card-menu-icon-size: sp(3.5) !default;
|
|
|
139
150
|
}
|
|
140
151
|
}
|
|
141
152
|
|
|
142
|
-
.affiliate-card-popover
|
|
153
|
+
.affiliate-card-popover,
|
|
154
|
+
#event-product-set-popover {
|
|
143
155
|
border-radius: $affiliate-card-popover-border-radius;
|
|
144
156
|
border: none;
|
|
145
157
|
filter: $affiliate-card-popover-box-shadow-filter;
|
|
146
158
|
|
|
147
|
-
.affiliate-card-menu
|
|
159
|
+
.affiliate-card-menu,
|
|
160
|
+
.event-product-set-card {
|
|
148
161
|
padding: $affiliate-card-menu-padding-x $affiliate-card-menu-padding-y;
|
|
149
162
|
border-radius: $affiliate-card-popover-border-radius;
|
|
150
163
|
|
|
@@ -175,5 +188,12 @@ $affiliate-card-menu-icon-size: sp(3.5) !default;
|
|
|
175
188
|
}
|
|
176
189
|
}
|
|
177
190
|
|
|
191
|
+
#event-product-set-popover {
|
|
192
|
+
.event-product-set-card {
|
|
193
|
+
padding-left: 1rem;
|
|
194
|
+
padding-right: 1rem;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
178
198
|
$snippet-template-card-background-color: color("red") !default;
|
|
179
199
|
$snippet-template-card-border: 1px solid red;
|
|
@@ -7,8 +7,6 @@ $event-card-title-font-weight: $font-weight-semibold !default;
|
|
|
7
7
|
$event-card-title-font-size: sp(5) !default;
|
|
8
8
|
$event-card-title-line-height: 4 / 3 !default;
|
|
9
9
|
|
|
10
|
-
$event-card-footer-height: sp(6) !default;
|
|
11
|
-
|
|
12
10
|
$event-card-image-container-overflow-top: sp(3) !default;
|
|
13
11
|
$event-card-image-container-overflow-x: sp(3) !default;
|
|
14
12
|
$event-card-image-container-aspect-ratio: 1.6 !default;
|
|
@@ -34,7 +32,7 @@ $event-card-views-gutter: sp(3) !default;
|
|
|
34
32
|
transition: ease-in 0.25s;
|
|
35
33
|
border-radius: $event-card-border-radius;
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
> * + * {
|
|
38
36
|
margin-top: $event-card-contents-gutter;
|
|
39
37
|
}
|
|
40
38
|
|
|
@@ -54,7 +52,7 @@ $event-card-views-gutter: sp(3) !default;
|
|
|
54
52
|
min-height: 13.75rem;
|
|
55
53
|
max-height: 22rem;
|
|
56
54
|
}
|
|
57
|
-
|
|
55
|
+
}
|
|
58
56
|
}
|
|
59
57
|
|
|
60
58
|
.card-title {
|
|
@@ -74,7 +72,6 @@ $event-card-views-gutter: sp(3) !default;
|
|
|
74
72
|
border: unset;
|
|
75
73
|
border-radius: unset;
|
|
76
74
|
padding: 0;
|
|
77
|
-
height: $event-card-footer-height;
|
|
78
75
|
|
|
79
76
|
svg {
|
|
80
77
|
height: 100%;
|
|
@@ -175,4 +172,4 @@ $event-card-views-gutter: sp(3) !default;
|
|
|
175
172
|
color: #504f4f;
|
|
176
173
|
width: 1.7rem;
|
|
177
174
|
}
|
|
178
|
-
}
|
|
175
|
+
}
|