@box/blueprint-web 9.2.1 → 9.2.2
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.
|
@@ -43,7 +43,7 @@ const SelectMenuGridOption = /*#__PURE__*/forwardRef((props, forwardedRef) => {
|
|
|
43
43
|
const isButtonDragged = isWithLabel && !isButtonDisabled && props.draggable && props.dragging;
|
|
44
44
|
const shouldShowTooltip = !isButtonDisabled && !isWithLabel;
|
|
45
45
|
const ariaLabel = !isWithLabel ? props['aria-label'] : props.label;
|
|
46
|
-
const buttonProps = isWithLabel ? omit(restProps, ['colorVariant', 'icon']) : restProps;
|
|
46
|
+
const buttonProps = isWithLabel ? omit(restProps, ['colorVariant', 'icon', 'dragging', 'label']) : restProps;
|
|
47
47
|
// TODO: [DSYS-764] use IconButton instead of AriakitButton
|
|
48
48
|
const button = jsx(CompositeItem, {
|
|
49
49
|
render: jsxs(Button, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"publishConfig": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"react-stately": "^3.31.1",
|
|
64
64
|
"tsx": "^4.16.5"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "5bfcdbead36b50a11388503a8c0decf508b91878",
|
|
67
67
|
"module": "lib-esm/index.js",
|
|
68
68
|
"main": "lib-esm/index.js",
|
|
69
69
|
"exports": {
|