@homebound/beam 2.359.0 → 2.360.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.
|
@@ -172,5 +172,6 @@ export declare const Icons: {
|
|
|
172
172
|
time: import("@emotion/react/jsx-runtime").JSX.Element;
|
|
173
173
|
lockOpen: import("@emotion/react/jsx-runtime").JSX.Element;
|
|
174
174
|
map: import("@emotion/react/jsx-runtime").JSX.Element;
|
|
175
|
+
pin: import("@emotion/react/jsx-runtime").JSX.Element;
|
|
175
176
|
};
|
|
176
177
|
export type IconKey = keyof typeof Icons;
|
package/dist/components/Icon.js
CHANGED
|
@@ -183,4 +183,5 @@ exports.Icons = {
|
|
|
183
183
|
time: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M13 7H11V13H17V11H13V7Z" })] })),
|
|
184
184
|
lockOpen: ((0, jsx_runtime_1.jsx)("path", { d: "M17 8V7C17 4.243 14.757 2 12 2C9.243 2 7 4.243 7 7V10H6C4.897 10 4 10.897 4 12V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V12C20 10.897 19.103 10 18 10H9V7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7V8H17ZM18 12L18.002 20H6V12H18Z" })),
|
|
185
185
|
map: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 14C14.206 14 16 12.206 16 10C16 7.794 14.206 6 12 6C9.794 6 8 7.794 8 10C8 12.206 9.794 14 12 14ZM12 8C13.103 8 14 8.897 14 10C14 11.103 13.103 12 12 12C10.897 12 10 11.103 10 10C10 8.897 10.897 8 12 8Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.42 21.814C11.594 21.938 11.797 22 12 22C12.203 22 12.406 21.938 12.58 21.814C12.884 21.599 20.029 16.44 20 10C20 5.589 16.411 2 12 2C7.58897 2 3.99997 5.589 3.99997 9.995C3.97097 16.44 11.116 21.599 11.42 21.814ZM12 4C15.309 4 18 6.691 18 10.005C18.021 14.443 13.612 18.428 12 19.735C10.389 18.427 5.97897 14.441 5.99997 10C5.99997 6.691 8.69097 4 12 4Z" })] })),
|
|
186
|
+
pin: ((0, jsx_runtime_1.jsx)("path", { d: "M12 22L13 20V17H18C18.553 17 19 16.553 19 16V14.414C19 13.888 18.786 13.372 18.414 13L17 11.586V8C17.553 8 18 7.553 18 7V4C18 2.897 17.103 2 16 2H8C6.897 2 6 2.897 6 4V7C6 7.553 6.448 8 7 8V11.586L5.586 13C5.213 13.372 5 13.888 5 14.414V16C5 16.553 5.448 17 6 17H11V20L12 22ZM8 4H16V6H8V4ZM7 14.414L8.707 12.707C8.895 12.52 9 12.266 9 12V8H15V12C15 12.266 15.105 12.52 15.293 12.707L17 14.414V15H7V14.414Z" })),
|
|
186
187
|
};
|
|
@@ -62,7 +62,7 @@ function MenuItemImpl(props) {
|
|
|
62
62
|
}, state, ref);
|
|
63
63
|
return ((0, jsx_runtime_1.jsx)("li", { ...menuItemProps, ...hoverProps, ref: ref, css: {
|
|
64
64
|
...Css_1.Css.df.aic.py1.px2.cursorPointer.outline0.mh("42px").sm.$,
|
|
65
|
-
...(menuItem.hasDivider ? Css_1.Css.bb.
|
|
65
|
+
...(menuItem.hasDivider ? Css_1.Css.bb.bcGray700.$ : {}),
|
|
66
66
|
...(!isDisabled && isHovered ? (contrast ? Css_1.Css.bgGray800.$ : Css_1.Css.bgGray100.$) : {}),
|
|
67
67
|
...(isFocused ? Css_1.Css.add("boxShadow", `inset 0 0 0 1px ${Css_1.Palette.Blue700}`).$ : {}),
|
|
68
68
|
...(isDisabled ? Css_1.Css.gray500.cursorNotAllowed.$ : {}),
|