dhre-ui-kit 0.0.105 → 0.0.106
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/lib/index.js +1 -6
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -6
- package/lib/index.mjs.map +1 -1
- package/package.json +7 -7
package/lib/index.js
CHANGED
|
@@ -3702,13 +3702,8 @@ const CustomSwitchBtn = ({
|
|
|
3702
3702
|
);
|
|
3703
3703
|
};
|
|
3704
3704
|
|
|
3705
|
-
var __defProp = Object.defineProperty;
|
|
3706
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3707
|
-
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
3708
3705
|
class ToastService {
|
|
3709
|
-
|
|
3710
|
-
__publicField(this, "toastRef", null);
|
|
3711
|
-
}
|
|
3706
|
+
toastRef = null;
|
|
3712
3707
|
setRef(ref) {
|
|
3713
3708
|
this.toastRef = ref;
|
|
3714
3709
|
}
|