@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.
Files changed (94) hide show
  1. package/dist/alert.d.mts +1 -0
  2. package/dist/alert.mjs +2 -0
  3. package/dist/{components/anchor.mjs → anchor.mjs} +0 -1
  4. package/dist/animation-library.d.mts +1 -0
  5. package/dist/animation-library.mjs +2 -0
  6. package/dist/avatar.d.mts +1 -0
  7. package/dist/avatar.mjs +2 -0
  8. package/dist/badge.d.mts +1 -0
  9. package/dist/badge.mjs +2 -0
  10. package/dist/box.mjs +2 -0
  11. package/dist/{components/button.mjs → button.mjs} +0 -1
  12. package/dist/callout.d.mts +1 -0
  13. package/dist/callout.mjs +2 -0
  14. package/dist/card.mjs +2 -0
  15. package/dist/css-library.d.mts +1 -0
  16. package/dist/css-library.mjs +2 -0
  17. package/dist/date-picker.d.mts +1 -0
  18. package/dist/date-picker.mjs +2 -0
  19. package/dist/disclosure-primitive.d.mts +1 -0
  20. package/dist/disclosure-primitive.mjs +2 -0
  21. package/dist/{components/disclosure.mjs → disclosure.mjs} +0 -1
  22. package/dist/display-heading.d.mts +1 -0
  23. package/dist/display-heading.mjs +2 -0
  24. package/dist/form.d.mts +1 -0
  25. package/dist/form.mjs +2 -0
  26. package/dist/grid.mjs +2 -0
  27. package/dist/{components/heading.mjs → heading.mjs} +0 -1
  28. package/dist/help-text.d.mts +1 -0
  29. package/dist/help-text.mjs +2 -0
  30. package/dist/inline-code.d.mts +1 -0
  31. package/dist/inline-code.mjs +2 -0
  32. package/dist/inline-control-group.d.mts +1 -0
  33. package/dist/inline-control-group.mjs +2 -0
  34. package/dist/input-box.d.mts +1 -0
  35. package/dist/input-box.mjs +2 -0
  36. package/dist/input.d.mts +1 -0
  37. package/dist/input.mjs +2 -0
  38. package/dist/label.d.mts +1 -0
  39. package/dist/label.mjs +2 -0
  40. package/dist/list.d.mts +1 -0
  41. package/dist/list.mjs +2 -0
  42. package/dist/media-object.d.mts +1 -0
  43. package/dist/media-object.mjs +2 -0
  44. package/dist/modal-primitive.d.mts +1 -0
  45. package/dist/modal-primitive.mjs +2 -0
  46. package/dist/modal.d.mts +1 -0
  47. package/dist/modal.mjs +2 -0
  48. package/dist/paragraph.d.mts +1 -0
  49. package/dist/paragraph.mjs +2 -0
  50. package/dist/screen-reader-only.d.mts +1 -0
  51. package/dist/screen-reader-only.mjs +2 -0
  52. package/dist/select.d.mts +1 -0
  53. package/dist/select.mjs +2 -0
  54. package/dist/seperator.d.mts +1 -0
  55. package/dist/seperator.mjs +2 -0
  56. package/dist/sibling-box.d.mts +1 -0
  57. package/dist/sibling-box.mjs +2 -0
  58. package/dist/stack.mjs +2 -0
  59. package/dist/style-props.d.mts +1 -0
  60. package/dist/style-props.mjs +2 -0
  61. package/dist/switch.d.mts +1 -0
  62. package/dist/switch.mjs +2 -0
  63. package/dist/table.d.mts +1 -0
  64. package/dist/table.mjs +2 -0
  65. package/dist/text.mjs +2 -0
  66. package/dist/theme.mjs +2 -0
  67. package/dist/{components/topbar.mjs → topbar.mjs} +0 -1
  68. package/package.json +79 -28
  69. package/dist/_virtual/_rolldown/runtime.mjs +0 -27
  70. package/dist/components/card.mjs +0 -3
  71. package/dist/components/theme.mjs +0 -3
  72. package/dist/index.d.mts +0 -13
  73. package/dist/index.mjs +0 -25
  74. package/dist/node_modules/csstype/index.d.mts +0 -688
  75. package/dist/packages/media-object/dist/index.d.mts +0 -62
  76. package/dist/packages/media-object/dist/index.mjs +0 -41
  77. package/dist/packages/style-props/dist/index.d.mts +0 -37
  78. package/dist/primitives/box.mjs +0 -3
  79. package/dist/primitives/grid.mjs +0 -3
  80. package/dist/primitives/media-object.d.mts +0 -2
  81. package/dist/primitives/media-object.mjs +0 -2
  82. package/dist/primitives/stack.mjs +0 -3
  83. package/dist/primitives/text.mjs +0 -3
  84. /package/dist/{components/anchor.d.mts → anchor.d.mts} +0 -0
  85. /package/dist/{primitives/box.d.mts → box.d.mts} +0 -0
  86. /package/dist/{components/button.d.mts → button.d.mts} +0 -0
  87. /package/dist/{components/card.d.mts → card.d.mts} +0 -0
  88. /package/dist/{components/disclosure.d.mts → disclosure.d.mts} +0 -0
  89. /package/dist/{primitives/grid.d.mts → grid.d.mts} +0 -0
  90. /package/dist/{components/heading.d.mts → heading.d.mts} +0 -0
  91. /package/dist/{primitives/stack.d.mts → stack.d.mts} +0 -0
  92. /package/dist/{primitives/text.d.mts → text.d.mts} +0 -0
  93. /package/dist/{components/theme.d.mts → theme.d.mts} +0 -0
  94. /package/dist/{components/topbar.d.mts → topbar.d.mts} +0 -0
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/alert";
package/dist/alert.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/alert";
2
+ export {};
@@ -1,3 +1,2 @@
1
- import "../_virtual/_rolldown/runtime.mjs";
2
1
  export * from "@hive-ui/anchor";
