@norges-domstoler/dds-components 0.0.0-dev-20240304081619 → 0.0.0-dev-20240304142658
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 +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5868,7 +5868,12 @@ var { colors: colors14, spacing: spacing13, borderRadius: borderRadius5 } = impo
|
|
|
5868
5868
|
var typographyType3 = "bodySans01";
|
|
5869
5869
|
var container3 = {
|
|
5870
5870
|
gap: spacing13.SizesDdsSpacingX025,
|
|
5871
|
-
padding:
|
|
5871
|
+
padding: [
|
|
5872
|
+
spacing13.SizesDdsSpacingX0125,
|
|
5873
|
+
spacing13.SizesDdsSpacingX025,
|
|
5874
|
+
spacing13.SizesDdsSpacingX0125,
|
|
5875
|
+
spacing13.SizesDdsSpacingX05
|
|
5876
|
+
].join(" "),
|
|
5872
5877
|
backgroundColor: colors14.DdsColorNeutralsGray1,
|
|
5873
5878
|
border: `1px solid ${colors14.DdsColorNeutralsGray3}`,
|
|
5874
5879
|
borderRadius: borderRadius5.RadiiDdsBorderRadius1Radius
|