@omniaz/vue-component-library 0.1.7 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniaz/vue-component-library",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "",
5
5
  "main": "dist/vue-component-library.umd.js",
6
6
  "module": "dist/vue-component-library.es.js",
@@ -124,6 +124,8 @@ const switchViewMode = () => {
124
124
  </button>
125
125
  </div>
126
126
 
127
+ <slot name="header-items" />
128
+
127
129
  <button
128
130
  v-if="headerIcon"
129
131
  type="button"