@baseline-ui/translations 0.33.0 → 0.33.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.
- package/Acknowledgements.md +1 -1
- package/dist/index.d.mts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/Acknowledgements.md
CHANGED
|
@@ -6046,7 +6046,7 @@ THE SOFTWARE.
|
|
|
6046
6046
|
|
|
6047
6047
|
---
|
|
6048
6048
|
|
|
6049
|
-
The following software may be included in this product: cross-spawn (7.0.
|
|
6049
|
+
The following software may be included in this product: cross-spawn (7.0.5)
|
|
6050
6050
|
This software contains the following license and notice below:
|
|
6051
6051
|
|
|
6052
6052
|
The MIT License (MIT)
|
package/dist/index.d.mts
CHANGED
|
@@ -49,11 +49,15 @@ declare type Messages = {
|
|
|
49
49
|
editLink: string;
|
|
50
50
|
fontColor: string;
|
|
51
51
|
fonts: string;
|
|
52
|
+
goToPage: string;
|
|
52
53
|
gotoPageX: string;
|
|
53
54
|
help: string;
|
|
54
55
|
image: string;
|
|
55
56
|
italic: string;
|
|
56
57
|
linkAnnotation: string;
|
|
58
|
+
linkSettingsPopoverTitle: string;
|
|
59
|
+
linkTo: string;
|
|
60
|
+
linkToPage: string;
|
|
57
61
|
loading: string;
|
|
58
62
|
mention: string;
|
|
59
63
|
nMoreComments: string;
|
|
@@ -62,7 +66,9 @@ declare type Messages = {
|
|
|
62
66
|
none: string;
|
|
63
67
|
noOutline: string;
|
|
64
68
|
openHelpDialog: string;
|
|
69
|
+
openLink: string;
|
|
65
70
|
outline: string;
|
|
71
|
+
pageLink: string;
|
|
66
72
|
pagesSelected: string;
|
|
67
73
|
pageX: string;
|
|
68
74
|
paste: string;
|
|
@@ -92,6 +98,7 @@ declare type Messages = {
|
|
|
92
98
|
typeSomething: string;
|
|
93
99
|
underline: string;
|
|
94
100
|
undo: string;
|
|
101
|
+
uriLink: string;
|
|
95
102
|
useAnExistingStampDesign: string;
|
|
96
103
|
viewMoreResults: string;
|
|
97
104
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -49,11 +49,15 @@ declare type Messages = {
|
|
|
49
49
|
editLink: string;
|
|
50
50
|
fontColor: string;
|
|
51
51
|
fonts: string;
|
|
52
|
+
goToPage: string;
|
|
52
53
|
gotoPageX: string;
|
|
53
54
|
help: string;
|
|
54
55
|
image: string;
|
|
55
56
|
italic: string;
|
|
56
57
|
linkAnnotation: string;
|
|
58
|
+
linkSettingsPopoverTitle: string;
|
|
59
|
+
linkTo: string;
|
|
60
|
+
linkToPage: string;
|
|
57
61
|
loading: string;
|
|
58
62
|
mention: string;
|
|
59
63
|
nMoreComments: string;
|
|
@@ -62,7 +66,9 @@ declare type Messages = {
|
|
|
62
66
|
none: string;
|
|
63
67
|
noOutline: string;
|
|
64
68
|
openHelpDialog: string;
|
|
69
|
+
openLink: string;
|
|
65
70
|
outline: string;
|
|
71
|
+
pageLink: string;
|
|
66
72
|
pagesSelected: string;
|
|
67
73
|
pageX: string;
|
|
68
74
|
paste: string;
|
|
@@ -92,6 +98,7 @@ declare type Messages = {
|
|
|
92
98
|
typeSomething: string;
|
|
93
99
|
underline: string;
|
|
94
100
|
undo: string;
|
|
101
|
+
uriLink: string;
|
|
95
102
|
useAnExistingStampDesign: string;
|
|
96
103
|
viewMoreResults: string;
|
|
97
104
|
};
|