@baseline-ui/core 0.48.0 → 0.48.1
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -8262,7 +8262,7 @@ type GridLines = {
|
|
|
8262
8262
|
y: number;
|
|
8263
8263
|
} | null;
|
|
8264
8264
|
} | boolean;
|
|
8265
|
-
interface PointPickerContentProps extends StylingProps,
|
|
8265
|
+
interface PointPickerContentProps extends StylingProps, Pick<FocusProps<FocusableElement>, "onFocusChange" | "onFocus" | "onBlur">, Pick<KeyboardProps, "onKeyDown" | "onKeyUp">, Pick<PressHookProps, "onPress" | "onPressStart" | "onPressEnd"> {
|
|
8266
8266
|
/** The magnifier's content. */
|
|
8267
8267
|
children: React__default.ReactElement;
|
|
8268
8268
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -8262,7 +8262,7 @@ type GridLines = {
|
|
|
8262
8262
|
y: number;
|
|
8263
8263
|
} | null;
|
|
8264
8264
|
} | boolean;
|
|
8265
|
-
interface PointPickerContentProps extends StylingProps,
|
|
8265
|
+
interface PointPickerContentProps extends StylingProps, Pick<FocusProps<FocusableElement>, "onFocusChange" | "onFocus" | "onBlur">, Pick<KeyboardProps, "onKeyDown" | "onKeyUp">, Pick<PressHookProps, "onPress" | "onPressStart" | "onPressEnd"> {
|
|
8266
8266
|
/** The magnifier's content. */
|
|
8267
8267
|
children: React__default.ReactElement;
|
|
8268
8268
|
/**
|