@laerdal/life-react-components 2.0.1-dev.10.full → 2.0.1-dev.11.full

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.
Files changed (61) hide show
  1. package/dist/AuthPage/AuthPage.d.ts +1 -1
  2. package/dist/Banners/Banner.d.ts +1 -1
  3. package/dist/Banners/OverviewBanner.d.ts +1 -1
  4. package/dist/Breadcrumb/Breadcrumb.d.ts +1 -1
  5. package/dist/Card/HorizontalCard/HorizontalCardActions.d.ts +1 -1
  6. package/dist/Card/HorizontalCard/HorizontalCardBody.d.ts +1 -1
  7. package/dist/Card/HorizontalCard/HorizontalCardThumbnail.d.ts +1 -1
  8. package/dist/Card/HorizontalCard/types.d.ts +4 -4
  9. package/dist/Chips/ChipTypes.d.ts +2 -2
  10. package/dist/Dropdown/BasicDropdown.d.ts +3 -3
  11. package/dist/Dropdown/DropdownButtonTypes.d.ts +3 -3
  12. package/dist/GlobalNavigationBar/GlobalNavigationBar.cjs +1 -1
  13. package/dist/GlobalNavigationBar/GlobalNavigationBar.cjs.map +1 -1
  14. package/dist/GlobalNavigationBar/GlobalNavigationBar.d.ts +1 -1
  15. package/dist/GlobalNavigationBar/GlobalNavigationBar.js +1 -1
  16. package/dist/GlobalNavigationBar/GlobalNavigationBar.js.map +1 -1
  17. package/dist/GlobalNavigationBar/Logo.d.ts +1 -1
  18. package/dist/GlobalNavigationBar/desktop/ExtendedMainMenu.d.ts +1 -1
  19. package/dist/GlobalNavigationBar/desktop/MainMenu.d.ts +1 -1
  20. package/dist/GlobalNavigationBar/desktop/RightSideNav.d.ts +1 -1
  21. package/dist/GlobalNavigationBar/desktop/UserMenu.cjs +4 -2
  22. package/dist/GlobalNavigationBar/desktop/UserMenu.cjs.map +1 -1
  23. package/dist/GlobalNavigationBar/desktop/UserMenu.js +4 -2
  24. package/dist/GlobalNavigationBar/desktop/UserMenu.js.map +1 -1
  25. package/dist/GlobalNavigationBar/mobile/MobileMenu.cjs +3 -0
  26. package/dist/GlobalNavigationBar/mobile/MobileMenu.cjs.map +1 -1
  27. package/dist/GlobalNavigationBar/mobile/MobileMenu.d.ts +1 -1
  28. package/dist/GlobalNavigationBar/mobile/MobileMenu.js +3 -0
  29. package/dist/GlobalNavigationBar/mobile/MobileMenu.js.map +1 -1
  30. package/dist/GlobalNavigationBar/types.d.ts +7 -7
  31. package/dist/Image/ImageWithFallbacks.d.ts +1 -1
  32. package/dist/InputFields/Label.d.ts +1 -1
  33. package/dist/InputFields/QuickSearch.d.ts +1 -1
  34. package/dist/InputFields/ResponsiveComponentWrapper.d.ts +1 -1
  35. package/dist/InputFields/SearchBar.d.ts +1 -1
  36. package/dist/InputFields/components/SearchBarInput.d.ts +1 -1
  37. package/dist/InputFields/types.d.ts +3 -3
  38. package/dist/List/ListRow.d.ts +1 -1
  39. package/dist/LoadingIndicator/LoadingIndicator.d.ts +1 -1
  40. package/dist/MiniProductCard/MiniProductCard.d.ts +1 -1
  41. package/dist/Modals/Modal.d.ts +1 -1
  42. package/dist/Modals/ModalContainer.d.ts +2 -2
  43. package/dist/Modals/ModalTypes.d.ts +1 -1
  44. package/dist/NavItem/NavItem.d.ts +1 -1
  45. package/dist/Paginator/Paginator.d.ts +1 -1
  46. package/dist/Popover/Popover.d.ts +4 -4
  47. package/dist/ProfileButton/ProfileButton.d.ts +1 -1
  48. package/dist/QuizButton/QuizButton.d.ts +1 -1
  49. package/dist/SideMenu/types.d.ts +3 -3
  50. package/dist/SkipToContent/SkipToContent.d.ts +1 -1
  51. package/dist/Table/TableTypes.d.ts +4 -4
  52. package/dist/Tabs/TabLink.d.ts +1 -1
  53. package/dist/Tabs/Tabs.d.ts +1 -1
  54. package/dist/Tag/Tag.d.ts +2 -2
  55. package/dist/Tile/TileTypes.d.ts +8 -8
  56. package/dist/Toasters/Toast.d.ts +2 -2
  57. package/dist/Toasters/ToastContext.d.ts +2 -2
  58. package/dist/assets/index.d.ts +1 -1
  59. package/dist/icons/index.d.ts +2 -2
  60. package/dist/styles/typography.d.ts +2 -2
  61. package/package.json +10 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laerdal/life-react-components",
