@nnc-digital/nnc-design-system 0.4.4 → 0.4.7
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.d.ts +2 -1
- package/build/index.esm.js +594 -426
- package/build/index.esm.js.map +1 -1
- package/build/index.js +595 -426
- package/build/index.js.map +1 -1
- package/build/library/components/BinCollection/BinCollection.styles.d.ts +1 -0
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ export declare const Container: import("styled-components").StyledComponent<"div
|
|
|
5
5
|
export declare const Label: import("styled-components").StyledComponent<"label", any, {}, never>;
|
|
6
6
|
export declare const BinCollectionButtonStyles: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
7
|
export declare const FormContainer: import("styled-components").StyledComponent<"div", any, FormContainerProps, never>;
|
|
8
|
+
export declare const ErrorTextWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
9
|
export declare const DropDownSelectContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
10
|
export declare const FormInnerContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
11
|
export declare const FormLabel: import("styled-components").StyledComponent<"label", 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.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.",
|
|
6
6
|
"main": "build/index.js",
|