@smg-automotive/components 25.11.0-chakra-v3.7 → 25.11.0-chakra-v3.8
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/cjs/components/carousel/DotsPagination.d.ts +8 -0
- package/dist/cjs/components/carousel/DotsPagination.d.ts.map +1 -0
- package/dist/cjs/components/carousel/DotsPaginationIndicator.d.ts +7 -0
- package/dist/cjs/components/carousel/DotsPaginationIndicator.d.ts.map +1 -0
- package/dist/cjs/components/carousel/NavigationButton.d.ts +11 -0
- package/dist/cjs/components/carousel/NavigationButton.d.ts.map +1 -0
- package/dist/cjs/components/carousel/NumbersPagination.d.ts +10 -0
- package/dist/cjs/components/carousel/NumbersPagination.d.ts.map +1 -0
- package/dist/cjs/components/carousel/NumbersPaginationButton.d.ts +10 -0
- package/dist/cjs/components/carousel/NumbersPaginationButton.d.ts.map +1 -0
- package/dist/cjs/components/carousel/Slide.d.ts +13 -0
- package/dist/cjs/components/carousel/Slide.d.ts.map +1 -0
- package/dist/cjs/components/carousel/Thumbnail.d.ts +10 -0
- package/dist/cjs/components/carousel/Thumbnail.d.ts.map +1 -0
- package/dist/cjs/components/carousel/ThumbnailNavigationButton.d.ts +9 -0
- package/dist/cjs/components/carousel/ThumbnailNavigationButton.d.ts.map +1 -0
- package/dist/cjs/components/carousel/ThumbnailPagination.d.ts +12 -0
- package/dist/cjs/components/carousel/ThumbnailPagination.d.ts.map +1 -0
- package/dist/cjs/components/carousel/index.d.ts +36 -0
- package/dist/cjs/components/carousel/index.d.ts.map +1 -0
- package/dist/cjs/components/index.d.ts +3 -0
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableList.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableListItem.d.ts +2 -1
- package/dist/cjs/components/list/SearchableListItem.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableListItemLabel.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/Container.d.ts +6 -0
- package/dist/cjs/components/tenantSelection/Container.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/Loading.d.ts +3 -0
- package/dist/cjs/components/tenantSelection/Loading.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/ModalLayout.d.ts +3 -0
- package/dist/cjs/components/tenantSelection/ModalLayout.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/Overview.d.ts +12 -0
- package/dist/cjs/components/tenantSelection/Overview.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/__tests__/createTenantLabel.test.d.ts +2 -0
- package/dist/cjs/components/tenantSelection/__tests__/createTenantLabel.test.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/index.d.ts +16 -0
- package/dist/cjs/components/tenantSelection/index.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/select/index.d.ts +11 -0
- package/dist/cjs/components/tenantSelection/select/index.d.ts.map +1 -0
- package/dist/cjs/index.js +605 -33
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/themes/shared/index.d.ts +15 -0
- package/dist/cjs/themes/shared/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts +16 -0
- package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts.map +1 -0
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts +15 -0
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/esm/components/carousel/DotsPagination.d.ts +8 -0
- package/dist/esm/components/carousel/DotsPagination.d.ts.map +1 -0
- package/dist/esm/components/carousel/DotsPagination.js +16 -0
- package/dist/esm/components/carousel/DotsPagination.js.map +1 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.d.ts +7 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.d.ts.map +1 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.js +12 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.js.map +1 -0
- package/dist/esm/components/carousel/NavigationButton.d.ts +11 -0
- package/dist/esm/components/carousel/NavigationButton.d.ts.map +1 -0
- package/dist/esm/components/carousel/NavigationButton.js +186 -0
- package/dist/esm/components/carousel/NavigationButton.js.map +1 -0
- package/dist/esm/components/carousel/NumbersPagination.d.ts +10 -0
- package/dist/esm/components/carousel/NumbersPagination.d.ts.map +1 -0
- package/dist/esm/components/carousel/NumbersPagination.js +19 -0
- package/dist/esm/components/carousel/NumbersPagination.js.map +1 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.d.ts +10 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.d.ts.map +1 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.js +12 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.js.map +1 -0
- package/dist/esm/components/carousel/Slide.d.ts +13 -0
- package/dist/esm/components/carousel/Slide.d.ts.map +1 -0
- package/dist/esm/components/carousel/Slide.js +29 -0
- package/dist/esm/components/carousel/Slide.js.map +1 -0
- package/dist/esm/components/carousel/Thumbnail.d.ts +10 -0
- package/dist/esm/components/carousel/Thumbnail.d.ts.map +1 -0
- package/dist/esm/components/carousel/Thumbnail.js +10 -0
- package/dist/esm/components/carousel/Thumbnail.js.map +1 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.d.ts +9 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.d.ts.map +1 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.js +186 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.js.map +1 -0
- package/dist/esm/components/carousel/ThumbnailPagination.d.ts +12 -0
- package/dist/esm/components/carousel/ThumbnailPagination.d.ts.map +1 -0
- package/dist/esm/components/carousel/ThumbnailPagination.js +46 -0
- package/dist/esm/components/carousel/ThumbnailPagination.js.map +1 -0
- package/dist/esm/components/carousel/index.d.ts +36 -0
- package/dist/esm/components/carousel/index.d.ts.map +1 -0
- package/dist/esm/components/carousel/index.js +211 -0
- package/dist/esm/components/carousel/index.js.map +1 -0
- package/dist/esm/components/index.d.ts +3 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableList.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableList.js +9 -4
- package/dist/esm/components/list/SearchableList.js.map +1 -1
- package/dist/esm/components/list/SearchableListItem.d.ts +2 -1
- package/dist/esm/components/list/SearchableListItem.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableListItem.js +2 -5
- package/dist/esm/components/list/SearchableListItem.js.map +1 -1
- package/dist/esm/components/list/SearchableListItemLabel.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableListItemLabel.js +2 -2
- package/dist/esm/components/list/SearchableListItemLabel.js.map +1 -1
- package/dist/esm/components/tenantSelection/Container.d.ts +6 -0
- package/dist/esm/components/tenantSelection/Container.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Container.js +12 -0
- package/dist/esm/components/tenantSelection/Container.js.map +1 -0
- package/dist/esm/components/tenantSelection/Loading.d.ts +3 -0
- package/dist/esm/components/tenantSelection/Loading.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Loading.js +13 -0
- package/dist/esm/components/tenantSelection/Loading.js.map +1 -0
- package/dist/esm/components/tenantSelection/ModalLayout.d.ts +3 -0
- package/dist/esm/components/tenantSelection/ModalLayout.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/ModalLayout.js +12 -0
- package/dist/esm/components/tenantSelection/ModalLayout.js.map +1 -0
- package/dist/esm/components/tenantSelection/Overview.d.ts +12 -0
- package/dist/esm/components/tenantSelection/Overview.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Overview.js +40 -0
- package/dist/esm/components/tenantSelection/Overview.js.map +1 -0
- package/dist/esm/components/tenantSelection/__tests__/createTenantLabel.test.d.ts +2 -0
- package/dist/esm/components/tenantSelection/__tests__/createTenantLabel.test.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/index.d.ts +16 -0
- package/dist/esm/components/tenantSelection/index.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/index.js +29 -0
- package/dist/esm/components/tenantSelection/index.js.map +1 -0
- package/dist/esm/components/tenantSelection/select/index.d.ts +11 -0
- package/dist/esm/components/tenantSelection/select/index.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/select/index.js +20 -0
- package/dist/esm/components/tenantSelection/select/index.js.map +1 -0
- package/dist/esm/components/tenantSelection/tenantSelectionIllustration.png.js +4 -0
- package/dist/esm/components/tenantSelection/tenantSelectionIllustration.png.js.map +1 -0
- package/dist/esm/components/themeProvider/index.js +1 -0
- package/dist/esm/components/themeProvider/index.js.map +1 -1
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/themes/shared/index.d.ts +15 -0
- package/dist/esm/themes/shared/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/carousel.d.ts +16 -0
- package/dist/esm/themes/shared/slotRecipes/carousel.d.ts.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/carousel.js +233 -0
- package/dist/esm/themes/shared/slotRecipes/carousel.js.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/index.d.ts +15 -0
- package/dist/esm/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/index.js +2 -0
- package/dist/esm/themes/shared/slotRecipes/index.js.map +1 -1
- package/dist/index.d.ts +119 -23
- package/package.json +1 -1
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
import { defineStyle, defineSlotRecipe } from '@chakra-ui/react';
|
|
2
|
+
|
|
3
|
+
var slots = [
|
|
4
|
+
'container',
|
|
5
|
+
'carousel',
|
|
6
|
+
'slide',
|
|
7
|
+
'slideContainer',
|
|
8
|
+
'buttonContainer',
|
|
9
|
+
'button',
|
|
10
|
+
'icon',
|
|
11
|
+
'pagination',
|
|
12
|
+
'paginationButton',
|
|
13
|
+
'paginationIconContainer',
|
|
14
|
+
'dotsPaginationContainer',
|
|
15
|
+
'dotsPaginationIndicator',
|
|
16
|
+
'numbersPaginationButton',
|
|
17
|
+
];
|
|
18
|
+
var baseContainer = defineStyle({
|
|
19
|
+
height: 'full',
|
|
20
|
+
width: 'full',
|
|
21
|
+
'--carousel-overlay-weak': 'rgba(51,51,51,0.4)',
|
|
22
|
+
'--carousel-overlay-strong': 'rgba(51,51,51,0.8)',
|
|
23
|
+
'--carousel-pagination-height': '7.5rem',
|
|
24
|
+
'--carousel-numbers-pagination-height': '5rem',
|
|
25
|
+
'--carousel-dot-size': '6px',
|
|
26
|
+
'--carousel-dot-size-active': '8px',
|
|
27
|
+
'--carousel-dot-size-last': '4px',
|
|
28
|
+
'--carousel-dot-margin-x': '6px',
|
|
29
|
+
});
|
|
30
|
+
var baseCarousel = defineStyle({
|
|
31
|
+
overflow: 'hidden',
|
|
32
|
+
position: 'relative',
|
|
33
|
+
});
|
|
34
|
+
var baseSlide = defineStyle({
|
|
35
|
+
flexGrow: '0',
|
|
36
|
+
flexShrink: '0',
|
|
37
|
+
flexBasis: 'full',
|
|
38
|
+
});
|
|
39
|
+
var baseSlideContainer = defineStyle({
|
|
40
|
+
height: 'full',
|
|
41
|
+
alignItems: 'center',
|
|
42
|
+
display: 'flex',
|
|
43
|
+
});
|
|
44
|
+
var baseButtonContainer = defineStyle({
|
|
45
|
+
position: 'absolute',
|
|
46
|
+
top: '0',
|
|
47
|
+
width: 'lg',
|
|
48
|
+
height: 'full',
|
|
49
|
+
display: 'flex',
|
|
50
|
+
justifyContent: 'center',
|
|
51
|
+
alignItems: 'center',
|
|
52
|
+
color: 'white',
|
|
53
|
+
visibility: 'hidden',
|
|
54
|
+
pointerEvents: 'none',
|
|
55
|
+
cursor: 'pointer',
|
|
56
|
+
_groupHover: { md: { visibility: 'visible', pointerEvents: 'auto' } },
|
|
57
|
+
_focus: {
|
|
58
|
+
outline: 'none',
|
|
59
|
+
},
|
|
60
|
+
});
|
|
61
|
+
var baseButton = defineStyle({
|
|
62
|
+
display: 'flex',
|
|
63
|
+
justifyContent: 'center',
|
|
64
|
+
alignItems: 'center',
|
|
65
|
+
width: 'md',
|
|
66
|
+
height: 'md',
|
|
67
|
+
borderRadius: 'sm',
|
|
68
|
+
backgroundColor: 'var(--carousel-overlay-weak)',
|
|
69
|
+
color: 'white',
|
|
70
|
+
_hover: { background: 'var(--carousel-overlay-strong)' },
|
|
71
|
+
});
|
|
72
|
+
var baseIcon = defineStyle({
|
|
73
|
+
boxSize: 'sm',
|
|
74
|
+
});
|
|
75
|
+
var numbersPaginationButton = defineStyle({
|
|
76
|
+
display: 'inline-flex',
|
|
77
|
+
alignItems: 'center',
|
|
78
|
+
justifyContent: 'center',
|
|
79
|
+
verticalAlign: 'middle',
|
|
80
|
+
textAlign: 'center',
|
|
81
|
+
minWidth: 'md',
|
|
82
|
+
height: 'md',
|
|
83
|
+
borderRadius: 'sm',
|
|
84
|
+
_hover: {
|
|
85
|
+
backgroundColor: 'gray.100',
|
|
86
|
+
},
|
|
87
|
+
'&[aria-current="true"]': {
|
|
88
|
+
color: 'white',
|
|
89
|
+
backgroundColor: 'gray.900',
|
|
90
|
+
_hover: {
|
|
91
|
+
backgroundColor: 'gray.900',
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
});
|
|
95
|
+
var dotsPaginationIndicator = defineStyle({
|
|
96
|
+
backgroundColor: 'transparent',
|
|
97
|
+
touchAction: 'pan-x',
|
|
98
|
+
display: 'inline-flex',
|
|
99
|
+
textDecoration: 'none',
|
|
100
|
+
border: 'none',
|
|
101
|
+
padding: '0',
|
|
102
|
+
width: 'var(--carousel-dot-size)',
|
|
103
|
+
height: 'var(--carousel-dot-size)',
|
|
104
|
+
marginX: 'var(--carousel-dot-margin-x)',
|
|
105
|
+
_last: {
|
|
106
|
+
width: 'var(--carousel-dot-size-last)',
|
|
107
|
+
height: 'var(--carousel-dot-size-last)',
|
|
108
|
+
_after: {
|
|
109
|
+
width: 'full',
|
|
110
|
+
height: 'var(--carousel-dot-size-last)',
|
|
111
|
+
content: '""',
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
_after: {
|
|
115
|
+
backgroundColor: 'gray.300',
|
|
116
|
+
opacity: '40',
|
|
117
|
+
borderRadius: 'full',
|
|
118
|
+
width: 'full',
|
|
119
|
+
height: 'var(--carousel-dot-size)',
|
|
120
|
+
content: '""',
|
|
121
|
+
},
|
|
122
|
+
'&[aria-current="true"]': {
|
|
123
|
+
width: 'var(--carousel-dot-size-active)',
|
|
124
|
+
height: 'var(--carousel-dot-size-active)',
|
|
125
|
+
_last: {
|
|
126
|
+
width: 'var(--carousel-dot-size-active)',
|
|
127
|
+
height: 'var(--carousel-dot-size-active)',
|
|
128
|
+
_after: {
|
|
129
|
+
width: 'full',
|
|
130
|
+
height: 'var(--carousel-dot-size-active)',
|
|
131
|
+
content: '""',
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
_after: {
|
|
135
|
+
backgroundColor: 'white',
|
|
136
|
+
borderRadius: 'full',
|
|
137
|
+
opacity: '100',
|
|
138
|
+
width: 'full',
|
|
139
|
+
height: 'var(--carousel-dot-size-active)',
|
|
140
|
+
content: '""',
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
});
|
|
144
|
+
var fullScreenVariant = {
|
|
145
|
+
container: defineStyle({
|
|
146
|
+
backgroundColor: 'black',
|
|
147
|
+
position: {
|
|
148
|
+
base: 'fixed',
|
|
149
|
+
md: 'static',
|
|
150
|
+
},
|
|
151
|
+
}),
|
|
152
|
+
carousel: defineStyle({
|
|
153
|
+
paddingX: {
|
|
154
|
+
md: '5xl',
|
|
155
|
+
},
|
|
156
|
+
}),
|
|
157
|
+
pagination: defineStyle({
|
|
158
|
+
overflow: 'hidden',
|
|
159
|
+
position: 'relative',
|
|
160
|
+
paddingX: {
|
|
161
|
+
base: 'md',
|
|
162
|
+
md: '5xl',
|
|
163
|
+
},
|
|
164
|
+
height: 'var(--carousel-pagination-height)',
|
|
165
|
+
}),
|
|
166
|
+
paginationButton: defineStyle({
|
|
167
|
+
position: 'absolute',
|
|
168
|
+
top: '0',
|
|
169
|
+
width: 'lg',
|
|
170
|
+
height: 'full',
|
|
171
|
+
display: 'flex',
|
|
172
|
+
justifyContent: 'center',
|
|
173
|
+
alignItems: 'center',
|
|
174
|
+
color: 'white',
|
|
175
|
+
backgroundColor: 'transparent',
|
|
176
|
+
}),
|
|
177
|
+
paginationIconContainer: defineStyle({
|
|
178
|
+
display: 'flex',
|
|
179
|
+
justifyContent: 'center',
|
|
180
|
+
alignItems: 'center',
|
|
181
|
+
width: 'md',
|
|
182
|
+
height: 'md',
|
|
183
|
+
borderRadius: 'sm',
|
|
184
|
+
backgroundColor: 'var(--carousel-overlay-strong)',
|
|
185
|
+
}),
|
|
186
|
+
buttonContainer: defineStyle({
|
|
187
|
+
backgroundColor: 'black',
|
|
188
|
+
width: 'xl',
|
|
189
|
+
visibility: { base: 'hidden', md: 'visible' },
|
|
190
|
+
pointerEvents: { base: 'none', md: 'auto' },
|
|
191
|
+
}),
|
|
192
|
+
slide: defineStyle({
|
|
193
|
+
height: 'full',
|
|
194
|
+
}),
|
|
195
|
+
button: defineStyle({
|
|
196
|
+
opacity: '100',
|
|
197
|
+
backgroundColor: 'black',
|
|
198
|
+
}),
|
|
199
|
+
icon: defineStyle({
|
|
200
|
+
boxSize: 'md',
|
|
201
|
+
}),
|
|
202
|
+
};
|
|
203
|
+
var carouselRecipe = defineSlotRecipe({
|
|
204
|
+
slots: slots,
|
|
205
|
+
className: 'chakra-carousel',
|
|
206
|
+
base: {
|
|
207
|
+
container: baseContainer,
|
|
208
|
+
carousel: baseCarousel,
|
|
209
|
+
slide: baseSlide,
|
|
210
|
+
slideContainer: baseSlideContainer,
|
|
211
|
+
buttonContainer: baseButtonContainer,
|
|
212
|
+
button: baseButton,
|
|
213
|
+
icon: baseIcon,
|
|
214
|
+
numbersPaginationButton: numbersPaginationButton,
|
|
215
|
+
dotsPaginationContainer: defineStyle({
|
|
216
|
+
position: 'absolute',
|
|
217
|
+
width: 'full',
|
|
218
|
+
bottom: 'lg',
|
|
219
|
+
display: 'flex',
|
|
220
|
+
justifyContent: 'center',
|
|
221
|
+
alignItems: 'center',
|
|
222
|
+
}),
|
|
223
|
+
dotsPaginationIndicator: dotsPaginationIndicator,
|
|
224
|
+
},
|
|
225
|
+
variants: {
|
|
226
|
+
variant: {
|
|
227
|
+
fullScreen: fullScreenVariant,
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
});
|
|
231
|
+
|
|
232
|
+
export { carouselRecipe };
|
|
233
|
+
//# sourceMappingURL=carousel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.js","sources":["../../../../../../src/themes/shared/slotRecipes/carousel.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -66,6 +66,21 @@ export declare const slotRecipes: {
|
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
68
|
}>;
|
|
69
|
+
carousel: import("@chakra-ui/react").SlotRecipeDefinition<"container" | "button" | "icon" | "paginationButton" | "carousel" | "slide" | "slideContainer" | "buttonContainer" | "pagination" | "paginationIconContainer" | "dotsPaginationContainer" | "dotsPaginationIndicator" | "numbersPaginationButton", {
|
|
70
|
+
variant: {
|
|
71
|
+
fullScreen: {
|
|
72
|
+
container: import("@chakra-ui/react").SystemStyleObject;
|
|
73
|
+
carousel: import("@chakra-ui/react").SystemStyleObject;
|
|
74
|
+
pagination: import("@chakra-ui/react").SystemStyleObject;
|
|
75
|
+
paginationButton: import("@chakra-ui/react").SystemStyleObject;
|
|
76
|
+
paginationIconContainer: import("@chakra-ui/react").SystemStyleObject;
|
|
77
|
+
buttonContainer: import("@chakra-ui/react").SystemStyleObject;
|
|
78
|
+
slide: import("@chakra-ui/react").SystemStyleObject;
|
|
79
|
+
button: import("@chakra-ui/react").SystemStyleObject;
|
|
80
|
+
icon: import("@chakra-ui/react").SystemStyleObject;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
}>;
|
|
69
84
|
breadcrumbs: import("@chakra-ui/react").SlotRecipeDefinition<"container" | "link" | "list" | "separator", import("@chakra-ui/react").SlotRecipeVariantRecord<"container" | "link" | "list" | "separator">>;
|
|
70
85
|
card: import("@chakra-ui/react").SlotRecipeDefinition<"header" | "body" | "root" | "footer", import("@chakra-ui/react").SlotRecipeVariantRecord<"header" | "body" | "root" | "footer">>;
|
|
71
86
|
energyLabel: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "text" | "triangle" | "textWrapper", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BvB,CAAC"}
|
|
@@ -22,6 +22,7 @@ import { drawerRecipe } from './drawer.js';
|
|
|
22
22
|
import { dialogFilterRecipe } from './dialogFilter.js';
|
|
23
23
|
import { dialogRecipe } from './dialog.js';
|
|
24
24
|
import { checkboxRecipe } from './checkbox.js';
|
|
25
|
+
import { carouselRecipe } from './carousel.js';
|
|
25
26
|
import { cardRecipe } from './card.js';
|
|
26
27
|
import { breadcrumbsRecipe } from './breadcrumbs.js';
|
|
27
28
|
import { articleTeaserRecipe } from './articleTeaser.js';
|
|
@@ -31,6 +32,7 @@ import { accordionRecipe } from './accordion.js';
|
|
|
31
32
|
var slotRecipes = {
|
|
32
33
|
articleTeaser: articleTeaserRecipe,
|
|
33
34
|
accordion: accordionRecipe,
|
|
35
|
+
carousel: carouselRecipe,
|
|
34
36
|
breadcrumbs: breadcrumbsRecipe,
|
|
35
37
|
card: cardRecipe,
|
|
36
38
|
energyLabel: energyLabelRecipe,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../src/themes/shared/slotRecipes/index.ts"],"sourcesContent":[null],"names":["articleTeaser","accordion","breadcrumbs","card","energyLabel","galleryHeader","list","markedText","dialog","simpleHeader","table","tabs","vehicleReference","tooltip","field","section","checkbox","input","select","dialogFilter","drawer","alert","popoverFilter","numberInput","radio","slider","pagination","menu"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../src/themes/shared/slotRecipes/index.ts"],"sourcesContent":[null],"names":["articleTeaser","accordion","carousel","breadcrumbs","card","energyLabel","galleryHeader","list","markedText","dialog","simpleHeader","table","tabs","vehicleReference","tooltip","field","section","checkbox","input","select","dialogFilter","drawer","alert","popoverFilter","numberInput","radio","slider","pagination","menu"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BO,IAAM,WAAW,GAAG;AACzB,IAAA,aAAa,EAAAA,mBAAA;AACb,IAAA,SAAS,EAAAC,eAAA;AACT,IAAA,QAAQ,EAAAC,cAAA;AACR,IAAA,WAAW,EAAAC,iBAAA;AACX,IAAA,IAAI,EAAAC,UAAA;AACJ,IAAA,WAAW,EAAAC,iBAAA;AACX,IAAA,aAAa,EAAAC,mBAAA;AACb,IAAA,IAAI,EAAAC,UAAA;AACJ,IAAA,UAAU,EAAAC,gBAAA;AACV,IAAA,MAAM,EAAAC,YAAA;AACN,IAAA,YAAY,EAAAC,kBAAA;AACZ,IAAA,KAAK,EAAAC,WAAA;AACL,IAAA,IAAI,EAAAC,UAAA;AACJ,IAAA,gBAAgB,EAAAC,sBAAA;AAChB,IAAA,OAAO,EAAAC,iBAAA;AACP,IAAA,KAAK,EAAAC,eAAA;AACL,IAAA,OAAO,EAAAC,aAAA;AACP,IAAA,QAAQ,EAAAC,cAAA;AACR,IAAA,MAAM,EAAE,YAAY;AACpB,IAAA,KAAK,EAAAC,eAAA;AACL,IAAA,MAAM,EAAAC,gBAAA;AACN,IAAA,YAAY,EAAAC,kBAAA;AACZ,IAAA,MAAM,EAAAC,YAAA;AACN,IAAA,KAAK,EAAAC,WAAA;AACL,IAAA,aAAa,EAAAC,mBAAA;AACb,IAAA,WAAW,EAAAC,iBAAA;AACX,IAAA,KAAK,EAAAC,WAAA;AACL,IAAA,MAAM,EAAAC,gBAAA;AACN,IAAA,UAAU,EAAAC,gBAAA;AACV,IAAA,IAAI,EAAAC,UAAA;;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { keyframes } from '@emotion/react';
|
|
2
2
|
import * as _chakra_ui_react from '@chakra-ui/react';
|
|
3
|
-
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, InputProps as InputProps$1, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps, NumberInput, Slider } from '@chakra-ui/react';
|
|
3
|
+
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, InputProps as InputProps$1, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps, NumberInput, Slider, ConditionalValue } from '@chakra-ui/react';
|
|
4
4
|
export { AspectRatioProps, Box, BoxProps, CardBodyProps, CardFooterProps, CardHeaderProps, GridItemProps, GridProps, ListItemProps, ListRootProps, SeparatorProps, StackSeparator, TableBodyProps, TableCaptionProps, TableCellProps, TableColumnGroupProps, TableColumnHeaderProps, TableColumnProps, TableFooterProps, TableHeaderProps, TableRootProps, TableRowProps, TableScrollAreaProps, TextProps, useBreakpointValue, useChakraContext, useDisclosure } from '@chakra-ui/react';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import React__default, { FocusEventHandler, ChangeEventHandler, FC, PropsWithChildren, ReactNode, ReactElement, ElementType, ComponentProps, JSX } from 'react';
|
|
@@ -10,6 +10,7 @@ import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_pro
|
|
|
10
10
|
import * as node_modules__chakra_ui_react_dist_types_styled_system_css_types from 'node_modules/@chakra-ui/react/dist/types/styled-system/css.types';
|
|
11
11
|
import { Language as Language$1 } from '@smg-automotive/i18n-pkg';
|
|
12
12
|
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
13
|
+
import { RangeTuple } from 'fuse.js';
|
|
13
14
|
|
|
14
15
|
declare const motoScout24Config: _chakra_ui_react.SystemConfig;
|
|
15
16
|
declare const _default$1: _chakra_ui_react.SystemContext;
|
|
@@ -431,7 +432,7 @@ type DatePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & I
|
|
|
431
432
|
value?: string;
|
|
432
433
|
invalid?: boolean;
|
|
433
434
|
};
|
|
434
|
-
declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "
|
|
435
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onChange" | "onBlur" | "onFocus"> & {
|
|
435
436
|
variant?: _chakra_ui_react.ConditionalValue<"outline" | undefined>;
|
|
436
437
|
size?: _chakra_ui_react.ConditionalValue<"md" | "lg" | undefined>;
|
|
437
438
|
} & {
|
|
@@ -1741,10 +1742,10 @@ declare const Dialog: FC<PropsWithChildren<DialogProps>>;
|
|
|
1741
1742
|
|
|
1742
1743
|
declare const DrawerOverlay: FC<PropsWithChildren>;
|
|
1743
1744
|
|
|
1744
|
-
interface Props$
|
|
1745
|
+
interface Props$6 extends DrawerContentProps {
|
|
1745
1746
|
withCloseButton?: boolean;
|
|
1746
1747
|
}
|
|
1747
|
-
declare const DrawerContent: FC<PropsWithChildren<Props$
|
|
1748
|
+
declare const DrawerContent: FC<PropsWithChildren<Props$6>>;
|
|
1748
1749
|
|
|
1749
1750
|
declare const DrawerBody: FC<PropsWithChildren<DrawerBodyProps>>;
|
|
1750
1751
|
|
|
@@ -2166,7 +2167,7 @@ declare const CollapseIcon: React__default.ForwardRefExoticComponent<_chakra_ui_
|
|
|
2166
2167
|
declare const ForwardIcon: React__default.ForwardRefExoticComponent<_chakra_ui_react.IconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
2167
2168
|
|
|
2168
2169
|
type InputVariantProps = RecipeVariantProps<typeof inputSlotRecipe>;
|
|
2169
|
-
type SharedProps$
|
|
2170
|
+
type SharedProps$2 = InputVariantProps & {
|
|
2170
2171
|
placeholder?: string;
|
|
2171
2172
|
disabled?: boolean;
|
|
2172
2173
|
onBlur?: FocusEventHandler<HTMLInputElement>;
|
|
@@ -2185,32 +2186,32 @@ type ControlledInputProps = {
|
|
|
2185
2186
|
value: string | number;
|
|
2186
2187
|
onChange: ChangeEventHandler<HTMLInputElement>;
|
|
2187
2188
|
setInputValue?: never;
|
|
2188
|
-
} & SharedProps$
|
|
2189
|
+
} & SharedProps$2;
|
|
2189
2190
|
type BaseInputPros = {
|
|
2190
2191
|
debounce?: false;
|
|
2191
2192
|
value?: never;
|
|
2192
2193
|
onChange?: ChangeEventHandler<HTMLInputElement>;
|
|
2193
2194
|
setInputValue?: never;
|
|
2194
|
-
} & SharedProps$
|
|
2195
|
+
} & SharedProps$2;
|
|
2195
2196
|
type DebouncedInputPros = {
|
|
2196
2197
|
value: string | number;
|
|
2197
2198
|
onChange?: never;
|
|
2198
2199
|
debounce: true;
|
|
2199
2200
|
setInputValue: (value: string) => void;
|
|
2200
|
-
} & SharedProps$
|
|
2201
|
+
} & SharedProps$2;
|
|
2201
2202
|
type InputProps = ControlledInputProps | BaseInputPros | DebouncedInputPros;
|
|
2202
2203
|
declare const Input: React__default.ForwardRefExoticComponent<InputProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
2203
2204
|
|
|
2204
2205
|
declare const repeatArea: (count: number, area: string) => string;
|
|
2205
2206
|
|
|
2206
|
-
interface Props$
|
|
2207
|
+
interface Props$5 {
|
|
2207
2208
|
header?: ReactNode;
|
|
2208
2209
|
maxContentWidth: keyof typeof sizes.container;
|
|
2209
2210
|
skyScraperAd?: ReactNode;
|
|
2210
2211
|
heroAd?: ReactNode;
|
|
2211
2212
|
footer?: ReactNode;
|
|
2212
2213
|
}
|
|
2213
|
-
declare const PageLayout: FC<PropsWithChildren<Props$
|
|
2214
|
+
declare const PageLayout: FC<PropsWithChildren<Props$5>>;
|
|
2214
2215
|
|
|
2215
2216
|
type SingleColumnCenteredLayoutProps = PropsWithChildren<{
|
|
2216
2217
|
maxContentWidth?: keyof (typeof sizes)['container'];
|
|
@@ -2251,12 +2252,12 @@ type VehicleReferenceProps = VehicleReferenceVariantProps & {
|
|
|
2251
2252
|
};
|
|
2252
2253
|
declare const VehicleReference: FC<VehicleReferenceProps>;
|
|
2253
2254
|
|
|
2254
|
-
interface Props$
|
|
2255
|
+
interface Props$4 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
|
|
2255
2256
|
vehicle: VehicleReferenceProps;
|
|
2256
2257
|
leftColumnSize?: ColumnSize;
|
|
2257
2258
|
rightColumnSize?: ColumnSize;
|
|
2258
2259
|
}
|
|
2259
|
-
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$
|
|
2260
|
+
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$4>>;
|
|
2260
2261
|
|
|
2261
2262
|
type LinkProps = LinkProps$2 & {
|
|
2262
2263
|
isExternal?: boolean;
|
|
@@ -2460,8 +2461,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
|
|
|
2460
2461
|
|
|
2461
2462
|
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
2462
2463
|
|
|
2463
|
-
type Props$
|
|
2464
|
-
declare const SimpleGrid: FC<Props$
|
|
2464
|
+
type Props$3 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
|
|
2465
|
+
declare const SimpleGrid: FC<Props$3>;
|
|
2465
2466
|
|
|
2466
2467
|
interface SimpleHeaderProps {
|
|
2467
2468
|
title: string;
|
|
@@ -2618,12 +2619,12 @@ declare const markedTextRecipe: _chakra_ui_react.SlotRecipeDefinition<"container
|
|
|
2618
2619
|
};
|
|
2619
2620
|
}>;
|
|
2620
2621
|
|
|
2621
|
-
type SharedProps = Exclude<BoxProps, 'position' | 'width' | 'display' | 'alignItems'> & RecipeVariantProps<typeof markedTextRecipe>;
|
|
2622
|
-
type HighlightProps = SharedProps & {
|
|
2622
|
+
type SharedProps$1 = Exclude<BoxProps, 'position' | 'width' | 'display' | 'alignItems'> & RecipeVariantProps<typeof markedTextRecipe>;
|
|
2623
|
+
type HighlightProps = SharedProps$1 & {
|
|
2623
2624
|
variant?: 'highlight';
|
|
2624
2625
|
highlightColor?: 'white' | 'gray.100' | 'brand.primary';
|
|
2625
2626
|
};
|
|
2626
|
-
type UnderlineProps = SharedProps & {
|
|
2627
|
+
type UnderlineProps = SharedProps$1 & {
|
|
2627
2628
|
variant: 'underline';
|
|
2628
2629
|
highlightColor?: never;
|
|
2629
2630
|
};
|
|
@@ -2638,10 +2639,10 @@ type ThemeProviderProps = {
|
|
|
2638
2639
|
};
|
|
2639
2640
|
declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
|
|
2640
2641
|
|
|
2641
|
-
type Props$
|
|
2642
|
+
type Props$2 = {
|
|
2642
2643
|
aspectRatio?: number;
|
|
2643
2644
|
};
|
|
2644
|
-
declare const TopListingBadge: FC<PropsWithChildren<Props$
|
|
2645
|
+
declare const TopListingBadge: FC<PropsWithChildren<Props$2>>;
|
|
2645
2646
|
|
|
2646
2647
|
type RangeFilterInputField<Name> = {
|
|
2647
2648
|
name: Name;
|
|
@@ -2663,11 +2664,11 @@ type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
|
2663
2664
|
} & PickedNumberInputProps;
|
|
2664
2665
|
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2665
2666
|
|
|
2666
|
-
type Props = {
|
|
2667
|
+
type Props$1 = {
|
|
2667
2668
|
aspectRatio?: number;
|
|
2668
2669
|
brand: Brand;
|
|
2669
2670
|
};
|
|
2670
|
-
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
|
|
2671
|
+
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props$1>>;
|
|
2671
2672
|
|
|
2672
2673
|
type DiscreteSliderMark<T> = {
|
|
2673
2674
|
stepValue?: number;
|
|
@@ -2698,6 +2699,101 @@ type RangeSliderProps = SliderRootProps & {
|
|
|
2698
2699
|
};
|
|
2699
2700
|
declare const RangeSlider: React__default.FC<RangeSliderProps>;
|
|
2700
2701
|
|
|
2702
|
+
type BreakpointKeys = keyof typeof breakpoints;
|
|
2703
|
+
type ResponsiveValue<T> = Partial<Record<BreakpointKeys, T>>;
|
|
2704
|
+
|
|
2705
|
+
type SharedProps = {
|
|
2706
|
+
startIndex?: number;
|
|
2707
|
+
onSlideClick?: (index: number) => void;
|
|
2708
|
+
onSlideSelect?: (index: number) => void;
|
|
2709
|
+
slidesPerView?: ResponsiveValue<number> | 1;
|
|
2710
|
+
loop?: boolean;
|
|
2711
|
+
slidesToScroll?: 'auto' | number;
|
|
2712
|
+
};
|
|
2713
|
+
type DefaultProps = {
|
|
2714
|
+
fullScreen?: never;
|
|
2715
|
+
children: ReactNode[];
|
|
2716
|
+
paginationType?: Exclude<PaginationType, PaginationType.Thumbnail>;
|
|
2717
|
+
} & SharedProps;
|
|
2718
|
+
type FullScreenSlide = {
|
|
2719
|
+
slide: ReactNode;
|
|
2720
|
+
thumbnail: ReactNode;
|
|
2721
|
+
onSlideEnter?: () => void;
|
|
2722
|
+
onSlideLeave?: () => void;
|
|
2723
|
+
};
|
|
2724
|
+
type FullScreenProps = {
|
|
2725
|
+
fullScreen: true;
|
|
2726
|
+
paginationType?: never;
|
|
2727
|
+
children: FullScreenSlide[];
|
|
2728
|
+
} & SharedProps;
|
|
2729
|
+
type CarouselProps = DefaultProps | FullScreenProps;
|
|
2730
|
+
declare enum PaginationType {
|
|
2731
|
+
Thumbnail = "thumbnail",
|
|
2732
|
+
Number = "number",
|
|
2733
|
+
None = "none",
|
|
2734
|
+
Dot = "dot"
|
|
2735
|
+
}
|
|
2736
|
+
declare const Carousel: FC<CarouselProps>;
|
|
2737
|
+
|
|
2738
|
+
type SearchFieldOptions = {
|
|
2739
|
+
placeholder?: string;
|
|
2740
|
+
onFocus?: () => void;
|
|
2741
|
+
onBlur?: () => void;
|
|
2742
|
+
autofocusOnDesktop?: boolean;
|
|
2743
|
+
autoComplete?: 'on' | 'off';
|
|
2744
|
+
};
|
|
2745
|
+
|
|
2746
|
+
type CommonListItem = {
|
|
2747
|
+
label: string;
|
|
2748
|
+
value: string;
|
|
2749
|
+
facet?: string;
|
|
2750
|
+
isSelected: boolean;
|
|
2751
|
+
showChevron?: boolean;
|
|
2752
|
+
highlightIndices?: readonly RangeTuple[];
|
|
2753
|
+
isCheckbox?: boolean;
|
|
2754
|
+
paddingLeft?: ConditionalValue<'md' | '2xl'>;
|
|
2755
|
+
};
|
|
2756
|
+
type CheckboxListItem = {
|
|
2757
|
+
onClick: (details: CheckboxCheckedChangeDetails) => void;
|
|
2758
|
+
isCheckbox: true;
|
|
2759
|
+
isIndeterminate?: boolean;
|
|
2760
|
+
} & CommonListItem;
|
|
2761
|
+
type RadioButtonListItem = {
|
|
2762
|
+
onClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
2763
|
+
isCheckbox?: false;
|
|
2764
|
+
} & CommonListItem;
|
|
2765
|
+
type ListItemType = CheckboxListItem | RadioButtonListItem;
|
|
2766
|
+
|
|
2767
|
+
type ListItemWithChildren = ListItemType & {
|
|
2768
|
+
children?: ListItemType[];
|
|
2769
|
+
};
|
|
2770
|
+
type Props = {
|
|
2771
|
+
listItems: ListItemWithChildren[];
|
|
2772
|
+
NoResults?: FC;
|
|
2773
|
+
EmptyQueryPlaceholder?: FC;
|
|
2774
|
+
listAriaLabel?: string;
|
|
2775
|
+
searchFieldOptions?: SearchFieldOptions;
|
|
2776
|
+
listOptions?: {
|
|
2777
|
+
columns?: number;
|
|
2778
|
+
childrenSpacing?: 'md' | '2xl';
|
|
2779
|
+
};
|
|
2780
|
+
listRef?: React__default.RefObject<HTMLUListElement | null>;
|
|
2781
|
+
};
|
|
2782
|
+
declare const SearchableList: FC<Props>;
|
|
2783
|
+
|
|
2784
|
+
type TenantSelectionState = {
|
|
2785
|
+
showSelection: boolean;
|
|
2786
|
+
persistSelection: boolean;
|
|
2787
|
+
selectedTenant: null | number;
|
|
2788
|
+
};
|
|
2789
|
+
type TenantSelectionProps = {
|
|
2790
|
+
user: EnrichedSessionUser | null;
|
|
2791
|
+
isLoading?: boolean;
|
|
2792
|
+
selectTenant: (sellerId: number | string) => void;
|
|
2793
|
+
language: Language$1;
|
|
2794
|
+
};
|
|
2795
|
+
declare const TenantSelection: FC<TenantSelectionProps>;
|
|
2796
|
+
|
|
2701
2797
|
declare const convertRemEmToPx: (value: string) => number;
|
|
2702
2798
|
|
|
2703
2799
|
declare class Logger {
|
|
@@ -2705,5 +2801,5 @@ declare class Logger {
|
|
|
2705
2801
|
}
|
|
2706
2802
|
declare const logger: Logger;
|
|
2707
2803
|
|
|
2708
|
-
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DiscreteSlider, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, Drawer, DrawerBody, DrawerContent, DrawerOverlay, DriveSystemIcon, DriveSystemLargeIcon, DriveTypeIcon, EnergyLabel, EquipmentIcon, ErrorIcon, ErrorPage, ExchangeIcon, ExpandIcon, EyeCrossedIcon, EyeIcon, FacebookIcon, FlagIcon, FlameIcon, FlashIcon, Flex, Footer$1 as Footer, FormControlSection, ForwardIcon, FullHeight, GalleryHeader, GarageIcon, GasStationIcon, GlobeIcon, GoogleIcon, Grid, GridItem, H1, H2, H3, H4, H5, H6, HamburgerMenuIcon, HeartIcon, HighlightedText, HistoryClockIcon, HouseIcon, ImageIcon, InfinityCircleIcon, InfoIcon, InformationBubbleIcon, InformationIcon, Input, InstagramIcon, InteriorIcon, LabelIcon, LayoutWithVehicleReference, Link, LinkedinIcon, List, ListIcon, Item as ListItem, Root$1 as ListRoot, LocationPinIcon, LockIcon, LogoutIcon, MagnifierIcon, MagnifierLargeIcon, MarkedText, Menu, MessageIcon, MiniVanIcon, MinusIcon, MissingImage, MissingImageIcon, MobileOnlyAccordion, MotoScout24AppLogo, MotoScout24Icon, MotorcycleIcon, Navigation, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, Tab, TabList, TabPanel, TabPanels, Table, Body as TableBody, Caption as TableCaption, Cell as TableCell, Column as TableColumn, ColumnGroup as TableColumnGroup, ColumnHeader as TableColumnHeader, Footer as TableFooter, Header as TableHeader, Root as TableRoot, Row as TableRow, ScrollArea as TableScrollArea, Tabs, Text, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TooltipIcon, TopListingBadge, TopListingIcon, TopVehicleSharedBadge, TrailerIcon, TransmissionIcon, TrashIcon, TriangleIcon, TruckIcon, TwitterIcon, TwoColumnsLayout, UtilityVehicleIcon, VanIcon, VehiclePowerIcon, VehicleReference, VehicleTypesMotorcycleIcon, VehicleTypesMotorcycleStarIcon, VideoCameraIcon, VideoIcon, ViewCarIcon, ViewMotorcycleIcon, WagonIcon, WarningIcon, WarrantyIcon, WhatsAppIcon, WindowsIcon, YoutubeIcon, autoScout24Config, _default as autoScout24System, breakpoints, convertRemEmToPx, logger, motoScout24Config, _default$1 as motoScout24System, repeatArea, useDebouncedOnChange, useMediaQuery, useToken };
|
|
2709
|
-
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DrawerProps, EnergyLabelProps, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, GalleryHeaderProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$
|
|
2804
|
+
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, Carousel, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DiscreteSlider, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, Drawer, DrawerBody, DrawerContent, DrawerOverlay, DriveSystemIcon, DriveSystemLargeIcon, DriveTypeIcon, EnergyLabel, EquipmentIcon, ErrorIcon, ErrorPage, ExchangeIcon, ExpandIcon, EyeCrossedIcon, EyeIcon, FacebookIcon, FlagIcon, FlameIcon, FlashIcon, Flex, Footer$1 as Footer, FormControlSection, ForwardIcon, FullHeight, GalleryHeader, GarageIcon, GasStationIcon, GlobeIcon, GoogleIcon, Grid, GridItem, H1, H2, H3, H4, H5, H6, HamburgerMenuIcon, HeartIcon, HighlightedText, HistoryClockIcon, HouseIcon, ImageIcon, InfinityCircleIcon, InfoIcon, InformationBubbleIcon, InformationIcon, Input, InstagramIcon, InteriorIcon, LabelIcon, LayoutWithVehicleReference, Link, LinkedinIcon, List, ListIcon, Item as ListItem, Root$1 as ListRoot, LocationPinIcon, LockIcon, LogoutIcon, MagnifierIcon, MagnifierLargeIcon, MarkedText, Menu, MessageIcon, MiniVanIcon, MinusIcon, MissingImage, MissingImageIcon, MobileOnlyAccordion, MotoScout24AppLogo, MotoScout24Icon, MotorcycleIcon, Navigation, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PaginationType, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, SearchableList, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, Tab, TabList, TabPanel, TabPanels, Table, Body as TableBody, Caption as TableCaption, Cell as TableCell, Column as TableColumn, ColumnGroup as TableColumnGroup, ColumnHeader as TableColumnHeader, Footer as TableFooter, Header as TableHeader, Root as TableRoot, Row as TableRow, ScrollArea as TableScrollArea, Tabs, TenantSelection, Text, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TooltipIcon, TopListingBadge, TopListingIcon, TopVehicleSharedBadge, TrailerIcon, TransmissionIcon, TrashIcon, TriangleIcon, TruckIcon, TwitterIcon, TwoColumnsLayout, UtilityVehicleIcon, VanIcon, VehiclePowerIcon, VehicleReference, VehicleTypesMotorcycleIcon, VehicleTypesMotorcycleStarIcon, VideoCameraIcon, VideoIcon, ViewCarIcon, ViewMotorcycleIcon, WagonIcon, WarningIcon, WarrantyIcon, WhatsAppIcon, WindowsIcon, YoutubeIcon, autoScout24Config, _default as autoScout24System, breakpoints, convertRemEmToPx, logger, motoScout24Config, _default$1 as motoScout24System, repeatArea, useDebouncedOnChange, useMediaQuery, useToken };
|
|
2805
|
+
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CarouselProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DrawerProps, EnergyLabelProps, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, GalleryHeaderProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, ListItemWithChildren, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$3 as Props, RangeFilterInputField, RangeSliderProps, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, TenantSelectionProps, TenantSelectionState, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
|