@dhis2-ui/button 8.15.0-alpha.2 → 8.15.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dhis2-ui/button",
|
3
|
-
"version": "8.15.0-alpha.
|
3
|
+
"version": "8.15.0-alpha.3",
|
4
4
|
"description": "UI Button",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -13,6 +13,7 @@
|
|
13
13
|
"main": "./build/cjs/index.js",
|
14
14
|
"module": "./build/es/index.js",
|
15
15
|
"exports": {
|
16
|
+
"types": "./types/index.d.ts",
|
16
17
|
"import": "./build/es/index.js",
|
17
18
|
"require": "./build/cjs/index.js"
|
18
19
|
},
|
@@ -32,11 +33,11 @@
|
|
32
33
|
},
|
33
34
|
"dependencies": {
|
34
35
|
"@dhis2/prop-types": "^3.1.2",
|
35
|
-
"@dhis2-ui/layer": "8.15.0-alpha.
|
36
|
-
"@dhis2-ui/loader": "8.15.0-alpha.
|
37
|
-
"@dhis2-ui/popper": "8.15.0-alpha.
|
38
|
-
"@dhis2/ui-constants": "8.15.0-alpha.
|
39
|
-
"@dhis2/ui-icons": "8.15.0-alpha.
|
36
|
+
"@dhis2-ui/layer": "8.15.0-alpha.3",
|
37
|
+
"@dhis2-ui/loader": "8.15.0-alpha.3",
|
38
|
+
"@dhis2-ui/popper": "8.15.0-alpha.3",
|
39
|
+
"@dhis2/ui-constants": "8.15.0-alpha.3",
|
40
|
+
"@dhis2/ui-icons": "8.15.0-alpha.3",
|
40
41
|
"classnames": "^2.3.1",
|
41
42
|
"prop-types": "^15.7.2"
|
42
43
|
},
|