@abgov/react-components 6.2.2-alpha.3 → 6.2.2-alpha.4
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/index.d.ts +1 -1
- package/index.js +5 -4
- package/index.js.map +1 -1
- package/index.mjs +5 -4
- package/index.mjs.map +1 -1
- package/lib/accordion/accordion.d.ts +3 -3
- package/lib/text/text.d.ts +3 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -58,4 +58,4 @@ export * from './lib/three-column-layout/three-column-layout';
|
|
|
58
58
|
export * from './lib/tooltip/tooltip';
|
|
59
59
|
export * from './lib/two-column-layout/two-column-layout';
|
|
60
60
|
export * from './lib/filter-chip/filter-chip';
|
|
61
|
-
export type { GoabSpinnerType, GoabSpinnerSize, GoabRadioGroupOnChangeDetail, GoabInputOnChangeDetail, GoabInputOnFocusDetail, GoaInputOnBlurDetail, GoabInputAutoCapitalize, GoabInputOnKeyPressDetail, GoabFormStepperOnChangeDetail, GoabFileUploadInputOnSelectFileDetail, GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, GoabDropdownItemMountType, GoabDropdownOnChangeDetail, GoabDatePickerOnChangeDetail, GoabChipVariant, GoabChipTheme, GoabFilterChipTheme, GoabCheckboxOnChangeDetail, GoabCalendarOnChangeDetail, GoabBadgeType, GoabPaginationVariant, GoabPaginationOnChangeDetail, GoabFormStepperType, GoabFormStepStatus, GoabFormItemLabelSize, GoabFormItemRequirement, GoabFileUploadInputVariant, GoabContainerAccent, GoabContainerPadding, GoabContainerType, GoabContainerWidth, GoabCalloutType, GoabCalloutSize, GoabCalloutAriaLive, GoabCalloutIconTheme, GoabButtonType, GoabButtonSize, GoabButtonVariant, GoabButtonGroupAlignment, GoabButtonGroupGap, GoabAccordionHeadingSize, GoabAccordionIconPosition, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTabsProps, GoabTabsOnChangeDetail, GoabTableVariant, GoabTableSortDirection, GoabTableProps, GoabTableOnSortDetail, GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing, GoabSpacerProps, GoabSkeletonProps, GoabSkeletonType, GoabSkeletonSize, GoabRadioGroupOrientation, GoabRadioGroupProps, GoabRadioItemProps, GoabCircularProgressVariant, GoabCircularProgressSize, GoabPopoverPosition, GoabPopoverProps, GoabNotificationType, GoabAriaLiveType, GoabServiceLevel, GoabLinkTarget, GoabModalRole, GoabModalTransition, GoabModalCalloutVariant, GoabDate, GoabInputType, GoabAutoCapitalize, OnChange, OnFocus, OnBlur, OnKeyPress, GoabInputProps, GoabNumberInputProps, GoabDateInputProps, GoabIconFilledType, GoabIconType, GoabIconSize, GoabIconTheme, GoabIconButtonVariant, GoabIconVariant, NumericSpacing, TShirtSpacing, Spacing, Margins, GoabBlockDirection, GoabBlockAlignment, GoabLinkButtonType, GoabTextMaxWidth, GoabTextHeadingElement, GoabTextTextElement, GoabTextHeadingSize, GoabTextBodySize, GoabTextSize, GoabFielsetOnContinueDetail, GoabFormField, GoabFormState, GoabFormStorageType, GoabFormOnMountDetail, GoabFormOnStateChange, } from '@abgov/ui-components-common';
|
|
61
|
+
export type { GoabSpinnerType, GoabSpinnerSize, GoabRadioGroupOnChangeDetail, GoabInputOnChangeDetail, GoabInputOnFocusDetail, GoaInputOnBlurDetail, GoabInputAutoCapitalize, GoabInputOnKeyPressDetail, GoabFormStepperOnChangeDetail, GoabFileUploadInputOnSelectFileDetail, GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, GoabDropdownItemMountType, GoabDropdownOnChangeDetail, GoabDatePickerOnChangeDetail, GoabChipVariant, GoabChipTheme, GoabFilterChipTheme, GoabCheckboxOnChangeDetail, GoabCalendarOnChangeDetail, GoabBadgeType, GoabPaginationVariant, GoabPaginationOnChangeDetail, GoabFormStepperType, GoabFormStepStatus, GoabFormItemLabelSize, GoabFormItemRequirement, GoabFileUploadInputVariant, GoabContainerAccent, GoabContainerPadding, GoabContainerType, GoabContainerWidth, GoabCalloutType, GoabCalloutSize, GoabCalloutAriaLive, GoabCalloutIconTheme, GoabButtonType, GoabButtonSize, GoabButtonVariant, GoabButtonGroupAlignment, GoabButtonGroupGap, GoabAccordionHeadingSize, GoabAccordionIconPosition, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTabsProps, GoabTabsOnChangeDetail, GoabTableVariant, GoabTableSortDirection, GoabTableProps, GoabTableOnSortDetail, GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing, GoabSpacerProps, GoabSkeletonProps, GoabSkeletonType, GoabSkeletonSize, GoabRadioGroupOrientation, GoabRadioGroupProps, GoabRadioItemProps, GoabCircularProgressVariant, GoabCircularProgressSize, GoabPopoverPosition, GoabPopoverProps, GoabNotificationType, GoabAriaLiveType, GoabServiceLevel, GoabLinkTarget, GoabModalRole, GoabModalTransition, GoabModalCalloutVariant, GoabDate, GoabInputType, GoabAutoCapitalize, OnChange, OnFocus, OnBlur, OnKeyPress, GoabInputProps, GoabNumberInputProps, GoabDateInputProps, GoabIconFilledType, GoabIconType, GoabIconSize, GoabIconTheme, GoabIconButtonVariant, GoabIconVariant, NumericSpacing, TShirtSpacing, Spacing, Margins, GoabBlockDirection, GoabBlockAlignment, GoabLinkButtonType, GoabTextMaxWidth, GoabTextHeadingElement, GoabTextTextElement, GoabTextHeadingSize, GoabTextBodySize, GoabTextSize, GoabTextColor, GoabFielsetOnContinueDetail, GoabFormField, GoabFormState, GoabFormStorageType, GoabFormOnMountDetail, GoabFormOnStateChange, } from '@abgov/ui-components-common';
|
package/index.js
CHANGED
|
@@ -11,7 +11,7 @@ function GoabAccordion({
|
|
|
11
11
|
headingContent,
|
|
12
12
|
iconPosition,
|
|
13
13
|
maxWidth,
|
|
14
|
-
|
|
14
|
+
testId,
|
|
15
15
|
onChange,
|
|
16
16
|
children,
|
|
17
17
|
mt,
|
|
@@ -43,7 +43,7 @@ function GoabAccordion({
|
|
|
43
43
|
secondarytext: secondaryText,
|
|
44
44
|
iconposition: iconPosition,
|
|
45
45
|
maxwidth: maxWidth,
|
|
46
|
-
testid,
|
|
46
|
+
testid: testId,
|
|
47
47
|
mt,
|
|
48
48
|
mr,
|
|
49
49
|
mb,
|
|
@@ -3399,9 +3399,10 @@ function GoabText(props) {
|
|
|
3399
3399
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3400
3400
|
"goa-text",
|
|
3401
3401
|
{
|
|
3402
|
-
as: props.as
|
|
3402
|
+
as: props.as,
|
|
3403
3403
|
size: props.size,
|
|
3404
|
-
maxwidth: props.maxWidth
|
|
3404
|
+
maxwidth: props.maxWidth,
|
|
3405
|
+
color: props.color,
|
|
3405
3406
|
mt: props.mt,
|
|
3406
3407
|
mb: props.mb,
|
|
3407
3408
|
ml: props.ml,
|