@govuk-react/label-text
Advanced tools
Comparing version 0.10.6 to 0.10.7
export * from "./declarations/src/index"; | ||
export { default } from "./declarations/src/index"; | ||
//# sourceMappingURL=govuk-react-label-text.cjs.d.ts.map | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ292dWstcmVhY3QtbGFiZWwtdGV4dC5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0= |
{ | ||
"name": "@govuk-react/label-text", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"dependencies": { | ||
"@govuk-react/lib": "^0.10.6" | ||
"@govuk-react/lib": "^0.10.7" | ||
}, | ||
@@ -7,0 +7,0 @@ "peerDependencies": { |
@@ -23,3 +23,3 @@ LabelText | ||
`aria-atomic` | | | boolean \| "true" \| "false" | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. | ||
`aria-autocomplete` | | | "list" \| "none" \| "inline" \| "both" | Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be<br/>presented if they are made. | ||
`aria-autocomplete` | | | "inline" \| "none" \| "both" \| "list" | Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be<br/>presented if they are made. | ||
`aria-busy` | | | boolean \| "true" \| "false" | Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. | ||
@@ -40,3 +40,3 @@ `aria-checked` | | | boolean \| "true" \| "false" \| "mixed" | Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.<br/>@see aria-pressed<br/>@see aria-selected. | ||
`aria-grabbed` | | | boolean \| "true" \| "false" | Indicates an element's "grabbed" state in a drag-and-drop operation.<br/>@deprecated in ARIA 1.1 | ||
`aria-haspopup` | | | boolean \| "dialog" \| "menu" \| "true" \| "false" \| "grid" \| "listbox" \| "tree" | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | ||
`aria-haspopup` | | | boolean \| "dialog" \| "menu" \| "grid" \| "true" \| "false" \| "listbox" \| "tree" | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | ||
`aria-hidden` | | | boolean \| "true" \| "false" | Indicates whether the element is exposed to an accessibility API.<br/>@see aria-disabled. | ||
@@ -77,3 +77,3 @@ `aria-invalid` | | | boolean \| "true" \| "false" \| "grammar" \| "spelling" | Indicates the entered value does not conform to the format expected by the application.<br/>@see aria-errormessage. | ||
`color` | | | string | | ||
`contentEditable` | | | Booleanish \| "inherit" | | ||
`contentEditable` | | | "inherit" \| Booleanish | | ||
`contextMenu` | | | string | | ||
@@ -90,3 +90,3 @@ `dangerouslySetInnerHTML` | | | { __html: string; } | | ||
`inlist` | | | any | | ||
`inputMode` | | | "text" \| "search" \| "none" \| "tel" \| "url" \| "email" \| "numeric" \| "decimal" | Hints at the type of data that might be entered by the user while editing the element or its contents<br/>@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute | ||
`inputMode` | | | "text" \| "none" \| "search" \| "tel" \| "url" \| "email" \| "numeric" \| "decimal" | Hints at the type of data that might be entered by the user while editing the element or its contents<br/>@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute | ||
`is` | | | string | Specify that a standard HTML element should behave like a defined custom built-in element<br/>@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is | ||
@@ -93,0 +93,0 @@ `itemID` | | | string | |
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
27028
10
150
Updated@govuk-react/lib@^0.10.7