@box/blueprint-web 7.29.1 → 7.29.3
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.
|
@@ -49,14 +49,13 @@ const Content = /*#__PURE__*/React__default.forwardRef(function Content(props, r
|
|
|
49
49
|
children,
|
|
50
50
|
className,
|
|
51
51
|
elevation = 'dropshadow-3',
|
|
52
|
-
sideOffset = 4,
|
|
53
52
|
...rest
|
|
54
53
|
} = props;
|
|
55
54
|
return jsx(RadixTooltip.Content, {
|
|
56
55
|
...rest,
|
|
57
56
|
ref: ref,
|
|
58
57
|
className: clsx(styles.content, styles.card, className),
|
|
59
|
-
sideOffset:
|
|
58
|
+
sideOffset: 4,
|
|
60
59
|
children: jsx(Card, {
|
|
61
60
|
elevation: elevation,
|
|
62
61
|
children: children
|
|
@@ -6,8 +6,6 @@ export interface CardTooltipContentProps extends RadixTooltip.TooltipContentProp
|
|
|
6
6
|
* @default dropshadow-3
|
|
7
7
|
*/
|
|
8
8
|
elevation?: CardProps['elevation'];
|
|
9
|
-
/** The distance in pixels from the trigger. */
|
|
10
|
-
sideOffset?: RadixTooltip.TooltipContentProps['sideOffset'];
|
|
11
9
|
}
|
|
12
10
|
export interface PropsOnlyChildren {
|
|
13
11
|
children?: React.ReactNode;
|
|
@@ -9,8 +9,8 @@ import { Calendar as Calendar$1 } from '../primitives/calendar/calendar.js';
|
|
|
9
9
|
import '@internationalized/date';
|
|
10
10
|
import { IconButton } from '../primitives/icon-button/icon-button.js';
|
|
11
11
|
import { InlineError } from '../primitives/inline-error/inline-error.js';
|
|
12
|
-
import styles from './date-picker.module.js';
|
|
13
12
|
import { useLabelable } from '../util-components/labelable/useLabelable.js';
|
|
13
|
+
import styles from './date-picker.module.js';
|
|
14
14
|
|
|
15
15
|
const XMarkIcon = label => () => jsx(XMark, {
|
|
16
16
|
"aria-label": label,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "7.29.
|
|
3
|
+
"version": "7.29.3",
|
|
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": "ebfbd9aff01d8712ee0b2b565541acb09c76ffd8",
|
|
67
67
|
"module": "lib-esm/index.js",
|
|
68
68
|
"main": "lib-esm/index.js",
|
|
69
69
|
"exports": {
|