@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.js
CHANGED
|
@@ -2124,7 +2124,7 @@ var BG_RING = "#d2e4ea";
|
|
|
2124
2124
|
function SwypeLoadingScreen() {
|
|
2125
2125
|
return /* @__PURE__ */ jsxs("div", { style: containerStyle, children: [
|
|
2126
2126
|
/* @__PURE__ */ jsxs("div", { style: contentStyle, children: [
|
|
2127
|
-
/* @__PURE__ */ jsx("p", { style: wordmarkStyle, children: "
|
|
2127
|
+
/* @__PURE__ */ jsx("p", { style: wordmarkStyle, children: "BLINK" }),
|
|
2128
2128
|
/* @__PURE__ */ jsx("div", { style: spinnerStyle })
|
|
2129
2129
|
] }),
|
|
2130
2130
|
/* @__PURE__ */ jsx("style", { children: `
|