@well-played.gg/react-sdk 1.1.1 → 1.2.0
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/dist/index.d.ts +3 -3
- package/dist/wp-react-sdk.cjs.js +108 -107
- package/dist/wp-react-sdk.es.js +8222 -8414
- package/dist/wp-react-sdk.umd.js +109 -108
- package/package.json +8 -6
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { EventErrorListener } from 'graphql-ws';
|
|
|
8
8
|
import { FragmentOf } from 'gql.tada';
|
|
9
9
|
import { initGraphQLTada } from 'gql.tada';
|
|
10
10
|
import { InvalidationPolicies } from '@nerdwallet/apollo-cache-policies/dist/policies/types';
|
|
11
|
-
import { JSX
|
|
11
|
+
import { JSX } from 'react/jsx-runtime';
|
|
12
12
|
import { LazyQueryHookOptions } from '@apollo/client/react/types/types';
|
|
13
13
|
import { NoInfer as NoInfer_2 } from '@apollo/client/react/types/types';
|
|
14
14
|
import { NormalizedCacheObject } from '@apollo/client';
|
|
@@ -348,7 +348,7 @@ export { ResultOf }
|
|
|
348
348
|
export declare const RichTextEditorContent: ({ content, style, }: {
|
|
349
349
|
content: string;
|
|
350
350
|
style?: React.CSSProperties;
|
|
351
|
-
}) =>
|
|
351
|
+
}) => JSX.Element;
|
|
352
352
|
|
|
353
353
|
declare type RoundWithGames = Omit<BaseRound, "games"> & {
|
|
354
354
|
games: GameWithMatches[];
|
|
@@ -561,7 +561,7 @@ export declare const useWellPlayed: () => {
|
|
|
561
561
|
|
|
562
562
|
export { VariablesOf }
|
|
563
563
|
|
|
564
|
-
export declare const WellPlayedProvider: ({ children, oidcConfig, wpAppConfig, ...configs }: PropsWithChildren<WPConfigProps>) =>
|
|
564
|
+
export declare const WellPlayedProvider: ({ children, oidcConfig, wpAppConfig, ...configs }: PropsWithChildren<WPConfigProps>) => JSX.Element;
|
|
565
565
|
|
|
566
566
|
declare type WPConfigProps = {
|
|
567
567
|
/**
|