@teambit/design.inputs.selectors.checkbox-item
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -27,3 +27,3 @@ "use strict"; | ||
react_1.default.createElement("span", { className: checkbox_item_module_scss_1.default.descriptionText }, description))) : (react_1.default.createElement("div", { className: checkbox_item_module_scss_1.default.text }, children)); | ||
return (react_1.default.createElement(evangelist_input_checkbox_label_1.CheckboxLabel, Object.assign({ disabled: disabled, className: (0, classnames_1.default)(checkbox_item_module_scss_1.default.checkboxItem, !disabled && checkbox_item_module_scss_1.default.hoverable, description && checkbox_item_module_scss_1.default.withDescription, className) }, rest), typeof children === 'string' ? (react_1.default.createElement("div", { className: checkbox_item_module_scss_1.default.contentHolder }, | ||
return (react_1.default.createElement(evangelist_input_checkbox_label_1.CheckboxLabel, Object.assign({ disabled: disabled, className: (0, classnames_1.default)(className, checkbox_item_module_scss_1.default.checkboxItem, !disabled && checkbox_item_module_scss_1.default.hoverable, description && checkbox_item_module_scss_1.default.withDescription) }, rest), typeof children === 'string' ? (react_1.default.createElement("div", { className: checkbox_item_module_scss_1.default.contentHolder }, | ||
Content, | ||
@@ -30,0 +30,0 @@ icon && react_1.default.createElement("div", { className: checkbox_item_module_scss_1.default.iconHolder }, icon))) : (children))); |
{ | ||
"name": "@teambit/design.inputs.selectors.checkbox-item", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://bit.dev/teambit/design/inputs/selectors/checkbox-item", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "inputs/selectors/checkbox-item", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
@@ -17,2 +17,3 @@ { | ||
"skipLibCheck": true, | ||
"experimentalDecorators": true, | ||
"outDir": "dist", | ||
@@ -25,4 +26,9 @@ "moduleResolution": "node", | ||
"exclude": [ | ||
"dist" | ||
"dist", | ||
"package.json" | ||
], | ||
"include": [ | ||
"**/*", | ||
"**/*.json" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27776
27
358