@brandup/ui-dom 1.0.30 → 1.0.32

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -55,4 +55,5 @@ declare const DOM: {
55
55
  empty: typeof empty;
56
56
  };
57
57
 
58
- export { type CssClass, DOM, type ElementData, type ElementEvents, type ElementOptions, type ElementStyles, type TagChildrenLike, type TagChildrenPrimitive };
58
+ export { DOM };
59
+ export type { CssClass, ElementData, ElementEvents, ElementOptions, ElementStyles, TagChildrenLike, TagChildrenPrimitive };
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "email": "it@brandup.online"
22
22
  },
23
23
  "license": "Apache-2.0",
24
- "version": "1.0.30",
24
+ "version": "1.0.32",
25
25
  "main": "dist/cjs/index.js",
26
26
  "module": "dist/mjs/index.js",
27
27
  "types": "dist/types.d.ts",