@arkitektbedriftene/fe-lib 5.1.4 → 5.1.5

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.
@@ -141,6 +141,7 @@ export declare const richTextStyleObj: {
141
141
  border: string;
142
142
  verticalAlign: string;
143
143
  padding: string;
144
+ width: string;
144
145
  };
145
146
  };
146
147
  a: {
@@ -1338,7 +1338,8 @@ const bn = () => /* @__PURE__ */ h(B, { children: [
1338
1338
  td: {
1339
1339
  border: "1px solid black",
1340
1340
  verticalAlign: "top",
1341
- padding: "$2"
1341
+ padding: "$2",
1342
+ width: "75px"
1342
1343
  }
1343
1344
  },
1344
1345
  a: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektbedriftene/fe-lib",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./oidc": {