@glasshome/ui 0.2.2 → 0.2.3

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.
@@ -3001,6 +3001,6 @@ function Go(...e) {
3001
3001
  return Ro(Ne(e));
3002
3002
  }
3003
3003
  export {
3004
- Ne as a,
3005
- Go as c
3004
+ Go as a,
3005
+ Ne as c
3006
3006
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glasshome/ui",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "SolidJS component library for GlassHome, built on Kobalte",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",