mayak-common-library 0.0.61 → 0.0.62
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.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -421,10 +421,10 @@ var StyledChip = (0, import_material5.styled)(import_material5.Chip)(({ theme: t
|
|
|
421
421
|
".MuiChip-deleteIcon": { margin: "0 0 0 10px" }
|
|
422
422
|
}));
|
|
423
423
|
var ChipViews = {
|
|
424
|
-
black: "bg-accent-dark text-accent-white py-1.5 px-4",
|
|
425
|
-
line: "border border-solid border-accent-dark bg-accent-white",
|
|
426
|
-
white: "bg-accent-white text-accent-dark",
|
|
427
|
-
silver: "bg-accent-silver text-accent-dark "
|
|
424
|
+
black: "!bg-accent-dark text-accent-white py-1.5 px-4",
|
|
425
|
+
line: "!border border-solid border-accent-dark bg-accent-white",
|
|
426
|
+
white: "!bg-accent-white text-accent-dark",
|
|
427
|
+
silver: "!bg-accent-silver text-accent-dark "
|
|
428
428
|
};
|
|
429
429
|
var CustomChip = (props) => {
|
|
430
430
|
const _a = props, { view } = _a, rest = __objRest(_a, ["view"]);
|
package/dist/index.mjs
CHANGED
|
@@ -362,10 +362,10 @@ var StyledChip = styled4(Chip)(({ theme: theme2 }) => ({
|
|
|
362
362
|
".MuiChip-deleteIcon": { margin: "0 0 0 10px" }
|
|
363
363
|
}));
|
|
364
364
|
var ChipViews = {
|
|
365
|
-
black: "bg-accent-dark text-accent-white py-1.5 px-4",
|
|
366
|
-
line: "border border-solid border-accent-dark bg-accent-white",
|
|
367
|
-
white: "bg-accent-white text-accent-dark",
|
|
368
|
-
silver: "bg-accent-silver text-accent-dark "
|
|
365
|
+
black: "!bg-accent-dark text-accent-white py-1.5 px-4",
|
|
366
|
+
line: "!border border-solid border-accent-dark bg-accent-white",
|
|
367
|
+
white: "!bg-accent-white text-accent-dark",
|
|
368
|
+
silver: "!bg-accent-silver text-accent-dark "
|
|
369
369
|
};
|
|
370
370
|
var CustomChip = (props) => {
|
|
371
371
|
const _a = props, { view } = _a, rest = __objRest(_a, ["view"]);
|