acacia-ui 1.0.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.
Files changed (116) hide show
  1. package/README.md +11 -0
  2. package/dist/components/layout/VerticalLayout/VerticalHeader.d.ts +14 -0
  3. package/dist/components/layout/VerticalLayout/VerticalHeader.d.ts.map +1 -0
  4. package/dist/components/layout/VerticalLayout/VerticalLayout.d.ts +40 -0
  5. package/dist/components/layout/VerticalLayout/VerticalLayout.d.ts.map +1 -0
  6. package/dist/components/layout/styles/useMainNavStyles.d.ts +2 -0
  7. package/dist/components/layout/styles/useMainNavStyles.d.ts.map +1 -0
  8. package/dist/components/ui/Avatar/Avatar.d.ts +7 -0
  9. package/dist/components/ui/Avatar/Avatar.d.ts.map +1 -0
  10. package/dist/components/ui/Badge/Badge.d.ts +10 -0
  11. package/dist/components/ui/Badge/Badge.d.ts.map +1 -0
  12. package/dist/components/ui/Badge/Ribbon.d.ts +7 -0
  13. package/dist/components/ui/Badge/Ribbon.d.ts.map +1 -0
  14. package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts +7 -0
  15. package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  16. package/dist/components/ui/Button/Button.d.ts +4 -0
  17. package/dist/components/ui/Button/Button.d.ts.map +1 -0
  18. package/dist/components/ui/Card/Card.d.ts +4 -0
  19. package/dist/components/ui/Card/Card.d.ts.map +1 -0
  20. package/dist/components/ui/Card/useCardStyles.d.ts +4 -0
  21. package/dist/components/ui/Card/useCardStyles.d.ts.map +1 -0
  22. package/dist/components/ui/Checkbox/Checkbox.d.ts +14 -0
  23. package/dist/components/ui/Checkbox/Checkbox.d.ts.map +1 -0
  24. package/dist/components/ui/Checkbox/CheckboxGroup.d.ts +8 -0
  25. package/dist/components/ui/Checkbox/CheckboxGroup.d.ts.map +1 -0
  26. package/dist/components/ui/ConfigProvider/ConfigProvider.d.ts +7 -0
  27. package/dist/components/ui/ConfigProvider/ConfigProvider.d.ts.map +1 -0
  28. package/dist/components/ui/ConfigProvider/defaultTheme.d.ts +6 -0
  29. package/dist/components/ui/ConfigProvider/defaultTheme.d.ts.map +1 -0
  30. package/dist/components/ui/DatePicker/DatePicker.d.ts +23 -0
  31. package/dist/components/ui/DatePicker/DatePicker.d.ts.map +1 -0
  32. package/dist/components/ui/DatePicker/RangePicker.d.ts +5 -0
  33. package/dist/components/ui/DatePicker/RangePicker.d.ts.map +1 -0
  34. package/dist/components/ui/Dropdown/Dropdown.d.ts +10 -0
  35. package/dist/components/ui/Dropdown/Dropdown.d.ts.map +1 -0
  36. package/dist/components/ui/Dropdown/DropdownButton.d.ts +4 -0
  37. package/dist/components/ui/Dropdown/DropdownButton.d.ts.map +1 -0
  38. package/dist/components/ui/Input/Input.d.ts +13 -0
  39. package/dist/components/ui/Input/Input.d.ts.map +1 -0
  40. package/dist/components/ui/Input/OTP.d.ts +5 -0
  41. package/dist/components/ui/Input/OTP.d.ts.map +1 -0
  42. package/dist/components/ui/Input/Password.d.ts +4 -0
  43. package/dist/components/ui/Input/Password.d.ts.map +1 -0
  44. package/dist/components/ui/Input/Search.d.ts +4 -0
  45. package/dist/components/ui/Input/Search.d.ts.map +1 -0
  46. package/dist/components/ui/Input/TextArea.d.ts +4 -0
  47. package/dist/components/ui/Input/TextArea.d.ts.map +1 -0
  48. package/dist/components/ui/Input/useInputStyles.d.ts +7 -0
  49. package/dist/components/ui/Input/useInputStyles.d.ts.map +1 -0
  50. package/dist/components/ui/Menu/Menu.d.ts +7 -0
  51. package/dist/components/ui/Menu/Menu.d.ts.map +1 -0
  52. package/dist/components/ui/Pagination/Pagination.d.ts +7 -0
  53. package/dist/components/ui/Pagination/Pagination.d.ts.map +1 -0
  54. package/dist/components/ui/Radio/Button.d.ts +4 -0
  55. package/dist/components/ui/Radio/Button.d.ts.map +1 -0
  56. package/dist/components/ui/Radio/Radio.d.ts +11 -0
  57. package/dist/components/ui/Radio/Radio.d.ts.map +1 -0
  58. package/dist/components/ui/Radio/RadioGroup.d.ts +4 -0
  59. package/dist/components/ui/Radio/RadioGroup.d.ts.map +1 -0
  60. package/dist/components/ui/Segmented/Segmented.d.ts +9 -0
  61. package/dist/components/ui/Segmented/Segmented.d.ts.map +1 -0
  62. package/dist/components/ui/Select/Select.d.ts +7 -0
  63. package/dist/components/ui/Select/Select.d.ts.map +1 -0
  64. package/dist/components/ui/Space/Space.d.ts +7 -0
  65. package/dist/components/ui/Space/Space.d.ts.map +1 -0
  66. package/dist/components/ui/Switch/Switch.d.ts +7 -0
  67. package/dist/components/ui/Switch/Switch.d.ts.map +1 -0
  68. package/dist/components/ui/Tabs/Tabs.d.ts +3 -0
  69. package/dist/components/ui/Tabs/Tabs.d.ts.map +1 -0
  70. package/dist/components/ui/Tabs/useTabsStyle.d.ts +4 -0
  71. package/dist/components/ui/Tabs/useTabsStyle.d.ts.map +1 -0
  72. package/dist/components/ui/Tag/Tag.d.ts +7 -0
  73. package/dist/components/ui/Tag/Tag.d.ts.map +1 -0
  74. package/dist/components/ui/TimePicker/TimePicker.d.ts +7 -0
  75. package/dist/components/ui/TimePicker/TimePicker.d.ts.map +1 -0
  76. package/dist/components/ui/TimePicker/TimeRangePicker.d.ts +4 -0
  77. package/dist/components/ui/TimePicker/TimeRangePicker.d.ts.map +1 -0
  78. package/dist/components/ui/Typography/Typography.d.ts +19 -0
  79. package/dist/components/ui/Typography/Typography.d.ts.map +1 -0
  80. package/dist/components/ui/Typography/useTypographyStyles.d.ts +17 -0
  81. package/dist/components/ui/Typography/useTypographyStyles.d.ts.map +1 -0
  82. package/dist/components/ui/interfaces.d.ts +378 -0
  83. package/dist/components/ui/interfaces.d.ts.map +1 -0
  84. package/dist/hooks/useAcaciaColors.d.ts +48 -0
  85. package/dist/hooks/useAcaciaColors.d.ts.map +1 -0
  86. package/dist/hooks/useAcaciaConfig.d.ts +31 -0
  87. package/dist/hooks/useAcaciaConfig.d.ts.map +1 -0
  88. package/dist/hooks/useFoucHandler.d.ts +2 -0
  89. package/dist/hooks/useFoucHandler.d.ts.map +1 -0
  90. package/dist/hooks/useScreenSize.d.ts +3 -0
  91. package/dist/hooks/useScreenSize.d.ts.map +1 -0
  92. package/dist/index.d.ts +29 -0
  93. package/dist/index.d.ts.map +1 -0
  94. package/dist/main.css +158 -0
  95. package/dist/main.css.map +1 -0
  96. package/dist/main.js +9173 -0
  97. package/dist/main.js.map +1 -0
  98. package/dist/theme/antdTheme.d.ts +4 -0
  99. package/dist/theme/antdTheme.d.ts.map +1 -0
  100. package/dist/theme/customTheme.d.ts +13 -0
  101. package/dist/theme/customTheme.d.ts.map +1 -0
  102. package/dist/theme/defaultLogo.d.ts +3 -0
  103. package/dist/theme/defaultLogo.d.ts.map +1 -0
  104. package/dist/theme/typographyUtil.d.ts +25 -0
  105. package/dist/theme/typographyUtil.d.ts.map +1 -0
  106. package/dist/tokens/interfaces.d.ts +104 -0
  107. package/dist/tokens/interfaces.d.ts.map +1 -0
  108. package/dist/tokens/useAcaciaToken.d.ts +4 -0
  109. package/dist/tokens/useAcaciaToken.d.ts.map +1 -0
  110. package/dist/utils/colors.util.d.ts +12 -0
  111. package/dist/utils/colors.util.d.ts.map +1 -0
  112. package/dist/utils/parseBackgroundColors.d.ts +15 -0
  113. package/dist/utils/parseBackgroundColors.d.ts.map +1 -0
  114. package/dist/utils/useSampledBackgroundColor.d.ts +2 -0
  115. package/dist/utils/useSampledBackgroundColor.d.ts.map +1 -0
  116. package/package.json +78 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Acacia UI
