@xfe-repo/mini-components 0.0.1 → 0.0.2
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/index.d.ts +0 -1
- package/dist/index.js +2 -6
- package/package.json +4 -5
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -70,9 +70,6 @@ var __copyProps = function(to, from, except, desc) {
|
|
|
70
70
|
}
|
|
71
71
|
return to;
|
|
72
72
|
};
|
|
73
|
-
var __reExport = function(target, mod, secondTarget) {
|
|
74
|
-
return __copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default");
|
|
75
|
-
};
|
|
76
73
|
var __toESM = function(mod, isNodeMode, target) {
|
|
77
74
|
return target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(// If the importer is in node compatibility mode or this is not an ESM
|
|
78
75
|
// file that has been converted to a CommonJS file using a Babel-
|
|
@@ -96,7 +93,6 @@ __export(src_exports, {
|
|
|
96
93
|
}
|
|
97
94
|
});
|
|
98
95
|
module.exports = __toCommonJS(src_exports);
|
|
99
|
-
__reExport(src_exports, require("@tarojs/components"), module.exports);
|
|
100
96
|
// src/Loading/index.tsx
|
|
101
97
|
var import_react4 = require("react");
|
|
102
98
|
// src/Loading/LoadingCircle.tsx
|
|
@@ -187,6 +183,6 @@ var Loading_default = Object.assign(Loading, {
|
|
|
187
183
|
Rect: LoadingRect_default
|
|
188
184
|
});
|
|
189
185
|
// Annotate the CommonJS export names for ESM import in node:
|
|
190
|
-
0 && (module.exports =
|
|
186
|
+
0 && (module.exports = {
|
|
191
187
|
Loading: Loading
|
|
192
|
-
}
|
|
188
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfe-repo/mini-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,16 +9,15 @@
|
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"classnames": "^2.5.1",
|
|
12
|
-
"@tarojs/components": "4.0.8"
|
|
13
|
-
"@tarojs/plugin-platform-weapp": "4.0.8"
|
|
12
|
+
"@tarojs/components": "4.0.8"
|
|
14
13
|
},
|
|
15
14
|
"devDependencies": {
|
|
16
15
|
"@swc/core": "^1.3.100",
|
|
17
16
|
"@types/node": "^20.16.5",
|
|
18
17
|
"@types/react": "^18",
|
|
19
18
|
"esbuild-plugin-less": "^1.3.9",
|
|
20
|
-
"@xfe-repo/
|
|
21
|
-
"@xfe-repo/
|
|
19
|
+
"@xfe-repo/typescript-config": "0.0.6",
|
|
20
|
+
"@xfe-repo/eslint-config": "0.0.5"
|
|
22
21
|
},
|
|
23
22
|
"scripts": {
|
|
24
23
|
"build": "tsup",
|