@dekrayzis/vicenco-ui 0.1.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/README.md +65 -0
- package/dist/assets/images/top-error-shape.png +0 -0
- package/dist/assets/images/top-info-shape.png +0 -0
- package/dist/assets/images/top-warning-shape.png +0 -0
- package/dist/components/accordion/Accordion.d.ts +37 -0
- package/dist/components/accordion/Accordion.d.ts.map +1 -0
- package/dist/components/accordion/index.d.ts +3 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/alert/alert.d.ts +15 -0
- package/dist/components/alert/alert.d.ts.map +1 -0
- package/dist/components/alert/index.d.ts +3 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/avatar/Avatar.d.ts +14 -0
- package/dist/components/avatar/Avatar.d.ts.map +1 -0
- package/dist/components/avatar/AvatarGroup.d.ts +18 -0
- package/dist/components/avatar/AvatarGroup.d.ts.map +1 -0
- package/dist/components/avatar/AvatarText.d.ts +8 -0
- package/dist/components/avatar/AvatarText.d.ts.map +1 -0
- package/dist/components/avatar/index.d.ts +3 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/badge/Badge.d.ts +15 -0
- package/dist/components/badge/Badge.d.ts.map +1 -0
- package/dist/components/basketItem/BasketItem.d.ts +20 -0
- package/dist/components/basketItem/BasketItem.d.ts.map +1 -0
- package/dist/components/basketItem/index.d.ts +3 -0
- package/dist/components/basketItem/index.d.ts.map +1 -0
- package/dist/components/breadcrumb/BreadCrumb.d.ts +11 -0
- package/dist/components/breadcrumb/BreadCrumb.d.ts.map +1 -0
- package/dist/components/button/button.d.ts +13 -0
- package/dist/components/button/button.d.ts.map +1 -0
- package/dist/components/button/index.d.ts +3 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/buttonGroup/ButtonGroup.d.ts +24 -0
- package/dist/components/buttonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/components/buttonGroup/index.d.ts +3 -0
- package/dist/components/buttonGroup/index.d.ts.map +1 -0
- package/dist/components/card/Card.d.ts +9 -0
- package/dist/components/card/Card.d.ts.map +1 -0
- package/dist/components/card/index.d.ts +3 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/carousel/Carousel.d.ts +40 -0
- package/dist/components/carousel/Carousel.d.ts.map +1 -0
- package/dist/components/carousel/index.d.ts +3 -0
- package/dist/components/carousel/index.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +9 -0
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/chip/Chip.d.ts +21 -0
- package/dist/components/chip/Chip.d.ts.map +1 -0
- package/dist/components/chip/index.d.ts +3 -0
- package/dist/components/chip/index.d.ts.map +1 -0
- package/dist/components/colorPicker/ColorPicker.d.ts +19 -0
- package/dist/components/colorPicker/ColorPicker.d.ts.map +1 -0
- package/dist/components/colorPicker/index.d.ts +3 -0
- package/dist/components/colorPicker/index.d.ts.map +1 -0
- package/dist/components/counter/Counter.d.ts +19 -0
- package/dist/components/counter/Counter.d.ts.map +1 -0
- package/dist/components/drawer/Drawer.d.ts +36 -0
- package/dist/components/drawer/Drawer.d.ts.map +1 -0
- package/dist/components/drawer/index.d.ts +3 -0
- package/dist/components/drawer/index.d.ts.map +1 -0
- package/dist/components/dropZone/DropZone.d.ts +9 -0
- package/dist/components/dropZone/DropZone.d.ts.map +1 -0
- package/dist/components/fileInput/FileInput.d.ts +7 -0
- package/dist/components/fileInput/FileInput.d.ts.map +1 -0
- package/dist/components/image/Image.d.ts +15 -0
- package/dist/components/image/Image.d.ts.map +1 -0
- package/dist/components/image/index.d.ts +3 -0
- package/dist/components/image/index.d.ts.map +1 -0
- package/dist/components/input/InputField.d.ts +15 -0
- package/dist/components/input/InputField.d.ts.map +1 -0
- package/dist/components/label/Label.d.ts +5 -0
- package/dist/components/label/Label.d.ts.map +1 -0
- package/dist/components/lightbox/Lightbox.d.ts +26 -0
- package/dist/components/lightbox/Lightbox.d.ts.map +1 -0
- package/dist/components/lightbox/index.d.ts +3 -0
- package/dist/components/lightbox/index.d.ts.map +1 -0
- package/dist/components/mediaCard/MediaCard.d.ts +27 -0
- package/dist/components/mediaCard/MediaCard.d.ts.map +1 -0
- package/dist/components/mediaCard/index.d.ts +3 -0
- package/dist/components/mediaCard/index.d.ts.map +1 -0
- package/dist/components/multiSelect/MultiSelect.d.ts +16 -0
- package/dist/components/multiSelect/MultiSelect.d.ts.map +1 -0
- package/dist/components/multiSelect/index.d.ts +2 -0
- package/dist/components/multiSelect/index.d.ts.map +1 -0
- package/dist/components/navigationBar/NavigationBar.d.ts +23 -0
- package/dist/components/navigationBar/NavigationBar.d.ts.map +1 -0
- package/dist/components/navigationBar/index.d.ts +3 -0
- package/dist/components/navigationBar/index.d.ts.map +1 -0
- package/dist/components/notificationButton/NotificationButton.d.ts +15 -0
- package/dist/components/notificationButton/NotificationButton.d.ts.map +1 -0
- package/dist/components/notificationButton/index.d.ts +3 -0
- package/dist/components/notificationButton/index.d.ts.map +1 -0
- package/dist/components/pagination/Pagination.d.ts +98 -0
- package/dist/components/pagination/Pagination.d.ts.map +1 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/popover/Popover.d.ts +34 -0
- package/dist/components/popover/Popover.d.ts.map +1 -0
- package/dist/components/popover/index.d.ts +3 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/radioBtn/Radio.d.ts +10 -0
- package/dist/components/radioBtn/Radio.d.ts.map +1 -0
- package/dist/components/radioBtn/index.d.ts +2 -0
- package/dist/components/radioBtn/index.d.ts.map +1 -0
- package/dist/components/radioCardGroup/RadioCardGroup.d.ts +29 -0
- package/dist/components/radioCardGroup/RadioCardGroup.d.ts.map +1 -0
- package/dist/components/radioCardGroup/index.d.ts +3 -0
- package/dist/components/radioCardGroup/index.d.ts.map +1 -0
- package/dist/components/rating/Rating.d.ts +35 -0
- package/dist/components/rating/Rating.d.ts.map +1 -0
- package/dist/components/rating/index.d.ts +3 -0
- package/dist/components/rating/index.d.ts.map +1 -0
- package/dist/components/select/Select.d.ts +20 -0
- package/dist/components/select/Select.d.ts.map +1 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/shared/Dropdown/DropdownBase.d.ts +30 -0
- package/dist/components/shared/Dropdown/DropdownBase.d.ts.map +1 -0
- package/dist/components/shared/Dropdown/DropdownWrapper.d.ts +25 -0
- package/dist/components/shared/Dropdown/DropdownWrapper.d.ts.map +1 -0
- package/dist/components/shared/hooks/useDropdown.d.ts +16 -0
- package/dist/components/shared/hooks/useDropdown.d.ts.map +1 -0
- package/dist/components/shared/hooks/useDropdownKeyboard.d.ts +15 -0
- package/dist/components/shared/hooks/useDropdownKeyboard.d.ts.map +1 -0
- package/dist/components/shared/hooks/useRipple.d.ts +20 -0
- package/dist/components/shared/hooks/useRipple.d.ts.map +1 -0
- package/dist/components/slider/Slider.d.ts +20 -0
- package/dist/components/slider/Slider.d.ts.map +1 -0
- package/dist/components/slider/index.d.ts +3 -0
- package/dist/components/slider/index.d.ts.map +1 -0
- package/dist/components/spinner/Spinner.d.ts +21 -0
- package/dist/components/spinner/Spinner.d.ts.map +1 -0
- package/dist/components/spinner/index.d.ts +3 -0
- package/dist/components/spinner/index.d.ts.map +1 -0
- package/dist/components/statCard/StatCard.d.ts +29 -0
- package/dist/components/statCard/StatCard.d.ts.map +1 -0
- package/dist/components/statCard/index.d.ts +3 -0
- package/dist/components/statCard/index.d.ts.map +1 -0
- package/dist/components/switch/Switch.d.ts +12 -0
- package/dist/components/switch/Switch.d.ts.map +1 -0
- package/dist/components/table/Table.d.ts +46 -0
- package/dist/components/table/Table.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +2 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tabs/tabs.base.d.ts +18 -0
- package/dist/components/tabs/tabs.base.d.ts.map +1 -0
- package/dist/components/tabs/tabs.d.ts +3 -0
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/tabs/tabs.underline.d.ts +19 -0
- package/dist/components/tabs/tabs.underline.d.ts.map +1 -0
- package/dist/components/tabs/tabs.utils.d.ts +3 -0
- package/dist/components/tabs/tabs.utils.d.ts.map +1 -0
- package/dist/components/textArea/TextArea.d.ts +11 -0
- package/dist/components/textArea/TextArea.d.ts.map +1 -0
- package/dist/components/textArea/index.d.ts +2 -0
- package/dist/components/textArea/index.d.ts.map +1 -0
- package/dist/components/timeline/Timeline.d.ts +20 -0
- package/dist/components/timeline/Timeline.d.ts.map +1 -0
- package/dist/components/timeline/index.d.ts +3 -0
- package/dist/components/timeline/index.d.ts.map +1 -0
- package/dist/components/toast/ToastItem.d.ts +9 -0
- package/dist/components/toast/ToastItem.d.ts.map +1 -0
- package/dist/components/toast/ToastProvider.d.ts +38 -0
- package/dist/components/toast/ToastProvider.d.ts.map +1 -0
- package/dist/components/toast/ToastViewport.d.ts +7 -0
- package/dist/components/toast/ToastViewport.d.ts.map +1 -0
- package/dist/components/toast/index.d.ts +4 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/tooltip/Tooltip.d.ts +31 -0
- package/dist/components/tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/tooltip/index.d.ts +3 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/transferList/TransferList.d.ts +23 -0
- package/dist/components/transferList/TransferList.d.ts.map +1 -0
- package/dist/components/transferList/index.d.ts +3 -0
- package/dist/components/transferList/index.d.ts.map +1 -0
- package/dist/components/typography/Typography.d.ts +22 -0
- package/dist/components/typography/Typography.d.ts.map +1 -0
- package/dist/components/typography/index.d.ts +3 -0
- package/dist/components/typography/index.d.ts.map +1 -0
- package/dist/components/userProfileCard/UserProfileCard.d.ts +36 -0
- package/dist/components/userProfileCard/UserProfileCard.d.ts.map +1 -0
- package/dist/components/userProfileCard/index.d.ts +3 -0
- package/dist/components/userProfileCard/index.d.ts.map +1 -0
- package/dist/index.cjs +10 -0
- package/dist/index.d.ts +37 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5971 -0
- package/dist/vicenco-ui.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +77 -0
package/README.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Vicenco UI
|
|
2
|
+
|
|
3
|
+
React component library built with TypeScript, Vite, and CSS Modules.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm i @dekrayzis/vicenco-ui
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
### Peer dependencies
|
|
12
|
+
|
|
13
|
+
You must have compatible versions of:
|
|
14
|
+
|
|
15
|
+
- `react`
|
|
16
|
+
- `react-dom`
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```tsx
|
|
21
|
+
import { Button, Chip, NotificationButton } from "@dekrayzis/vicenco-ui";
|
|
22
|
+
|
|
23
|
+
export function Example() {
|
|
24
|
+
return (
|
|
25
|
+
<div style={{ display: "flex", gap: 12, alignItems: "center" }}>
|
|
26
|
+
<Button variant="default">Button</Button>
|
|
27
|
+
<Chip variant="filled" color="primary">Chip</Chip>
|
|
28
|
+
<NotificationButton showIndicator indicatorColor="green" aria-label="Notifications" />
|
|
29
|
+
</div>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Styles
|
|
35
|
+
|
|
36
|
+
The build outputs a bundled CSS file. Import it once in your app entry:
|
|
37
|
+
|
|
38
|
+
```ts
|
|
39
|
+
import "@dekrayzis/vicenco-ui/dist/vicenco-ui.css";
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Development
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
npm run dev
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## Storybook
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
npm run storybook
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
## Build (library)
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
npm run build:lib
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## Publish
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
npm version patch
|
|
64
|
+
npm publish --access public
|
|
65
|
+
```
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
type AccordionType = "single" | "multiple";
|
|
3
|
+
export type AccordionProps = Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> & {
|
|
4
|
+
type?: AccordionType;
|
|
5
|
+
value?: string | string[];
|
|
6
|
+
defaultValue?: string | string[];
|
|
7
|
+
onValueChange?: (value: string | string[]) => void;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
radius?: "rounded" | "square" | "soft";
|
|
10
|
+
};
|
|
11
|
+
declare const Accordion: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> & {
|
|
12
|
+
type?: AccordionType;
|
|
13
|
+
value?: string | string[];
|
|
14
|
+
defaultValue?: string | string[];
|
|
15
|
+
onValueChange?: (value: string | string[]) => void;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
radius?: "rounded" | "square" | "soft";
|
|
18
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export type AccordionItemProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
20
|
+
value: string;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
};
|
|
23
|
+
declare const AccordionItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
24
|
+
value: string;
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
27
|
+
export type AccordionTriggerProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
28
|
+
icon?: React.ReactNode;
|
|
29
|
+
};
|
|
30
|
+
declare const AccordionTrigger: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
31
|
+
icon?: React.ReactNode;
|
|
32
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
|
33
|
+
export type AccordionContentProps = React.HTMLAttributes<HTMLDivElement>;
|
|
34
|
+
declare const AccordionContent: React.ForwardRefExoticComponent<AccordionContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
|
|
36
|
+
export type { AccordionType };
|
|
37
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,aAAa,GAAG,QAAQ,GAAG,UAAU,CAAC;AAmB3C,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG;IACpF,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACjC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAC;IACnD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,SAAS;WARN,aAAa;YACZ,MAAM,GAAG,MAAM,EAAE;mBACV,MAAM,GAAG,MAAM,EAAE;oBAChB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI;eACvC,OAAO;aACT,SAAS,GAAG,QAAQ,GAAG,MAAM;wCA2FvC,CAAC;AAqBF,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IACtE,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,aAAa;WAJV,MAAM;eACF,OAAO;wCAmDnB,CAAC;AAIF,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IAClF,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,gBAAgB;WAHb,KAAK,CAAC,SAAS;2CAkEvB,CAAC;AAIF,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;AAEzE,QAAA,MAAM,gBAAgB,8FAkBrB,CAAC;AAIF,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;AACxE,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC3F,YAAY,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface AlertProps {
|
|
3
|
+
variant: "success" | "error" | "warning" | "info";
|
|
4
|
+
title: string;
|
|
5
|
+
message: string;
|
|
6
|
+
ariaLabel: string;
|
|
7
|
+
showLink?: boolean;
|
|
8
|
+
linkHref?: string;
|
|
9
|
+
linkText?: string;
|
|
10
|
+
linkAriaLabel?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const Alert: React.FC<AlertProps>;
|
|
13
|
+
export { Alert };
|
|
14
|
+
export type { AlertProps };
|
|
15
|
+
//# sourceMappingURL=alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/alert/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,UAAU;IAClB,OAAO,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAwH/B,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface AvatarProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
src?: string;
|
|
4
|
+
alt?: string;
|
|
5
|
+
size?: "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
6
|
+
status?: "online" | "offline" | "busy" | "none";
|
|
7
|
+
variant?: "rounded" | "square" | "soft";
|
|
8
|
+
border?: "none" | "default" | "primary" | "white";
|
|
9
|
+
fallback?: React.ReactNode;
|
|
10
|
+
ariaLabel: string;
|
|
11
|
+
}
|
|
12
|
+
declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export default Avatar;
|
|
14
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,UAAU,WAAY,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAChE,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;IACtE,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;IAChD,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACxC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,QAAA,MAAM,MAAM,oFA+EX,CAAC;AAIF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface AvatarGroupProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
avatars: Array<{
|
|
4
|
+
src?: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
fallback?: React.ReactNode;
|
|
7
|
+
ariaLabel: string;
|
|
8
|
+
}>;
|
|
9
|
+
max?: number;
|
|
10
|
+
size?: "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
11
|
+
variant?: "rounded" | "square" | "soft";
|
|
12
|
+
border?: "none" | "default" | "primary" | "white";
|
|
13
|
+
groupAriaLabel: string;
|
|
14
|
+
overflowAriaLabel?: string;
|
|
15
|
+
}
|
|
16
|
+
declare const AvatarGroup: React.ForwardRefExoticComponent<AvatarGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export default AvatarGroup;
|
|
18
|
+
//# sourceMappingURL=AvatarGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/AvatarGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,gBAAiB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACrE,OAAO,EAAE,KAAK,CAAC;QACb,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC,CAAC;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;IACtE,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACxC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAClD,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,WAAW,yFAmEhB,CAAC;AAIF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarText.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/AvatarText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqCzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type BadgeVariant = "light" | "solid";
|
|
3
|
+
type BadgeSize = "sm" | "md";
|
|
4
|
+
type BadgeColor = "primary" | "success" | "error" | "warning" | "info" | "light" | "dark";
|
|
5
|
+
interface BadgeProps {
|
|
6
|
+
variant?: BadgeVariant;
|
|
7
|
+
size?: BadgeSize;
|
|
8
|
+
color?: BadgeColor;
|
|
9
|
+
startIcon?: React.ReactNode;
|
|
10
|
+
endIcon?: React.ReactNode;
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
declare const Badge: React.FC<BadgeProps>;
|
|
14
|
+
export default Badge;
|
|
15
|
+
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,YAAY,GAAG,OAAO,GAAG,OAAO,CAAC;AACtC,KAAK,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;AAC7B,KAAK,UAAU,GACX,SAAS,GACT,SAAS,GACT,OAAO,GACP,SAAS,GACT,MAAM,GACN,OAAO,GACP,MAAM,CAAC;AAEX,UAAU,UAAU;IAClB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAuB/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type BasketItemProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
imageSrc: string;
|
|
5
|
+
imageAlt?: string;
|
|
6
|
+
title: string;
|
|
7
|
+
sizeLabel?: string;
|
|
8
|
+
colorLabel?: string;
|
|
9
|
+
price: string;
|
|
10
|
+
quantity?: number;
|
|
11
|
+
defaultQuantity?: number;
|
|
12
|
+
minQuantity?: number;
|
|
13
|
+
maxQuantity?: number;
|
|
14
|
+
onQuantityChange?: (quantity: number) => void;
|
|
15
|
+
onRemove?: () => void;
|
|
16
|
+
removeAriaLabel?: string;
|
|
17
|
+
};
|
|
18
|
+
declare const BasketItem: React.ForwardRefExoticComponent<BasketItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export { BasketItem };
|
|
20
|
+
//# sourceMappingURL=BasketItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasketItem.d.ts","sourceRoot":"","sources":["../../../src/components/basketItem/BasketItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAIF,QAAA,MAAM,UAAU,wFA8Ff,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/basketItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface BreadcrumbItem {
|
|
3
|
+
label: string;
|
|
4
|
+
href?: string;
|
|
5
|
+
}
|
|
6
|
+
interface BreadcrumbProps {
|
|
7
|
+
items: BreadcrumbItem[];
|
|
8
|
+
}
|
|
9
|
+
declare const Breadcrumb: React.FC<BreadcrumbProps>;
|
|
10
|
+
export default Breadcrumb;
|
|
11
|
+
//# sourceMappingURL=BreadCrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BreadCrumb.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/BreadCrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,eAAe;IACvB,KAAK,EAAE,cAAc,EAAE,CAAC;CACzB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsCzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface ButtonProps extends React.ComponentProps<"button"> {
|
|
3
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "error" | "success" | "warning" | "info" | "primary";
|
|
4
|
+
size?: "default" | "sm" | "lg" | "icon";
|
|
5
|
+
radius?: "rounded" | "square" | "soft";
|
|
6
|
+
asChild?: boolean;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
iconPosition?: "left" | "right";
|
|
9
|
+
}
|
|
10
|
+
declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
export { Button };
|
|
12
|
+
export type { ButtonProps };
|
|
13
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,WAAY,SAAQ,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC;IAC1D,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IACxI,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACjC;AAED,QAAA,MAAM,MAAM,oGAgHX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
type ButtonGroupVariant = "outline" | "solid" | "soft" | "text";
|
|
3
|
+
type ButtonGroupSize = "sm" | "md" | "lg";
|
|
4
|
+
type ButtonGroupOrientation = "horizontal" | "vertical";
|
|
5
|
+
type ButtonGroupColor = "purple" | "blue" | "orange" | "red" | "green" | "gray";
|
|
6
|
+
export interface ButtonGroupProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> {
|
|
7
|
+
value?: string;
|
|
8
|
+
defaultValue?: string;
|
|
9
|
+
onValueChange?: (value: string) => void;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
variant?: ButtonGroupVariant;
|
|
12
|
+
size?: ButtonGroupSize;
|
|
13
|
+
orientation?: ButtonGroupOrientation;
|
|
14
|
+
color?: ButtonGroupColor;
|
|
15
|
+
fullWidth?: boolean;
|
|
16
|
+
}
|
|
17
|
+
declare const ButtonGroup: React.ForwardRefExoticComponent<ButtonGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export interface ButtonGroupItemProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
19
|
+
value: string;
|
|
20
|
+
}
|
|
21
|
+
declare const ButtonGroupItem: React.ForwardRefExoticComponent<ButtonGroupItemProps & React.RefAttributes<HTMLButtonElement>>;
|
|
22
|
+
export type { ButtonGroupColor, ButtonGroupOrientation, ButtonGroupSize, ButtonGroupVariant };
|
|
23
|
+
export { ButtonGroup, ButtonGroupItem };
|
|
24
|
+
//# sourceMappingURL=ButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/buttonGroup/ButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,kBAAkB,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;AAChE,KAAK,eAAe,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,KAAK,sBAAsB,GAAG,YAAY,GAAG,UAAU,CAAC;AACxD,KAAK,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;AAsBhF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAC9F,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,QAAA,MAAM,WAAW,yFAiHhB,CAAC;AAIF,MAAM,WAAW,oBAAqB,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACzF,KAAK,EAAE,MAAM,CAAC;CACf;AAED,QAAA,MAAM,eAAe,gGAqEpB,CAAC;AAIF,YAAY,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,eAAe,EAAE,kBAAkB,EAAE,CAAC;AAC9F,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/buttonGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC7D,YAAY,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface CardProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
title?: string;
|
|
4
|
+
desc?: string;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export default Card;
|
|
9
|
+
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,IAAI,kFAyBT,CAAC;AAIF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
type CarouselOrientation = "horizontal" | "vertical";
|
|
3
|
+
type CarouselMode = "scroll" | "slide" | "fade";
|
|
4
|
+
type CarouselControlsVisibility = "always" | "hoverDesktop";
|
|
5
|
+
type CarouselOptions = {
|
|
6
|
+
align?: "start" | "center" | "end";
|
|
7
|
+
};
|
|
8
|
+
interface CarouselProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
9
|
+
orientation?: CarouselOrientation;
|
|
10
|
+
opts?: CarouselOptions;
|
|
11
|
+
mode?: CarouselMode;
|
|
12
|
+
controlsVisibility?: CarouselControlsVisibility;
|
|
13
|
+
controlsInside?: boolean;
|
|
14
|
+
hideDisabledControls?: boolean;
|
|
15
|
+
index?: number;
|
|
16
|
+
defaultIndex?: number;
|
|
17
|
+
onIndexChange?: (index: number) => void;
|
|
18
|
+
}
|
|
19
|
+
declare const Carousel: React.ForwardRefExoticComponent<CarouselProps & React.RefAttributes<HTMLDivElement>>;
|
|
20
|
+
interface CarouselContentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
21
|
+
}
|
|
22
|
+
declare const CarouselContent: React.ForwardRefExoticComponent<CarouselContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
interface CarouselItemProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
24
|
+
carouselIndex?: number;
|
|
25
|
+
}
|
|
26
|
+
declare const CarouselItem: React.ForwardRefExoticComponent<CarouselItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
27
|
+
type CarouselDotsPlacement = "inside" | "below";
|
|
28
|
+
interface CarouselDotsProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
29
|
+
maxDots?: number;
|
|
30
|
+
placement?: CarouselDotsPlacement;
|
|
31
|
+
}
|
|
32
|
+
declare const CarouselDots: React.ForwardRefExoticComponent<CarouselDotsProps & React.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
interface CarouselButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
34
|
+
className?: string;
|
|
35
|
+
}
|
|
36
|
+
declare const CarouselPrevious: React.ForwardRefExoticComponent<CarouselButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
37
|
+
declare const CarouselNext: React.ForwardRefExoticComponent<CarouselButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
38
|
+
export { Carousel, CarouselContent, CarouselDots, CarouselItem, CarouselNext, CarouselPrevious };
|
|
39
|
+
export type { CarouselProps, CarouselContentProps, CarouselDotsProps, CarouselItemProps, CarouselOrientation, CarouselOptions, CarouselMode, CarouselControlsVisibility, };
|
|
40
|
+
//# sourceMappingURL=Carousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/components/carousel/Carousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,KAAK,mBAAmB,GAAG,YAAY,GAAG,UAAU,CAAC;AAErD,KAAK,YAAY,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AAEhD,KAAK,0BAA0B,GAAG,QAAQ,GAAG,cAAc,CAAC;AAE5D,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;CACpC,CAAC;AA0BF,UAAU,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAClE,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,kBAAkB,CAAC,EAAE,0BAA0B,CAAC;IAChD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED,QAAA,MAAM,QAAQ,sFA0Lb,CAAC;AAGF,UAAU,oBAAqB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAE9E,QAAA,MAAM,eAAe,6FAgDpB,CAAC;AAGF,UAAU,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACtE,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,YAAY,0FAoBjB,CAAC;AAGF,KAAK,qBAAqB,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEhD,UAAU,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACtE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,qBAAqB,CAAC;CACnC;AA4BD,QAAA,MAAM,YAAY,0FA2CjB,CAAC;AAGF,UAAU,mBAAoB,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACjF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA0BD,QAAA,MAAM,gBAAgB,+FAuBrB,CAAC;AAGF,QAAA,MAAM,YAAY,+FAuBjB,CAAC;AAGF,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC;AACjG,YAAY,EACV,aAAa,EACb,oBAAoB,EACpB,iBAAiB,EACjB,iBAAiB,EACjB,mBAAmB,EACnB,eAAe,EACf,YAAY,EACZ,0BAA0B,GAC3B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Carousel, CarouselContent, CarouselDots, CarouselItem, CarouselNext, CarouselPrevious } from "./Carousel";
|
|
2
|
+
export type { CarouselProps, CarouselContentProps, CarouselDotsProps, CarouselItemProps, CarouselOrientation, CarouselOptions, CarouselMode, CarouselControlsVisibility, } from "./Carousel";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnH,YAAY,EACV,aAAa,EACb,oBAAoB,EACpB,iBAAiB,EACjB,iBAAiB,EACjB,mBAAmB,EACnB,eAAe,EACf,YAAY,EACZ,0BAA0B,GAC3B,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
3
|
+
interface CheckboxProps extends React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root> {
|
|
4
|
+
size?: "sm" | "md" | "lg";
|
|
5
|
+
radius?: "square" | "soft" | "rounded";
|
|
6
|
+
}
|
|
7
|
+
declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
export { Checkbox };
|
|
9
|
+
//# sourceMappingURL=checkbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAI9D,UAAU,aAAc,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC;IAC3F,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC;AAED,QAAA,MAAM,QAAQ,yFAiCZ,CAAC;AAIH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type ChipVariant = "filled" | "outlined";
|
|
3
|
+
type ChipSize = "sm" | "md";
|
|
4
|
+
type ChipColor = "default" | "primary" | "secondary" | "success" | "error" | "warning" | "info";
|
|
5
|
+
interface ChipProps {
|
|
6
|
+
variant?: ChipVariant;
|
|
7
|
+
size?: ChipSize;
|
|
8
|
+
color?: ChipColor;
|
|
9
|
+
startIcon?: React.ReactNode;
|
|
10
|
+
endIcon?: React.ReactNode;
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
onDelete?: () => void;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
className?: string;
|
|
15
|
+
deleteAriaLabel?: string;
|
|
16
|
+
ariaLabel?: string;
|
|
17
|
+
}
|
|
18
|
+
declare const Chip: React.FC<ChipProps>;
|
|
19
|
+
export default Chip;
|
|
20
|
+
export type { ChipProps };
|
|
21
|
+
//# sourceMappingURL=Chip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../src/components/chip/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,KAAK,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;AACzC,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAC;AAC5B,KAAK,SAAS,GACV,SAAS,GACT,SAAS,GACT,WAAW,GACX,SAAS,GACT,OAAO,GACP,SAAS,GACT,MAAM,CAAC;AAEX,UAAU,SAAS;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA0E7B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,YAAY,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/chip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type ColorPickerValue = {
|
|
3
|
+
hex: string;
|
|
4
|
+
alpha: number;
|
|
5
|
+
};
|
|
6
|
+
export type ColorPickerProps = Omit<React.ComponentPropsWithoutRef<"div">, "onChange" | "defaultValue"> & {
|
|
7
|
+
value?: ColorPickerValue;
|
|
8
|
+
defaultValue?: ColorPickerValue;
|
|
9
|
+
onChange?: (value: ColorPickerValue) => void;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare const ColorPicker: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange" | "defaultValue"> & {
|
|
13
|
+
value?: ColorPickerValue;
|
|
14
|
+
defaultValue?: ColorPickerValue;
|
|
15
|
+
onChange?: (value: ColorPickerValue) => void;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export { ColorPicker };
|
|
19
|
+
//# sourceMappingURL=ColorPicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPicker.d.ts","sourceRoot":"","sources":["../../../src/components/colorPicker/ColorPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,cAAc,CAAC,GAAG;IACxG,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA2BF,QAAA,MAAM,WAAW;YA/BP,gBAAgB;mBACT,gBAAgB;eACpB,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI;eACjC,OAAO;wCAuInB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/colorPicker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
interface CounterProps {
|
|
2
|
+
value: number;
|
|
3
|
+
fontSize?: number;
|
|
4
|
+
padding?: number;
|
|
5
|
+
places?: number[];
|
|
6
|
+
gap?: number;
|
|
7
|
+
borderRadius?: number;
|
|
8
|
+
horizontalPadding?: number;
|
|
9
|
+
textColor?: string;
|
|
10
|
+
fontWeight?: React.CSSProperties["fontWeight"];
|
|
11
|
+
containerStyle?: React.CSSProperties;
|
|
12
|
+
counterStyle?: React.CSSProperties;
|
|
13
|
+
digitStyle?: React.CSSProperties;
|
|
14
|
+
decimalPlaces?: number;
|
|
15
|
+
speed?: number;
|
|
16
|
+
}
|
|
17
|
+
export default function Counter({ value, fontSize, padding, places, gap, borderRadius, horizontalPadding, textColor, fontWeight, containerStyle, counterStyle, digitStyle, decimalPlaces, speed, }: CounterProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=Counter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../src/components/counter/Counter.tsx"],"names":[],"mappings":"AA+EA,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC/C,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACrC,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,KAAK,EACL,QAAc,EACd,OAAW,EACX,MAAqB,EACrB,GAAO,EACP,YAAgB,EAChB,iBAAqB,EACrB,SAAmB,EACnB,UAAmB,EACnB,cAAc,EACd,YAAY,EACZ,UAAU,EACV,aAAiB,EACjB,KAAW,GACZ,EAAE,YAAY,2CAmEd"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
type DrawerSide = "left" | "right" | "top" | "bottom";
|
|
3
|
+
type DrawerSize = "sm" | "md" | "lg" | "full";
|
|
4
|
+
export type DrawerProps = {
|
|
5
|
+
open?: boolean;
|
|
6
|
+
defaultOpen?: boolean;
|
|
7
|
+
onOpenChange?: (open: boolean) => void;
|
|
8
|
+
side?: DrawerSide;
|
|
9
|
+
size?: DrawerSize;
|
|
10
|
+
children: React.ReactNode;
|
|
11
|
+
};
|
|
12
|
+
declare const Drawer: React.FC<DrawerProps>;
|
|
13
|
+
export type DrawerTriggerProps = {
|
|
14
|
+
asChild?: boolean;
|
|
15
|
+
children: React.ReactElement<any>;
|
|
16
|
+
className?: string;
|
|
17
|
+
};
|
|
18
|
+
declare const DrawerTrigger: React.ForwardRefExoticComponent<DrawerTriggerProps & React.RefAttributes<HTMLElement>>;
|
|
19
|
+
export type DrawerContentProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
20
|
+
overlayClassName?: string;
|
|
21
|
+
withBackdrop?: boolean;
|
|
22
|
+
onInteractOutside?: () => void;
|
|
23
|
+
};
|
|
24
|
+
declare const DrawerContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
25
|
+
overlayClassName?: string;
|
|
26
|
+
withBackdrop?: boolean;
|
|
27
|
+
onInteractOutside?: () => void;
|
|
28
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
29
|
+
export type DrawerCloseProps = {
|
|
30
|
+
asChild?: boolean;
|
|
31
|
+
children: React.ReactElement<any>;
|
|
32
|
+
};
|
|
33
|
+
declare const DrawerClose: React.ForwardRefExoticComponent<DrawerCloseProps & React.RefAttributes<HTMLElement>>;
|
|
34
|
+
export { Drawer, DrawerTrigger, DrawerContent, DrawerClose };
|
|
35
|
+
export type { DrawerSide, DrawerSize };
|
|
36
|
+
//# sourceMappingURL=Drawer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AACtD,KAAK,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAkB9C,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAkCjC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,aAAa,wFAoBlB,CAAC;AAGF,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IACtE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC,CAAC;AAEF,QAAA,MAAM,aAAa;uBALE,MAAM;mBACV,OAAO;wBACF,MAAM,IAAI;wCA2I/B,CAAC;AAIF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;CACnC,CAAC;AAEF,QAAA,MAAM,WAAW,sFAcf,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;AAC7D,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC7E,YAAY,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC"}
|