@xaypay/tui 0.2.10 → 0.2.11
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.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4932,7 +4932,7 @@ const Select = ({
|
|
|
4932
4932
|
transform: opened ? 'rotate(180deg)' : 'rotate(0deg)'
|
|
4933
4933
|
},
|
|
4934
4934
|
className: `${styles$6['arrow-icon']}`
|
|
4935
|
-
}, arrowIcon ? arrowIcon : configStyles.SELECT.arrowIcon ? configStyles.SELECT.arrowIcon : /*#__PURE__*/React__default.createElement(SvgArrow, null)) : '')), opened && !disabled ? /*#__PURE__*/React__default.createElement("div", {
|
|
4935
|
+
}, arrowIcon ? arrowIcon : configStyles.SELECT.arrowIcon ? configStyles.SELECT.arrowIcon : /*#__PURE__*/React__default.createElement(SvgArrow, null)) : '')), opened && existOptions && existOptions.length > 0 && !disabled ? /*#__PURE__*/React__default.createElement("div", {
|
|
4936
4936
|
style: {
|
|
4937
4937
|
boxShadow: optionsBoxShadow ?? configStyles.SELECT.options.box.shadow,
|
|
4938
4938
|
borderRadius: optionsBorderRadius ?? configStyles.SELECT.options.radius,
|
package/dist/index.js
CHANGED
|
@@ -4963,7 +4963,7 @@ const Select = ({
|
|
|
4963
4963
|
transform: opened ? 'rotate(180deg)' : 'rotate(0deg)'
|
|
4964
4964
|
},
|
|
4965
4965
|
className: `${styles$6['arrow-icon']}`
|
|
4966
|
-
}, arrowIcon ? arrowIcon : configStyles.SELECT.arrowIcon ? configStyles.SELECT.arrowIcon : /*#__PURE__*/React__default["default"].createElement(SvgArrow, null)) : '')), opened && !disabled ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4966
|
+
}, arrowIcon ? arrowIcon : configStyles.SELECT.arrowIcon ? configStyles.SELECT.arrowIcon : /*#__PURE__*/React__default["default"].createElement(SvgArrow, null)) : '')), opened && existOptions && existOptions.length > 0 && !disabled ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4967
4967
|
style: {
|
|
4968
4968
|
boxShadow: optionsBoxShadow ?? configStyles.SELECT.options.box.shadow,
|
|
4969
4969
|
borderRadius: optionsBorderRadius ?? configStyles.SELECT.options.radius,
|