@authing/react-ui-components 3.1.39-publish.config.1 → 3.1.40-rc.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/lib/index.d.ts +3 -20
- package/lib/index.min.js +1 -1
- package/package.json +3 -7
- package/dist/asset-manifest.json +0 -26
- package/dist/index.html +0 -1
- package/dist/static/css/2.57a1f26c.chunk.css +0 -3
- package/dist/static/css/2.57a1f26c.chunk.css.map +0 -1
- package/dist/static/css/main.766cd019.chunk.css +0 -2
- package/dist/static/css/main.766cd019.chunk.css.map +0 -1
- package/dist/static/js/2.63f335a3.chunk.js +0 -3
- package/dist/static/js/2.63f335a3.chunk.js.LICENSE.txt +0 -103
- package/dist/static/js/2.63f335a3.chunk.js.map +0 -1
- package/dist/static/js/3.260dce9f.chunk.js +0 -2
- package/dist/static/js/3.260dce9f.chunk.js.map +0 -1
- package/dist/static/js/main.fa2f9a3d.chunk.js +0 -2
- package/dist/static/js/main.fa2f9a3d.chunk.js.map +0 -1
- package/dist/static/js/runtime-main.44af0a43.js +0 -2
- package/dist/static/js/runtime-main.44af0a43.js.map +0 -1
- package/dist/static/media/loading.3cf0104f.svg +0 -32
package/lib/index.d.ts
CHANGED
|
@@ -4166,7 +4166,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
4166
4166
|
|
|
4167
4167
|
}
|
|
4168
4168
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
4169
|
-
const _default: "3.1.
|
|
4169
|
+
const _default: "3.1.40-rc.0";
|
|
4170
4170
|
export default _default;
|
|
4171
4171
|
|
|
4172
4172
|
}
|
|
@@ -4560,30 +4560,13 @@ declare module '@authing/react-ui-components/reportWebVitals' {
|
|
|
4560
4560
|
declare module '@authing/react-ui-components/scripts/build' {
|
|
4561
4561
|
export {};
|
|
4562
4562
|
|
|
4563
|
-
}
|
|
4564
|
-
declare module '@authing/react-ui-components/scripts/dev/generate-version' {
|
|
4565
|
-
export function generateVersion(): void;
|
|
4566
|
-
|
|
4567
|
-
}
|
|
4568
|
-
declare module '@authing/react-ui-components/scripts/dev/pre-build' {
|
|
4569
|
-
export function run(bin: any, args: any, opts?: {}): any;
|
|
4570
|
-
export function step(msg: any, color?: string): void;
|
|
4571
|
-
|
|
4572
|
-
}
|
|
4573
|
-
declare module '@authing/react-ui-components/scripts/dev/publish' {
|
|
4574
|
-
export function publish(tag: any): Promise<void>;
|
|
4575
|
-
|
|
4576
|
-
}
|
|
4577
|
-
declare module '@authing/react-ui-components/scripts/dev/tag' {
|
|
4578
|
-
export function feLog(): void;
|
|
4579
|
-
|
|
4580
4563
|
}
|
|
4581
4564
|
declare module '@authing/react-ui-components/scripts/generate-examples' {
|
|
4582
4565
|
export {};
|
|
4583
4566
|
|
|
4584
4567
|
}
|
|
4585
4568
|
declare module '@authing/react-ui-components/scripts/generate-version' {
|
|
4586
|
-
export
|
|
4569
|
+
export {};
|
|
4587
4570
|
|
|
4588
4571
|
}
|
|
4589
4572
|
declare module '@authing/react-ui-components/scripts/lib' {
|
|
@@ -4603,7 +4586,7 @@ declare module '@authing/react-ui-components/scripts/start' {
|
|
|
4603
4586
|
|
|
4604
4587
|
}
|
|
4605
4588
|
declare module '@authing/react-ui-components/scripts/tag' {
|
|
4606
|
-
export
|
|
4589
|
+
export {};
|
|
4607
4590
|
|
|
4608
4591
|
}
|
|
4609
4592
|
declare module '@authing/react-ui-components/scripts/test' {
|