@spark-ui/label
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.5.6](https://github.com/adevinta/spark/compare/@spark-ui/label@1.5.5...@spark-ui/label@1.5.6) (2023-08-23) | ||
**Note:** Version bump only for package @spark-ui/label | ||
## [1.5.5](https://github.com/adevinta/spark/compare/@spark-ui/label@1.5.4...@spark-ui/label@1.5.5) (2023-08-16) | ||
@@ -8,0 +12,0 @@ |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),d=require("@radix-ui/react-label"),c=require("class-variance-authority"),l=e.forwardRef(({className:a,...r},t)=>e.createElement(d.Label,{ref:t,"data-spark-component":"label",className:c.cx("text-body-1",a),...r})),i=e.forwardRef(({className:a,children:r="*",...t},n)=>e.createElement("span",{ref:n,"data-spark-component":"label-required-indicator",role:"presentation","aria-hidden":"true",className:c.cx(a,"text-on-surface/dim-3 text-caption"),...t},r));i.displayName="Label.RequiredIndicator",i.displayName="Label.RequiredIndicator";const o=Object.assign(l,{RequiredIndicator:i});exports.Label=o; | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),d=require("@radix-ui/react-label"),c=require("class-variance-authority"),l=e.forwardRef(({className:a,...r},t)=>e.createElement(d.Label,{ref:t,"data-spark-component":"label",className:c.cx("text-body-1",a),...r})),i=e.forwardRef(({className:a,children:r="*",...t},n)=>e.createElement("span",{ref:n,"data-spark-component":"label-required-indicator",role:"presentation","aria-hidden":"true",className:c.cx(a,"text-caption text-on-surface/dim-3"),...t},r));i.displayName="Label.RequiredIndicator",i.displayName="Label.RequiredIndicator";const o=Object.assign(l,{RequiredIndicator:i});exports.Label=o; |
{ | ||
"name": "@spark-ui/label", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "Renders an accessible label associated with controls", | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
"license": "MIT", | ||
"gitHead": "d3d5a985670e50f7e63d31d0b6ccdd5112366394" | ||
"gitHead": "b3cb5019cadc8baac0c94c6e980a772bc2cdf633" | ||
} |
Sorry, the diff of this file is not supported yet
8869