@openfin/ui-library 0.31.2-alpha.1759174142 → 0.31.3-alpha.1759174206

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -406,7 +406,6 @@ var e={1193:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(1601),o=n.n(r),a=n(6
406
406
 
407
407
  background-color: ${({theme:e})=>e.palette.background1};
408
408
  transition: ${({transitionSpeed:e})=>`all ${e}ms linear`};
409
- border: ${({theme:e,isWindows:t})=>t&&`1px solid ${e.palette.background3}`};
410
409
  border-radius: ${({isWindows:e})=>!e&&"10px"};
411
410
  `,b=(0,i.default)(f.MenuFrame)`
412
411
  transform: translateX(${({activeMenuWidth:e})=>`${e}px`});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfin/ui-library",
3
3
  "description": "OpenFin UI Component Library",
4
- "version": "0.31.2-alpha.1759174142",
4
+ "version": "0.31.3-alpha.1759174206",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": {