@byline/ui 0.10.3 → 0.10.4
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/admin/components/auth/sign-in-form.d.ts +0 -7
- package/dist/admin/components/auth/sign-in-form.js +1 -0
- package/dist/admin/components/collections/diff-modal.d.ts +0 -7
- package/dist/admin/components/collections/diff-modal.js +1 -0
- package/dist/admin/tabs.d.ts +0 -7
- package/dist/admin/tabs.js +1 -0
- package/dist/forms/document-actions.d.ts +0 -7
- package/dist/forms/document-actions.js +1 -0
- package/dist/forms/form-context.js +1 -0
- package/dist/forms/form-renderer.js +1 -0
- package/dist/forms/path-widget.d.ts +0 -7
- package/dist/forms/path-widget.js +1 -0
- package/package.json +4 -4
- package/src/admin/components/auth/sign-in-form.tsx +2 -0
- package/src/admin/components/collections/diff-modal.tsx +2 -0
- package/src/admin/tabs.tsx +2 -0
- package/src/forms/document-actions.tsx +2 -0
- package/src/forms/form-context.tsx +2 -0
- package/src/forms/form-renderer.tsx +2 -0
- package/src/forms/path-widget.tsx +2 -0
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This Source Code is subject to the terms of the Mozilla Public
|
|
3
|
-
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
4
|
-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Infonomic Company Limited
|
|
7
|
-
*/
|
|
8
1
|
interface SignInFormProps {
|
|
9
2
|
/** Destination after successful sign-in. Defaults to `/admin`. */
|
|
10
3
|
callbackUrl?: string;
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This Source Code is subject to the terms of the Mozilla Public
|
|
3
|
-
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
4
|
-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Infonomic Company Limited
|
|
7
|
-
*/
|
|
8
1
|
export interface DiffModalProps {
|
|
9
2
|
isOpen: boolean;
|
|
10
3
|
onDismiss: () => void;
|
package/dist/admin/tabs.d.ts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This Source Code is subject to the terms of the Mozilla Public
|
|
3
|
-
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
4
|
-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Infonomic Company Limited
|
|
7
|
-
*/
|
|
8
1
|
export interface TabItem {
|
|
9
2
|
name: string;
|
|
10
3
|
label: string;
|
package/dist/admin/tabs.js
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This Source Code is subject to the terms of the Mozilla Public
|
|
3
|
-
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
4
|
-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Infonomic Company Limited
|
|
7
|
-
*/
|
|
8
1
|
import type { PublishedVersionInfo } from './form-renderer';
|
|
9
2
|
export declare function DocumentActions({ publishedVersion, onUnpublish, onDelete, }: {
|
|
10
3
|
publishedVersion?: PublishedVersionInfo | null;
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This Source Code is subject to the terms of the Mozilla Public
|
|
3
|
-
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
4
|
-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Infonomic Company Limited
|
|
7
|
-
*/
|
|
8
1
|
export interface PathWidgetProps {
|
|
9
2
|
/** The collection's `useAsPath` source field name, when configured. */
|
|
10
3
|
useAsPath: string | undefined;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
|
-
"version": "0.10.
|
|
6
|
+
"version": "0.10.4",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.9.0"
|
|
9
9
|
},
|
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
"react-diff-viewer-continued": "^4.2.2",
|
|
95
95
|
"zod": "^4.4.2",
|
|
96
96
|
"zod-form-data": "^3.0.1",
|
|
97
|
-
"@byline/
|
|
98
|
-
"@byline/
|
|
99
|
-
"@byline/client": "0.10.
|
|
97
|
+
"@byline/core": "0.10.4",
|
|
98
|
+
"@byline/admin": "0.10.4",
|
|
99
|
+
"@byline/client": "0.10.4"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"react": "^19.0.0",
|
package/src/admin/tabs.tsx
CHANGED