@thecb/components 8.4.7-beta.6 → 8.4.8-beta.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/dist/index.cjs.js +1472 -560
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -28
- package/dist/index.esm.js +1472 -560
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/index.d.ts +0 -1
- package/src/components/molecules/radio-group/index.d.ts +1 -1
- package/src/components/molecules/radio-section/RadioSection.js +123 -113
- package/src/constants/colors.js +2 -0
- package/src/types/common/index.ts +0 -1
- package/src/components/atoms/searchable-select/index.d.ts +0 -28
- package/src/types/common/SearchableSelectOption.ts +0 -4
package/dist/index.d.ts
CHANGED
|
@@ -429,11 +429,6 @@ interface FormSelectOption {
|
|
|
429
429
|
value?: string;
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
-
interface SearchableSelectOption {
|
|
433
|
-
name?: string;
|
|
434
|
-
value?: string;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
432
|
interface ErrorMessageDictionary {
|
|
438
433
|
[fieldName: string]: string;
|
|
439
434
|
}
|
|
@@ -819,27 +814,6 @@ interface ParagraphProps {
|
|
|
819
814
|
declare const Paragraph: React.FC<Expand<ParagraphProps> &
|
|
820
815
|
React.HTMLAttributes<HTMLElement>>;
|
|
821
816
|
|
|
822
|
-
interface SearchableSelectProps {
|
|
823
|
-
items: SearchableSelectOption[];
|
|
824
|
-
selectedItems: SearchableSelectOption[];
|
|
825
|
-
allSelected: boolean;
|
|
826
|
-
toggleSelectAllItems: (isSelectAll: boolean) => void;
|
|
827
|
-
selectItem: (item: SearchableSelectOption) => void;
|
|
828
|
-
fields: {
|
|
829
|
-
searchTerm: Field;
|
|
830
|
-
};
|
|
831
|
-
actions: {
|
|
832
|
-
fields: {
|
|
833
|
-
searchTerm: Partial<FieldActions>;
|
|
834
|
-
};
|
|
835
|
-
};
|
|
836
|
-
disabled?: boolean;
|
|
837
|
-
placeholder: string;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
declare const SearchableSelect: React.FC<Expand<SearchableSelectProps> &
|
|
841
|
-
React.HTMLAttributes<HTMLElement>>;
|
|
842
|
-
|
|
843
817
|
interface SpinnerProps {
|
|
844
818
|
size?: string;
|
|
845
819
|
centerSpinner?: boolean;
|
|
@@ -1031,7 +1005,7 @@ declare const Popover: React.FC<Expand<PopoverProps> &
|
|
|
1031
1005
|
interface RadioOption {
|
|
1032
1006
|
id: string;
|
|
1033
1007
|
labelText: string;
|
|
1034
|
-
value: string
|
|
1008
|
+
value: string;
|
|
1035
1009
|
}
|
|
1036
1010
|
|
|
1037
1011
|
interface RadioGroupProps {
|
|
@@ -1062,5 +1036,5 @@ interface DefaultPageTemplateProps {
|
|
|
1062
1036
|
declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
|
|
1063
1037
|
React.HTMLAttributes<HTMLElement>>;
|
|
1064
1038
|
|
|
1065
|
-
export { AddValidatorAction, Alert, AlertProps, ArrowDownCircleIconSmall, ArrowDownCircleIconSmallProps, ArrowLeftCircleIconMedium, ArrowLeftCircleIconMediumProps, ArrowLeftCircleIconSmall, ArrowLeftCircleIconSmallProps, ArrowRightCircleIconSmall, ArrowRightCircleIconSmallProps, ArrowUpCircleIconSmall, ArrowUpCircleIconSmallProps, BankIconLarge, BankIconLargeProps, Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, Center, CenterProps, ChargebackIconMedium, ChargebackIconMediumProps, ChargebackIconSmall, ChargebackIconSmallProps, ChargebackReversalIconMedium, ChargebackReversalIconMediumProps, ChargebackReversalIconSmall, ChargebackReversalIconSmallProps, ClearAction, Cluster, ClusterProps, CollapsibleSection, CollapsibleSectionProps, Copyable, CopyableProps, Cover, CoverProps, DefaultPageTemplate, DefaultPageTemplateProps, EditableTable, EditableTableProps, ErrorMessageDictionary, ExternalLink, ExternalLinkProps, Field, FieldActionPayload, FieldActions, FooterWithSubfooter, FooterWithSubfooterProps, FormInput, FormInputProps, FormSelect, FormSelectOption, FormSelectProps, GuidedCheckoutImage, HistoryIconSmall, InternalLink, InternalLinkProps, KioskImage, Loading, LoadingProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, PointOfSaleImage, Popover, PopoverProps, ProfileImage, RadioGroup, RadioGroupProps, ReduxAction, RefundIconMedium, RefundIconMediumProps, RefundIconSmall, RefundIconSmallProps, RemoveValidatorAction, RevenueManagementImage,
|
|
1039
|
+
export { AddValidatorAction, Alert, AlertProps, ArrowDownCircleIconSmall, ArrowDownCircleIconSmallProps, ArrowLeftCircleIconMedium, ArrowLeftCircleIconMediumProps, ArrowLeftCircleIconSmall, ArrowLeftCircleIconSmallProps, ArrowRightCircleIconSmall, ArrowRightCircleIconSmallProps, ArrowUpCircleIconSmall, ArrowUpCircleIconSmallProps, BankIconLarge, BankIconLargeProps, Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, Center, CenterProps, ChargebackIconMedium, ChargebackIconMediumProps, ChargebackIconSmall, ChargebackIconSmallProps, ChargebackReversalIconMedium, ChargebackReversalIconMediumProps, ChargebackReversalIconSmall, ChargebackReversalIconSmallProps, ClearAction, Cluster, ClusterProps, CollapsibleSection, CollapsibleSectionProps, Copyable, CopyableProps, Cover, CoverProps, DefaultPageTemplate, DefaultPageTemplateProps, EditableTable, EditableTableProps, ErrorMessageDictionary, ExternalLink, ExternalLinkProps, Field, FieldActionPayload, FieldActions, FooterWithSubfooter, FooterWithSubfooterProps, FormInput, FormInputProps, FormSelect, FormSelectOption, FormSelectProps, GuidedCheckoutImage, HistoryIconSmall, InternalLink, InternalLinkProps, KioskImage, Loading, LoadingProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, PointOfSaleImage, Popover, PopoverProps, ProfileImage, RadioGroup, RadioGroupProps, ReduxAction, RefundIconMedium, RefundIconMediumProps, RefundIconSmall, RefundIconSmallProps, RemoveValidatorAction, RevenueManagementImage, SetAction, Spinner, SpinnerProps, Stack, StackProps, StandardCheckoutImage, SuccessfulIconMedium, SuccessfulIconMediumProps, SuccessfulIconSmall, SuccessfulIconSmallProps, Switcher, SwitcherProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableHead, TableHeadProps, TableHeading, TableHeadingProps, TableListItem, TableListItemProps, TableProps, TableRow, TableRowProps, Text, TextProps, Title, TitleProps, ValidatorFn, XCircleIconMedium, XCircleIconMediumProps, XCircleIconSmall, XCircleIconSmallProps, index_d as constants };
|
|
1066
1040
|
//# sourceMappingURL=index.d.ts.map
|