@norges-domstoler/dds-components 23.1.1 → 23.1.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.css +4 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7504,8 +7504,7 @@ function DateSegment({
|
|
|
7504
7504
|
className: cn(
|
|
7505
7505
|
segmentProps.className,
|
|
7506
7506
|
DateInput_default.segment,
|
|
7507
|
-
typographyStyles_default[`body-short-${componentSize}`]
|
|
7508
|
-
Input_default[`input--${componentSize}`]
|
|
7507
|
+
typographyStyles_default[`body-short-${componentSize}`]
|
|
7509
7508
|
),
|
|
7510
7509
|
style: {
|
|
7511
7510
|
...segmentProps.style,
|