@everlywell/ui-kit 1.11.4 → 1.11.6

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 (80) hide show
  1. package/index.d.mts +42 -0
  2. package/index.d.ts +42 -0
  3. package/index.js +111 -0
  4. package/index.mjs +4203 -0
  5. package/lib/components/Fonts/Fonts.d.ts +2 -0
  6. package/lib/components/Fonts/index.d.ts +1 -0
  7. package/lib/components/ThemeProvider/ThemeProvider.d.ts +5 -0
  8. package/lib/components/ThemeProvider/index.d.ts +1 -0
  9. package/lib/theme/accessibility/VisuallyHidden/VisuallyHidden.d.ts +2 -0
  10. package/lib/theme/actions/Button/Button.config.d.ts +106 -0
  11. package/lib/theme/actions/Button/Button.d.ts +3 -0
  12. package/lib/theme/actions/Checkbox/Checkbox.config.d.ts +74 -0
  13. package/lib/theme/actions/Checkbox/Checkbox.d.ts +6 -0
  14. package/lib/theme/actions/FormControl/FormControl.config.d.ts +91 -0
  15. package/lib/theme/actions/FormControl/FormControl.d.ts +4 -0
  16. package/lib/theme/actions/FormControl/FormError.config.d.ts +31 -0
  17. package/lib/theme/actions/FormControl/FormLabel.config.d.ts +24 -0
  18. package/lib/theme/actions/IconButton/IconButton.config.d.ts +0 -0
  19. package/lib/theme/actions/IconButton/IconButton.d.ts +3 -0
  20. package/lib/theme/actions/Input/Input.config.d.ts +49 -0
  21. package/lib/theme/actions/Input/Input.d.ts +4 -0
  22. package/lib/theme/actions/Menu/Menu.config.d.ts +98 -0
  23. package/lib/theme/actions/Menu/Menu.d.ts +3 -0
  24. package/lib/theme/actions/Radio/Radio.d.ts +10 -0
  25. package/lib/theme/actions/Select/Select.config.d.ts +61 -0
  26. package/lib/theme/actions/Select/Select.d.ts +3 -0
  27. package/lib/theme/actions/Slider/Slider.config.d.ts +19 -0
  28. package/lib/theme/actions/Slider/Slider.d.ts +3 -0
  29. package/lib/theme/data-display/Accordion/Accordion.config.d.ts +57 -0
  30. package/lib/theme/data-display/Accordion/Accordion.d.ts +3 -0
  31. package/lib/theme/data-display/List/List.d.ts +4 -0
  32. package/lib/theme/data-display/Table/Table.config.d.ts +57 -0
  33. package/lib/theme/data-display/Table/Table.d.ts +3 -0
  34. package/lib/theme/data-display/Tabs/Tabs.config.d.ts +68 -0
  35. package/lib/theme/data-display/Tabs/Tabs.d.ts +3 -0
  36. package/lib/theme/data-display/Tag/Tag.config.d.ts +491 -0
  37. package/lib/theme/data-display/Tag/Tag.d.ts +3 -0
  38. package/lib/theme/data-display/index.d.ts +2 -0
  39. package/lib/theme/feedback/Progress/Progress.config.d.ts +51 -0
  40. package/lib/theme/feedback/Progress/Progress.d.ts +11 -0
  41. package/lib/theme/feedback/Progress/Progress.utils.d.ts +8 -0
  42. package/lib/theme/feedback/Skeleton/Skeleton.config.d.ts +15 -0
  43. package/lib/theme/feedback/Skeleton/Skeleton.d.ts +4 -0
  44. package/lib/theme/feedback/Spinner/Spinner.config.d.ts +27 -0
  45. package/lib/theme/feedback/Spinner/Spinner.d.ts +3 -0
  46. package/lib/theme/foundations/colors.d.ts +213 -0
  47. package/lib/theme/hooks/UseMediaQuery/UseMediaQuery.d.ts +3 -0
  48. package/lib/theme/hooks/UseRadioGroup/UseRadioGroup.d.ts +3 -0
  49. package/lib/theme/index.d.ts +3946 -0
  50. package/lib/theme/layout/Box/Box.d.ts +3 -0
  51. package/lib/theme/layout/Container/Container.config.d.ts +33 -0
  52. package/lib/theme/layout/Container/Container.d.ts +3 -0
  53. package/lib/theme/layout/Flex/Flex.d.ts +1 -0
  54. package/lib/theme/layout/Grid/Grid.d.ts +49 -0
  55. package/lib/theme/layout/Grid/GridItem.d.ts +5 -0
  56. package/lib/theme/layout/Grid/index.d.ts +2 -0
  57. package/lib/theme/layout/Show-Hide/Show-Hide.config.d.ts +11 -0
  58. package/lib/theme/layout/Show-Hide/Show-Hide.d.ts +5 -0
  59. package/lib/theme/layout/Stack/Stack.d.ts +1 -0
  60. package/lib/theme/media/Icon/Icon.config.d.ts +21 -0
  61. package/lib/theme/media/Icon/Icon.d.ts +3 -0
  62. package/lib/theme/media/Image/Image.d.ts +3 -0
  63. package/lib/theme/navigation/Breadcrumb/Breadcrumb.d.ts +4 -0
  64. package/lib/theme/navigation/Link/Link.config.d.ts +31 -0
  65. package/lib/theme/navigation/Link/Link.d.ts +3 -0
  66. package/lib/theme/navigation/Stepper/Stepper.config.d.ts +26 -0
  67. package/lib/theme/navigation/Stepper/Stepper.d.ts +4 -0
  68. package/lib/theme/overlay/Drawer/Drawer.config.d.ts +72 -0
  69. package/lib/theme/overlay/Drawer/Drawer.d.ts +3 -0
  70. package/lib/theme/overlay/Drawer/index.d.ts +2 -0
  71. package/lib/theme/overlay/Modal/Modal.config.d.ts +106 -0
  72. package/lib/theme/overlay/Modal/Modal.d.ts +3 -0
  73. package/lib/theme/overlay/Tooltip/Tooltip.config.d.ts +17 -0
  74. package/lib/theme/overlay/Tooltip/Tooltip.d.ts +3 -0
  75. package/lib/theme/typography/Heading/Heading.config.d.ts +48 -0
  76. package/lib/theme/typography/Heading/Heading.d.ts +3 -0
  77. package/lib/theme/typography/Text/Text.config.d.ts +37 -0
  78. package/lib/theme/typography/Text/Text.d.ts +3 -0
  79. package/lib/utils/utils.storybook.d.ts +24 -0
  80. package/package.json +1 -1
