@abgov/react-components 6.0.0-alpha.1 → 6.0.0
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/experimental/form/form.d.ts +1 -1
- package/experimental/form/task-list.d.ts +1 -1
- package/experimental/form/task.d.ts +1 -1
- package/lib/accordion/accordion.d.ts +1 -1
- package/lib/app-header-menu/app-header-menu.d.ts +1 -1
- package/lib/badge/badge.d.ts +1 -1
- package/lib/block/block.d.ts +1 -1
- package/lib/button/button.d.ts +1 -1
- package/lib/button-group/button-group.d.ts +1 -1
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/callout/callout.d.ts +1 -1
- package/lib/card/card.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +1 -1
- package/lib/chip/chip.d.ts +1 -1
- package/lib/circular-progress/circular-progress.d.ts +1 -1
- package/lib/container/container.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1 -1
- package/lib/details/details.d.ts +1 -1
- package/lib/divider/divider.d.ts +1 -1
- package/lib/dropdown/dropdown-item.d.ts +1 -1
- package/lib/dropdown/dropdown.d.ts +1 -1
- package/lib/fieldset/fieldset.d.ts +1 -1
- package/lib/file-upload-card/file-upload-card.d.ts +1 -1
- package/lib/file-upload-input/file-upload-input.d.ts +1 -1
- package/lib/filter-chip/filter-chip.d.ts +1 -1
- package/lib/form-item/form-item.d.ts +1 -1
- package/lib/form-step/form-step.d.ts +1 -1
- package/lib/form-stepper/form-stepper.d.ts +1 -1
- package/lib/grid/grid.d.ts +1 -1
- package/lib/icon/icon.d.ts +1 -1
- package/lib/icon-button/icon-button.d.ts +1 -1
- package/lib/input/input.d.ts +1 -1
- package/lib/link/link.d.ts +1 -1
- package/lib/link-button/link-button.d.ts +1 -1
- package/lib/microsite-header/microsite-header.d.ts +1 -1
- package/lib/modal/modal.d.ts +1 -1
- package/lib/notification/notification.d.ts +1 -1
- package/lib/pages/pages.d.ts +1 -1
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/popover/popover.d.ts +1 -1
- package/lib/radio-group/radio-group.d.ts +1 -1
- package/lib/radio-group/radio.d.ts +1 -1
- package/lib/side-menu-group/side-menu-group.d.ts +1 -1
- package/lib/side-menu-heading/side-menu-heading.d.ts +1 -1
- package/lib/skeleton/skeleton.d.ts +1 -1
- package/lib/spacer/spacer.d.ts +1 -1
- package/lib/spinner/spinner.d.ts +1 -1
- package/lib/table/table-sort-header.d.ts +1 -1
- package/lib/table/table.d.ts +1 -1
- package/lib/tabs/tabs.d.ts +1 -1
- package/lib/text/text.d.ts +1 -1
- package/lib/textarea/textarea.d.ts +1 -1
- package/lib/tooltip/tooltip.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Margins, GoabFormStorageType, GoabFormOnMountDetail, GoabFormOnStateChange } from '
|
|
1
|
+
import { Margins, GoabFormStorageType, GoabFormOnMountDetail, GoabFormOnStateChange } from '@abgov/ui-components-common';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabAccordionHeadingSize, GoabAccordionIconPosition, Margins } from '
|
|
1
|
+
import { GoabAccordionHeadingSize, GoabAccordionIconPosition, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
package/lib/badge/badge.d.ts
CHANGED
package/lib/block/block.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { GoabBlockAlignment, GoabBlockDirection, Margins, Spacing } from '
|
|
2
|
+
import { GoabBlockAlignment, GoabBlockDirection, Margins, Spacing } from '@abgov/ui-components-common';
|
|
3
3
|
|
|
4
4
|
export interface WCProps extends Margins {
|
|
5
5
|
gap?: Spacing;
|
package/lib/button/button.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabButtonSize, GoabButtonType, GoabButtonVariant, GoabIconType, Margins } from '
|
|
1
|
+
import { GoabButtonSize, GoabButtonType, GoabButtonVariant, GoabIconType, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabButtonGroupAlignment, GoabButtonGroupGap, Margins } from '
|
|
1
|
+
import { GoabButtonGroupAlignment, GoabButtonGroupGap, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
alignment: GoabButtonGroupAlignment;
|
package/lib/callout/callout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabCalloutAriaLive, GoabCalloutSize, GoabCalloutType, GoabCalloutIconTheme, Margins } from '
|
|
1
|
+
import { GoabCalloutAriaLive, GoabCalloutSize, GoabCalloutType, GoabCalloutIconTheme, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
heading?: string;
|
package/lib/card/card.d.ts
CHANGED
package/lib/chip/chip.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabCircularProgressSize, GoabCircularProgressVariant } from '
|
|
1
|
+
import { GoabCircularProgressSize, GoabCircularProgressVariant } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps {
|
|
4
4
|
variant?: GoabCircularProgressVariant;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { GoabContainerAccent, GoabContainerPadding, GoabContainerType, GoabContainerWidth, Margins } from '
|
|
2
|
+
import { GoabContainerAccent, GoabContainerPadding, GoabContainerType, GoabContainerWidth, Margins } from '@abgov/ui-components-common';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
|
5
5
|
type?: GoabContainerType;
|
package/lib/details/details.d.ts
CHANGED
package/lib/divider/divider.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabDropdownOnChangeDetail, GoabIconType, Margins } from '
|
|
1
|
+
import { GoabDropdownOnChangeDetail, GoabIconType, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
ref: React.MutableRefObject<HTMLElement | null>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail } from '
|
|
1
|
+
import { GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps {
|
|
4
4
|
ref: React.MutableRefObject<HTMLElement | null>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabFileUploadInputOnSelectFileDetail, GoabFileUploadInputVariant } from '
|
|
1
|
+
import { GoabFileUploadInputOnSelectFileDetail, GoabFileUploadInputVariant } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps {
|
|
4
4
|
ref: React.MutableRefObject<HTMLElement | null>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabFormItemLabelSize, GoabFormItemRequirement, Margins } from '
|
|
1
|
+
import { GoabFormItemLabelSize, GoabFormItemRequirement, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
label?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { GoabFormStepperOnChangeDetail, Margins } from '
|
|
2
|
+
import { GoabFormStepperOnChangeDetail, Margins } from '@abgov/ui-components-common';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
|
5
5
|
ref?: React.MutableRefObject<HTMLElement | null>;
|
package/lib/grid/grid.d.ts
CHANGED
package/lib/icon/icon.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabIconFilledType, GoabIconSize, GoabIconTheme, GoabIconType, Margins } from '
|
|
1
|
+
import { GoabIconFilledType, GoabIconSize, GoabIconTheme, GoabIconType, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface IonIconProps {
|
|
4
4
|
name: GoabIconType | GoabIconFilledType;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabIconButtonVariant, GoabIconSize, GoabIconType, Margins } from '
|
|
1
|
+
import { GoabIconButtonVariant, GoabIconSize, GoabIconType, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
ref: React.RefObject<HTMLElement>;
|
package/lib/input/input.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabAutoCapitalize, GoabDate, GoabIconType, GoaInputOnBlurDetail, GoabInputOnChangeDetail, GoabInputOnFocusDetail, GoabInputOnKeyPressDetail, GoabInputType, Margins } from '
|
|
1
|
+
import { GoabAutoCapitalize, GoabDate, GoabIconType, GoaInputOnBlurDetail, GoabInputOnChangeDetail, GoabInputOnFocusDetail, GoabInputOnKeyPressDetail, GoabInputType, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
ref?: React.MutableRefObject<HTMLInputElement | null>;
|
package/lib/link/link.d.ts
CHANGED
package/lib/modal/modal.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactElement, ReactNode, RefObject } from 'react';
|
|
2
|
-
import { GoabModalCalloutVariant, GoabModalRole, GoabModalTransition } from '
|
|
2
|
+
import { GoabModalCalloutVariant, GoabModalRole, GoabModalTransition } from '@abgov/ui-components-common';
|
|
3
3
|
|
|
4
4
|
interface WCProps {
|
|
5
5
|
ref: RefObject<HTMLElement>;
|
package/lib/pages/pages.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabPaginationOnChangeDetail, Margins } from '
|
|
1
|
+
import { GoabPaginationOnChangeDetail, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
ref?: React.MutableRefObject<HTMLElement | undefined>;
|
package/lib/popover/popover.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabRadioGroupOnChangeDetail, GoabRadioGroupOrientation, Margins } from '
|
|
1
|
+
import { GoabRadioGroupOnChangeDetail, GoabRadioGroupOrientation, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
export * from './radio';
|
|
4
4
|
interface WCProps extends Margins {
|
package/lib/spacer/spacer.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing } from '
|
|
1
|
+
import { GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps {
|
|
4
4
|
hspacing?: GoabSpacerHorizontalSpacing;
|
package/lib/spinner/spinner.d.ts
CHANGED
package/lib/table/table.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { GoabTableOnSortDetail, GoabTableVariant, Margins } from '
|
|
2
|
+
import { GoabTableOnSortDetail, GoabTableVariant, Margins } from '@abgov/ui-components-common';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
|
5
5
|
ref?: React.MutableRefObject<HTMLElement | null>;
|
package/lib/tabs/tabs.d.ts
CHANGED
package/lib/text/text.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabTextMaxWidth, GoabTextHeadingElement, GoabTextTextElement, GoabTextSize, Margins } from '
|
|
1
|
+
import { GoabTextMaxWidth, GoabTextHeadingElement, GoabTextTextElement, GoabTextSize, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, Margins } from '
|
|
1
|
+
import { GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, Margins } from '@abgov/ui-components-common';
|
|
2
2
|
|
|
3
3
|
interface WCProps extends Margins {
|
|
4
4
|
ref: React.Ref<HTMLTextAreaElement>;
|
package/lib/tooltip/tooltip.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { GoabTooltipHorizontalAlignment, GoabTooltipPosition, Margins } from '
|
|
2
|
+
import { GoabTooltipHorizontalAlignment, GoabTooltipPosition, Margins } from '@abgov/ui-components-common';
|
|
3
3
|
|
|
4
4
|
interface WCProps extends Margins {
|
|
5
5
|
position?: GoabTooltipPosition;
|