@woovi/ui 5.0.5 → 6.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 (90) hide show
  1. package/dist/BackButton.d.ts +1 -1
  2. package/dist/Badge.d.ts +6 -2
  3. package/dist/Banner.d.ts +6 -6
  4. package/dist/CashbackTagStatus.d.ts +3 -2
  5. package/dist/Circle.d.ts +6 -4
  6. package/dist/CircleButton.d.ts +4 -4
  7. package/dist/Column.d.ts +3 -2
  8. package/dist/EmptyMessage.d.ts +3 -5
  9. package/dist/FloatingMenu.d.ts +8 -6
  10. package/dist/LayoutRoot.d.ts +6 -1
  11. package/dist/Link.d.ts +5 -3
  12. package/dist/Loading.d.ts +3 -3
  13. package/dist/Logo.d.ts +4 -1
  14. package/dist/OverflowDiv.d.ts +3 -2
  15. package/dist/ProgressBar.d.ts +5 -4
  16. package/dist/QuestionTooltip.d.ts +11 -8
  17. package/dist/Row.d.ts +3 -2
  18. package/dist/Step.d.ts +3 -3
  19. package/dist/TagWebhookStatus.d.ts +4 -3
  20. package/dist/TransactionTagEntryTypes.d.ts +4 -3
  21. package/dist/UnsupportedBrowserWarning.d.ts +1 -1
  22. package/dist/assets/icon-plus.png +0 -0
  23. package/dist/auth/LoginWrapper.d.ts +4 -4
  24. package/dist/avatar/Avatar.d.ts +11 -7
  25. package/dist/avatar/AvatarGroup.d.ts +9 -4
  26. package/dist/buttons/DangerButton.d.ts +6 -1
  27. package/dist/card/Card.d.ts +8 -13
  28. package/dist/card/basicContext/CardBasicContext.d.ts +3 -3
  29. package/dist/card/cardWithActions/CardFooter.d.ts +3 -3
  30. package/dist/card/cardWithActions/CardHeader.d.ts +4 -5
  31. package/dist/card/cardWithActions/CardWithActions.d.ts +1 -1
  32. package/dist/cardGrid/CardField.d.ts +3 -4
  33. package/dist/cardGrid/Grid.d.ts +5 -5
  34. package/dist/collapsible/Collapsible.d.ts +1 -2
  35. package/dist/collapsible/CollapsibleActions.d.ts +2 -2
  36. package/dist/collapsible/CollapsibleDetails.d.ts +4 -3
  37. package/dist/collapsible/CollapsibleFillWrapper.d.ts +2 -1
  38. package/dist/collapsible/CollapsibleGroup.d.ts +2 -1
  39. package/dist/collapsible/CollapsibleInfinityActions.d.ts +2 -0
  40. package/dist/collapsible/CollapsibleStep.d.ts +3 -4
  41. package/dist/collapsible/CollapsibleStepHeader.d.ts +1 -2
  42. package/dist/collapsible/CollapsibleTree.d.ts +10 -4
  43. package/dist/collapsible/ExpandMoreIcon.d.ts +3 -4
  44. package/dist/collapsible/LeafCollapsible.d.ts +4 -4
  45. package/dist/collapsible/TransparencyCollapsibleWrapper.d.ts +5 -2
  46. package/dist/company/CompanyLogo.d.ts +5 -4
  47. package/dist/content/ActionMargin.d.ts +5 -4
  48. package/dist/content/ActionMarginText.d.ts +4 -2
  49. package/dist/content/Content.d.ts +3 -5
  50. package/dist/content/IntroText.d.ts +3 -5
  51. package/dist/device/Phone.d.ts +3 -4
  52. package/dist/drawer/DrawerResponsiveWrapper.d.ts +4 -1
  53. package/dist/error/ErrorView.d.ts +1 -1
  54. package/dist/file/IconButton.d.ts +4 -7
  55. package/dist/file/MaterialIcon.d.ts +5 -8
  56. package/dist/helpers/Divider.d.ts +3 -4
  57. package/dist/icons/CheckboxChecked.d.ts +2 -2
  58. package/dist/icons/CheckboxUnchecked.d.ts +1 -1
  59. package/dist/icons/SVG.d.ts +1 -1
  60. package/dist/import/Dropzone.d.ts +3 -1
  61. package/dist/import/DropzoneFile.d.ts +1 -1
  62. package/dist/index.cjs +3 -1299
  63. package/dist/index.js +3 -1299
  64. package/dist/layoutWrapper/LayoutWrapper.d.ts +2 -2
  65. package/dist/openpix/charge/ChargeTagStatus.d.ts +7 -11
  66. package/dist/openpix/cobr/CobrTagStatus.d.ts +12 -6
  67. package/dist/openpix/transaction/PixTransactionTypeTag.d.ts +7 -5
  68. package/dist/screenHeader/components/ScreenHeaderSubtitle.d.ts +2 -1
  69. package/dist/screenHeaderCard/ScreenHeaderCard.d.ts +1 -1
  70. package/dist/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +2 -1
  71. package/dist/screenHeaderTemp/components/ScreenHeaderSubtitle.d.ts +2 -1
  72. package/dist/select/SelectAll.d.ts +2 -2
  73. package/dist/sidebar/MenuList.d.ts +1 -1
  74. package/dist/sidebar/Sidebar.d.ts +2 -2
  75. package/dist/snackbar/Snackbar.d.ts +1 -1
  76. package/dist/statement/TransactionTypeText.d.ts +5 -1
  77. package/dist/table/StatusCell.d.ts +4 -7
  78. package/dist/table/cells/Cell.d.ts +2 -2
  79. package/dist/table/cells/LinkCellNode.d.ts +7 -2
  80. package/dist/table/reactTable/IndeterminateCheckbox.d.ts +2 -1
  81. package/dist/table/reactTable/InputForCells.d.ts +3 -4
  82. package/dist/table/reactTable/StatusCell.d.ts +2 -6
  83. package/dist/table/reactTable/TableCell.d.ts +3 -2
  84. package/dist/tag/Tag.d.ts +4 -6
  85. package/dist/tag/TagsContainer.d.ts +2 -4
  86. package/dist/term/Terms.d.ts +2 -1
  87. package/dist/term/TermsLink.d.ts +2 -1
  88. package/dist/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +1 -1
  89. package/package.json +17 -18
  90. package/dist/hooks/useTheme.d.ts +0 -14
