@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.
Files changed (54) hide show
  1. package/experimental/form/form.d.ts +1 -1
  2. package/experimental/form/task-list.d.ts +1 -1
  3. package/experimental/form/task.d.ts +1 -1
  4. package/lib/accordion/accordion.d.ts +1 -1
  5. package/lib/app-header-menu/app-header-menu.d.ts +1 -1
  6. package/lib/badge/badge.d.ts +1 -1
  7. package/lib/block/block.d.ts +1 -1
  8. package/lib/button/button.d.ts +1 -1
  9. package/lib/button-group/button-group.d.ts +1 -1
  10. package/lib/calendar/calendar.d.ts +1 -1
  11. package/lib/callout/callout.d.ts +1 -1
  12. package/lib/card/card.d.ts +1 -1
  13. package/lib/checkbox/checkbox.d.ts +1 -1
  14. package/lib/chip/chip.d.ts +1 -1
  15. package/lib/circular-progress/circular-progress.d.ts +1 -1
  16. package/lib/container/container.d.ts +1 -1
  17. package/lib/date-picker/date-picker.d.ts +1 -1
  18. package/lib/details/details.d.ts +1 -1
  19. package/lib/divider/divider.d.ts +1 -1
  20. package/lib/dropdown/dropdown-item.d.ts +1 -1
  21. package/lib/dropdown/dropdown.d.ts +1 -1
  22. package/lib/fieldset/fieldset.d.ts +1 -1
  23. package/lib/file-upload-card/file-upload-card.d.ts +1 -1
  24. package/lib/file-upload-input/file-upload-input.d.ts +1 -1
  25. package/lib/filter-chip/filter-chip.d.ts +1 -1
  26. package/lib/form-item/form-item.d.ts +1 -1
  27. package/lib/form-step/form-step.d.ts +1 -1
  28. package/lib/form-stepper/form-stepper.d.ts +1 -1
  29. package/lib/grid/grid.d.ts +1 -1
  30. package/lib/icon/icon.d.ts +1 -1
  31. package/lib/icon-button/icon-button.d.ts +1 -1
  32. package/lib/input/input.d.ts +1 -1
  33. package/lib/link/link.d.ts +1 -1
  34. package/lib/link-button/link-button.d.ts +1 -1
  35. package/lib/microsite-header/microsite-header.d.ts +1 -1
  36. package/lib/modal/modal.d.ts +1 -1
  37. package/lib/notification/notification.d.ts +1 -1
  38. package/lib/pages/pages.d.ts +1 -1
  39. package/lib/pagination/pagination.d.ts +1 -1
  40. package/lib/popover/popover.d.ts +1 -1
  41. package/lib/radio-group/radio-group.d.ts +1 -1
  42. package/lib/radio-group/radio.d.ts +1 -1
  43. package/lib/side-menu-group/side-menu-group.d.ts +1 -1
  44. package/lib/side-menu-heading/side-menu-heading.d.ts +1 -1
  45. package/lib/skeleton/skeleton.d.ts +1 -1
  46. package/lib/spacer/spacer.d.ts +1 -1
  47. package/lib/spinner/spinner.d.ts +1 -1
  48. package/lib/table/table-sort-header.d.ts +1 -1
  49. package/lib/table/table.d.ts +1 -1
  50. package/lib/tabs/tabs.d.ts +1 -1
  51. package/lib/text/text.d.ts +1 -1
  52. package/lib/textarea/textarea.d.ts +1 -1
  53. package/lib/tooltip/tooltip.d.ts +1 -1
  54. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Margins, GoabFormStorageType, GoabFormOnMountDetail, GoabFormOnStateChange } from '../../../../../dist/libs/common/index.d.ts';
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 { Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { 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 { Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { 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 { GoabAccordionHeadingSize, GoabAccordionIconPosition, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabAccordionHeadingSize, GoabAccordionIconPosition, 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 { GoabIconType } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabIconType } from '@abgov/ui-components-common';
2
2
  import { ReactNode } from 'react';
3
3
 
4
4
  interface WCProps {
@@ -1,4 +1,4 @@
1
- import { GoabBadgeType, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabBadgeType, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  type: GoabBadgeType;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { GoabBlockAlignment, GoabBlockDirection, Margins, Spacing } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { GoabBlockAlignment, GoabBlockDirection, Margins, Spacing } from '@abgov/ui-components-common';
3
3
 
4
4
  export interface WCProps extends Margins {
5
5
  gap?: Spacing;
@@ -1,4 +1,4 @@
1
- import { GoabButtonSize, GoabButtonType, GoabButtonVariant, GoabIconType, Margins } from '../../../../../dist/libs/common/index.d.ts';
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 '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabButtonGroupAlignment, GoabButtonGroupGap, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  alignment: GoabButtonGroupAlignment;
@@ -1,4 +1,4 @@
1
- import { GoabCalendarOnChangeDetail, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabCalendarOnChangeDetail, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  ref: React.RefObject<HTMLElement>;
@@ -1,4 +1,4 @@
1
- import { GoabCalloutAriaLive, GoabCalloutSize, GoabCalloutType, GoabCalloutIconTheme, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabCalloutAriaLive, GoabCalloutSize, GoabCalloutType, GoabCalloutIconTheme, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  heading?: string;
@@ -1,4 +1,4 @@
1
- import { Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  elevation?: number;
@@ -1,4 +1,4 @@
1
- import { GoabCheckboxOnChangeDetail, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabCheckboxOnChangeDetail, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  declare global {
4
4
  namespace JSX {
@@ -1,4 +1,4 @@
1
- import { GoabChipTheme, GoabChipVariant, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabChipTheme, GoabChipVariant, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  ref: React.RefObject<HTMLElement>;
@@ -1,4 +1,4 @@
1
- import { GoabCircularProgressSize, GoabCircularProgressVariant } from '../../../../../dist/libs/common/index.d.ts';
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 '../../../../../dist/libs/common/index.d.ts';
2
+ import { GoabContainerAccent, GoabContainerPadding, GoabContainerType, GoabContainerWidth, Margins } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps extends Margins {
5
5
  type?: GoabContainerType;
@@ -1,4 +1,4 @@
1
- import { GoabDatePickerOnChangeDetail, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabDatePickerOnChangeDetail, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  ref: React.RefObject<HTMLElement>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { Margins } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { Margins } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps extends Margins {
5
5
  heading: string;
@@ -1,4 +1,4 @@
1
- import { Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  testid?: string;
@@ -1,4 +1,4 @@
1
- import { GoabDropdownItemMountType } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabDropdownItemMountType } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps {
4
4
  value: string;
@@ -1,4 +1,4 @@
1
- import { GoabDropdownOnChangeDetail, GoabIconType, Margins } from '../../../../../dist/libs/common/index.d.ts';
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 { Margins, GoabFielsetOnContinueDetail } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { Margins, GoabFielsetOnContinueDetail } 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 { GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail } from '../../../../../dist/libs/common/index.d.ts';
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 '../../../../../dist/libs/common/index.d.ts';
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 { Margins, GoabFilterChipTheme } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { Margins, GoabFilterChipTheme } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  ref: React.RefObject<HTMLElement>;
@@ -1,4 +1,4 @@
1
- import { GoabFormItemLabelSize, GoabFormItemRequirement, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabFormItemLabelSize, GoabFormItemRequirement, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  label?: string;
@@ -1,4 +1,4 @@
1
- import { GoabFormStepStatus } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabFormStepStatus } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps {
4
4
  text: string;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { GoabFormStepperOnChangeDetail, Margins } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { GoabFormStepperOnChangeDetail, Margins } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps extends Margins {
5
5
  ref?: React.MutableRefObject<HTMLElement | null>;
@@ -1,4 +1,4 @@
1
- import { Margins, Spacing } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { Margins, Spacing } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  gap?: Spacing;
@@ -1,4 +1,4 @@
1
- import { GoabIconFilledType, GoabIconSize, GoabIconTheme, GoabIconType, Margins } from '../../../../../dist/libs/common/index.d.ts';
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 '../../../../../dist/libs/common/index.d.ts';
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>;
@@ -1,4 +1,4 @@
1
- import { GoabAutoCapitalize, GoabDate, GoabIconType, GoaInputOnBlurDetail, GoabInputOnChangeDetail, GoabInputOnFocusDetail, GoabInputOnKeyPressDetail, GoabInputType, Margins } from '../../../../../dist/libs/common/index.d.ts';
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>;
@@ -1,4 +1,4 @@
1
- import { GoabIconType, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { 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 { GoabIconType, GoabLinkButtonType, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabIconType, GoabLinkButtonType, 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 { GoabLinkTarget, GoabServiceLevel } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabLinkTarget, GoabServiceLevel } from '@abgov/ui-components-common';
2
2
 
3
3
  declare global {
4
4
  namespace JSX {
@@ -1,5 +1,5 @@
1
1
  import { ReactElement, ReactNode, RefObject } from 'react';
2
- import { GoabModalCalloutVariant, GoabModalRole, GoabModalTransition } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { GoabModalCalloutVariant, GoabModalRole, GoabModalTransition } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps {
5
5
  ref: RefObject<HTMLElement>;
@@ -1,4 +1,4 @@
1
- import { GoabAriaLiveType, GoabNotificationType } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabAriaLiveType, GoabNotificationType } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps {
4
4
  ref: React.RefObject<HTMLElement>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { Margins } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { Margins } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps extends Margins {
5
5
  current?: number;
@@ -1,4 +1,4 @@
1
- import { GoabPaginationOnChangeDetail, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabPaginationOnChangeDetail, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  ref?: React.MutableRefObject<HTMLElement | undefined>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { GoabPopoverPosition, Margins } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { GoabPopoverPosition, Margins } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps extends Margins {
5
5
  maxwidth?: string;
@@ -1,4 +1,4 @@
1
- import { GoabRadioGroupOnChangeDetail, GoabRadioGroupOrientation, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabRadioGroupOnChangeDetail, GoabRadioGroupOrientation, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  export * from './radio';
4
4
  interface WCProps extends Margins {
@@ -1,4 +1,4 @@
1
- import { Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface RadioItemProps extends Margins {
4
4
  name?: string;
@@ -1,4 +1,4 @@
1
- import { GoabIconType, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabIconType, Margins } from '@abgov/ui-components-common';
2
2
  import { ReactNode } from 'react';
3
3
 
4
4
  interface WCProps extends Margins {
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { GoabIconType } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { GoabIconType } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps {
5
5
  testid?: string;
@@ -1,4 +1,4 @@
1
- import { GoabSkeletonSize, GoabSkeletonType, Margins } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabSkeletonSize, GoabSkeletonType, Margins } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps extends Margins {
4
4
  maxwidth?: string;
@@ -1,4 +1,4 @@
1
- import { GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps {
4
4
  hspacing?: GoabSpacerHorizontalSpacing;
@@ -1,4 +1,4 @@
1
- import { GoabSpinnerSize, GoabSpinnerType } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabSpinnerSize, GoabSpinnerType } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps {
4
4
  size: GoabSpinnerSize;
@@ -1,4 +1,4 @@
1
- import { GoabTableSortDirection } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabTableSortDirection } from '@abgov/ui-components-common';
2
2
 
3
3
  interface WCProps {
4
4
  name?: string;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { GoabTableOnSortDetail, GoabTableVariant, Margins } from '../../../../../dist/libs/common/index.d.ts';
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>;
@@ -1,4 +1,4 @@
1
- import { GoabTabsOnChangeDetail } from '../../../../../dist/libs/common/index.d.ts';
1
+ import { GoabTabsOnChangeDetail } from '@abgov/ui-components-common';
2
2
  import { default as React } from 'react';
3
3
 
4
4
  interface WCProps {
@@ -1,4 +1,4 @@
1
- import { GoabTextMaxWidth, GoabTextHeadingElement, GoabTextTextElement, GoabTextSize, Margins } from '../../../../../dist/libs/common/index.d.ts';
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 '../../../../../dist/libs/common/index.d.ts';
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>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { GoabTooltipHorizontalAlignment, GoabTooltipPosition, Margins } from '../../../../../dist/libs/common/index.d.ts';
2
+ import { GoabTooltipHorizontalAlignment, GoabTooltipPosition, Margins } from '@abgov/ui-components-common';
3
3
 
4
4
  interface WCProps extends Margins {
5
5
  position?: GoabTooltipPosition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "6.0.0-alpha.1",
3
+ "version": "6.0.0",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"