@swype-org/react-sdk 0.1.160 → 0.1.161
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2127,7 +2127,7 @@ var BG_RING = "#d2e4ea";
|
|
|
2127
2127
|
function SwypeLoadingScreen() {
|
|
2128
2128
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { style: containerStyle, children: [
|
|
2129
2129
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { style: contentStyle, children: [
|
|
2130
|
-
/* @__PURE__ */ jsxRuntime.jsx("p", { style: wordmarkStyle, children: "
|
|
2130
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { style: wordmarkStyle, children: "BLINK" }),
|
|
2131
2131
|
/* @__PURE__ */ jsxRuntime.jsx("div", { style: spinnerStyle })
|
|
2132
2132
|
] }),
|
|
2133
2133
|
/* @__PURE__ */ jsxRuntime.jsx("style", { children: `
|