acacia-ui 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/layout/VerticalLayout/VerticalLayout.d.ts.map +1 -1
- package/dist/components/ui/Affix/Affix.d.ts +4 -0
- package/dist/components/ui/Affix/Affix.d.ts.map +1 -0
- package/dist/components/ui/Alert/Alert.d.ts +4 -0
- package/dist/components/ui/Alert/Alert.d.ts.map +1 -0
- package/dist/components/ui/Anchor/Anchor.d.ts +4 -0
- package/dist/components/ui/Anchor/Anchor.d.ts.map +1 -0
- package/dist/components/ui/AutoComplete/AutoComplete.d.ts +4 -0
- package/dist/components/ui/AutoComplete/AutoComplete.d.ts.map +1 -0
- package/dist/components/ui/Cascader/Cascader.d.ts +7 -0
- package/dist/components/ui/Cascader/Cascader.d.ts.map +1 -0
- package/dist/components/ui/Cascader/Panel.d.ts +4 -0
- package/dist/components/ui/Cascader/Panel.d.ts.map +1 -0
- package/dist/components/ui/Collapse/Collapse.d.ts +4 -0
- package/dist/components/ui/Collapse/Collapse.d.ts.map +1 -0
- package/dist/components/ui/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/ui/Descriptions/Descriptions.d.ts +4 -0
- package/dist/components/ui/Descriptions/Descriptions.d.ts.map +1 -0
- package/dist/components/ui/Divider/Divider.d.ts +4 -0
- package/dist/components/ui/Divider/Divider.d.ts.map +1 -0
- package/dist/components/ui/Drawer/Drawer.d.ts +4 -0
- package/dist/components/ui/Drawer/Drawer.d.ts.map +1 -0
- package/dist/components/ui/Flex/Flex.d.ts +4 -0
- package/dist/components/ui/Flex/Flex.d.ts.map +1 -0
- package/dist/components/ui/FloatButton/FloatButton.d.ts +8 -0
- package/dist/components/ui/FloatButton/FloatButton.d.ts.map +1 -0
- package/dist/components/ui/FloatButton/FloatButtonBacktop.d.ts +4 -0
- package/dist/components/ui/FloatButton/FloatButtonBacktop.d.ts.map +1 -0
- package/dist/components/ui/FloatButton/FloatButtonGroup.d.ts +4 -0
- package/dist/components/ui/FloatButton/FloatButtonGroup.d.ts.map +1 -0
- package/dist/components/ui/Form/Form.d.ts +9 -0
- package/dist/components/ui/Form/Form.d.ts.map +1 -0
- package/dist/components/ui/Form/FormErrorList.d.ts +4 -0
- package/dist/components/ui/Form/FormErrorList.d.ts.map +1 -0
- package/dist/components/ui/Form/FormItem.d.ts +4 -0
- package/dist/components/ui/Form/FormItem.d.ts.map +1 -0
- package/dist/components/ui/Form/FormProvider.d.ts +4 -0
- package/dist/components/ui/Form/FormProvider.d.ts.map +1 -0
- package/dist/components/ui/Grid/Col.d.ts +4 -0
- package/dist/components/ui/Grid/Col.d.ts.map +1 -0
- package/dist/components/ui/Grid/Row.d.ts +4 -0
- package/dist/components/ui/Grid/Row.d.ts.map +1 -0
- package/dist/components/ui/InputNumber/InputNumber.d.ts +4 -0
- package/dist/components/ui/InputNumber/InputNumber.d.ts.map +1 -0
- package/dist/components/ui/List/List.d.ts +10 -0
- package/dist/components/ui/List/List.d.ts.map +1 -0
- package/dist/components/ui/List/ListItem.d.ts +7 -0
- package/dist/components/ui/List/ListItem.d.ts.map +1 -0
- package/dist/components/ui/List/ListItemMeta.d.ts +4 -0
- package/dist/components/ui/List/ListItemMeta.d.ts.map +1 -0
- package/dist/components/ui/Modal/Modal.d.ts +7 -0
- package/dist/components/ui/Modal/Modal.d.ts.map +1 -0
- package/dist/components/ui/Popover/Popover.d.ts +4 -0
- package/dist/components/ui/Popover/Popover.d.ts.map +1 -0
- package/dist/components/ui/Skeleton/Skeleton.d.ts +4 -0
- package/dist/components/ui/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/ui/Slider/Slider.d.ts +4 -0
- package/dist/components/ui/Slider/Slider.d.ts.map +1 -0
- package/dist/components/ui/Splitter/Splitter.d.ts +4 -0
- package/dist/components/ui/Splitter/Splitter.d.ts.map +1 -0
- package/dist/components/ui/Steps/Steps.d.ts +4 -0
- package/dist/components/ui/Steps/Steps.d.ts.map +1 -0
- package/dist/components/ui/Table/Table.d.ts +4 -0
- package/dist/components/ui/Table/Table.d.ts.map +1 -0
- package/dist/components/ui/Tooltip/Tooltip.d.ts +4 -0
- package/dist/components/ui/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/ui/Typography/Typography.d.ts +2 -1
- package/dist/components/ui/Typography/Typography.d.ts.map +1 -1
- package/dist/components/ui/Typography/useTypographyStyles.d.ts +1 -0
- package/dist/components/ui/Typography/useTypographyStyles.d.ts.map +1 -1
- package/dist/components/ui/interfaces.d.ts +11 -54
- package/dist/components/ui/interfaces.d.ts.map +1 -1
- package/dist/index.d.ts +25 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/main.js +7669 -2108
- package/dist/main.js.map +1 -1
- package/dist/utils/theming.util.d.ts +5 -0
- package/dist/utils/theming.util.d.ts.map +1 -0
- package/package.json +3 -1
- package/dist/theme/antdTheme.d.ts +0 -4
- package/dist/theme/antdTheme.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerticalLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/VerticalLayout/VerticalLayout.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VerticalLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/VerticalLayout/VerticalLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEzE,OAAO,EAIN,KAAK,iBAAiB,EACtB,MAAM,OAAO,CAAC;AA0Bf,UAAU,WAAW;IACpB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IAC1C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;CAChD;AAGD,KAAK,eAAe,GACjB;IACA,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,YAAY,CAAC;CACnB,GACD;IAAE,IAAI,EAAE,cAAc,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC;AAGzC,KAAK,cAAc,GAChB;IACA,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,YAAY,CAAC;CACnB,GACD;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,MAAM,EAAE,MAAM,EAAE,CAAA;CAAE,GACtC;IAAE,IAAI,EAAE,cAAc,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC;AAGzC,UAAU,qBAAqB;IAC9B,qBAAqB,CAAC,EAAE,eAAe,CAAC;IACxC,oBAAoB,CAAC,EAAE,cAAc,CAAC;CACtC;AAGD,KAAK,sBAAsB,GACxB;IACA,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,YAAY,CAAC;CACnB,GACD;IAAE,IAAI,EAAE,cAAc,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC;AAGzC,KAAK,qBAAqB,GACvB;IACA,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,YAAY,CAAC;CACnB,GACD;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpC,UAAU,sBAAsB;IAC/B,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;IAChD,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC9C;AAED,eAAO,MAAM,qBAAqB;mBAClB,MAAM;iBACR,MAAM;eACR,MAAM,EAAE,GAAG,IAAI;EACZ,CAAC;AAEhB,QAAA,MAAM,cAAc;wKAUjB,iBAAiB,CAAC,WAAW,CAAC;;;CA8MhC,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Affix.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Affix/Affix.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAsB,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAsB,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Anchor/Anchor.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAwB,MAAM,MAAM,CAAC;AAE9D,QAAA,MAAM,MAAM,GAAI,cAAc,WAAW,4CAExC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoComplete.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/AutoComplete/AutoComplete.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoC,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEhF,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type CascaderAutoProps } from "antd";
|
|
2
|
+
declare const Cascader: {
|
|
3
|
+
({ ...props }: CascaderAutoProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
Panel: ({ ...props }: CascaderAutoProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
};
|
|
6
|
+
export default Cascader;
|
|
7
|
+
//# sourceMappingURL=Cascader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cascader.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Cascader/Cascader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAGxE,QAAA,MAAM,QAAQ;mBAAkB,iBAAiB;;CAEhD,CAAC;AAGF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Cascader/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAExE,QAAA,MAAM,aAAa,GAAI,cAAc,iBAAiB,4CAErD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Collapse.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Collapse/Collapse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -4,7 +4,7 @@ import type { AcaciaDatePickerProps } from "../interfaces";
|
|
|
4
4
|
*/
|
|
5
5
|
declare const DatePicker: {
|
|
6
6
|
({ ...props }: AcaciaDatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
RangePicker: ({ ...props }: Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "
|
|
7
|
+
RangePicker: ({ ...props }: Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "locale" | "classNames" | "styles" | "generateConfig" | "hideHeader"> & {
|
|
8
8
|
locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
|
|
9
9
|
size?: import("antd/es/button").ButtonSize;
|
|
10
10
|
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Descriptions.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Descriptions/Descriptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoC,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEhF,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEjE,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CAE1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,MAAM,CAAC;AAE9D,QAAA,MAAM,MAAM,GAAI,cAAc,WAAW,4CAExC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Flex.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Flex/Flex.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,MAAM,CAAC;AAExD,QAAA,MAAM,IAAI,GAAI,cAAc,SAAS,4CAEpC,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type FloatButtonProps } from "antd";
|
|
2
|
+
declare const FloatButton: {
|
|
3
|
+
({ ...props }: FloatButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
Group: ({ ...props }: import("antd").FloatButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
Backtop: ({ ...props }: import("antd").BackTopProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default FloatButton;
|
|
8
|
+
//# sourceMappingURL=FloatButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/FloatButton/FloatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAI7E,QAAA,MAAM,WAAW;mBAAkB,gBAAgB;;;CAElD,CAAC;AAIF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatButtonBacktop.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/FloatButton/FloatButtonBacktop.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEzE,QAAA,MAAM,kBAAkB,GAAI,cAAc,YAAY,4CAErD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/FloatButton/FloatButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,qBAAqB,EAC1B,MAAM,MAAM,CAAC;AAEd,QAAA,MAAM,gBAAgB,GAAI,cAAc,qBAAqB,4CAE5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { AcaciaFormProps } from "../interfaces";
|
|
2
|
+
declare const Form: {
|
|
3
|
+
({ ...props }: AcaciaFormProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
Item: ({ ...props }: import("antd").FormItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
ErrorList: ({ ...props }: import("antd/es/form").ErrorListProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
Provider: ({ ...props }: import("antd/es/form/context").FormProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
};
|
|
8
|
+
export default Form;
|
|
9
|
+
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAKrD,QAAA,MAAM,IAAI;mBAAkB,eAAe;;;;CAE1C,CAAC;AAKF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormErrorList.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/FormErrorList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,QAAA,MAAM,aAAa,GAAI,cAAc,cAAc,4CAElD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/FormItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAE5D,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/FormProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Col.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Grid/Col.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC;AAErD,QAAA,MAAM,GAAG,GAAI,cAAc,QAAQ,4CAElC,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Grid/Row.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC;AAErD,QAAA,MAAM,GAAG,GAAI,cAAc,QAAQ,4CAElC,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputNumber.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/InputNumber/InputNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAE7E,QAAA,MAAM,WAAW,GAAI,cAAc,gBAAgB,4CAElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type ListProps } from "antd";
|
|
2
|
+
declare const List: {
|
|
3
|
+
<T>({ ...props }: ListProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
Item: {
|
|
5
|
+
({ ...props }: import("antd/es/list").ListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
Meta: ({ ...props }: import("antd/es/list").ListItemMetaProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default List;
|
|
10
|
+
//# sourceMappingURL=List.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/List/List.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,MAAM,CAAC;AAGxD,QAAA,MAAM,IAAI;KAAI,CAAC,gBAAiB,SAAS,CAAC,CAAC,CAAC;;;;;CAE3C,CAAC;AAGF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ListItemProps } from "antd/es/list/Item";
|
|
2
|
+
declare const ListItem: {
|
|
3
|
+
({ ...props }: ListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
Meta: ({ ...props }: import("antd/es/list/Item").ListItemMetaProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
};
|
|
6
|
+
export default ListItem;
|
|
7
|
+
//# sourceMappingURL=ListItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/List/ListItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,QAAQ;mBAAkB,aAAa;;CAE5C,CAAC;AAGF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListItemMeta.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/List/ListItemMeta.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtD,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description A long list can be divided into several pages using Pagination, and only one page will be loaded at a time.
|
|
3
|
+
*/
|
|
4
|
+
import type { AcaciaModalProps } from "../interfaces";
|
|
5
|
+
declare const Modal: ({ title, subtitle, headerBgTheme, iconPosition, ...props }: AcaciaModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default Modal;
|
|
7
|
+
//# sourceMappingURL=Modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Modal/Modal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAQtD,QAAA,MAAM,KAAK,GAAI,4DAMZ,gBAAgB,4CAsElB,CAAC;AACF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEjE,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CAE1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,MAAM,GAAI,cAAc,iBAAiB,4CAE9C,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Splitter.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Splitter/Splitter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Steps/Steps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEjE,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CAE1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AcaciaBasicTypographyProps, AcaciaParagraphProps, AcaciaTextProps, AcaciaTitleProps } from "../interfaces";
|
|
1
|
+
import type { AcaciaBasicTypographyProps, AcaciaLinkProps, AcaciaParagraphProps, AcaciaTextProps, AcaciaTitleProps } from "../interfaces";
|
|
2
2
|
/**
|
|
3
3
|
* Basic text writing, including headings, body text, lists, and more.
|
|
4
4
|
*
|
|
@@ -14,6 +14,7 @@ declare const Typography: {
|
|
|
14
14
|
Overline: ({ children, color, ...antdProps }: AcaciaBasicTypographyProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
Paragraph: ({ children, color, ...antdProps }: AcaciaParagraphProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
Emphasis: ({ children, color, ...props }: AcaciaTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
Link: ({ children, color, ...antdProps }: AcaciaLinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
18
|
};
|
|
18
19
|
export default Typography;
|
|
19
20
|
//# sourceMappingURL=Typography.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Typography/Typography.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,gBAAgB,EAChB,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Typography/Typography.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,0BAA0B,EAC1B,eAAe,EACf,oBAAoB,EACpB,eAAe,EACf,gBAAgB,EAChB,MAAM,eAAe,CAAC;AA2JvB;;;;;;GAMG;AAEH,QAAA,MAAM,UAAU;;qDApHb,eAAe;6EA5Bf,gBAAgB;iDAkEhB,0BAA0B;kDAoB1B,0BAA0B;mDAgByB,oBAAoB;8CAzDzB,eAAe;8CA0Ef,eAAe;CA2B/D,CAAC;AAUF,eAAe,UAAU,CAAC"}
|
|
@@ -13,5 +13,6 @@ export declare const useTypographyStyles: (color?: string) => import("antd-style
|
|
|
13
13
|
paragraph: import("antd-style").SerializedStyles;
|
|
14
14
|
caption: import("antd-style").SerializedStyles;
|
|
15
15
|
overline: import("antd-style").SerializedStyles;
|
|
16
|
+
link: import("antd-style").SerializedStyles;
|
|
16
17
|
}>;
|
|
17
18
|
//# sourceMappingURL=useTypographyStyles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTypographyStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Typography/useTypographyStyles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,GAAI,QAAQ,MAAM
|
|
1
|
+
{"version":3,"file":"useTypographyStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Typography/useTypographyStyles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,GAAI,QAAQ,MAAM;;;;;;;;;;;;;;;;EAkGjD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AvatarProps, BreadcrumbProps, ButtonProps, CardProps, TypographyProps, TabsProps, RadioProps, SwitchProps, BadgeProps, CheckboxProps, SegmentedProps, StepsProps, SelectProps, FormProps, FormItemProps, DatePickerProps, MenuProps, TimePickerProps, ThemeConfig, TimeRangePickerProps, TagProps, ConfigProviderProps, SpaceProps, PopconfirmProps } from "antd";
|
|
1
|
+
import type { AvatarProps, BreadcrumbProps, ButtonProps, CardProps, TypographyProps, TabsProps, RadioProps, SwitchProps, BadgeProps, CheckboxProps, SegmentedProps, StepsProps, SelectProps, FormProps, FormItemProps, DatePickerProps, MenuProps, TimePickerProps, ThemeConfig, TimeRangePickerProps, TagProps, ConfigProviderProps, SpaceProps, PopconfirmProps, ModalProps } from "antd";
|
|
2
2
|
import type { TextProps } from "antd/es/typography/Text";
|
|
3
3
|
import type { TitleProps } from "antd/es/typography/Title";
|
|
4
4
|
import type { ParagraphProps } from "antd/es/typography/Paragraph";
|
|
@@ -12,6 +12,7 @@ import type { LiteralUnion } from "antd/es/_util/type";
|
|
|
12
12
|
import type { TabsType } from "antd/es/tabs";
|
|
13
13
|
import type { BreadcrumbItemType, BreadcrumbSeparatorType } from "antd/es/breadcrumb/Breadcrumb";
|
|
14
14
|
import type { DropdownButtonProps, DropdownProps } from "antd/es/dropdown";
|
|
15
|
+
import type { LinkProps } from "antd/es/typography/Link";
|
|
15
16
|
/**
|
|
16
17
|
* props for the acacia themes
|
|
17
18
|
*/
|
|
@@ -133,6 +134,10 @@ export interface AcaciaTextProps extends TextProps {
|
|
|
133
134
|
*/
|
|
134
135
|
export interface AcaciaEmphasisProps extends AcaciaTextProps {
|
|
135
136
|
}
|
|
137
|
+
export interface AcaciaLinkProps extends LinkProps {
|
|
138
|
+
children: React.ReactNode;
|
|
139
|
+
color?: string;
|
|
140
|
+
}
|
|
136
141
|
/**
|
|
137
142
|
* Props for Acacia Typography component
|
|
138
143
|
* @see https://ant.design/components/typography
|
|
@@ -326,58 +331,10 @@ export interface AcaciaTagProps extends TagProps {
|
|
|
326
331
|
}
|
|
327
332
|
export interface AcaciaPopconfirmProps extends PopconfirmProps {
|
|
328
333
|
}
|
|
329
|
-
export interface
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
fontFamily: string;
|
|
335
|
-
/**
|
|
336
|
-
* @nameEN Heading font for the entire app
|
|
337
|
-
* @descEN Font used for headings in the app
|
|
338
|
-
*/
|
|
339
|
-
headingFontFamily: string;
|
|
340
|
-
colors: {
|
|
341
|
-
/**
|
|
342
|
-
* @nameEN Main primary color of the app
|
|
343
|
-
* @descEN Controls the primary color of all elements
|
|
344
|
-
*/
|
|
345
|
-
primary: string;
|
|
346
|
-
/**
|
|
347
|
-
* @nameEN Main color for the text
|
|
348
|
-
* @descEN Controls the main color for the text elements
|
|
349
|
-
*/
|
|
350
|
-
primaryText: string;
|
|
351
|
-
/**
|
|
352
|
-
* @nameEN Main color for the caption text
|
|
353
|
-
* @descEN Controls the color for the caption text elements
|
|
354
|
-
*/
|
|
355
|
-
caption: string;
|
|
356
|
-
};
|
|
357
|
-
theme: {
|
|
358
|
-
lightOnDark: boolean;
|
|
359
|
-
brand: string;
|
|
360
|
-
gradient1: string;
|
|
361
|
-
gradient2: string;
|
|
362
|
-
gradient3: string;
|
|
363
|
-
gradient4: string;
|
|
364
|
-
cove: string;
|
|
365
|
-
accent: string;
|
|
366
|
-
body: string;
|
|
367
|
-
};
|
|
368
|
-
header: {
|
|
369
|
-
imgUrl: string;
|
|
370
|
-
};
|
|
371
|
-
sidepanel: {
|
|
372
|
-
imgUrl: string;
|
|
373
|
-
};
|
|
374
|
-
panel: {
|
|
375
|
-
bgColor: string;
|
|
376
|
-
};
|
|
377
|
-
card: {
|
|
378
|
-
bgcolor: string;
|
|
379
|
-
contentbg: string;
|
|
380
|
-
headerbg: string;
|
|
381
|
-
};
|
|
334
|
+
export interface AcaciaModalProps extends ModalProps {
|
|
335
|
+
headerBgTheme?: AcaciaThemes;
|
|
336
|
+
icon?: React.ReactNode;
|
|
337
|
+
iconPosition?: "start" | "end";
|
|
338
|
+
subtitle?: React.ReactNode | string;
|
|
382
339
|
}
|
|
383
340
|
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/components/ui/interfaces.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,WAAW,EACX,eAAe,EACf,WAAW,EACX,SAAS,EACT,eAAe,EACf,SAAS,EACT,UAAU,EACV,WAAW,EACX,UAAU,EACV,aAAa,EACb,cAAc,EACd,UAAU,EACV,WAAW,EACX,SAAS,EACT,aAAa,EACb,eAAe,EACf,SAAS,EACT,eAAe,EACf,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACR,mBAAmB,EACnB,UAAU,EACV,eAAe,EACf,MAAM,MAAM,CAAC;AAEd,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,EACX,eAAe,EACf,qBAAqB,EACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,KAAK,EACX,kBAAkB,EAClB,uBAAuB,EACvB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/components/ui/interfaces.tsx"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -21,6 +21,30 @@ export { default as Menu } from "./components/ui/Menu/Menu";
|
|
|
21
21
|
export { default as Space } from "./components/ui/Space/Space";
|
|
22
22
|
export { default as Panel } from "./components/ui/Panel/Panel";
|
|
23
23
|
export { default as Popconfirm } from "./components/ui/Popconfirm/Popconfirm";
|
|
24
|
+
export { default as Modal } from "./components/ui/Modal/Modal";
|
|
25
|
+
export { default as FloatButton } from "./components/ui/FloatButton/FloatButton";
|
|
26
|
+
export { default as Divider } from "./components/ui/Divider/Divider";
|
|
27
|
+
export { default as Flex } from "./components/ui/Flex/Flex";
|
|
28
|
+
export { default as Row } from "./components/ui/Grid/Row";
|
|
29
|
+
export { default as Col } from "./components/ui/Grid/Col";
|
|
30
|
+
export { default as Splitter } from "./components/ui/Splitter/Splitter";
|
|
31
|
+
export { default as Anchor } from "./components/ui/Anchor/Anchor";
|
|
32
|
+
export { default as Steps } from "./components/ui/Steps/Steps";
|
|
33
|
+
export { default as AutoComplete } from "./components/ui/AutoComplete/AutoComplete";
|
|
34
|
+
export { default as Cascader } from "./components/ui/Cascader/Cascader";
|
|
35
|
+
export { default as Form } from "./components/ui/Form/Form";
|
|
36
|
+
export { default as InputNumber } from "./components/ui/InputNumber/InputNumber";
|
|
37
|
+
export { default as Slider } from "./components/ui/Slider/Slider";
|
|
38
|
+
export { default as Collapse } from "./components/ui/Collapse/Collapse";
|
|
39
|
+
export { default as Descriptions } from "./components/ui/Descriptions/Descriptions";
|
|
40
|
+
export { default as List } from "./components/ui/List/List";
|
|
41
|
+
export { default as Popover } from "./components/ui/Popover/Popover";
|
|
42
|
+
export { default as Table } from "./components/ui/Table/Table";
|
|
43
|
+
export { default as Tooltip } from "./components/ui/Tooltip/Tooltip";
|
|
44
|
+
export { default as Alert } from "./components/ui/Alert/Alert";
|
|
45
|
+
export { default as Drawer } from "./components/ui/Drawer/Drawer";
|
|
46
|
+
export { default as Skeleton } from "./components/ui/Skeleton/Skeleton";
|
|
47
|
+
export { default as Affix } from "./components/ui/Affix/Affix";
|
|
24
48
|
export { default as VerticalLayout } from "./components/layout/VerticalLayout/VerticalLayout";
|
|
25
49
|
export { default as VerticalHeader } from "./components/layout/VerticalLayout/VerticalHeader";
|
|
26
50
|
export { default as VerticalContent } from "./components/layout/VerticalLayout/VerticalContent";
|
|
@@ -29,5 +53,5 @@ export { useAcaciaColors } from "./hooks/useAcaciaColors";
|
|
|
29
53
|
export { useFoucHandler } from "./hooks/useFoucHandler";
|
|
30
54
|
export { useAcaciaConfig } from "./hooks/useAcaciaConfig";
|
|
31
55
|
export { useScreenSize } from "./hooks/useScreenSize";
|
|
32
|
-
export type { AcaciaButtonProps, AcaciaBreadcrumbProps, AcaciaBadgeProps, AcaciaRibbonProps, AcaciaCheckboxProps, AcaciaSegmentedProps, AcaciaTypographyProps, AcaciaConfigProviderProps, AcaciaDatePickerProps, AcaciaDateRangePickerProps, AcaciaTabsProps, AcaciaPopconfirmProps, AcaciaTimePickerProps, AcaciaTimeRangePickerProps, AcaciaInputProps, AcaciaSwitchProps, AcaciaInputTextAreaProps, AcaciaPaginationProps, AcaciaSelectProps, AcaciaRadioProps, AcaciaBasicPanelProps, } from "./components/ui/interfaces";
|
|
56
|
+
export type { AcaciaButtonProps, AcaciaBreadcrumbProps, AcaciaBadgeProps, AcaciaRibbonProps, AcaciaCheckboxProps, AcaciaSegmentedProps, AcaciaTypographyProps, AcaciaConfigProviderProps, AcaciaDatePickerProps, AcaciaDateRangePickerProps, AcaciaModalProps, AcaciaTabsProps, AcaciaPopconfirmProps, AcaciaTimePickerProps, AcaciaTimeRangePickerProps, AcaciaInputProps, AcaciaSwitchProps, AcaciaInputTextAreaProps, AcaciaPaginationProps, AcaciaSelectProps, AcaciaRadioProps, AcaciaBasicPanelProps, } from "./components/ui/interfaces";
|
|
33
57
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"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"}
|