@baseline-ui/core 1.2.0 → 2.1.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/dist/index.css +1 -1
- package/dist/index.d.ts +211 -424
- package/dist/index.js +20 -20
- package/dist/index.mjs +20 -20
- package/intl/ar.json +80 -0
- package/intl/cs.json +80 -0
- package/intl/cy.json +80 -0
- package/intl/da.json +80 -0
- package/intl/de.json +80 -0
- package/intl/el.json +80 -0
- package/intl/en-GB.json +80 -0
- package/intl/en.json +80 -0
- package/intl/es.json +80 -0
- package/intl/fi.json +80 -0
- package/intl/fr-CA.json +80 -0
- package/intl/fr.json +80 -0
- package/intl/he.json +80 -0
- package/intl/hr.json +80 -0
- package/intl/id.json +80 -0
- package/intl/it.json +80 -0
- package/intl/ja.json +80 -0
- package/intl/ko.json +80 -0
- package/intl/ms.json +80 -0
- package/intl/nb-NO.json +80 -0
- package/intl/nl.json +80 -0
- package/intl/pl.json +80 -0
- package/intl/pt-PT.json +80 -0
- package/intl/pt.json +80 -0
- package/intl/ru.json +80 -0
- package/intl/sk.json +80 -0
- package/intl/sl.json +80 -0
- package/intl/sv.json +80 -0
- package/intl/th.json +80 -0
- package/intl/tr.json +80 -0
- package/intl/uk.json +80 -0
- package/intl/zh-Hans.json +80 -0
- package/intl/zh-Hant.json +80 -0
- package/messages.json +314 -0
- package/package.json +8 -7
- package/sbom.json +20 -20
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "關閉",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "音訊時間軸",
|
|
4
|
+
"bui.audioPlayer.pause": "暫停",
|
|
5
|
+
"bui.audioPlayer.play": "播放",
|
|
6
|
+
"bui.buttonSelect.more": "更多",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "更多 {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "下個月",
|
|
9
|
+
"bui.calendar.nextYear": "下一年",
|
|
10
|
+
"bui.calendar.previousMonth": "上個月",
|
|
11
|
+
"bui.calendar.previousYear": "上一年",
|
|
12
|
+
"bui.calendar.selectMonth": "選擇月份",
|
|
13
|
+
"bui.calendar.selectYear": "選擇年份",
|
|
14
|
+
"bui.colorInput.add": "加入",
|
|
15
|
+
"bui.colorInput.addColor": "添加顏色",
|
|
16
|
+
"bui.colorInput.cancel": "取消",
|
|
17
|
+
"bui.colorInput.colorFormat": "顏色格式",
|
|
18
|
+
"bui.colorInput.colorPresets": "顏色預設項",
|
|
19
|
+
"bui.colorInput.customColors": "自訂顏色",
|
|
20
|
+
"bui.colorInput.indeterminate": "混合",
|
|
21
|
+
"bui.colorInput.newColor": "新自訂顏色",
|
|
22
|
+
"bui.colorInput.noColor": "無",
|
|
23
|
+
"bui.colorInput.removeColor": "移除顏色",
|
|
24
|
+
"bui.colorInput.transparent": "透明",
|
|
25
|
+
"bui.colorSwatch.none": "無",
|
|
26
|
+
"bui.dateField.openCalendar": "開啟日曆",
|
|
27
|
+
"bui.drawer.close": "關閉",
|
|
28
|
+
"bui.editor.action": "操作",
|
|
29
|
+
"bui.editor.addLink": "加入連結",
|
|
30
|
+
"bui.editor.backgroundColor": "背景顏色",
|
|
31
|
+
"bui.editor.bold": "粗體",
|
|
32
|
+
"bui.editor.cancel": "取消",
|
|
33
|
+
"bui.editor.close": "關閉",
|
|
34
|
+
"bui.editor.copy": "複製",
|
|
35
|
+
"bui.editor.cut": "剪下",
|
|
36
|
+
"bui.editor.editLink": "編輯連結",
|
|
37
|
+
"bui.editor.fontColor": "字形顏色",
|
|
38
|
+
"bui.editor.help": "輔助說明",
|
|
39
|
+
"bui.editor.italic": "斜體",
|
|
40
|
+
"bui.editor.linkAnnotation": "連結",
|
|
41
|
+
"bui.editor.mention": "提及",
|
|
42
|
+
"bui.editor.openHelpDialog": "開啟幫助對話框",
|
|
43
|
+
"bui.editor.paste": "貼上",
|
|
44
|
+
"bui.editor.redo": "重作",
|
|
45
|
+
"bui.editor.removeLink": "刪除連結",
|
|
46
|
+
"bui.editor.save": "儲存",
|
|
47
|
+
"bui.editor.selectAll": "選取全部",
|
|
48
|
+
"bui.editor.shortcut": "快速鍵",
|
|
49
|
+
"bui.editor.submit": "提交",
|
|
50
|
+
"bui.editor.toolbarFocus": "工具欄焦點",
|
|
51
|
+
"bui.editor.underline": "底線",
|
|
52
|
+
"bui.editor.undo": "復原",
|
|
53
|
+
"bui.fileList.loading": "載入中 {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, 按 Delete 或 Backspace 移除",
|
|
55
|
+
"bui.freehandCanvas.redo": "重作",
|
|
56
|
+
"bui.freehandCanvas.undo": "復原",
|
|
57
|
+
"bui.imageDropZone.selectImage": "選取圖像",
|
|
58
|
+
"bui.imageGallery.cancel": "取消",
|
|
59
|
+
"bui.imageGallery.delete": "刪除",
|
|
60
|
+
"bui.imageGallery.loading": "正在載入",
|
|
61
|
+
"bui.inlineAlert.close": "關閉",
|
|
62
|
+
"bui.pagination.goToPage": "到此頁",
|
|
63
|
+
"bui.pagination.nextPage": "下一頁",
|
|
64
|
+
"bui.pagination.pageXofY": "第{arg0}頁,共{arg1}頁",
|
|
65
|
+
"bui.pagination.prevPage": "上一頁",
|
|
66
|
+
"bui.select.clear": "清除",
|
|
67
|
+
"bui.select.more": "+{count} 項",
|
|
68
|
+
"bui.select.search": "搜尋",
|
|
69
|
+
"bui.select.selectAll": "選取全部",
|
|
70
|
+
"bui.stepper.completed": "已完成",
|
|
71
|
+
"bui.stepper.label": "進度",
|
|
72
|
+
"bui.stepper.step": "第 {index} 步",
|
|
73
|
+
"bui.table.loading": "正在載入",
|
|
74
|
+
"bui.toolbar.more": "更多",
|
|
75
|
+
"bui.treeView.collapse": "摺疊",
|
|
76
|
+
"bui.treeView.expand": "展開",
|
|
77
|
+
"bui.treeView.rename": "重新命名",
|
|
78
|
+
"bui.useMedia.paused": "已暫停",
|
|
79
|
+
"bui.useMedia.playing": "正在播放"
|
|
80
|
+
}
|
package/messages.json
ADDED
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": {
|
|
3
|
+
"defaultMessage": "Close",
|
|
4
|
+
"description": "Accessible name of the icon button that dismisses an alert dialog. Imperative verb ('close this dialog'), not the adjective 'closed'."
|
|
5
|
+
},
|
|
6
|
+
"bui.audioPlayer.audioTimeline": {
|
|
7
|
+
"defaultMessage": "Audio timeline",
|
|
8
|
+
"description": "Accessible name of the slider used to seek through the audio track. Noun phrase."
|
|
9
|
+
},
|
|
10
|
+
"bui.audioPlayer.pause": {
|
|
11
|
+
"defaultMessage": "Pause",
|
|
12
|
+
"description": "Accessible name of the button that pauses audio playback. Imperative verb, not the noun 'a pause'."
|
|
13
|
+
},
|
|
14
|
+
"bui.audioPlayer.play": {
|
|
15
|
+
"defaultMessage": "Play",
|
|
16
|
+
"description": "Accessible name of the button that starts audio playback. Imperative verb, not the noun 'a play'."
|
|
17
|
+
},
|
|
18
|
+
"bui.buttonSelect.more": {
|
|
19
|
+
"defaultMessage": "More",
|
|
20
|
+
"description": "Accessible name of the overflow button that reveals the options which did not fit in the available width, used when the group itself is unlabelled. Quantifier meaning 'additional items', not a comparative ('greater')."
|
|
21
|
+
},
|
|
22
|
+
"bui.buttonSelect.moreWithLabel": {
|
|
23
|
+
"defaultMessage": "More {label}",
|
|
24
|
+
"description": "Accessible name of the overflow button that reveals the options which did not fit in the available width, for a labelled group — renders as 'More Alignment'. `label` is the group's own label; place it wherever the phrase reads naturally in the target language."
|
|
25
|
+
},
|
|
26
|
+
"bui.calendar.nextMonth": {
|
|
27
|
+
"defaultMessage": "Next month",
|
|
28
|
+
"description": "Accessible name of the button that moves the calendar forward one month. Noun phrase naming the destination, not a command."
|
|
29
|
+
},
|
|
30
|
+
"bui.calendar.nextYear": {
|
|
31
|
+
"defaultMessage": "Next year",
|
|
32
|
+
"description": "Accessible name of the button that moves the calendar forward one year. Noun phrase naming the destination, not a command."
|
|
33
|
+
},
|
|
34
|
+
"bui.calendar.previousMonth": {
|
|
35
|
+
"defaultMessage": "Previous month",
|
|
36
|
+
"description": "Accessible name of the button that moves the calendar back one month. Noun phrase naming the destination, not a command."
|
|
37
|
+
},
|
|
38
|
+
"bui.calendar.previousYear": {
|
|
39
|
+
"defaultMessage": "Previous year",
|
|
40
|
+
"description": "Accessible name of the button that moves the calendar back one year. Noun phrase naming the destination, not a command."
|
|
41
|
+
},
|
|
42
|
+
"bui.calendar.selectMonth": {
|
|
43
|
+
"defaultMessage": "Select month",
|
|
44
|
+
"description": "Accessible name of the dropdown that jumps the calendar to a chosen month. Imperative verb phrase."
|
|
45
|
+
},
|
|
46
|
+
"bui.calendar.selectYear": {
|
|
47
|
+
"defaultMessage": "Select year",
|
|
48
|
+
"description": "Accessible name of the dropdown that jumps the calendar to a chosen year. Imperative verb phrase."
|
|
49
|
+
},
|
|
50
|
+
"bui.colorInput.add": {
|
|
51
|
+
"defaultMessage": "Add",
|
|
52
|
+
"description": "Label of the button that saves the custom colour being defined into the palette. Imperative verb."
|
|
53
|
+
},
|
|
54
|
+
"bui.colorInput.addColor": {
|
|
55
|
+
"defaultMessage": "Add Color",
|
|
56
|
+
"description": "Accessible name of the button that opens the picker for defining a new custom colour. Imperative verb phrase."
|
|
57
|
+
},
|
|
58
|
+
"bui.colorInput.cancel": {
|
|
59
|
+
"defaultMessage": "Cancel",
|
|
60
|
+
"description": "Label of the button that abandons the custom colour being defined. Imperative verb."
|
|
61
|
+
},
|
|
62
|
+
"bui.colorInput.colorFormat": {
|
|
63
|
+
"defaultMessage": "Color Format",
|
|
64
|
+
"description": "Accessible name of the control that switches the notation a colour is entered in (HEX, RGB, HSL). Noun phrase."
|
|
65
|
+
},
|
|
66
|
+
"bui.colorInput.colorPresets": {
|
|
67
|
+
"defaultMessage": "Color Presets",
|
|
68
|
+
"description": "Accessible name of the group of predefined colour swatches offered by the application. Plural noun phrase."
|
|
69
|
+
},
|
|
70
|
+
"bui.colorInput.customColors": {
|
|
71
|
+
"defaultMessage": "Custom Colors",
|
|
72
|
+
"description": "Accessible name of the group of user-defined colour swatches. Plural noun phrase."
|
|
73
|
+
},
|
|
74
|
+
"bui.colorInput.indeterminate": {
|
|
75
|
+
"defaultMessage": "Indeterminate",
|
|
76
|
+
"description": "Accessible name of the colour trigger when the current selection spans several different colours. Means 'mixed', not 'unknown'."
|
|
77
|
+
},
|
|
78
|
+
"bui.colorInput.newColor": {
|
|
79
|
+
"defaultMessage": "New Custom Color",
|
|
80
|
+
"description": "Accessible name of the dialog holding the colour picker, opened to define a colour the user has not saved yet. Noun phrase naming the dialog."
|
|
81
|
+
},
|
|
82
|
+
"bui.colorInput.noColor": {
|
|
83
|
+
"defaultMessage": "None",
|
|
84
|
+
"description": "Accessible name of the swatch that clears the colour selection. Means 'no colour applied'."
|
|
85
|
+
},
|
|
86
|
+
"bui.colorInput.removeColor": {
|
|
87
|
+
"defaultMessage": "Remove Color",
|
|
88
|
+
"description": "Accessible name of the button that deletes a saved custom colour from the palette. Imperative verb phrase."
|
|
89
|
+
},
|
|
90
|
+
"bui.colorInput.transparent": {
|
|
91
|
+
"defaultMessage": "Transparent",
|
|
92
|
+
"description": "Accessible name of the swatch representing a fully transparent colour. Adjective describing the colour, not 'clear' as in 'legible'."
|
|
93
|
+
},
|
|
94
|
+
"bui.colorSwatch.none": {
|
|
95
|
+
"defaultMessage": "None",
|
|
96
|
+
"description": "Accessible name of a swatch that has no colour applied. Pronoun meaning 'no colour', not the adverb 'not at all'."
|
|
97
|
+
},
|
|
98
|
+
"bui.dateField.openCalendar": {
|
|
99
|
+
"defaultMessage": "Open calendar",
|
|
100
|
+
"description": "Accessible name of the button that reveals the date picker next to the field. Imperative verb phrase."
|
|
101
|
+
},
|
|
102
|
+
"bui.drawer.close": {
|
|
103
|
+
"defaultMessage": "Close",
|
|
104
|
+
"description": "Accessible name of the icon button that dismisses a drawer panel. Imperative verb ('close this panel'), not the adjective 'closed'."
|
|
105
|
+
},
|
|
106
|
+
"bui.editor.action": {
|
|
107
|
+
"defaultMessage": "Action",
|
|
108
|
+
"description": "Column header of the keyboard shortcut table, above the list of things each shortcut does. Singular noun."
|
|
109
|
+
},
|
|
110
|
+
"bui.editor.addLink": {
|
|
111
|
+
"defaultMessage": "Add Link",
|
|
112
|
+
"description": "Accessible name of the toolbar button that turns the selected text into a hyperlink. Imperative verb phrase."
|
|
113
|
+
},
|
|
114
|
+
"bui.editor.backgroundColor": {
|
|
115
|
+
"defaultMessage": "Background color",
|
|
116
|
+
"description": "Accessible name of the toolbar control that sets the highlight colour drawn behind the selected text. Noun phrase."
|
|
117
|
+
},
|
|
118
|
+
"bui.editor.bold": {
|
|
119
|
+
"defaultMessage": "Bold",
|
|
120
|
+
"description": "Name of the bold text style — the toolbar toggle's accessible name and the matching row in the keyboard shortcut table. Names the typographic weight, not the imperative 'make this bold' or the adjective 'daring'."
|
|
121
|
+
},
|
|
122
|
+
"bui.editor.cancel": {
|
|
123
|
+
"defaultMessage": "Cancel",
|
|
124
|
+
"description": "Label of the button that discards the edit in progress and leaves the editor. Imperative verb."
|
|
125
|
+
},
|
|
126
|
+
"bui.editor.close": {
|
|
127
|
+
"defaultMessage": "Close",
|
|
128
|
+
"description": "Accessible name of the icon button that dismisses the editor help dialog. Imperative verb ('close this dialog'), not the adjective 'closed'."
|
|
129
|
+
},
|
|
130
|
+
"bui.editor.copy": {
|
|
131
|
+
"defaultMessage": "Copy",
|
|
132
|
+
"description": "Name of the clipboard command that puts the selection on the clipboard, listed in the 'Action' column of the keyboard shortcut table. Clipboard sense, not the noun 'a copy' (a duplicate document) or 'copy' as in written text."
|
|
133
|
+
},
|
|
134
|
+
"bui.editor.cut": {
|
|
135
|
+
"defaultMessage": "Cut",
|
|
136
|
+
"description": "Name of the clipboard command that removes the selection and puts it on the clipboard, listed in the 'Action' column of the keyboard shortcut table. Clipboard sense, not 'a cut' as in a wound or a reduction."
|
|
137
|
+
},
|
|
138
|
+
"bui.editor.editLink": {
|
|
139
|
+
"defaultMessage": "Edit Link",
|
|
140
|
+
"description": "Accessible name of the button that changes the URL of an existing hyperlink. Imperative verb phrase."
|
|
141
|
+
},
|
|
142
|
+
"bui.editor.fontColor": {
|
|
143
|
+
"defaultMessage": "Font color",
|
|
144
|
+
"description": "Accessible name of the toolbar control that sets the colour of the selected text itself. Noun phrase."
|
|
145
|
+
},
|
|
146
|
+
"bui.editor.help": {
|
|
147
|
+
"defaultMessage": "Help",
|
|
148
|
+
"description": "Title of the editor's keyboard shortcut dialog, and the accessible name of the toolbar button that opens it. Noun ('assistance'), not the imperative 'help me'."
|
|
149
|
+
},
|
|
150
|
+
"bui.editor.italic": {
|
|
151
|
+
"defaultMessage": "Italic",
|
|
152
|
+
"description": "Name of the italic text style — the toolbar toggle's accessible name and the matching row in the keyboard shortcut table. Names the typographic style, not the imperative 'italicise this'."
|
|
153
|
+
},
|
|
154
|
+
"bui.editor.linkAnnotation": {
|
|
155
|
+
"defaultMessage": "Link",
|
|
156
|
+
"description": "Label of the URL field in the link popover. Noun meaning a hyperlink/web address, NOT the verb 'to link' and not a chain link."
|
|
157
|
+
},
|
|
158
|
+
"bui.editor.mention": {
|
|
159
|
+
"defaultMessage": "Mention",
|
|
160
|
+
"description": "Accessible name of the control that inserts an @-mention of another person. Noun naming the inserted element ('a mention'), NOT the infinitive verb 'to mention'."
|
|
161
|
+
},
|
|
162
|
+
"bui.editor.openHelpDialog": {
|
|
163
|
+
"defaultMessage": "Open Help Dialog",
|
|
164
|
+
"description": "Name of the command that opens this keyboard shortcut dialog, listed in the 'Action' column of the table it appears in. 'Dialog' means a modal window, not a conversation."
|
|
165
|
+
},
|
|
166
|
+
"bui.editor.paste": {
|
|
167
|
+
"defaultMessage": "Paste",
|
|
168
|
+
"description": "Name of the clipboard command that inserts the clipboard contents, listed in the 'Action' column of the keyboard shortcut table. Clipboard sense, not the noun 'paste' (adhesive)."
|
|
169
|
+
},
|
|
170
|
+
"bui.editor.redo": {
|
|
171
|
+
"defaultMessage": "Redo",
|
|
172
|
+
"description": "Name of the command that reapplies a change that was undone, listed in the 'Action' column of the keyboard shortcut table. Means 'undo the undo', not 'do it over from scratch'."
|
|
173
|
+
},
|
|
174
|
+
"bui.editor.removeLink": {
|
|
175
|
+
"defaultMessage": "Remove Link",
|
|
176
|
+
"description": "Accessible name of the button that unlinks the selected text, leaving the text in place. Imperative verb phrase."
|
|
177
|
+
},
|
|
178
|
+
"bui.editor.save": {
|
|
179
|
+
"defaultMessage": "Save",
|
|
180
|
+
"description": "Label of the button that commits the edit in progress. Imperative verb."
|
|
181
|
+
},
|
|
182
|
+
"bui.editor.selectAll": {
|
|
183
|
+
"defaultMessage": "Select All",
|
|
184
|
+
"description": "Name of the command that selects all of the editor's content, listed in the 'Action' column of the keyboard shortcut table. 'Select' as in highlighting content, not as in choosing from a list."
|
|
185
|
+
},
|
|
186
|
+
"bui.editor.shortcut": {
|
|
187
|
+
"defaultMessage": "Shortcut",
|
|
188
|
+
"description": "Column header of the keyboard shortcut table, above the key combinations. Means 'keyboard shortcut' (a key combination) — NOT a desktop or file shortcut such as a Windows .lnk or a symbolic link, and not a shortcut as in 'a shorter route'."
|
|
189
|
+
},
|
|
190
|
+
"bui.editor.submit": {
|
|
191
|
+
"defaultMessage": "Submit",
|
|
192
|
+
"description": "Name of the command that submits the editor's content, listed in the 'Action' column of the keyboard shortcut table. Imperative verb, not the noun 'a submission'."
|
|
193
|
+
},
|
|
194
|
+
"bui.editor.toolbarFocus": {
|
|
195
|
+
"defaultMessage": "Toolbar Focus",
|
|
196
|
+
"description": "Name of the command that moves keyboard focus to the editor toolbar, listed in the 'Action' column of the keyboard shortcut table. Noun phrase, not an imperative."
|
|
197
|
+
},
|
|
198
|
+
"bui.editor.underline": {
|
|
199
|
+
"defaultMessage": "Underline",
|
|
200
|
+
"description": "Name of the underline text style — the toolbar toggle's accessible name and the matching row in the keyboard shortcut table. Names the typographic style, not the imperative 'underline this'."
|
|
201
|
+
},
|
|
202
|
+
"bui.editor.undo": {
|
|
203
|
+
"defaultMessage": "Undo",
|
|
204
|
+
"description": "Name of the command that reverts the last change, listed in the 'Action' column of the keyboard shortcut table."
|
|
205
|
+
},
|
|
206
|
+
"bui.fileList.loading": {
|
|
207
|
+
"defaultMessage": "Loading {fileName}",
|
|
208
|
+
"description": "Accessible name of a file row while the file is still uploading or processing, and of that row's spinner. `fileName` is the file's name; place it wherever the phrase reads naturally in the target language. Present participle describing the ongoing state ('is loading'), not the noun 'a load'."
|
|
209
|
+
},
|
|
210
|
+
"bui.fileList.removeHint": {
|
|
211
|
+
"defaultMessage": "{fileName}, press Delete or Backspace to remove",
|
|
212
|
+
"description": "Accessible name of a file row that can be deleted, telling keyboard users how to delete it. `fileName` is the file's name; place it and the instruction in whichever order reads naturally in the target language. 'Delete' and 'Backspace' are physical key names — use the labels printed on keyboards in the target locale."
|
|
213
|
+
},
|
|
214
|
+
"bui.freehandCanvas.redo": {
|
|
215
|
+
"defaultMessage": "Redo",
|
|
216
|
+
"description": "Accessible name of the button that reapplies the last reverted stroke. Imperative verb."
|
|
217
|
+
},
|
|
218
|
+
"bui.freehandCanvas.undo": {
|
|
219
|
+
"defaultMessage": "Undo",
|
|
220
|
+
"description": "Accessible name of the button that reverts the last stroke drawn on the canvas. Imperative verb."
|
|
221
|
+
},
|
|
222
|
+
"bui.imageDropZone.selectImage": {
|
|
223
|
+
"defaultMessage": "Select Image",
|
|
224
|
+
"description": "Label of the button that opens the file picker to choose an image. Imperative verb phrase."
|
|
225
|
+
},
|
|
226
|
+
"bui.imageGallery.cancel": {
|
|
227
|
+
"defaultMessage": "Cancel",
|
|
228
|
+
"description": "Label of the button that closes the image delete confirmation without deleting anything. Imperative verb."
|
|
229
|
+
},
|
|
230
|
+
"bui.imageGallery.delete": {
|
|
231
|
+
"defaultMessage": "Delete",
|
|
232
|
+
"description": "Label of the button that permanently removes the selected image from the gallery. Imperative verb."
|
|
233
|
+
},
|
|
234
|
+
"bui.imageGallery.loading": {
|
|
235
|
+
"defaultMessage": "Loading",
|
|
236
|
+
"description": "Status announced while the gallery's images are still being fetched. Present participle describing the ongoing state ('is loading'), not the noun 'a load'."
|
|
237
|
+
},
|
|
238
|
+
"bui.inlineAlert.close": {
|
|
239
|
+
"defaultMessage": "Close",
|
|
240
|
+
"description": "Accessible name of the button that dismisses the alert. Imperative verb, not the adjective 'close' meaning 'near'."
|
|
241
|
+
},
|
|
242
|
+
"bui.pagination.goToPage": {
|
|
243
|
+
"defaultMessage": "Go to Page",
|
|
244
|
+
"description": "Accessible name of the text field a reader types a page number into to jump there. Imperative verb phrase."
|
|
245
|
+
},
|
|
246
|
+
"bui.pagination.nextPage": {
|
|
247
|
+
"defaultMessage": "Next Page",
|
|
248
|
+
"description": "Accessible name of the button that advances to the following page. Noun phrase naming the destination, not a command."
|
|
249
|
+
},
|
|
250
|
+
"bui.pagination.pageXofY": {
|
|
251
|
+
"defaultMessage": "Page {arg0} of {arg1}",
|
|
252
|
+
"description": "Accessible name announcing the reader's position in the document. {arg0} is the current page number and {arg1} the total page count; both are digits."
|
|
253
|
+
},
|
|
254
|
+
"bui.pagination.prevPage": {
|
|
255
|
+
"defaultMessage": "Previous Page",
|
|
256
|
+
"description": "Accessible name of the button that returns to the preceding page. Noun phrase naming the destination, not a command."
|
|
257
|
+
},
|
|
258
|
+
"bui.select.clear": {
|
|
259
|
+
"defaultMessage": "Clear",
|
|
260
|
+
"description": "Label of the button that unticks every selected option. Imperative verb meaning 'empty the selection', not the adjective 'clear' as in 'legible' or 'transparent'."
|
|
261
|
+
},
|
|
262
|
+
"bui.select.more": {
|
|
263
|
+
"defaultMessage": "+{count} more",
|
|
264
|
+
"description": "Tag shown on the select trigger standing in for the selected options that did not fit — renders as '+3 more'. `count` is how many are hidden, and is always 1 or greater; add ICU plural forms if the wording inflects with it. 'more' is a quantifier meaning 'additional items', not a comparative ('greater')."
|
|
265
|
+
},
|
|
266
|
+
"bui.select.search": {
|
|
267
|
+
"defaultMessage": "Search",
|
|
268
|
+
"description": "Placeholder and accessible name of the input that filters the option list. Keep it short — it must fit inside a narrow field."
|
|
269
|
+
},
|
|
270
|
+
"bui.select.selectAll": {
|
|
271
|
+
"defaultMessage": "Select All",
|
|
272
|
+
"description": "Label of the button that ticks every option in a multi-select list. 'Select' as in choosing options from a list, not as in highlighting text."
|
|
273
|
+
},
|
|
274
|
+
"bui.stepper.completed": {
|
|
275
|
+
"defaultMessage": "Completed",
|
|
276
|
+
"description": "Screen-reader-only suffix marking a step the reader has finished. Past-participle adjective describing the step."
|
|
277
|
+
},
|
|
278
|
+
"bui.stepper.label": {
|
|
279
|
+
"defaultMessage": "Progress",
|
|
280
|
+
"description": "Accessible name of the whole step sequence when the application supplies none. Noun naming advancement through the steps, not a verb."
|
|
281
|
+
},
|
|
282
|
+
"bui.stepper.step": {
|
|
283
|
+
"defaultMessage": "Step {index}",
|
|
284
|
+
"description": "Fallback accessible name of one step when the application supplies no title. {index} is the step's 1-based position. Noun naming a stage in a sequence, not the verb 'to step'."
|
|
285
|
+
},
|
|
286
|
+
"bui.table.loading": {
|
|
287
|
+
"defaultMessage": "Loading",
|
|
288
|
+
"description": "Status announced while table rows are still being fetched. Present participle describing the ongoing state ('is loading'), not the noun 'a load'."
|
|
289
|
+
},
|
|
290
|
+
"bui.toolbar.more": {
|
|
291
|
+
"defaultMessage": "More",
|
|
292
|
+
"description": "Accessible name of the overflow button that reveals the toolbar items which did not fit in the available width. Quantifier meaning 'additional items', not a comparative ('greater')."
|
|
293
|
+
},
|
|
294
|
+
"bui.treeView.collapse": {
|
|
295
|
+
"defaultMessage": "Collapse",
|
|
296
|
+
"description": "Accessible name of the chevron that hides a tree item's children. Imperative verb meaning 'fold this away', not 'fall down'."
|
|
297
|
+
},
|
|
298
|
+
"bui.treeView.expand": {
|
|
299
|
+
"defaultMessage": "Expand",
|
|
300
|
+
"description": "Accessible name of the chevron that reveals a tree item's children. Imperative verb meaning 'show what is nested here', not 'enlarge'."
|
|
301
|
+
},
|
|
302
|
+
"bui.treeView.rename": {
|
|
303
|
+
"defaultMessage": "Rename",
|
|
304
|
+
"description": "Label of the action that lets the user retype a tree item's name. Imperative verb."
|
|
305
|
+
},
|
|
306
|
+
"bui.useMedia.paused": {
|
|
307
|
+
"defaultMessage": "Paused",
|
|
308
|
+
"description": "Screen reader announcement made the moment media playback is paused. Past participle describing the new state ('it is now paused'), not the imperative 'pause'."
|
|
309
|
+
},
|
|
310
|
+
"bui.useMedia.playing": {
|
|
311
|
+
"defaultMessage": "Playing",
|
|
312
|
+
"description": "Screen reader announcement made the moment media playback starts. Present participle describing the new state ('it is now playing'), not the imperative 'play'."
|
|
313
|
+
}
|
|
314
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Baseline UI is a set of accessible components and tools for building accessible, customizable, production-ready user interfaces",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"style": "dist/index.css",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
|
+
"intl",
|
|
12
|
+
"messages.json",
|
|
11
13
|
"License.md",
|
|
12
14
|
"Acknowledgements.md",
|
|
13
15
|
"sbom.json"
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
"@internationalized/date": "^3.12.2",
|
|
17
19
|
"@vanilla-extract/dynamic": "2.1.5",
|
|
18
20
|
"comlink": "^4.4.2",
|
|
19
|
-
"dompurify": "3.4.
|
|
21
|
+
"dompurify": "3.4.12",
|
|
20
22
|
"granular-hooks": "^1.1.0",
|
|
21
23
|
"just-camel-case": "^6.2.0",
|
|
22
24
|
"just-kebab-case": "^4.2.0",
|
|
@@ -26,9 +28,9 @@
|
|
|
26
28
|
"perfect-freehand": "^1.2.3",
|
|
27
29
|
"react-resizable-panels": "4.11.2",
|
|
28
30
|
"use-sync-external-store": "1.6.0",
|
|
29
|
-
"@baseline-ui/css": "1.
|
|
30
|
-
"@baseline-ui/icons": "1.
|
|
31
|
-
"@baseline-ui/tokens": "1.
|
|
31
|
+
"@baseline-ui/css": "2.1.0",
|
|
32
|
+
"@baseline-ui/icons": "2.1.0",
|
|
33
|
+
"@baseline-ui/tokens": "2.1.0"
|
|
32
34
|
},
|
|
33
35
|
"peerDependencies": {
|
|
34
36
|
"react": "^18.0.0",
|
|
@@ -37,8 +39,7 @@
|
|
|
37
39
|
"devDependencies": {
|
|
38
40
|
"@types/dompurify": "3.2.0",
|
|
39
41
|
"@types/markdown-it": "^14.1.2",
|
|
40
|
-
"@vanilla-extract/recipes": "0.5.7"
|
|
41
|
-
"@baseline-ui/translations": "1.2.0"
|
|
42
|
+
"@vanilla-extract/recipes": "0.5.7"
|
|
42
43
|
},
|
|
43
44
|
"license": "SEE LICENSE IN https://pspdfkit.com/legal/License.pdf",
|
|
44
45
|
"publishConfig": {
|
package/sbom.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
|
|
3
3
|
"bomFormat": "CycloneDX",
|
|
4
4
|
"specVersion": "1.6",
|
|
5
|
-
"serialNumber": "urn:uuid:
|
|
5
|
+
"serialNumber": "urn:uuid:1259c64f-8f9d-4b02-a671-007d02e23c21",
|
|
6
6
|
"version": 1,
|
|
7
7
|
"metadata": {
|
|
8
|
-
"timestamp": "2026-
|
|
8
|
+
"timestamp": "2026-08-13T09:45:51.763Z",
|
|
9
9
|
"lifecycles": [
|
|
10
10
|
{
|
|
11
11
|
"phase": "pre-build"
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"component": {
|
|
24
24
|
"type": "library",
|
|
25
25
|
"name": "@baseline-ui/core",
|
|
26
|
-
"version": "1.
|
|
27
|
-
"purl": "pkg:npm/@baseline-ui/core@1.
|
|
28
|
-
"bom-ref": "pkg:npm/@baseline-ui/core@1.
|
|
26
|
+
"version": "2.1.0",
|
|
27
|
+
"purl": "pkg:npm/@baseline-ui/core@2.1.0",
|
|
28
|
+
"bom-ref": "pkg:npm/@baseline-ui/core@2.1.0",
|
|
29
29
|
"licenses": [
|
|
30
30
|
{
|
|
31
31
|
"license": {
|
|
@@ -157,17 +157,17 @@
|
|
|
157
157
|
{
|
|
158
158
|
"type": "library",
|
|
159
159
|
"name": "dompurify",
|
|
160
|
-
"version": "3.4.
|
|
161
|
-
"purl": "pkg:npm/dompurify@3.4.
|
|
162
|
-
"bom-ref": "pkg:npm/dompurify@3.4.
|
|
160
|
+
"version": "3.4.12",
|
|
161
|
+
"purl": "pkg:npm/dompurify@3.4.12",
|
|
162
|
+
"bom-ref": "pkg:npm/dompurify@3.4.12",
|
|
163
163
|
"externalReferences": [
|
|
164
164
|
{
|
|
165
165
|
"type": "distribution",
|
|
166
|
-
"url": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.
|
|
166
|
+
"url": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz",
|
|
167
167
|
"hashes": [
|
|
168
168
|
{
|
|
169
169
|
"alg": "SHA-512",
|
|
170
|
-
"content": "
|
|
170
|
+
"content": "cd0bc67adf19dac59b4210a67c5cff4f94161f6a019a39ea2b7aaf3a36aa68d2eb2c417dd7659a994fa88674e9d1309ea7f305547a5d26e09911d14e7539c416"
|
|
171
171
|
}
|
|
172
172
|
]
|
|
173
173
|
}
|
|
@@ -329,17 +329,17 @@
|
|
|
329
329
|
{
|
|
330
330
|
"type": "library",
|
|
331
331
|
"name": "linkify-it",
|
|
332
|
-
"version": "5.0.
|
|
333
|
-
"purl": "pkg:npm/linkify-it@5.0.
|
|
334
|
-
"bom-ref": "pkg:npm/linkify-it@5.0.
|
|
332
|
+
"version": "5.0.2",
|
|
333
|
+
"purl": "pkg:npm/linkify-it@5.0.2",
|
|
334
|
+
"bom-ref": "pkg:npm/linkify-it@5.0.2",
|
|
335
335
|
"externalReferences": [
|
|
336
336
|
{
|
|
337
337
|
"type": "distribution",
|
|
338
|
-
"url": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
338
|
+
"url": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
|
|
339
339
|
"hashes": [
|
|
340
340
|
{
|
|
341
341
|
"alg": "SHA-512",
|
|
342
|
-
"content": "
|
|
342
|
+
"content": "38d4e6da308c0156638106bf172d6449c5ecb8ea05e4d3d3b28141744d4a548676bc087fafdf81aa8fb48c83420589dabd33d0673dfc43315399eefd10da0ddd"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
}
|
|
@@ -633,12 +633,12 @@
|
|
|
633
633
|
],
|
|
634
634
|
"dependencies": [
|
|
635
635
|
{
|
|
636
|
-
"ref": "pkg:npm/@baseline-ui/core@1.
|
|
636
|
+
"ref": "pkg:npm/@baseline-ui/core@2.1.0",
|
|
637
637
|
"dependsOn": [
|
|
638
638
|
"pkg:npm/%40internationalized/date@3.12.2",
|
|
639
639
|
"pkg:npm/%40vanilla-extract/dynamic@2.1.5",
|
|
640
640
|
"pkg:npm/comlink@4.4.2",
|
|
641
|
-
"pkg:npm/dompurify@3.4.
|
|
641
|
+
"pkg:npm/dompurify@3.4.12",
|
|
642
642
|
"pkg:npm/granular-hooks@1.1.0",
|
|
643
643
|
"pkg:npm/just-camel-case@6.2.0",
|
|
644
644
|
"pkg:npm/just-kebab-case@4.2.0",
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
"dependsOn": []
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
|
-
"ref": "pkg:npm/dompurify@3.4.
|
|
686
|
+
"ref": "pkg:npm/dompurify@3.4.12",
|
|
687
687
|
"dependsOn": [
|
|
688
688
|
"pkg:npm/%40types/trusted-types@2.0.7"
|
|
689
689
|
]
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"dependsOn": [
|
|
714
714
|
"pkg:npm/argparse@2.0.1",
|
|
715
715
|
"pkg:npm/entities@4.5.0",
|
|
716
|
-
"pkg:npm/linkify-it@5.0.
|
|
716
|
+
"pkg:npm/linkify-it@5.0.2",
|
|
717
717
|
"pkg:npm/mdurl@2.0.0",
|
|
718
718
|
"pkg:npm/punycode.js@2.3.1",
|
|
719
719
|
"pkg:npm/uc.micro@2.1.0"
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"dependsOn": []
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
|
-
"ref": "pkg:npm/linkify-it@5.0.
|
|
731
|
+
"ref": "pkg:npm/linkify-it@5.0.2",
|
|
732
732
|
"dependsOn": []
|
|
733
733
|
},
|
|
734
734
|
{
|