@norges-domstoler/dds-components 0.0.0-dev-20230925154113 → 0.0.0-dev-20230927082608

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
@@ -1,6 +1,6 @@
1
1
  import * as _norges_domstoler_dds_core from '@norges-domstoler/dds-core';
2
2
  import { BaseComponentProps, Placement, As, PropsOf, BaseComponentPropsWithChildren, Direction as Direction$1, WithRequiredIf, TextColor, BreakpointBasedProps, ExtractStrict } from '@norges-domstoler/dds-core';
3
- export { BaseComponentProps, BaseComponentPropsWithChildren, BreakpointBasedProps, Placement, ScreenSize, ScreenSizeLiteral, getBaseHTMLProps, getLiteralScreenSize, isKeyboardEvent, useCombinedRef, useFloatPosition, useFocusTrap, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize } from '@norges-domstoler/dds-core';
3
+ export * from '@norges-domstoler/dds-core';
4
4
  import * as _norges_domstoler_dds_form from '@norges-domstoler/dds-form';
5
5
  import { InputSize, InputProps, CommonInputProps } from '@norges-domstoler/dds-form';
6
6
  export * from '@norges-domstoler/dds-form';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _norges_domstoler_dds_core from '@norges-domstoler/dds-core';
2
2
  import { BaseComponentProps, Placement, As, PropsOf, BaseComponentPropsWithChildren, Direction as Direction$1, WithRequiredIf, TextColor, BreakpointBasedProps, ExtractStrict } from '@norges-domstoler/dds-core';
3
- export { BaseComponentProps, BaseComponentPropsWithChildren, BreakpointBasedProps, Placement, ScreenSize, ScreenSizeLiteral, getBaseHTMLProps, getLiteralScreenSize, isKeyboardEvent, useCombinedRef, useFloatPosition, useFocusTrap, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize } from '@norges-domstoler/dds-core';
3
+ export * from '@norges-domstoler/dds-core';
4
4
  import * as _norges_domstoler_dds_form from '@norges-domstoler/dds-form';
5
5
  import { InputSize, InputProps, CommonInputProps } from '@norges-domstoler/dds-form';
6
6
  export * from '@norges-domstoler/dds-form';