@shell-shock/plugin-prompts 0.3.47 → 0.3.49

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/README.md CHANGED
@@ -249,7 +249,7 @@ generation of development tools, please reach out on our
249
249
 
250
250
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
251
251
  <br />
252
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
252
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
253
253
 
254
254
  <br />
255
255
 
@@ -1,29 +1 @@
1
- //#region \0rolldown/runtime.js
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") {
10
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
- key = keys[i];
12
- if (!__hasOwnProp.call(to, key) && key !== except) {
13
- __defProp(to, key, {
14
- get: ((k) => from[k]).bind(null, key),
15
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
- });
17
- }
18
- }
19
- }
20
- return to;
21
- };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
23
- value: mod,
24
- enumerable: true
25
- }) : target, mod));
26
-
27
- //#endregion
28
-
29
- exports.__toESM = __toESM;
1
+ var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));exports.__toESM=s;
@@ -1,12 +1 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_components_prompts_builtin = require('./prompts-builtin.cjs');
3
-
4
- exports.BasePromptDeclarations = require_components_prompts_builtin.BasePromptDeclarations;
5
- exports.ConfirmPromptDeclarations = require_components_prompts_builtin.ConfirmPromptDeclarations;
6
- exports.NumericPromptDeclarations = require_components_prompts_builtin.NumericPromptDeclarations;
7
- exports.PasswordPromptDeclaration = require_components_prompts_builtin.PasswordPromptDeclaration;
8
- exports.PromptsBuiltin = require_components_prompts_builtin.PromptsBuiltin;
9
- exports.SelectPromptDeclarations = require_components_prompts_builtin.SelectPromptDeclarations;
10
- exports.TextPromptDeclarations = require_components_prompts_builtin.TextPromptDeclarations;
11
- exports.TogglePromptDeclarations = require_components_prompts_builtin.TogglePromptDeclarations;
12
- exports.WaitForKeyPressDeclaration = require_components_prompts_builtin.WaitForKeyPressDeclaration;
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./prompts-builtin.cjs`);exports.BasePromptDeclarations=e.BasePromptDeclarations,exports.ConfirmPromptDeclarations=e.ConfirmPromptDeclarations,exports.NumericPromptDeclarations=e.NumericPromptDeclarations,exports.PasswordPromptDeclaration=e.PasswordPromptDeclaration,exports.PromptsBuiltin=e.PromptsBuiltin,exports.SelectPromptDeclarations=e.SelectPromptDeclarations,exports.TextPromptDeclarations=e.TextPromptDeclarations,exports.TogglePromptDeclarations=e.TogglePromptDeclarations,exports.WaitForKeyPressDeclaration=e.WaitForKeyPressDeclaration;
@@ -1,3 +1 @@
1
- import { BasePromptDeclarations, ConfirmPromptDeclarations, NumericPromptDeclarations, PasswordPromptDeclaration, PromptsBuiltin, SelectPromptDeclarations, TextPromptDeclarations, TogglePromptDeclarations, WaitForKeyPressDeclaration } from "./prompts-builtin.mjs";
2
-
3
- export { BasePromptDeclarations, ConfirmPromptDeclarations, NumericPromptDeclarations, PasswordPromptDeclaration, PromptsBuiltin, SelectPromptDeclarations, TextPromptDeclarations, TogglePromptDeclarations, WaitForKeyPressDeclaration };
1
+ import{BasePromptDeclarations as e,ConfirmPromptDeclarations as t,NumericPromptDeclarations as n,PasswordPromptDeclaration as r,PromptsBuiltin as i,SelectPromptDeclarations as a,TextPromptDeclarations as o,TogglePromptDeclarations as s,WaitForKeyPressDeclaration as c}from"./prompts-builtin.mjs";export{e as BasePromptDeclarations,t as ConfirmPromptDeclarations,n as NumericPromptDeclarations,r as PasswordPromptDeclaration,i as PromptsBuiltin,a as SelectPromptDeclarations,o as TextPromptDeclarations,s as TogglePromptDeclarations,c as WaitForKeyPressDeclaration};