@q2devel/q2-storybook 1.0.180 → 1.0.184

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.
@@ -35,7 +35,7 @@ function WebSection({ imagePosition = 'left', imagePath, title, subtitle, paragr
35
35
  return 'justify-center';
36
36
  }
37
37
  };
38
- return (_jsxs("div", { className: clsx('w-full bg-white', isHorizontal ? 'flex flex-col lg:flex-row' : 'flex flex-col', containerClassName), children: [_jsx("div", { className: clsx('w-full h-full', isHorizontal && isImageFirst
38
+ return (_jsxs("div", { className: clsx('w-full bg-white', isHorizontal ? 'flex flex-col lg:flex-row' : 'flex flex-col', containerClassName), children: [_jsx("div", { className: clsx('w-full', isHorizontal && isImageFirst
39
39
  ? getColWidthClass(imageWidthColumns)
40
40
  : '', isHorizontal && !isImageFirst
41
41
  ? getColWidthClass(textWidthColumns)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@q2devel/q2-storybook",
3
- "version": "1.0.180",
3
+ "version": "1.0.184",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",