arengibook 2.4.53 → 2.4.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35851,7 +35851,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
35851
35851
|
var optionTemplate = function optionTemplate(option) {
|
|
35852
35852
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
35853
35853
|
style: _objectSpread2({
|
|
35854
|
-
fontSize: '
|
|
35854
|
+
fontSize: '14px'
|
|
35855
35855
|
}, optionStyle)
|
|
35856
35856
|
}, option.label);
|
|
35857
35857
|
};
|
|
@@ -35859,7 +35859,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
35859
35859
|
return /*#__PURE__*/React__default.createElement("span", {
|
|
35860
35860
|
style: _objectSpread2({
|
|
35861
35861
|
fontFamily: 'Arial',
|
|
35862
|
-
fontSize: '
|
|
35862
|
+
fontSize: '14px'
|
|
35863
35863
|
}, valueStyle)
|
|
35864
35864
|
}, (option === null || option === void 0 ? void 0 : option.label) || placeholder);
|
|
35865
35865
|
};
|
|
@@ -35902,12 +35902,12 @@ var DropdownPresets = {
|
|
|
35902
35902
|
Default: {
|
|
35903
35903
|
placeholder: 'Sélectionnez une option',
|
|
35904
35904
|
options: optionsExample,
|
|
35905
|
-
|
|
35906
|
-
fontSize: '
|
|
35905
|
+
valueStyle: {
|
|
35906
|
+
fontSize: '14px',
|
|
35907
35907
|
fontFamily: 'Arial'
|
|
35908
35908
|
},
|
|
35909
35909
|
optionStyle: {
|
|
35910
|
-
fontSize: '
|
|
35910
|
+
fontSize: '14px',
|
|
35911
35911
|
fontFamily: 'Arial'
|
|
35912
35912
|
}
|
|
35913
35913
|
},
|