@draftbit/ui 46.4.4-fe82de.2 → 47.0.0-3bcd8b.2
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/lib/commonjs/index.js +3 -107
- package/lib/commonjs/index.js.map +1 -0
- package/lib/module/index.js +5 -19
- package/lib/module/index.js.map +1 -0
- package/lib/typescript/src/index.d.ts +116 -36377
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/index.js +3 -19
- package/src/index.tsx +2 -43
package/lib/commonjs/index.js
CHANGED
|
@@ -28,32 +28,7 @@ Object.defineProperty(exports, "AudioPlayer", {
|
|
|
28
28
|
return _native.AudioPlayer;
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
-
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () {
|
|
34
|
-
return _core.Avatar;
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
exports.Card = exports.ButtonSolid = exports.ButtonOutline = exports.Button = exports.Banner = exports.AvatarEdit = void 0;
|
|
38
|
-
Object.defineProperty(exports, "CardBlock", {
|
|
39
|
-
enumerable: true,
|
|
40
|
-
get: function () {
|
|
41
|
-
return _core.CardBlock;
|
|
42
|
-
}
|
|
43
|
-
});
|
|
44
|
-
exports.CardContainerRating = exports.CardContainer = void 0;
|
|
45
|
-
Object.defineProperty(exports, "CardInline", {
|
|
46
|
-
enumerable: true,
|
|
47
|
-
get: function () {
|
|
48
|
-
return _core.CardInline;
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
Object.defineProperty(exports, "Carousel", {
|
|
52
|
-
enumerable: true,
|
|
53
|
-
get: function () {
|
|
54
|
-
return _core.Carousel;
|
|
55
|
-
}
|
|
56
|
-
});
|
|
31
|
+
exports.Button = exports.Banner = void 0;
|
|
57
32
|
Object.defineProperty(exports, "Center", {
|
|
58
33
|
enumerable: true,
|
|
59
34
|
get: function () {
|
|
@@ -74,18 +49,6 @@ Object.defineProperty(exports, "Circle", {
|
|
|
74
49
|
return _core.Circle;
|
|
75
50
|
}
|
|
76
51
|
});
|
|
77
|
-
Object.defineProperty(exports, "CircleImage", {
|
|
78
|
-
enumerable: true,
|
|
79
|
-
get: function () {
|
|
80
|
-
return _core.CircleImage;
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
|
-
Object.defineProperty(exports, "Container", {
|
|
84
|
-
enumerable: true,
|
|
85
|
-
get: function () {
|
|
86
|
-
return _core.Container;
|
|
87
|
-
}
|
|
88
|
-
});
|
|
89
52
|
exports.DatePicker = void 0;
|
|
90
53
|
Object.defineProperty(exports, "DefaultTheme", {
|
|
91
54
|
enumerable: true,
|
|
@@ -93,13 +56,6 @@ Object.defineProperty(exports, "DefaultTheme", {
|
|
|
93
56
|
return _core.DefaultTheme;
|
|
94
57
|
}
|
|
95
58
|
});
|
|
96
|
-
Object.defineProperty(exports, "Divider", {
|
|
97
|
-
enumerable: true,
|
|
98
|
-
get: function () {
|
|
99
|
-
return _core.Divider;
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
exports.HeaderOverline = exports.HeaderMedium = exports.HeaderLarge = exports.FieldSearchBarFull = exports.FAB = void 0;
|
|
103
59
|
Object.defineProperty(exports, "Icon", {
|
|
104
60
|
enumerable: true,
|
|
105
61
|
get: function () {
|
|
@@ -121,18 +77,6 @@ Object.defineProperty(exports, "NumberInput", {
|
|
|
121
77
|
}
|
|
122
78
|
});
|
|
123
79
|
exports.Picker = void 0;
|
|
124
|
-
Object.defineProperty(exports, "ProgressBar", {
|
|
125
|
-
enumerable: true,
|
|
126
|
-
get: function () {
|
|
127
|
-
return _core.ProgressBar;
|
|
128
|
-
}
|
|
129
|
-
});
|
|
130
|
-
Object.defineProperty(exports, "ProgressCircle", {
|
|
131
|
-
enumerable: true,
|
|
132
|
-
get: function () {
|
|
133
|
-
return _core.ProgressCircle;
|
|
134
|
-
}
|
|
135
|
-
});
|
|
136
80
|
Object.defineProperty(exports, "Provider", {
|
|
137
81
|
enumerable: true,
|
|
138
82
|
get: function () {
|
|
@@ -159,14 +103,6 @@ Object.defineProperty(exports, "Row", {
|
|
|
159
103
|
return _core.Row;
|
|
160
104
|
}
|
|
161
105
|
});
|
|
162
|
-
exports.RowBodyIcon = void 0;
|
|
163
|
-
Object.defineProperty(exports, "RowHeadlineImageCaption", {
|
|
164
|
-
enumerable: true,
|
|
165
|
-
get: function () {
|
|
166
|
-
return _core.RowHeadlineImageCaption;
|
|
167
|
-
}
|
|
168
|
-
});
|
|
169
|
-
exports.RowHeadlineImageIcon = void 0;
|
|
170
106
|
Object.defineProperty(exports, "SVG", {
|
|
171
107
|
enumerable: true,
|
|
172
108
|
get: function () {
|
|
@@ -199,12 +135,6 @@ Object.defineProperty(exports, "Stack", {
|
|
|
199
135
|
}
|
|
200
136
|
});
|
|
201
137
|
exports.Stepper = exports.StarRating = void 0;
|
|
202
|
-
Object.defineProperty(exports, "Surface", {
|
|
203
|
-
enumerable: true,
|
|
204
|
-
get: function () {
|
|
205
|
-
return _core.Surface;
|
|
206
|
-
}
|
|
207
|
-
});
|
|
208
138
|
Object.defineProperty(exports, "Swiper", {
|
|
209
139
|
enumerable: true,
|
|
210
140
|
get: function () {
|
|
@@ -236,7 +166,6 @@ Object.defineProperty(exports, "ThemeProvider", {
|
|
|
236
166
|
return _core.ThemeProvider;
|
|
237
167
|
}
|
|
238
168
|
});
|
|
239
|
-
exports.ToggleButton = void 0;
|
|
240
169
|
Object.defineProperty(exports, "Touchable", {
|
|
241
170
|
enumerable: true,
|
|
242
171
|
get: function () {
|
|
@@ -249,12 +178,6 @@ Object.defineProperty(exports, "WebView", {
|
|
|
249
178
|
return _native.WebView;
|
|
250
179
|
}
|
|
251
180
|
});
|
|
252
|
-
Object.defineProperty(exports, "useAuthState", {
|
|
253
|
-
enumerable: true,
|
|
254
|
-
get: function () {
|
|
255
|
-
return _core.useAuthState;
|
|
256
|
-
}
|
|
257
|
-
});
|
|
258
181
|
Object.defineProperty(exports, "withTheme", {
|
|
259
182
|
enumerable: true,
|
|
260
183
|
get: function () {
|
|
@@ -270,38 +193,16 @@ var _core = require("@draftbit/core");
|
|
|
270
193
|
* is snack / expo / react-native
|
|
271
194
|
*/
|
|
272
195
|
|
|
273
|
-
const AvatarEdit = (0, _core.injectIcon)(_core.AvatarEdit, _native.Icon);
|
|
274
|
-
exports.AvatarEdit = AvatarEdit;
|
|
275
196
|
const Banner = (0, _core.injectIcon)(_core.Banner, _native.Icon);
|
|
276
197
|
exports.Banner = Banner;
|
|
277
198
|
const Button = (0, _core.injectIcon)(_core.Button, _native.Icon);
|
|
278
199
|
exports.Button = Button;
|
|
279
|
-
const ButtonOutline = (0, _core.injectIcon)(_core.ButtonOutline, _native.Icon);
|
|
280
|
-
exports.ButtonOutline = ButtonOutline;
|
|
281
|
-
const ButtonSolid = (0, _core.injectIcon)(_core.ButtonSolid, _native.Icon);
|
|
282
|
-
exports.ButtonSolid = ButtonSolid;
|
|
283
|
-
const Card = (0, _core.injectIcon)(_core.Card, _native.Icon);
|
|
284
|
-
exports.Card = Card;
|
|
285
|
-
const CardContainer = (0, _core.injectIcon)(_core.CardContainer, _native.Icon);
|
|
286
|
-
exports.CardContainer = CardContainer;
|
|
287
|
-
const CardContainerRating = (0, _core.injectIcon)(_core.CardContainerRating, _native.Icon);
|
|
288
|
-
exports.CardContainerRating = CardContainerRating;
|
|
289
200
|
const Checkbox = (0, _core.injectIcon)(_core.Checkbox, _native.Icon);
|
|
290
201
|
exports.Checkbox = Checkbox;
|
|
291
202
|
const CheckboxRow = (0, _core.injectIcon)(_core.CheckboxRow, _native.Icon);
|
|
292
203
|
exports.CheckboxRow = CheckboxRow;
|
|
293
204
|
const DatePicker = (0, _core.injectIcon)(_core.DatePicker, _native.Icon);
|
|
294
205
|
exports.DatePicker = DatePicker;
|
|
295
|
-
const FAB = (0, _core.injectIcon)(_core.FAB, _native.Icon);
|
|
296
|
-
exports.FAB = FAB;
|
|
297
|
-
const FieldSearchBarFull = (0, _core.injectIcon)(_core.FieldSearchBarFull, _native.Icon);
|
|
298
|
-
exports.FieldSearchBarFull = FieldSearchBarFull;
|
|
299
|
-
const HeaderLarge = (0, _core.injectIcon)(_core.HeaderLarge, _native.Icon);
|
|
300
|
-
exports.HeaderLarge = HeaderLarge;
|
|
301
|
-
const HeaderMedium = (0, _core.injectIcon)(_core.HeaderMedium, _native.Icon);
|
|
302
|
-
exports.HeaderMedium = HeaderMedium;
|
|
303
|
-
const HeaderOverline = (0, _core.injectIcon)(_core.HeaderOverline, _native.Icon);
|
|
304
|
-
exports.HeaderOverline = HeaderOverline;
|
|
305
206
|
const IconButton = (0, _core.injectIcon)(_core.IconButton, _native.Icon);
|
|
306
207
|
exports.IconButton = IconButton;
|
|
307
208
|
const Link = (0, _core.injectIcon)(_core.Link, _native.Icon);
|
|
@@ -312,21 +213,16 @@ const RadioButton = (0, _core.injectIcon)(_core.RadioButton, _native.Icon);
|
|
|
312
213
|
exports.RadioButton = RadioButton;
|
|
313
214
|
const RadioButtonRow = (0, _core.injectIcon)(_core.RadioButtonRow, _native.Icon);
|
|
314
215
|
exports.RadioButtonRow = RadioButtonRow;
|
|
315
|
-
const RowBodyIcon = (0, _core.injectIcon)(_core.RowBodyIcon, _native.Icon);
|
|
316
|
-
exports.RowBodyIcon = RowBodyIcon;
|
|
317
|
-
const RowHeadlineImageIcon = (0, _core.injectIcon)(_core.RowHeadlineImageIcon, _native.Icon);
|
|
318
|
-
exports.RowHeadlineImageIcon = RowHeadlineImageIcon;
|
|
319
216
|
const StarRating = (0, _core.injectIcon)(_core.StarRating, _native.Icon);
|
|
320
217
|
exports.StarRating = StarRating;
|
|
321
218
|
const Stepper = (0, _core.injectIcon)(_core.Stepper, _native.Icon);
|
|
322
219
|
exports.Stepper = Stepper;
|
|
323
220
|
const TextField = (0, _core.injectIcon)(_core.TextField, _native.Icon);
|
|
324
221
|
exports.TextField = TextField;
|
|
325
|
-
const ToggleButton = (0, _core.injectIcon)(_core.ToggleButton, _native.Icon);
|
|
326
|
-
exports.ToggleButton = ToggleButton;
|
|
327
222
|
const Slider = (0, _core.injectIcon)(_core.Slider, _native.Icon);
|
|
328
223
|
exports.Slider = Slider;
|
|
329
224
|
const AccordionGroup = (0, _core.injectIcon)(_core.AccordionGroup, _native.Icon);
|
|
330
225
|
exports.AccordionGroup = AccordionGroup;
|
|
331
226
|
const AccordionItem = (0, _core.injectIcon)(_core.AccordionItem, _native.Icon);
|
|
332
|
-
exports.AccordionItem = AccordionItem;
|
|
227
|
+
exports.AccordionItem = AccordionItem;
|
|
228
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Banner","injectIcon","BaseBanner","Icon","Button","BaseButton","Checkbox","BaseCheckbox","CheckboxRow","BaseCheckboxRow","DatePicker","BaseDatePicker","IconButton","BaseIconButton","Link","BaseLink","Picker","BasePicker","RadioButton","BaseRadioButton","RadioButtonRow","BaseRadioButtonRow","StarRating","BaseStarRating","Stepper","BaseStepper","TextField","BaseTextField","Slider","BaseSlider","AccordionGroup","BaseAccordionGroup","AccordionItem","BaseAccordionItem"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAGA;AA2BA;AACA;AACA;AACA;AACA;AACA;;AAsBO,MAAMA,MAAM,GAAG,IAAAC,gBAAU,EAACC,YAAU,EAAEC,YAAI,CAAC;AAAC;AAC5C,MAAMC,MAAM,GAAG,IAAAH,gBAAU,EAACI,YAAU,EAAEF,YAAI,CAAC;AAAC;AAC5C,MAAMG,QAAQ,GAAG,IAAAL,gBAAU,EAACM,cAAY,EAAEJ,YAAI,CAAC;AAAC;AAChD,MAAMK,WAAW,GAAG,IAAAP,gBAAU,EAACQ,iBAAe,EAAEN,YAAI,CAAC;AAAC;AACtD,MAAMO,UAAU,GAAG,IAAAT,gBAAU,EAACU,gBAAc,EAAER,YAAI,CAAC;AAAC;AACpD,MAAMS,UAAU,GAAG,IAAAX,gBAAU,EAACY,gBAAc,EAAEV,YAAI,CAAC;AAAC;AACpD,MAAMW,IAAI,GAAG,IAAAb,gBAAU,EAACc,UAAQ,EAAEZ,YAAI,CAAC;AAAC;AACxC,MAAMa,MAAM,GAAG,IAAAf,gBAAU,EAACgB,YAAU,EAAEd,YAAI,CAAC;AAAC;AAC5C,MAAMe,WAAW,GAAG,IAAAjB,gBAAU,EAACkB,iBAAe,EAAEhB,YAAI,CAAC;AAAC;AACtD,MAAMiB,cAAc,GAAG,IAAAnB,gBAAU,EAACoB,oBAAkB,EAAElB,YAAI,CAAC;AAAC;AAC5D,MAAMmB,UAAU,GAAG,IAAArB,gBAAU,EAACsB,gBAAc,EAAEpB,YAAI,CAAC;AAAC;AACpD,MAAMqB,OAAO,GAAG,IAAAvB,gBAAU,EAACwB,aAAW,EAAEtB,YAAI,CAAC;AAAC;AAC9C,MAAMuB,SAAS,GAAG,IAAAzB,gBAAU,EAAC0B,eAAa,EAAExB,YAAI,CAAC;AAAC;AAClD,MAAMyB,MAAM,GAAG,IAAA3B,gBAAU,EAAC4B,YAAU,EAAE1B,YAAI,CAAC;AAAC;AAC5C,MAAM2B,cAAc,GAAG,IAAA7B,gBAAU,EAAC8B,oBAAkB,EAAE5B,YAAI,CAAC;AAAC;AAC5D,MAAM6B,aAAa,GAAG,IAAA/B,gBAAU,EAACgC,mBAAiB,EAAE9B,YAAI,CAAC;AAAC"}
|
package/lib/module/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Icon } from "@draftbit/native";
|
|
2
2
|
export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
3
|
-
export {
|
|
4
|
-
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } from "@draftbit/core";
|
|
3
|
+
export { Center, Circle, CheckboxGroup, DefaultTheme, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } from "@draftbit/core";
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Components with Injected Dependencies
|
|
@@ -10,34 +9,21 @@ CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, Act
|
|
|
10
9
|
* is snack / expo / react-native
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
|
-
import { injectIcon,
|
|
14
|
-
export const AvatarEdit = injectIcon(BaseAvatarEdit, Icon);
|
|
12
|
+
import { injectIcon, Button as BaseButton, Banner as BaseBanner, Link as BaseLink, Checkbox as BaseCheckbox, CheckboxRow as BaseCheckboxRow, DatePicker as BaseDatePicker, IconButton as BaseIconButton, Picker as BasePicker, StarRating as BaseStarRating, TextField as BaseTextField, RadioButton as BaseRadioButton, RadioButtonRow as BaseRadioButtonRow, Stepper as BaseStepper, Slider as BaseSlider, AccordionGroup as BaseAccordionGroup, AccordionItem as BaseAccordionItem } from "@draftbit/core";
|
|
15
13
|
export const Banner = injectIcon(BaseBanner, Icon);
|
|
16
|
-
export const Button = injectIcon(
|
|
17
|
-
export const ButtonOutline = injectIcon(BaseButtonOutline, Icon);
|
|
18
|
-
export const ButtonSolid = injectIcon(BaseButtonSolid, Icon);
|
|
19
|
-
export const Card = injectIcon(BaseCard, Icon);
|
|
20
|
-
export const CardContainer = injectIcon(BaseCardContainer, Icon);
|
|
21
|
-
export const CardContainerRating = injectIcon(BaseCardContainerRating, Icon);
|
|
14
|
+
export const Button = injectIcon(BaseButton, Icon);
|
|
22
15
|
export const Checkbox = injectIcon(BaseCheckbox, Icon);
|
|
23
16
|
export const CheckboxRow = injectIcon(BaseCheckboxRow, Icon);
|
|
24
17
|
export const DatePicker = injectIcon(BaseDatePicker, Icon);
|
|
25
|
-
export const FAB = injectIcon(BaseFab, Icon);
|
|
26
|
-
export const FieldSearchBarFull = injectIcon(BaseFieldSearchBarFull, Icon);
|
|
27
|
-
export const HeaderLarge = injectIcon(BaseHeaderLarge, Icon);
|
|
28
|
-
export const HeaderMedium = injectIcon(BaseHeaderMedium, Icon);
|
|
29
|
-
export const HeaderOverline = injectIcon(BaseHeaderOverline, Icon);
|
|
30
18
|
export const IconButton = injectIcon(BaseIconButton, Icon);
|
|
31
19
|
export const Link = injectIcon(BaseLink, Icon);
|
|
32
20
|
export const Picker = injectIcon(BasePicker, Icon);
|
|
33
21
|
export const RadioButton = injectIcon(BaseRadioButton, Icon);
|
|
34
22
|
export const RadioButtonRow = injectIcon(BaseRadioButtonRow, Icon);
|
|
35
|
-
export const RowBodyIcon = injectIcon(BaseRowBodyIcon, Icon);
|
|
36
|
-
export const RowHeadlineImageIcon = injectIcon(BaseRowHeadlineImageIcon, Icon);
|
|
37
23
|
export const StarRating = injectIcon(BaseStarRating, Icon);
|
|
38
24
|
export const Stepper = injectIcon(BaseStepper, Icon);
|
|
39
25
|
export const TextField = injectIcon(BaseTextField, Icon);
|
|
40
|
-
export const ToggleButton = injectIcon(BaseToggleButton, Icon);
|
|
41
26
|
export const Slider = injectIcon(BaseSlider, Icon);
|
|
42
27
|
export const AccordionGroup = injectIcon(BaseAccordionGroup, Icon);
|
|
43
|
-
export const AccordionItem = injectIcon(BaseAccordionItem, Icon);
|
|
28
|
+
export const AccordionItem = injectIcon(BaseAccordionItem, Icon);
|
|
29
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Icon","AudioPlayer","LinearGradient","WebView","Center","Circle","CheckboxGroup","DefaultTheme","Provider","RadioButtonFieldGroup","RadioButtonGroup","Row","ScreenContainer","Spacer","Square","Stack","SVG","Switch","SwitchRow","NumberInput","ThemeProvider","Touchable","withTheme","ActionSheet","ActionSheetItem","ActionSheetCancel","Swiper","SwiperItem","injectIcon","Button","BaseButton","Banner","BaseBanner","Link","BaseLink","Checkbox","BaseCheckbox","CheckboxRow","BaseCheckboxRow","DatePicker","BaseDatePicker","IconButton","BaseIconButton","Picker","BasePicker","StarRating","BaseStarRating","TextField","BaseTextField","RadioButton","BaseRadioButton","RadioButtonRow","BaseRadioButtonRow","Stepper","BaseStepper","Slider","BaseSlider","AccordionGroup","BaseAccordionGroup","AccordionItem","BaseAccordionItem"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAQ,kBAAkB;AACvC,SAASC,WAAW,EAAED,IAAI,EAAEE,cAAc,EAAEC,OAAO,QAAQ,kBAAkB;AAE7E,SACEC,MAAM,EACNC,MAAM,EACNC,aAAa,EACbC,YAAY,EACZC,QAAQ,EACRC,qBAAqB,EACrBC,gBAAgB,EAChBC,GAAG,EACHC,eAAe,EACfC,MAAM,EACNC,MAAM,EACNC,KAAK,EACLC,GAAG,EACHC,MAAM,EACNC,SAAS,EACTC,WAAW,EACXC,aAAa,EACbC,SAAS,EACTC,SAAS,EACTC,WAAW,EACXC,eAAe,EACfC,iBAAiB,EACjBC,MAAM,EACNC,UAAU,QACL,gBAAgB;;AAEvB;AACA;AACA;AACA;AACA;AACA;;AAEA,SACEC,UAAU,EACVC,MAAM,IAAIC,UAAU,EACpBC,MAAM,IAAIC,UAAU,EACpBC,IAAI,IAAIC,QAAQ,EAChBC,QAAQ,IAAIC,YAAY,EACxBC,WAAW,IAAIC,eAAe,EAC9BC,UAAU,IAAIC,cAAc,EAC5BC,UAAU,IAAIC,cAAc,EAC5BC,MAAM,IAAIC,UAAU,EACpBC,UAAU,IAAIC,cAAc,EAC5BC,SAAS,IAAIC,aAAa,EAC1BC,WAAW,IAAIC,eAAe,EAC9BC,cAAc,IAAIC,kBAAkB,EACpCC,OAAO,IAAIC,WAAW,EACtBC,MAAM,IAAIC,UAAU,EACpBC,cAAc,IAAIC,kBAAkB,EACpCC,aAAa,IAAIC,iBAAiB,QAC7B,gBAAgB;AAEvB,OAAO,MAAM7B,MAAM,GAAGH,UAAU,CAACI,UAAU,EAAEhC,IAAI,CAAC;AAClD,OAAO,MAAM6B,MAAM,GAAGD,UAAU,CAACE,UAAU,EAAE9B,IAAI,CAAC;AAClD,OAAO,MAAMmC,QAAQ,GAAGP,UAAU,CAACQ,YAAY,EAAEpC,IAAI,CAAC;AACtD,OAAO,MAAMqC,WAAW,GAAGT,UAAU,CAACU,eAAe,EAAEtC,IAAI,CAAC;AAC5D,OAAO,MAAMuC,UAAU,GAAGX,UAAU,CAACY,cAAc,EAAExC,IAAI,CAAC;AAC1D,OAAO,MAAMyC,UAAU,GAAGb,UAAU,CAACc,cAAc,EAAE1C,IAAI,CAAC;AAC1D,OAAO,MAAMiC,IAAI,GAAGL,UAAU,CAACM,QAAQ,EAAElC,IAAI,CAAC;AAC9C,OAAO,MAAM2C,MAAM,GAAGf,UAAU,CAACgB,UAAU,EAAE5C,IAAI,CAAC;AAClD,OAAO,MAAMiD,WAAW,GAAGrB,UAAU,CAACsB,eAAe,EAAElD,IAAI,CAAC;AAC5D,OAAO,MAAMmD,cAAc,GAAGvB,UAAU,CAACwB,kBAAkB,EAAEpD,IAAI,CAAC;AAClE,OAAO,MAAM6C,UAAU,GAAGjB,UAAU,CAACkB,cAAc,EAAE9C,IAAI,CAAC;AAC1D,OAAO,MAAMqD,OAAO,GAAGzB,UAAU,CAAC0B,WAAW,EAAEtD,IAAI,CAAC;AACpD,OAAO,MAAM+C,SAAS,GAAGnB,UAAU,CAACoB,aAAa,EAAEhD,IAAI,CAAC;AACxD,OAAO,MAAMuD,MAAM,GAAG3B,UAAU,CAAC4B,UAAU,EAAExD,IAAI,CAAC;AAClD,OAAO,MAAMyD,cAAc,GAAG7B,UAAU,CAAC8B,kBAAkB,EAAE1D,IAAI,CAAC;AAClE,OAAO,MAAM2D,aAAa,GAAG/B,UAAU,CAACgC,iBAAiB,EAAE5D,IAAI,CAAC"}
|