@zanichelli/albe-web-components 6.0.1-rc1 → 6.0.1-rc2

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.
@@ -3,5 +3,4 @@ const UTILS = {
3
3
  colorFromId,
4
4
  };
5
5
  export { UTILS as Utils };
6
- export * from "./components";
7
6
  export * from "./beans";
@@ -3,5 +3,5 @@ declare const UTILS: {
3
3
  colorFromId: typeof colorFromId;
4
4
  };
5
5
  export { UTILS as Utils };
6
- export * from "./components";
6
+ export { Components, JSX } from "./components";
7
7
  export * from "./beans";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zanichelli/albe-web-components",
3
- "version": "6.0.1-rc1",
3
+ "version": "6.0.1-rc2",
4
4
  "description": "The Web Components implementation of Albe, the Zanichelli's design system.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",