@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.mjs
CHANGED
|
@@ -7147,8 +7147,7 @@ function DateSegment({
|
|
|
7147
7147
|
className: cn(
|
|
7148
7148
|
segmentProps.className,
|
|
7149
7149
|
DateInput_default.segment,
|
|
7150
|
-
typographyStyles_default[`body-short-${componentSize}`]
|
|
7151
|
-
Input_default[`input--${componentSize}`]
|
|
7150
|
+
typographyStyles_default[`body-short-${componentSize}`]
|
|
7152
7151
|
),
|
|
7153
7152
|
style: {
|
|
7154
7153
|
...segmentProps.style,
|