@baseline-ui/translations 0.33.0 → 0.34.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.
@@ -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.3)
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)
@@ -7605,7 +7605,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7605
7605
 
7606
7606
  ---
7607
7607
 
7608
- The following software may be included in this product: express (4.21.0)
7608
+ The following software may be included in this product: express (4.21.2)
7609
7609
  This software contains the following license and notice below:
7610
7610
 
7611
7611
  (The MIT License)
@@ -12953,7 +12953,7 @@ SOFTWARE.
12953
12953
 
12954
12954
  ---
12955
12955
 
12956
- The following software may be included in this product: path-to-regexp (0.1.10)
12956
+ The following software may be included in this product: path-to-regexp (0.1.12)
12957
12957
  This software contains the following license and notice below:
12958
12958
 
12959
12959
  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
  };