@helpwave/hightide 0.1.3 → 0.1.5

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 (66) hide show
  1. package/dist/coloring/shading.cjs +2855 -24
  2. package/dist/coloring/shading.cjs.map +1 -1
  3. package/dist/coloring/shading.js +2893 -33
  4. package/dist/coloring/shading.js.map +1 -1
  5. package/dist/components/branding/HelpwaveBadge.cjs +2 -3
  6. package/dist/components/branding/HelpwaveBadge.cjs.map +1 -1
  7. package/dist/components/branding/HelpwaveBadge.js +2 -3
  8. package/dist/components/branding/HelpwaveBadge.js.map +1 -1
  9. package/dist/components/date/DatePicker.cjs +30 -9
  10. package/dist/components/date/DatePicker.cjs.map +1 -1
  11. package/dist/components/date/DatePicker.js +37 -16
  12. package/dist/components/date/DatePicker.js.map +1 -1
  13. package/dist/components/date/YearMonthPicker.cjs +30 -9
  14. package/dist/components/date/YearMonthPicker.cjs.map +1 -1
  15. package/dist/components/date/YearMonthPicker.js +36 -15
  16. package/dist/components/date/YearMonthPicker.js.map +1 -1
  17. package/dist/components/icons-and-geometry/Avatar.cjs +1 -2
  18. package/dist/components/icons-and-geometry/Avatar.cjs.map +1 -1
  19. package/dist/components/icons-and-geometry/Avatar.js +1 -2
  20. package/dist/components/icons-and-geometry/Avatar.js.map +1 -1
  21. package/dist/components/icons-and-geometry/Tag.cjs +5 -18
  22. package/dist/components/icons-and-geometry/Tag.cjs.map +1 -1
  23. package/dist/components/icons-and-geometry/Tag.d.cts +5 -3
  24. package/dist/components/icons-and-geometry/Tag.d.ts +5 -3
  25. package/dist/components/icons-and-geometry/Tag.js +5 -8
  26. package/dist/components/icons-and-geometry/Tag.js.map +1 -1
  27. package/dist/components/layout-and-navigation/BreadCrumb.cjs +2813 -1
  28. package/dist/components/layout-and-navigation/BreadCrumb.cjs.map +1 -1
  29. package/dist/components/layout-and-navigation/BreadCrumb.js +2843 -2
  30. package/dist/components/layout-and-navigation/BreadCrumb.js.map +1 -1
  31. package/dist/components/layout-and-navigation/Expandable.cjs +37 -9
  32. package/dist/components/layout-and-navigation/Expandable.cjs.map +1 -1
  33. package/dist/components/layout-and-navigation/Expandable.d.cts +20 -3
  34. package/dist/components/layout-and-navigation/Expandable.d.ts +20 -3
  35. package/dist/components/layout-and-navigation/Expandable.js +36 -9
  36. package/dist/components/layout-and-navigation/Expandable.js.map +1 -1
  37. package/dist/components/layout-and-navigation/FAQSection.cjs +34 -8
  38. package/dist/components/layout-and-navigation/FAQSection.cjs.map +1 -1
  39. package/dist/components/layout-and-navigation/FAQSection.d.cts +1 -1
  40. package/dist/components/layout-and-navigation/FAQSection.d.ts +1 -1
  41. package/dist/components/layout-and-navigation/FAQSection.js +35 -9
  42. package/dist/components/layout-and-navigation/FAQSection.js.map +1 -1
  43. package/dist/components/layout-and-navigation/StepperBar.cjs +47 -19
  44. package/dist/components/layout-and-navigation/StepperBar.cjs.map +1 -1
  45. package/dist/components/layout-and-navigation/StepperBar.d.cts +10 -7
  46. package/dist/components/layout-and-navigation/StepperBar.d.ts +10 -7
  47. package/dist/components/layout-and-navigation/StepperBar.js +45 -18
  48. package/dist/components/layout-and-navigation/StepperBar.js.map +1 -1
  49. package/dist/components/layout-and-navigation/Tile.cjs +4 -24
  50. package/dist/components/layout-and-navigation/Tile.cjs.map +1 -1
  51. package/dist/components/layout-and-navigation/Tile.d.cts +1 -5
  52. package/dist/components/layout-and-navigation/Tile.d.ts +1 -5
  53. package/dist/components/layout-and-navigation/Tile.js +3 -22
  54. package/dist/components/layout-and-navigation/Tile.js.map +1 -1
  55. package/dist/components/user-action/DateAndTimePicker.cjs +30 -9
  56. package/dist/components/user-action/DateAndTimePicker.cjs.map +1 -1
  57. package/dist/components/user-action/DateAndTimePicker.js +36 -15
  58. package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
  59. package/dist/css/globals.css +0 -32
  60. package/dist/index.cjs +2956 -117
  61. package/dist/index.cjs.map +1 -1
  62. package/dist/index.d.cts +3 -4
  63. package/dist/index.d.ts +3 -4
  64. package/dist/index.js +2991 -124
  65. package/dist/index.js.map +1 -1
  66. package/package.json +1 -2
package/dist/index.d.cts CHANGED
@@ -16,16 +16,16 @@ export { BreadCrumb, Crumb } from './components/layout-and-navigation/BreadCrumb
16
16
  export { Carousel } from './components/layout-and-navigation/Carousel.cjs';
17
17
  export { Chip, ChipColor, ChipList, ChipListProps, ChipProps } from './components/layout-and-navigation/Chip.cjs';
18
18
  export { DividerInserter, DividerInserterProps } from './components/layout-and-navigation/DividerInserter.cjs';
