@spark-web/text-input
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -70,2 +70,3 @@ 'use strict'; | ||
children: /*#__PURE__*/jsxRuntime.jsx(box.Box, { | ||
display: "flex", | ||
alignItems: "center", | ||
@@ -180,2 +181,3 @@ justifyContent: "center", | ||
as: "input", | ||
"aria-invalid": invalid || undefined, | ||
ref: forwardedRef, | ||
@@ -182,0 +184,0 @@ disabled: disabled // Styles |
@@ -70,2 +70,3 @@ 'use strict'; | ||
children: /*#__PURE__*/jsxRuntime.jsx(box.Box, { | ||
display: "flex", | ||
alignItems: "center", | ||
@@ -180,2 +181,3 @@ justifyContent: "center", | ||
as: "input", | ||
"aria-invalid": invalid || undefined, | ||
ref: forwardedRef, | ||
@@ -182,0 +184,0 @@ disabled: disabled // Styles |
@@ -66,2 +66,3 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2'; | ||
children: /*#__PURE__*/jsx(Box, { | ||
display: "flex", | ||
alignItems: "center", | ||
@@ -176,2 +177,3 @@ justifyContent: "center", | ||
as: "input", | ||
"aria-invalid": invalid || undefined, | ||
ref: forwardedRef, | ||
@@ -178,0 +180,0 @@ disabled: disabled // Styles |
{ | ||
"name": "@spark-web/text-input", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/spark-web-text-input.cjs.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
300930
2627