Skip to content

Commit

Permalink
feat(blueprint): Added blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-in-a-box committed Jul 19, 2024
1 parent 4f479a9 commit f52ba86
Show file tree
Hide file tree
Showing 14 changed files with 2,960 additions and 116 deletions.
2 changes: 2 additions & 0 deletions i18n/en-US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ be.keywordsAppliedList = Keywords were applied
be.keywordsList = Keywords: {words}
# Label for switching to list view
be.listView = Switch to List View
# Loading aria label.
be.loading = loading
# Message shown when folder items are still fetching.
be.loadingState = Please wait while the items load...
# Placeholder for a logo.
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
"@babel/preset-typescript": "^7.24.7",
"@babel/template": "^7.24.7",
"@babel/types": "^7.24.7",
"@box/blueprint-web": "^7.3.0",
"@box/blueprint-web-assets": "^4.16.0",
"@box/cldr-data": "^34.2.0",
"@box/frontend": "^10.0.0",
"@box/languages": "^1.0.0",
Expand Down Expand Up @@ -316,6 +318,8 @@
"yargs": "^15.1.0"
},
"peerDependencies": {
"@box/blueprint-web": "^7.2.4",
"@box/blueprint-web-assets": "^4.16.0",
"@box/cldr-data": ">=34.2.0",
"@box/react-virtualized": "9.22.3-rc-box.9",
"@hapi/address": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/jest/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ module.exports = {
testEnvironment: 'jsdom',
testMatch: ['**/__tests__/**/*.test.+(js|jsx|ts|tsx)'],
testPathIgnorePatterns: ['stories.test.js$', 'stories.test.tsx$', 'stories.test.d.ts'],
transformIgnorePatterns: ['node_modules/(?!(@box/react-virtualized/dist/es|@box/cldr-data))'],
transformIgnorePatterns: ['node_modules/(?!(@box/react-virtualized/dist/es|@box/cldr-data|@box/blueprint-web|@box/blueprint-web-assets)/)'],
};
1 change: 1 addition & 0 deletions scripts/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function getConfig(isReactExternalized) {
examples: path.join(__dirname, '../examples/src'), // for examples only
'box-ui-elements-locale-data': path.resolve(`i18n/${language}`),
'box-locale-data': path.resolve(`node_modules/@box/cldr-data/locale-data/${language}`),
lodash : path.resolve('node_modules/lodash'),
'rsg-components/Wrapper': path.join(__dirname, '../examples/Wrapper'), // for examples only
},
},
Expand Down
Loading

0 comments on commit f52ba86

Please sign in to comment.