Update to Kirki 4.2.0

This commit is contained in:
AlxMedia 2023-08-04 15:41:48 +02:00
parent cbfd4f27e4
commit 77ecd4ca69
440 changed files with 6230 additions and 5211 deletions

View file

@ -0,0 +1,3 @@
.customize-control-kirki-react-select input[autocomplete=off]{box-shadow:none}.kirki-react-select__value-container>div:not(.kirki-react-select__single-value):not(.kirki-react-select__multi-value){padding-top:0;padding-bottom:0}.kirki-react-select__control{padding-top:2px;padding-bottom:2px;min-height:26px}.kirki-react-select__value-container .kirki-react-select__input{min-height:24px;height:24px}.kirki-react-select__value-container .kirki-react-select__input input{min-height:24px;height:24px}.kirki-react-select__single-value{display:flex;align-items:center;width:100%}.kirki-react-select__multi-value{align-items:center;position:relative;height:20px}.kirki-react-select__input{display:inline-flex !important;align-items:center;position:relative;left:2px}.kirki-react-select__input input{box-sizing:border-box !important;height:30px}.kirki-react-select__indicators{height:24px !important}.kirki-react-select__indicator{align-items:center;height:24px}.customize-control-kirki-react-select .kirki-react-select__menu{z-index:3}
/*# sourceMappingURL=control.css.map*/

View file

@ -0,0 +1 @@
{"version":3,"file":"./control.css","mappings":"AACE,8DACE,gBAKF,sHACE,cACA,iBAIJ,6BACE,gBACA,mBACA,gBAIA,gEACE,gBACA,YAEA,sEACE,gBACA,YAKN,kCACE,aACA,mBACA,WAGF,iCACE,mBACA,kBACA,YAOF,2BACE,+BACA,mBACA,kBACA,SAEA,iCACE,iCACA,YAIJ,gCACE,uBAGF,+BACE,mBACA,YAGF,gEACE,U","sources":["webpack://kirki-control-react-select/./src/control.scss"],"sourcesContent":[".customize-control-kirki-react-select {\n input[autocomplete=\"off\"] {\n box-shadow: none;\n }\n}\n\n.kirki-react-select__value-container {\n > div:not(.kirki-react-select__single-value):not(.kirki-react-select__multi-value) {\n padding-top: 0;\n padding-bottom: 0;\n }\n}\n\n.kirki-react-select__control {\n padding-top: 2px;\n padding-bottom: 2px;\n min-height: 26px;\n}\n\n.kirki-react-select__value-container {\n .kirki-react-select__input {\n min-height: 24px;\n height: 24px;\n\n input {\n min-height: 24px;\n height: 24px;\n }\n }\n}\n\n.kirki-react-select__single-value {\n display: flex;\n align-items: center;\n width: 100%;\n}\n\n.kirki-react-select__multi-value {\n align-items: center;\n position: relative;\n height: 20px;\n\n .kirki-react-select__input-container {\n //\n }\n}\n\n.kirki-react-select__input {\n display: inline-flex !important;\n align-items: center;\n position: relative;\n left: 2px;\n\n input {\n box-sizing: border-box !important;\n height: 30px;\n }\n}\n\n.kirki-react-select__indicators {\n height: 24px !important;\n}\n\n.kirki-react-select__indicator {\n align-items: center;\n height: 24px;\n}\n\n.customize-control-kirki-react-select .kirki-react-select__menu {\n z-index: 3;\n}\n"],"names":[],"sourceRoot":""}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,8 @@
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long