@nnc-digital/nnc-design-system 0.4.29 → 0.4.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.esm.js +46 -44
- package/build/index.esm.js.map +1 -1
- package/build/index.js +46 -44
- package/build/index.js.map +1 -1
- package/build/library/components/BinCollection/BinCollection.styles.d.ts +1 -0
- package/build/library/components/TextInput/TextInput.types.d.ts +4 -0
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ interface FormContainerProps {
|
|
|
3
3
|
}
|
|
4
4
|
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
5
|
export declare const Label: import("styled-components").StyledComponent<"label", any, {}, never>;
|
|
6
|
+
export declare const VisuallyHiddenLabel: import("styled-components").StyledComponent<"label", any, {}, never>;
|
|
6
7
|
export declare const BinCollectionButtonStyles: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
8
|
export declare const FormContainer: import("styled-components").StyledComponent<"div", any, FormContainerProps, never>;
|
|
8
9
|
export declare const ErrorTextWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nnc-digital/nnc-design-system",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.30",
|
|
4
4
|
"description": "Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": {
|