@sellgar/kit 0.0.70 → 0.0.71

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8128,7 +8128,7 @@ const Wp = () => {
8128
8128
  tabIndex: t.tabIndex,
8129
8129
  ...t.interactions.getReferenceProps(),
8130
8130
  ref: t.floating.refs.setReference,
8131
- onFocus: () => console.log(123123),
8131
+ onFocus: () => t.setOpen(!0),
8132
8132
  children: e.reference(t)
8133
8133
  }
8134
8134
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sellgar/kit",
3
3
  "type": "module",
4
- "version": "0.0.70",
4
+ "version": "0.0.71",
5
5
  "description": "Storybook",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",