@vicaniddouglas/js_aide 1.18.0 → 1.19.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/declarations.d.ts CHANGED
@@ -1328,8 +1328,8 @@ declare module "@vicaniddouglas/js_aide" {
1328
1328
  }
1329
1329
 
1330
1330
  interface PromptOptions extends PopupOptions {
1331
- /** Type of input: text, number, currency, or password */
1332
- inputType?: "text" | "number" | "currency" | "password";
1331
+ /** Type of input: text, number, float, comms, currency, or password */
1332
+ inputType?: "text" | "number" | "float" | "comms" | "currency" | "password";
1333
1333
  /** Input placeholder text */
1334
1334
  placeholder?: string;
1335
1335
  /** Initial value for the input */