@bento-core/facet-filter 1.0.1-ccdihub.8 → 1.0.1-ccdihub.9

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.
@@ -75,8 +75,8 @@ const CheckBoxView = _ref => {
75
75
  id: "checkbox_".concat(facet.label, "_").concat(name),
76
76
  icon: /*#__PURE__*/_react.default.createElement(_core.Icon, {
77
77
  style: {
78
- fontSize: 18,
79
- lineHeight: 22
78
+ fontSize: '18px',
79
+ lineHeight: '22px'
80
80
  }
81
81
  }, /*#__PURE__*/_react.default.createElement("img", {
82
82
  src: _emptycheckbox.default,
@@ -86,8 +86,8 @@ const CheckBoxView = _ref => {
86
86
  checked: isChecked,
87
87
  checkedIcon: /*#__PURE__*/_react.default.createElement(_core.Icon, {
88
88
  style: {
89
- fontSize: 18,
90
- lineHeight: 22
89
+ fontSize: '18px',
90
+ lineHeight: '22px'
91
91
  },
92
92
  className: "".concat(checkedSection, "CheckedIcon")
93
93
  }, /*#__PURE__*/_react.default.createElement("img", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/facet-filter",
3
- "version": "1.0.1-ccdihub.8",
3
+ "version": "1.0.1-ccdihub.9",
4
4
  "description": "### Bento core sidebar design:",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -83,8 +83,8 @@ const CheckBoxView = ({
83
83
  id={`checkbox_${facet.label}_${name}`}
84
84
  icon={
85
85
  <Icon style={{
86
- fontSize: 18,
87
- lineHeight: 22,
86
+ fontSize: '18px',
87
+ lineHeight: '22px',
88
88
  }}
89
89
  >
90
90
  <img
@@ -98,8 +98,8 @@ const CheckBoxView = ({
98
98
  checkedIcon={(
99
99
  <Icon
100
100
  style={{
101
- fontSize: 18,
102
- lineHeight: 22,
101
+ fontSize: '18px',
102
+ lineHeight: '22px',
103
103
  }}
104
104
  className={`${checkedSection}CheckedIcon`}
105
105
  >