@kmkf-fe-packages/basic-components 2.2.5-beta.25 → 2.2.5-beta.27

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.esm.js CHANGED
@@ -15648,7 +15648,7 @@ var FilterSelectOption = function FilterSelectOption(props) {
15648
15648
  maxTagCount: "responsive",
15649
15649
  valueMapping: "uniqueKey",
15650
15650
  style: {
15651
- width: '220px'
15651
+ width: '195px'
15652
15652
  }
15653
15653
  }, props));
15654
15654
  } : componentMap$1[filterComponentType];
@@ -15915,7 +15915,7 @@ var SearchHeader = function SearchHeader(_ref) {
15915
15915
  hidden: !show,
15916
15916
  style: {
15917
15917
  marginRight: '4px',
15918
- minWidth: '220px'
15918
+ minWidth: '195px'
15919
15919
  },
15920
15920
  key: item.id
15921
15921
  }, /*#__PURE__*/React.createElement(FilterSelectOption, _objectSpread2({
package/dist/index.js CHANGED
@@ -15661,7 +15661,7 @@ var FilterSelectOption = function FilterSelectOption(props) {
15661
15661
  maxTagCount: "responsive",
15662
15662
  valueMapping: "uniqueKey",
15663
15663
  style: {
15664
- width: '220px'
15664
+ width: '195px'
15665
15665
  }
15666
15666
  }, props));
15667
15667
  } : componentMap$1[filterComponentType];
@@ -15928,7 +15928,7 @@ var SearchHeader = function SearchHeader(_ref) {
15928
15928
  hidden: !show,
15929
15929
  style: {
15930
15930
  marginRight: '4px',
15931
- minWidth: '220px'
15931
+ minWidth: '195px'
15932
15932
  },
15933
15933
  key: item.id
15934
15934
  }, /*#__PURE__*/React__default['default'].createElement(FilterSelectOption, _objectSpread2({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.5-beta.25",
3
+ "version": "2.2.5-beta.27",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "b32079adba4b6bbd9e1b9ed355162e72e85170e4"
69
+ "gitHead": "dec65eaecc7a821bd085fa2a783d364272fb9fe4"
70
70
  }