td-stylekit
Advanced tools
Comparing version 28.4.0 to 28.5.0
@@ -165,2 +165,3 @@ "use strict"; | ||
"data-gs": gs("src", "formcontrol", "formcontrol.tsx", "input-component"), | ||
"aria-describedby": "".concat(name, "-validationError"), | ||
id: id || name, | ||
@@ -199,2 +200,3 @@ inputId: name, | ||
"data-gs": gs("src", "formcontrol", "formcontrol.tsx", "form-field-addon"), | ||
id: "".concat(name, "-validationError"), | ||
className: addOnClassName, | ||
@@ -201,0 +203,0 @@ showFullError: showFullError, |
@@ -29,2 +29,3 @@ /// <reference types="react" /> | ||
declare type FormFieldErrorProps = { | ||
id?: string; | ||
className?: string; | ||
@@ -31,0 +32,0 @@ showFullError?: boolean; |
@@ -125,2 +125,3 @@ "use strict"; | ||
"data-gs": gs("src", "formfieldaddon", "formfieldaddon.tsx", "addon-error"), | ||
role: "alert", | ||
className: className, | ||
@@ -137,3 +138,4 @@ errorList: errorList, | ||
var FormFieldAddon = function FormFieldAddon(_ref5) { | ||
var className = _ref5.className, | ||
var id = _ref5.id, | ||
className = _ref5.className, | ||
showFullError = _ref5.showFullError, | ||
@@ -156,2 +158,3 @@ showFullHint = _ref5.showFullHint, | ||
"data-gs": gs("src", "formfieldaddon", "formfieldaddon.tsx", "form-field-error"), | ||
id: id, | ||
className: className, | ||
@@ -158,0 +161,0 @@ showFullError: showFullError, |
/// <reference types="react" /> | ||
export declare type FormFieldAddonProps = { | ||
id?: string; | ||
className?: string; | ||
@@ -4,0 +5,0 @@ showFullError?: boolean; |
{ | ||
"name": "td-stylekit", | ||
"version": "28.4.0", | ||
"version": "28.5.0", | ||
"main": "dist/es/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/es/index.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
4834630
54807