rita-workspace 0.5.25 → 0.5.26
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2161,7 +2161,7 @@ var DrawingsDialog = ({
|
|
|
2161
2161
|
border: "1px solid #ffc107",
|
|
2162
2162
|
textTransform: "uppercase"
|
|
2163
2163
|
},
|
|
2164
|
-
title: "
|
|
2164
|
+
title: "Beta \u2014 funktionen \xE4r under utveckling och kan \xE4ndras",
|
|
2165
2165
|
children: "BETA"
|
|
2166
2166
|
}
|
|
2167
2167
|
)
|
|
@@ -2202,7 +2202,7 @@ var DrawingsDialog = ({
|
|
|
2202
2202
|
children: [
|
|
2203
2203
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { children: "\u26A0\uFE0F" }),
|
|
2204
2204
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("span", { children: [
|
|
2205
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("strong", { children: "
|
|
2205
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("strong", { children: "Beta:" }),
|
|
2206
2206
|
' Arbetsyta \xE4r under utveckling. Ta regelbundet backup via "Spara alla ritningar".'
|
|
2207
2207
|
] })
|
|
2208
2208
|
]
|
package/dist/index.mjs
CHANGED
|
@@ -2090,7 +2090,7 @@ var DrawingsDialog = ({
|
|
|
2090
2090
|
border: "1px solid #ffc107",
|
|
2091
2091
|
textTransform: "uppercase"
|
|
2092
2092
|
},
|
|
2093
|
-
title: "
|
|
2093
|
+
title: "Beta \u2014 funktionen \xE4r under utveckling och kan \xE4ndras",
|
|
2094
2094
|
children: "BETA"
|
|
2095
2095
|
}
|
|
2096
2096
|
)
|
|
@@ -2131,7 +2131,7 @@ var DrawingsDialog = ({
|
|
|
2131
2131
|
children: [
|
|
2132
2132
|
/* @__PURE__ */ jsx6("span", { children: "\u26A0\uFE0F" }),
|
|
2133
2133
|
/* @__PURE__ */ jsxs4("span", { children: [
|
|
2134
|
-
/* @__PURE__ */ jsx6("strong", { children: "
|
|
2134
|
+
/* @__PURE__ */ jsx6("strong", { children: "Beta:" }),
|
|
2135
2135
|
' Arbetsyta \xE4r under utveckling. Ta regelbundet backup via "Spara alla ritningar".'
|
|
2136
2136
|
] })
|
|
2137
2137
|
]
|