@laerdal/life-react-components 1.11.0-dev.32.full → 1.11.0-dev.36
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/GlobalNavigationBar/mobile/MobileActionContainer.cjs +3 -5
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.cjs.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.js +2 -4
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.js.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenu.cjs +3 -5
- package/dist/GlobalNavigationBar/mobile/MobileMenu.cjs.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenu.js +2 -4
- package/dist/GlobalNavigationBar/mobile/MobileMenu.js.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.cjs +3 -5
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.cjs.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.js +2 -4
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.js.map +1 -1
- package/dist/InputFields/DatepickerField.cjs +2 -2
- package/dist/InputFields/DatepickerField.cjs.map +1 -1
- package/dist/InputFields/DatepickerField.js +2 -2
- package/dist/InputFields/DatepickerField.js.map +1 -1
- package/dist/icons/contenticons/ContentIcons.cjs +83 -2
- package/dist/icons/contenticons/ContentIcons.cjs.map +1 -1
- package/dist/icons/contenticons/ContentIcons.d.ts +3 -0
- package/dist/icons/contenticons/ContentIcons.js +72 -0
- package/dist/icons/contenticons/ContentIcons.js.map +1 -1
- package/dist/icons/systemicons/SystemIcons.cjs +28 -1
- package/dist/icons/systemicons/SystemIcons.cjs.map +1 -1
- package/dist/icons/systemicons/SystemIcons.d.ts +1 -0
- package/dist/icons/systemicons/SystemIcons.js +24 -0
- package/dist/icons/systemicons/SystemIcons.js.map +1 -1
- package/package.json +17 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@laerdal/life-react-components",
|
|
3
|
-
"version": "1.11.0-dev.
|
|
3
|
+
"version": "1.11.0-dev.36",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Erik Martirosyan <erik.martirosyan@laerdal.com>",
|
|
6
6
|
"contributors": [],
|
|
@@ -52,32 +52,32 @@
|
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
+
"@laerdal/figma-svg": "^2.10.3",
|
|
55
56
|
"react": "^17.0.2",
|
|
56
57
|
"react-dom": "^17.0.2",
|
|
57
|
-
"@laerdal/figma-svg": "^2.9.7",
|
|
58
58
|
"@types/node": "^18.0.6",
|
|
59
59
|
"@types/react": "^17.0.47",
|
|
60
60
|
"animated-scroll-to": "^2.3.0",
|
|
61
|
-
"moment": "^2.29.4",
|
|
62
61
|
"nanoid": "3.3.4",
|
|
63
62
|
"react-datepicker": "^4.8.0",
|
|
64
63
|
"react-inlinesvg": "^3.0.0",
|
|
65
64
|
"react-modal": "^3.15.1",
|
|
66
|
-
"
|
|
67
|
-
"rooks": "^
|
|
65
|
+
"dayjs": "^1.11.5",
|
|
66
|
+
"rooks": "^7.1.1",
|
|
68
67
|
"styled-components": "^5.3.5",
|
|
69
|
-
"typescript": "^4.
|
|
68
|
+
"typescript": "^4.8.2"
|
|
70
69
|
},
|
|
71
70
|
"devDependencies": {
|
|
72
|
-
"@babel/cli": "^7.
|
|
73
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
74
|
-
"@babel/plugin-proposal-export-default-from": "^7.
|
|
75
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
76
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
77
|
-
"@babel/
|
|
78
|
-
"@babel/preset-
|
|
79
|
-
"@babel/preset-
|
|
80
|
-
"@babel/
|
|
71
|
+
"@babel/cli": "^7.18.10",
|
|
72
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
73
|
+
"@babel/plugin-proposal-export-default-from": "^7.18.10",
|
|
74
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
|
75
|
+
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
76
|
+
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
|
77
|
+
"@babel/preset-env": "^7.19.0",
|
|
78
|
+
"@babel/preset-react": "^7.18.6",
|
|
79
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
80
|
+
"@babel/runtime": "^7.19.0",
|
|
81
81
|
"@testing-library/jest-dom": "^5.16.4",
|
|
82
82
|
"@testing-library/react": "^12.1.5",
|
|
83
83
|
"@testing-library/user-event": "^14.3.0",
|
|
@@ -87,6 +87,8 @@
|
|
|
87
87
|
"@types/react-modal": "^3.13.1",
|
|
88
88
|
"@types/react-router-dom": "^5.3.3",
|
|
89
89
|
"@types/styled-components": "^5.1.25",
|
|
90
|
+
"@types/node": "^18.0.6",
|
|
91
|
+
"@types/react": "^17.0.47",
|
|
90
92
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
91
93
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
92
94
|
"babel-plugin-typescript-to-proptypes": "^2.0.0",
|