@janiscommerce/ui-web 0.5.0 → 0.6.0
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/index.umd.js +0 -10
- package/index.umd.js.map +1 -1
- package/package.json +1 -1
package/index.umd.js
CHANGED
|
@@ -19517,16 +19517,6 @@
|
|
|
19517
19517
|
return /#/.test(props.color) ? 'uppercase' : 'initial';
|
|
19518
19518
|
})
|
|
19519
19519
|
};
|
|
19520
|
-
({
|
|
19521
|
-
Grid: styled__default["default"].div.withConfig({
|
|
19522
|
-
displayName: "styles__Grid",
|
|
19523
|
-
componentId: "sc-zbd85t-3"
|
|
19524
|
-
})(["display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:15px;"]),
|
|
19525
|
-
Item: styled__default["default"].div.withConfig({
|
|
19526
|
-
displayName: "styles__Item",
|
|
19527
|
-
componentId: "sc-zbd85t-4"
|
|
19528
|
-
})(["padding:5px;border:1px dashed #ccc;cursor:default;display:grid;justify-items:center;justify-content:center;grid-row-gap:5px;"])
|
|
19529
|
-
});
|
|
19530
19520
|
|
|
19531
19521
|
var Color = function Color(_ref) {
|
|
19532
19522
|
var color = _ref.color,
|