@thecb/components 10.1.0-beta.0 → 10.1.0-beta.1
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.cjs.js
CHANGED
|
@@ -22154,7 +22154,7 @@ var ENTER = 13;
|
|
|
22154
22154
|
var ESCAPE = 27;
|
|
22155
22155
|
var SPACEBAR = 32;
|
|
22156
22156
|
|
|
22157
|
-
var CheckboxContainer = styled__default.
|
|
22157
|
+
var CheckboxContainer = styled__default.div.withConfig({
|
|
22158
22158
|
displayName: "Checkbox__CheckboxContainer",
|
|
22159
22159
|
componentId: "sc-36kqbv-0"
|
|
22160
22160
|
})(["display:inline-block;vertical-align:middle;"]);
|
|
@@ -22177,7 +22177,7 @@ var HiddenCheckbox = styled__default.input.attrs({
|
|
|
22177
22177
|
displayName: "Checkbox__HiddenCheckbox",
|
|
22178
22178
|
componentId: "sc-36kqbv-3"
|
|
22179
22179
|
})(["border:0;clip:rect(0 0 0 0);clippath:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;"]);
|
|
22180
|
-
var StyledCheckbox = styled__default.
|
|
22180
|
+
var StyledCheckbox = styled__default.span.withConfig({
|
|
22181
22181
|
displayName: "Checkbox__StyledCheckbox",
|
|
22182
22182
|
componentId: "sc-36kqbv-4"
|
|
22183
22183
|
})(["display:inline-block;width:24px;height:24px;border-radius:2px;transition:all 150ms;", "{visibility:", ";}", ";"], CheckboxIcon, function (_ref2) {
|