trepur_components 0.3.7 → 0.3.8

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.
@@ -71,7 +71,7 @@ const InformationIcon = _ref => {
71
71
  (informationIconProps === null || informationIconProps === void 0 ? void 0 : informationIconProps.withAnimation) && observer.observe(element);
72
72
  }, []);
73
73
  if (informationIconProps == undefined) return;
74
- const wrapperClasses = "h-96 flex items-center text-center \n py-12 hover:py-0 ease-out duration-300";
74
+ const wrapperClasses = "h-96 flex items-center text-center \n ease-out duration-300";
75
75
  const classList = (0, _classnames.default)({
76
76
  [informationIconProps.classes]: informationIconProps === null || informationIconProps === void 0 ? void 0 : informationIconProps.classes,
77
77
  'border': informationIconProps === null || informationIconProps === void 0 ? void 0 : informationIconProps.bordered,
@@ -84,7 +84,7 @@ const InformationIcon = _ref => {
84
84
  [informationIconProps.hoverBgColor]: informationIconProps === null || informationIconProps === void 0 ? void 0 : informationIconProps.hoverBgColor,
85
85
  'hover:text-white': !(informationIconProps !== null && informationIconProps !== void 0 && informationIconProps.hoverTextColor),
86
86
  'hover:bg-black': !(informationIconProps !== null && informationIconProps !== void 0 && informationIconProps.hoverBgColor)
87
- }, "flex flex-col justify-center w-full h-full items-center\n mx-12 my-12 ease-out duration-300 hover:m-0 text-lg hover:text-xl");
87
+ }, "flex flex-col justify-center w-full h-full items-center\n ease-out duration-300 text-md lg:text-md hover:text-lg");
88
88
 
89
89
  const counterAnimation = (obj, start, end, duration) => {
90
90
  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.3.7",
5
+ "version": "0.3.8",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",