@q2devel/q2-storybook 1.0.167 → 1.0.168

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.
@@ -44,6 +44,6 @@ function WebSection({ imagePosition = 'left', imagePath, title, subtitle, paragr
44
44
  ? getColWidthClass(textWidthColumns)
45
45
  : '', isHorizontal && isImageFirst
46
46
  ? getColWidthClass(imageWidthColumns)
47
- : '', isImageFirst ? 'order-2' : 'order-1'), style: isHorizontal ? getColWidthClass(textWidthColumns) : {}, children: [_jsx("h1", { className: "text-4xl font-bold mb-2", children: title }), _jsx("h1", { className: "text-4xl font-bold text-[#9B5726] mb-4", children: subtitle }), typeof paragraphs === 'string' && parse(paragraphs)] })] }));
47
+ : '', isImageFirst ? 'order-2' : 'order-1'), style: isHorizontal ? getColWidthClass(textWidthColumns) : {}, children: [_jsx("h1", { className: "text-4xl font-bold mb-2", children: title }), subtitle && (_jsx("h1", { className: "text-4xl font-bold text-[#9B5726] mb-4", children: subtitle })), typeof paragraphs === 'string' && parse(paragraphs)] })] }));
48
48
  }
49
49
  export default WebSection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@q2devel/q2-storybook",
3
- "version": "1.0.167",
3
+ "version": "1.0.168",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",