@abgov/react-components 6.10.0-dev.15 → 6.10.0-dev.16

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/lib/tab/tab.d.ts CHANGED
@@ -2,6 +2,7 @@ import { JSX } from 'react';
2
2
  interface WCProps {
3
3
  heading?: React.ReactNode;
4
4
  disabled?: string;
5
+ slug?: string;
5
6
  }
6
7
  declare module "react" {
7
8
  namespace JSX {
@@ -14,6 +15,7 @@ export interface GoabTabItemProps {
14
15
  heading?: React.ReactNode;
15
16
  disabled?: boolean;
16
17
  children?: React.ReactNode;
18
+ slug?: string;
17
19
  }
18
- export declare function GoabTab({ heading, disabled, children }: GoabTabItemProps): JSX.Element;
20
+ export declare function GoabTab({ heading, disabled, slug, children }: GoabTabItemProps): JSX.Element;
19
21
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "6.10.0-dev.15",
3
+ "version": "6.10.0-dev.16",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"