@mailstep/design-system 0.8.13 → 0.8.15-beta.1
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/Elements/Icon/icons/ArrowUpRightDownLeft.d.ts +4 -0
- package/ui/Elements/Icon/icons/ArrowUpRightDownLeft.js +13 -0
- package/ui/Elements/Icon/icons/ArrowsLeftRight.d.ts +4 -0
- package/ui/Elements/Icon/icons/ArrowsLeftRight.js +13 -0
- package/ui/Elements/Icon/icons/ArrowsUpDown.d.ts +4 -0
- package/ui/Elements/Icon/icons/ArrowsUpDown.js +13 -0
- package/ui/Elements/Icon/icons/Weight.d.ts +4 -0
- package/ui/Elements/Icon/icons/Weight.js +13 -0
- package/ui/Elements/Icon/icons/index.d.ts +4 -0
- package/ui/Elements/Icon/icons/index.js +4 -0
- package/ui/index.es.js +6443 -6425
- package/ui/index.umd.js +356 -356
package/package.json
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
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 ArrowUpRightDownLeft = function (props) { return (_jsxs("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round" }, props, { children: [_jsx("path", { d: "M11 19H5v-6" }), _jsx("path", { d: "M13 5h6v6" }), _jsx("path", { d: "M19 5 5 19" })] }))); };
|
|
@@ -0,0 +1,13 @@
|
|
|
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 } from "react/jsx-runtime";
|
|
13
|
+
export var ArrowsLeftRight = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M502.6 438.6L598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L502.6 201.3C490.1 188.8 469.8 188.8 457.3 201.3C444.8 213.8 444.8 234.1 457.3 246.6L498.7 288L141.2 288L182.6 246.6C195.1 234.1 195.1 213.8 182.6 201.3C170.1 188.8 149.8 188.8 137.3 201.3L41.3 297.3C35.3 303.3 31.9 311.4 31.9 319.9C31.9 328.4 35.3 336.5 41.3 342.5L137.3 438.5C149.8 451 170.1 451 182.6 438.5C195.1 426 195.1 405.7 182.6 393.2L141.2 351.8L498.7 351.8L457.3 393.2C444.8 405.7 444.8 426 457.3 438.5C469.8 451 490.1 451 502.6 438.5z" }) }))); };
|
|
@@ -0,0 +1,13 @@
|
|
|
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 } from "react/jsx-runtime";
|
|
13
|
+
export var ArrowsUpDown = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M342.6 41.4C330.1 28.9 309.8 28.9 297.3 41.4L201.3 137.4C188.8 149.9 188.8 170.2 201.3 182.7C213.8 195.2 234.1 195.2 246.6 182.7L288 141.3L288 498.7L246.6 457.4C234.1 444.9 213.8 444.9 201.3 457.4C188.8 469.9 188.8 490.2 201.3 502.7L297.3 598.7C303.3 604.7 311.4 608.1 319.9 608.1C328.4 608.1 336.5 604.7 342.5 598.7L438.5 502.7C451 490.2 451 469.9 438.5 457.4C426 444.9 405.7 444.9 393.2 457.4L351.8 498.8L351.8 141.3L393.2 182.7C405.7 195.2 426 195.2 438.5 182.7C451 170.2 451 149.9 438.5 137.4L342.5 41.4z" }) }))); };
|
|
@@ -0,0 +1,13 @@
|
|
|
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 } from "react/jsx-runtime";
|
|
13
|
+
export var Weight = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M320 64C368.6 64 408 103.4 408 152C408 166.4 404.5 180 398.3 192L480 192L576 576L64 576L160 192L241.7 192C235.6 180 232 166.4 232 152C232 103.4 271.4 64 320 64zM125.5 528L514.6 528L442.6 240L197.5 240L125.5 528zM320 112C297.9 112 280 129.9 280 152C280 174.1 297.9 192 320 192C342.1 192 360 174.1 360 152C360 129.9 342.1 112 320 112z" }) }))); };
|
|
@@ -83,3 +83,7 @@ export { Moon } from './Moon';
|
|
|
83
83
|
export { CircleHalfStroke } from './CircleHalfStroke';
|
|
84
84
|
export { ShieldUser } from './ShieldUser';
|
|
85
85
|
export { UserCowboy } from './UserCowboy';
|
|
86
|
+
export { ArrowsLeftRight } from './ArrowsLeftRight';
|
|
87
|
+
export { ArrowsUpDown } from './ArrowsUpDown';
|
|
88
|
+
export { Weight } from './Weight';
|
|
89
|
+
export { ArrowUpRightDownLeft } from './ArrowUpRightDownLeft';
|
|
@@ -83,3 +83,7 @@ export { Moon } from './Moon';
|
|
|
83
83
|
export { CircleHalfStroke } from './CircleHalfStroke';
|
|
84
84
|
export { ShieldUser } from './ShieldUser';
|
|
85
85
|
export { UserCowboy } from './UserCowboy';
|
|
86
|
+
export { ArrowsLeftRight } from './ArrowsLeftRight';
|
|
87
|
+
export { ArrowsUpDown } from './ArrowsUpDown';
|
|
88
|
+
export { Weight } from './Weight';
|
|
89
|
+
export { ArrowUpRightDownLeft } from './ArrowUpRightDownLeft';
|