@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +313 -354
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +221 -381
- package/dist/index.mjs.map +1 -0
- package/package.json +7 -7
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
|
|
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
|
|
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';
|