@norges-domstoler/dds-components 0.0.0-dev-20231117150145 → 0.0.0-dev-20231121084137
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -2640,4 +2640,4 @@ type Layout = 'vertical' | 'horizontal';
|
|
|
2640
2640
|
|
|
2641
2641
|
declare const Feedback: ({ layout, ratingLabel, positiveFeedbackLabel, negativeFeedbackLabel, ratingSubmittedTitle, submittedTitle, ratingValue: ratingProp, feedbackTextValue: feedbackTextProp, thumbUpTooltip, thumbDownTooltip, feedbackTextAreaExcluded, loading, isSubmitted: isSubmittedProp, onRating, onFeedbackTextChange, onSubmit, }: FeedbackProps) => react_jsx_runtime.JSX.Element;
|
|
2642
2642
|
|
|
2643
|
-
export { AppShell, AppShellProps, BackLink, BackLinkProps, Breadcrumb, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonAppearance, ButtonProps$1 as ButtonProps, ButtonPurpose, ButtonSize, Card, CardAccordion, CardAccordionBody, CardAccordionBodyProps, CardAccordionHeader, CardAccordionHeaderProps, CardAccordionProps, CardColor, CardProps, CardType, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxPickedHTMLAttributes, CheckboxProps, Chip, ChipGroup, ChipGroupProps, ChipProps, CollapsibleTable, CollapsibleTableProps, ColumnsOccupied, Container, Datepicker, DatepickerProps, DescriptionList, DescriptionListAppearance, DescriptionListDesc, DescriptionListDescProps, DescriptionListGroup, DescriptionListGroupProps, DescriptionListProps, DescriptionListTerm, DescriptionListTermProps, Divider, DividerColor, DividerProps, Drawer, DrawerGroup, DrawerGroupProps, DrawerPlacement, DrawerProps, DrawerSize, EmptyContent, EmptyContentProps, ExpandableCardProps, Feedback, FeedbackProps, FileUploader, GlobalMessage, GlobalMessageProps, GlobalMessagePurpose, Grid, GridChild, GridChildProps, GridProps, HStack, IconPosition, InfoCardProps, InlineEditInput, InlineEditInputProps, InlineEditTextArea, InlineEditTextAreaProps, InputMessage, InputMessageProps, InputMessageType, InternalHeader, InternalHeaderProps, Layout, List, ListItem, ListItemProps, ListProps, ListType, ListTypographyType, LocalMessage, LocalMessageLayout, LocalMessageProps, LocalMessagePurpose, Modal, ModalActions, ModalActionsProps, ModalBody, ModalBodyProps, ModalProps, NavigationCardProps, OverflowMenu, OverflowMenuButtonItem, OverflowMenuContextItem, OverflowMenuGroup, OverflowMenuGroupProps, OverflowMenuLinkItem, OverflowMenuList, OverflowMenuNavItem, OverflowMenuProps, Pagination, PaginationOption, PaginationProps, Popover, PopoverGroup, PopoverGroupProps, PopoverProps, PopoverSizeProps, ProgressTracker, RadioButton, RadioButtonGroup, RadioButtonGroupProps, RadioButtonProps, Rating, ScrollableContainer, ScrollableContainerProps, Scrollbar, ScrollbarProps, Search, SearchAutocompleteWrapperProps, SearchData, SearchProps, SearchSize, SearchSuggestionsProps, Select, SelectOption, SelectProps, SkipToContent, SkipToContentProps, SortOrder, Spinner, SpinnerProps, SplitButton, SplitButtonProps, SplitButtonPurpose, StackProps, StackStyleProps, StyledTextArea, Tab, TabList, TabListProps, TabPanel, TabPanelProps, TabPanels, TabPanelsProps, TabProps, Table, TableBodyProps, TableCellLayout, TableCellProps, TableCellType, TableDensity, TableFootProps, TableHeadProps, TableProps, TableRowProps, TableRowType, TableSortCellProps, Tabs, TabsProps, Tag, TagProps, TagPurpose, TextAffixProps, TextArea, TextAreaProps, TextInput, TextInputProps, ToggleBar, ToggleBarProps, ToggleBarSize, ToggleBarValue, ToggleButton, ToggleButtonGroup, ToggleButtonGroupProps, ToggleButtonProps, ToggleRadio, ToggleRadioProps, Tooltip, TooltipProps, VStack, VisuallyHidden, VisuallyHiddenProps, WeightedSearchData, WidthProps, createSelectOptions, isGridColumn, isRelativeGridColumn, scrollbarStyling };
|
|
2643
|
+
export { AppShell, type AppShellProps, BackLink, type BackLinkProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, Button, type ButtonAppearance, type ButtonProps$1 as ButtonProps, type ButtonPurpose, type ButtonSize, Card, CardAccordion, CardAccordionBody, type CardAccordionBodyProps, CardAccordionHeader, type CardAccordionHeaderProps, type CardAccordionProps, type CardColor, type CardProps, type CardType, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CollapsibleTable, type CollapsibleTableProps, type ColumnsOccupied, Container, Datepicker, type DatepickerProps, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, Divider, type DividerColor, type DividerProps, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, EmptyContent, type EmptyContentProps, type ExpandableCardProps, Feedback, type FeedbackProps, FileUploader, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, HStack, type IconPosition, type InfoCardProps, InlineEditInput, type InlineEditInputProps, InlineEditTextArea, type InlineEditTextAreaProps, InputMessage, type InputMessageProps, type InputMessageType, InternalHeader, type InternalHeaderProps, type Layout, List, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, type NavigationCardProps, OverflowMenu, type OverflowMenuButtonItem, type OverflowMenuContextItem, OverflowMenuGroup, type OverflowMenuGroupProps, type OverflowMenuLinkItem, OverflowMenuList, type OverflowMenuNavItem, type OverflowMenuProps, Pagination, type PaginationOption, type PaginationProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, ProgressTracker, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type Rating, ScrollableContainer, type ScrollableContainerProps, Scrollbar, type ScrollbarProps, Search, type SearchAutocompleteWrapperProps, type SearchData, type SearchProps, type SearchSize, type SearchSuggestionsProps, Select, type SelectOption, type SelectProps, SkipToContent, type SkipToContentProps, type SortOrder, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, type SplitButtonPurpose, type StackProps, type StackStyleProps, StyledTextArea, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, Table, type TableBodyProps, type TableCellLayout, type TableCellProps, type TableCellType, type TableDensity, type TableFootProps, type TableHeadProps, type TableProps, type TableRowProps, type TableRowType, type TableSortCellProps, Tabs, type TabsProps, Tag, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, ToggleRadio, type ToggleRadioProps, Tooltip, type TooltipProps, VStack, VisuallyHidden, type VisuallyHiddenProps, type WeightedSearchData, type WidthProps, createSelectOptions, isGridColumn, isRelativeGridColumn, scrollbarStyling };
|
package/dist/index.d.ts
CHANGED
|
@@ -2640,4 +2640,4 @@ type Layout = 'vertical' | 'horizontal';
|
|
|
2640
2640
|
|
|
2641
2641
|
declare const Feedback: ({ layout, ratingLabel, positiveFeedbackLabel, negativeFeedbackLabel, ratingSubmittedTitle, submittedTitle, ratingValue: ratingProp, feedbackTextValue: feedbackTextProp, thumbUpTooltip, thumbDownTooltip, feedbackTextAreaExcluded, loading, isSubmitted: isSubmittedProp, onRating, onFeedbackTextChange, onSubmit, }: FeedbackProps) => react_jsx_runtime.JSX.Element;
|
|
2642
2642
|
|
|
2643
|
-
export { AppShell, AppShellProps, BackLink, BackLinkProps, Breadcrumb, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonAppearance, ButtonProps$1 as ButtonProps, ButtonPurpose, ButtonSize, Card, CardAccordion, CardAccordionBody, CardAccordionBodyProps, CardAccordionHeader, CardAccordionHeaderProps, CardAccordionProps, CardColor, CardProps, CardType, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxPickedHTMLAttributes, CheckboxProps, Chip, ChipGroup, ChipGroupProps, ChipProps, CollapsibleTable, CollapsibleTableProps, ColumnsOccupied, Container, Datepicker, DatepickerProps, DescriptionList, DescriptionListAppearance, DescriptionListDesc, DescriptionListDescProps, DescriptionListGroup, DescriptionListGroupProps, DescriptionListProps, DescriptionListTerm, DescriptionListTermProps, Divider, DividerColor, DividerProps, Drawer, DrawerGroup, DrawerGroupProps, DrawerPlacement, DrawerProps, DrawerSize, EmptyContent, EmptyContentProps, ExpandableCardProps, Feedback, FeedbackProps, FileUploader, GlobalMessage, GlobalMessageProps, GlobalMessagePurpose, Grid, GridChild, GridChildProps, GridProps, HStack, IconPosition, InfoCardProps, InlineEditInput, InlineEditInputProps, InlineEditTextArea, InlineEditTextAreaProps, InputMessage, InputMessageProps, InputMessageType, InternalHeader, InternalHeaderProps, Layout, List, ListItem, ListItemProps, ListProps, ListType, ListTypographyType, LocalMessage, LocalMessageLayout, LocalMessageProps, LocalMessagePurpose, Modal, ModalActions, ModalActionsProps, ModalBody, ModalBodyProps, ModalProps, NavigationCardProps, OverflowMenu, OverflowMenuButtonItem, OverflowMenuContextItem, OverflowMenuGroup, OverflowMenuGroupProps, OverflowMenuLinkItem, OverflowMenuList, OverflowMenuNavItem, OverflowMenuProps, Pagination, PaginationOption, PaginationProps, Popover, PopoverGroup, PopoverGroupProps, PopoverProps, PopoverSizeProps, ProgressTracker, RadioButton, RadioButtonGroup, RadioButtonGroupProps, RadioButtonProps, Rating, ScrollableContainer, ScrollableContainerProps, Scrollbar, ScrollbarProps, Search, SearchAutocompleteWrapperProps, SearchData, SearchProps, SearchSize, SearchSuggestionsProps, Select, SelectOption, SelectProps, SkipToContent, SkipToContentProps, SortOrder, Spinner, SpinnerProps, SplitButton, SplitButtonProps, SplitButtonPurpose, StackProps, StackStyleProps, StyledTextArea, Tab, TabList, TabListProps, TabPanel, TabPanelProps, TabPanels, TabPanelsProps, TabProps, Table, TableBodyProps, TableCellLayout, TableCellProps, TableCellType, TableDensity, TableFootProps, TableHeadProps, TableProps, TableRowProps, TableRowType, TableSortCellProps, Tabs, TabsProps, Tag, TagProps, TagPurpose, TextAffixProps, TextArea, TextAreaProps, TextInput, TextInputProps, ToggleBar, ToggleBarProps, ToggleBarSize, ToggleBarValue, ToggleButton, ToggleButtonGroup, ToggleButtonGroupProps, ToggleButtonProps, ToggleRadio, ToggleRadioProps, Tooltip, TooltipProps, VStack, VisuallyHidden, VisuallyHiddenProps, WeightedSearchData, WidthProps, createSelectOptions, isGridColumn, isRelativeGridColumn, scrollbarStyling };
|
|
2643
|
+
export { AppShell, type AppShellProps, BackLink, type BackLinkProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, Button, type ButtonAppearance, type ButtonProps$1 as ButtonProps, type ButtonPurpose, type ButtonSize, Card, CardAccordion, CardAccordionBody, type CardAccordionBodyProps, CardAccordionHeader, type CardAccordionHeaderProps, type CardAccordionProps, type CardColor, type CardProps, type CardType, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CollapsibleTable, type CollapsibleTableProps, type ColumnsOccupied, Container, Datepicker, type DatepickerProps, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, Divider, type DividerColor, type DividerProps, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, EmptyContent, type EmptyContentProps, type ExpandableCardProps, Feedback, type FeedbackProps, FileUploader, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, HStack, type IconPosition, type InfoCardProps, InlineEditInput, type InlineEditInputProps, InlineEditTextArea, type InlineEditTextAreaProps, InputMessage, type InputMessageProps, type InputMessageType, InternalHeader, type InternalHeaderProps, type Layout, List, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, type NavigationCardProps, OverflowMenu, type OverflowMenuButtonItem, type OverflowMenuContextItem, OverflowMenuGroup, type OverflowMenuGroupProps, type OverflowMenuLinkItem, OverflowMenuList, type OverflowMenuNavItem, type OverflowMenuProps, Pagination, type PaginationOption, type PaginationProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, ProgressTracker, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type Rating, ScrollableContainer, type ScrollableContainerProps, Scrollbar, type ScrollbarProps, Search, type SearchAutocompleteWrapperProps, type SearchData, type SearchProps, type SearchSize, type SearchSuggestionsProps, Select, type SelectOption, type SelectProps, SkipToContent, type SkipToContentProps, type SortOrder, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, type SplitButtonPurpose, type StackProps, type StackStyleProps, StyledTextArea, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, Table, type TableBodyProps, type TableCellLayout, type TableCellProps, type TableCellType, type TableDensity, type TableFootProps, type TableHeadProps, type TableProps, type TableRowProps, type TableRowType, type TableSortCellProps, Tabs, type TabsProps, Tag, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, ToggleRadio, type ToggleRadioProps, Tooltip, type TooltipProps, VStack, VisuallyHidden, type VisuallyHiddenProps, type WeightedSearchData, type WidthProps, createSelectOptions, isGridColumn, isRelativeGridColumn, scrollbarStyling };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norges-domstoler/dds-components",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20231121084137",
|
|
4
4
|
"description": "React components used in Elsa - domstolenes designsystem",
|
|
5
5
|
"author": "Elsa team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react": "^18.2.0",
|
|
51
51
|
"react-dom": "^18.2.0",
|
|
52
52
|
"styled-components": "^6.1.1",
|
|
53
|
-
"tsup": "^
|
|
53
|
+
"tsup": "^8.0.0",
|
|
54
54
|
"typescript": "^5.2.2",
|
|
55
55
|
"vite": "^4.5.0",
|
|
56
56
|
"vitest": "^0.34.6"
|