@thecb/components 11.5.2-beta.0 → 11.6.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 (35) hide show
  1. package/README.md +11 -1
  2. package/ai-docs/architecture.md +71 -0
  3. package/ai-docs/components.md +167 -0
  4. package/ai-docs/conventions.md +162 -0
  5. package/ai-docs/figma-mcp.md +66 -0
  6. package/ai-docs/integration-guidelines.md +142 -0
  7. package/dist/index.cjs.js +1040 -117
  8. package/dist/index.cjs.js.map +1 -1
  9. package/dist/index.d.ts +3 -2
  10. package/dist/index.esm.js +1032 -117
  11. package/dist/index.esm.js.map +1 -1
  12. package/package.json +3 -2
  13. package/src/components/atoms/button-with-action/index.d.ts +1 -0
  14. package/src/components/atoms/icons/AmExSmallIcon.js +52 -0
  15. package/src/components/atoms/icons/BankGenericSmallIcon.js +48 -0
  16. package/src/components/atoms/icons/CashSmallIcon.js +21 -0
  17. package/src/components/atoms/icons/CashieringImage.d.ts +1 -0
  18. package/src/components/atoms/icons/CashieringImage.js +254 -0
  19. package/src/components/atoms/icons/DiscoverSmallIcon.js +135 -0
  20. package/src/components/atoms/icons/GenericSmallIcon.js +25 -0
  21. package/src/components/atoms/icons/GuidedCheckoutImage.js +89 -15
  22. package/src/components/atoms/icons/Icons.stories.js +10 -2
  23. package/src/components/atoms/icons/KioskImage.js +231 -26
  24. package/src/components/atoms/icons/MasterCardSmallIcon.js +33 -0
  25. package/src/components/atoms/icons/ProfileImage.js +60 -34
  26. package/src/components/atoms/icons/RevenueManagementImage.js +161 -20
  27. package/src/components/atoms/icons/StandardCheckoutImage.js +111 -17
  28. package/src/components/atoms/icons/VisaSmallIcon.js +38 -0
  29. package/src/components/atoms/icons/WireSmallIcon.js +22 -0
  30. package/src/components/atoms/icons/index.d.ts +1 -1
  31. package/src/components/atoms/icons/index.js +19 -3
  32. package/src/components/molecules/obligation/modules/InactiveControlsModule.js +7 -1
  33. package/src/components/molecules/obligation/modules/RemoveAccountModalModule.js +4 -1
  34. package/src/components/atoms/icons/PointOfSaleImage.d.ts +0 -1
  35. package/src/components/atoms/icons/PointOfSaleImage.js +0 -44
package/dist/index.d.ts CHANGED
@@ -606,6 +606,7 @@ interface ButtonWithActionProps {
606
606
  contentOverride?: boolean;
607
607
  extraStyles?: string;
608
608
  tabIndex?: string;
609
+ loadingColor?: string;
609
610
  }
610
611
 
611
612
  declare const ButtonWithAction: React.FC<Expand<ButtonWithActionProps> &
@@ -892,7 +893,7 @@ declare const StandardCheckoutImage: JSX.Element;
892
893
 
893
894
  declare const KioskImage: JSX.Element;
894
895
 
895
- declare const PointOfSaleImage: JSX.Element;
896
+ declare const CashieringImage: JSX.Element;
896
897
 
897
898
  interface SuccessfulIconMediumProps {
898
899
  iconIndex?: number;
@@ -1468,5 +1469,5 @@ interface DefaultPageTemplateProps {
1468
1469
  declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
1469
1470
  React.HTMLAttributes<HTMLElement>>;
1470
1471
 
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 };
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 };
1472
1473
  //# sourceMappingURL=index.d.ts.map