@mailstep/design-system 0.4.10 → 0.4.11

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -9,5 +9,5 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import { jsx as _jsx } from "react/jsx-runtime";
13
- export var Link = function (props) { return (_jsx("svg", __assign({ width: "19", height: "13", viewBox: "0 0 19 13", fill: "none", stroke: "#22394E", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M9.72221 1.44445H6.61109C4.03377 1.44445 1.94443 3.53379 1.94443 6.11112V6.11112C1.94443 8.68845 4.03377 10.7778 6.6111 10.7778H12.8333C15.4106 10.7778 17.5 8.68845 17.5 6.11112V5.33334C17.5 3.18556 15.7589 1.44445 13.6111 1.44445V1.44445", strokeWidth: "2.8" }) }))); };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ export var Link = function (props) { return (_jsxs("svg", __assign({ width: "18", height: "13", viewBox: "0 0 18 13", fill: "none", stroke: "#DB2B19", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M6.78947 7.94736H9.10526C11.0237 7.94736 12.5789 6.39215 12.5789 4.47368V4.47368C12.5789 2.55522 11.0237 1 9.10526 1H4.47368C2.55522 1 1 2.55522 1 4.47368V5.05263C1 6.65135 2.29602 7.94736 3.89474 7.94736V7.94736", strokeWidth: "1.5" }), _jsx("path", { d: "M10.842 5.05264H8.52623C6.60777 5.05264 5.05255 6.60786 5.05255 8.52633V8.52633C5.05255 10.4448 6.60777 12 8.52623 12H13.1578C15.0763 12 16.6315 10.4448 16.6315 8.52633V7.94738C16.6315 6.34866 15.3355 5.05264 13.7368 5.05264V5.05264", strokeWidth: "1.5" })] }))); };