@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.