Skip to content

Commit c3ff0e6

Browse files
authored
Merge branch 'master' into fix-version-tether
2 parents 31c94d5 + 630b4d7 commit c3ff0e6

File tree

58 files changed

+1824
-1408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1824
-1408
lines changed

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const config: StorybookConfig = {
5454
webpack.resolve = webpack.resolve || {};
5555
webpack.resolve.alias = {
5656
...webpack.resolve.alias,
57-
'box-ui-elements-locale-data': path.resolve(`i18n/${language}`),
57+
'box-ui-elements-locale-data': path.resolve(`i18n/bundles/${language}`),
5858
'box-locale-data': path.resolve(`node_modules/@box/cldr-data/locale-data/${language}`),
5959
'msw/native': path.resolve('node_modules/msw/lib/native/index.mjs'),
6060
};

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
],
1212
overrides: [
1313
{
14-
test: ['./src/**/*.ts', './src/**/*.tsx'],
14+
test: ['./src/**/*.ts', './src/**/*.tsx', './node_modules/@box/**/*.ts', './node_modules/@box/**/*.tsx'],
1515
presets: [
1616
[
1717
'@babel/preset-env',

flow-typed/npm/@box/blueprint-web-assets_vx.x.x.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ declare module '@box/blueprint-web-assets/icons/Medium' {
1515
declare export var RightSidebarChevronOpen: React$ComponentType<any>;
1616
declare export var MagicWand: React$ComponentType<any>;
1717
declare export var DocGen: React$ComponentType<any>;
18+
declare export var Pencil: React$ComponentType<any>;
1819
}
1920

2021
declare module '@box/blueprint-web-assets/icons/MediumFilled' {

flow/WebpackI18N.js.flow

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
// @flow
2-
declare export default { [key: string]: string }
2+
declare export var language: string;
3+
declare export var locale: string;
4+
declare export var messages: { [key: string]: string };
5+
declare export var boxCldrData: any;

i18n/bn-IN.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ be.contentInsights.peopleTitle = লোকজন
121121
# Label for the chart displaying the number of previews over the selected time period
122122
be.contentInsights.previewGraphLabel = চার্ট নির্বাচিত সময়ের মধ্যে প্রিভিউ সংখ্যা প্রদর্শন করে
123123
# Title for the content insights graph card regarding number of Previews
124-
be.contentInsights.previewGraphType = প্রিভিউগুলি
124+
be.contentInsights.previewGraphType = প্রিভিউ
125125
# Label for the arrow indicator in the trend pill
126126
be.contentInsights.trendDown = ট্রেন্ডিং ডাউন
127127
# Trend description for the content insights graph card regarding the count of events from the past month

i18n/da-DK.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ be.contentInsights.peopleTitle = MENNESKER
121121
# Label for the chart displaying the number of previews over the selected time period
122122
be.contentInsights.previewGraphLabel = Diagram, der viser antallet af forhåndsvisninger i den valgte tidsperiode
123123
# Title for the content insights graph card regarding number of Previews
124-
be.contentInsights.previewGraphType = Eksempelvisninger
124+
be.contentInsights.previewGraphType = Får vist eksempel
125125
# Label for the arrow indicator in the trend pill
126126
be.contentInsights.trendDown = Trending ned
127127
# Trend description for the content insights graph card regarding the count of events from the past month

i18n/de-DE.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ be.contentInsights.peopleTitle = Personen
121121
# Label for the chart displaying the number of previews over the selected time period
122122
be.contentInsights.previewGraphLabel = Diagramm, das die Anzahl der Vorschauen im ausgewählten Zeitraum anzeigt
123123
# Title for the content insights graph card regarding number of Previews
124-
be.contentInsights.previewGraphType = Vorschauen
124+
be.contentInsights.previewGraphType = die Vorschau anzeigt
125125
# Label for the arrow indicator in the trend pill
126126
be.contentInsights.trendDown = Tendenz fallend
127127
# Trend description for the content insights graph card regarding the count of events from the past month

i18n/en-CA.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ be.contentInsights.peopleTitle = PEOPLE
121121
# Label for the chart displaying the number of previews over the selected time period
122122
be.contentInsights.previewGraphLabel = Chart displaying the number of previews over the selected time period
123123
# Title for the content insights graph card regarding number of Previews
124-
be.contentInsights.previewGraphType = PREVIEWS
124+
be.contentInsights.previewGraphType = Previews
125125
# Label for the arrow indicator in the trend pill
126126
be.contentInsights.trendDown = Trending down
127127
# Trend description for the content insights graph card regarding the count of events from the past month

i18n/en-US.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ be.contentInsights.peopleTitle = PEOPLE
121121
# Label for the chart displaying the number of previews over the selected time period
122122
be.contentInsights.previewGraphLabel = Chart displaying the number of previews over the selected time period
123123
# Title for the content insights graph card regarding number of Previews
124-
be.contentInsights.previewGraphType = PREVIEWS
124+
be.contentInsights.previewGraphType = Previews
125125
# Label for the arrow indicator in the trend pill
126126
be.contentInsights.trendDown = Trending down
127127
# Trend description for the content insights graph card regarding the count of events from the past month

0 commit comments

Comments
 (0)