@pathscale/ui 0.0.79 → 0.0.80

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 (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7725,6 +7725,7 @@ const Input = (props)=>{
7725
7725
  "rightIcon",
7726
7726
  "placeholder",
7727
7727
  "type",
7728
+ "ref",
7728
7729
  "aria-label",
7729
7730
  "aria-describedby",
7730
7731
  "aria-invalid",
@@ -7771,6 +7772,8 @@ const Input = (props)=>{
7771
7772
  return local.leftIcon;
7772
7773
  }
7773
7774
  }), _el$2);
7775
+ var _ref$ = local.ref;
7776
+ "function" == typeof _ref$ ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$, _el$2) : local.ref = _el$2;
7774
7777
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$2, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
7775
7778
  get type () {
7776
7779
  return inputType();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",