@spark-web/box 2.0.0-rc.10 → 2.0.0-rc.11
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
CHANGED
|
@@ -21,7 +21,7 @@ export declare type BoxProps = {
|
|
|
21
21
|
/** Exposes a prop-based API for adding styles to a view, within the constraints of the theme. */
|
|
22
22
|
export declare const Box: <Comp extends import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> = "div">(props: {
|
|
23
23
|
as?: Comp | undefined;
|
|
24
|
-
ref?: import("react").Ref<Comp extends "symbol" | "
|
|
24
|
+
ref?: import("react").Ref<Comp extends "symbol" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | keyof HTMLElementTagNameMap ? (HTMLElementTagNameMap & Pick<SVGElementTagNameMap, "symbol" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">)[Comp] : Comp extends new (...args: any) => any ? InstanceType<Comp> : undefined> | undefined;
|
|
25
25
|
} & Omit<import("react").PropsWithoutRef<import("react").ComponentProps<Comp>>, "as"> & {
|
|
26
26
|
/** Children element to be rendered inside the component. */
|
|
27
27
|
children?: ReactNode;
|
|
@@ -38,11 +38,11 @@ export declare const Box: <Comp extends import("react").ElementType<any, keyof i
|
|
|
38
38
|
*/
|
|
39
39
|
asElement?: keyof HTMLElementTagNameMap | undefined;
|
|
40
40
|
} & {
|
|
41
|
-
background?: "
|
|
41
|
+
background?: "disabled" | "body" | "input" | "infoLight" | "criticalLight" | "positiveLight" | "cautionLight" | "muted" | "backdrop" | "surface" | "surfaceMuted" | "surfacePressed" | "fieldAccent" | "inputPressed" | "inputDisabled" | "accent" | "accentMuted" | "neutral" | "neutralLow" | "primary" | "primaryLow" | "primaryMuted" | "secondary" | "secondaryLow" | "secondaryMuted" | "caution" | "cautionLow" | "cautionMuted" | "critical" | "criticalLow" | "criticalMuted" | "info" | "infoLow" | "infoMuted" | "positive" | "positiveLow" | "positiveMuted" | undefined;
|
|
42
42
|
cursor?: "default" | "pointer" | undefined;
|
|
43
43
|
minHeight?: 0 | undefined;
|
|
44
44
|
minWidth?: 0 | undefined;
|
|
45
45
|
overflow?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
46
|
-
shadow?: "small" | "
|
|
46
|
+
shadow?: "small" | "medium" | "large" | undefined;
|
|
47
47
|
userSelect?: "none" | undefined;
|
|
48
48
|
} & import("./use-box-styles.js").ResponsiveBoxProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
@@ -330,7 +330,7 @@ var Box = ts.forwardRefWithAs(function (_ref, forwardedRef) {
|
|
|
330
330
|
var element = jsxRuntime.jsx(Tag, _objectSpread(_objectSpread({}, data ? internal.buildDataAttributes(data) : undefined), {}, {
|
|
331
331
|
ref: forwardedRef,
|
|
332
332
|
id: id,
|
|
333
|
-
css: react$1.css(
|
|
333
|
+
css: react$1.css(cssProps, styles, resetStyles)
|
|
334
334
|
}, attributes));
|
|
335
335
|
return renderBackgroundProvider(props.background, element);
|
|
336
336
|
});
|
|
@@ -330,7 +330,7 @@ var Box = ts.forwardRefWithAs(function (_ref, forwardedRef) {
|
|
|
330
330
|
var element = jsxRuntime.jsx(Tag, _objectSpread(_objectSpread({}, data ? internal.buildDataAttributes(data) : undefined), {}, {
|
|
331
331
|
ref: forwardedRef,
|
|
332
332
|
id: id,
|
|
333
|
-
css: react$1.css(
|
|
333
|
+
css: react$1.css(cssProps, styles, resetStyles)
|
|
334
334
|
}, attributes));
|
|
335
335
|
return renderBackgroundProvider(props.background, element);
|
|
336
336
|
});
|
|
@@ -326,7 +326,7 @@ var Box = forwardRefWithAs(function (_ref, forwardedRef) {
|
|
|
326
326
|
var element = jsx(Tag, _objectSpread(_objectSpread({}, data ? buildDataAttributes(data) : undefined), {}, {
|
|
327
327
|
ref: forwardedRef,
|
|
328
328
|
id: id,
|
|
329
|
-
css: css(
|
|
329
|
+
css: css(cssProps, styles, resetStyles)
|
|
330
330
|
}, attributes));
|
|
331
331
|
return renderBackgroundProvider(props.background, element);
|
|
332
332
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-web/box",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.11",
|
|
4
4
|
"homepage": "https://github.com/brighte-labs/spark-web#readme",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.25.0",
|
|
19
19
|
"@emotion/react": "^11.14.0",
|
|
20
|
-
"@spark-web/theme": "^4.0.0-rc.
|
|
21
|
-
"@spark-web/utils": "^2.0.0-rc.
|
|
20
|
+
"@spark-web/theme": "^4.0.0-rc.11",
|
|
21
|
+
"@spark-web/utils": "^2.0.0-rc.11"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/react": "^18.2.0",
|