@26lights/orcha 0.41.107 → 0.41.108
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/orcha.cjs.js +2 -2
- package/dist/orcha.es.js +1 -0
- package/dist/orcha.umd.js +2 -2
- package/dist/src/main.d.ts +1 -0
- package/package.json +2 -2
package/dist/src/main.d.ts
CHANGED
|
@@ -9,5 +9,6 @@ export { default as AoInputField } from './components/AoInputField.vue';
|
|
|
9
9
|
export { default as AoCheckboxField } from './components/AoCheckboxField.vue';
|
|
10
10
|
export { default as AoMultiselect } from './components/AoMultiselect.vue';
|
|
11
11
|
export { default as AoAvatar } from './components/AoAvatar.vue';
|
|
12
|
+
export { default as AoTabBar } from './components/AoTabBar.vue';
|
|
12
13
|
export { default as AoCardFeed } from './components/AoCardFeed.vue';
|
|
13
14
|
export { default as AoProjectPhases } from './components/AoProjectPhases.vue';
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "CC-BY-NC-ND-4.0",
|
|
6
6
|
"author": "26lights <dev@26lights.com> (https://www.26lights.com)",
|
|
7
|
-
"version": "0.41.
|
|
7
|
+
"version": "0.41.108",
|
|
8
8
|
"workspaces": [
|
|
9
9
|
"packages/*"
|
|
10
10
|
],
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"vuedraggable": "~4.1.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@26lights/orcha": "^0.
|
|
31
|
+
"@26lights/orcha": "^2.0.3",
|
|
32
32
|
"@floating-ui/dom": "^1.5.3",
|
|
33
33
|
"@vueform/multiselect": "^2.6.6",
|
|
34
34
|
"@vueuse/core": "^10.8.0",
|