@streamlayer/react 0.10.7 → 0.10.8

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +5 -5
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -115,7 +115,7 @@ declare module "packages/react-ui/src/lib/gamification/vote/components/voting-he
115
115
  }
116
116
  export const Timer: React.FC<TimerProps>;
117
117
  }
118
- declare module "packages/react-ui/src/lib/gamification/login/styles" {
118
+ declare module "packages/react-ui/src/lib/login/styles" {
119
119
  export const Panel: import("@emotion/styled").StyledComponent<{
120
120
  theme?: import("@emotion/react").Theme | undefined;
121
121
  as?: import("react").ElementType<any> | undefined;
@@ -145,7 +145,7 @@ declare module "packages/react-ui/src/lib/gamification/login/styles" {
145
145
  as?: import("react").ElementType<any> | undefined;
146
146
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
147
147
  }
148
- declare module "packages/react-ui/src/lib/gamification/login/index" {
148
+ declare module "packages/react-ui/src/lib/login/index" {
149
149
  import 'react-phone-number-input/style.css';
150
150
  export const Login: React.FC<{
151
151
  login: (token: string) => Promise<void>;
@@ -1607,7 +1607,7 @@ declare module "packages/react-ui/src/lib/demo/components/InPlayGame" {
1607
1607
  };
1608
1608
  export const InPlayGame: React.FC<InPlayGameType>;
1609
1609
  }
1610
- declare module "packages/react-ui/src/lib/gamification/user-account/styles" {
1610
+ declare module "packages/react-ui/src/lib/user-account/styles" {
1611
1611
  export const Container: import("@emotion/styled").StyledComponent<{
1612
1612
  theme?: import("@emotion/react").Theme | undefined;
1613
1613
  as?: import("react").ElementType<any> | undefined;
@@ -1645,7 +1645,7 @@ declare module "packages/react-ui/src/lib/gamification/user-account/styles" {
1645
1645
  as?: import("react").ElementType<any> | undefined;
1646
1646
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1647
1647
  }
1648
- declare module "packages/react-ui/src/lib/gamification/user-account/index" {
1648
+ declare module "packages/react-ui/src/lib/user-account/index" {
1649
1649
  import type { Gamification } from "packages/feature-gamification/src/index";
1650
1650
  interface UserAccountProps {
1651
1651
  store: ReturnType<Exclude<Gamification['userSummary'], undefined>['getStore']>;
@@ -1730,7 +1730,7 @@ declare module "packages/react-ui/src/lib/theme/index" {
1730
1730
  }
1731
1731
  declare module "packages/react-ui/src/index" {
1732
1732
  export * from "packages/react-ui/src/lib/gamification/inapp/index";
1733
- export * from "packages/react-ui/src/lib/gamification/login/index";
1733
+ export * from "packages/react-ui/src/lib/login/index";
1734
1734
  export * from "packages/react-ui/src/lib/gamification/onboarding/index";
1735
1735
  export * from "packages/react-ui/src/lib/gamification/question/index";
1736
1736
  export * from "packages/react-ui/src/lib/gamification/question-list/index";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/react",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "type": "module",
5
5
  "author": "Renat Berezovsky (gh:BrRenat)",
6
6
  "main": "./lib/cjs/index.js",