acacia-ui 1.0.1 → 1.1.1
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/VerticalContent.d.ts +4 -0
- package/dist/components/layout/VerticalLayout/VerticalContent.d.ts.map +1 -0
- package/dist/components/layout/VerticalLayout/VerticalLayout.d.ts +21 -1
- package/dist/components/layout/VerticalLayout/VerticalLayout.d.ts.map +1 -1
- package/dist/components/layout/utils.d.ts +5 -0
- package/dist/components/layout/utils.d.ts.map +1 -0
- package/dist/components/ui/ConfigProvider/defaultTheme.d.ts.map +1 -1
- package/dist/components/ui/ConfigProvider/mysticalTheme.d.ts +6 -0
- package/dist/components/ui/ConfigProvider/mysticalTheme.d.ts.map +1 -0
- package/dist/components/ui/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/ui/Panel/Panel.d.ts +22 -0
- package/dist/components/ui/Panel/Panel.d.ts.map +1 -0
- package/dist/components/ui/Panel/usePanelStyles.d.ts +9 -0
- package/dist/components/ui/Panel/usePanelStyles.d.ts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/main.js +240 -12
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerticalContent.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/VerticalLayout/VerticalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,QAAA,MAAM,eAAe,GAAI,OAAO,iBAAiB,4CAEhD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import type { AcaciaMenuProps, AcaciaThemes } from "../../ui/interfaces";
|
|
2
2
|
import { type PropsWithChildren } from "react";
|
|
3
3
|
interface LayoutProps {
|
|
4
|
-
headerBackgroundProps
|
|
4
|
+
headerBackgroundProps?: HeaderBackgroundProps;
|
|
5
5
|
menuProps?: Omit<AcaciaMenuProps, "mode">;
|
|
6
6
|
documentHeadLabel?: string;
|
|
7
7
|
mainTextColor?: string;
|
|
8
|
+
contentBackgroundProps?: ContentBackgroundProps;
|
|
8
9
|
}
|
|
9
10
|
type BackgroundImage = {
|
|
10
11
|
type: "theme";
|
|
@@ -27,6 +28,24 @@ interface HeaderBackgroundProps {
|
|
|
27
28
|
headerBackgroundImage?: BackgroundImage;
|
|
28
29
|
headerBackgroundFill?: BackgroundFill;
|
|
29
30
|
}
|
|
31
|
+
type ContentBackgroundImage = {
|
|
32
|
+
type: "theme";
|
|
33
|
+
theme: AcaciaThemes;
|
|
34
|
+
} | {
|
|
35
|
+
type: "custom-image";
|
|
36
|
+
src: string;
|
|
37
|
+
};
|
|
38
|
+
type ContentBackgroundFill = {
|
|
39
|
+
type: "theme";
|
|
40
|
+
theme: AcaciaThemes;
|
|
41
|
+
} | {
|
|
42
|
+
type: "solid";
|
|
43
|
+
color: string;
|
|
44
|
+
};
|
|
45
|
+
interface ContentBackgroundProps {
|
|
46
|
+
contentBackgroundImage?: ContentBackgroundImage;
|
|
47
|
+
contentBackgroundFill?: ContentBackgroundFill;
|
|
48
|
+
}
|
|
30
49
|
export declare const VerticalLayoutContext: import("react").Context<{
|
|
31
50
|
mainTextColor: string;
|
|
32
51
|
accentColor: string;
|
|
@@ -35,6 +54,7 @@ export declare const VerticalLayoutContext: import("react").Context<{
|
|
|
35
54
|
declare const VerticalLayout: {
|
|
36
55
|
({ headerBackgroundProps: { headerBackgroundImage, headerBackgroundFill, }, ...props }: PropsWithChildren<LayoutProps>): import("react/jsx-runtime").JSX.Element;
|
|
37
56
|
VerticalHeader: ({ ...props }: import("./VerticalHeader").VerticalHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
57
|
+
VerticalContent: (props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
38
58
|
};
|
|
39
59
|
export default VerticalLayout;
|
|
40
60
|
//# sourceMappingURL=VerticalLayout.d.ts.map
|
|
@@ -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":"AAOA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEzE,OAAO,EAIN,KAAK,iBAAiB,EACtB,MAAM,OAAO,CAAC;AAsBf,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;AAkBD,eAAO,MAAM,qBAAqB;mBAClB,MAAM;iBACR,MAAM;eACR,MAAM,EAAE,GAAG,IAAI;EACZ,CAAC;AAEhB,QAAA,MAAM,cAAc;4FAMjB,iBAAiB,CAAC,WAAW,CAAC;;;CAqMhC,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AcaciaThemes } from "../ui/interfaces";
|
|
2
|
+
export declare const isVerticalHeader: (child: React.ReactNode) => boolean;
|
|
3
|
+
export declare const isVerticalContent: (child: React.ReactNode) => boolean;
|
|
4
|
+
export declare const getThemeGradients: Record<AcaciaThemes, string[]>;
|
|
5
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/layout/utils.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,eAAO,MAAM,gBAAgB,GAAI,OAAO,KAAK,CAAC,SAAS,YACA,CAAC;AAExD,eAAO,MAAM,iBAAiB,GAAI,OAAO,KAAK,CAAC,SAAS,YACA,CAAC;AAGzD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,CAI5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaultTheme.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/ConfigProvider/defaultTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAMxC,OAAO,4BAA4B,CAAC;AACpC,OAAO,6BAA6B,CAAC;AACrC,OAAO,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"defaultTheme.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/ConfigProvider/defaultTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAMxC,OAAO,4BAA4B,CAAC;AACpC,OAAO,6BAA6B,CAAC;AACrC,OAAO,kCAAkC,CAAC;AAI1C,wBAAgB,kBAAkB,IAAI,WAAW,CAgGhD"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ThemeConfig } from "antd";
|
|
2
|
+
import "@fontsource-variable/inter";
|
|
3
|
+
import "@fontsource-variable/outfit";
|
|
4
|
+
import "@fontsource-variable/roboto-flex";
|
|
5
|
+
export declare function useGetDefaultTheme(): ThemeConfig;
|
|
6
|
+
//# sourceMappingURL=mysticalTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mysticalTheme.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/ConfigProvider/mysticalTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAMxC,OAAO,4BAA4B,CAAC;AACpC,OAAO,6BAA6B,CAAC;AACrC,OAAO,kCAAkC,CAAC;AAI1C,wBAAgB,kBAAkB,IAAI,WAAW,CAgGhD"}
|
|
@@ -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>, "classNames" | "styles" | "locale" | "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,22 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { CSSProperties } from "react";
|
|
3
|
+
interface PanelProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
position?: "left" | "right" | "none";
|
|
6
|
+
footer?: React.ReactNode;
|
|
7
|
+
classNames?: {
|
|
8
|
+
outerContainerClassName?: string;
|
|
9
|
+
panelBaseClassName?: string;
|
|
10
|
+
panelBodyClassName?: string;
|
|
11
|
+
panelFooterClassName?: string;
|
|
12
|
+
};
|
|
13
|
+
styles?: {
|
|
14
|
+
outerContainerStyles?: CSSProperties;
|
|
15
|
+
panelBaseStyles?: CSSProperties;
|
|
16
|
+
panelBodyStyles?: CSSProperties;
|
|
17
|
+
panelFooterStyles?: CSSProperties;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export default function Panel({ position, ...props }: Readonly<PanelProps>): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=Panel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Panel/Panel.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,UAAU,UAAU;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IACrC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,UAAU,CAAC,EAAE;QACZ,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;KAC9B,CAAC;IACF,MAAM,CAAC,EAAE;QACR,oBAAoB,CAAC,EAAE,aAAa,CAAC;QACrC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,iBAAiB,CAAC,EAAE,aAAa,CAAC;KAClC,CAAC;CACF;AAED,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC7B,QAAiB,EACjB,GAAG,KAAK,EACR,EAAE,QAAQ,CAAC,UAAU,CAAC,2CAwCtB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const usePanelStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
2
|
+
outerPanel: import("antd-style").SerializedStyles;
|
|
3
|
+
outerPanelRight: import("antd-style").SerializedStyles;
|
|
4
|
+
outerPanelLeft: import("antd-style").SerializedStyles;
|
|
5
|
+
panelBase: import("antd-style").SerializedStyles;
|
|
6
|
+
panelBody: import("antd-style").SerializedStyles;
|
|
7
|
+
panelFooter: import("antd-style").SerializedStyles;
|
|
8
|
+
}>;
|
|
9
|
+
//# sourceMappingURL=usePanelStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePanelStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Panel/usePanelStyles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;EAoDzB,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ export { default as Tag } from "./components/ui/Tag/Tag";
|
|
|
18
18
|
export { default as Tabs } from "./components/ui/Tabs/Tabs";
|
|
19
19
|
export { default as Avatar } from "./components/ui/Avatar/Avatar";
|
|
20
20
|
export { default as Menu } from "./components/ui/Menu/Menu";
|
|
21
|
+
export { default as Space } from "./components/ui/Space/Space";
|
|
22
|
+
export { default as Panel } from "./components/ui/Panel/Panel";
|
|
21
23
|
export { default as VerticalLayout } from "./components/layout/VerticalLayout/VerticalLayout";
|
|
22
24
|
export { default as VerticalHeader } from "./components/layout/VerticalLayout/VerticalHeader";
|
|
23
25
|
export type { NewToken } from "./theme/customTheme";
|
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;
|
|
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;AAE/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAE9F,YAAY,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAItD,YAAY,EACX,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,0BAA0B,EAC1B,eAAe,EACf,qBAAqB,EACrB,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,GACrB,MAAM,4BAA4B,CAAC"}
|