@@ -1,8 +1,8 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode } from "react";
2
2
  type Props = {
3
- children: ReactNode;
4
3
  header: ReactNode;
5
4
  sidebar: ReactNode;
5
+ children: ReactNode;
6
6
  };
7
7
  declare const LayoutWrapper: ({ header, sidebar, children }: Props) => ReactNode;
8
8
  export default LayoutWrapper;
@@ -1,12 +1,8 @@
1
- export declare const TAG_STATUS_COLOR: {
2
- [x: string]: string;
3
- ACTIVE: string;
4
- DELETED: string;
5
- ACTIVE_WAITING_PAYMENT_METHOD: string;
6
- EXPIRED: string;
7
- OVERDUE: string;
8
- COMPLETED: string;
9
- };
10
- export declare const ChargeTagStatus: import("styled-components").StyledComponent<(props: import("../../index.ts").TagProps) => import("react").ReactNode, any, {
1
+ import type { ReactNode } from "react";
2
+ import { type TagProps } from "../../tag/Tag.tsx";
3
+ export declare const TAG_STATUS_COLOR: Record<string, string>;
4
+ type ChargeTagStatusProps = TagProps & {
11
5
  status: string;
12
- }, never>;
6
+ };
7
+ export declare const ChargeTagStatus: ({ status, sx, ...props }: ChargeTagStatusProps) => ReactNode;
8
+ export {};
@@ -1,6 +1,12 @@
1
- export declare const CobrTagStatus: import("styled-components").StyledComponent<(props: import("../../index.ts").TagProps) => import("react").ReactNode, any, {
2
- status: "ACTIVE" | "CANCELED" | "CONCLUDED" | "CREATED" | "EXPIRED" | "FAILED_TRY" | "REJECTED";
3
- }, never>;
4
- export declare const CobrTryTagStatus: import("styled-components").StyledComponent<(props: import("../../index.ts").TagProps) => import("react").ReactNode, any, {
5
- status: "PAID" | "REJECTED" | "REQUESTED" | "SCHEDULED";
6
- }, never>;
1
+ import type { ReactNode } from "react";
2
+ import { COBR_STATUS_ENUM, COBR_TRY_STATUS } from "../../shared/cobrStatusEnum";
3
+ import { type TagProps } from "../../tag/Tag.tsx";
4
+ type CobrTagStatusProps = TagProps & {
5
+ status: keyof typeof COBR_STATUS_ENUM;
6
+ };
7
+ export declare const CobrTagStatus: ({ status, sx, ...props }: CobrTagStatusProps) => ReactNode;
8
+ type CobrTryTagStatusProps = TagProps & {
9
+ status: keyof typeof COBR_TRY_STATUS;
10
+ };
11
+ export declare const CobrTryTagStatus: ({ status, sx, ...props }: CobrTryTagStatusProps) => ReactNode;
12
+ export {};
@@ -1,6 +1,8 @@
1
- export declare const PIX_TRANSACTION_TYPE_TAG_COLOR: {
2
- [x: string]: string;
3
- };
4
- export declare const PixTransactionTypeTag: import("styled-components").StyledComponent<(props: import("../../index.ts").TagProps) => import("react").ReactNode, any, {
1
+ import type { ReactNode } from "react";
2
+ import { type TagProps } from "../../tag/Tag.tsx";
3
+ export declare const PIX_TRANSACTION_TYPE_TAG_COLOR: Record<string, string>;
4
+ type PixTransactionTypeTagProps = TagProps & {
5
5
  status: string;
6
- }, never>;
6
+ };
7
+ export declare const PixTransactionTypeTag: ({ status, sx, ...props }: PixTransactionTypeTagProps) => ReactNode;
8
+ export {};
@@ -1,2 +1,3 @@
1
- declare const ScreenHeaderSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ import { type BoxProps } from "@mui/material";
2
+ declare const ScreenHeaderSubtitle: ({ sx, ...rest }: BoxProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default ScreenHeaderSubtitle;
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode } from "react";
2
2
  export type ScreenHeaderCardsProps = {
3
3
  children: ReactNode;
4
4
  title?: string;
@@ -1,2 +1,3 @@
1
- declare const ScreenHeaderSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ import { type BoxProps } from "@mui/material";
2
+ declare const ScreenHeaderSubtitle: ({ sx, ...rest }: BoxProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default ScreenHeaderSubtitle;
@@ -1,2 +1,3 @@
1
- declare const ScreenHeaderSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ import { type BoxProps } from "@mui/material";
2
+ declare const ScreenHeaderSubtitle: ({ sx, ...rest }: BoxProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default ScreenHeaderSubtitle;
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode } from "react";
2
2
  type Props = {
3
3
  selectedAll: any;
4
4
  setSelectedAll: any;
@@ -10,5 +10,5 @@ type Props = {
10
10
  edges: any[];
11
11
  selectedCount: number;
12
12
  };
13
- declare const SelectAll: ({ clearAll, selectAll, selectedAll, edges, selectedCount, }: Props) => ReactNode;
13
+ declare const SelectAll: ({ clearAll, selectAll, selectedAll, edges, selectedCount }: Props) => ReactNode;
14
14
  export default SelectAll;
@@ -1,4 +1,4 @@
1
- import React, { type ReactNode } from 'react';
1
+ import React, { type ReactNode } from "react";
2
2
  export type ItemType = {
3
3
  items?: ItemType[];
4
4
  link: string;
@@ -1,5 +1,5 @@
1
- import type { ReactNode } from 'react';
2
- import type React from 'react';
1
+ import type React from "react";
2
+ import type { ReactNode } from "react";
3
3
  export type ItemType = {
4
4
  items?: ItemType[];
5
5
  link: string;
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode } from "react";
2
2
  type SnackbarProps = {
3
3
  children: ReactNode;
4
4
  };
@@ -1,2 +1,6 @@
1
- declare const TransactionTypeText: import("styled-components").StyledComponent<"span", any, {}, never>;
1
+ import { type BoxProps } from '@mui/material';
2
+ type TransactionTypeTextProps = BoxProps & {
3
+ color?: string;
4
+ };
5
+ declare const TransactionTypeText: ({ sx, color, children, ...props }: TransactionTypeTextProps) => import("react/jsx-runtime").JSX.Element;
2
6
  export default TransactionTypeText;
@@ -1,3 +1,4 @@
1
+ import type { ReactNode } from "react";
1
2
  export declare const IMPORT_STATUS: {
2
3
  ERROR: string;
3
4
  SUCCESS: string;
@@ -6,13 +7,9 @@ export declare const IMPORT_STATUS: {
6
7
  CUSTOMER_NOT_EXISTS: string;
7
8
  PROCESSING: string;
8
9
  };
9
- export declare const CheckCircleIcon: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
10
- muiName: string;
11
- }, any, {}, never>;
12
- export declare const ErrorCircleIcon: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
13
- muiName: string;
14
- }, any, {}, never>;
10
+ export declare const CheckCircleIcon: (props: object) => ReactNode;
11
+ export declare const ErrorCircleIcon: (props: object) => ReactNode;
15
12
  export declare const StatusCell: ({ row }: {
16
13
  row: any;
17
- }) => import("react").ReactNode;
14
+ }) => ReactNode;
18
15
  export default StatusCell;
@@ -1,5 +1,5 @@
1
- import type { TableCellProps } from '@mui/material/TableCell';
2
- import type { MouseEventHandler, ReactNode } from 'react';
1
+ import type { TableCellProps } from "@mui/material/TableCell";
2
+ import type { MouseEventHandler, ReactNode } from "react";
3
3
  type Props = {
4
4
  onCellClick?: MouseEventHandler<HTMLTableCellElement>;
5
5
  cellProps?: Record<string, any>;
@@ -1,3 +1,8 @@
1
- import type { ReactNode } from 'react';
2
- declare const LinkCellNode: <T>({ rowData, property, getClickPath, }: any) => ReactNode;
1
+ import type { ReactNode } from "react";
2
+ import type { NodeT, TableColumn } from "../muiTable/Table.tsx";
3
+ type Props<T> = {
4
+ rowData: NodeT<T>;
5
+ onClick?: () => void;
6
+ } & TableColumn<T>;
7
+ declare const LinkCellNode: <T>({ rowData, property, getClickPath }: Props<T>) => ReactNode;
3
8
  export default LinkCellNode;
@@ -1,2 +1,3 @@
1
- declare const IndeterminateCheckbox: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
1
+ import { type CheckboxProps } from "@mui/material/Checkbox";
2
+ declare const IndeterminateCheckbox: import("react").ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
2
3
  export default IndeterminateCheckbox;
@@ -1,7 +1,6 @@
1
+ import { type InputProps as MuiInputProps } from '@mui/material';
1
2
  type InputProps = {
2
3
  isValid: boolean;
3
- };
4
- declare const InputForCells: import("styled-components").StyledComponent<((props: import("@mui/material").InputProps) => JSX.Element) & {
5
- muiName: string;
6
- }, any, InputProps, never>;
4
+ } & MuiInputProps;
5
+ declare const InputForCells: ({ isValid, sx, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default InputForCells;
@@ -6,12 +6,8 @@ export declare const IMPORT_STATUS: {
6
6
  CUSTOMER_NOT_EXISTS: string;
7
7
  PROCESSING: string;
8
8
  };
9
- export declare const CheckCircleIcon: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
10
- muiName: string;
11
- }, any, {}, never>;
12
- export declare const ErrorCircleIcon: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
13
- muiName: string;
14
- }, any, {}, never>;
9
+ export declare const CheckCircleIcon: (props: object) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const ErrorCircleIcon: (props: object) => import("react/jsx-runtime").JSX.Element;
15
11
  export declare const StatusCell: ({ row }: {
16
12
  row: any;
17
13
  }) => import("react").ReactNode;
@@ -1,8 +1,9 @@
1
+ import type { TableCellProps } from '@mui/material/TableCell';
1
2
  import type { ReactNode } from 'react';
2
- export declare const TableCellStyled: import("styled-components").StyledComponent<({ $isGrouped, ...rest }: any) => import("react/jsx-runtime").JSX.Element, any, {}, never>;
3
3
  type Props = {
4
4
  isValid?: boolean;
5
5
  isGrouped?: boolean;
6
- };
6
+ } & TableCellProps;
7
7
  export declare const TableCell: (props: Props) => ReactNode;
