@shoplflow/base 0.24.5 → 0.24.6
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2155,6 +2155,7 @@ var Container3 = styled6__default.default.button`
|
|
|
2155
2155
|
padding: 4px;
|
|
2156
2156
|
width: fit-content;
|
|
2157
2157
|
height: fit-content;
|
|
2158
|
+
background-color: transparent;
|
|
2158
2159
|
`;
|
|
2159
2160
|
exports.CHECKBOX_SYMBOL_KEY = Symbol("SHOPLFLOW_CHECKBOX");
|
|
2160
2161
|
var Checkbox = (_a) => {
|