@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260416043825 → 0.8.1-dev.20260416044239

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/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -35,7 +35,6 @@ var ToastService, ToastService_default;
35
35
  var init_ToastService = __esm({
36
36
  "src/components/ToastService.tsx"() {
37
37
  "use strict";
38
- "use client";
39
38
  ToastService = class _ToastService {
40
39
  static initialize(showToast, closeToast) {
41
40
  _ToastService.showToast = showToast;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acoustte-digital-services/digitalstore-controls-dev",
3
- "version": "0.8.1-dev.20260416043825",
3
+ "version": "0.8.1-dev.20260416044239",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",