@neowit/orbit-vue 0.15.3 → 0.17.0

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": "@neowit/orbit-vue",
3
- "version": "0.15.3",
3
+ "version": "0.17.0",
4
4
  "description": "Orbit Design System - Vue 3 Components",
5
5
  "type": "module",
6
6
  "main": "./dist/orbit.cjs",
package/resolver.mjs CHANGED
@@ -96,6 +96,11 @@ const components = {
96
96
  OStepper: 'OStepper',
97
97
  OStep: 'OStep',
98
98
  OStepPanel: 'OStepPanel',
99
+ OPagination: 'OPagination',
100
+ OUpload: 'OUpload',
101
+ OUploadDropzone: 'OUploadDropzone',
102
+ OUploadTrigger: 'OUploadTrigger',
103
+ OUploadHiddenInput: 'OUploadHiddenInput',
99
104
 
100
105
  // ── Organisms ──
101
106
  ODialog: 'ODialog',