diff --git a/build/css/index.css b/build/css/index.css index 09dc4003..36b8be4d 100644 --- a/build/css/index.css +++ b/build/css/index.css @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v2.27.24 + * simple-keyboard v2.27.25 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef) diff --git a/build/css/index.css.map b/build/css/index.css.map index 0377be05..fdf2c382 100644 --- a/build/css/index.css.map +++ b/build/css/index.css.map @@ -1 +1 @@ -{"version":3,"sources":["index.css","Keyboard.css"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE,CCVF,UAEE,QAAS,CACT,SACF,CAEA,iBACE,4GAC+C,CAC/C,UAAW,CACX,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CACjB,qBAAsB,CACtB,eAAgB,CAChB,yBACF,CAEA,yBACE,YACF,CAEA,0CACE,iBACF,CAMA,mGACE,gBACF,CAEA,wCACE,cACF,CAEA,8CACE,YACF,CAEA,4BACE,oBAAqB,CACrB,WAAY,CACZ,cACF,CAEA,iCACE,mBACF,CAKA,kCACE,+BAAoC,CACpC,WAAY,CACZ,iBACF,CAEA,6CACE,sCAA+C,CAC/C,WAAY,CACZ,iBAAkB,CAClB,qBAAsB,CACtB,WAAY,CACZ,eAAiB,CACjB,+BAAgC,CAChC,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,yCACF,CAEA,6DACE,kBACF,CAGA,kCACE,cAAe,CACf,SAAU,CACV,iBACF,CAEA,+DACE,WAAY,CACZ,WAAY,CACZ,kBAAmB,CACnB,YAAa,CACb,sBACF,CAMA,oIACE,WACF,CAEA,+DACE,WACF,CAEA,2DACE,cACF,CAEA,yEACE,cACF,CAEA,+DACE,4BAAiC,CACjC,UACF,CAEA,+EACE,cACF,CAEA,4EACE,cACF","file":"index.css","sourcesContent":["/*!\n * \n * simple-keyboard v2.27.24\n * https://github.com/hodgef/simple-keyboard\n * \n * Copyright (c) Francisco Hodge (https://github.com/hodgef)\n * \n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n * \n */\nbody,\nhtml {\n margin: 0;\n padding: 0;\n}\n\n.simple-keyboard {\n font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\",\n Helvetica, Arial, \"Lucida Grande\", sans-serif;\n width: 100%;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-sizing: border-box;\n overflow: hidden;\n touch-action: manipulation;\n}\n\n.simple-keyboard .hg-row {\n display: flex;\n}\n\n.simple-keyboard .hg-row:not(:last-child) {\n margin-bottom: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button:not(:last-child) {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row > div:last-child {\n margin-right: 0;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n display: flex;\n}\n\n.simple-keyboard .hg-button {\n display: inline-block;\n flex-grow: 1;\n cursor: pointer;\n}\n\n.simple-keyboard .hg-button span {\n pointer-events: none;\n}\n\n/**\n * hg-theme-default theme\n */\n.simple-keyboard.hg-theme-default {\n background-color: rgba(0, 0, 0, 0.1);\n padding: 5px;\n border-radius: 5px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button {\n box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);\n height: 40px;\n border-radius: 5px;\n box-sizing: border-box;\n padding: 5px;\n background: white;\n border-bottom: 1px solid #b5b5b5;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-activeButton {\n background: #efefef;\n}\n\n/* When using option \"useButtonTag\" */\n.simple-keyboard button.hg-button {\n border-width: 0;\n outline: 0;\n font-size: inherit;\n}\n\n.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button {\n width: 33.3%;\n height: 60px;\n align-items: center;\n display: flex;\n justify-content: center;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 {\n width: 105px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-com {\n max-width: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {\n max-width: 45px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {\n background: rgba(5, 25, 70, 0.53);\n color: white;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\".com\"] {\n max-width: 82px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\"@\"] {\n max-width: 60px;\n}\n\n","body,\nhtml {\n margin: 0;\n padding: 0;\n}\n\n.simple-keyboard {\n font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\",\n Helvetica, Arial, \"Lucida Grande\", sans-serif;\n width: 100%;\n user-select: none;\n box-sizing: border-box;\n overflow: hidden;\n touch-action: manipulation;\n}\n\n.simple-keyboard .hg-row {\n display: flex;\n}\n\n.simple-keyboard .hg-row:not(:last-child) {\n margin-bottom: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button:not(:last-child) {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row > div:last-child {\n margin-right: 0;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n display: flex;\n}\n\n.simple-keyboard .hg-button {\n display: inline-block;\n flex-grow: 1;\n cursor: pointer;\n}\n\n.simple-keyboard .hg-button span {\n pointer-events: none;\n}\n\n/**\n * hg-theme-default theme\n */\n.simple-keyboard.hg-theme-default {\n background-color: rgba(0, 0, 0, 0.1);\n padding: 5px;\n border-radius: 5px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button {\n box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);\n height: 40px;\n border-radius: 5px;\n box-sizing: border-box;\n padding: 5px;\n background: white;\n border-bottom: 1px solid #b5b5b5;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-activeButton {\n background: #efefef;\n}\n\n/* When using option \"useButtonTag\" */\n.simple-keyboard button.hg-button {\n border-width: 0;\n outline: 0;\n font-size: inherit;\n}\n\n.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button {\n width: 33.3%;\n height: 60px;\n align-items: center;\n display: flex;\n justify-content: center;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 {\n width: 105px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-com {\n max-width: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {\n max-width: 45px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {\n background: rgba(5, 25, 70, 0.53);\n color: white;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\".com\"] {\n max-width: 82px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\"@\"] {\n max-width: 60px;\n}\n"]} \ No newline at end of file +{"version":3,"sources":["index.css","Keyboard.css"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE,CCVF,UAEE,QAAS,CACT,SACF,CAEA,iBACE,4GAC+C,CAC/C,UAAW,CACX,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CACjB,qBAAsB,CACtB,eAAgB,CAChB,yBACF,CAEA,yBACE,YACF,CAEA,0CACE,iBACF,CAMA,mGACE,gBACF,CAEA,wCACE,cACF,CAEA,8CACE,YACF,CAEA,4BACE,oBAAqB,CACrB,WAAY,CACZ,cACF,CAEA,iCACE,mBACF,CAKA,kCACE,+BAAoC,CACpC,WAAY,CACZ,iBACF,CAEA,6CACE,sCAA+C,CAC/C,WAAY,CACZ,iBAAkB,CAClB,qBAAsB,CACtB,WAAY,CACZ,eAAiB,CACjB,+BAAgC,CAChC,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,yCACF,CAEA,6DACE,kBACF,CAGA,kCACE,cAAe,CACf,SAAU,CACV,iBACF,CAEA,+DACE,WAAY,CACZ,WAAY,CACZ,kBAAmB,CACnB,YAAa,CACb,sBACF,CAMA,oIACE,WACF,CAEA,+DACE,WACF,CAEA,2DACE,cACF,CAEA,yEACE,cACF,CAEA,+DACE,4BAAiC,CACjC,UACF,CAEA,+EACE,cACF,CAEA,4EACE,cACF","file":"index.css","sourcesContent":["/*!\n * \n * simple-keyboard v2.27.25\n * https://github.com/hodgef/simple-keyboard\n * \n * Copyright (c) Francisco Hodge (https://github.com/hodgef)\n * \n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n * \n */\nbody,\nhtml {\n margin: 0;\n padding: 0;\n}\n\n.simple-keyboard {\n font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\",\n Helvetica, Arial, \"Lucida Grande\", sans-serif;\n width: 100%;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-sizing: border-box;\n overflow: hidden;\n touch-action: manipulation;\n}\n\n.simple-keyboard .hg-row {\n display: flex;\n}\n\n.simple-keyboard .hg-row:not(:last-child) {\n margin-bottom: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button:not(:last-child) {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row > div:last-child {\n margin-right: 0;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n display: flex;\n}\n\n.simple-keyboard .hg-button {\n display: inline-block;\n flex-grow: 1;\n cursor: pointer;\n}\n\n.simple-keyboard .hg-button span {\n pointer-events: none;\n}\n\n/**\n * hg-theme-default theme\n */\n.simple-keyboard.hg-theme-default {\n background-color: rgba(0, 0, 0, 0.1);\n padding: 5px;\n border-radius: 5px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button {\n box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);\n height: 40px;\n border-radius: 5px;\n box-sizing: border-box;\n padding: 5px;\n background: white;\n border-bottom: 1px solid #b5b5b5;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-activeButton {\n background: #efefef;\n}\n\n/* When using option \"useButtonTag\" */\n.simple-keyboard button.hg-button {\n border-width: 0;\n outline: 0;\n font-size: inherit;\n}\n\n.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button {\n width: 33.3%;\n height: 60px;\n align-items: center;\n display: flex;\n justify-content: center;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 {\n width: 105px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-com {\n max-width: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {\n max-width: 45px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {\n background: rgba(5, 25, 70, 0.53);\n color: white;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\".com\"] {\n max-width: 82px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\"@\"] {\n max-width: 60px;\n}\n\n","body,\nhtml {\n margin: 0;\n padding: 0;\n}\n\n.simple-keyboard {\n font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\",\n Helvetica, Arial, \"Lucida Grande\", sans-serif;\n width: 100%;\n user-select: none;\n box-sizing: border-box;\n overflow: hidden;\n touch-action: manipulation;\n}\n\n.simple-keyboard .hg-row {\n display: flex;\n}\n\n.simple-keyboard .hg-row:not(:last-child) {\n margin-bottom: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button:not(:last-child) {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n margin-right: 5px;\n}\n\n.simple-keyboard .hg-row > div:last-child {\n margin-right: 0;\n}\n\n.simple-keyboard .hg-row .hg-button-container {\n display: flex;\n}\n\n.simple-keyboard .hg-button {\n display: inline-block;\n flex-grow: 1;\n cursor: pointer;\n}\n\n.simple-keyboard .hg-button span {\n pointer-events: none;\n}\n\n/**\n * hg-theme-default theme\n */\n.simple-keyboard.hg-theme-default {\n background-color: rgba(0, 0, 0, 0.1);\n padding: 5px;\n border-radius: 5px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button {\n box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);\n height: 40px;\n border-radius: 5px;\n box-sizing: border-box;\n padding: 5px;\n background: white;\n border-bottom: 1px solid #b5b5b5;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-activeButton {\n background: #efefef;\n}\n\n/* When using option \"useButtonTag\" */\n.simple-keyboard button.hg-button {\n border-width: 0;\n outline: 0;\n font-size: inherit;\n}\n\n.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button {\n width: 33.3%;\n height: 60px;\n align-items: center;\n display: flex;\n justify-content: center;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter {\n height: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 {\n width: 105px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-button-com {\n max-width: 85px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {\n max-width: 45px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {\n background: rgba(5, 25, 70, 0.53);\n color: white;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\".com\"] {\n max-width: 82px;\n}\n\n.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=\"@\"] {\n max-width: 60px;\n}\n"]} \ No newline at end of file diff --git a/build/index.js b/build/index.js index 5f963a20..644f07ed 100644 --- a/build/index.js +++ b/build/index.js @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v2.27.24 + * simple-keyboard v2.27.25 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef)