From 6c8b66291caf55d172418ff82f122cbf07046baf Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Wed, 2 Aug 2023 14:17:59 +0000 Subject: [PATCH] Build update --- build/css/index.css | 2 +- build/index.d.ts | 1 + build/index.js | 2 +- build/index.modern.js | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/css/index.css b/build/css/index.css index fc216ab9..9814a851 100644 --- a/build/css/index.css +++ b/build/css/index.css @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v3.6.38 + * simple-keyboard v3.6.39 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. diff --git a/build/index.d.ts b/build/index.d.ts index bed91e35..d835230f 100644 --- a/build/index.d.ts +++ b/build/index.d.ts @@ -1,4 +1,5 @@ import "./polyfills"; import SimpleKeyboard from "./components/Keyboard"; +export * from "./interfaces"; export { SimpleKeyboard }; export default SimpleKeyboard; diff --git a/build/index.js b/build/index.js index 19fabe4c..7628ec75 100644 --- a/build/index.js +++ b/build/index.js @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v3.6.38 + * simple-keyboard v3.6.39 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. diff --git a/build/index.modern.js b/build/index.modern.js index e938775a..910e4804 100644 --- a/build/index.modern.js +++ b/build/index.modern.js @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v3.6.38 (index.modern.js - Modern Browsers bundle) + * simple-keyboard v3.6.39 (index.modern.js - Modern Browsers bundle) * https://github.com/hodgef/simple-keyboard * * NOTE: This modern browsers bundle (index.modern.js) removes all polyfills