tabler-react-2 0.1.168 → 0.1.170

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.
@@ -123,14 +123,12 @@ var DropdownInput = exports.DropdownInput = function DropdownInput(_ref) {
123
123
  var displayContent = selectedValue ? (_selectedValue$dropdo = selectedValue.dropdownText) !== null && _selectedValue$dropdo !== void 0 ? _selectedValue$dropdo : selectedValue.label : prompt;
124
124
  var dropdownToggleProps = _objectSpread(_objectSpread({}, aprops), {}, {
125
125
  style: _objectSpread({
126
- maxWidth: "100%",
127
- width: "100%"
126
+ maxWidth: "100%"
128
127
  }, (aprops === null || aprops === void 0 ? void 0 : aprops.style) || {})
129
128
  });
130
129
  var dropdownWrapperProps = _objectSpread(_objectSpread({}, props), {}, {
131
130
  style: _objectSpread({
132
- maxWidth: "100%",
133
- width: "100%"
131
+ maxWidth: "100%"
134
132
  }, (props === null || props === void 0 ? void 0 : props.style) || {})
135
133
  });
136
134
  var dropdownContent = /*#__PURE__*/_react["default"].createElement("div", _extends({
@@ -144,7 +142,6 @@ var DropdownInput = exports.DropdownInput = function DropdownInput(_ref) {
144
142
  align: "center",
145
143
  style: {
146
144
  maxWidth: "100%",
147
- width: "100%",
148
145
  overflow: "hidden",
149
146
  minWidth: 0
150
147
  }
@@ -153,7 +150,7 @@ var DropdownInput = exports.DropdownInput = function DropdownInput(_ref) {
153
150
  overflow: "hidden",
154
151
  textOverflow: "ellipsis",
155
152
  whiteSpace: "nowrap",
156
- flex: 1,
153
+ flex: "0 1 auto",
157
154
  minWidth: 0
158
155
  }
159
156
  }, displayContent))), /*#__PURE__*/_react["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.168",
3
+ "version": "0.1.170",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {