@norges-domstoler/dds-components 0.0.0-dev-20260625103119 → 0.0.0-dev-20260625104517
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.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.js
CHANGED
|
@@ -14533,7 +14533,7 @@ var Table = ({
|
|
|
14533
14533
|
withStripes && Table_default["table--with-stripes"],
|
|
14534
14534
|
stickyHeader && Table_default["table--sticky-header"],
|
|
14535
14535
|
scrollbar,
|
|
14536
|
-
typographyStyles_default[`body-
|
|
14536
|
+
typographyStyles_default[`body-long-${tgSize()}`]
|
|
14537
14537
|
),
|
|
14538
14538
|
children
|
|
14539
14539
|
}
|