@hive-ui/core 0.3.1 → 0.4.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/blockquote.d.mts +1 -0
- package/dist/blockquote.mjs +2 -0
- package/dist/corner-ornament.d.mts +1 -0
- package/dist/corner-ornament.mjs +2 -0
- package/dist/file-picker.d.mts +1 -0
- package/dist/file-picker.mjs +2 -0
- package/dist/non-modal-dialog-primitive.d.mts +1 -0
- package/dist/non-modal-dialog-primitive.mjs +2 -0
- package/dist/page-header.d.mts +1 -0
- package/dist/page-header.mjs +2 -0
- package/dist/popover.d.mts +1 -0
- package/dist/popover.mjs +2 -0
- package/dist/product-switcher.d.mts +1 -0
- package/dist/product-switcher.mjs +2 -0
- package/dist/radio-checkbox-primitive.d.mts +1 -0
- package/dist/radio-checkbox-primitive.mjs +2 -0
- package/dist/side-modal.d.mts +1 -0
- package/dist/side-modal.mjs +2 -0
- package/dist/side-panel.d.mts +1 -0
- package/dist/side-panel.mjs +2 -0
- package/dist/sidebar.d.mts +1 -0
- package/dist/sidebar.mjs +2 -0
- package/dist/skeleton-loader.d.mts +1 -0
- package/dist/skeleton-loader.mjs +2 -0
- package/dist/summary-detail.d.mts +1 -0
- package/dist/summary-detail.mjs +2 -0
- package/dist/time-picker.d.mts +1 -0
- package/dist/time-picker.mjs +2 -0
- package/package.json +89 -62
- /package/dist/{seperator.d.mts → separator.d.mts} +0 -0
- /package/dist/{seperator.mjs → separator.mjs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/blockquote";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/corner-ornament";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/file-picker";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/non-modal-dialog-primitive";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/page-header";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/popover";
|
package/dist/popover.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/product-switcher";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/radio-checkbox-primitive";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/side-modal";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/side-panel";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/sidebar";
|
package/dist/sidebar.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/skeleton-loader";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/summary-detail";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@hive-ui/time-picker";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hive-ui/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Hive UI Core Bundle",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"./animation-library": "./dist/animation-library.mjs",
|
|
14
14
|
"./avatar": "./dist/avatar.mjs",
|
|
15
15
|
"./badge": "./dist/badge.mjs",
|
|
16
|
+
"./blockquote": "./dist/blockquote.mjs",
|
|
16
17
|
"./box": "./dist/box.mjs",
|
|
17
18
|
"./breadcrumb": "./dist/breadcrumb.mjs",
|
|
18
19
|
"./button": "./dist/button.mjs",
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
"./callout": "./dist/callout.mjs",
|
|
21
22
|
"./card": "./dist/card.mjs",
|
|
22
23
|
"./checkbox": "./dist/checkbox.mjs",
|
|
24
|
+
"./corner-ornament": "./dist/corner-ornament.mjs",
|
|
23
25
|
"./css-library": "./dist/css-library.mjs",
|
|
24
26
|
"./date-picker": "./dist/date-picker.mjs",
|
|
25
27
|
"./description-list": "./dist/description-list.mjs",
|
|
@@ -28,6 +30,7 @@
|
|
|
28
30
|
"./disclosure-primitive": "./dist/disclosure-primitive.mjs",
|
|
29
31
|
"./display-heading": "./dist/display-heading.mjs",
|
|
30
32
|
"./display-pill-group": "./dist/display-pill-group.mjs",
|
|
33
|
+
"./file-picker": "./dist/file-picker.mjs",
|
|
31
34
|
"./footnote": "./dist/footnote.mjs",
|
|
32
35
|
"./form": "./dist/form.mjs",
|
|
33
36
|
"./grid": "./dist/grid.mjs",
|
|
@@ -46,20 +49,31 @@
|
|
|
46
49
|
"./menu-primitive": "./dist/menu-primitive.mjs",
|
|
47
50
|
"./modal": "./dist/modal.mjs",
|
|
48
51
|
"./modal-primitive": "./dist/modal-primitive.mjs",
|
|
52
|
+
"./non-modal-dialog-primitive": "./dist/non-modal-dialog-primitive.mjs",
|
|
53
|
+
"./page-header": "./dist/page-header.mjs",
|
|
49
54
|
"./paragraph": "./dist/paragraph.mjs",
|
|
55
|
+
"./popover": "./dist/popover.mjs",
|
|
56
|
+
"./product-switcher": "./dist/product-switcher.mjs",
|
|
50
57
|
"./radio-button-group": "./dist/radio-button-group.mjs",
|
|
58
|
+
"./radio-checkbox-primitive": "./dist/radio-checkbox-primitive.mjs",
|
|
51
59
|
"./radio-group": "./dist/radio-group.mjs",
|
|
52
60
|
"./screen-reader-only": "./dist/screen-reader-only.mjs",
|
|
53
61
|
"./select": "./dist/select.mjs",
|
|
54
|
-
"./
|
|
62
|
+
"./separator": "./dist/separator.mjs",
|
|
55
63
|
"./sibling-box": "./dist/sibling-box.mjs",
|
|
64
|
+
"./side-modal": "./dist/side-modal.mjs",
|
|
65
|
+
"./side-panel": "./dist/side-panel.mjs",
|
|
66
|
+
"./sidebar": "./dist/sidebar.mjs",
|
|
67
|
+
"./skeleton-loader": "./dist/skeleton-loader.mjs",
|
|
56
68
|
"./stack": "./dist/stack.mjs",
|
|
57
69
|
"./style-props": "./dist/style-props.mjs",
|
|
70
|
+
"./summary-detail": "./dist/summary-detail.mjs",
|
|
58
71
|
"./switch": "./dist/switch.mjs",
|
|
59
72
|
"./table": "./dist/table.mjs",
|
|
60
73
|
"./text": "./dist/text.mjs",
|
|
61
74
|
"./textarea": "./dist/textarea.mjs",
|
|
62
75
|
"./theme": "./dist/theme.mjs",
|
|
76
|
+
"./time-picker": "./dist/time-picker.mjs",
|
|
63
77
|
"./toast": "./dist/toast.mjs",
|
|
64
78
|
"./tooltip": "./dist/tooltip.mjs",
|
|
65
79
|
"./tooltip-primitive": "./dist/tooltip-primitive.mjs",
|
|
@@ -78,66 +92,79 @@
|
|
|
78
92
|
"prepublishOnly": "vp run build"
|
|
79
93
|
},
|
|
80
94
|
"dependencies": {
|
|
81
|
-
"@hive-ui/account-switcher": "^0.
|
|
82
|
-
"@hive-ui/alert": "^0.
|
|
83
|
-
"@hive-ui/anchor": "^0.
|
|
84
|
-
"@hive-ui/animation-library": "^0.
|
|
85
|
-
"@hive-ui/avatar": "^0.
|
|
86
|
-
"@hive-ui/badge": "^0.
|
|
87
|
-
"@hive-ui/
|
|
88
|
-
"@hive-ui/
|
|
89
|
-
"@hive-ui/
|
|
90
|
-
"@hive-ui/button
|
|
91
|
-
"@hive-ui/
|
|
92
|
-
"@hive-ui/
|
|
93
|
-
"@hive-ui/
|
|
94
|
-
"@hive-ui/
|
|
95
|
-
"@hive-ui/
|
|
96
|
-
"@hive-ui/
|
|
97
|
-
"@hive-ui/
|
|
98
|
-
"@hive-ui/
|
|
99
|
-
"@hive-ui/
|
|
100
|
-
"@hive-ui/
|
|
101
|
-
"@hive-ui/
|
|
102
|
-
"@hive-ui/
|
|
103
|
-
"@hive-ui/
|
|
104
|
-
"@hive-ui/
|
|
105
|
-
"@hive-ui/
|
|
106
|
-
"@hive-ui/
|
|
107
|
-
"@hive-ui/
|
|
108
|
-
"@hive-ui/
|
|
109
|
-
"@hive-ui/
|
|
110
|
-
"@hive-ui/
|
|
111
|
-
"@hive-ui/
|
|
112
|
-
"@hive-ui/
|
|
113
|
-
"@hive-ui/
|
|
114
|
-
"@hive-ui/
|
|
115
|
-
"@hive-ui/
|
|
116
|
-
"@hive-ui/
|
|
117
|
-
"@hive-ui/
|
|
118
|
-
"@hive-ui/
|
|
119
|
-
"@hive-ui/
|
|
120
|
-
"@hive-ui/
|
|
121
|
-
"@hive-ui/
|
|
122
|
-
"@hive-ui/
|
|
123
|
-
"@hive-ui/
|
|
124
|
-
"@hive-ui/
|
|
125
|
-
"@hive-ui/
|
|
126
|
-
"@hive-ui/
|
|
127
|
-
"@hive-ui/
|
|
128
|
-
"@hive-ui/
|
|
129
|
-
"@hive-ui/
|
|
130
|
-
"@hive-ui/
|
|
131
|
-
"@hive-ui/
|
|
132
|
-
"@hive-ui/
|
|
133
|
-
"@hive-ui/
|
|
134
|
-
"@hive-ui/
|
|
135
|
-
"@hive-ui/
|
|
136
|
-
"@hive-ui/
|
|
137
|
-
"@hive-ui/
|
|
138
|
-
"@hive-ui/
|
|
139
|
-
"@hive-ui/
|
|
140
|
-
"@hive-ui/
|
|
95
|
+
"@hive-ui/account-switcher": "^0.4.0",
|
|
96
|
+
"@hive-ui/alert": "^0.4.0",
|
|
97
|
+
"@hive-ui/anchor": "^0.4.0",
|
|
98
|
+
"@hive-ui/animation-library": "^0.4.0",
|
|
99
|
+
"@hive-ui/avatar": "^0.4.0",
|
|
100
|
+
"@hive-ui/badge": "^0.4.0",
|
|
101
|
+
"@hive-ui/blockquote": "^0.4.0",
|
|
102
|
+
"@hive-ui/box": "^0.4.0",
|
|
103
|
+
"@hive-ui/breadcrumb": "^0.4.0",
|
|
104
|
+
"@hive-ui/button": "^0.4.0",
|
|
105
|
+
"@hive-ui/button-group": "^0.4.0",
|
|
106
|
+
"@hive-ui/callout": "^0.4.0",
|
|
107
|
+
"@hive-ui/card": "^0.4.0",
|
|
108
|
+
"@hive-ui/checkbox": "^0.4.0",
|
|
109
|
+
"@hive-ui/corner-ornament": "^0.4.0",
|
|
110
|
+
"@hive-ui/css-library": "^0.4.0",
|
|
111
|
+
"@hive-ui/date-picker": "^0.4.0",
|
|
112
|
+
"@hive-ui/description-list": "^0.4.0",
|
|
113
|
+
"@hive-ui/detail-text": "^0.4.0",
|
|
114
|
+
"@hive-ui/disclosure": "^0.4.0",
|
|
115
|
+
"@hive-ui/disclosure-primitive": "^0.4.0",
|
|
116
|
+
"@hive-ui/display-heading": "^0.4.0",
|
|
117
|
+
"@hive-ui/display-pill-group": "^0.4.0",
|
|
118
|
+
"@hive-ui/file-picker": "^0.4.0",
|
|
119
|
+
"@hive-ui/footnote": "^0.4.0",
|
|
120
|
+
"@hive-ui/form": "^0.4.0",
|
|
121
|
+
"@hive-ui/grid": "^0.4.0",
|
|
122
|
+
"@hive-ui/heading": "^0.4.0",
|
|
123
|
+
"@hive-ui/help-text": "^0.4.0",
|
|
124
|
+
"@hive-ui/in-page-navigation": "^0.4.0",
|
|
125
|
+
"@hive-ui/inline-code": "^0.4.0",
|
|
126
|
+
"@hive-ui/inline-control-group": "^0.4.0",
|
|
127
|
+
"@hive-ui/input": "^0.4.0",
|
|
128
|
+
"@hive-ui/input-box": "^0.4.0",
|
|
129
|
+
"@hive-ui/keyboard-key": "^0.4.0",
|
|
130
|
+
"@hive-ui/label": "^0.4.0",
|
|
131
|
+
"@hive-ui/list": "^0.4.0",
|
|
132
|
+
"@hive-ui/media-object": "^0.4.0",
|
|
133
|
+
"@hive-ui/menu": "^0.4.0",
|
|
134
|
+
"@hive-ui/menu-primitive": "^0.4.0",
|
|
135
|
+
"@hive-ui/modal": "^0.4.0",
|
|
136
|
+
"@hive-ui/modal-primitive": "^0.4.0",
|
|
137
|
+
"@hive-ui/non-modal-dialog-primitive": "^0.4.0",
|
|
138
|
+
"@hive-ui/page-header": "^0.4.0",
|
|
139
|
+
"@hive-ui/paragraph": "^0.4.0",
|
|
140
|
+
"@hive-ui/popover": "^0.4.0",
|
|
141
|
+
"@hive-ui/product-switcher": "^0.4.0",
|
|
142
|
+
"@hive-ui/radio-button-group": "^0.4.0",
|
|
143
|
+
"@hive-ui/radio-checkbox-primitive": "^0.4.0",
|
|
144
|
+
"@hive-ui/radio-group": "^0.4.0",
|
|
145
|
+
"@hive-ui/screen-reader-only": "^0.4.0",
|
|
146
|
+
"@hive-ui/select": "^0.4.0",
|
|
147
|
+
"@hive-ui/separator": "^0.4.0",
|
|
148
|
+
"@hive-ui/sibling-box": "^0.4.0",
|
|
149
|
+
"@hive-ui/side-modal": "^0.4.0",
|
|
150
|
+
"@hive-ui/side-panel": "^0.4.0",
|
|
151
|
+
"@hive-ui/sidebar": "^0.4.0",
|
|
152
|
+
"@hive-ui/skeleton-loader": "^0.4.0",
|
|
153
|
+
"@hive-ui/spinner": "^0.4.0",
|
|
154
|
+
"@hive-ui/stack": "^0.4.0",
|
|
155
|
+
"@hive-ui/style-props": "^0.4.0",
|
|
156
|
+
"@hive-ui/summary-detail": "^0.4.0",
|
|
157
|
+
"@hive-ui/switch": "^0.4.0",
|
|
158
|
+
"@hive-ui/table": "^0.4.0",
|
|
159
|
+
"@hive-ui/text": "^0.4.0",
|
|
160
|
+
"@hive-ui/textarea": "^0.4.0",
|
|
161
|
+
"@hive-ui/theme": "^0.4.0",
|
|
162
|
+
"@hive-ui/time-picker": "^0.4.0",
|
|
163
|
+
"@hive-ui/toast": "^0.4.0",
|
|
164
|
+
"@hive-ui/tooltip": "^0.4.0",
|
|
165
|
+
"@hive-ui/tooltip-primitive": "^0.4.0",
|
|
166
|
+
"@hive-ui/topbar": "^0.4.0",
|
|
167
|
+
"@hive-ui/truncate": "^0.4.0"
|
|
141
168
|
},
|
|
142
169
|
"devDependencies": {
|
|
143
170
|
"@types/node": "^25.6.2",
|
|
File without changes
|
|
File without changes
|