@mailstep/design-system 0.7.65-beta.2 → 0.7.65
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/package.json +1 -1
- package/ui/Blocks/CommonGrid/CommonGrid.js +3 -1
- package/ui/Blocks/CommonGrid/components/GridStatus/index.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/GridStatus/index.js +1 -2
- package/ui/Blocks/SideMenu/MenuItem.js +1 -1
- package/ui/Elements/Icon/icons/index.d.ts +0 -1
- package/ui/Elements/Icon/icons/index.js +0 -1
- package/ui/ThemeProvider/themes/default.d.ts +0 -8
- package/ui/ThemeProvider/themes/default.js +1 -9
- package/ui/ThemeProvider/themes/index.d.ts +0 -8
- package/ui/index.es.js +7602 -7609
- package/ui/index.umd.js +552 -552
- package/ui/Elements/Icon/icons/Layout.d.ts +0 -3
- package/ui/Elements/Icon/icons/Layout.js +0 -15
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
export var Layout = function (props) {
|
|
14
|
-
return (_jsxs("svg", __assign({ width: "23", height: "22", viewBox: "0 0 23 22", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M17.9167 2.75H5.08333C4.07081 2.75 3.25 3.0236 3.25 3.36111V7.63889C3.25 7.9764 4.07081 8.25 5.08333 8.25H17.9167C18.9292 8.25 19.75 7.9764 19.75 7.63889V3.36111C19.75 3.0236 18.9292 2.75 17.9167 2.75Z", stroke: props.stroke || 'black', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M7.83398 18.3333L7.83398 11.9167C7.83398 11.4104 7.60598 11 7.32473 11L3.75991 11C3.47865 11 3.25065 11.4104 3.25065 11.9167L3.25065 18.3333C3.25065 18.8396 3.47865 19.25 3.75991 19.25L7.32472 19.25C7.60598 19.25 7.83398 18.8396 7.83398 18.3333Z", stroke: props.stroke || 'black', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M13.334 18.3333L13.334 11.9167C13.334 11.4104 13.1516 11 12.9266 11L10.0747 11C9.84972 11 9.66732 11.4104 9.66732 11.9167L9.66732 18.3333C9.66732 18.8396 9.84972 19.25 10.0747 19.25L12.9266 19.25C13.1516 19.25 13.334 18.8396 13.334 18.3333Z", stroke: props.stroke || 'black', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M19.75 18.3333L19.75 11.9167C19.75 11.4104 19.522 11 19.2407 11L15.6759 11C15.3947 11 15.1667 11.4104 15.1667 11.9167L15.1667 18.3333C15.1667 18.8396 15.3947 19.25 15.6759 19.25L19.2407 19.25C19.522 19.25 19.75 18.8396 19.75 18.3333Z", stroke: props.stroke || 'black', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] })));
|
|
15
|
-
};
|