@nofinite/nui 2.0.2 → 2.0.3
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/package.json +3 -18
- package/package.json +3 -18
package/dist/package.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nofinite/nui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"type": "module",
|
|
5
|
-
|
|
6
5
|
"main": "./dist/index.cjs",
|
|
7
6
|
"module": "./dist/index.js",
|
|
8
7
|
"types": "./dist/types/index.d.ts",
|
|
9
|
-
|
|
10
8
|
"sideEffects": [
|
|
11
9
|
"**/*.css"
|
|
12
10
|
],
|
|
13
|
-
|
|
14
11
|
"exports": {
|
|
15
12
|
".": {
|
|
16
13
|
"types": "./dist/types/index.d.ts",
|
|
@@ -18,48 +15,37 @@
|
|
|
18
15
|
"require": "./dist/index.cjs",
|
|
19
16
|
"default": "./dist/index.js"
|
|
20
17
|
},
|
|
21
|
-
|
|
22
|
-
"./styles.css": {
|
|
23
|
-
"default": "./dist/index.css"
|
|
24
|
-
},
|
|
25
|
-
|
|
18
|
+
"./styles.css": "./dist/index.css",
|
|
26
19
|
"./components/*": {
|
|
27
20
|
"types": "./dist/types/components/*.d.ts",
|
|
28
21
|
"import": "./dist/components/*.js",
|
|
29
22
|
"require": "./dist/components/*.cjs",
|
|
30
23
|
"default": "./dist/components/*.js"
|
|
31
24
|
},
|
|
32
|
-
|
|
33
25
|
"./utils/*": {
|
|
34
26
|
"types": "./dist/types/utils/*.d.ts",
|
|
35
27
|
"import": "./dist/utils/*.js",
|
|
36
28
|
"require": "./dist/utils/*.cjs",
|
|
37
29
|
"default": "./dist/utils/*.js"
|
|
38
30
|
},
|
|
39
|
-
|
|
40
31
|
"./package.json": "./package.json"
|
|
41
32
|
},
|
|
42
|
-
|
|
43
33
|
"files": [
|
|
44
34
|
"dist",
|
|
45
35
|
"README.md",
|
|
46
36
|
"LICENSE"
|
|
47
37
|
],
|
|
48
|
-
|
|
49
38
|
"peerDependencies": {
|
|
50
39
|
"react": ">=18.0.0",
|
|
51
40
|
"react-dom": ">=18.0.0"
|
|
52
41
|
},
|
|
53
|
-
|
|
54
42
|
"engines": {
|
|
55
43
|
"node": ">=18"
|
|
56
44
|
},
|
|
57
|
-
|
|
58
45
|
"repository": {
|
|
59
46
|
"type": "git",
|
|
60
47
|
"url": "https://github.com/nofinitehq/nui"
|
|
61
48
|
},
|
|
62
|
-
|
|
63
49
|
"keywords": [
|
|
64
50
|
"nofinite",
|
|
65
51
|
"nui",
|
|
@@ -69,8 +55,7 @@
|
|
|
69
55
|
"design-system",
|
|
70
56
|
"component-library"
|
|
71
57
|
],
|
|
72
|
-
|
|
73
58
|
"publishConfig": {
|
|
74
59
|
"access": "public"
|
|
75
60
|
}
|
|
76
|
-
}
|
|
61
|
+
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nofinite/nui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"type": "module",
|
|
5
|
-
|
|
6
5
|
"main": "./dist/index.cjs",
|
|
7
6
|
"module": "./dist/index.js",
|
|
8
7
|
"types": "./dist/types/index.d.ts",
|
|
9
|
-
|
|
10
8
|
"sideEffects": [
|
|
11
9
|
"**/*.css"
|
|
12
10
|
],
|
|
13
|
-
|
|
14
11
|
"exports": {
|
|
15
12
|
".": {
|
|
16
13
|
"types": "./dist/types/index.d.ts",
|
|
@@ -18,48 +15,37 @@
|
|
|
18
15
|
"require": "./dist/index.cjs",
|
|
19
16
|
"default": "./dist/index.js"
|
|
20
17
|
},
|
|
21
|
-
|
|
22
|
-
"./styles.css": {
|
|
23
|
-
"default": "./dist/index.css"
|
|
24
|
-
},
|
|
25
|
-
|
|
18
|
+
"./styles.css": "./dist/index.css",
|
|
26
19
|
"./components/*": {
|
|
27
20
|
"types": "./dist/types/components/*.d.ts",
|
|
28
21
|
"import": "./dist/components/*.js",
|
|
29
22
|
"require": "./dist/components/*.cjs",
|
|
30
23
|
"default": "./dist/components/*.js"
|
|
31
24
|
},
|
|
32
|
-
|
|
33
25
|
"./utils/*": {
|
|
34
26
|
"types": "./dist/types/utils/*.d.ts",
|
|
35
27
|
"import": "./dist/utils/*.js",
|
|
36
28
|
"require": "./dist/utils/*.cjs",
|
|
37
29
|
"default": "./dist/utils/*.js"
|
|
38
30
|
},
|
|
39
|
-
|
|
40
31
|
"./package.json": "./package.json"
|
|
41
32
|
},
|
|
42
|
-
|
|
43
33
|
"files": [
|
|
44
34
|
"dist",
|
|
45
35
|
"README.md",
|
|
46
36
|
"LICENSE"
|
|
47
37
|
],
|
|
48
|
-
|
|
49
38
|
"peerDependencies": {
|
|
50
39
|
"react": ">=18.0.0",
|
|
51
40
|
"react-dom": ">=18.0.0"
|
|
52
41
|
},
|
|
53
|
-
|
|
54
42
|
"engines": {
|
|
55
43
|
"node": ">=18"
|
|
56
44
|
},
|
|
57
|
-
|
|
58
45
|
"repository": {
|
|
59
46
|
"type": "git",
|
|
60
47
|
"url": "https://github.com/nofinitehq/nui"
|
|
61
48
|
},
|
|
62
|
-
|
|
63
49
|
"keywords": [
|
|
64
50
|
"nofinite",
|
|
65
51
|
"nui",
|
|
@@ -69,8 +55,7 @@
|
|
|
69
55
|
"design-system",
|
|
70
56
|
"component-library"
|
|
71
57
|
],
|
|
72
|
-
|
|
73
58
|
"publishConfig": {
|
|
74
59
|
"access": "public"
|
|
75
60
|
}
|
|
76
|
-
}
|
|
61
|
+
}
|