@coorpacademy/components 11.22.2 → 11.22.4

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.
@@ -105,7 +105,7 @@
105
105
  color: rgba(255, 255, 255, 0.7);
106
106
  font-weight: bold;
107
107
  font-size: 14px;
108
- max-width: 200px;
108
+ max-width: 250px;
109
109
  cursor: pointer;
110
110
  padding-bottom: 6.5px;
111
111
  /* because when we have an OnClick event, the component "Link"
@@ -105,7 +105,7 @@
105
105
  color: rgba(255, 255, 255, 0.7);
106
106
  font-weight: bold;
107
107
  font-size: 14px;
108
- max-width: 200px;
108
+ max-width: 250px;
109
109
  cursor: pointer;
110
110
  padding-bottom: 6.5px;
111
111
  /* because when we have an OnClick event, the component "Link"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.22.2",
3
+ "version": "11.22.4",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -70,7 +70,7 @@
70
70
  "hammerjs": "^2.0.8",
71
71
  "isomorphic-unfetch": "^3.1.0",
72
72
  "lodash": "^4.17.21",
73
- "lottie-web": "^5.9.6",
73
+ "lottie-web": "5.11.0",
74
74
  "postcss": "^8.4.16",
75
75
  "postcss-calc": "^8.2.4",
76
76
  "postcss-color-function": "^4.1.0",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "f35f542cc18dd1cc41eb83f71c5fff3db763a0f8"
171
+ "gitHead": "6c5a163bc4f59d99ed830548614ab1ba1685f121"
172
172
  }