19
- export { Expandable, ExpandableProps } from './components/layout-and-navigation/Expandable.cjs';
19
+ export { Expandable, ExpandableProps, ExpandableUncontrolled } from './components/layout-and-navigation/Expandable.cjs';
20
20
  export { FAQItem, FAQSection, FAQSectionProps } from './components/layout-and-navigation/FAQSection.cjs';
21
21
  export { ASTNodeInterpreter, ASTNodeInterpreterProps, MarkdownInterpreter, MarkdownInterpreterProps } from './components/layout-and-navigation/MarkdownInterpreter.cjs';
22
22
  export { Dialog, DialogProps, Modal, ModalProps, Overlay, OverlayHeader, OverlayHeaderProps, OverlayProps } from './components/layout-and-navigation/Overlay.cjs';
23
23
  export { Pagination, PaginationProps } from './components/layout-and-navigation/Pagination.cjs';
24
24
  export { SearchableList, SearchableListProps } from './components/layout-and-navigation/SearchableList.cjs';
25
- export { StepperBar, StepperBarProps, StepperInformation } from './components/layout-and-navigation/StepperBar.cjs';
25
+ export { StepperBar, StepperBarProps, StepperBarUncontrolled, StepperState } from './components/layout-and-navigation/StepperBar.cjs';
26
26
  export { SortButton, SortButtonProps, Table, TableProps, TableSortingFunctionType, TableSortingType, TableState, TableStatePagination, TableStateSelection, addElementToTable, changeTableSelectionSingle, defaultTableStatePagination, defaultTableStateSelection, isDataObjectSelected, pageForItem, removeFromTableSelection, updatePagination } from './components/layout-and-navigation/Table.cjs';
27
27
  export { TextImage, TextImageProps } from './components/layout-and-navigation/TextImage.cjs';
28
- export { Tile, TileProps, TileWithImage, TileWithImageProps } from './components/layout-and-navigation/Tile.cjs';
28
+ export { Tile, TileProps, TileWithImageProps } from './components/layout-and-navigation/Tile.cjs';
29
29
  export { VerticalDivider, VerticalDividerProps } from './components/layout-and-navigation/VerticalDivider.cjs';
30
30
  export { ErrorComponent, ErrorComponentProps } from './components/loading-states/ErrorComponent.cjs';
31
31
  export { LoadingAndErrorComponent, LoadingAndErrorComponentProps } from './components/loading-states/LoadingAndErrorComponent.cjs';
@@ -78,6 +78,5 @@ export { LocalStorageService, SessionStorageService } from './util/storage.cjs';
78
78
  export { NativeProps } from './util/types.cjs';
79
79
  import 'react/jsx-runtime';
80
80
  import 'react';
81
- import 'next/image';
82
81
  import '@radix-ui/react-checkbox';
83
82
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -16,16 +16,16 @@ export { BreadCrumb, Crumb } from './components/layout-and-navigation/BreadCrumb
16
16
  export { Carousel } from './components/layout-and-navigation/Carousel.js';
17
17
  export { Chip, ChipColor, ChipList, ChipListProps, ChipProps } from './components/layout-and-navigation/Chip.js';
18
18
  export { DividerInserter, DividerInserterProps } from './components/layout-and-navigation/DividerInserter.js';
19
- export { Expandable, ExpandableProps } from './components/layout-and-navigation/Expandable.js';
19
+ export { Expandable, ExpandableProps, ExpandableUncontrolled } from './components/layout-and-navigation/Expandable.js';
20
20
  export { FAQItem, FAQSection, FAQSectionProps } from './components/layout-and-navigation/FAQSection.js';
21
21
  export { ASTNodeInterpreter, ASTNodeInterpreterProps, MarkdownInterpreter, MarkdownInterpreterProps } from './components/layout-and-navigation/MarkdownInterpreter.js';
22
22
  export { Dialog, DialogProps, Modal, ModalProps, Overlay, OverlayHeader, OverlayHeaderProps, OverlayProps } from './components/layout-and-navigation/Overlay.js';
23
23
  export { Pagination, PaginationProps } from './components/layout-and-navigation/Pagination.js';
24
24
  export { SearchableList, SearchableListProps } from './components/layout-and-navigation/SearchableList.js';
25
- export { StepperBar, StepperBarProps, StepperInformation } from './components/layout-and-navigation/StepperBar.js';
25
+ export { StepperBar, StepperBarProps, StepperBarUncontrolled, StepperState } from './components/layout-and-navigation/StepperBar.js';
26
26
  export { SortButton, SortButtonProps, Table, TableProps, TableSortingFunctionType, TableSortingType, TableState, TableStatePagination, TableStateSelection, addElementToTable, changeTableSelectionSingle, defaultTableStatePagination, defaultTableStateSelection, isDataObjectSelected, pageForItem, removeFromTableSelection, updatePagination } from './components/layout-and-navigation/Table.js';
27
27
  export { TextImage, TextImageProps } from './components/layout-and-navigation/TextImage.js';
28
- export { Tile, TileProps, TileWithImage, TileWithImageProps } from './components/layout-and-navigation/Tile.js';
28
+ export { Tile, TileProps, TileWithImageProps } from './components/layout-and-navigation/Tile.js';
29
29
  export { VerticalDivider, VerticalDividerProps } from './components/layout-and-navigation/VerticalDivider.js';
30
30
  export { ErrorComponent, ErrorComponentProps } from './components/loading-states/ErrorComponent.js';
31
31
  export { LoadingAndErrorComponent, LoadingAndErrorComponentProps } from './components/loading-states/LoadingAndErrorComponent.js';
@@ -78,6 +78,5 @@ export { LocalStorageService, SessionStorageService } from './util/storage.js';
78
78
  export { NativeProps } from './util/types.js';
79
79
  import 'react/jsx-runtime';
80
80
  import 'react';
81
- import 'next/image';
82
81
  import '@radix-ui/react-checkbox';
83
82
  import 'zod';