@manhphi1309/components 0.2.1
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.cjs +172 -0
- package/dist/index.d.cts +19 -0
- package/dist/index.d.mts +19 -0
- package/dist/index.mjs +21 -0
- package/package.json +45 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
var _manhphi1309_button = require("@manhphi1309/button");
|
|
3
|
+
Object.keys(_manhphi1309_button).forEach(function(k) {
|
|
4
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
5
|
+
enumerable: true,
|
|
6
|
+
get: function() {
|
|
7
|
+
return _manhphi1309_button[k];
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
});
|
|
11
|
+
var _manhphi1309_button_group = require("@manhphi1309/button-group");
|
|
12
|
+
Object.keys(_manhphi1309_button_group).forEach(function(k) {
|
|
13
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function() {
|
|
16
|
+
return _manhphi1309_button_group[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
var _manhphi1309_calendar = require("@manhphi1309/calendar");
|
|
21
|
+
Object.keys(_manhphi1309_calendar).forEach(function(k) {
|
|
22
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
get: function() {
|
|
25
|
+
return _manhphi1309_calendar[k];
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
var _manhphi1309_card = require("@manhphi1309/card");
|
|
30
|
+
Object.keys(_manhphi1309_card).forEach(function(k) {
|
|
31
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function() {
|
|
34
|
+
return _manhphi1309_card[k];
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
});
|
|
38
|
+
var _manhphi1309_checkbox = require("@manhphi1309/checkbox");
|
|
39
|
+
Object.keys(_manhphi1309_checkbox).forEach(function(k) {
|
|
40
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function() {
|
|
43
|
+
return _manhphi1309_checkbox[k];
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
var _manhphi1309_date_picker = require("@manhphi1309/date-picker");
|
|
48
|
+
Object.keys(_manhphi1309_date_picker).forEach(function(k) {
|
|
49
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function() {
|
|
52
|
+
return _manhphi1309_date_picker[k];
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
var _manhphi1309_field = require("@manhphi1309/field");
|
|
57
|
+
Object.keys(_manhphi1309_field).forEach(function(k) {
|
|
58
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
59
|
+
enumerable: true,
|
|
60
|
+
get: function() {
|
|
61
|
+
return _manhphi1309_field[k];
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
var _manhphi1309_hooks = require("@manhphi1309/hooks");
|
|
66
|
+
Object.keys(_manhphi1309_hooks).forEach(function(k) {
|
|
67
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function() {
|
|
70
|
+
return _manhphi1309_hooks[k];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
var _manhphi1309_input = require("@manhphi1309/input");
|
|
75
|
+
Object.keys(_manhphi1309_input).forEach(function(k) {
|
|
76
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
77
|
+
enumerable: true,
|
|
78
|
+
get: function() {
|
|
79
|
+
return _manhphi1309_input[k];
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
var _manhphi1309_input_group = require("@manhphi1309/input-group");
|
|
84
|
+
Object.keys(_manhphi1309_input_group).forEach(function(k) {
|
|
85
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
get: function() {
|
|
88
|
+
return _manhphi1309_input_group[k];
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
});
|
|
92
|
+
var _manhphi1309_label = require("@manhphi1309/label");
|
|
93
|
+
Object.keys(_manhphi1309_label).forEach(function(k) {
|
|
94
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
95
|
+
enumerable: true,
|
|
96
|
+
get: function() {
|
|
97
|
+
return _manhphi1309_label[k];
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
});
|
|
101
|
+
var _manhphi1309_popover = require("@manhphi1309/popover");
|
|
102
|
+
Object.keys(_manhphi1309_popover).forEach(function(k) {
|
|
103
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function() {
|
|
106
|
+
return _manhphi1309_popover[k];
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
var _manhphi1309_separator = require("@manhphi1309/separator");
|
|
111
|
+
Object.keys(_manhphi1309_separator).forEach(function(k) {
|
|
112
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
113
|
+
enumerable: true,
|
|
114
|
+
get: function() {
|
|
115
|
+
return _manhphi1309_separator[k];
|
|
116
|
+
}
|
|
117
|
+
});
|
|
118
|
+
});
|
|
119
|
+
var _manhphi1309_sheet = require("@manhphi1309/sheet");
|
|
120
|
+
Object.keys(_manhphi1309_sheet).forEach(function(k) {
|
|
121
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
122
|
+
enumerable: true,
|
|
123
|
+
get: function() {
|
|
124
|
+
return _manhphi1309_sheet[k];
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
});
|
|
128
|
+
var _manhphi1309_sidebar = require("@manhphi1309/sidebar");
|
|
129
|
+
Object.keys(_manhphi1309_sidebar).forEach(function(k) {
|
|
130
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
131
|
+
enumerable: true,
|
|
132
|
+
get: function() {
|
|
133
|
+
return _manhphi1309_sidebar[k];
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
});
|
|
137
|
+
var _manhphi1309_skeleton = require("@manhphi1309/skeleton");
|
|
138
|
+
Object.keys(_manhphi1309_skeleton).forEach(function(k) {
|
|
139
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function() {
|
|
142
|
+
return _manhphi1309_skeleton[k];
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
});
|
|
146
|
+
var _manhphi1309_textarea = require("@manhphi1309/textarea");
|
|
147
|
+
Object.keys(_manhphi1309_textarea).forEach(function(k) {
|
|
148
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
149
|
+
enumerable: true,
|
|
150
|
+
get: function() {
|
|
151
|
+
return _manhphi1309_textarea[k];
|
|
152
|
+
}
|
|
153
|
+
});
|
|
154
|
+
});
|
|
155
|
+
var _manhphi1309_tooltip = require("@manhphi1309/tooltip");
|
|
156
|
+
Object.keys(_manhphi1309_tooltip).forEach(function(k) {
|
|
157
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
158
|
+
enumerable: true,
|
|
159
|
+
get: function() {
|
|
160
|
+
return _manhphi1309_tooltip[k];
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
});
|
|
164
|
+
var _manhphi1309_utils = require("@manhphi1309/utils");
|
|
165
|
+
Object.keys(_manhphi1309_utils).forEach(function(k) {
|
|
166
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
167
|
+
enumerable: true,
|
|
168
|
+
get: function() {
|
|
169
|
+
return _manhphi1309_utils[k];
|
|
170
|
+
}
|
|
171
|
+
});
|
|
172
|
+
});
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "@manhphi1309/button";
|
|
2
|
+
export * from "@manhphi1309/button-group";
|
|
3
|
+
export * from "@manhphi1309/calendar";
|
|
4
|
+
export * from "@manhphi1309/card";
|
|
5
|
+
export * from "@manhphi1309/checkbox";
|
|
6
|
+
export * from "@manhphi1309/date-picker";
|
|
7
|
+
export * from "@manhphi1309/field";
|
|
8
|
+
export * from "@manhphi1309/hooks";
|
|
9
|
+
export * from "@manhphi1309/input";
|
|
10
|
+
export * from "@manhphi1309/input-group";
|
|
11
|
+
export * from "@manhphi1309/label";
|
|
12
|
+
export * from "@manhphi1309/popover";
|
|
13
|
+
export * from "@manhphi1309/separator";
|
|
14
|
+
export * from "@manhphi1309/sheet";
|
|
15
|
+
export * from "@manhphi1309/sidebar";
|
|
16
|
+
export * from "@manhphi1309/skeleton";
|
|
17
|
+
export * from "@manhphi1309/textarea";
|
|
18
|
+
export * from "@manhphi1309/tooltip";
|
|
19
|
+
export * from "@manhphi1309/utils";
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "@manhphi1309/button";
|
|
2
|
+
export * from "@manhphi1309/button-group";
|
|
3
|
+
export * from "@manhphi1309/calendar";
|
|
4
|
+
export * from "@manhphi1309/card";
|
|
5
|
+
export * from "@manhphi1309/checkbox";
|
|
6
|
+
export * from "@manhphi1309/date-picker";
|
|
7
|
+
export * from "@manhphi1309/field";
|
|
8
|
+
export * from "@manhphi1309/hooks";
|
|
9
|
+
export * from "@manhphi1309/input";
|
|
10
|
+
export * from "@manhphi1309/input-group";
|
|
11
|
+
export * from "@manhphi1309/label";
|
|
12
|
+
export * from "@manhphi1309/popover";
|
|
13
|
+
export * from "@manhphi1309/separator";
|
|
14
|
+
export * from "@manhphi1309/sheet";
|
|
15
|
+
export * from "@manhphi1309/sidebar";
|
|
16
|
+
export * from "@manhphi1309/skeleton";
|
|
17
|
+
export * from "@manhphi1309/textarea";
|
|
18
|
+
export * from "@manhphi1309/tooltip";
|
|
19
|
+
export * from "@manhphi1309/utils";
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
export * from "@manhphi1309/button";
|
|
3
|
+
export * from "@manhphi1309/button-group";
|
|
4
|
+
export * from "@manhphi1309/calendar";
|
|
5
|
+
export * from "@manhphi1309/card";
|
|
6
|
+
export * from "@manhphi1309/checkbox";
|
|
7
|
+
export * from "@manhphi1309/date-picker";
|
|
8
|
+
export * from "@manhphi1309/field";
|
|
9
|
+
export * from "@manhphi1309/hooks";
|
|
10
|
+
export * from "@manhphi1309/input";
|
|
11
|
+
export * from "@manhphi1309/input-group";
|
|
12
|
+
export * from "@manhphi1309/label";
|
|
13
|
+
export * from "@manhphi1309/popover";
|
|
14
|
+
export * from "@manhphi1309/separator";
|
|
15
|
+
export * from "@manhphi1309/sheet";
|
|
16
|
+
export * from "@manhphi1309/sidebar";
|
|
17
|
+
export * from "@manhphi1309/skeleton";
|
|
18
|
+
export * from "@manhphi1309/textarea";
|
|
19
|
+
export * from "@manhphi1309/tooltip";
|
|
20
|
+
export * from "@manhphi1309/utils";
|
|
21
|
+
export {};
|
package/package.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@manhphi1309/components",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"main": "./dist/index.cjs",
|
|
5
|
+
"module": "./dist/index.mjs",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"import": "./dist/index.mjs",
|
|
11
|
+
"require": "./dist/index.cjs"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "tsdown"
|
|
19
|
+
},
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"react": "^19.0.0",
|
|
22
|
+
"react-dom": "^19.0.0"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@manhphi1309/button": "*",
|
|
26
|
+
"@manhphi1309/button-group": "*",
|
|
27
|
+
"@manhphi1309/calendar": "*",
|
|
28
|
+
"@manhphi1309/card": "*",
|
|
29
|
+
"@manhphi1309/checkbox": "*",
|
|
30
|
+
"@manhphi1309/date-picker": "*",
|
|
31
|
+
"@manhphi1309/field": "*",
|
|
32
|
+
"@manhphi1309/hooks": "*",
|
|
33
|
+
"@manhphi1309/input": "*",
|
|
34
|
+
"@manhphi1309/input-group": "*",
|
|
35
|
+
"@manhphi1309/label": "*",
|
|
36
|
+
"@manhphi1309/popover": "*",
|
|
37
|
+
"@manhphi1309/separator": "*",
|
|
38
|
+
"@manhphi1309/sheet": "*",
|
|
39
|
+
"@manhphi1309/sidebar": "*",
|
|
40
|
+
"@manhphi1309/skeleton": "*",
|
|
41
|
+
"@manhphi1309/textarea": "*",
|
|
42
|
+
"@manhphi1309/tooltip": "*",
|
|
43
|
+
"@manhphi1309/utils": "*"
|
|
44
|
+
}
|
|
45
|
+
}
|