8
+ export declare const TableCellStyled: (props: Props) => ReactNode;
8
9
  export {};
package/dist/tag/Tag.d.ts CHANGED
@@ -1,11 +1,9 @@
1
- import type { SxProps } from '@mui/material';
2
- import type { ChipProps } from '@mui/material/Chip';
3
- import type { ReactNode } from 'react';
4
- export type TagProps = {
1
+ import type { ChipProps } from "@mui/material/Chip";
2
+ import type { ReactNode } from "react";
3
+ export type TagProps = ChipProps & {
5
4
  label: string;
6
5
  value?: string | ReactNode;
7
6
  breakByColon?: boolean;
8
- sx?: SxProps;
9
- } & ChipProps;
7
+ };
10
8
  declare const Tag: (props: TagProps) => ReactNode;
11
9
  export default Tag;
@@ -1,5 +1,3 @@
1
- type Props = {
2
- children: React.ReactNode;
3
- };
4
- declare function TagsContainer(props: Props): import("react/jsx-runtime").JSX.Element;
1
+ import type { BoxProps } from "@mui/material";
2
+ declare function TagsContainer({ sx, children, ...rest }: BoxProps): import("react/jsx-runtime").JSX.Element;
5
3
  export default TagsContainer;
@@ -1 +1,2 @@
1
- export declare const Terms: import("styled-components").StyledComponent<"p", any, {}, never>;
1
+ import { type TypographyProps } from '@mui/material';
2
+ export declare const Terms: ({ sx, ...props }: TypographyProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1,2 @@
1
- export declare const TermsLink: import("styled-components").StyledComponent<"a", any, {}, never>;
1
+ import { type LinkProps } from '@mui/material';
2
+ export declare const TermsLink: ({ sx, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode } from "react";
2
2
  declare const UnsupportedBrowserWarning: () => ReactNode;
3
3
  export default UnsupportedBrowserWarning;
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@woovi/ui",
3
3
  "description": "Woovi UI component library",
4
- "version": "5.0.5",
4
+ "version": "6.0.0",
5
5
  "author": "Woovi",
6
6
  "dependencies": {
7
+ "@emotion/react": "^11.14.0",
8
+ "@emotion/styled": "^11.14.1",
7
9
  "@mui/icons-material": "5.16.5",
8
10
  "@mui/lab": "5.0.0-alpha.168",
9
11
  "@mui/material": "5.16.5",
@@ -48,8 +50,6 @@
48
50
  "react-window": "1.8.10",
49
51
  "rifm": "0.12.1",
50
52
  "serialize-query-params": "2.0.4",
51
- "styled-components": "5.3.11",
52
- "styled-system": "5.1.5",
53
53
  "use-debounce": "10.0.6",
54
54
  "use-local-storage-state": "18.3.2",
55
55
  "use-window-size-hook": "1.1.22",
@@ -58,17 +58,18 @@
58
58
  "zx": "^8.8.5"
59
59
  },
60
60
  "devDependencies": {
61
- "@biomejs/biome": "^2.3.8",
61
+ "@biomejs/biome": "^2.3.10",
62
62
  "@chromatic-com/storybook": "^4.1.3",
63
63
  "@octokit/rest": "^22.0.1",
64
64
  "@rsbuild/core": "^1.6.14",
65
65
  "@rsbuild/plugin-react": "^1.4.2",
66
66
  "@rslib/core": "^0.18.4",
67
- "@storybook/addon-a11y": "^10.1.4",
68
- "@storybook/addon-docs": "^10.1.4",
69
- "@storybook/addon-onboarding": "^10.1.4",
70
- "@storybook/addon-vitest": "^10.1.4",
71
- "@storybook/react-vite": "^10.1.4",
67
+ "@rspack/core": "^1.7.1",
68
+ "@storybook/addon-a11y": "^10.1.11",
69
+ "@storybook/addon-docs": "^10.1.11",
70
+ "@storybook/addon-onboarding": "^10.1.11",
71
+ "@storybook/addon-vitest": "^10.1.11",
72
+ "@storybook/react-vite": "^10.1.11",
72
73
  "@types/chroma-js": "^3.1.2",
73
74
  "@types/dot-object": "^2.1.6",
74
75
  "@types/lodash": "^4.17.21",
@@ -78,20 +79,19 @@
78
79
  "@types/react-relay": "^18.2.1",
79
80
  "@types/react-router-dom": "^5.3.3",
80
81
  "@types/react-table": "^7.7.20",
81
- "@types/styled-components": "^5.1.34",
82
- "@types/styled-system": "^5.1.25",
83
82
  "@typescript/native-preview": "^7.0.0-dev.20251211.1",
84
- "@vitest/browser-playwright": "^4.0.15",
85
- "@vitest/coverage-v8": "^4.0.15",
83
+ "@vitest/browser-playwright": "^4.0.16",
84
+ "@vitest/coverage-v8": "^4.0.16",
86
85
  "generate-changelog": "^1.8.0",
87
86
  "glob": "^13.0.0",
88
87
  "i18next-parser": "^9.3.0",
89
88
  "moment-timezone": "^0.6.0",
90
89
  "playwright": "^1.57.0",
91
90
  "simple-git": "^3.30.0",
92
- "storybook": "^10.1.4",
91
+ "storybook": "^10.1.11",
93
92
  "typescript": "^5.9.3",
94
- "vitest": "^4.0.15"
93
+ "vite": "^7.3.0",
94
+ "vitest": "^4.0.16"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">=18.0.0"
@@ -148,8 +148,7 @@
148
148
  "react-router-dom": "5.3.0",
149
149
  "react-table": "7.8.0",
150
150
  "react-virtual": "2.2.5",
151
- "react-window": "1.8.10",
152
- "styled-components": "5.3.11"
151
+ "react-window": "1.8.10"
153
152
  },
154
153
  "private": false,
155
154
  "publishConfig": {
@@ -184,4 +183,4 @@
184
183
  "sideEffects": false,
185
184
  "type": "module",
186
185
  "types": "./dist/index.d.ts"
187
- }
186
+ }
@@ -1,14 +0,0 @@
1
- type Theme = {
2
- name: string;
3
- primaryDarkerColor: string;
4
- primaryLighterColor: string;
5
- button: {
6
- textColor: string | null;
7
- };
8
- darkGray: string;
9
- highlightColor: string;
10
- lightGray: string;
11
- graphLighterColor: string;
12
- };
13
- export declare const useTheme: () => Theme;
14
- export {};