mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-02-03 00:06:50 +08:00
Build update
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
build/interfaces.d.ts
vendored
2
build/interfaces.d.ts
vendored
@@ -13,7 +13,7 @@ export type KeyboardButtonTheme = {
|
||||
export interface KeyboardButtonAttributes {
|
||||
attribute: string;
|
||||
value: string;
|
||||
buttons: string;
|
||||
buttons?: string;
|
||||
}
|
||||
export interface KeyboardInput {
|
||||
[key: string]: string;
|
||||
|
||||
Reference in New Issue
Block a user