mtxuilib 0.1.584 → 0.1.588

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.
@@ -0,0 +1 @@
1
+ export declare const hello = "hello";
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ export const hello = "hello";
@@ -0,0 +1 @@
1
+ export declare const hello = "world";
@@ -0,0 +1 @@
1
+ export const hello = "world";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mtxuilib",
3
3
  "private": false,
4
- "version": "0.1.584",
4
+ "version": "0.1.588",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -25,46 +25,41 @@
25
25
  ".": {
26
26
  "types": [
27
27
  "./src/index.ts",
28
- "./dist/index.js",
29
- "./dist/index.jsx"
28
+ "./src/index.tsx",
29
+ "./dist/index.d.ts",
30
+ "./dist/index.d.tsx"
30
31
  ],
31
32
  "import": [
32
33
  "./src/index.ts",
34
+ "./src/index.tsx",
33
35
  "./dist/index.js",
34
36
  "./dist/index.jsx"
35
37
  ],
36
38
  "require": [
39
+ "./src/index.ts",
40
+ "./src/index.tsx",
37
41
  "./dist/index.js",
38
42
  "./dist/index.jsx"
39
43
  ]
40
44
  },
41
45
  "./*": {
42
- "types": [
43
- "./src/*.ts",
44
- "./src/*/index.ts",
45
- "./src/*.tsx",
46
- "./src/*/index.tsx"
47
- ],
48
46
  "import": [
49
- "./src/*.tsx",
50
- "./src/*.ts",
51
- "./src/*/index.ts",
52
- "./src/*/index.tsx",
53
- "./dist/index.js",
54
- "./dist/*.js",
55
- "./dist/*.jsx",
56
- "./dist/*/index.js",
57
- "./dist/*/index.jsx"
47
+ "./src/*",
48
+ "./src/*/index",
49
+ "./dist/*",
50
+ "./dist/*/index"
58
51
  ],
59
52
  "require": [
60
- "./dist/*.js",
61
- "./dist/*.jsx",
62
- "./dist/*/index.js",
63
- "./dist/*/index.jsx",
53
+ "./src/*",
54
+ "./src/*/index",
55
+ "./dist/*",
56
+ "./dist/*/index"
57
+ ],
58
+ "types": [
64
59
  "./src/*.ts",
65
- "./src/*/index.ts",
66
60
  "./src/*.tsx",
67
- "./src/*/index.tsx"
61
+ "./dist/*.d.ts",
62
+ "./dist/*.d.tsx"
68
63
  ]
69
64
  },
70
65
  "./styles/*": {
@@ -118,7 +113,7 @@
118
113
  "@tanstack/react-query": "^5.51.23",
119
114
  "@tanstack/react-query-devtools": "^5.51.23",
120
115
  "@tanstack/react-query-next-experimental": "^5.51.23",
121
- "ai": "^3.4.23",
116
+ "ai": "3.4.33",
122
117
  "class-variance-authority": "^0.7.0",
123
118
  "clsx": "^2.1.1",
124
119
  "cmdk": "^1.0.0",