sone-ui-component-3.2.4 2.0.262 → 2.0.263

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sone-ui-component-3.2.4",
3
- "version": "2.0.262",
3
+ "version": "2.0.263",
4
4
  "private": false,
5
5
  "main": "lib/sone-ui.common.js",
6
6
  "files": [
@@ -665,6 +665,10 @@ import IconButton from "sone-ui-component/packages/IconButton/index.vue";
665
665
  type: Boolean,
666
666
  default: false,
667
667
  },
668
+ showHeader: {
669
+ type: Boolean,
670
+ default: true,
671
+ },
668
672
  stripe: {
669
673
  type: Boolean,
670
674
  default: true,
package/src/index.js CHANGED
@@ -55,7 +55,7 @@ if (typeof window !== 'undefined' && window.Vue) {
55
55
  }
56
56
 
57
57
  export default {
58
- version: '2.0.262',
58
+ version: '2.0.263',
59
59
  locale: locale.use,
60
60
  i18n: locale.i18n,
61
61
  install,