@arkitektbedriftene/fe-lib 2.3.1 → 2.3.3
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/rich-text.es.js +1 -0
- package/package.json +3 -3
package/dist/rich-text.es.js
CHANGED
|
@@ -1756,6 +1756,7 @@ const nn = ({ onClose: t }) => {
|
|
|
1756
1756
|
return /* @__PURE__ */ u(
|
|
1757
1757
|
Z,
|
|
1758
1758
|
{
|
|
1759
|
+
align: "end",
|
|
1759
1760
|
trigger: /* @__PURE__ */ o(ut, { dropdown: !0, children: /* @__PURE__ */ o(yt, { size: "1.25rem" }) }),
|
|
1760
1761
|
children: [
|
|
1761
1762
|
/* @__PURE__ */ u(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkitektbedriftene/fe-lib",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@types/react": "*",
|
|
65
65
|
"@types/react-dom": "*",
|
|
66
|
-
"react": "^18.2.0",
|
|
67
|
-
"react-dom": "^18.2.0"
|
|
66
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
67
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@biomejs/biome": "^1.6.2",
|