mayak-common-library 0.0.60 → 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 +6 -5
- package/dist/index.mjs +6 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -146,7 +146,8 @@ ${medium ? "py-3.5 px-4" : ""}
|
|
|
146
146
|
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
147
147
|
import_Typography.default,
|
|
148
148
|
{
|
|
149
|
-
|
|
149
|
+
style: { top: "1px" },
|
|
150
|
+
className: `relative ${bolt ? "font-extrabold" : "font-normal"}`,
|
|
150
151
|
children
|
|
151
152
|
}
|
|
152
153
|
)
|
|
@@ -420,10 +421,10 @@ var StyledChip = (0, import_material5.styled)(import_material5.Chip)(({ theme: t
|
|
|
420
421
|
".MuiChip-deleteIcon": { margin: "0 0 0 10px" }
|
|
421
422
|
}));
|
|
422
423
|
var ChipViews = {
|
|
423
|
-
black: "bg-accent-dark text-accent-white py-1.5 px-4",
|
|
424
|
-
line: "border border-solid border-accent-dark bg-accent-white",
|
|
425
|
-
white: "bg-accent-white text-accent-dark",
|
|
426
|
-
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 "
|
|
427
428
|
};
|
|
428
429
|
var CustomChip = (props) => {
|
|
429
430
|
const _a = props, { view } = _a, rest = __objRest(_a, ["view"]);
|
package/dist/index.mjs
CHANGED
|
@@ -76,7 +76,8 @@ ${medium ? "py-3.5 px-4" : ""}
|
|
|
76
76
|
children: /* @__PURE__ */ jsx(
|
|
77
77
|
Typography,
|
|
78
78
|
{
|
|
79
|
-
|
|
79
|
+
style: { top: "1px" },
|
|
80
|
+
className: `relative ${bolt ? "font-extrabold" : "font-normal"}`,
|
|
80
81
|
children
|
|
81
82
|
}
|
|
82
83
|
)
|
|
@@ -361,10 +362,10 @@ var StyledChip = styled4(Chip)(({ theme: theme2 }) => ({
|
|
|
361
362
|
".MuiChip-deleteIcon": { margin: "0 0 0 10px" }
|
|
362
363
|
}));
|
|
363
364
|
var ChipViews = {
|
|
364
|
-
black: "bg-accent-dark text-accent-white py-1.5 px-4",
|
|
365
|
-
line: "border border-solid border-accent-dark bg-accent-white",
|
|
366
|
-
white: "bg-accent-white text-accent-dark",
|
|
367
|
-
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 "
|
|
368
369
|
};
|
|
369
370
|
var CustomChip = (props) => {
|
|
370
371
|
const _a = props, { view } = _a, rest = __objRest(_a, ["view"]);
|