Skip to content

Commit

Permalink
feat: improve board tabs behavior
Browse files Browse the repository at this point in the history
refs: SHELL-75 SHELL-88 SHELL-89 SHELL-90 SHELL-91 (#248)
  • Loading branch information
CataldoMazzilli authored May 23, 2023
1 parent 137eedd commit a60331c
Show file tree
Hide file tree
Showing 13 changed files with 483 additions and 196 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
// A map from regular expressions to module names or to arrays of module names that allow to stub out resources with a single module
moduleNameMapper: {
'^react-pdf': 'react-pdf/dist/cjs/entry.jest',
'\\.(css|less)$': './__mocks__/styleMock.js'
'\\.(css|less)$': 'identity-obj-proxy'
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down
190 changes: 116 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"eslint-plugin-notice": "^0.9.10",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
Expand All @@ -94,7 +95,7 @@
"@reduxjs/toolkit": "^1.9.2",
"@sentry/browser": "^7.43.0",
"@tinymce/tinymce-react": "^4.3.0",
"@zextras/carbonio-design-system": "^2.0.0",
"@zextras/carbonio-design-system": "^2.1.0",
"@zextras/carbonio-ui-preview": "^1.1.0",
"darkreader": "^4.9.58",
"history": "^5.3.0",
Expand All @@ -115,7 +116,7 @@
},
"peerDependencies": {
"@reduxjs/toolkit": "^1 >=1.9",
"@zextras/carbonio-design-system": "^2",
"@zextras/carbonio-design-system": "^2.1.0",
"@zextras/carbonio-ui-preview": "^1",
"core-js": "^3.27.2",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit a60331c

Please sign in to comment.