@neowit/orbit-vue 0.8.10 → 0.8.12

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/orbit.js CHANGED
@@ -43,11 +43,11 @@ async function Na(e) {
43
43
  return St.set(e, t), t;
44
44
  }
45
45
  try {
46
- const t = await import(`@neowit/orbit-icons/vue/icons/${e}.vue`);
46
+ const t = await import(`@neowit/orbit-icons/src/vue/icons/${e}.vue`);
47
47
  return St.set(e, t.default), t.default;
48
48
  } catch {
49
49
  try {
50
- const t = await import(`@neowit/orbit-icons/vue/custom/${e}.vue`);
50
+ const t = await import(`@neowit/orbit-icons/src/vue/custom/${e}.vue`);
51
51
  return St.set(e, t.default), t.default;
52
52
  } catch {
53
53
  return console.warn(`[Orbit] Icon "${e}" not found in @neowit/orbit-icons`), null;
@@ -981,7 +981,7 @@ async function Ro(e) {
981
981
  if (!e) return null;
982
982
  if (Nt.has(e)) return Nt.get(e);
983
983
  try {
984
- const o = await import(`@neowit/orbit-icons/vue/logos/${e}.vue`);
984
+ const o = await import(`@neowit/orbit-icons/src/vue/logos/${e}.vue`);
985
985
  return Nt.set(e, o.default), o.default;
986
986
  } catch {
987
987
  return console.warn(`[Orbit] Logo "${e}" not found in @neowit/orbit-icons`), null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neowit/orbit-vue",
3
- "version": "0.8.10",
3
+ "version": "0.8.12",
4
4
  "description": "Orbit Design System - Vue 3 Components",
5
5
  "type": "module",
6
6
  "main": "./dist/orbit.cjs",
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "@phosphor-icons/vue": "^2.2.1",
25
25
  "unplugin-vue-components": "^32.0.0",
26
- "@neowit/orbit-icons": "0.4.0",
27
- "@neowit/orbit-tokens": "0.3.1"
26
+ "@neowit/orbit-tokens": "0.3.1",
27
+ "@neowit/orbit-icons": "0.4.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/vue": "^8.1.0",