@bluemarble/bm-components 1.17.2 → 1.18.0
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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4309,6 +4309,7 @@ var BaseDialogTrigger = (_a) => {
|
|
|
4309
4309
|
};
|
|
4310
4310
|
var BaseDialogCreate = (name = Symbol()) => {
|
|
4311
4311
|
return {
|
|
4312
|
+
name,
|
|
4312
4313
|
Trigger: (props) => /* @__PURE__ */ React28.createElement(BaseDialogTrigger, __spreadValues({ name }, props)),
|
|
4313
4314
|
Root: (props) => /* @__PURE__ */ React28.createElement(BaseDialogInstanceProvider, __spreadValues({ name }, props)),
|
|
4314
4315
|
Container: BaseDialogContainer,
|