@thecb/components 9.5.2-beta.0 → 9.5.2

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 (30) hide show
  1. package/dist/index.cjs.js +3254 -3110
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.d.ts +3 -1
  4. package/dist/index.esm.js +3254 -3111
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +1 -1
  7. package/src/components/atoms/icons/MultiCartIcon.d.ts +1 -0
  8. package/src/components/atoms/icons/MultiCartIcon.js +26 -0
  9. package/src/components/atoms/icons/icons.stories.js +3 -1
  10. package/src/components/atoms/icons/index.d.ts +1 -0
  11. package/src/components/atoms/icons/index.js +3 -1
  12. package/src/components/atoms/jumbo/Jumbo.js +7 -1
  13. package/src/components/atoms/labeled-amount/LabeledAmount.js +7 -32
  14. package/src/components/atoms/labeled-amount/LabeledAmount.stories.js +13 -0
  15. package/src/components/atoms/labeled-amount/LabeledAmount.theme.js +7 -1
  16. package/src/components/atoms/labeled-amount/LabeledAmountV1.js +37 -0
  17. package/src/components/atoms/labeled-amount/LabeledAmountV2.js +34 -0
  18. package/src/components/atoms/line-item/LineItem.js +21 -35
  19. package/src/components/atoms/line-item/LineItem.theme.js +2 -2
  20. package/src/components/atoms/searchable-select/SearchableSelect.js +15 -7
  21. package/src/components/atoms/searchable-select/SearchableSelect.stories.js +5 -4
  22. package/src/components/molecules/modal/Modal.js +3 -3
  23. package/src/components/molecules/partial-amount-form/PartialAmountForm.js +8 -2
  24. package/src/components/molecules/payment-details/PaymentDetails.js +14 -13
  25. package/src/components/molecules/payment-details/PaymentDetails.stories.js +36 -0
  26. package/src/components/molecules/payment-details/PaymentDetails.theme.js +2 -2
  27. package/src/components/molecules/radio-section/InnerRadioSection.js +210 -0
  28. package/src/components/molecules/radio-section/RadioSection.js +87 -210
  29. package/src/components/molecules/radio-section/RadioSection.stories.js +92 -15
  30. package/src/components/molecules/radio-section/RadioSection.theme.js +2 -2
package/dist/index.d.ts CHANGED
@@ -733,6 +733,8 @@ declare const XCircleIconSmall: React.FC<Expand<XCircleIconSmallProps> &
733
733
 
734
734
  declare const KebabMenuIcon: JSX.Element;
735
735
 
736
+ declare const MultiCartIcon: JSX.Element;
737
+
736
738
  interface BoxProps {
737
739
  autocompleteValue?: string;
738
740
  padding?: string;
@@ -1187,5 +1189,5 @@ interface DefaultPageTemplateProps {
1187
1189
  declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
1188
1190
  React.HTMLAttributes<HTMLElement>>;
1189
1191
 
1190
- 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, 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 };
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 };
1191
1193
  //# sourceMappingURL=index.d.ts.map