3
2
  export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/animation-library";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/animation-library";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/avatar";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/avatar";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/badge";
package/dist/badge.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/badge";
2
+ export {};
package/dist/box.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/box";
2
+ export {};
@@ -1,3 +1,2 @@
1
- import "../_virtual/_rolldown/runtime.mjs";
2
1
  export * from "@hive-ui/button";
3
2
  export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/callout";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/callout";
2
+ export {};
package/dist/card.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/card";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/css-library";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/css-library";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/date-picker";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/date-picker";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/disclosure-primitive";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/disclosure-primitive";
2
+ export {};
@@ -1,3 +1,2 @@
1
- import "../_virtual/_rolldown/runtime.mjs";
2
1
  export * from "@hive-ui/disclosure";
3
2
  export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/display-heading";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/display-heading";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/form";
package/dist/form.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/form";
2
+ export {};
package/dist/grid.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/grid";
2
+ export {};
@@ -1,3 +1,2 @@
1
- import "../_virtual/_rolldown/runtime.mjs";
2
1
  export * from "@hive-ui/heading";
3
2
  export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/help-text";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/help-text";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/inline-code";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/inline-code";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/inline-control-group";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/inline-control-group";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/input-box";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/input-box";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/input";
package/dist/input.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/input";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/label";
package/dist/label.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/label";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/list";
package/dist/list.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/list";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/media-object";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/media-object";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/modal-primitive";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/modal-primitive";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/modal";
package/dist/modal.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/modal";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/paragraph";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/paragraph";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/screen-reader-only";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/screen-reader-only";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/select";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/select";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/separator";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/separator";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/sibling-box";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/sibling-box";
2
+ export {};
package/dist/stack.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/stack";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/style-props";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/style-props";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/switch";
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/switch";
2
+ export {};
@@ -0,0 +1 @@
1
+ export * from "@hive-ui/table";
package/dist/table.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/table";
2
+ export {};
package/dist/text.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/text";
2
+ export {};
package/dist/theme.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@hive-ui/theme";
2
+ export {};
@@ -1,3 +1,2 @@
1
- import "../_virtual/_rolldown/runtime.mjs";
2
1
  export * from "@hive-ui/topbar";
3
2
  export {};
package/package.json CHANGED
@@ -1,25 +1,51 @@
1
1
  {
2
2
  "name": "@hive-ui/core",
3
- "version": "0.1.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
- ".": "./dist/index.mjs",
11
- "./components/anchor": "./dist/components/anchor.mjs",
12
- "./components/button": "./dist/components/button.mjs",
13
- "./components/card": "./dist/components/card.mjs",
14
- "./components/disclosure": "./dist/components/disclosure.mjs",
15
- "./components/heading": "./dist/components/heading.mjs",
16
- "./components/theme": "./dist/components/theme.mjs",
17
- "./components/topbar": "./dist/components/topbar.mjs",
18
- "./primitives/box": "./dist/primitives/box.mjs",
19
- "./primitives/grid": "./dist/primitives/grid.mjs",
20
- "./primitives/media-object": "./dist/primitives/media-object.mjs",
21
- "./primitives/stack": "./dist/primitives/stack.mjs",
22
- "./primitives/text": "./dist/primitives/text.mjs",
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/anchor": "^0.1.0",
37
- "@hive-ui/box": "^0.1.0",
38
- "@hive-ui/button": "^0.1.0",
39
- "@hive-ui/card": "^0.1.0",
40
- "@hive-ui/disclosure": "^0.1.0",
41
- "@hive-ui/grid": "^0.1.0",
42
- "@hive-ui/heading": "^0.1.0",
43
- "@hive-ui/stack": "^0.1.0",
44
- "@hive-ui/text": "^0.1.0",
45
- "@hive-ui/theme": "^0.1.0",
46
- "@hive-ui/topbar": "^0.1.0"
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 };
@@ -1,3 +0,0 @@
1
- import "../_virtual/_rolldown/runtime.mjs";
2
- export * from "@hive-ui/card";
3
- export {};
@@ -1,3 +0,0 @@
1
- import "../_virtual/_rolldown/runtime.mjs";
2
- export * from "@hive-ui/theme";
3
- export {};
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 {};