@marianmeres/stuic 1.22.0 → 1.23.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.
@@ -145,10 +145,10 @@ export class AlertConfirmPromptConfig {
145
145
  };
146
146
  }
147
147
  const _isFn = (v) => typeof v === "function";
148
- const { ALERT, CONFIRM, PROMPT } = AlertConfirmPromptType;
149
148
  </script>
150
149
 
151
- <script>const clog = createClog("AlertConfirmPrompt");
150
+ <script>const { ALERT, CONFIRM, PROMPT } = AlertConfirmPromptType;
151
+ const clog = createClog("AlertConfirmPrompt");
152
152
  export let acp;
153
153
  $:
154
154
  dialog = $acp[0];
@@ -1,6 +1,11 @@
1
1
  import { createStore } from '@marianmeres/store';
2
2
  import { createClog } from '@marianmeres/clog';
3
3
  const clog = createClog('alert-confirm-prompt');
4
+ // export class AlertConfirmPromptType {
5
+ // static readonly ALERT: 'alert';
6
+ // static readonly CONFIRM: 'confirm';
7
+ // static readonly PROMPT: 'prompt';
8
+ // }
4
9
  export var AlertConfirmPromptType;
5
10
  (function (AlertConfirmPromptType) {
6
11
  AlertConfirmPromptType["ALERT"] = "alert";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",