@norges-domstoler/dds-components 13.10.1 → 13.10.2

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 CHANGED
@@ -54,7 +54,7 @@ type OverflowMenuProps = BaseComponentProps<HTMLDivElement, {
54
54
  }>;
55
55
 
56
56
  interface ContainerProps {
57
- isOpen: boolean;
57
+ $isOpen: boolean;
58
58
  }
59
59
  declare const Container: styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>>;
60
60
  declare const OverflowMenuList: styled_components.IStyledComponent<"web", {
@@ -67,21 +67,21 @@ declare const OverflowMenuList: styled_components.IStyledComponent<"web", {
67
67
  accessKey?: string | undefined;
68
68
  autoFocus?: boolean | undefined;
69
69
  className?: string | undefined;
70
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
70
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
71
71
  contextMenu?: string | undefined;
72
72
  dir?: string | undefined;
73
- draggable?: (boolean | "false" | "true") | undefined;
73
+ draggable?: (boolean | "true" | "false") | undefined;
74
74
  hidden?: boolean | undefined;
75
75
  id?: string | undefined;
76
76
  lang?: string | undefined;
77
77
  nonce?: string | undefined;
78
78
  placeholder?: string | undefined;
79
79
  slot?: string | undefined;
80
- spellCheck?: (boolean | "false" | "true") | undefined;
80
+ spellCheck?: (boolean | "true" | "false") | undefined;
81
81
  style?: react.CSSProperties | undefined;
82
82
  tabIndex?: number | undefined;
83
83
  title?: string | undefined;
84
- translate?: "yes" | "no" | undefined;
84
+ translate?: "no" | "yes" | undefined;
85
85
  radioGroup?: string | undefined;
86
86
  role?: react.AriaRole | undefined;
87
87
  about?: string | undefined;
@@ -106,56 +106,56 @@ declare const OverflowMenuList: styled_components.IStyledComponent<"web", {
106
106
  itemRef?: string | undefined;
107
107
  results?: number | undefined;
108
108
  security?: string | undefined;
109
- unselectable?: "on" | "off" | undefined;
109
+ unselectable?: "off" | "on" | undefined;
110
110
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
111
111
  is?: string | undefined;
112
112
  "aria-activedescendant"?: string | undefined;
113
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
114
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
113
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
114
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
115
115
  "aria-braillelabel"?: string | undefined;
116
116
  "aria-brailleroledescription"?: string | undefined;
117
- "aria-busy"?: (boolean | "false" | "true") | undefined;
118
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
117
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
118
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
119
119
  "aria-colcount"?: number | undefined;
120
120
  "aria-colindex"?: number | undefined;
121
121
  "aria-colindextext"?: string | undefined;
122
122
  "aria-colspan"?: number | undefined;
123
123
  "aria-controls"?: string | undefined;
124
- "aria-current"?: boolean | "time" | "step" | "page" | "false" | "true" | "location" | "date" | undefined;
124
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
125
125
  "aria-describedby"?: string | undefined;
126
126
  "aria-description"?: string | undefined;
127
127
  "aria-details"?: string | undefined;
128
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
129
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
128
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
129
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
130
130
  "aria-errormessage"?: string | undefined;
131
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
131
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
132
132
  "aria-flowto"?: string | undefined;
133
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
134
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
135
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
136
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
133
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
134
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
135
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
136
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
137
137
  "aria-keyshortcuts"?: string | undefined;
138
138
  "aria-label"?: string | undefined;
139
139
  "aria-labelledby"?: string | undefined;
140
140
  "aria-level"?: number | undefined;
141
141
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
142
- "aria-modal"?: (boolean | "false" | "true") | undefined;
143
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
144
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
142
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
143
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
144
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
145
145
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
146
146
  "aria-owns"?: string | undefined;
147
147
  "aria-placeholder"?: string | undefined;
148
148
  "aria-posinset"?: number | undefined;
149
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
150
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
151
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
152
- "aria-required"?: (boolean | "false" | "true") | undefined;
149
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
150
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
151
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
152
+ "aria-required"?: (boolean | "true" | "false") | undefined;
153
153
  "aria-roledescription"?: string | undefined;
154
154
  "aria-rowcount"?: number | undefined;
155
155
  "aria-rowindex"?: number | undefined;
156
156
  "aria-rowindextext"?: string | undefined;
157
157
  "aria-rowspan"?: number | undefined;
158
- "aria-selected"?: (boolean | "false" | "true") | undefined;
158
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
159
159
  "aria-setsize"?: number | undefined;
160
160
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
161
161
  "aria-valuemax"?: number | undefined;
@@ -1062,7 +1062,7 @@ declare const DescriptionList: react.ForwardRefExoticComponent<Pick<react.HTMLAt
1062
1062
  /**Setter flex-direction. NB! Fungerer kun ved bruk av `DescriptionListGroup` som barn av `DescriptionList`.
1063
1063
  * @default "column"
1064
1064
  */
1065
- direction?: "column" | "row" | undefined;
1065
+ direction?: "row" | "column" | undefined;
1066
1066
  } & {
1067
1067
  children?: react.ReactNode;
1068
1068
  } & {
@@ -1902,20 +1902,20 @@ declare const StyledTextArea: styled_components.IStyledComponent<"web", styled_c
1902
1902
  accessKey?: string | undefined;
1903
1903
  autoFocus?: boolean | undefined;
1904
1904
  className?: string | undefined;
1905
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1905
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
1906
1906
  contextMenu?: string | undefined;
1907
1907
  dir?: string | undefined;
1908
- draggable?: (boolean | "false" | "true") | undefined;
1908
+ draggable?: (boolean | "true" | "false") | undefined;
1909
1909
  hidden?: boolean | undefined;
1910
1910
  id?: string | undefined;
1911
1911
  lang?: string | undefined;
1912
1912
  nonce?: string | undefined;
1913
1913
  slot?: string | undefined;
1914
- spellCheck?: (boolean | "false" | "true") | undefined;
1914
+ spellCheck?: (boolean | "true" | "false") | undefined;
1915
1915
  style?: react.CSSProperties | undefined;
1916
1916
  tabIndex?: number | undefined;
1917
1917
  title?: string | undefined;
1918
- translate?: "yes" | "no" | undefined;
1918
+ translate?: "no" | "yes" | undefined;
1919
1919
  radioGroup?: string | undefined;
1920
1920
  role?: react.AriaRole | undefined;
1921
1921
  about?: string | undefined;
@@ -1940,56 +1940,56 @@ declare const StyledTextArea: styled_components.IStyledComponent<"web", styled_c
1940
1940
  itemRef?: string | undefined;
1941
1941
  results?: number | undefined;
1942
1942
  security?: string | undefined;
1943
- unselectable?: "on" | "off" | undefined;
1943
+ unselectable?: "off" | "on" | undefined;
1944
1944
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1945
1945
  is?: string | undefined;
1946
1946
  "aria-activedescendant"?: string | undefined;
1947
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
1948
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
1947
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
1948
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1949
1949
  "aria-braillelabel"?: string | undefined;
1950
1950
  "aria-brailleroledescription"?: string | undefined;
1951
- "aria-busy"?: (boolean | "false" | "true") | undefined;
1952
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1951
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
1952
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1953
1953
  "aria-colcount"?: number | undefined;
1954
1954
  "aria-colindex"?: number | undefined;
1955
1955
  "aria-colindextext"?: string | undefined;
1956
1956
  "aria-colspan"?: number | undefined;
1957
1957
  "aria-controls"?: string | undefined;
1958
- "aria-current"?: boolean | "time" | "step" | "page" | "false" | "true" | "location" | "date" | undefined;
1958
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
1959
1959
  "aria-describedby"?: string | undefined;
1960
1960
  "aria-description"?: string | undefined;
1961
1961
  "aria-details"?: string | undefined;
1962
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
1963
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1962
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
1963
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1964
1964
  "aria-errormessage"?: string | undefined;
1965
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
1965
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
1966
1966
  "aria-flowto"?: string | undefined;
1967
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1968
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
1969
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
1970
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1967
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1968
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1969
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
1970
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1971
1971
  "aria-keyshortcuts"?: string | undefined;
1972
1972
  "aria-label"?: string | undefined;
1973
1973
  "aria-labelledby"?: string | undefined;
1974
1974
  "aria-level"?: number | undefined;
1975
1975
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
1976
- "aria-modal"?: (boolean | "false" | "true") | undefined;
1977
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
1978
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
1976
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
1977
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
1978
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1979
1979
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
1980
1980
  "aria-owns"?: string | undefined;
1981
1981
  "aria-placeholder"?: string | undefined;
1982
1982
  "aria-posinset"?: number | undefined;
1983
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1984
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
1985
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1986
- "aria-required"?: (boolean | "false" | "true") | undefined;
1983
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1984
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
1985
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1986
+ "aria-required"?: (boolean | "true" | "false") | undefined;
1987
1987
  "aria-roledescription"?: string | undefined;
1988
1988
  "aria-rowcount"?: number | undefined;
1989
1989
  "aria-rowindex"?: number | undefined;
1990
1990
  "aria-rowindextext"?: string | undefined;
1991
1991
  "aria-rowspan"?: number | undefined;
1992
- "aria-selected"?: (boolean | "false" | "true") | undefined;
1992
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
1993
1993
  "aria-setsize"?: number | undefined;
1994
1994
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1995
1995
  "aria-valuemax"?: number | undefined;
@@ -2205,20 +2205,20 @@ declare const StyledTextArea: styled_components.IStyledComponent<"web", styled_c
2205
2205
  accessKey?: string | undefined;
2206
2206
  autoFocus?: boolean | undefined;
2207
2207
  className?: string | undefined;
2208
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2208
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
2209
2209
  contextMenu?: string | undefined;
2210
2210
  dir?: string | undefined;
2211
- draggable?: (boolean | "false" | "true") | undefined;
2211
+ draggable?: (boolean | "true" | "false") | undefined;
2212
2212
  hidden?: boolean | undefined;
2213
2213
  id?: string | undefined;
2214
2214
  lang?: string | undefined;
2215
2215
  nonce?: string | undefined;
2216
2216
  slot?: string | undefined;
2217
- spellCheck?: (boolean | "false" | "true") | undefined;
2217
+ spellCheck?: (boolean | "true" | "false") | undefined;
2218
2218
  style?: react.CSSProperties | undefined;
2219
2219
  tabIndex?: number | undefined;
2220
2220
  title?: string | undefined;
2221
- translate?: "yes" | "no" | undefined;
2221
+ translate?: "no" | "yes" | undefined;
2222
2222
  radioGroup?: string | undefined;
2223
2223
  role?: react.AriaRole | undefined;
2224
2224
  about?: string | undefined;
@@ -2243,56 +2243,56 @@ declare const StyledTextArea: styled_components.IStyledComponent<"web", styled_c
2243
2243
  itemRef?: string | undefined;
2244
2244
  results?: number | undefined;
2245
2245
  security?: string | undefined;
2246
- unselectable?: "on" | "off" | undefined;
2246
+ unselectable?: "off" | "on" | undefined;
2247
2247
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2248
2248
  is?: string | undefined;
2249
2249
  "aria-activedescendant"?: string | undefined;
2250
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
2251
- "aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
2250
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
2251
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
2252
2252
  "aria-braillelabel"?: string | undefined;
2253
2253
  "aria-brailleroledescription"?: string | undefined;
2254
- "aria-busy"?: (boolean | "false" | "true") | undefined;
2255
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2254
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
2255
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
2256
2256
  "aria-colcount"?: number | undefined;
2257
2257
  "aria-colindex"?: number | undefined;
2258
2258
  "aria-colindextext"?: string | undefined;
2259
2259
  "aria-colspan"?: number | undefined;
2260
2260
  "aria-controls"?: string | undefined;
2261
- "aria-current"?: boolean | "time" | "step" | "page" | "false" | "true" | "location" | "date" | undefined;
2261
+ "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
2262
2262
  "aria-describedby"?: string | undefined;
2263
2263
  "aria-description"?: string | undefined;
2264
2264
  "aria-details"?: string | undefined;
2265
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
2266
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2265
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
2266
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
2267
2267
  "aria-errormessage"?: string | undefined;
2268
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
2268
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
2269
2269
  "aria-flowto"?: string | undefined;
2270
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2271
- "aria-haspopup"?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
2272
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
2273
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2270
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
2271
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
2272
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
2273
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2274
2274
  "aria-keyshortcuts"?: string | undefined;
2275
2275
  "aria-label"?: string | undefined;
2276
2276
  "aria-labelledby"?: string | undefined;
2277
2277
  "aria-level"?: number | undefined;
2278
2278
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
2279
- "aria-modal"?: (boolean | "false" | "true") | undefined;
2280
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
2281
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
2279
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
2280
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
2281
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
2282
2282
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
2283
2283
  "aria-owns"?: string | undefined;
2284
2284
  "aria-placeholder"?: string | undefined;
2285
2285
  "aria-posinset"?: number | undefined;
2286
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2287
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
2288
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2289
- "aria-required"?: (boolean | "false" | "true") | undefined;
2286
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
2287
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
2288
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2289
+ "aria-required"?: (boolean | "true" | "false") | undefined;
2290
2290
  "aria-roledescription"?: string | undefined;
2291
2291
  "aria-rowcount"?: number | undefined;
2292
2292
  "aria-rowindex"?: number | undefined;
2293
2293
  "aria-rowindextext"?: string | undefined;
2294
2294
  "aria-rowspan"?: number | undefined;
2295
- "aria-selected"?: (boolean | "false" | "true") | undefined;
2295
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
2296
2296
  "aria-setsize"?: number | undefined;
2297
2297
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
2298
2298
  "aria-valuemax"?: number | undefined;
@@ -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 };