@hive-ui/radio-checkbox-primitive 0.3.1 → 0.5.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/index.mjs CHANGED
@@ -119,6 +119,7 @@ const RadioCheckboxHelpText = forwardRef(({ element = "BASE_RADIO_CHECKBOX_HELP_
119
119
  as: "span",
120
120
  display: "block",
121
121
  element,
122
+ ...props,
122
123
  marginLeft: "space70",
123
124
  ref,
124
125
  children: /* @__PURE__ */ jsx(HelpText, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hive-ui/radio-checkbox-primitive",
3
- "version": "0.3.1",
3
+ "version": "0.5.0",
4
4
  "description": "Hive UI Radio Checkbox Primitive",
5
5
  "files": [
6
6
  "dist"
@@ -21,12 +21,12 @@
21
21
  "prepublishOnly": "vp run build"
22
22
  },
23
23
  "dependencies": {
24
- "@hive-ui/box": "^0.3.1",
25
- "@hive-ui/help-text": "^0.3.1",
26
- "@hive-ui/label": "^0.3.1",
27
- "@hive-ui/sibling-box": "^0.3.1",
28
- "@hive-ui/style-props": "^0.3.1",
29
- "@hive-ui/text": "^0.3.1"
24
+ "@hive-ui/box": "^0.5.0",
25
+ "@hive-ui/help-text": "^0.5.0",
26
+ "@hive-ui/label": "^0.5.0",
27
+ "@hive-ui/sibling-box": "^0.5.0",
28
+ "@hive-ui/style-props": "^0.5.0",
29
+ "@hive-ui/text": "^0.5.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^25.6.2",