@wireapp/react-ui-kit 9.29.0 → 9.29.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.
@@ -1 +1 @@
1
- {"version":3,"file":"CodeBlockIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CodeBlockIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,qDAuBhD,CAAC"}
1
+ {"version":3,"file":"CodeBlockIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CodeBlockIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,qDA2BhD,CAAC"}
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
21
21
  *
22
22
  */
23
23
  const SVGIcon_1 = require("./SVGIcon");
24
- const CodeBlockIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 15.125L15 3.875L14 3.875L14 2L17 2L17 17L16 17L2 17L1 17L1 11L3 11L3 15.125L15 15.125Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.13174 1.50391L4.86823 2.49618L3.15173 5.50005L4.86823 8.50391L3.13174 9.49618L0.848231 5.50005L3.13174 1.50391Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8683 1.50391L9.13177 2.49618L10.8483 5.50005L9.13177 8.50391L10.8683 9.49618L13.1518 5.50005L10.8683 1.50391Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.04446 9.18799L7.0444 0.717374L8.95549 1.28256L6.95555 9.75319L5.04446 9.18799Z" })] }));
24
+ const CodeBlockIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 15.125L15 3.87503L14 3.87503V2.00003L17 2.00003L17 17H0.999975L0.999975 11H2.99997V15.125L15 15.125Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.13165 1.50394L4.86814 2.49622L3.15165 5.50008L4.86814 8.50394L3.13165 9.49622L0.848145 5.50008L3.13165 1.50394Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8683 1.50394L9.13181 2.49622L10.8483 5.50008L9.13181 8.50394L10.8683 9.49622L13.1518 5.50008L10.8683 1.50394Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.04431 9.18803L7.04425 0.717407L8.95535 1.2826L6.9554 9.75322L5.04431 9.18803Z", fill: "currentColor" })] }));
25
25
  exports.CodeBlockIcon = CodeBlockIcon;
package/package.json CHANGED
@@ -69,6 +69,6 @@
69
69
  "test:watch": "jest --watch",
70
70
  "test:update": "jest --updateSnapshot"
71
71
  },
72
- "version": "9.29.0",
73
- "gitHead": "0edc92c8a3808d74f217dbbf80ebd83bb96924b1"
72
+ "version": "9.29.1",
73
+ "gitHead": "d904a4db5796f6f101f832c686e168037668a2eb"
74
74
  }