@openfin/ui-library 0.26.1-alpha.1721400154 → 0.26.1-alpha.1721400277
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -165,7 +165,7 @@ var e={8594:(e,t,n)=>{n.d(t,{Z:()=>o});var r=/^((children|dangerouslySetInnerHTM
|
|
|
165
165
|
|
|
166
166
|
background-color: ${({theme:e})=>e.palette.background1};
|
|
167
167
|
transition: ${({transitionSpeed:e})=>`all ${e}ms linear`};
|
|
168
|
-
border: ${({theme:e})=>`1px solid ${e.palette.
|
|
168
|
+
border: ${({theme:e})=>`1px solid ${e.palette.background4}`};
|
|
169
169
|
border-radius: ${({isWindows:e})=>!e&&"10px"};
|
|
170
170
|
`,h=(0,a.default)(c.Box)`
|
|
171
171
|
display: flex;
|
|
@@ -237,7 +237,7 @@ var e={8594:(e,t,n)=>{n.d(t,{Z:()=>o});var r=/^((children|dangerouslySetInnerHTM
|
|
|
237
237
|
width: 100%;
|
|
238
238
|
height: 1px;
|
|
239
239
|
border: none;
|
|
240
|
-
background-color: ${({theme:e})=>e.palette.
|
|
240
|
+
background-color: ${({theme:e})=>e.palette.background4};
|
|
241
241
|
`},9068:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SubmenuHeaderCustomContextMenuItem=void 0;const o=n(5893),i=n(6689),a=r(n(7518)),l=n(9634),c=n(7769),u=n(1335),s=n(3600);t.SubmenuHeaderCustomContextMenuItem=({label:e,showShouldHomeButton:t,onClose:n,onBack:r,selected:a})=>{const l=(0,i.useCallback)((e=>{e.stopPropagation(),null==r||r()}),[r]),c=(0,i.useCallback)((e=>{e.stopPropagation(),null==n||n()}),[n]);return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsxs)(f,{children:[(0,o.jsx)(d,Object.assign({side:"left",selected:a},{children:(0,o.jsx)(p,{icon:"ArrowLeftIcon",onClick:l,id:"back-icon",selected:a})})),(0,o.jsx)(C,Object.assign({size:"base",weight:"normal"},{children:e})),t&&(0,o.jsx)(d,Object.assign({side:"right"},{children:(0,o.jsx)(h,{icon:"Cross1Icon",onClick:c,id:"close-icon"})}))]}),(0,o.jsx)(s.SeparatorCustomContextMenuItem,{})]})};const f=(0,a.default)(u.Box)`
|
|
242
242
|
width: 100%;
|
|
243
243
|
height: 28px;
|
package/package.json
CHANGED