fansunited-frontend-components 0.0.1-RC12 → 0.0.1-RC14

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/components.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { ClassicQuizPlayProps } from 'fansunited-frontend-core';
2
2
 
3
- declare const ClassicQuizPlay: React.FC<ClassicQuizPlayProps>;
4
- export default ClassicQuizPlay;
3
+ export declare const ClassicQuizPlay: React.FC<ClassicQuizPlayProps>;
5
4
  //# sourceMappingURL=components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/components.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAIhE,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAC1B,CAAC;AAE3B,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/components.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAIhE,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CACjC,CAAC"}
package/components.js CHANGED
@@ -6812,7 +6812,7 @@ const Cp = (e, t = "theme-mode") => {
6812
6812
  border: e.border || yd
6813
6813
  }
6814
6814
  };
6815
- return console.log("Custom Theme Options:", o), Ii(o);
6815
+ return Ii(o);
6816
6816
  }, Ep = (e) => {
6817
6817
  const t = (e == null ? void 0 : e.mode) || "light", o = (e == null ? void 0 : e.modeStorageKey) || "theme-mode", n = xp(e);
6818
6818
  return Ii({
@@ -29959,9 +29959,7 @@ function Na(e) {
29959
29959
  const jI = (e) => {
29960
29960
  const [t, o] = wt(1), [n, r] = wt(null), [i, s] = wt(!1), [l, c] = wt([]), [d, u] = wt(
29961
29961
  []
29962
- ), [A, f] = wt(!1), [p, h] = wt(!0), [y, I] = wt(0), x = C4(e.entityId, e.sdk), R = y4(e.entityId, e.sdk);
29963
- console.log("props", e);
29964
- const E = Ar(() => !x || !R ? !1 : x.maxAttempts === 1 && R.length > 0, [x, R]);
29962
+ ), [A, f] = wt(!1), [p, h] = wt(!0), [y, I] = wt(0), x = C4(e.entityId, e.sdk), R = y4(e.entityId, e.sdk), E = Ar(() => !x || !R ? !1 : x.maxAttempts === 1 && R.length > 0, [x, R]);
29965
29963
  if (oo(() => {
29966
29964
  xm(e.language || "en");
29967
29965
  }, [e.language]), oo(() => {
package/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { default as ClassicQuizPlay } from './components';
1
+ export { ClassicQuizPlay } from './components';
2
2
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-frontend-components",
3
- "version": "0.0.1-RC12",
3
+ "version": "0.0.1-RC14",
4
4
  "description": "Various user centric components for Fans United features",
5
5
  "main": "components.js",
6
6
  "types": "components.d.ts",