@openfin/ui-library 0.21.0-alpha.1691514572 → 0.21.0-alpha.1691699863

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -437,6 +437,7 @@ var e={8594:(e,t,n)=>{n.d(t,{Z:()=>o});var r=/^((children|dangerouslySetInnerHTM
437
437
  width: 100%;
438
438
  `,p=(0,s.default)(u.Box)`
439
439
  font-size: ${({theme:e})=>e.fontSize.base};
440
+ width: 100%;
440
441
  user-select: none;
441
442
  `,h=(0,s.default)(l.Icon)`
442
443
  color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"inputBorder")};
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.21.0-alpha.1691514572",
4
+ "version": "0.21.0-alpha.1691699863",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": "github:openfin/ui-library",