@openfin/ui-library 0.12.0-alpha.1678105756 → 0.12.0-alpha.1678479800
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/components/controls/Button/button.d.ts +3 -3
- package/dist/components/controls/Button/button.variants.d.ts +4 -4
- package/dist/components/controls/ExpandableButton/expandableButton.d.ts +2 -2
- package/dist/components/controls/ExpandableButton/expandablePanel.d.ts +1 -1
- package/dist/components/controls/Toggle/toggle.d.ts +2 -2
- package/dist/components/elements/Badge/badge.d.ts +1 -1
- package/dist/components/elements/Calendar/calendar.d.ts +7 -0
- package/dist/components/elements/Calendar/index.d.ts +1 -0
- package/dist/components/elements/Icon/icon.d.ts +4 -4
- package/dist/components/elements/IconWithBadge/iconWithBadge.d.ts +1 -1
- package/dist/components/elements/Loader/loader.d.ts +1 -1
- package/dist/components/elements/Loader/openfinLoader.d.ts +1 -1
- package/dist/components/input/BaseInput/baseInput.d.ts +1 -1
- package/dist/components/input/Checkbox/checkbox.d.ts +1 -1
- package/dist/components/input/DateInput/dateInput.d.ts +12 -0
- package/dist/components/input/DateInput/index.d.ts +1 -0
- package/dist/components/input/RadioGroup/radioGroup.d.ts +2 -2
- package/dist/components/input/RadioInput/radioInput.d.ts +2 -2
- package/dist/components/input/TextInput/textInput.d.ts +1 -1
- package/dist/components/layout/Box/box.d.ts +1 -1
- package/dist/components/layout/Box/types.d.ts +7 -7
- package/dist/components/system/HOC/index.d.ts +2 -2
- package/dist/components/system/ThemeProvider/lib/config.d.ts +3 -3
- package/dist/components/system/ThemeProvider/lib/helpers.d.ts +1 -1
- package/dist/components/system/ThemeProvider/lib/types.d.ts +20 -20
- package/dist/components/system/ThemeProvider/themeProvider.d.ts +1 -1
- package/dist/components/typography/Heading/heading.d.ts +111 -105
- package/dist/components/typography/Text/text.d.ts +1 -1
- package/dist/hooks/useColorScheme.d.ts +2 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +246 -77
- package/dist/index.js.LICENSE.txt +2 -2
- package/package.json +8 -4
|
@@ -5,12 +5,12 @@ object-assign
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/*!
|
|
8
|
-
* focus-trap 7.1
|
|
8
|
+
* focus-trap 7.3.1
|
|
9
9
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/*!
|
|
13
|
-
* tabbable 6.
|
|
13
|
+
* tabbable 6.1.1
|
|
14
14
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
15
15
|
*/
|
|
16
16
|
|
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.12.0-alpha.
|
|
4
|
+
"version": "0.12.0-alpha.1678479800",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"repository": "github:openfin/ui-library",
|
|
@@ -26,14 +26,15 @@
|
|
|
26
26
|
"storybook:cache-clear": "rimraf ./node_modules/.cache/storybook"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"styled-components": "=>4.4.1 <6.0.0",
|
|
30
29
|
"@modulz/radix-icons": "=>4.0.0 <5.0.0",
|
|
31
30
|
"focus-trap-react": "=>10.0.1 <11.0.0",
|
|
32
31
|
"framer-motion": "=>4.1.5 <5.0.0",
|
|
33
|
-
"tinycolor2": "=>1.4.2 <2.0.0",
|
|
34
32
|
"react": "=>17.0.1 <18.0.0",
|
|
33
|
+
"react-calendar": "=>4.0.0 <5.0.0",
|
|
35
34
|
"react-dom": "=>17.0.1 <18.0.0",
|
|
36
|
-
"require-from-string": "=>2.0.2 <3.0.0"
|
|
35
|
+
"require-from-string": "=>2.0.2 <3.0.0",
|
|
36
|
+
"styled-components": "=>4.4.1 <6.0.0",
|
|
37
|
+
"tinycolor2": "=>1.4.2 <2.0.0"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
40
|
"@babel/core": "^7.18.6",
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
"@types/lodash.defaultsdeep": "^4.6.7",
|
|
54
55
|
"@types/node": "^18.0.0",
|
|
55
56
|
"@types/react": "^17.0.3",
|
|
57
|
+
"@types/react-calendar": "^3.9.0",
|
|
56
58
|
"@types/react-dom": "^17.0.2",
|
|
57
59
|
"@types/styled-components": "^5.1.25",
|
|
58
60
|
"@types/tinycolor2": "^1.4.3",
|
|
@@ -61,12 +63,14 @@
|
|
|
61
63
|
"babel-loader": "^8.2.5",
|
|
62
64
|
"copy-webpack-plugin": "^11.0.0",
|
|
63
65
|
"cross-env": "^7.0.3",
|
|
66
|
+
"css-loader": "^6.7.3",
|
|
64
67
|
"eslint": "^8.18.0",
|
|
65
68
|
"eslint-config-prettier": "^8.5.0",
|
|
66
69
|
"eslint-plugin-jest": "^26.5.3",
|
|
67
70
|
"eslint-plugin-prettier": "^4.0.0",
|
|
68
71
|
"eslint-plugin-react": "^7.30.0",
|
|
69
72
|
"file-loader": "^6.2.0",
|
|
73
|
+
"identity-obj-proxy": "^3.0.0",
|
|
70
74
|
"jest": "^28.1.2",
|
|
71
75
|
"jest-environment-jsdom": "^28.1.2",
|
|
72
76
|
"prettier": "^2.7.1",
|