@homebound/beam 2.197.0 → 2.198.0

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.
@@ -76,6 +76,10 @@ export declare const Icons: {
76
76
  arrowRight: import("@emotion/react/jsx-runtime").JSX.Element;
77
77
  menuClose: import("@emotion/react/jsx-runtime").JSX.Element;
78
78
  menuOpen: import("@emotion/react/jsx-runtime").JSX.Element;
79
+ arrowFromLeft: import("@emotion/react/jsx-runtime").JSX.Element;
80
+ arrowFromBottom: import("@emotion/react/jsx-runtime").JSX.Element;
81
+ arrowFromRight: import("@emotion/react/jsx-runtime").JSX.Element;
82
+ arrowFromTop: import("@emotion/react/jsx-runtime").JSX.Element;
79
83
  camera: import("@emotion/react/jsx-runtime").JSX.Element;
80
84
  fileBlank: import("@emotion/react/jsx-runtime").JSX.Element;
81
85
  folder: import("@emotion/react/jsx-runtime").JSX.Element;
@@ -83,6 +83,10 @@ exports.Icons = {
83
83
  arrowRight: ((0, jsx_runtime_1.jsx)("path", { d: "M2.586 13L17.172 13L11.879 18.293L13.293 19.707L21 12L13.293 4.29303L11.879 5.70703L17.172 11L2.586 11L2.586 13Z" }, void 0)),
84
84
  menuClose: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 6H24V8H8V6ZM8 11H24V13H8V11ZM8 16H24V18H8V16Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M5 8.94L1.94667 12L5 15.06L4.06 16L0.0599999 12L4.06 8L5 8.94Z" }, void 0)] }, void 0)),
85
85
  menuOpen: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 6H24V8H8V6ZM8 11H24V13H8V11ZM8 16H24V18H8V16Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M0.0600583 15.06L3.11339 12L0.0600586 8.94L1.00006 8L5.00006 12L1.00006 16L0.0600583 15.06Z" }, void 0)] }, void 0)),
86
+ arrowFromLeft: ((0, jsx_runtime_1.jsx)("path", { d: "M4 6H6V18H4V6ZM8 13H16.586L12.293 17.293L13.707 18.707L20.414 12L13.707 5.293L12.293 6.707L16.586 11H8V13Z" }, void 0)),
87
+ arrowFromBottom: ((0, jsx_runtime_1.jsx)("path", { d: "M6 18H18V20H6V18ZM12 3.586L5.293 10.293L6.707 11.707L11 7.414V16H13V7.414L17.293 11.707L18.707 10.293L12 3.586Z" }, void 0)),
88
+ arrowFromRight: ((0, jsx_runtime_1.jsx)("path", { d: "M18 6H20V18H18V6ZM16 11H7.414L11.707 6.707L10.293 5.293L3.586 12L10.293 18.707L11.707 17.293L7.414 13H16V11Z" }, void 0)),
89
+ arrowFromTop: ((0, jsx_runtime_1.jsx)("path", { d: "M6 4H18V6H6V4ZM12 20.414L18.707 13.707L17.293 12.293L13 16.586V8H11V16.586L6.707 12.293L5.293 13.707L12 20.414Z" }, void 0)),
86
90
  // Media
87
91
  camera: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 8C9.832 8 8 9.832 8 12C8 14.168 9.832 16 12 16C14.168 16 16 14.168 16 12C16 9.832 14.168 8 12 8ZM12 14C10.935 14 10 13.065 10 12C10 10.935 10.935 10 12 10C13.065 10 14 10.935 14 12C14 13.065 13.065 14 12 14Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M20 5H17.414L14.707 2.293C14.52 2.105 14.266 2 14 2H10C9.734 2 9.48 2.105 9.293 2.293L6.586 5H4C2.897 5 2 5.897 2 7V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V7C22 5.897 21.103 5 20 5ZM4 18V7H7C7.266 7 7.52 6.895 7.707 6.707L10.414 4H13.586L16.293 6.707C16.48 6.895 16.734 7 17 7H20L20.002 18H4Z" }, void 0)] }, void 0)),
88
92
  fileBlank: ((0, jsx_runtime_1.jsx)("path", { d: "M19.937 8.68C19.926 8.648 19.917 8.617 19.904 8.586C19.855 8.48 19.794 8.379 19.708 8.293L13.708 2.293C13.622 2.207 13.521 2.146 13.415 2.097C13.385 2.083 13.353 2.075 13.321 2.064C13.237 2.036 13.151 2.018 13.062 2.013C13.04 2.011 13.021 2 13 2H6C4.897 2 4 2.897 4 4V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V9C20 8.979 19.989 8.96 19.987 8.938C19.982 8.85 19.965 8.764 19.937 8.68ZM16.586 8H14V5.414L16.586 8ZM6 20V4H12V9C12 9.553 12.447 10 13 10H18L18.002 20H6Z" }, void 0)),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.197.0",
3
+ "version": "2.198.0",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",