@sciol/xyzen 0.1.1 → 0.1.2

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/index.d.ts CHANGED
@@ -1,2 +1,4 @@
1
- export { Xyzen } from './app/App';
1
+ export { Xyzen, type XyzenProps } from './app/App';
2
+ export { default as useTheme } from './hooks/useTheme';
3
+ export { default as xyzenService } from './service/xyzenService';
2
4
  export { useXyzen } from './store/xyzenStore';
package/dist/xyzen.es.js CHANGED
@@ -76840,5 +76840,7 @@ function yae({ backendUrl: e = sae }) {
76840
76840
  }
76841
76841
  export {
76842
76842
  yae as Xyzen,
76843
- Og as useXyzen
76843
+ lae as useTheme,
76844
+ Og as useXyzen,
76845
+ Ss as xyzenService
76844
76846
  };