@openfin/ui-library 0.8.0 → 0.9.0-alpha.1671734970
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/assets/fonts/index.js +1 -1
- package/dist/components/controls/Button/button.d.ts +0 -2
- package/dist/components/controls/ExpandableButton/expandDirection.d.ts +4 -0
- package/dist/components/controls/ExpandableButton/expandableButton.d.ts +14 -0
- package/dist/components/controls/ExpandableButton/expandablePanel.d.ts +12 -0
- package/dist/components/controls/ExpandableButton/expandablePanel.setup.d.ts +2 -0
- package/dist/components/controls/ExpandableButton/index.d.ts +2 -0
- package/dist/components/system/ThemeProvider/lib/constants.d.ts +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +209 -120
- package/dist/index.js.LICENSE.txt +10 -0
- package/package.json +3 -1
- package/dist/fonts/Inter-Italic.woff2 +0 -0
- package/dist/fonts/Inter-Regular.woff2 +0 -0
- package/dist/fonts/Inter-SemiBold.woff2 +0 -0
- package/dist/fonts/Inter-SemiBoldItalic.woff2 +0 -0
|
@@ -4,6 +4,16 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/*!
|
|
8
|
+
* focus-trap 7.1.0
|
|
9
|
+
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*!
|
|
13
|
+
* tabbable 6.0.1
|
|
14
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
15
|
+
*/
|
|
16
|
+
|
|
7
17
|
/** @license React v17.0.2
|
|
8
18
|
* react-jsx-runtime.production.min.js
|
|
9
19
|
*
|
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.
|
|
4
|
+
"version": "0.9.0-alpha.1671734970",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"repository": "github:openfin/ui-library",
|
|
@@ -37,6 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@modulz/radix-icons": "^4.0.0",
|
|
40
|
+
"focus-trap-react": "^10.0.1",
|
|
41
|
+
"framer-motion": "4.1.5",
|
|
40
42
|
"tinycolor2": "^1.4.2"
|
|
41
43
|
},
|
|
42
44
|
"devDependencies": {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|