3
- "version": "2.0.1-dev.10.full",
3
+ "version": "2.0.1-dev.11.full",
4
4
  "private": false,
5
5
  "author": "Erik Martirosyan <erik.martirosyan@laerdal.com>",
6
6
  "contributors": [],
@@ -78,34 +78,30 @@
78
78
  "@babel/preset-react": "^7.18.6",
79
79
  "@babel/preset-typescript": "^7.18.6",
80
80
  "@babel/runtime": "^7.19.0",
81
- "@testing-library/jest-dom": "^5.16.4",
81
+ "@testing-library/jest-dom": "^5.16.5",
82
82
  "@testing-library/react": "^12.1.5",
83
- "@testing-library/user-event": "^14.3.0",
84
- "@types/enzyme": "^3.10.12",
85
- "@types/jest": "^26.0.24",
83
+ "@testing-library/user-event": "^14.4.3",
84
+ "@types/jest": "^29.2.3",
86
85
  "@types/node": "^18.0.6",
87
86
  "@types/react": "^17.0.47",
88
87
  "@types/react-datepicker": "^4.4.2",
89
88
  "@types/react-modal": "^3.13.1",
90
89
  "@types/react-router-dom": "^5.3.3",
91
90
  "@types/styled-components": "^5.1.25",
92
- "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
93
91
  "babel-plugin-inline-react-svg": "^2.0.1",
94
92
  "babel-plugin-typescript-to-proptypes": "^2.0.0",
95
93
  "concurrently": "^5.2.0",
96
94
  "cross-env": "^7.0.3",
97
95
  "cypress": "^9.5.0",
98
- "enzyme": "^3.11.0",
99
96
  "history": "^5.3.0",
100
- "jest": "^26.6.3",
101
- "jest-environment-jsdom-sixteen": "^2.0.0",
102
- "jest-react-hooks-shallow": "^1.5.1",
103
- "jest-styled-components": "^7.0.5",
97
+ "jest": "^29.3.1",
98
+ "jest-environment-jsdom": "^29.2.1",
99
+ "jest-styled-components": "^7.1.1",
104
100
  "jest-svg-transformer": "^1.0.0",
105
101
  "react-router": "^6.3.0",
106
102
  "react-router-dom": "^6.3.0",
107
103
  "regenerator-runtime": "^0.13.9",
108
- "ts-jest": "^26.5.6"
104
+ "ts-jest": "^29.0.3"
109
105
  },
110
106
  "peerDependencies": {
111
107
  "@babel/core": "^7.0.0",
@@ -114,6 +110,7 @@
114
110
  "react-router-dom": "^6"
115
111
  },
116
112
  "resolutions": {
117
- "@types/react": "17.0.48"
113
+ "@types/react": "17.0.48",
114
+ "date-fns": "2.24.0"
118
115
  }
119
116
  }