@jbrowse/plugin-authentication 2.15.0 → 2.15.1

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.
@@ -73,7 +73,7 @@ declare const stateModelFactory: (configSchema: ExternalTokenInternetAccountConf
73
73
  readonly authHeader: string;
74
74
  readonly tokenType: string;
75
75
  readonly domains: string[];
76
- readonly toggleContents: import("react").ReactNode;
76
+ readonly toggleContents: React.ReactNode;
77
77
  readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
78
78
  readonly selectorLabel: string | undefined;
79
79
  } & {
@@ -87,7 +87,7 @@ declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigMo
87
87
  readonly authHeader: string;
88
88
  readonly tokenType: string;
89
89
  readonly domains: string[];
90
- readonly toggleContents: import("react").ReactNode;
90
+ readonly toggleContents: React.ReactNode;
91
91
  readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
92
92
  readonly selectorLabel: string | undefined;
93
93
  } & {
@@ -117,7 +117,7 @@ declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel)
117
117
  readonly authHeader: string;
118
118
  readonly tokenType: string;
119
119
  readonly domains: string[];
120
- readonly toggleContents: import("react").ReactNode;
120
+ readonly toggleContents: React.ReactNode;
121
121
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
122
122
  readonly selectorLabel: string | undefined;
123
123
  } & {
package/dist/index.d.ts CHANGED
@@ -179,7 +179,7 @@ export default class AuthenticationPlugin extends Plugin {
179
179
  readonly authHeader: string;
180
180
  readonly tokenType: string;
181
181
  readonly domains: string[];
182
- readonly toggleContents: import("react").ReactNode;
182
+ readonly toggleContents: React.ReactNode;
183
183
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
184
184
  readonly selectorLabel: string | undefined;
185
185
  } & {
@@ -353,7 +353,7 @@ export default class AuthenticationPlugin extends Plugin {
353
353
  readonly authHeader: string;
354
354
  readonly tokenType: string;
355
355
  readonly domains: string[];
356
- readonly toggleContents: import("react").ReactNode;
356
+ readonly toggleContents: React.ReactNode;
357
357
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
358
358
  readonly selectorLabel: string | undefined;
359
359
  } & {
@@ -516,7 +516,7 @@ export default class AuthenticationPlugin extends Plugin {
516
516
  readonly authHeader: string;
517
517
  readonly tokenType: string;
518
518
  readonly domains: string[];
519
- readonly toggleContents: import("react").ReactNode;
519
+ readonly toggleContents: React.ReactNode;
520
520
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
521
521
  readonly selectorLabel: string | undefined;
522
522
  } & {
@@ -851,7 +851,7 @@ export default class AuthenticationPlugin extends Plugin {
851
851
  readonly authHeader: string;
852
852
  readonly tokenType: string;
853
853
  readonly domains: string[];
854
- readonly toggleContents: import("react").ReactNode;
854
+ readonly toggleContents: React.ReactNode;
855
855
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
856
856
  readonly selectorLabel: string | undefined;
857
857
  } & {
@@ -73,7 +73,7 @@ declare const stateModelFactory: (configSchema: ExternalTokenInternetAccountConf
73
73
  readonly authHeader: string;
74
74
  readonly tokenType: string;
75
75
  readonly domains: string[];
76
- readonly toggleContents: import("react").ReactNode;
76
+ readonly toggleContents: React.ReactNode;
77
77
  readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
78
78
  readonly selectorLabel: string | undefined;
79
79
  } & {
@@ -87,7 +87,7 @@ declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigMo
87
87
  readonly authHeader: string;
88
88
  readonly tokenType: string;
89
89
  readonly domains: string[];
90
- readonly toggleContents: import("react").ReactNode;
90
+ readonly toggleContents: React.ReactNode;
91
91
  readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
92
92
  readonly selectorLabel: string | undefined;
93
93
  } & {
@@ -117,7 +117,7 @@ declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel)
117
117
  readonly authHeader: string;
118
118
  readonly tokenType: string;
119
119
  readonly domains: string[];
120
- readonly toggleContents: import("react").ReactNode;
120
+ readonly toggleContents: React.ReactNode;
121
121
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
122
122
  readonly selectorLabel: string | undefined;
123
123
  } & {
package/esm/index.d.ts CHANGED
@@ -179,7 +179,7 @@ export default class AuthenticationPlugin extends Plugin {
179
179
  readonly authHeader: string;
180
180
  readonly tokenType: string;
181
181
  readonly domains: string[];
182
- readonly toggleContents: import("react").ReactNode;
182
+ readonly toggleContents: React.ReactNode;
183
183
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
184
184
  readonly selectorLabel: string | undefined;
185
185
  } & {
@@ -353,7 +353,7 @@ export default class AuthenticationPlugin extends Plugin {
353
353
  readonly authHeader: string;
354
354
  readonly tokenType: string;
355
355
  readonly domains: string[];
356
- readonly toggleContents: import("react").ReactNode;
356
+ readonly toggleContents: React.ReactNode;
357
357
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
358
358
  readonly selectorLabel: string | undefined;
359
359
  } & {
@@ -516,7 +516,7 @@ export default class AuthenticationPlugin extends Plugin {
516
516
  readonly authHeader: string;
517
517
  readonly tokenType: string;
518
518
  readonly domains: string[];
519
- readonly toggleContents: import("react").ReactNode;
519
+ readonly toggleContents: React.ReactNode;
520
520
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
521
521
  readonly selectorLabel: string | undefined;
522
522
  } & {
@@ -851,7 +851,7 @@ export default class AuthenticationPlugin extends Plugin {
851
851
  readonly authHeader: string;
852
852
  readonly tokenType: string;
853
853
  readonly domains: string[];
854
- readonly toggleContents: import("react").ReactNode;
854
+ readonly toggleContents: React.ReactNode;
855
855
  readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
856
856
  readonly selectorLabel: string | undefined;
857
857
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-authentication",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "JBrowse 2 Authentication",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -55,5 +55,5 @@
55
55
  "distModule": "esm/index.js",
56
56
  "srcModule": "src/index.ts",
57
57
  "module": "esm/index.js",
58
- "gitHead": "87eeb1fbf8311dbf88d5e75b5a265f03beffdda8"
58
+ "gitHead": "86ed70124fc5a0b1161266659d1ca9f8796bf3fe"
59
59
  }