@nnc-digital/nnc-design-system 0.4.6 → 0.4.14

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.
@@ -5,12 +5,10 @@ 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>;
11
- export declare const UPRNPageTitleRow: import("styled-components").StyledComponent<"div", any, {}, never>;
12
12
  export declare const UPRNPageUPRNRow: import("styled-components").StyledComponent<"div", any, {}, never>;
13
- export declare const UPRNPageSectionTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
14
- export declare const UPRNPageUPRNTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
15
13
  export declare const HomePageResetButton: import("styled-components").StyledComponent<"input", any, {}, never>;
16
14
  export {};
@@ -17,9 +17,9 @@ export interface BinCollectionProps {
17
17
  */
18
18
  isSpecificArea?: boolean;
19
19
  /**
20
- * BaseUrl of the Drupal application API
20
+ * graphqlApiEndpoint of the Drupal application API
21
21
  */
22
- baseUrl?: string;
22
+ graphqlApiEndpoint?: string;
23
23
  }
24
24
  export interface AddressOption {
25
25
  /**
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@nnc-digital/nnc-design-system",
3
- "version": "0.4.6",
4
- "private": false,
3
+ "version": "0.4.14",
5
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.",
6
5
  "main": "build/index.js",
7
6
  "repository": {