analytica.click 0.0.252 → 0.0.253

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/dist/index.d.ts +0 -5
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -18,7 +18,6 @@ declare module 'analytica.click/common-ui/src/types/index' {
18
18
 
19
19
  }
20
20
  declare module 'analytica.click/common-ui/src/types/widgets' {
21
- /// <reference types="react" />
22
21
  import { ICognitoAuth, TOnMessage } from 'ag-common/dist/ui/helpers/cognito';
23
22
  export type TTrackNoEvent = (p: Omit<ITrack, 'eventName'>) => Promise<{
24
23
  error?: string;
@@ -110,7 +109,6 @@ declare module 'analytica.click/ui-npm/src/components/AnalyticaConfig/types' {
110
109
 
111
110
  }
112
111
  declare module 'analytica.click/ui-npm/src/components/ErrorBoundary/index' {
113
- /// <reference types="react" />
114
112
  export const ErrorBoundary: ({ children, filterBrowserError, }: {
115
113
  children?: JSX.Element | JSX.Element[] | undefined;
116
114
  filterBrowserError?: ((e: ErrorEvent | Error) => boolean) | undefined;
@@ -118,7 +116,6 @@ declare module 'analytica.click/ui-npm/src/components/ErrorBoundary/index' {
118
116
 
119
117
  }
120
118
  declare module 'analytica.click/ui-npm/src/components/ExternalComponent/index' {
121
- /// <reference types="react" />
122
119
  export const ExternalComponent: ({ url, props, }: {
123
120
  url: string;
124
121
  props: Record<string, any>;
@@ -126,13 +123,11 @@ declare module 'analytica.click/ui-npm/src/components/ExternalComponent/index' {
126
123
 
127
124
  }
128
125
  declare module 'analytica.click/ui-npm/src/components/Feedback/index' {
129
- /// <reference types="react" />
130
126
  import { IFeedbackWidget } from 'analytica.click/common-ui/src/types/index';
131
127
  export const Feedback: (props: IFeedbackWidget) => JSX.Element;
132
128
 
133
129
  }
134
130
  declare module 'analytica.click/ui-npm/src/components/UserProvider/DashboardAuthValidation' {
135
- /// <reference types="react" />
136
131
  import { AuthedUserContext } from 'ag-common/dist/ui/helpers/jwt';
137
132
  import { IRequestCommon } from 'ag-common/dist/ui/helpers/routes';
138
133
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica.click",
3
- "version": "0.0.252",
3
+ "version": "0.0.253",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",