pallote-react 0.15.4 → 0.15.5

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.
package/dist/index.js CHANGED
@@ -802,7 +802,7 @@ const SectionHeader = ({
802
802
  }, label) : null, /*#__PURE__*/React.createElement(Text, {
803
803
  className: "section_title",
804
804
  component: titleComponent || (promoteTitle ? 'h1' : 'h2')
805
- }, title), subtitle ? /*#__PURE__*/React.createElement(Text, {
805
+ }, title), subtitle ? /*#__PURE__*/React.createElement("div", {
806
806
  className: classnames('section_subtitle')
807
807
  }, subtitle) : null, actions ? /*#__PURE__*/React.createElement("div", {
808
808
  className: "section_actions"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pallote-react",
3
- "version": "0.15.4",
3
+ "version": "0.15.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.css",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pallote-react",
3
- "version": "0.15.4",
3
+ "version": "0.15.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.css",
@@ -23,7 +23,7 @@
23
23
  "classnames": "^2.5.1",
24
24
  "react-syntax-highlighter": "^15.6.1",
25
25
  "sass": "^1.71.1",
26
- "pallote-css": "^0.9.3"
26
+ "pallote-css": "^0.9.7"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@chromatic-com/storybook": "^3.2.4",