@atlaskit/media-document-viewer 0.3.4 → 0.3.5
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/CHANGELOG.md +6 -0
- package/dist/types/annotations.d.ts +2 -3
- package/dist/types/documentViewer.d.ts +0 -1
- package/dist/types/page.d.ts +0 -1
- package/dist/types/utils/useIntersectionObserver.d.ts +0 -1
- package/dist/types-ts4.5/annotations.d.ts +2 -3
- package/dist/types-ts4.5/documentViewer.d.ts +0 -1
- package/dist/types-ts4.5/page.d.ts +0 -1
- package/dist/types-ts4.5/utils/useIntersectionObserver.d.ts +0 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { type ComboBoxField, type PageAnnotations, type TextField } from './types';
|
|
3
2
|
export declare const TextInputFormField: ({ field, dataTestId, }: {
|
|
4
3
|
field: TextField;
|
|
5
|
-
dataTestId?: string
|
|
4
|
+
dataTestId?: string;
|
|
6
5
|
}) => JSX.Element;
|
|
7
6
|
export declare const ComboBoxFormField: ({ field, dataTestId, }: {
|
|
8
7
|
field: ComboBoxField;
|
|
9
|
-
dataTestId?: string
|
|
8
|
+
dataTestId?: string;
|
|
10
9
|
}) => JSX.Element;
|
|
11
10
|
export declare const Annotations: ({ annotations }: {
|
|
12
11
|
annotations: PageAnnotations;
|
package/dist/types/page.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { type ComboBoxField, type PageAnnotations, type TextField } from './types';
|
|
3
2
|
export declare const TextInputFormField: ({ field, dataTestId, }: {
|
|
4
3
|
field: TextField;
|
|
5
|
-
dataTestId?: string
|
|
4
|
+
dataTestId?: string;
|
|
6
5
|
}) => JSX.Element;
|
|
7
6
|
export declare const ComboBoxFormField: ({ field, dataTestId, }: {
|
|
8
7
|
field: ComboBoxField;
|
|
9
|
-
dataTestId?: string
|
|
8
|
+
dataTestId?: string;
|
|
10
9
|
}) => JSX.Element;
|
|
11
10
|
export declare const Annotations: ({ annotations }: {
|
|
12
11
|
annotations: PageAnnotations;
|
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
31
31
|
"@atlaskit/css": "^0.12.0",
|
|
32
|
-
"@atlaskit/icon": "^
|
|
32
|
+
"@atlaskit/icon": "^28.0.0",
|
|
33
33
|
"@atlaskit/media-common": "^12.3.0",
|
|
34
34
|
"@atlaskit/primitives": "^14.11.0",
|
|
35
35
|
"@atlaskit/spinner": "^19.0.0",
|
|
@@ -47,8 +47,7 @@
|
|
|
47
47
|
"@atlaskit/visual-regression": "workspace:^",
|
|
48
48
|
"@testing-library/react": "^13.4.0",
|
|
49
49
|
"@testing-library/user-event": "^14.4.3",
|
|
50
|
-
"react-dom": "^18.2.0"
|
|
51
|
-
"typescript": "~5.4.2"
|
|
50
|
+
"react-dom": "^18.2.0"
|
|
52
51
|
},
|
|
53
52
|
"techstack": {
|
|
54
53
|
"@atlassian/frontend": {
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
}
|
|
87
86
|
},
|
|
88
87
|
"name": "@atlaskit/media-document-viewer",
|
|
89
|
-
"version": "0.3.
|
|
88
|
+
"version": "0.3.5",
|
|
90
89
|
"description": "Modern and fast document viewer",
|
|
91
90
|
"author": "Atlassian Pty Ltd",
|
|
92
91
|
"license": "Apache-2.0",
|