@orioro/react-ui-core 0.0.5 → 0.0.6

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/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ # @orioro/react-ui-core
2
+
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix changeset release with yarn
8
+ - Updated dependencies
9
+ - @orioro/resolve@0.1.2
10
+ - @orioro/tree-model@0.0.2
11
+ - @orioro/react-select@3.0.2
12
+ - @orioro/react-tree@0.0.2
13
+ - @orioro/util@0.11.2
14
+ - @orioro/validate@0.0.2
15
+
16
+ ## 0.0.5
17
+
18
+ ### Patch Changes
19
+
20
+ - f26720d: Initialize package version control using changeset
21
+ - Updated dependencies [f26720d]
22
+ - @orioro/tree-model@0.0.1
23
+ - @orioro/resolve@0.1.1
24
+ - @orioro/react-select@3.0.1
25
+ - @orioro/react-tree@0.0.1
26
+ - @orioro/validate@0.0.1
27
+ - @orioro/util@0.11.1
package/dist/index.mjs CHANGED
@@ -4363,24 +4363,18 @@ function MenuItem(_a) {
4363
4363
  onClick: function onClick() {
4364
4364
  return onSelect(item);
4365
4365
  }
4366
- }, item, {
4367
- type: "button"
4368
- }), item.label);
4366
+ }, item), item.label);
4369
4367
  }
4370
4368
  case 'link':
4371
4369
  {
4372
- return /*#__PURE__*/React.createElement(cp.Button, _assign({}, item, {
4373
- type: "button"
4374
- }), item.label);
4370
+ return /*#__PURE__*/React.createElement(cp.Button, _assign({}, item), item.label);
4375
4371
  }
4376
4372
  case 'subMenu':
4377
4373
  {
4378
4374
  return /*#__PURE__*/React.createElement(cp.DropdownMenu, {
4379
4375
  options: item.options,
4380
4376
  onSelect: onSelect
4381
- }, /*#__PURE__*/React.createElement(cp.Button, _assign({}, item, {
4382
- type: "button"
4383
- }), item.label, " ", /*#__PURE__*/React.createElement(cp.DropdownMenu.TriggerIcon, null)));
4377
+ }, /*#__PURE__*/React.createElement(cp.Button, _assign({}, item), item.label, " ", /*#__PURE__*/React.createElement(cp.DropdownMenu.TriggerIcon, null)));
4384
4378
  }
4385
4379
  }
4386
4380
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orioro/react-ui-core",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "prepublish": "yarn build"
26
26
  },
27
27
  "devDependencies": {
28
- "@orioro/dev": "workspace:^",
28
+ "@orioro/dev": "^0.0.5",
29
29
  "rollup": "^4.13.0",
30
30
  "rollup-plugin-import-css": "^3.5.0",
31
31
  "storybook": "^8.0.0"
@@ -37,12 +37,12 @@
37
37
  "@mdi/js": "^7.4.47",
38
38
  "@mdi/react": "^1.6.1",
39
39
  "@mui/base": "^5.0.0-beta.40",
40
- "@orioro/react-select": "workspace:^",
41
- "@orioro/react-tree": "workspace:^",
42
- "@orioro/resolve": "workspace:^",
43
- "@orioro/tree-model": "workspace:^",
44
- "@orioro/util": "workspace:^",
45
- "@orioro/validate": "workspace:^",
40
+ "@orioro/react-select": "^3.0.2",
41
+ "@orioro/react-tree": "^0.0.2",
42
+ "@orioro/resolve": "^0.1.2",
43
+ "@orioro/tree-model": "^0.0.2",
44
+ "@orioro/util": "^0.11.2",
45
+ "@orioro/validate": "^0.0.2",
46
46
  "@radix-ui/react-collapsible": "^1.1.0",
47
47
  "@radix-ui/react-dialog": "^1.0.5",
48
48
  "@radix-ui/react-icons": "^1.3.0",
@@ -84,4 +84,4 @@
84
84
  "styled-components": "^6.1.8",
85
85
  "type-fest": "^4.12.0"
86
86
  }
87
- }
87
+ }