@thecb/components 10.1.0-beta.1 → 10.1.0-beta.2
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
|
@@ -22146,7 +22146,7 @@ var ENTER = 13;
|
|
|
22146
22146
|
var ESCAPE = 27;
|
|
22147
22147
|
var SPACEBAR = 32;
|
|
22148
22148
|
|
|
22149
|
-
var CheckboxContainer = styled.
|
|
22149
|
+
var CheckboxContainer = styled.span.withConfig({
|
|
22150
22150
|
displayName: "Checkbox__CheckboxContainer",
|
|
22151
22151
|
componentId: "sc-36kqbv-0"
|
|
22152
22152
|
})(["display:inline-block;vertical-align:middle;"]);
|