webcake-ui-kit 1.0.15 → 1.0.16

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": "webcake-ui-kit",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "UI Kit for Vue 2 && 3 - Pure Options API",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -3,3 +3,4 @@ export { default as WkiSurvey } from './Survey.vue'
3
3
  export { default as WkiButton } from './ClickButton.vue'
4
4
  export { default as WkiTab } from './Tab.vue'
5
5
  export { default as WkiImageMarquee } from './ImageMarquee.vue'
6
+ export { default as WkiPadding } from './Padding.vue'