Build update

This commit is contained in:
Francisco Hodge
2025-08-08 20:30:31 +00:00
parent 799f91bdee
commit a6c478f2f7
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.8.75
* simple-keyboard v3.8.76
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

View File

@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.8.75
* simple-keyboard v3.8.76
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

View File

@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.8.75 (index.modern.esm.js - Modern Browsers bundle, ESM output)
* simple-keyboard v3.8.76 (index.modern.esm.js - Modern Browsers bundle, ESM output)
* https://github.com/hodgef/simple-keyboard
*
* NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills

View File

@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.8.75 (index.modern.js - Modern Browsers bundle)
* simple-keyboard v3.8.76 (index.modern.js - Modern Browsers bundle)
* https://github.com/hodgef/simple-keyboard
*
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills

View File

@@ -13,7 +13,7 @@ export type KeyboardButtonTheme = {
export interface KeyboardButtonAttributes {
attribute: string;
value: string;
buttons: string;
buttons?: string;
}
export interface KeyboardInput {
[key: string]: string;