@hexure/ui 1.13.88 → 1.13.89

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/cjs/index.js CHANGED
@@ -4009,7 +4009,7 @@ const Drawer = (_a) => {
4009
4009
  React.createElement(Container$3, Object.assign({}, accessibleProps, { "$position": position, "$width": width, "data-itemid": `${baseId}-container` }),
4010
4010
  React.createElement(Header$2, { "data-itemid": `${baseId}-header` },
4011
4011
  React.createElement("div", { "data-itemid": `${baseId}-header-content` },
4012
- title ? (React.createElement(Heading, { "data-itemid": `${baseId}-title`, type: 'secondary' }, title)) : null,
4012
+ title ? (React.createElement(Heading, { dataItemid: `${baseId}-title`, type: 'secondary' }, title)) : null,
4013
4013
  description ? (React.createElement(Copy, { color: 'GRAY', "data-itemid": `${baseId}-description` }, description)) : null),
4014
4014
  React.createElement(Close$1, { "data-itemid": `${baseId}-close`, onClick: onClose },
4015
4015
  React.createElement(Button, { dataItemid: `${baseId}-close-button`, format: 'secondary', icon: js.mdiClose, small: true }))),