@@ -0,0 +1,57 @@
1
+ declare const _default: {
2
+ baseStyle?: {
3
+ container: {
4
+ width: string;
5
+ };
6
+ panel: {
7
+ paddingBottom: string;
8
+ fontSize: string;
9
+ fontWeight: string;
10
+ };
11
+ button: {
12
+ width: string;
13
+ display: string;
14
+ justifyContent: string;
15
+ textAlign: string;
16
+ };
17
+ icon: {
18
+ color: string;
19
+ };
20
+ } | undefined;
21
+ sizes?: {
22
+ md: {
23
+ button: {
24
+ paddingY: string;
25
+ };
26
+ };
27
+ lg: {
28
+ button: {
29
+ paddingY: string;
30
+ };
31
+ };
32
+ } | undefined;
33
+ variants?: {
34
+ primary: {
35
+ container: {
36
+ borderBottom: string;
37
+ borderColor: string;
38
+ };
39
+ };
40
+ secondary: {
41
+ button: {
42
+ border: string;
43
+ borderColor: string;
44
+ marginBottom: string;
45
+ borderRadius: string;
46
+ paddingX: string;
47
+ };
48
+ };
49
+ } | undefined;
50
+ defaultProps?: {
51
+ size?: "md" | "lg" | undefined;
52
+ variant?: "primary" | "secondary" | undefined;
53
+ colorScheme?: string | undefined;
54
+ } | undefined;
55
+ parts: ("button" | "container" | "icon" | "root" | "panel")[];
56
+ };
57
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { Accordion } from '@chakra-ui/react';
2
+ export { type AccordionProps, AccordionItem, type AccordionItemProps, AccordionButton, type AccordionButtonProps, AccordionPanel, type AccordionPanelProps, AccordionIcon, type AccordionIconProps, } from '@chakra-ui/react';
3
+ export default Accordion;
@@ -0,0 +1,4 @@
1
+ import { List as ChakraList, ListProps as ChakraListProps, ListItem, ListIcon, OrderedList, UnorderedList } from '@chakra-ui/react';
2
+ export type ListProps = ChakraListProps;
3
+ export { ListItem, ListIcon, OrderedList, UnorderedList };
4
+ export default ChakraList;
@@ -0,0 +1,57 @@
1
+ declare const _default: {
2
+ baseStyle?: {
3
+ table: {
4
+ width: string;
5
+ borderCollapse: string;
6
+ color: string;
7
+ textAlign: string;
8
+ };
9
+ thead: {};
10
+ tbody: {};
11
+ tfoot: {};
12
+ tr: {
13
+ borderBottomWidth: string;
14
+ borderColor: string;
15
+ fontSize: string;
16
+ backgroundColor: string;
17
+ };
18
+ th: {
19
+ padding: number;
20
+ borderBottomWidth: string;
21
+ borderColor: string;
22
+ backgroundColor: string;
23
+ fontWeight: string;
24
+ fontSize: string;
25
+ };
26
+ td: {
27
+ padding: number;
28
+ fontWeight: string;
29
+ };
30
+ caption: {};
31
+ sizes: {};
32
+ } | undefined;
33
+ sizes?: {
34
+ [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{
35
+ keys: ("table" | "caption" | "thead" | "tbody" | "tr" | "th" | "td" | "tfoot")[];
36
+ }>;
37
+ } | undefined;
38
+ variants?: {
39
+ simple: {};
40
+ striped: {
41
+ tbody: {
42
+ tr: {
43
+ _even: {
44
+ backgroundColor: string;
45
+ };
46
+ };
47
+ };
48
+ };
49
+ } | undefined;
50
+ defaultProps?: {
51
+ size?: string | number | undefined;
52
+ variant?: "simple" | "striped" | undefined;
53
+ colorScheme?: string | undefined;
54
+ } | undefined;
55
+ parts: ("table" | "caption" | "thead" | "tbody" | "tr" | "th" | "td" | "tfoot")[];
56
+ };
57
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { Table } from '@chakra-ui/react';
2
+ export { Table, type TableProps, Thead, type TableHeadProps, Tbody, type TableBodyProps, Tfoot, type TableFooterProps, Tr, type TableRowProps, Th, type TableCellProps, Td, TableCaption, type TableCaptionProps, TableContainer, type TableContainerProps, type TableOptions, } from '@chakra-ui/react';
3
+ export default Table;
@@ -0,0 +1,68 @@
1
+ declare const _default: {
2
+ baseStyle?: {
3
+ tab: {
4
+ color: string;
5
+ border: string;
6
+ borderColor: string;
7
+ _selected: {
8
+ backgroundColor: string;
9
+ color: string;
10
+ borderColor: string;
11
+ };
12
+ _disabled: {
13
+ color: string;
14
+ backgroundColor: string;
15
+ cursor: string;
16
+ };
17
+ _focusVisible: {
18
+ outline: string;
19
+ };
20
+ };
21
+ } | undefined;
22
+ sizes?: {
23
+ md: {
24
+ tab: {
25
+ fontSize: string;
26
+ fontWeight: string;
27
+ lineHeight: string;
28
+ paddingY: number;
29
+ paddingX: number;
30
+ _first: {
31
+ borderLeftRadius: string;
32
+ };
33
+ _last: {
34
+ borderRightRadius: string;
35
+ };
36
+ };
37
+ tablist: {
38
+ marginBottom: number;
39
+ };
40
+ };
41
+ lg: {
42
+ tab: {
43
+ fontSize: string;
44
+ fontWeight: string;
45
+ lineHeight: string;
46
+ paddingY: number;
47
+ paddingX: number;
48
+ _first: {
49
+ borderLeftRadius: string;
50
+ };
51
+ _last: {
52
+ borderRightRadius: string;
53
+ };
54
+ };
55
+ tablist: {
56
+ marginBottom: number;
57
+ };
58
+ };
59
+ } | undefined;
60
+ variants?: {} | undefined;
61
+ defaultProps?: {
62
+ size?: "md" | "lg" | undefined;
63
+ variant?: undefined;
64
+ colorScheme?: string | undefined;
65
+ } | undefined;
66
+ parts: ("tab" | "tabpanel" | "tabpanels" | "indicator" | "root" | "tablist")[];
67
+ };
68
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { Tabs } from '@chakra-ui/react';
2
+ export { Tabs, type TabsProps, TabList, type TabListProps, TabPanels, type TabPanelsProps, Tab, type TabProps, TabPanel, type TabPanelProps, useTab, type UseTabProps, } from '@chakra-ui/react';
3
+ export default Tabs;