@xh/hoist 75.0.0-SNAPSHOT.1753279912670 → 75.0.0-SNAPSHOT.1753280710081

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.
@@ -32,3 +32,5 @@ export declare const th: import("@xh/hoist/core").ElementFactory<import("react")
32
32
  export declare const thead: import("@xh/hoist/core").ElementFactory<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
33
33
  export declare const tr: import("@xh/hoist/core").ElementFactory<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
34
34
  export declare const ul: import("@xh/hoist/core").ElementFactory<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>>;
35
+ export declare const details: import("@xh/hoist/core").ElementFactory<import("react").DetailedHTMLProps<import("react").DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>>;
36
+ export declare const summary: import("@xh/hoist/core").ElementFactory<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>>;
@@ -51,3 +51,5 @@ export const th = elementFactory('th');
51
51
  export const thead = elementFactory('thead');
52
52
  export const tr = elementFactory('tr');
53
53
  export const ul = elementFactory('ul');
54
+ export const details = elementFactory('details');
55
+ export const summary = elementFactory('summary');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "75.0.0-SNAPSHOT.1753279912670",
3
+ "version": "75.0.0-SNAPSHOT.1753280710081",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",