imbric-theme 1.1.5 → 1.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",
@@ -117,5 +117,13 @@
117
117
  "peerDependencies": {
118
118
  "react": "18",
119
119
  "react-dom": "18"
120
+ },
121
+ "resolutions": {
122
+ "glob": "^10.4.5",
123
+ "cacache": "^16.1.3",
124
+ "hosted-git-info": "^6.1.1",
125
+ "pacote": "^17.0.6",
126
+ "npm-registry-fetch": "^16.2.1",
127
+ "@npmcli/arborist": "^7.5.4"
120
128
  }
121
129
  }
@@ -906,8 +906,9 @@ body {
906
906
  .react-datepicker__navigation-icon {
907
907
  position: relative;
908
908
  top: -1px;
909
- font-size: 20px;
909
+ /* font-size: 20px; */
910
910
  width: 0;
911
+ line-height: 25px;
911
912
  }
912
913
 
913
914
  .react-datepicker__navigation-icon--next {