trepur_components 0.2.47 → 0.2.48

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.
@@ -43,7 +43,7 @@ const InformationIcon = _ref => {
43
43
  let loaded = (0, _react.useRef)(false);
44
44
  let imageClassList = 'mx-auto pt-2 ';
45
45
  imageClassList += imageClasses ? imageClasses : '';
46
- const wrapperClasses = 'h-96 flex items-center justify-center text-center border border-1 py-12 hover:py-0 ease-out duration-300';
46
+ const wrapperClasses = 'h-96 flex items-center justify-center text-center py-12 hover:py-0 ease-out duration-300';
47
47
  let classList = 'flex flex-col items-center justify-center text-center w-full h-full mx-12 my-12 ease-out duration-300 hover:m-0 hover:text-sm ';
48
48
  classList += bordered ? 'border ' : '';
49
49
  classList += rounded ? 'rounded-2xl ' : '';
@@ -51,7 +51,7 @@ const InformationIcon = _ref => {
51
51
  const numberClass = number !== null ? 'text-lg' : '';
52
52
  const numberClasses = 'text-center ' + numberClass;
53
53
  const textClass = number === null ? ' text-lg ' : '';
54
- const textClasses = 'h-24 flex items-center justify-center text-center text-center px-2 text-md md:text-lg ' + textClass;
54
+ const textClasses = 'h-24 flex items-center justify-center text-center px-2 text-md md:text-lg ' + textClass;
55
55
 
56
56
  const counterAnimation = (obj, start, end, duration) => {
57
57
  let startTimestamp = null;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "trepur_components",
3
3
  "description": "component lib",
4
4
  "author": "trepur_ttenneb",
5
- "version": "0.2.47",
5
+ "version": "0.2.48",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",