@thecb/components 10.2.3 → 10.2.4-beta.1
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 +2875 -3214
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -28
- package/dist/index.esm.js +2876 -3212
- package/dist/index.esm.js.map +1 -1
- package/dist/src/apps/checkout/pages/payment/sub-pages/payment-amount/PaymentAmount_old.js +49322 -0
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/.DS_Store +0 -0
- package/src/components/atoms/button-with-action/ButtonWithAction.js +3 -1
- package/src/components/atoms/icons/.DS_Store +0 -0
- package/src/components/atoms/icons/icons.stories.js +1 -5
- package/src/components/atoms/icons/index.d.ts +0 -2
- package/src/components/atoms/icons/index.js +1 -5
- package/src/components/atoms/placeholder/Placeholder.js +15 -6
- package/src/components/atoms/placeholder/Placeholder.stories.js +22 -9
- package/src/components/molecules/index.d.ts +0 -1
- package/src/components/molecules/index.js +0 -1
- package/src/components/molecules/obligation/Obligation.js +4 -1
- package/src/components/molecules/obligation/modules/AutopayModalModule.js +4 -1
- package/src/components/molecules/obligation/modules/PaymentDetailsActions.js +5 -1
- package/src/components/templates/default-page-template/DefaultPageTemplate.js +2 -3
- package/src/components/atoms/icons/CloseIcon.d.ts +0 -1
- package/src/components/atoms/icons/CloseIcon.js +0 -48
- package/src/components/atoms/icons/TrashIconV2.d.ts +0 -1
- package/src/components/atoms/icons/TrashIconV2.js +0 -41
package/dist/index.d.ts
CHANGED
|
@@ -735,10 +735,6 @@ declare const KebabMenuIcon: JSX.Element;
|
|
|
735
735
|
|
|
736
736
|
declare const MultiCartIcon: JSX.Element;
|
|
737
737
|
|
|
738
|
-
declare const CloseIcon: JSX.Element;
|
|
739
|
-
|
|
740
|
-
declare const TrashIconV2: JSX.Element;
|
|
741
|
-
|
|
742
738
|
interface BoxProps {
|
|
743
739
|
autocompleteValue?: string;
|
|
744
740
|
padding?: string;
|
|
@@ -1179,29 +1175,6 @@ interface ToastNotificationProps {
|
|
|
1179
1175
|
declare const ToastNotification: React.FC<Expand<ToastNotificationProps> &
|
|
1180
1176
|
React.HTMLAttributes<HTMLElement>>;
|
|
1181
1177
|
|
|
1182
|
-
interface PopupMenuProps {
|
|
1183
|
-
menuId?: string;
|
|
1184
|
-
children?: ReactNode;
|
|
1185
|
-
triggerText?: string | JSX.Element;
|
|
1186
|
-
hasIcon?: boolean;
|
|
1187
|
-
iconHelpText?: string; // for screen-readers, required if using an icon for trigger
|
|
1188
|
-
menuFocus?: boolean;
|
|
1189
|
-
containerExtraStyles?: string;
|
|
1190
|
-
textExtraStyles?: string;
|
|
1191
|
-
minWidth?: string;
|
|
1192
|
-
maxWidth?: string;
|
|
1193
|
-
height?: string;
|
|
1194
|
-
position?: { top: string; right: string; bottom: string; left: string };
|
|
1195
|
-
transform?: string;
|
|
1196
|
-
disclosedExtraStyles?: string;
|
|
1197
|
-
borderColor?: string;
|
|
1198
|
-
backgroundColor?: string;
|
|
1199
|
-
popupExtraStyles?: string;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
declare const PopupMenu: React.FC<Expand<PopupMenuProps> &
|
|
1203
|
-
React.HTMLAttributes<HTMLElement>>;
|
|
1204
|
-
|
|
1205
1178
|
interface DefaultPageTemplateProps {
|
|
1206
1179
|
content: JSX.Element;
|
|
1207
1180
|
header?: JSX.Element;
|
|
@@ -1216,5 +1189,5 @@ interface DefaultPageTemplateProps {
|
|
|
1216
1189
|
declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
|
|
1217
1190
|
React.HTMLAttributes<HTMLElement>>;
|
|
1218
1191
|
|
|
1219
|
-
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,
|
|
1192
|
+
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, KebabMenuIcon, KioskImage, Loading, LoadingProps, MultiCartIcon, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, PointOfSaleImage, Popover, PopoverProps, ProfileImage, RadioGroup, RadioGroupProps, ReduxAction, RefundIconMedium, RefundIconMediumProps, RefundIconSmall, RefundIconSmallProps, RemoveValidatorAction, RevenueManagementImage, SearchableSelect, SearchableSelectOption, SearchableSelectProps, 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, ToastNotification, ToastNotificationProps, ToastVariants, ValidatorFn, XCircleIconMedium, XCircleIconMediumProps, XCircleIconSmall, XCircleIconSmallProps, index_d as constants, index as hooks };
|
|
1220
1193
|
//# sourceMappingURL=index.d.ts.map
|