@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.
- package/dist/coloring/shading.cjs +2855 -24
- package/dist/coloring/shading.cjs.map +1 -1
- package/dist/coloring/shading.js +2893 -33
- package/dist/coloring/shading.js.map +1 -1
- package/dist/components/branding/HelpwaveBadge.cjs +2 -3
- package/dist/components/branding/HelpwaveBadge.cjs.map +1 -1
- package/dist/components/branding/HelpwaveBadge.js +2 -3
- package/dist/components/branding/HelpwaveBadge.js.map +1 -1
- package/dist/components/date/DatePicker.cjs +30 -9
- package/dist/components/date/DatePicker.cjs.map +1 -1
- package/dist/components/date/DatePicker.js +37 -16
- package/dist/components/date/DatePicker.js.map +1 -1
- package/dist/components/date/YearMonthPicker.cjs +30 -9
- package/dist/components/date/YearMonthPicker.cjs.map +1 -1
- package/dist/components/date/YearMonthPicker.js +36 -15
- package/dist/components/date/YearMonthPicker.js.map +1 -1
- package/dist/components/icons-and-geometry/Avatar.cjs +1 -2
- package/dist/components/icons-and-geometry/Avatar.cjs.map +1 -1
- package/dist/components/icons-and-geometry/Avatar.js +1 -2
- package/dist/components/icons-and-geometry/Avatar.js.map +1 -1
- package/dist/components/icons-and-geometry/Tag.cjs +5 -18
- package/dist/components/icons-and-geometry/Tag.cjs.map +1 -1
- package/dist/components/icons-and-geometry/Tag.d.cts +5 -3
- package/dist/components/icons-and-geometry/Tag.d.ts +5 -3
- package/dist/components/icons-and-geometry/Tag.js +5 -8
- package/dist/components/icons-and-geometry/Tag.js.map +1 -1
- package/dist/components/layout-and-navigation/BreadCrumb.cjs +2813 -1
- package/dist/components/layout-and-navigation/BreadCrumb.cjs.map +1 -1
- package/dist/components/layout-and-navigation/BreadCrumb.js +2843 -2
- package/dist/components/layout-and-navigation/BreadCrumb.js.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.cjs +37 -9
- package/dist/components/layout-and-navigation/Expandable.cjs.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.d.cts +20 -3
- package/dist/components/layout-and-navigation/Expandable.d.ts +20 -3
- package/dist/components/layout-and-navigation/Expandable.js +36 -9
- package/dist/components/layout-and-navigation/Expandable.js.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.cjs +34 -8
- package/dist/components/layout-and-navigation/FAQSection.cjs.map +1 -1
- package/dist/components/layout-and-navigation/FAQSection.d.cts +1 -1
- package/dist/components/layout-and-navigation/FAQSection.d.ts +1 -1
- package/dist/components/layout-and-navigation/FAQSection.js +35 -9
- package/dist/components/layout-and-navigation/FAQSection.js.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.cjs +47 -19
- package/dist/components/layout-and-navigation/StepperBar.cjs.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.d.cts +10 -7
- package/dist/components/layout-and-navigation/StepperBar.d.ts +10 -7
- package/dist/components/layout-and-navigation/StepperBar.js +45 -18
- package/dist/components/layout-and-navigation/StepperBar.js.map +1 -1
- package/dist/components/layout-and-navigation/Tile.cjs +4 -24
- package/dist/components/layout-and-navigation/Tile.cjs.map +1 -1
- package/dist/components/layout-and-navigation/Tile.d.cts +1 -5
- package/dist/components/layout-and-navigation/Tile.d.ts +1 -5
- package/dist/components/layout-and-navigation/Tile.js +3 -22
- package/dist/components/layout-and-navigation/Tile.js.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.cjs +30 -9
- package/dist/components/user-action/DateAndTimePicker.cjs.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.js +36 -15
- package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
- package/dist/css/globals.css +0 -32
- package/dist/index.cjs +2956 -117
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +2991 -124
- package/dist/index.js.map +1 -1
- 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,
|
|
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,
|
|
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,
|
|
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,
|
|
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';
|