@norges-domstoler/dds-components 0.0.0-dev-20240905100505 → 0.0.0-dev-20240906104216
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2380,7 +2380,7 @@ interface BaseItemProps {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
type ProgressTrackerItemProps = BaseComponentPropsWithChildren<HTMLButtonElement, BaseItemProps & {
|
|
2382
2382
|
/** Click-handler som gjør det mulig for bruker å klikke på steget for å navigere. Valgfri. */
|
|
2383
|
-
onClick
|
|
2383
|
+
onClick?: (index: number) => void;
|
|
2384
2384
|
}> | BaseComponentPropsWithChildren<HTMLDivElement, BaseItemProps & {
|
|
2385
2385
|
onClick?: undefined;
|
|
2386
2386
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -2380,7 +2380,7 @@ interface BaseItemProps {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
type ProgressTrackerItemProps = BaseComponentPropsWithChildren<HTMLButtonElement, BaseItemProps & {
|
|
2382
2382
|
/** Click-handler som gjør det mulig for bruker å klikke på steget for å navigere. Valgfri. */
|
|
2383
|
-
onClick
|
|
2383
|
+
onClick?: (index: number) => void;
|
|
2384
2384
|
}> | BaseComponentPropsWithChildren<HTMLDivElement, BaseItemProps & {
|
|
2385
2385
|
onClick?: undefined;
|
|
2386
2386
|
}>;
|
package/dist/index.js
CHANGED
|
@@ -8343,7 +8343,7 @@ var Grid = (props) => {
|
|
|
8343
8343
|
"div",
|
|
8344
8344
|
{
|
|
8345
8345
|
...getBaseHTMLProps(id, cn(className, Grid_default.grid), htmlProps, rest),
|
|
8346
|
-
style: { ...htmlProps == null ? void 0 : htmlProps.style, ...styleVariables }
|
|
8346
|
+
style: { ...style, ...htmlProps == null ? void 0 : htmlProps.style, ...styleVariables }
|
|
8347
8347
|
}
|
|
8348
8348
|
) : /* @__PURE__ */ (0, import_jsx_runtime243.jsx)(
|
|
8349
8349
|
"form",
|