@spark-web/text-link
Advanced tools
+16
-0
| # @spark-web/text-link | ||
| ## 5.3.0-rc.0 | ||
| ### Minor Changes | ||
| - update react version and other packages | ||
| ### Patch Changes | ||
| - Updated dependencies []: | ||
| - @spark-web/theme@5.12.0-rc.0 | ||
| - @spark-web/utils@5.1.0-rc.0 | ||
| - @spark-web/a11y@5.3.0-rc.0 | ||
| - @spark-web/link@5.1.0-rc.0 | ||
| - @spark-web/text@5.3.0-rc.0 | ||
| - @spark-web/box@6.0.0-rc.0 | ||
| ## 5.2.0 | ||
@@ -4,0 +20,0 @@ |
@@ -25,3 +25,3 @@ /// <reference types="react" /> | ||
| as?: Comp | undefined; | ||
| ref?: import("react").Ref<Comp extends "symbol" | "clipPath" | "filter" | "mask" | "marker" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "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" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | keyof HTMLElementTagNameMap ? (HTMLElementTagNameMap & Pick<SVGElementTagNameMap, "symbol" | "clipPath" | "filter" | "mask" | "marker" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "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" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "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; | ||
| ref?: import("react").Ref<Comp extends "symbol" | "text" | "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" | "textPath" | "tspan" | "use" | "view" | keyof HTMLElementTagNameMap ? (HTMLElementTagNameMap & Pick<SVGElementTagNameMap, "symbol" | "text" | "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" | "textPath" | "tspan" | "use" | "view">)[Comp] : Comp extends new (...args: any) => any ? InstanceType<Comp> : undefined> | undefined; | ||
| } & Omit<import("react").PropsWithoutRef<import("react").ComponentProps<Comp>>, "as"> & { | ||
@@ -33,5 +33,5 @@ /** Sets data attributes on the component. */ | ||
| /** Override the weight of the Text Link */ | ||
| weight?: "medium" | "light" | "bold" | "thin" | "extralight" | "regular" | "semibold" | "extrabold" | "black" | undefined; | ||
| weight?: "medium" | "light" | "bold" | "thin" | "black" | "extralight" | "regular" | "semibold" | "extrabold" | undefined; | ||
| /** Override the textDecoration of the Text Link */ | ||
| textDecoration?: TextDecoration | undefined; | ||
| } & LinkComponentProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; |
+10
-10
| { | ||
| "name": "@spark-web/text-link", | ||
| "version": "5.2.0", | ||
| "version": "5.3.0-rc.0", | ||
| "homepage": "https://github.com/brighte-labs/spark-web#readme", | ||
@@ -20,15 +20,15 @@ "repository": { | ||
| "@emotion/react": "^11.14.0", | ||
| "@spark-web/a11y": "^5.0.0", | ||
| "@spark-web/box": "^5.0.0", | ||
| "@spark-web/link": "^5.0.0", | ||
| "@spark-web/text": "^5.1.0", | ||
| "@spark-web/theme": "^5.7.0", | ||
| "@spark-web/utils": "^5.0.0" | ||
| "@spark-web/a11y": "^5.3.0-rc.0", | ||
| "@spark-web/box": "^6.0.0-rc.0", | ||
| "@spark-web/link": "^5.1.0-rc.0", | ||
| "@spark-web/text": "^5.3.0-rc.0", | ||
| "@spark-web/theme": "^5.12.0-rc.0", | ||
| "@spark-web/utils": "^5.1.0-rc.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/react": "^18.2.0", | ||
| "react": "^18.2.0" | ||
| "@types/react": "^19.1.0", | ||
| "react": "^19.1.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": ">=17.0.2" | ||
| "react": ">=19.1.0" | ||
| }, | ||
@@ -35,0 +35,0 @@ "engines": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
42795
0.82%2
100%- Removed
Updated
Updated
Updated
Updated
Updated