@streamlayer/react 0.41.0 → 0.41.1
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/lib/cjs/masters2.js +1 -1
- package/lib/cjs/useStreamLayerApp.js +1 -1
- package/lib/dist/cjs/index.js +33 -33
- package/lib/dist/es/index.js +805 -805
- package/lib/es/masters2.js +5 -5
- package/lib/es/useStreamLayerApp.js +1 -1
- package/package.json +2 -2
package/lib/es/masters2.js
CHANGED
|
@@ -20093,14 +20093,14 @@ const hS = /* @__PURE__ */ x("div")({
|
|
|
20093
20093
|
/* @__PURE__ */ w(m4, { name: "questionExpired" }),
|
|
20094
20094
|
/* @__PURE__ */ w(Eu, { children: A })
|
|
20095
20095
|
] }),
|
|
20096
|
-
R && /* @__PURE__ */ H(wt, { children: [
|
|
20096
|
+
!A && R && /* @__PURE__ */ H(wt, { children: [
|
|
20097
20097
|
/* @__PURE__ */ w(Yp, { children: /* @__PURE__ */ w(cn, { name: "questionExpired" }) }),
|
|
20098
20098
|
/* @__PURE__ */ H("div", { children: [
|
|
20099
20099
|
/* @__PURE__ */ w(vm, { children: /* @__PURE__ */ w(Eu, { children: "Question Expired" }) }),
|
|
20100
20100
|
/* @__PURE__ */ w(ly, { children: "You can still answer to see if you're correct, but no points are awarded for expired questions." })
|
|
20101
20101
|
] })
|
|
20102
20102
|
] }),
|
|
20103
|
-
y && /* @__PURE__ */ H(wt, { children: [
|
|
20103
|
+
!A && y && /* @__PURE__ */ H(wt, { children: [
|
|
20104
20104
|
/* @__PURE__ */ w(Yp, { children: /* @__PURE__ */ w(cn, { name: "questionExpired" }) }),
|
|
20105
20105
|
/* @__PURE__ */ H("div", { children: [
|
|
20106
20106
|
/* @__PURE__ */ w(vm, { children: /* @__PURE__ */ w(Eu, { children: "Question Closed" }) }),
|
|
@@ -20114,18 +20114,18 @@ const hS = /* @__PURE__ */ x("div")({
|
|
|
20114
20114
|
/* @__PURE__ */ w(ly, { children: "This event has already taken place, so the ability to make a prediction on its outcome is no longer available." })
|
|
20115
20115
|
] })
|
|
20116
20116
|
] }),
|
|
20117
|
-
se && /* @__PURE__ */ H(wt, { children: [
|
|
20117
|
+
!A && se && /* @__PURE__ */ H(wt, { children: [
|
|
20118
20118
|
/* @__PURE__ */ w(m4, { name: "icon-prediction" }),
|
|
20119
20119
|
/* @__PURE__ */ H(Eu, { children: [
|
|
20120
20120
|
"Your pick has been recorded. ",
|
|
20121
20121
|
/* @__PURE__ */ w($S, { children: "We’ll notify you of the result." })
|
|
20122
20122
|
] })
|
|
20123
20123
|
] }),
|
|
20124
|
-
Ie && /* @__PURE__ */ H(wt, { children: [
|
|
20124
|
+
!A && Ie && /* @__PURE__ */ H(wt, { children: [
|
|
20125
20125
|
/* @__PURE__ */ w(Yp, { "data-feedback-type": "correct", children: /* @__PURE__ */ w(cn, { name: "correct" }) }),
|
|
20126
20126
|
/* @__PURE__ */ w(Eu, { children: "Thanks for answering. Please stay tuned for the next question." })
|
|
20127
20127
|
] }),
|
|
20128
|
-
(ue || me) && !y && /* @__PURE__ */ H(wt, { children: [
|
|
20128
|
+
!A && (ue || me) && !y && /* @__PURE__ */ H(wt, { children: [
|
|
20129
20129
|
/* @__PURE__ */ w(Yp, { "data-feedback-type": Se, children: /* @__PURE__ */ w(cn, { name: Se }) }),
|
|
20130
20130
|
/* @__PURE__ */ w("div", { children: /* @__PURE__ */ H(vm, { children: [
|
|
20131
20131
|
/* @__PURE__ */ w(MS, { "data-feedback-type": Se, children: Je == null ? void 0 : Je.title }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/react",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
6
6
|
"maintainers": [
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"size-limit": "^11.0.2",
|
|
140
140
|
"url-loader": "^4.1.1",
|
|
141
141
|
"vite-plugin-dts": "^3.7.2",
|
|
142
|
-
"@streamlayer/react-ui": "^0.97.
|
|
142
|
+
"@streamlayer/react-ui": "^0.97.1"
|
|
143
143
|
},
|
|
144
144
|
"scripts": {
|
|
145
145
|
"size-limit": "size-limit"
|