@norges-domstoler/dds-components 0.0.0-dev-20241024131610 → 0.0.0-dev-20241028072936

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
@@ -2781,7 +2781,7 @@ type SkeletonProps = {
2781
2781
  /**CSS border radius.
2782
2782
  * @default "var(--dds-border-radius-surface)"
2783
2783
  */
2784
- borderRadius: Property.BorderRadius;
2784
+ borderRadius?: Property.BorderRadius;
2785
2785
  } & ComponentPropsWithRef<'div'>;
2786
2786
  declare const Skeleton: react.ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
2787
2787
 
package/dist/index.d.ts CHANGED
@@ -2781,7 +2781,7 @@ type SkeletonProps = {
2781
2781
  /**CSS border radius.
2782
2782
  * @default "var(--dds-border-radius-surface)"
2783
2783
  */
2784
- borderRadius: Property.BorderRadius;
2784
+ borderRadius?: Property.BorderRadius;
2785
2785
  } & ComponentPropsWithRef<'div'>;
2786
2786
  declare const Skeleton: react.ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
2787
2787