@hive-ui/core 0.1.0 → 0.2.0
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/alert.d.mts +1 -0
- package/dist/alert.mjs +2 -0
- package/dist/{components/anchor.mjs → anchor.mjs} +0 -1
- package/dist/animation-library.d.mts +1 -0
- package/dist/animation-library.mjs +2 -0
- package/dist/avatar.d.mts +1 -0
- package/dist/avatar.mjs +2 -0
- package/dist/badge.d.mts +1 -0
- package/dist/badge.mjs +2 -0
- package/dist/box.mjs +2 -0
- package/dist/{components/button.mjs → button.mjs} +0 -1
- package/dist/callout.d.mts +1 -0
- package/dist/callout.mjs +2 -0
- package/dist/card.mjs +2 -0
- package/dist/css-library.d.mts +1 -0
- package/dist/css-library.mjs +2 -0
- package/dist/date-picker.d.mts +1 -0
- package/dist/date-picker.mjs +2 -0
- package/dist/disclosure-primitive.d.mts +1 -0
- package/dist/disclosure-primitive.mjs +2 -0
- package/dist/{components/disclosure.mjs → disclosure.mjs} +0 -1
- package/dist/display-heading.d.mts +1 -0
- package/dist/display-heading.mjs +2 -0
- package/dist/form.d.mts +1 -0
- package/dist/form.mjs +2 -0
- package/dist/grid.mjs +2 -0
- package/dist/{components/heading.mjs → heading.mjs} +0 -1
- package/dist/help-text.d.mts +1 -0
- package/dist/help-text.mjs +2 -0
- package/dist/inline-code.d.mts +1 -0
- package/dist/inline-code.mjs +2 -0
- package/dist/inline-control-group.d.mts +1 -0
- package/dist/inline-control-group.mjs +2 -0
- package/dist/input-box.d.mts +1 -0
- package/dist/input-box.mjs +2 -0
- package/dist/input.d.mts +1 -0
- package/dist/input.mjs +2 -0
- package/dist/label.d.mts +1 -0
- package/dist/label.mjs +2 -0
- package/dist/list.d.mts +1 -0
- package/dist/list.mjs +2 -0
- package/dist/media-object.d.mts +1 -0
- package/dist/media-object.mjs +2 -0
- package/dist/modal-primitive.d.mts +1 -0
- package/dist/modal-primitive.mjs +2 -0
- package/dist/modal.d.mts +1 -0
- package/dist/modal.mjs +2 -0
- package/dist/paragraph.d.mts +1 -0
- package/dist/paragraph.mjs +2 -0
- package/dist/screen-reader-only.d.mts +1 -0
- package/dist/screen-reader-only.mjs +2 -0
- package/dist/select.d.mts +1 -0
- package/dist/select.mjs +2 -0
- package/dist/seperator.d.mts +1 -0
- package/dist/seperator.mjs +2 -0
- package/dist/sibling-box.d.mts +1 -0
- package/dist/sibling-box.mjs +2 -0
- package/dist/stack.mjs +2 -0
- package/dist/style-props.d.mts +1 -0
- package/dist/style-props.mjs +2 -0
- package/dist/switch.d.mts +1 -0
- package/dist/switch.mjs +2 -0
- package/dist/table.d.mts +1 -0
- package/dist/table.mjs +2 -0
- package/dist/text.mjs +2 -0
- package/dist/theme.mjs +2 -0
- package/dist/{components/topbar.mjs → topbar.mjs} +0 -1
- package/package.json +79 -28
- package/dist/_virtual/_rolldown/runtime.mjs +0 -27
- package/dist/components/card.mjs +0 -3
- package/dist/components/theme.mjs +0 -3
- package/dist/index.d.mts +0 -13
- package/dist/index.mjs +0 -25
- package/dist/node_modules/csstype/index.d.mts +0 -688
- package/dist/packages/media-object/dist/index.d.mts +0 -62
- package/dist/packages/media-object/dist/index.mjs +0 -41
- package/dist/packages/style-props/dist/index.d.mts +0 -37
- package/dist/primitives/box.mjs +0 -3
- package/dist/primitives/grid.mjs +0 -3
- package/dist/primitives/media-object.d.mts +0 -2
- package/dist/primitives/media-object.mjs +0 -2
- package/dist/primitives/stack.mjs +0 -3
- package/dist/primitives/text.mjs +0 -3
- /package/dist/{components/anchor.d.mts → anchor.d.mts} +0 -0
- /package/dist/{primitives/box.d.mts → box.d.mts} +0 -0
- /package/dist/{components/button.d.mts → button.d.mts} +0 -0
- /package/dist/{components/card.d.mts → card.d.mts} +0 -0
- /package/dist/{components/disclosure.d.mts → disclosure.d.mts} +0 -0
- /package/dist/{primitives/grid.d.mts → grid.d.mts} +0 -0
- /package/dist/{components/heading.d.mts → heading.d.mts} +0 -0
- /package/dist/{primitives/stack.d.mts → stack.d.mts} +0 -0
- /package/dist/{primitives/text.d.mts → text.d.mts} +0 -0
- /package/dist/{components/theme.d.mts → theme.d.mts} +0 -0
- /package/dist/{components/topbar.d.mts → topbar.d.mts} +0 -0
package/dist/alert.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/alert";
|
package/dist/alert.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/animation-library";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/avatar";
|
package/dist/avatar.mjs
ADDED
package/dist/badge.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/badge";
|
package/dist/badge.mjs
ADDED
package/dist/box.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/callout";
|
package/dist/callout.mjs
ADDED
package/dist/card.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/css-library";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/date-picker";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/disclosure-primitive";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/display-heading";
|
package/dist/form.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/form";
|
package/dist/form.mjs
ADDED
package/dist/grid.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/help-text";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/inline-code";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/inline-control-group";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/input-box";
|
package/dist/input.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/input";
|
package/dist/input.mjs
ADDED
package/dist/label.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/label";
|
package/dist/label.mjs
ADDED
package/dist/list.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/list";
|
package/dist/list.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/media-object";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/modal-primitive";
|
package/dist/modal.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/modal";
|
package/dist/modal.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/paragraph";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/screen-reader-only";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/select";
|
package/dist/select.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/separator";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/sibling-box";
|
package/dist/stack.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/style-props";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/switch";
|
package/dist/switch.mjs
ADDED
package/dist/table.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/table";
|
package/dist/table.mjs
ADDED
package/dist/text.mjs
ADDED
package/dist/theme.mjs
ADDED
package/package.json
CHANGED
|
@@ -1,25 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hive-ui/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Hive UI Core Bundle",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
10
|
-
"
|
|
11
|
-
"./
|
|
12
|
-
"./
|
|
13
|
-
"./
|
|
14
|
-
"./
|
|
15
|
-
"./
|
|
16
|
-
"./
|
|
17
|
-
"./
|
|
18
|
-
"./
|
|
19
|
-
"./
|
|
20
|
-
"./
|
|
21
|
-
"./
|
|
22
|
-
"./
|
|
10
|
+
"./alert": "./dist/alert.mjs",
|
|
11
|
+
"./anchor": "./dist/anchor.mjs",
|
|
12
|
+
"./animation-library": "./dist/animation-library.mjs",
|
|
13
|
+
"./avatar": "./dist/avatar.mjs",
|
|
14
|
+
"./badge": "./dist/badge.mjs",
|
|
15
|
+
"./box": "./dist/box.mjs",
|
|
16
|
+
"./button": "./dist/button.mjs",
|
|
17
|
+
"./callout": "./dist/callout.mjs",
|
|
18
|
+
"./card": "./dist/card.mjs",
|
|
19
|
+
"./css-library": "./dist/css-library.mjs",
|
|
20
|
+
"./date-picker": "./dist/date-picker.mjs",
|
|
21
|
+
"./disclosure": "./dist/disclosure.mjs",
|
|
22
|
+
"./disclosure-primitive": "./dist/disclosure-primitive.mjs",
|
|
23
|
+
"./display-heading": "./dist/display-heading.mjs",
|
|
24
|
+
"./form": "./dist/form.mjs",
|
|
25
|
+
"./grid": "./dist/grid.mjs",
|
|
26
|
+
"./heading": "./dist/heading.mjs",
|
|
27
|
+
"./help-text": "./dist/help-text.mjs",
|
|
28
|
+
"./inline-code": "./dist/inline-code.mjs",
|
|
29
|
+
"./inline-control-group": "./dist/inline-control-group.mjs",
|
|
30
|
+
"./input": "./dist/input.mjs",
|
|
31
|
+
"./input-box": "./dist/input-box.mjs",
|
|
32
|
+
"./label": "./dist/label.mjs",
|
|
33
|
+
"./list": "./dist/list.mjs",
|
|
34
|
+
"./media-object": "./dist/media-object.mjs",
|
|
35
|
+
"./modal": "./dist/modal.mjs",
|
|
36
|
+
"./modal-primitive": "./dist/modal-primitive.mjs",
|
|
37
|
+
"./paragraph": "./dist/paragraph.mjs",
|
|
38
|
+
"./screen-reader-only": "./dist/screen-reader-only.mjs",
|
|
39
|
+
"./select": "./dist/select.mjs",
|
|
40
|
+
"./seperator": "./dist/seperator.mjs",
|
|
41
|
+
"./sibling-box": "./dist/sibling-box.mjs",
|
|
42
|
+
"./stack": "./dist/stack.mjs",
|
|
43
|
+
"./style-props": "./dist/style-props.mjs",
|
|
44
|
+
"./switch": "./dist/switch.mjs",
|
|
45
|
+
"./table": "./dist/table.mjs",
|
|
46
|
+
"./text": "./dist/text.mjs",
|
|
47
|
+
"./theme": "./dist/theme.mjs",
|
|
48
|
+
"./topbar": "./dist/topbar.mjs",
|
|
23
49
|
"./package.json": "./package.json"
|
|
24
50
|
},
|
|
25
51
|
"publishConfig": {
|
|
@@ -33,17 +59,45 @@
|
|
|
33
59
|
"prepublishOnly": "vp run build"
|
|
34
60
|
},
|
|
35
61
|
"dependencies": {
|
|
36
|
-
"@hive-ui/
|
|
37
|
-
"@hive-ui/
|
|
38
|
-
"@hive-ui/
|
|
39
|
-
"@hive-ui/
|
|
40
|
-
"@hive-ui/
|
|
41
|
-
"@hive-ui/
|
|
42
|
-
"@hive-ui/
|
|
43
|
-
"@hive-ui/
|
|
44
|
-
"@hive-ui/
|
|
45
|
-
"@hive-ui/
|
|
46
|
-
"@hive-ui/
|
|
62
|
+
"@hive-ui/alert": "^0.2.0",
|
|
63
|
+
"@hive-ui/anchor": "^0.2.0",
|
|
64
|
+
"@hive-ui/animation-library": "^0.2.0",
|
|
65
|
+
"@hive-ui/avatar": "^0.2.0",
|
|
66
|
+
"@hive-ui/badge": "^0.2.0",
|
|
67
|
+
"@hive-ui/box": "^0.2.0",
|
|
68
|
+
"@hive-ui/button": "^0.2.0",
|
|
69
|
+
"@hive-ui/callout": "^0.2.0",
|
|
70
|
+
"@hive-ui/card": "^0.2.0",
|
|
71
|
+
"@hive-ui/css-library": "^0.2.0",
|
|
72
|
+
"@hive-ui/date-picker": "^0.2.0",
|
|
73
|
+
"@hive-ui/disclosure": "^0.2.0",
|
|
74
|
+
"@hive-ui/disclosure-primitive": "^0.2.0",
|
|
75
|
+
"@hive-ui/display-heading": "^0.2.0",
|
|
76
|
+
"@hive-ui/form": "^0.2.0",
|
|
77
|
+
"@hive-ui/grid": "^0.2.0",
|
|
78
|
+
"@hive-ui/heading": "^0.2.0",
|
|
79
|
+
"@hive-ui/help-text": "^0.2.0",
|
|
80
|
+
"@hive-ui/inline-code": "^0.2.0",
|
|
81
|
+
"@hive-ui/inline-control-group": "^0.2.0",
|
|
82
|
+
"@hive-ui/input": "^0.2.0",
|
|
83
|
+
"@hive-ui/input-box": "^0.2.0",
|
|
84
|
+
"@hive-ui/label": "^0.2.0",
|
|
85
|
+
"@hive-ui/list": "^0.2.0",
|
|
86
|
+
"@hive-ui/media-object": "^0.2.0",
|
|
87
|
+
"@hive-ui/modal": "^0.2.0",
|
|
88
|
+
"@hive-ui/modal-primitive": "^0.2.0",
|
|
89
|
+
"@hive-ui/paragraph": "^0.2.0",
|
|
90
|
+
"@hive-ui/screen-reader-only": "^0.2.0",
|
|
91
|
+
"@hive-ui/select": "^0.2.0",
|
|
92
|
+
"@hive-ui/separator": "^0.2.0",
|
|
93
|
+
"@hive-ui/sibling-box": "^0.2.0",
|
|
94
|
+
"@hive-ui/stack": "^0.2.0",
|
|
95
|
+
"@hive-ui/style-props": "^0.2.0",
|
|
96
|
+
"@hive-ui/switch": "^0.2.0",
|
|
97
|
+
"@hive-ui/table": "^0.2.0",
|
|
98
|
+
"@hive-ui/text": "^0.2.0",
|
|
99
|
+
"@hive-ui/theme": "^0.2.0",
|
|
100
|
+
"@hive-ui/topbar": "^0.2.0"
|
|
47
101
|
},
|
|
48
102
|
"devDependencies": {
|
|
49
103
|
"@types/node": "^25.6.2",
|
|
@@ -55,8 +109,5 @@
|
|
|
55
109
|
},
|
|
56
110
|
"peerDependencies": {
|
|
57
111
|
"react": "19.2.6"
|
|
58
|
-
},
|
|
59
|
-
"inlinedDependencies": {
|
|
60
|
-
"csstype": "3.2.3"
|
|
61
112
|
}
|
|
62
113
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __exportAll = (all, no_symbols) => {
|
|
7
|
-
let target = {};
|
|
8
|
-
for (var name in all) __defProp(target, name, {
|
|
9
|
-
get: all[name],
|
|
10
|
-
enumerable: true
|
|
11
|
-
});
|
|
12
|
-
if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
13
|
-
return target;
|
|
14
|
-
};
|
|
15
|
-
var __copyProps = (to, from, except, desc) => {
|
|
16
|
-
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
17
|
-
key = keys[i];
|
|
18
|
-
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
19
|
-
get: ((k) => from[k]).bind(null, key),
|
|
20
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
return to;
|
|
24
|
-
};
|
|
25
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
26
|
-
//#endregion
|
|
27
|
-
export { __exportAll, __reExport };
|
package/dist/components/card.mjs
DELETED
package/dist/index.d.mts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * from "@hive-ui/anchor";
|
|
2
|
-
export * from "@hive-ui/button";
|
|
3
|
-
export * from "@hive-ui/card";
|
|
4
|
-
export * from "@hive-ui/disclosure";
|
|
5
|
-
export * from "@hive-ui/heading";
|
|
6
|
-
export * from "@hive-ui/topbar";
|
|
7
|
-
export * from "@hive-ui/theme";
|
|
8
|
-
export * from "@hive-ui/box";
|
|
9
|
-
export * from "@hive-ui/grid";
|
|
10
|
-
export * from "@hive-ui/stack";
|
|
11
|
-
export * from "@hive-ui/text";
|
|
12
|
-
|
|
13
|
-
//#region src/index.d.ts
|
package/dist/index.mjs
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import "./_virtual/_rolldown/runtime.mjs";
|
|
2
|
-
import "./components/anchor.mjs";
|
|
3
|
-
import "./components/button.mjs";
|
|
4
|
-
import "./components/card.mjs";
|
|
5
|
-
import "./components/disclosure.mjs";
|
|
6
|
-
import "./components/heading.mjs";
|
|
7
|
-
import "./components/topbar.mjs";
|
|
8
|
-
import "./components/theme.mjs";
|
|
9
|
-
import "./primitives/box.mjs";
|
|
10
|
-
import "./primitives/grid.mjs";
|
|
11
|
-
import "./primitives/stack.mjs";
|
|
12
|
-
import "./primitives/text.mjs";
|
|
13
|
-
export * from "@hive-ui/anchor";
|
|
14
|
-
export * from "@hive-ui/button";
|
|
15
|
-
export * from "@hive-ui/card";
|
|
16
|
-
export * from "@hive-ui/disclosure";
|
|
17
|
-
export * from "@hive-ui/heading";
|
|
18
|
-
export * from "@hive-ui/topbar";
|
|
19
|
-
export * from "@hive-ui/theme";
|
|
20
|
-
export * from "@hive-ui/box";
|
|
21
|
-
export * from "@hive-ui/grid";
|
|
22
|
-
export * from "@hive-ui/stack";
|
|
23
|
-
export * from "@hive-ui/text";
|
|
24
|
-
//#endregion
|
|
25
|
-
export {};
|