@norges-domstoler/dds-components 21.1.0 → 21.2.1
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.css +15 -52
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +70 -64
- package/dist/index.d.ts +70 -64
- package/dist/index.js +254 -172
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +368 -288
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -742,6 +742,8 @@ declare const getLiteralScreenSize: (screenSize: ScreenSize) => Breakpoint;
|
|
|
742
742
|
|
|
743
743
|
type StylelessListProps<TProps extends object = object> = TProps & ComponentPropsWithRef<'ul'>;
|
|
744
744
|
declare const StylelessList: ({ className, ...rest }: StylelessListProps) => react_jsx_runtime.JSX.Element;
|
|
745
|
+
type StylelessOListProps<TProps extends object = object> = TProps & ComponentPropsWithRef<'ol'>;
|
|
746
|
+
declare const StylelessOList: ({ className, ...rest }: StylelessOListProps) => react_jsx_runtime.JSX.Element;
|
|
745
747
|
|
|
746
748
|
/**
|
|
747
749
|
* Styling utils i TS (CSS-in-JS)
|
|
@@ -2481,6 +2483,8 @@ type ProgressTrackerProps = BaseComponentPropsWithChildren<HTMLDivElement, {
|
|
|
2481
2483
|
activeStep?: number;
|
|
2482
2484
|
/** Ekstra logikk ved klikking på et steg. */
|
|
2483
2485
|
onStepChange?: (step: number) => void;
|
|
2486
|
+
/**Retning stegene gjengis i. OBS! Ikke tilpasset mindre skjermer. */
|
|
2487
|
+
direction?: Direction$1;
|
|
2484
2488
|
}>;
|
|
2485
2489
|
type ProgressTrackerComponent = ForwardRefExoticComponent<ProgressTrackerProps> & {
|
|
2486
2490
|
Item: typeof ProgressTrackerItem;
|
|
@@ -2522,9 +2526,11 @@ type SearchProps = Pick<InputProps, 'tip' | 'label'> & {
|
|
|
2522
2526
|
componentSize?: SearchSize;
|
|
2523
2527
|
/**Props for søkeknappen. */
|
|
2524
2528
|
buttonProps?: SearchButtonProps;
|
|
2529
|
+
/**Om søkeikonet skal vises. */
|
|
2530
|
+
showIcon?: boolean;
|
|
2525
2531
|
} & Pick<InputProps, 'width'> & Omit<ComponentPropsWithRef<'input'>, 'width'>;
|
|
2526
2532
|
declare const Search$1: {
|
|
2527
|
-
({ componentSize, buttonProps, name, label, tip, id, value, width, onChange, className, style, "aria-describedby": ariaDescribedby, ref, ...rest }: SearchProps): react_jsx_runtime.JSX.Element;
|
|
2533
|
+
({ componentSize, buttonProps, showIcon, name, label, tip, id, value, width, onChange, className, style, "aria-describedby": ariaDescribedby, ref, ...rest }: SearchProps): react_jsx_runtime.JSX.Element;
|
|
2528
2534
|
displayName: string;
|
|
2529
2535
|
};
|
|
2530
2536
|
|
|
@@ -3155,6 +3161,9 @@ declare function useTheme(): {
|
|
|
3155
3161
|
ddsZindexDropdown: "100";
|
|
3156
3162
|
ddsZindexSticky: "50";
|
|
3157
3163
|
ddsZindexAbsoluteElement: "1";
|
|
3164
|
+
ddsColorData10Default: "#196b8f";
|
|
3165
|
+
ddsColorData10Subtle: "#96c5d9";
|
|
3166
|
+
ddsColorData10Border: "#196b8f";
|
|
3158
3167
|
ddsColorDataRed100: "#f8d2d4";
|
|
3159
3168
|
ddsColorDataRed200: "#f0a5a9";
|
|
3160
3169
|
ddsColorDataRed300: "#e9787e";
|
|
@@ -3245,11 +3254,38 @@ declare function useTheme(): {
|
|
|
3245
3254
|
ddsColorDataGray700: "#444444";
|
|
3246
3255
|
ddsColorDataGray800: "#2e2e2e";
|
|
3247
3256
|
ddsColorDataGray900: "#171717";
|
|
3257
|
+
ddsColorData01Default: "#0f62fe";
|
|
3258
|
+
ddsColorData01Subtle: "#9fc0ff";
|
|
3259
|
+
ddsColorData01Border: "#0f62fe";
|
|
3260
|
+
ddsColorData02Default: "#b3572f";
|
|
3261
|
+
ddsColorData02Subtle: "#e1bcac";
|
|
3262
|
+
ddsColorData02Border: "#b3572f";
|
|
3263
|
+
ddsColorData03Default: "#727272";
|
|
3264
|
+
ddsColorData03Subtle: "#c7c7c7";
|
|
3265
|
+
ddsColorData03Border: "#727272";
|
|
3266
|
+
ddsColorData04Default: "#198038";
|
|
3267
|
+
ddsColorData04Subtle: "#a3ccaf";
|
|
3268
|
+
ddsColorData04Border: "#198038";
|
|
3269
|
+
ddsColorData05Default: "#8a3ffc";
|
|
3270
|
+
ddsColorData05Subtle: "#d0b2fe";
|
|
3271
|
+
ddsColorData05Border: "#8a3ffc";
|
|
3272
|
+
ddsColorData06Default: "#b62665";
|
|
3273
|
+
ddsColorData06Subtle: "#dfa5bf";
|
|
3274
|
+
ddsColorData06Border: "#b62665";
|
|
3275
|
+
ddsColorData07Default: "#7c7518";
|
|
3276
|
+
ddsColorData07Subtle: "#cdc9a1";
|
|
3277
|
+
ddsColorData07Border: "#7c7518";
|
|
3278
|
+
ddsColorData08Default: "#da1e28";
|
|
3279
|
+
ddsColorData08Subtle: "#f0a5a9";
|
|
3280
|
+
ddsColorData08Border: "#da1e28";
|
|
3281
|
+
ddsColorData09Default: "#007d79";
|
|
3282
|
+
ddsColorData09Subtle: "#90ccc9";
|
|
3283
|
+
ddsColorData09Border: "#007d79";
|
|
3248
3284
|
ddsColorBgDefault: "#ffffff";
|
|
3249
3285
|
ddsColorBgSubtle: "#f1f3f4";
|
|
3250
3286
|
ddsColorSurfaceDefault: "#ffffff";
|
|
3251
3287
|
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
3252
|
-
ddsColorSurfaceMedium: "#
|
|
3288
|
+
ddsColorSurfaceMedium: "#e9ebec";
|
|
3253
3289
|
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
3254
3290
|
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
3255
3291
|
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
@@ -3332,36 +3368,6 @@ declare function useTheme(): {
|
|
|
3332
3368
|
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
3333
3369
|
ddsColorFocusOutside: "#2a4b61";
|
|
3334
3370
|
ddsColorFocusInside: "#f1f8fd";
|
|
3335
|
-
ddsColorData10Default: "#196b8f";
|
|
3336
|
-
ddsColorData10Subtle: "#96c5d9";
|
|
3337
|
-
ddsColorData10Border: "#196b8f";
|
|
3338
|
-
ddsColorData01Default: "#0f62fe";
|
|
3339
|
-
ddsColorData01Subtle: "#9fc0ff";
|
|
3340
|
-
ddsColorData01Border: "#0f62fe";
|
|
3341
|
-
ddsColorData02Default: "#b3572f";
|
|
3342
|
-
ddsColorData02Subtle: "#e1bcac";
|
|
3343
|
-
ddsColorData02Border: "#b3572f";
|
|
3344
|
-
ddsColorData03Default: "#727272";
|
|
3345
|
-
ddsColorData03Subtle: "#c7c7c7";
|
|
3346
|
-
ddsColorData03Border: "#727272";
|
|
3347
|
-
ddsColorData04Default: "#198038";
|
|
3348
|
-
ddsColorData04Subtle: "#a3ccaf";
|
|
3349
|
-
ddsColorData04Border: "#198038";
|
|
3350
|
-
ddsColorData05Default: "#8a3ffc";
|
|
3351
|
-
ddsColorData05Subtle: "#d0b2fe";
|
|
3352
|
-
ddsColorData05Border: "#8a3ffc";
|
|
3353
|
-
ddsColorData06Default: "#b62665";
|
|
3354
|
-
ddsColorData06Subtle: "#dfa5bf";
|
|
3355
|
-
ddsColorData06Border: "#b62665";
|
|
3356
|
-
ddsColorData07Default: "#7c7518";
|
|
3357
|
-
ddsColorData07Subtle: "#cdc9a1";
|
|
3358
|
-
ddsColorData07Border: "#7c7518";
|
|
3359
|
-
ddsColorData08Default: "#da1e28";
|
|
3360
|
-
ddsColorData08Subtle: "#f0a5a9";
|
|
3361
|
-
ddsColorData08Border: "#da1e28";
|
|
3362
|
-
ddsColorData09Default: "#007d79";
|
|
3363
|
-
ddsColorData09Subtle: "#90ccc9";
|
|
3364
|
-
ddsColorData09Border: "#007d79";
|
|
3365
3371
|
ddsFontLabelMedium: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3366
3372
|
ddsFontBodyXsmall: "400 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3367
3373
|
ddsFontBodySmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
@@ -3548,6 +3554,9 @@ declare function useTheme(): {
|
|
|
3548
3554
|
ddsZindexDropdown: "100";
|
|
3549
3555
|
ddsZindexSticky: "50";
|
|
3550
3556
|
ddsZindexAbsoluteElement: "1";
|
|
3557
|
+
ddsColorData10Default: "#196b8f";
|
|
3558
|
+
ddsColorData10Subtle: "#96c5d9";
|
|
3559
|
+
ddsColorData10Border: "#196b8f";
|
|
3551
3560
|
ddsColorDataRed100: "#f8d2d4";
|
|
3552
3561
|
ddsColorDataRed200: "#f0a5a9";
|
|
3553
3562
|
ddsColorDataRed300: "#e9787e";
|
|
@@ -3638,11 +3647,38 @@ declare function useTheme(): {
|
|
|
3638
3647
|
ddsColorDataGray700: "#444444";
|
|
3639
3648
|
ddsColorDataGray800: "#2e2e2e";
|
|
3640
3649
|
ddsColorDataGray900: "#171717";
|
|
3650
|
+
ddsColorData01Default: "#0f62fe";
|
|
3651
|
+
ddsColorData01Subtle: "#9fc0ff";
|
|
3652
|
+
ddsColorData01Border: "#0f62fe";
|
|
3653
|
+
ddsColorData02Default: "#b3572f";
|
|
3654
|
+
ddsColorData02Subtle: "#e1bcac";
|
|
3655
|
+
ddsColorData02Border: "#b3572f";
|
|
3656
|
+
ddsColorData03Default: "#727272";
|
|
3657
|
+
ddsColorData03Subtle: "#c7c7c7";
|
|
3658
|
+
ddsColorData03Border: "#727272";
|
|
3659
|
+
ddsColorData04Default: "#198038";
|
|
3660
|
+
ddsColorData04Subtle: "#a3ccaf";
|
|
3661
|
+
ddsColorData04Border: "#198038";
|
|
3662
|
+
ddsColorData05Default: "#8a3ffc";
|
|
3663
|
+
ddsColorData05Subtle: "#d0b2fe";
|
|
3664
|
+
ddsColorData05Border: "#8a3ffc";
|
|
3665
|
+
ddsColorData06Default: "#b62665";
|
|
3666
|
+
ddsColorData06Subtle: "#dfa5bf";
|
|
3667
|
+
ddsColorData06Border: "#b62665";
|
|
3668
|
+
ddsColorData07Default: "#7c7518";
|
|
3669
|
+
ddsColorData07Subtle: "#cdc9a1";
|
|
3670
|
+
ddsColorData07Border: "#7c7518";
|
|
3671
|
+
ddsColorData08Default: "#da1e28";
|
|
3672
|
+
ddsColorData08Subtle: "#f0a5a9";
|
|
3673
|
+
ddsColorData08Border: "#da1e28";
|
|
3674
|
+
ddsColorData09Default: "#007d79";
|
|
3675
|
+
ddsColorData09Subtle: "#90ccc9";
|
|
3676
|
+
ddsColorData09Border: "#007d79";
|
|
3641
3677
|
ddsColorBgDefault: "#ffffff";
|
|
3642
3678
|
ddsColorBgSubtle: "#f1f3f4";
|
|
3643
3679
|
ddsColorSurfaceDefault: "#ffffff";
|
|
3644
3680
|
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
3645
|
-
ddsColorSurfaceMedium: "#
|
|
3681
|
+
ddsColorSurfaceMedium: "#e9ebec";
|
|
3646
3682
|
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
3647
3683
|
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
3648
3684
|
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
@@ -3725,36 +3761,6 @@ declare function useTheme(): {
|
|
|
3725
3761
|
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
3726
3762
|
ddsColorFocusOutside: "#2a4b61";
|
|
3727
3763
|
ddsColorFocusInside: "#f1f8fd";
|
|
3728
|
-
ddsColorData10Default: "#196b8f";
|
|
3729
|
-
ddsColorData10Subtle: "#96c5d9";
|
|
3730
|
-
ddsColorData10Border: "#196b8f";
|
|
3731
|
-
ddsColorData01Default: "#0f62fe";
|
|
3732
|
-
ddsColorData01Subtle: "#9fc0ff";
|
|
3733
|
-
ddsColorData01Border: "#0f62fe";
|
|
3734
|
-
ddsColorData02Default: "#b3572f";
|
|
3735
|
-
ddsColorData02Subtle: "#e1bcac";
|
|
3736
|
-
ddsColorData02Border: "#b3572f";
|
|
3737
|
-
ddsColorData03Default: "#727272";
|
|
3738
|
-
ddsColorData03Subtle: "#c7c7c7";
|
|
3739
|
-
ddsColorData03Border: "#727272";
|
|
3740
|
-
ddsColorData04Default: "#198038";
|
|
3741
|
-
ddsColorData04Subtle: "#a3ccaf";
|
|
3742
|
-
ddsColorData04Border: "#198038";
|
|
3743
|
-
ddsColorData05Default: "#8a3ffc";
|
|
3744
|
-
ddsColorData05Subtle: "#d0b2fe";
|
|
3745
|
-
ddsColorData05Border: "#8a3ffc";
|
|
3746
|
-
ddsColorData06Default: "#b62665";
|
|
3747
|
-
ddsColorData06Subtle: "#dfa5bf";
|
|
3748
|
-
ddsColorData06Border: "#b62665";
|
|
3749
|
-
ddsColorData07Default: "#7c7518";
|
|
3750
|
-
ddsColorData07Subtle: "#cdc9a1";
|
|
3751
|
-
ddsColorData07Border: "#7c7518";
|
|
3752
|
-
ddsColorData08Default: "#da1e28";
|
|
3753
|
-
ddsColorData08Subtle: "#f0a5a9";
|
|
3754
|
-
ddsColorData08Border: "#da1e28";
|
|
3755
|
-
ddsColorData09Default: "#007d79";
|
|
3756
|
-
ddsColorData09Subtle: "#90ccc9";
|
|
3757
|
-
ddsColorData09Border: "#007d79";
|
|
3758
3764
|
ddsBorderRadiusButton: "2px";
|
|
3759
3765
|
ddsBorderRadiusButtonNumberPx: 2;
|
|
3760
3766
|
ddsBorderRadiusSurface: "2px";
|
|
@@ -3970,4 +3976,4 @@ declare const VisuallyHidden: {
|
|
|
3970
3976
|
displayName: string;
|
|
3971
3977
|
};
|
|
3972
3978
|
|
|
3973
|
-
export { Accordion, AccordionBody, type AccordionBodyProps, AccordionHeader, type AccordionHeaderProps, type AccordionProps, AddTabButton, type AddTabButtonProps, AddressShieldedIcon, AgreementIcon, AnimatedChevronUpDown, AppsIcon, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AttachmentIcon, BORDER_COLORS, BORDER_RADII, BackLink, type BackLinkProps, Backdrop, BarChartBoxedIcon, BarChartIcon, type BaseComponentProps, type BaseComponentPropsWithChildren, type BaseItemProps, type BaseLabelProps, type BaseTypographyProps, BlockIcon, BookIcon, type BorderColor, type BorderRadius, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, type Breakpoint, BuildCircledIcon, BuildIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type ButtonPurpose, type ButtonSize, Calendar, CalendarIcon, CalendarMonthIcon, type CalendarProps, CalendarViewDayIcon, CalendarViewMonthIcon, CalendarViewWeekIcon, CallIcon, type Callback, Caption, type CaptionProps, Card, type CardAppearance, CardExpandable, CardExpandableBody, type CardExpandableBodyProps, CardExpandableHeader, type CardExpandableHeaderProps, type CardExpandableProps, type CardProps, type CardType, CaringIcon, CharCounter, ChatIcon, CheckCircledIcon, CheckIcon, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, ChecklistIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLargeLeftIcon, ChevronLargeRightIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CloseCircledIcon, CloseIcon, CloseSmallIcon, CloudIcon, CollapseIcon, CollapsibleTable, type CollapsibleTableProps, CollapsibleRow as CollapsibleTableRow, type ColumnsOccupied, CommentIcon, type CommonInputProps, Contrast, type ContrastProps, CookieBanner, CookieBannerCheckbox, type CookieBannerCheckboxProps, type CookieBannerProps, CopyIcon, CourtIcon, DatePicker, type DatePickerProps, DateRangeIcon, type DdsTheme, DeathsIcon, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, DetailList, DetailListDesc, type DetailListDescProps, type DetailListProps, DetailListRow, type DetailListRowProps, type DetailListSize, DetailListTerm, type DetailListTermProps, type Direction$1 as Direction, Divider, type DividerColor, type DividerProps, DoubleChevronLeftIcon, DoubleChevronRightIcon, DownloadDoneIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, ELEVATIONS, EditIcon, ElementAs, type Elevation, EmptyContent, type EmptyContentProps, ErrorIcon, ExclaimIcon, ExpandIcon, type ExpandableCardProps, type ExtractStrict, FacebookIcon, FamilyIcon, FavStar, type FavStarProps, Feedback, FeedbackIcon, type FeedbackProps, Fieldset, FieldsetGroup, type FieldsetGroupProps, type FieldsetProps, FileAddIcon, FileIcon, type FileList, FileShieldedIcon, FileTextIcon, FileUploader, type FileUploaderAccept, type FileUploaderProps, FilterIcon, FilterListIcon, FilterListOffIcon, FilterOffIcon, FindInPageIcon, FlickrIcon, type FloatingStyles, FolderAddIcon, FolderIcon, FolderShieldedIcon, Footer, FooterLeft, type FooterLeftProps, FooterList, FooterListGroup, type FooterListGroupProps, FooterListHeader, type FooterListHeaderProps, type FooterListProps, FooterLogo, type FooterLogoProps, type FooterProps, FooterSocialsGroup, type FooterSocialsGroupProps, FooterSocialsList, type FooterSocialsListProps, FullscreenExitIcon, FullscreenIcon, GavelIcon, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, GuardianIcon, HStack, type HStackProps, Heading, type HeadingLevel, type HeadingProps, HelpFilledIcon, HelpIcon, HelpSimpleIcon, HiddenInput, HomeIcon, HourglassBottomIcon, HourglassDisabledIcon, HourglassEmptyIcon, HourglassFullIcon, HourglassTopIcon, type HyphenTypographyType, Icon, type IconPosition, type IconProps, type IconSize, ImageIcon, type InfoCardProps, InfoIcon, InlineButton, type InlineButtonProps, InlineEditInput, type InlineEditInputProps, InlineEditTextArea, type InlineEditTextAreaProps, type InlineElement, Input, InputMessage, type InputMessageProps, type InputMessageType, type InputProps, type InputSize, type InputTypographyTypes, InstagramIcon, InternalHeader, type InternalHeaderProps, JordskifterettIcon, JordskiftesakIcon, KeyIcon, Label, type LabelProps, LagmannsrettIcon, LanguageIcon, type Layout, Legend, type LegendProps, LibraryAddIcon, LineChartIcon, Link, LinkIcon, LinkOffIcon, type LinkProps, LinkedInIcon, List, ListAltIcon, ListIcon, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, LocationIcon, LockIcon, LockOpenIcon, LoginIcon, LogoutIcon, MailIcon, MailOpenIcon, MenuIcon, MinusCirledIcon, MinusIcon, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, MoreHorizontalIcon, MoreVerticalIcon, NativeSelect, NativeSelectPlaceholder, type NativeSelectPlaceholderProps, type NativeSelectProps, type NavigationCardProps, NotarialIcon, NotificationsIcon, NotificationsOffIcon, type Nullable, OnlineMeetingIcon, OpenExternalIcon, type OtherTypographyType, OverflowMenu, OverflowMenuButton, type OverflowMenuButtonProps, OverflowMenuDivider, OverflowMenuGroup, type OverflowMenuGroupProps, OverflowMenuLink, type OverflowMenuLinkProps, OverflowMenuList, OverflowMenuListHeader, type OverflowMenuListItemBaseProps, type OverflowMenuProps, OverflowMenuSpan, type OverflowMenuSpanProps, Pagination, type PaginationOption, type PaginationProps, Paper, type PaperBackground, type PaperBorder, type PaperBorderRadius, type PaperElevation, type PaperProps, Paragraph, type ParagraphProps, PayoutIcon, PdfIcon, PersonAddIcon, PersonIcon, PersonShieldedIcon, PhoneInput, type PhoneInputProps, type PhoneInputValue, PinIcon, type Placement, PlusCircledIcon, PlusIcon, type PolymorphicBaseComponentProps, type PolymorphicProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, PowerOfAttorneyIcon, PrintIcon, ProgressBar, type ProgressBarProps, type ProgressBarSize, ProgressTracker, ProgressTrackerItem, type ProgressTrackerItemProps, type ProgressTrackerProps, PropertyIcon, type PropsOf, type PropsOfWithRef, PublishIcon, QuestionAnswerIcon, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type RadioValue, type Rating, ReceiptIcon, RedoIcon, RefreshIcon, ReplayIcon, type ResponsiveProps, type ResponsiveStackProps, ScreenSize, Search, SearchAutocompleteWrapper, type SearchAutocompleteWrapperProps, type SearchButtonProps, type SearchData, SearchIcon, type SearchProps, type SearchSize, SearchSuggestions, type SearchSuggestionsProps, Select, type SelectForwardRefType, type SelectOption, type SelectProps, SettingsIcon, ShowHide, type ShowHideProps, type Size, Skeleton, type SkeletonAppearance, type SkeletonProps, SkipToContent, type SkipToContentProps, SmsIcon, type SortOrder, type SpacingScale, Spinner, type SpinnerProps, SplitButton, type SplitButtonPrimaryActionProps, type SplitButtonProps, type SplitButtonPurpose, type SplitButtonSecondaryActionsProps, StarFilledIcon, StarHalfFilled, StarIcon, StatefulInput, type StatefulInputProps, type StaticTypographyType, StylelessList, type StylelessListProps, type SvgIcon, type SvgProps, SvgWrapper, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, type TabSize, Table, Body as TableBody, type TableBodyProps, Cell as TableCell, type TableCellLayout, type TableCellProps, type TableCellType, Foot as TableFoot, type TableFootProps, Head as TableHead, type TableHeadProps, type TableProps, Row as TableRow, type TableRowProps, type TableRowType, type TableSize, SortCell as TableSortCell, type TableSortCellProps, TableWrapper, Tabs, type TabsProps, Tag, type TagAppearance, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, TextOverflowEllipsisInner, TextOverflowEllipsisWrapper, ThemeContext, ThemeProvider, type ThemeProviderProps, ThumbDownFilledIcon, ThumbDownIcon, type ThumbIconProps, ThumbUpFilledIcon, ThumbUpIcon, TimeIcon, TimePicker, type TimePickerProps, TingrettIcon, TipIcon, Toggle, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, type ToggleProps, ToggleRadio, type ToggleRadioProps, type ToggleSize, Tooltip, type TooltipProps, TrashIcon, TrendingDownIcon, TrendingUpIcon, Typography, type TypographyAnchorType, type TypographyBodyType, type TypographyComponentProps, type TypographyHeadingType, type TypographyLabelType, type TypographyLeadType, type TypographyProps, type TypographyType, UndoIcon, UnfoldLessIcon, UnfoldMoreIcon, UploadIcon, type UseFloatPositionOptions, VStack, type VStackProps, VisibilityOffIcon, VisibilityOnIcon, VisuallyHidden, type VisuallyHiddenProps, WarningIcon, WebexIcon, type WeightedSearchData, type WidthProps, type WithRequiredIf, XIcon, ZoomInIcon, ZoomOutIcon, calendarDateToNativeDate, cn, countryOptions, createSelectOptions, dateValueToNativeDate, defaultTypographyType, defaultTypographyTypeClassName, focusVisible, focusVisibleInset, focusVisibleTransitionValue, getBaseHTMLProps, getDefaultText, getElementType, getInputWidth, getLiteralScreenSize, getTypographyCn, handleElementWithBackdropMount, handleElementWithBackdropUnmount, hideInput, index as icons, inheritLinkStyling, inlineElements, isAnchorTypographyProps, isBorderColor, isBorderRadius, isCaption, isElevation, isHeading, isInlineElement, isKeyboardEvent, isLegend, isPaperBackground, nativeDateToCalendarDate, nativeDateToDateValue, nativeDateToTime, normalizeButton, outlineInset, outlineOffset, removeButtonStyling, removeListStyling, renderCharCounter, renderInputMessage, scrollbarStyling, typographyTypes, useCombinedRef, useFloatPosition, useFocusTrap, useIsMounted, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize, useTheme, useWindowResize, visibilityTransition };
|
|
3979
|
+
export { Accordion, AccordionBody, type AccordionBodyProps, AccordionHeader, type AccordionHeaderProps, type AccordionProps, AddTabButton, type AddTabButtonProps, AddressShieldedIcon, AgreementIcon, AnimatedChevronUpDown, AppsIcon, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AttachmentIcon, BORDER_COLORS, BORDER_RADII, BackLink, type BackLinkProps, Backdrop, BarChartBoxedIcon, BarChartIcon, type BaseComponentProps, type BaseComponentPropsWithChildren, type BaseItemProps, type BaseLabelProps, type BaseTypographyProps, BlockIcon, BookIcon, type BorderColor, type BorderRadius, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, type Breakpoint, BuildCircledIcon, BuildIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type ButtonPurpose, type ButtonSize, Calendar, CalendarIcon, CalendarMonthIcon, type CalendarProps, CalendarViewDayIcon, CalendarViewMonthIcon, CalendarViewWeekIcon, CallIcon, type Callback, Caption, type CaptionProps, Card, type CardAppearance, CardExpandable, CardExpandableBody, type CardExpandableBodyProps, CardExpandableHeader, type CardExpandableHeaderProps, type CardExpandableProps, type CardProps, type CardType, CaringIcon, CharCounter, ChatIcon, CheckCircledIcon, CheckIcon, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, ChecklistIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLargeLeftIcon, ChevronLargeRightIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CloseCircledIcon, CloseIcon, CloseSmallIcon, CloudIcon, CollapseIcon, CollapsibleTable, type CollapsibleTableProps, CollapsibleRow as CollapsibleTableRow, type ColumnsOccupied, CommentIcon, type CommonInputProps, Contrast, type ContrastProps, CookieBanner, CookieBannerCheckbox, type CookieBannerCheckboxProps, type CookieBannerProps, CopyIcon, CourtIcon, DatePicker, type DatePickerProps, DateRangeIcon, type DdsTheme, DeathsIcon, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, DetailList, DetailListDesc, type DetailListDescProps, type DetailListProps, DetailListRow, type DetailListRowProps, type DetailListSize, DetailListTerm, type DetailListTermProps, type Direction$1 as Direction, Divider, type DividerColor, type DividerProps, DoubleChevronLeftIcon, DoubleChevronRightIcon, DownloadDoneIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, ELEVATIONS, EditIcon, ElementAs, type Elevation, EmptyContent, type EmptyContentProps, ErrorIcon, ExclaimIcon, ExpandIcon, type ExpandableCardProps, type ExtractStrict, FacebookIcon, FamilyIcon, FavStar, type FavStarProps, Feedback, FeedbackIcon, type FeedbackProps, Fieldset, FieldsetGroup, type FieldsetGroupProps, type FieldsetProps, FileAddIcon, FileIcon, type FileList, FileShieldedIcon, FileTextIcon, FileUploader, type FileUploaderAccept, type FileUploaderProps, FilterIcon, FilterListIcon, FilterListOffIcon, FilterOffIcon, FindInPageIcon, FlickrIcon, type FloatingStyles, FolderAddIcon, FolderIcon, FolderShieldedIcon, Footer, FooterLeft, type FooterLeftProps, FooterList, FooterListGroup, type FooterListGroupProps, FooterListHeader, type FooterListHeaderProps, type FooterListProps, FooterLogo, type FooterLogoProps, type FooterProps, FooterSocialsGroup, type FooterSocialsGroupProps, FooterSocialsList, type FooterSocialsListProps, FullscreenExitIcon, FullscreenIcon, GavelIcon, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, GuardianIcon, HStack, type HStackProps, Heading, type HeadingLevel, type HeadingProps, HelpFilledIcon, HelpIcon, HelpSimpleIcon, HiddenInput, HomeIcon, HourglassBottomIcon, HourglassDisabledIcon, HourglassEmptyIcon, HourglassFullIcon, HourglassTopIcon, type HyphenTypographyType, Icon, type IconPosition, type IconProps, type IconSize, ImageIcon, type InfoCardProps, InfoIcon, InlineButton, type InlineButtonProps, InlineEditInput, type InlineEditInputProps, InlineEditTextArea, type InlineEditTextAreaProps, type InlineElement, Input, InputMessage, type InputMessageProps, type InputMessageType, type InputProps, type InputSize, type InputTypographyTypes, InstagramIcon, InternalHeader, type InternalHeaderProps, JordskifterettIcon, JordskiftesakIcon, KeyIcon, Label, type LabelProps, LagmannsrettIcon, LanguageIcon, type Layout, Legend, type LegendProps, LibraryAddIcon, LineChartIcon, Link, LinkIcon, LinkOffIcon, type LinkProps, LinkedInIcon, List, ListAltIcon, ListIcon, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, LocationIcon, LockIcon, LockOpenIcon, LoginIcon, LogoutIcon, MailIcon, MailOpenIcon, MenuIcon, MinusCirledIcon, MinusIcon, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, MoreHorizontalIcon, MoreVerticalIcon, NativeSelect, NativeSelectPlaceholder, type NativeSelectPlaceholderProps, type NativeSelectProps, type NavigationCardProps, NotarialIcon, NotificationsIcon, NotificationsOffIcon, type Nullable, OnlineMeetingIcon, OpenExternalIcon, type OtherTypographyType, OverflowMenu, OverflowMenuButton, type OverflowMenuButtonProps, OverflowMenuDivider, OverflowMenuGroup, type OverflowMenuGroupProps, OverflowMenuLink, type OverflowMenuLinkProps, OverflowMenuList, OverflowMenuListHeader, type OverflowMenuListItemBaseProps, type OverflowMenuProps, OverflowMenuSpan, type OverflowMenuSpanProps, Pagination, type PaginationOption, type PaginationProps, Paper, type PaperBackground, type PaperBorder, type PaperBorderRadius, type PaperElevation, type PaperProps, Paragraph, type ParagraphProps, PayoutIcon, PdfIcon, PersonAddIcon, PersonIcon, PersonShieldedIcon, PhoneInput, type PhoneInputProps, type PhoneInputValue, PinIcon, type Placement, PlusCircledIcon, PlusIcon, type PolymorphicBaseComponentProps, type PolymorphicProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, PowerOfAttorneyIcon, PrintIcon, ProgressBar, type ProgressBarProps, type ProgressBarSize, ProgressTracker, ProgressTrackerItem, type ProgressTrackerItemProps, type ProgressTrackerProps, PropertyIcon, type PropsOf, type PropsOfWithRef, PublishIcon, QuestionAnswerIcon, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type RadioValue, type Rating, ReceiptIcon, RedoIcon, RefreshIcon, ReplayIcon, type ResponsiveProps, type ResponsiveStackProps, ScreenSize, Search, SearchAutocompleteWrapper, type SearchAutocompleteWrapperProps, type SearchButtonProps, type SearchData, SearchIcon, type SearchProps, type SearchSize, SearchSuggestions, type SearchSuggestionsProps, Select, type SelectForwardRefType, type SelectOption, type SelectProps, SettingsIcon, ShowHide, type ShowHideProps, type Size, Skeleton, type SkeletonAppearance, type SkeletonProps, SkipToContent, type SkipToContentProps, SmsIcon, type SortOrder, type SpacingScale, Spinner, type SpinnerProps, SplitButton, type SplitButtonPrimaryActionProps, type SplitButtonProps, type SplitButtonPurpose, type SplitButtonSecondaryActionsProps, StarFilledIcon, StarHalfFilled, StarIcon, StatefulInput, type StatefulInputProps, type StaticTypographyType, StylelessList, type StylelessListProps, StylelessOList, type StylelessOListProps, type SvgIcon, type SvgProps, SvgWrapper, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, type TabSize, Table, Body as TableBody, type TableBodyProps, Cell as TableCell, type TableCellLayout, type TableCellProps, type TableCellType, Foot as TableFoot, type TableFootProps, Head as TableHead, type TableHeadProps, type TableProps, Row as TableRow, type TableRowProps, type TableRowType, type TableSize, SortCell as TableSortCell, type TableSortCellProps, TableWrapper, Tabs, type TabsProps, Tag, type TagAppearance, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, TextOverflowEllipsisInner, TextOverflowEllipsisWrapper, ThemeContext, ThemeProvider, type ThemeProviderProps, ThumbDownFilledIcon, ThumbDownIcon, type ThumbIconProps, ThumbUpFilledIcon, ThumbUpIcon, TimeIcon, TimePicker, type TimePickerProps, TingrettIcon, TipIcon, Toggle, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, type ToggleProps, ToggleRadio, type ToggleRadioProps, type ToggleSize, Tooltip, type TooltipProps, TrashIcon, TrendingDownIcon, TrendingUpIcon, Typography, type TypographyAnchorType, type TypographyBodyType, type TypographyComponentProps, type TypographyHeadingType, type TypographyLabelType, type TypographyLeadType, type TypographyProps, type TypographyType, UndoIcon, UnfoldLessIcon, UnfoldMoreIcon, UploadIcon, type UseFloatPositionOptions, VStack, type VStackProps, VisibilityOffIcon, VisibilityOnIcon, VisuallyHidden, type VisuallyHiddenProps, WarningIcon, WebexIcon, type WeightedSearchData, type WidthProps, type WithRequiredIf, XIcon, ZoomInIcon, ZoomOutIcon, calendarDateToNativeDate, cn, countryOptions, createSelectOptions, dateValueToNativeDate, defaultTypographyType, defaultTypographyTypeClassName, focusVisible, focusVisibleInset, focusVisibleTransitionValue, getBaseHTMLProps, getDefaultText, getElementType, getInputWidth, getLiteralScreenSize, getTypographyCn, handleElementWithBackdropMount, handleElementWithBackdropUnmount, hideInput, index as icons, inheritLinkStyling, inlineElements, isAnchorTypographyProps, isBorderColor, isBorderRadius, isCaption, isElevation, isHeading, isInlineElement, isKeyboardEvent, isLegend, isPaperBackground, nativeDateToCalendarDate, nativeDateToDateValue, nativeDateToTime, normalizeButton, outlineInset, outlineOffset, removeButtonStyling, removeListStyling, renderCharCounter, renderInputMessage, scrollbarStyling, typographyTypes, useCombinedRef, useFloatPosition, useFocusTrap, useIsMounted, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize, useTheme, useWindowResize, visibilityTransition };
|
package/dist/index.d.ts
CHANGED
|
@@ -742,6 +742,8 @@ declare const getLiteralScreenSize: (screenSize: ScreenSize) => Breakpoint;
|
|
|
742
742
|
|
|
743
743
|
type StylelessListProps<TProps extends object = object> = TProps & ComponentPropsWithRef<'ul'>;
|
|
744
744
|
declare const StylelessList: ({ className, ...rest }: StylelessListProps) => react_jsx_runtime.JSX.Element;
|
|
745
|
+
type StylelessOListProps<TProps extends object = object> = TProps & ComponentPropsWithRef<'ol'>;
|
|
746
|
+
declare const StylelessOList: ({ className, ...rest }: StylelessOListProps) => react_jsx_runtime.JSX.Element;
|
|
745
747
|
|
|
746
748
|
/**
|
|
747
749
|
* Styling utils i TS (CSS-in-JS)
|
|
@@ -2481,6 +2483,8 @@ type ProgressTrackerProps = BaseComponentPropsWithChildren<HTMLDivElement, {
|
|
|
2481
2483
|
activeStep?: number;
|
|
2482
2484
|
/** Ekstra logikk ved klikking på et steg. */
|
|
2483
2485
|
onStepChange?: (step: number) => void;
|
|
2486
|
+
/**Retning stegene gjengis i. OBS! Ikke tilpasset mindre skjermer. */
|
|
2487
|
+
direction?: Direction$1;
|
|
2484
2488
|
}>;
|
|
2485
2489
|
type ProgressTrackerComponent = ForwardRefExoticComponent<ProgressTrackerProps> & {
|
|
2486
2490
|
Item: typeof ProgressTrackerItem;
|
|
@@ -2522,9 +2526,11 @@ type SearchProps = Pick<InputProps, 'tip' | 'label'> & {
|
|
|
2522
2526
|
componentSize?: SearchSize;
|
|
2523
2527
|
/**Props for søkeknappen. */
|
|
2524
2528
|
buttonProps?: SearchButtonProps;
|
|
2529
|
+
/**Om søkeikonet skal vises. */
|
|
2530
|
+
showIcon?: boolean;
|
|
2525
2531
|
} & Pick<InputProps, 'width'> & Omit<ComponentPropsWithRef<'input'>, 'width'>;
|
|
2526
2532
|
declare const Search$1: {
|
|
2527
|
-
({ componentSize, buttonProps, name, label, tip, id, value, width, onChange, className, style, "aria-describedby": ariaDescribedby, ref, ...rest }: SearchProps): react_jsx_runtime.JSX.Element;
|
|
2533
|
+
({ componentSize, buttonProps, showIcon, name, label, tip, id, value, width, onChange, className, style, "aria-describedby": ariaDescribedby, ref, ...rest }: SearchProps): react_jsx_runtime.JSX.Element;
|
|
2528
2534
|
displayName: string;
|
|
2529
2535
|
};
|
|
2530
2536
|
|
|
@@ -3155,6 +3161,9 @@ declare function useTheme(): {
|
|
|
3155
3161
|
ddsZindexDropdown: "100";
|
|
3156
3162
|
ddsZindexSticky: "50";
|
|
3157
3163
|
ddsZindexAbsoluteElement: "1";
|
|
3164
|
+
ddsColorData10Default: "#196b8f";
|
|
3165
|
+
ddsColorData10Subtle: "#96c5d9";
|
|
3166
|
+
ddsColorData10Border: "#196b8f";
|
|
3158
3167
|
ddsColorDataRed100: "#f8d2d4";
|
|
3159
3168
|
ddsColorDataRed200: "#f0a5a9";
|
|
3160
3169
|
ddsColorDataRed300: "#e9787e";
|
|
@@ -3245,11 +3254,38 @@ declare function useTheme(): {
|
|
|
3245
3254
|
ddsColorDataGray700: "#444444";
|
|
3246
3255
|
ddsColorDataGray800: "#2e2e2e";
|
|
3247
3256
|
ddsColorDataGray900: "#171717";
|
|
3257
|
+
ddsColorData01Default: "#0f62fe";
|
|
3258
|
+
ddsColorData01Subtle: "#9fc0ff";
|
|
3259
|
+
ddsColorData01Border: "#0f62fe";
|
|
3260
|
+
ddsColorData02Default: "#b3572f";
|
|
3261
|
+
ddsColorData02Subtle: "#e1bcac";
|
|
3262
|
+
ddsColorData02Border: "#b3572f";
|
|
3263
|
+
ddsColorData03Default: "#727272";
|
|
3264
|
+
ddsColorData03Subtle: "#c7c7c7";
|
|
3265
|
+
ddsColorData03Border: "#727272";
|
|
3266
|
+
ddsColorData04Default: "#198038";
|
|
3267
|
+
ddsColorData04Subtle: "#a3ccaf";
|
|
3268
|
+
ddsColorData04Border: "#198038";
|
|
3269
|
+
ddsColorData05Default: "#8a3ffc";
|
|
3270
|
+
ddsColorData05Subtle: "#d0b2fe";
|
|
3271
|
+
ddsColorData05Border: "#8a3ffc";
|
|
3272
|
+
ddsColorData06Default: "#b62665";
|
|
3273
|
+
ddsColorData06Subtle: "#dfa5bf";
|
|
3274
|
+
ddsColorData06Border: "#b62665";
|
|
3275
|
+
ddsColorData07Default: "#7c7518";
|
|
3276
|
+
ddsColorData07Subtle: "#cdc9a1";
|
|
3277
|
+
ddsColorData07Border: "#7c7518";
|
|
3278
|
+
ddsColorData08Default: "#da1e28";
|
|
3279
|
+
ddsColorData08Subtle: "#f0a5a9";
|
|
3280
|
+
ddsColorData08Border: "#da1e28";
|
|
3281
|
+
ddsColorData09Default: "#007d79";
|
|
3282
|
+
ddsColorData09Subtle: "#90ccc9";
|
|
3283
|
+
ddsColorData09Border: "#007d79";
|
|
3248
3284
|
ddsColorBgDefault: "#ffffff";
|
|
3249
3285
|
ddsColorBgSubtle: "#f1f3f4";
|
|
3250
3286
|
ddsColorSurfaceDefault: "#ffffff";
|
|
3251
3287
|
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
3252
|
-
ddsColorSurfaceMedium: "#
|
|
3288
|
+
ddsColorSurfaceMedium: "#e9ebec";
|
|
3253
3289
|
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
3254
3290
|
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
3255
3291
|
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
@@ -3332,36 +3368,6 @@ declare function useTheme(): {
|
|
|
3332
3368
|
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
3333
3369
|
ddsColorFocusOutside: "#2a4b61";
|
|
3334
3370
|
ddsColorFocusInside: "#f1f8fd";
|
|
3335
|
-
ddsColorData10Default: "#196b8f";
|
|
3336
|
-
ddsColorData10Subtle: "#96c5d9";
|
|
3337
|
-
ddsColorData10Border: "#196b8f";
|
|
3338
|
-
ddsColorData01Default: "#0f62fe";
|
|
3339
|
-
ddsColorData01Subtle: "#9fc0ff";
|
|
3340
|
-
ddsColorData01Border: "#0f62fe";
|
|
3341
|
-
ddsColorData02Default: "#b3572f";
|
|
3342
|
-
ddsColorData02Subtle: "#e1bcac";
|
|
3343
|
-
ddsColorData02Border: "#b3572f";
|
|
3344
|
-
ddsColorData03Default: "#727272";
|
|
3345
|
-
ddsColorData03Subtle: "#c7c7c7";
|
|
3346
|
-
ddsColorData03Border: "#727272";
|
|
3347
|
-
ddsColorData04Default: "#198038";
|
|
3348
|
-
ddsColorData04Subtle: "#a3ccaf";
|
|
3349
|
-
ddsColorData04Border: "#198038";
|
|
3350
|
-
ddsColorData05Default: "#8a3ffc";
|
|
3351
|
-
ddsColorData05Subtle: "#d0b2fe";
|
|
3352
|
-
ddsColorData05Border: "#8a3ffc";
|
|
3353
|
-
ddsColorData06Default: "#b62665";
|
|
3354
|
-
ddsColorData06Subtle: "#dfa5bf";
|
|
3355
|
-
ddsColorData06Border: "#b62665";
|
|
3356
|
-
ddsColorData07Default: "#7c7518";
|
|
3357
|
-
ddsColorData07Subtle: "#cdc9a1";
|
|
3358
|
-
ddsColorData07Border: "#7c7518";
|
|
3359
|
-
ddsColorData08Default: "#da1e28";
|
|
3360
|
-
ddsColorData08Subtle: "#f0a5a9";
|
|
3361
|
-
ddsColorData08Border: "#da1e28";
|
|
3362
|
-
ddsColorData09Default: "#007d79";
|
|
3363
|
-
ddsColorData09Subtle: "#90ccc9";
|
|
3364
|
-
ddsColorData09Border: "#007d79";
|
|
3365
3371
|
ddsFontLabelMedium: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3366
3372
|
ddsFontBodyXsmall: "400 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3367
3373
|
ddsFontBodySmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
@@ -3548,6 +3554,9 @@ declare function useTheme(): {
|
|
|
3548
3554
|
ddsZindexDropdown: "100";
|
|
3549
3555
|
ddsZindexSticky: "50";
|
|
3550
3556
|
ddsZindexAbsoluteElement: "1";
|
|
3557
|
+
ddsColorData10Default: "#196b8f";
|
|
3558
|
+
ddsColorData10Subtle: "#96c5d9";
|
|
3559
|
+
ddsColorData10Border: "#196b8f";
|
|
3551
3560
|
ddsColorDataRed100: "#f8d2d4";
|
|
3552
3561
|
ddsColorDataRed200: "#f0a5a9";
|
|
3553
3562
|
ddsColorDataRed300: "#e9787e";
|
|
@@ -3638,11 +3647,38 @@ declare function useTheme(): {
|
|
|
3638
3647
|
ddsColorDataGray700: "#444444";
|
|
3639
3648
|
ddsColorDataGray800: "#2e2e2e";
|
|
3640
3649
|
ddsColorDataGray900: "#171717";
|
|
3650
|
+
ddsColorData01Default: "#0f62fe";
|
|
3651
|
+
ddsColorData01Subtle: "#9fc0ff";
|
|
3652
|
+
ddsColorData01Border: "#0f62fe";
|
|
3653
|
+
ddsColorData02Default: "#b3572f";
|
|
3654
|
+
ddsColorData02Subtle: "#e1bcac";
|
|
3655
|
+
ddsColorData02Border: "#b3572f";
|
|
3656
|
+
ddsColorData03Default: "#727272";
|
|
3657
|
+
ddsColorData03Subtle: "#c7c7c7";
|
|
3658
|
+
ddsColorData03Border: "#727272";
|
|
3659
|
+
ddsColorData04Default: "#198038";
|
|
3660
|
+
ddsColorData04Subtle: "#a3ccaf";
|
|
3661
|
+
ddsColorData04Border: "#198038";
|
|
3662
|
+
ddsColorData05Default: "#8a3ffc";
|
|
3663
|
+
ddsColorData05Subtle: "#d0b2fe";
|
|
3664
|
+
ddsColorData05Border: "#8a3ffc";
|
|
3665
|
+
ddsColorData06Default: "#b62665";
|
|
3666
|
+
ddsColorData06Subtle: "#dfa5bf";
|
|
3667
|
+
ddsColorData06Border: "#b62665";
|
|
3668
|
+
ddsColorData07Default: "#7c7518";
|
|
3669
|
+
ddsColorData07Subtle: "#cdc9a1";
|
|
3670
|
+
ddsColorData07Border: "#7c7518";
|
|
3671
|
+
ddsColorData08Default: "#da1e28";
|
|
3672
|
+
ddsColorData08Subtle: "#f0a5a9";
|
|
3673
|
+
ddsColorData08Border: "#da1e28";
|
|
3674
|
+
ddsColorData09Default: "#007d79";
|
|
3675
|
+
ddsColorData09Subtle: "#90ccc9";
|
|
3676
|
+
ddsColorData09Border: "#007d79";
|
|
3641
3677
|
ddsColorBgDefault: "#ffffff";
|
|
3642
3678
|
ddsColorBgSubtle: "#f1f3f4";
|
|
3643
3679
|
ddsColorSurfaceDefault: "#ffffff";
|
|
3644
3680
|
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
3645
|
-
ddsColorSurfaceMedium: "#
|
|
3681
|
+
ddsColorSurfaceMedium: "#e9ebec";
|
|
3646
3682
|
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
3647
3683
|
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
3648
3684
|
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
@@ -3725,36 +3761,6 @@ declare function useTheme(): {
|
|
|
3725
3761
|
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
3726
3762
|
ddsColorFocusOutside: "#2a4b61";
|
|
3727
3763
|
ddsColorFocusInside: "#f1f8fd";
|
|
3728
|
-
ddsColorData10Default: "#196b8f";
|
|
3729
|
-
ddsColorData10Subtle: "#96c5d9";
|
|
3730
|
-
ddsColorData10Border: "#196b8f";
|
|
3731
|
-
ddsColorData01Default: "#0f62fe";
|
|
3732
|
-
ddsColorData01Subtle: "#9fc0ff";
|
|
3733
|
-
ddsColorData01Border: "#0f62fe";
|
|
3734
|
-
ddsColorData02Default: "#b3572f";
|
|
3735
|
-
ddsColorData02Subtle: "#e1bcac";
|
|
3736
|
-
ddsColorData02Border: "#b3572f";
|
|
3737
|
-
ddsColorData03Default: "#727272";
|
|
3738
|
-
ddsColorData03Subtle: "#c7c7c7";
|
|
3739
|
-
ddsColorData03Border: "#727272";
|
|
3740
|
-
ddsColorData04Default: "#198038";
|
|
3741
|
-
ddsColorData04Subtle: "#a3ccaf";
|
|
3742
|
-
ddsColorData04Border: "#198038";
|
|
3743
|
-
ddsColorData05Default: "#8a3ffc";
|
|
3744
|
-
ddsColorData05Subtle: "#d0b2fe";
|
|
3745
|
-
ddsColorData05Border: "#8a3ffc";
|
|
3746
|
-
ddsColorData06Default: "#b62665";
|
|
3747
|
-
ddsColorData06Subtle: "#dfa5bf";
|
|
3748
|
-
ddsColorData06Border: "#b62665";
|
|
3749
|
-
ddsColorData07Default: "#7c7518";
|
|
3750
|
-
ddsColorData07Subtle: "#cdc9a1";
|
|
3751
|
-
ddsColorData07Border: "#7c7518";
|
|
3752
|
-
ddsColorData08Default: "#da1e28";
|
|
3753
|
-
ddsColorData08Subtle: "#f0a5a9";
|
|
3754
|
-
ddsColorData08Border: "#da1e28";
|
|
3755
|
-
ddsColorData09Default: "#007d79";
|
|
3756
|
-
ddsColorData09Subtle: "#90ccc9";
|
|
3757
|
-
ddsColorData09Border: "#007d79";
|
|
3758
3764
|
ddsBorderRadiusButton: "2px";
|
|
3759
3765
|
ddsBorderRadiusButtonNumberPx: 2;
|
|
3760
3766
|
ddsBorderRadiusSurface: "2px";
|
|
@@ -3970,4 +3976,4 @@ declare const VisuallyHidden: {
|
|
|
3970
3976
|
displayName: string;
|
|
3971
3977
|
};
|
|
3972
3978
|
|
|
3973
|
-
export { Accordion, AccordionBody, type AccordionBodyProps, AccordionHeader, type AccordionHeaderProps, type AccordionProps, AddTabButton, type AddTabButtonProps, AddressShieldedIcon, AgreementIcon, AnimatedChevronUpDown, AppsIcon, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AttachmentIcon, BORDER_COLORS, BORDER_RADII, BackLink, type BackLinkProps, Backdrop, BarChartBoxedIcon, BarChartIcon, type BaseComponentProps, type BaseComponentPropsWithChildren, type BaseItemProps, type BaseLabelProps, type BaseTypographyProps, BlockIcon, BookIcon, type BorderColor, type BorderRadius, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, type Breakpoint, BuildCircledIcon, BuildIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type ButtonPurpose, type ButtonSize, Calendar, CalendarIcon, CalendarMonthIcon, type CalendarProps, CalendarViewDayIcon, CalendarViewMonthIcon, CalendarViewWeekIcon, CallIcon, type Callback, Caption, type CaptionProps, Card, type CardAppearance, CardExpandable, CardExpandableBody, type CardExpandableBodyProps, CardExpandableHeader, type CardExpandableHeaderProps, type CardExpandableProps, type CardProps, type CardType, CaringIcon, CharCounter, ChatIcon, CheckCircledIcon, CheckIcon, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, ChecklistIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLargeLeftIcon, ChevronLargeRightIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CloseCircledIcon, CloseIcon, CloseSmallIcon, CloudIcon, CollapseIcon, CollapsibleTable, type CollapsibleTableProps, CollapsibleRow as CollapsibleTableRow, type ColumnsOccupied, CommentIcon, type CommonInputProps, Contrast, type ContrastProps, CookieBanner, CookieBannerCheckbox, type CookieBannerCheckboxProps, type CookieBannerProps, CopyIcon, CourtIcon, DatePicker, type DatePickerProps, DateRangeIcon, type DdsTheme, DeathsIcon, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, DetailList, DetailListDesc, type DetailListDescProps, type DetailListProps, DetailListRow, type DetailListRowProps, type DetailListSize, DetailListTerm, type DetailListTermProps, type Direction$1 as Direction, Divider, type DividerColor, type DividerProps, DoubleChevronLeftIcon, DoubleChevronRightIcon, DownloadDoneIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, ELEVATIONS, EditIcon, ElementAs, type Elevation, EmptyContent, type EmptyContentProps, ErrorIcon, ExclaimIcon, ExpandIcon, type ExpandableCardProps, type ExtractStrict, FacebookIcon, FamilyIcon, FavStar, type FavStarProps, Feedback, FeedbackIcon, type FeedbackProps, Fieldset, FieldsetGroup, type FieldsetGroupProps, type FieldsetProps, FileAddIcon, FileIcon, type FileList, FileShieldedIcon, FileTextIcon, FileUploader, type FileUploaderAccept, type FileUploaderProps, FilterIcon, FilterListIcon, FilterListOffIcon, FilterOffIcon, FindInPageIcon, FlickrIcon, type FloatingStyles, FolderAddIcon, FolderIcon, FolderShieldedIcon, Footer, FooterLeft, type FooterLeftProps, FooterList, FooterListGroup, type FooterListGroupProps, FooterListHeader, type FooterListHeaderProps, type FooterListProps, FooterLogo, type FooterLogoProps, type FooterProps, FooterSocialsGroup, type FooterSocialsGroupProps, FooterSocialsList, type FooterSocialsListProps, FullscreenExitIcon, FullscreenIcon, GavelIcon, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, GuardianIcon, HStack, type HStackProps, Heading, type HeadingLevel, type HeadingProps, HelpFilledIcon, HelpIcon, HelpSimpleIcon, HiddenInput, HomeIcon, HourglassBottomIcon, HourglassDisabledIcon, HourglassEmptyIcon, HourglassFullIcon, HourglassTopIcon, type HyphenTypographyType, Icon, type IconPosition, type IconProps, type IconSize, ImageIcon, type InfoCardProps, InfoIcon, InlineButton, type InlineButtonProps, InlineEditInput, type InlineEditInputProps, InlineEditTextArea, type InlineEditTextAreaProps, type InlineElement, Input, InputMessage, type InputMessageProps, type InputMessageType, type InputProps, type InputSize, type InputTypographyTypes, InstagramIcon, InternalHeader, type InternalHeaderProps, JordskifterettIcon, JordskiftesakIcon, KeyIcon, Label, type LabelProps, LagmannsrettIcon, LanguageIcon, type Layout, Legend, type LegendProps, LibraryAddIcon, LineChartIcon, Link, LinkIcon, LinkOffIcon, type LinkProps, LinkedInIcon, List, ListAltIcon, ListIcon, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, LocationIcon, LockIcon, LockOpenIcon, LoginIcon, LogoutIcon, MailIcon, MailOpenIcon, MenuIcon, MinusCirledIcon, MinusIcon, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, MoreHorizontalIcon, MoreVerticalIcon, NativeSelect, NativeSelectPlaceholder, type NativeSelectPlaceholderProps, type NativeSelectProps, type NavigationCardProps, NotarialIcon, NotificationsIcon, NotificationsOffIcon, type Nullable, OnlineMeetingIcon, OpenExternalIcon, type OtherTypographyType, OverflowMenu, OverflowMenuButton, type OverflowMenuButtonProps, OverflowMenuDivider, OverflowMenuGroup, type OverflowMenuGroupProps, OverflowMenuLink, type OverflowMenuLinkProps, OverflowMenuList, OverflowMenuListHeader, type OverflowMenuListItemBaseProps, type OverflowMenuProps, OverflowMenuSpan, type OverflowMenuSpanProps, Pagination, type PaginationOption, type PaginationProps, Paper, type PaperBackground, type PaperBorder, type PaperBorderRadius, type PaperElevation, type PaperProps, Paragraph, type ParagraphProps, PayoutIcon, PdfIcon, PersonAddIcon, PersonIcon, PersonShieldedIcon, PhoneInput, type PhoneInputProps, type PhoneInputValue, PinIcon, type Placement, PlusCircledIcon, PlusIcon, type PolymorphicBaseComponentProps, type PolymorphicProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, PowerOfAttorneyIcon, PrintIcon, ProgressBar, type ProgressBarProps, type ProgressBarSize, ProgressTracker, ProgressTrackerItem, type ProgressTrackerItemProps, type ProgressTrackerProps, PropertyIcon, type PropsOf, type PropsOfWithRef, PublishIcon, QuestionAnswerIcon, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type RadioValue, type Rating, ReceiptIcon, RedoIcon, RefreshIcon, ReplayIcon, type ResponsiveProps, type ResponsiveStackProps, ScreenSize, Search, SearchAutocompleteWrapper, type SearchAutocompleteWrapperProps, type SearchButtonProps, type SearchData, SearchIcon, type SearchProps, type SearchSize, SearchSuggestions, type SearchSuggestionsProps, Select, type SelectForwardRefType, type SelectOption, type SelectProps, SettingsIcon, ShowHide, type ShowHideProps, type Size, Skeleton, type SkeletonAppearance, type SkeletonProps, SkipToContent, type SkipToContentProps, SmsIcon, type SortOrder, type SpacingScale, Spinner, type SpinnerProps, SplitButton, type SplitButtonPrimaryActionProps, type SplitButtonProps, type SplitButtonPurpose, type SplitButtonSecondaryActionsProps, StarFilledIcon, StarHalfFilled, StarIcon, StatefulInput, type StatefulInputProps, type StaticTypographyType, StylelessList, type StylelessListProps, type SvgIcon, type SvgProps, SvgWrapper, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, type TabSize, Table, Body as TableBody, type TableBodyProps, Cell as TableCell, type TableCellLayout, type TableCellProps, type TableCellType, Foot as TableFoot, type TableFootProps, Head as TableHead, type TableHeadProps, type TableProps, Row as TableRow, type TableRowProps, type TableRowType, type TableSize, SortCell as TableSortCell, type TableSortCellProps, TableWrapper, Tabs, type TabsProps, Tag, type TagAppearance, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, TextOverflowEllipsisInner, TextOverflowEllipsisWrapper, ThemeContext, ThemeProvider, type ThemeProviderProps, ThumbDownFilledIcon, ThumbDownIcon, type ThumbIconProps, ThumbUpFilledIcon, ThumbUpIcon, TimeIcon, TimePicker, type TimePickerProps, TingrettIcon, TipIcon, Toggle, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, type ToggleProps, ToggleRadio, type ToggleRadioProps, type ToggleSize, Tooltip, type TooltipProps, TrashIcon, TrendingDownIcon, TrendingUpIcon, Typography, type TypographyAnchorType, type TypographyBodyType, type TypographyComponentProps, type TypographyHeadingType, type TypographyLabelType, type TypographyLeadType, type TypographyProps, type TypographyType, UndoIcon, UnfoldLessIcon, UnfoldMoreIcon, UploadIcon, type UseFloatPositionOptions, VStack, type VStackProps, VisibilityOffIcon, VisibilityOnIcon, VisuallyHidden, type VisuallyHiddenProps, WarningIcon, WebexIcon, type WeightedSearchData, type WidthProps, type WithRequiredIf, XIcon, ZoomInIcon, ZoomOutIcon, calendarDateToNativeDate, cn, countryOptions, createSelectOptions, dateValueToNativeDate, defaultTypographyType, defaultTypographyTypeClassName, focusVisible, focusVisibleInset, focusVisibleTransitionValue, getBaseHTMLProps, getDefaultText, getElementType, getInputWidth, getLiteralScreenSize, getTypographyCn, handleElementWithBackdropMount, handleElementWithBackdropUnmount, hideInput, index as icons, inheritLinkStyling, inlineElements, isAnchorTypographyProps, isBorderColor, isBorderRadius, isCaption, isElevation, isHeading, isInlineElement, isKeyboardEvent, isLegend, isPaperBackground, nativeDateToCalendarDate, nativeDateToDateValue, nativeDateToTime, normalizeButton, outlineInset, outlineOffset, removeButtonStyling, removeListStyling, renderCharCounter, renderInputMessage, scrollbarStyling, typographyTypes, useCombinedRef, useFloatPosition, useFocusTrap, useIsMounted, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize, useTheme, useWindowResize, visibilityTransition };
|
|
3979
|
+
export { Accordion, AccordionBody, type AccordionBodyProps, AccordionHeader, type AccordionHeaderProps, type AccordionProps, AddTabButton, type AddTabButtonProps, AddressShieldedIcon, AgreementIcon, AnimatedChevronUpDown, AppsIcon, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AttachmentIcon, BORDER_COLORS, BORDER_RADII, BackLink, type BackLinkProps, Backdrop, BarChartBoxedIcon, BarChartIcon, type BaseComponentProps, type BaseComponentPropsWithChildren, type BaseItemProps, type BaseLabelProps, type BaseTypographyProps, BlockIcon, BookIcon, type BorderColor, type BorderRadius, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, type Breakpoint, BuildCircledIcon, BuildIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type ButtonPurpose, type ButtonSize, Calendar, CalendarIcon, CalendarMonthIcon, type CalendarProps, CalendarViewDayIcon, CalendarViewMonthIcon, CalendarViewWeekIcon, CallIcon, type Callback, Caption, type CaptionProps, Card, type CardAppearance, CardExpandable, CardExpandableBody, type CardExpandableBodyProps, CardExpandableHeader, type CardExpandableHeaderProps, type CardExpandableProps, type CardProps, type CardType, CaringIcon, CharCounter, ChatIcon, CheckCircledIcon, CheckIcon, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, ChecklistIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLargeLeftIcon, ChevronLargeRightIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CloseCircledIcon, CloseIcon, CloseSmallIcon, CloudIcon, CollapseIcon, CollapsibleTable, type CollapsibleTableProps, CollapsibleRow as CollapsibleTableRow, type ColumnsOccupied, CommentIcon, type CommonInputProps, Contrast, type ContrastProps, CookieBanner, CookieBannerCheckbox, type CookieBannerCheckboxProps, type CookieBannerProps, CopyIcon, CourtIcon, DatePicker, type DatePickerProps, DateRangeIcon, type DdsTheme, DeathsIcon, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, DetailList, DetailListDesc, type DetailListDescProps, type DetailListProps, DetailListRow, type DetailListRowProps, type DetailListSize, DetailListTerm, type DetailListTermProps, type Direction$1 as Direction, Divider, type DividerColor, type DividerProps, DoubleChevronLeftIcon, DoubleChevronRightIcon, DownloadDoneIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, ELEVATIONS, EditIcon, ElementAs, type Elevation, EmptyContent, type EmptyContentProps, ErrorIcon, ExclaimIcon, ExpandIcon, type ExpandableCardProps, type ExtractStrict, FacebookIcon, FamilyIcon, FavStar, type FavStarProps, Feedback, FeedbackIcon, type FeedbackProps, Fieldset, FieldsetGroup, type FieldsetGroupProps, type FieldsetProps, FileAddIcon, FileIcon, type FileList, FileShieldedIcon, FileTextIcon, FileUploader, type FileUploaderAccept, type FileUploaderProps, FilterIcon, FilterListIcon, FilterListOffIcon, FilterOffIcon, FindInPageIcon, FlickrIcon, type FloatingStyles, FolderAddIcon, FolderIcon, FolderShieldedIcon, Footer, FooterLeft, type FooterLeftProps, FooterList, FooterListGroup, type FooterListGroupProps, FooterListHeader, type FooterListHeaderProps, type FooterListProps, FooterLogo, type FooterLogoProps, type FooterProps, FooterSocialsGroup, type FooterSocialsGroupProps, FooterSocialsList, type FooterSocialsListProps, FullscreenExitIcon, FullscreenIcon, GavelIcon, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, GuardianIcon, HStack, type HStackProps, Heading, type HeadingLevel, type HeadingProps, HelpFilledIcon, HelpIcon, HelpSimpleIcon, HiddenInput, HomeIcon, HourglassBottomIcon, HourglassDisabledIcon, HourglassEmptyIcon, HourglassFullIcon, HourglassTopIcon, type HyphenTypographyType, Icon, type IconPosition, type IconProps, type IconSize, ImageIcon, type InfoCardProps, InfoIcon, InlineButton, type InlineButtonProps, InlineEditInput, type InlineEditInputProps, InlineEditTextArea, type InlineEditTextAreaProps, type InlineElement, Input, InputMessage, type InputMessageProps, type InputMessageType, type InputProps, type InputSize, type InputTypographyTypes, InstagramIcon, InternalHeader, type InternalHeaderProps, JordskifterettIcon, JordskiftesakIcon, KeyIcon, Label, type LabelProps, LagmannsrettIcon, LanguageIcon, type Layout, Legend, type LegendProps, LibraryAddIcon, LineChartIcon, Link, LinkIcon, LinkOffIcon, type LinkProps, LinkedInIcon, List, ListAltIcon, ListIcon, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, LocationIcon, LockIcon, LockOpenIcon, LoginIcon, LogoutIcon, MailIcon, MailOpenIcon, MenuIcon, MinusCirledIcon, MinusIcon, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, MoreHorizontalIcon, MoreVerticalIcon, NativeSelect, NativeSelectPlaceholder, type NativeSelectPlaceholderProps, type NativeSelectProps, type NavigationCardProps, NotarialIcon, NotificationsIcon, NotificationsOffIcon, type Nullable, OnlineMeetingIcon, OpenExternalIcon, type OtherTypographyType, OverflowMenu, OverflowMenuButton, type OverflowMenuButtonProps, OverflowMenuDivider, OverflowMenuGroup, type OverflowMenuGroupProps, OverflowMenuLink, type OverflowMenuLinkProps, OverflowMenuList, OverflowMenuListHeader, type OverflowMenuListItemBaseProps, type OverflowMenuProps, OverflowMenuSpan, type OverflowMenuSpanProps, Pagination, type PaginationOption, type PaginationProps, Paper, type PaperBackground, type PaperBorder, type PaperBorderRadius, type PaperElevation, type PaperProps, Paragraph, type ParagraphProps, PayoutIcon, PdfIcon, PersonAddIcon, PersonIcon, PersonShieldedIcon, PhoneInput, type PhoneInputProps, type PhoneInputValue, PinIcon, type Placement, PlusCircledIcon, PlusIcon, type PolymorphicBaseComponentProps, type PolymorphicProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, PowerOfAttorneyIcon, PrintIcon, ProgressBar, type ProgressBarProps, type ProgressBarSize, ProgressTracker, ProgressTrackerItem, type ProgressTrackerItemProps, type ProgressTrackerProps, PropertyIcon, type PropsOf, type PropsOfWithRef, PublishIcon, QuestionAnswerIcon, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type RadioValue, type Rating, ReceiptIcon, RedoIcon, RefreshIcon, ReplayIcon, type ResponsiveProps, type ResponsiveStackProps, ScreenSize, Search, SearchAutocompleteWrapper, type SearchAutocompleteWrapperProps, type SearchButtonProps, type SearchData, SearchIcon, type SearchProps, type SearchSize, SearchSuggestions, type SearchSuggestionsProps, Select, type SelectForwardRefType, type SelectOption, type SelectProps, SettingsIcon, ShowHide, type ShowHideProps, type Size, Skeleton, type SkeletonAppearance, type SkeletonProps, SkipToContent, type SkipToContentProps, SmsIcon, type SortOrder, type SpacingScale, Spinner, type SpinnerProps, SplitButton, type SplitButtonPrimaryActionProps, type SplitButtonProps, type SplitButtonPurpose, type SplitButtonSecondaryActionsProps, StarFilledIcon, StarHalfFilled, StarIcon, StatefulInput, type StatefulInputProps, type StaticTypographyType, StylelessList, type StylelessListProps, StylelessOList, type StylelessOListProps, type SvgIcon, type SvgProps, SvgWrapper, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, type TabSize, Table, Body as TableBody, type TableBodyProps, Cell as TableCell, type TableCellLayout, type TableCellProps, type TableCellType, Foot as TableFoot, type TableFootProps, Head as TableHead, type TableHeadProps, type TableProps, Row as TableRow, type TableRowProps, type TableRowType, type TableSize, SortCell as TableSortCell, type TableSortCellProps, TableWrapper, Tabs, type TabsProps, Tag, type TagAppearance, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, TextOverflowEllipsisInner, TextOverflowEllipsisWrapper, ThemeContext, ThemeProvider, type ThemeProviderProps, ThumbDownFilledIcon, ThumbDownIcon, type ThumbIconProps, ThumbUpFilledIcon, ThumbUpIcon, TimeIcon, TimePicker, type TimePickerProps, TingrettIcon, TipIcon, Toggle, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, type ToggleProps, ToggleRadio, type ToggleRadioProps, type ToggleSize, Tooltip, type TooltipProps, TrashIcon, TrendingDownIcon, TrendingUpIcon, Typography, type TypographyAnchorType, type TypographyBodyType, type TypographyComponentProps, type TypographyHeadingType, type TypographyLabelType, type TypographyLeadType, type TypographyProps, type TypographyType, UndoIcon, UnfoldLessIcon, UnfoldMoreIcon, UploadIcon, type UseFloatPositionOptions, VStack, type VStackProps, VisibilityOffIcon, VisibilityOnIcon, VisuallyHidden, type VisuallyHiddenProps, WarningIcon, WebexIcon, type WeightedSearchData, type WidthProps, type WithRequiredIf, XIcon, ZoomInIcon, ZoomOutIcon, calendarDateToNativeDate, cn, countryOptions, createSelectOptions, dateValueToNativeDate, defaultTypographyType, defaultTypographyTypeClassName, focusVisible, focusVisibleInset, focusVisibleTransitionValue, getBaseHTMLProps, getDefaultText, getElementType, getInputWidth, getLiteralScreenSize, getTypographyCn, handleElementWithBackdropMount, handleElementWithBackdropUnmount, hideInput, index as icons, inheritLinkStyling, inlineElements, isAnchorTypographyProps, isBorderColor, isBorderRadius, isCaption, isElevation, isHeading, isInlineElement, isKeyboardEvent, isLegend, isPaperBackground, nativeDateToCalendarDate, nativeDateToDateValue, nativeDateToTime, normalizeButton, outlineInset, outlineOffset, removeButtonStyling, removeListStyling, renderCharCounter, renderInputMessage, scrollbarStyling, typographyTypes, useCombinedRef, useFloatPosition, useFocusTrap, useIsMounted, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize, useTheme, useWindowResize, visibilityTransition };
|