@thecb/components 11.5.1-beta.2 → 11.5.2-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.
Files changed (31) hide show
  1. package/dist/index.cjs.js +123 -1041
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.d.ts +2 -3
  4. package/dist/index.esm.js +123 -1033
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +1 -1
  7. package/src/components/{atoms/.DS_Store → .DS_Store} +0 -0
  8. package/src/components/atoms/button-with-action/index.d.ts +0 -1
  9. package/src/components/atoms/icons/GuidedCheckoutImage.js +15 -89
  10. package/src/components/atoms/icons/Icons.stories.js +2 -10
  11. package/src/components/atoms/icons/KioskImage.js +26 -231
  12. package/src/components/atoms/icons/PointOfSaleImage.d.ts +1 -0
  13. package/src/components/atoms/icons/PointOfSaleImage.js +44 -0
  14. package/src/components/atoms/icons/ProfileImage.js +34 -60
  15. package/src/components/atoms/icons/RevenueManagementImage.js +20 -161
  16. package/src/components/atoms/icons/StandardCheckoutImage.js +17 -111
  17. package/src/components/atoms/icons/index.d.ts +1 -1
  18. package/src/components/atoms/icons/index.js +3 -19
  19. package/src/components/molecules/obligation/modules/InactiveControlsModule.js +1 -7
  20. package/src/components/molecules/obligation/modules/RemoveAccountModalModule.js +1 -4
  21. package/src/util/general.js +5 -1
  22. package/src/components/atoms/icons/AmExSmallIcon.js +0 -52
  23. package/src/components/atoms/icons/BankGenericSmallIcon.js +0 -48
  24. package/src/components/atoms/icons/CashSmallIcon.js +0 -21
  25. package/src/components/atoms/icons/CashieringImage.d.ts +0 -1
  26. package/src/components/atoms/icons/CashieringImage.js +0 -254
  27. package/src/components/atoms/icons/DiscoverSmallIcon.js +0 -135
  28. package/src/components/atoms/icons/GenericSmallIcon.js +0 -25
  29. package/src/components/atoms/icons/MasterCardSmallIcon.js +0 -33
  30. package/src/components/atoms/icons/VisaSmallIcon.js +0 -38
  31. package/src/components/atoms/icons/WireSmallIcon.js +0 -22
package/dist/index.d.ts CHANGED
@@ -606,7 +606,6 @@ interface ButtonWithActionProps {
606
606
  contentOverride?: boolean;
607
607
  extraStyles?: string;
608
608
  tabIndex?: string;
609
- loadingColor?: string;
610
609
  }
611
610
 
612
611
  declare const ButtonWithAction: React.FC<Expand<ButtonWithActionProps> &
@@ -893,7 +892,7 @@ declare const StandardCheckoutImage: JSX.Element;
893
892
 
894
893
  declare const KioskImage: JSX.Element;
895
894
 
896
- declare const CashieringImage: JSX.Element;
895
+ declare const PointOfSaleImage: JSX.Element;
897
896
 
898
897
  interface SuccessfulIconMediumProps {
899
898
  iconIndex?: number;
@@ -1469,5 +1468,5 @@ interface DefaultPageTemplateProps {
1469
1468
  declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
1470
1469
  React.HTMLAttributes<HTMLElement>>;
1471
1470
 
1472
- export { AddValidatorAction, Alert, AlertProps, ArrowDownCircleIconSmall, ArrowDownCircleIconSmallProps, ArrowLeftCircleIconMedium, ArrowLeftCircleIconMediumProps, ArrowLeftCircleIconSmall, ArrowLeftCircleIconSmallProps, ArrowRightCircleIconSmall, ArrowRightCircleIconSmallProps, ArrowUpCircleIconSmall, ArrowUpCircleIconSmallProps, BankIconLarge, BankIconLargeProps, Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, CaretArrowDown, CaretArrowDownProps, CaretArrowUp, CaretArrowUpProps, CashieringImage, Center, CenterProps, ChargebackIconMedium, ChargebackIconMediumProps, ChargebackIconSmall, ChargebackIconSmallProps, ChargebackReversalIconMedium, ChargebackReversalIconMediumProps, ChargebackReversalIconSmall, ChargebackReversalIconSmallProps, ClearAction, CloseIcon, 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, FormTextarea, FormTextareaProps, GuidedCheckoutImage, HistoryIconSmall, InternalLink, InternalLinkProps, KebabMenuIcon, KioskImage, Loading, LoadingProps, MultiCartIcon, MultipleSelectFilter, MultipleSelectFilterProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, PaydotImage, Popover, PopoverProps, PopupMenu, PopupMenuProps, ProfileImage, RadioGroup, RadioGroupProps, ReduxAction, RefundIconMedium, RefundIconMediumProps, RefundIconSmall, RefundIconSmallProps, RemoveValidatorAction, RevenueManagementImage, Search, SearchProps, SearchableSelect, SearchableSelectOption, SearchableSelectProps, SetAction, SortOrder, SortableTableHeading, SortableTableHeadingProps, 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, TrashIconV2, ValidatorFn, XCircleIconMedium, XCircleIconMediumProps, XCircleIconSmall, XCircleIconSmallProps, index_d as constants, index as hooks };
1471
+ export { AddValidatorAction, Alert, AlertProps, ArrowDownCircleIconSmall, ArrowDownCircleIconSmallProps, ArrowLeftCircleIconMedium, ArrowLeftCircleIconMediumProps, ArrowLeftCircleIconSmall, ArrowLeftCircleIconSmallProps, ArrowRightCircleIconSmall, ArrowRightCircleIconSmallProps, ArrowUpCircleIconSmall, ArrowUpCircleIconSmallProps, BankIconLarge, BankIconLargeProps, Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, CaretArrowDown, CaretArrowDownProps, CaretArrowUp, CaretArrowUpProps, Center, CenterProps, ChargebackIconMedium, ChargebackIconMediumProps, ChargebackIconSmall, ChargebackIconSmallProps, ChargebackReversalIconMedium, ChargebackReversalIconMediumProps, ChargebackReversalIconSmall, ChargebackReversalIconSmallProps, ClearAction, CloseIcon, 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, FormTextarea, FormTextareaProps, GuidedCheckoutImage, HistoryIconSmall, InternalLink, InternalLinkProps, KebabMenuIcon, KioskImage, Loading, LoadingProps, MultiCartIcon, MultipleSelectFilter, MultipleSelectFilterProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, PaydotImage, PointOfSaleImage, Popover, PopoverProps, PopupMenu, PopupMenuProps, ProfileImage, RadioGroup, RadioGroupProps, ReduxAction, RefundIconMedium, RefundIconMediumProps, RefundIconSmall, RefundIconSmallProps, RemoveValidatorAction, RevenueManagementImage, Search, SearchProps, SearchableSelect, SearchableSelectOption, SearchableSelectProps, SetAction, SortOrder, SortableTableHeading, SortableTableHeadingProps, 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, TrashIconV2, ValidatorFn, XCircleIconMedium, XCircleIconMediumProps, XCircleIconSmall, XCircleIconSmallProps, index_d as constants, index as hooks };
1473
1472
  //# sourceMappingURL=index.d.ts.map