2
+
3
+ Acacia UI is a component system for building products that are consistent & scalable.
4
+
5
+ ## Storybook
6
+
7
+ Acacia UI is a work-in-progress design system, meant for developers to scale up quickly with customized components for enterprise use.
8
+
9
+ Acacia UI wraps around Ant Design, with further capabilities and complex components, using Ant Design's components as the base.
10
+
11
+ UI components are deployed [here](https://acacia-ui.vercel.app) for testing purposes.
@@ -0,0 +1,14 @@
1
+ import type React from "react";
2
+ import type { AcaciaBreadcrumbProps, AcaciaTabsProps } from "../../ui/interfaces";
3
+ export interface VerticalHeaderProps {
4
+ pageTitle: string | React.ReactNode;
5
+ pageSubtitle: string | React.ReactNode;
6
+ pageIcon?: React.ReactNode;
7
+ rightSideItems?: React.ReactNode;
8
+ leftSideItems?: React.ReactNode;
9
+ breadcrumbs?: AcaciaBreadcrumbProps;
10
+ tabs?: Omit<AcaciaTabsProps, "type">;
11
+ }
12
+ declare const VerticalHeader: ({ ...props }: VerticalHeaderProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default VerticalHeader;
14
+ //# sourceMappingURL=VerticalHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerticalHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/VerticalLayout/VerticalHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EACX,qBAAqB,EACrB,eAAe,EACf,MAAM,qBAAqB,CAAC;AAK7B,MAAM,WAAW,mBAAmB;IACnC,SAAS,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACpC,YAAY,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,IAAI,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;CACrC;AAED,QAAA,MAAM,cAAc,GAAI,cAAc,mBAAmB,4CAsDxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,40 @@
1
+ import type { AcaciaMenuProps, AcaciaThemes } from "../../ui/interfaces";
2
+ import { type PropsWithChildren } from "react";
3
+ interface LayoutProps {
4
+ headerBackgroundProps: HeaderBackgroundProps;
5
+ menuProps?: Omit<AcaciaMenuProps, "mode">;
6
+ documentHeadLabel?: string;
7
+ mainTextColor?: string;
8
+ }
9
+ type BackgroundImage = {
10
+ type: "theme";
11
+ theme: AcaciaThemes;
12
+ } | {
13
+ type: "custom-image";
14
+ src: string;
15
+ };
16
+ type BackgroundFill = {
17
+ type: "theme";
18
+ theme: AcaciaThemes;
19
+ } | {
20
+ type: "gradient";
21
+ colors: string[];
22
+ } | {
23
+ type: "gradient-css";
24
+ css: string;
25
+ };
26
+ interface HeaderBackgroundProps {
27
+ headerBackgroundImage?: BackgroundImage;
28
+ headerBackgroundFill?: BackgroundFill;
29
+ }
30
+ export declare const VerticalLayoutContext: import("react").Context<{
31
+ mainTextColor: string;
32
+ accentColor: string;
33
+ gradients: string[] | null;
34
+ }>;
35
+ declare const VerticalLayout: {
36
+ ({ headerBackgroundProps: { headerBackgroundImage, headerBackgroundFill, }, ...props }: PropsWithChildren<LayoutProps>): import("react/jsx-runtime").JSX.Element;
37
+ VerticalHeader: ({ ...props }: import("./VerticalHeader").VerticalHeaderProps) => import("react/jsx-runtime").JSX.Element;
38
+ };
39
+ export default VerticalLayout;
40
+ //# sourceMappingURL=VerticalLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerticalLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/VerticalLayout/VerticalLayout.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEzE,OAAO,EAA8B,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAe3E,UAAU,WAAW;IACpB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IAC1C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB;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;AAUD,eAAO,MAAM,qBAAqB;mBAClB,MAAM;iBACR,MAAM;eACR,MAAM,EAAE,GAAG,IAAI;EACZ,CAAC;AAEhB,QAAA,MAAM,cAAc;4FAMjB,iBAAiB,CAAC,WAAW,CAAC;;CAsJhC,CAAC;AAGF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const useMainNavStyles: (props?: unknown) => import("antd-style").ReturnStyles<import("antd-style").SerializedStyles>;
2
+ //# sourceMappingURL=useMainNavStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMainNavStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/styles/useMainNavStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,+FA0E3B,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @description A Badge normally appears in proximity to notifications or user avatars with eye-catching appeal, typically displaying unread messages count
3
+ */
4
+ import type { AcaciaAvatarProps } from "../interfaces";
5
+ declare const Avatar: ({ ...props }: AcaciaAvatarProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Avatar;
7
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAKvD,QAAA,MAAM,MAAM,GAAI,cAAc,iBAAiB,4CAuB9C,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @description A Badge normally appears in proximity to notifications or user avatars with eye-catching appeal, typically displaying unread messages count
3
+ */
4
+ import type { AcaciaBadgeProps } from "../interfaces";
5
+ declare const Badge: {
6
+ ({ ...props }: AcaciaBadgeProps): import("react/jsx-runtime").JSX.Element;
7
+ Ribbon: ({ ...props }: import("../interfaces").AcaciaRibbonProps) => import("react/jsx-runtime").JSX.Element;
8
+ };
9
+ export default Badge;
10
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Badge/Badge.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAItD,QAAA,MAAM,KAAK;mBAAkB,gBAAgB;;CAE5C,CAAC;AAGF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AcaciaRibbonProps } from "../interfaces";
2
+ /**
3
+ * @description An extension of the Badge
4
+ */
5
+ declare const Ribbon: ({ ...props }: AcaciaRibbonProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Ribbon;
7
+ //# sourceMappingURL=Ribbon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ribbon.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Badge/Ribbon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEvD;;GAEG;AAEH,QAAA,MAAM,MAAM,GAAI,cAAc,iBAAiB,4CAE9C,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AcaciaBreadcrumbProps } from "../interfaces";
2
+ /**
3
+ * A breadcrumb displays the current location within a hierarchy. It allows going back to states higher up in the hierarchy.
4
+ */
5
+ declare const Breadcrumb: ({ ...props }: AcaciaBreadcrumbProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Breadcrumb;
7
+ //# sourceMappingURL=Breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAK3D;;GAEG;AAEH,QAAA,MAAM,UAAU,GAAI,cAAc,qBAAqB,4CA+BtD,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AcaciaButtonProps } from "../interfaces";
2
+ declare const Button: ({ children, ...props }: AcaciaButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Button;
4
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Button/Button.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEvD,QAAA,MAAM,MAAM,GAAI,wBAAwB,iBAAiB,4CAExD,CAAC;AACF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AcaciaCardProps } from "../interfaces";
2
+ declare const Card: ({ headerBackgroundTheme, ...props }: AcaciaCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Card;
4
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Card/Card.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAUrD,QAAA,MAAM,IAAI,GAAI,qCAGX,eAAe,4CA6EjB,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const useCardStyles: () => import("antd-style").ReturnStyles<{
2
+ card: import("antd-style").SerializedStyles;
3
+ }>;
4
+ //# sourceMappingURL=useCardStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCardStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Card/useCardStyles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;EAWzB,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @description Collect user's choices.
3
+ *
4
+ * When To Use
5
+ * Used for selecting multiple values from several options.
6
+ * If you use only one checkbox, it is the same as using Switch to toggle between two states. The difference is that Switch will trigger the state change directly, but Checkbox just marks the state as changed and this needs to be submitted.
7
+ */
8
+ import type { AcaciaCheckboxProps } from "../interfaces";
9
+ declare const Checkbox: {
10
+ ({ ...props }: AcaciaCheckboxProps): import("react/jsx-runtime").JSX.Element;
11
+ Group: ({ ...props }: import("antd/es/checkbox").CheckboxGroupProps) => import("react/jsx-runtime").JSX.Element;
12
+ };
13
+ export default Checkbox;
14
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAGzD,QAAA,MAAM,QAAQ;mBAAkB,mBAAmB;;CAElD,CAAC;AAIF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @description Collect user's choices.
3
+ * We can use Checkbox and Grid in Checkbox.Group, to implement complex layout.
4
+ */
5
+ import type { CheckboxGroupProps } from "antd/es/checkbox";
6
+ declare const CheckboxGroup: ({ ...props }: CheckboxGroupProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default CheckboxGroup;
8
+ //# sourceMappingURL=CheckboxGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Checkbox/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE3D,QAAA,MAAM,aAAa,GAAI,cAAc,kBAAkB,4CAEtD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AcaciaConfigProviderProps } from "../interfaces";
2
+ declare const ConfigProvider: {
3
+ ({ ...props }: AcaciaConfigProviderProps): import("react/jsx-runtime").JSX.Element;
4
+ ConfigContext: import("react").Context<import("antd/es/config-provider/context").ConfigConsumerProps>;
5
+ };
6
+ export default ConfigProvider;
7
+ //# sourceMappingURL=ConfigProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/ConfigProvider/ConfigProvider.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAG/D,QAAA,MAAM,cAAc;mBAAkB,yBAAyB;;CA2B9D,CAAC;AAGF,eAAe,cAAc,CAAC"}
@@ -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=defaultTheme.d.ts.map
@@ -0,0 +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;AAE1C,wBAAgB,kBAAkB,IAAI,WAAW,CAgGhD"}
@@ -0,0 +1,23 @@
1
+ import type { AcaciaDatePickerProps } from "../interfaces";
2
+ /**
3
+ * @description To select or input a date.
4
+ */
5
+ declare const DatePicker: {
6
+ ({ ...props }: AcaciaDatePickerProps): import("react/jsx-runtime").JSX.Element;
7
+ RangePicker: ({ ...props }: Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
8
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
9
+ size?: import("antd/es/button").ButtonSize;
10
+ placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
11
+ bordered?: boolean;
12
+ status?: import("antd/es/_util/statusUtils").InputStatus;
13
+ variant?: import("antd/es/config-provider").Variant;
14
+ dropdownClassName?: string;
15
+ popupClassName?: string;
16
+ rootClassName?: string;
17
+ popupStyle?: React.CSSProperties;
18
+ classNames?: import("antd/es/date-picker/generatePicker/interface").DatePickerPickerClassNames<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>> | undefined;
19
+ styles?: import("antd/es/date-picker/generatePicker/interface").DatePickerStylesType<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>> | undefined;
20
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>) => import("react/jsx-runtime").JSX.Element;
21
+ };
22
+ export default DatePicker;
23
+ //# sourceMappingURL=DatePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DatePicker/DatePicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAG3D;;GAEG;AAEH,QAAA,MAAM,UAAU;mBAAkB,qBAAqB;;;;;;;;;;;;;;;CAEtD,CAAC;AAIF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { DatePicker as AntdDatePicker, type GetProps } from "antd";
2
+ type AntdDateRangePicker = GetProps<typeof AntdDatePicker.RangePicker>;
3
+ declare const RangePicker: ({ ...props }: AntdDateRangePicker) => import("react/jsx-runtime").JSX.Element;
4
+ export default RangePicker;
5
+ //# sourceMappingURL=RangePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RangePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DatePicker/RangePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC;AAEnE,KAAK,mBAAmB,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,WAAW,CAAC,CAAC;AAEvE,QAAA,MAAM,WAAW,GAAI,cAAc,mBAAmB,4CAErD,CAAC;AACF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @description A dropdown list
3
+ */
4
+ import type { AcaciaDropdownProps } from "../interfaces";
5
+ declare const Dropdown: {
6
+ ({ ...props }: AcaciaDropdownProps): import("react/jsx-runtime").JSX.Element;
7
+ Button: ({ children, ...props }: import("../interfaces").AcaciaDropdownButtonProps) => import("react/jsx-runtime").JSX.Element;
8
+ };
9
+ export default Dropdown;
10
+ //# sourceMappingURL=Dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEzD,QAAA,MAAM,QAAQ;mBAAkB,mBAAmB;;CAElD,CAAC;AAGF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AcaciaDropdownButtonProps } from "../interfaces";
2
+ declare const DropdownButton: ({ children, ...props }: AcaciaDropdownButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DropdownButton;
4
+ //# sourceMappingURL=DropdownButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Dropdown/DropdownButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAE/D,QAAA,MAAM,cAAc,GAAI,wBAAwB,yBAAyB,4CAExE,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { AcaciaInputProps } from "../interfaces";
2
+ /**
3
+ * @description A button means an operation (or a series of operations). Clicking a button will trigger corresponding business logic.
4
+ */
5
+ declare const Input: {
6
+ ({ children, ...props }: AcaciaInputProps): import("react/jsx-runtime").JSX.Element;
7
+ TextArea: ({ ...props }: import("../interfaces").AcaciaInputTextAreaProps) => import("react/jsx-runtime").JSX.Element;
8
+ Search: ({ ...props }: AcaciaInputProps) => import("react/jsx-runtime").JSX.Element;
9
+ Password: ({ ...props }: AcaciaInputProps) => import("react/jsx-runtime").JSX.Element;
10
+ OTP: ({ ...props }: import("antd/es/input/OTP").OTPProps & import("react").RefAttributes<import("antd/es/input/OTP").OTPRef>) => import("react/jsx-runtime").JSX.Element;
11
+ };
12
+ export default Input;
13
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Input/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAetD;;GAEG;AAEH,QAAA,MAAM,KAAK;6BAA4B,gBAAgB;;;;;CAOtD,CAAC;AAOF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { Input as AntdInput, type GetProps } from "antd";
2
+ type OTPProps = GetProps<typeof AntdInput.OTP>;
3
+ declare const OTP: ({ ...props }: OTPProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default OTP;
5
+ //# sourceMappingURL=OTP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTP.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Input/OTP.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC;AAEzD,KAAK,QAAQ,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC;AAE/C,QAAA,MAAM,GAAG,GAAI,cAAc,QAAQ,4CAElC,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AcaciaInputProps } from "../interfaces";
2
+ declare const Password: ({ ...props }: AcaciaInputProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Password;
4
+ //# sourceMappingURL=Password.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Password.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Input/Password.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,QAAA,MAAM,QAAQ,GAAI,cAAc,gBAAgB,4CAE/C,CAAC;AACF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AcaciaInputProps } from "../interfaces";
2
+ declare const Search: ({ ...props }: AcaciaInputProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Search;
4
+ //# sourceMappingURL=Search.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Input/Search.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,QAAA,MAAM,MAAM,GAAI,cAAc,gBAAgB,4CAE7C,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AcaciaInputTextAreaProps } from "../interfaces";
2
+ declare const TextArea: ({ ...props }: AcaciaInputTextAreaProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TextArea;
4
+ //# sourceMappingURL=TextArea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Input/TextArea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AAG9D,QAAA,MAAM,QAAQ,GAAI,cAAc,wBAAwB,4CAKvD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const useInputStyles: () => import("antd-style").ReturnStyles<{
2
+ input: import("antd-style").SerializedStyles;
3
+ }>;
4
+ export declare const useTextAreaStyles: () => import("antd-style").ReturnStyles<{
5
+ textarea: import("antd-style").SerializedStyles;
6
+ }>;
7
+ //# sourceMappingURL=useInputStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInputStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Input/useInputStyles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;EAS1B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;EAS7B,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @description A versatile menu for navigation.
3
+ */
4
+ import type { AcaciaMenuProps } from "../interfaces";
5
+ declare const Menu: ({ showRightBorder, ...props }: AcaciaMenuProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Menu;
7
+ //# sourceMappingURL=Menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Menu/Menu.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAyBrD,QAAA,MAAM,IAAI,GAAI,+BAAsC,eAAe,4CAiGlE,CAAC;AACF,eAAe,IAAI,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 { AcaciaPaginationProps } from "../interfaces";
5
+ declare const Pagination: ({ selectedStyle, ...props }: AcaciaPaginationProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Pagination;
7
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAK3D,QAAA,MAAM,UAAU,GAAI,6BAGjB,qBAAqB,4CAgCvB,CAAC;AACF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { RadioButtonProps } from "antd/es/radio/radioButton";
2
+ declare const RadioButton: ({ ...props }: RadioButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default RadioButton;
4
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Radio/Button.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAElE,QAAA,MAAM,WAAW,GAAI,cAAc,gBAAgB,4CAElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { type RadioProps } from "antd";
2
+ /**
3
+ * @description A radio is used to select a single state from multiple options.
4
+ */
5
+ declare const Radio: {
6
+ ({ ...props }: RadioProps): import("react/jsx-runtime").JSX.Element;
7
+ Group: ({ ...props }: import("antd").RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
8
+ Button: ({ ...props }: import("antd/es/radio/radioButton").RadioButtonProps) => import("react/jsx-runtime").JSX.Element;
9
+ };
10
+ export default Radio;
11
+ //# sourceMappingURL=Radio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Radio/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAI3D;;GAEG;AAEH,QAAA,MAAM,KAAK;mBAAkB,UAAU;;;CAEtC,CAAC;AAIF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { RadioGroupProps } from "antd";
2
+ declare const RadioGroup: ({ ...props }: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default RadioGroup;
4
+ //# sourceMappingURL=RadioGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Radio/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAG5C,QAAA,MAAM,UAAU,GAAI,cAAc,eAAe,4CAEhD,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { AcaciaSegmentedProps } from "../interfaces";
2
+ /**
3
+ * @description
4
+ * Segmented is used when displaying multiple options and user can select a single option or
5
+ * when switching the selected option, the content of the associated area changes.
6
+ */
7
+ declare const Segmented: ({ ...props }: AcaciaSegmentedProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Segmented;
9
+ //# sourceMappingURL=Segmented.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Segmented.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Segmented/Segmented.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D;;;;GAIG;AAEH,QAAA,MAAM,SAAS,GAAI,cAAc,oBAAoB,4CAEpD,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AcaciaSelectProps } from "../interfaces";
2
+ /**
3
+ * @description Select component to select value from options.
4
+ */
5
+ declare const Select: ({ ...props }: AcaciaSelectProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Select;
7
+ //# sourceMappingURL=Select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Select/Select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEvD;;GAEG;AAEH,QAAA,MAAM,MAAM,GAAI,cAAc,iBAAiB,4CAE9C,CAAC;AACF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AcaciaSpaceProps } from "../interfaces";
2
+ /**
3
+ * @description Space component set the component spacing
4
+ */
5
+ declare const Space: ({ ...props }: AcaciaSpaceProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Space;
7
+ //# sourceMappingURL=Space.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Space.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Space/Space.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD;;GAEG;AAEH,QAAA,MAAM,KAAK,GAAI,cAAc,gBAAgB,4CAE5C,CAAC;AACF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AcaciaSwitchProps } from "../interfaces";
2
+ /**
3
+ * @description A switch is used if you need to represent the switching between two states or on-off state.
4
+ */
5
+ declare const Switch: ({ ...props }: AcaciaSwitchProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Switch;
7
+ //# sourceMappingURL=Switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Switch/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEvD;;GAEG;AAEH,QAAA,MAAM,MAAM,GAAI,cAAc,iBAAiB,4CAE9C,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { AcaciaTabsProps } from "../interfaces";
2
+ export default function Tabs({ type, ...props }: AcaciaTabsProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=Tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAMrD,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAAE,IAAa,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA2CxE"}
@@ -0,0 +1,4 @@
1
+ export declare const useTabsStyles: (inkBarColor: string) => import("antd-style").ReturnStyles<{
2
+ tabs: import("antd-style").SerializedStyles;
3
+ }>;
4
+ //# sourceMappingURL=useTabsStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTabsStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Tabs/useTabsStyle.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa,GAAI,aAAa,MAAM;;EAoDhD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { type AcaciaTagProps } from "../interfaces";
2
+ /**
3
+ * A Tag is used for categorizing or markup.
4
+ */
5
+ declare const Tag: ({ ...props }: AcaciaTagProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default Tag;
7
+ //# sourceMappingURL=Tag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Tag/Tag.tsx"],"names":[],"mappings":"AACA,OAAO,EAIN,KAAK,cAAc,EACnB,MAAM,eAAe,CAAC;AAEvB;;GAEG;AAEH,QAAA,MAAM,GAAG,GAAI,cAAc,cAAc,4CASxC,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AcaciaTimePickerProps } from "../interfaces";
2
+ declare const TimePicker: {
3
+ ({ ...props }: AcaciaTimePickerProps): import("react/jsx-runtime").JSX.Element;
4
+ RangePicker: ({ ...props }: import("../interfaces").AcaciaTimeRangePickerProps) => import("react/jsx-runtime").JSX.Element;
5
+ };
6
+ export default TimePicker;
7
+ //# sourceMappingURL=TimePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/TimePicker/TimePicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAG3D,QAAA,MAAM,UAAU;mBAAkB,qBAAqB;;CAEtD,CAAC;AAGF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AcaciaTimeRangePickerProps } from "../interfaces";
2
+ declare const TimeRangePicker: ({ ...props }: AcaciaTimeRangePickerProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TimeRangePicker;
4
+ //# sourceMappingURL=TimeRangePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeRangePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/TimePicker/TimeRangePicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAEhE,QAAA,MAAM,eAAe,GAAI,cAAc,0BAA0B,4CAEhE,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { AcaciaBasicTypographyProps, AcaciaParagraphProps, AcaciaTextProps, AcaciaTitleProps } from "../interfaces";
2
+ /**
3
+ * Basic text writing, including headings, body text, lists, and more.
4
+ *
5
+ * When To Use:
6
+ * - When need to display a title or paragraph contents in Articles/Blogs/Notes.
7
+ * - When you need copyable/editable/ellipsis texts.
8
+ */
9
+ declare const Typography: {
10
+ (): import("react/jsx-runtime").JSX.Element;
11
+ Text: ({ children, level, color, ...antdProps }: AcaciaTextProps) => import("react/jsx-runtime").JSX.Element;
12
+ Title: ({ children, level, color, ...antdProps }: AcaciaTitleProps) => import("react/jsx-runtime").JSX.Element;
13
+ Caption: ({ children, color, ...antdProps }: AcaciaBasicTypographyProps) => import("react/jsx-runtime").JSX.Element;
14
+ Overline: ({ children, color, ...antdProps }: AcaciaBasicTypographyProps) => import("react/jsx-runtime").JSX.Element;
15
+ Paragraph: ({ children, color, ...antdProps }: AcaciaParagraphProps) => import("react/jsx-runtime").JSX.Element;
16
+ Emphasis: ({ children, color, ...props }: AcaciaTextProps) => import("react/jsx-runtime").JSX.Element;
17
+ };
18
+ export default Typography;
19
+ //# sourceMappingURL=Typography.d.ts.map
@@ -0,0 +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;AAkIvB;;;;;;GAMG;AAEH,QAAA,MAAM,UAAU;;qDAnGb,eAAe;sDAvBf,gBAAgB;iDA6DhB,0BAA0B;kDAoB1B,0BAA0B;mDAgByB,oBAAoB;8CAzDzB,eAAe;CAoF/D,CAAC;AASF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,17 @@
1
+ export declare const useTypographyStyles: (color?: string) => import("antd-style").ReturnStyles<{
2
+ common: import("antd-style").SerializedStyles;
3
+ title: import("antd-style").SerializedStyles;
4
+ titleH1: import("antd-style").SerializedStyles;
5
+ titleH2: import("antd-style").SerializedStyles;
6
+ titleH3: import("antd-style").SerializedStyles;
7
+ titleH4: import("antd-style").SerializedStyles;
8
+ titleH5: import("antd-style").SerializedStyles;
9
+ text: import("antd-style").SerializedStyles;
10
+ emphasis: import("antd-style").SerializedStyles;
11
+ textBody1: import("antd-style").SerializedStyles;
12
+ textBody2: import("antd-style").SerializedStyles;
13
+ paragraph: import("antd-style").SerializedStyles;
14
+ caption: import("antd-style").SerializedStyles;
15
+ overline: import("antd-style").SerializedStyles;
16
+ }>;
17
+ //# sourceMappingURL=useTypographyStyles.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;;;;EA0FjD,CAAC"}