fansunited-frontend-components 0.0.1-RC8 → 0.0.1-RC9

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.
@@ -0,0 +1,5 @@
1
+ import { ClassicQuizPlayProps } from '../../common/src';
2
+
3
+ declare const ClassicQuizPlay: React.FC<ClassicQuizPlayProps>;
4
+ export default ClassicQuizPlay;
5
+ //# sourceMappingURL=ClassicQuizPlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClassicQuizPlay.d.ts","sourceRoot":"","sources":["../../src/ClassicQuizPlay.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1D,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAC1B,CAAC;AAG3B,eAAe,eAAe,CAAC"}
package/components.js CHANGED
@@ -5541,7 +5541,7 @@ const Vr = Ii(), or = {
5541
5541
  }, {
5542
5542
  CssVarsProvider: cf,
5543
5543
  useColorScheme: df,
5544
- getInitColorSchemeScript: NI
5544
+ getInitColorSchemeScript: WI
5545
5545
  } = Mg({
5546
5546
  themeId: Kr,
5547
5547
  theme: Vr,
@@ -30113,7 +30113,7 @@ const jI = (e) => {
30113
30113
  );
30114
30114
  }
30115
30115
  return k();
30116
- }, WI = (e) => {
30116
+ }, YI = (e) => {
30117
30117
  var A;
30118
30118
  const [t, o] = Xt.useState(!1), n = Xt.useRef(null), r = Xt.useRef(null), i = Xt.useRef(null), s = Xt.useRef(null);
30119
30119
  Xt.useEffect(() => {
@@ -30155,7 +30155,7 @@ const jI = (e) => {
30155
30155
  d,
30156
30156
  u
30157
30157
  ] });
30158
- };
30158
+ }, GI = YI;
30159
30159
  export {
30160
- WI as ClassicQuizPlay
30160
+ GI as ClassicQuizPlay
30161
30161
  };
package/index.d.ts CHANGED
@@ -1,4 +1,2 @@
1
- import { default as ClassicQuizPlay } from '../../classic-quiz-play/src';
2
-
3
- export { ClassicQuizPlay };
1
+ export { default as ClassicQuizPlay } from './ClassicQuizPlay';
4
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,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-frontend-components",
3
- "version": "0.0.1-RC8",
3
+ "version": "0.0.1-RC9",
4
4
  "description": "Various user centric components for Fans United features",
5
5
  "main": "components.js",
6
6
  "types": "components.d.ts",