@tap-payments/os-micro-frontend-shared 0.1.261-test.4 → 0.1.262
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/build/components/Chip/style.d.ts +1 -0
- package/build/components/CountBadge/style.d.ts +1 -0
- package/build/components/Customer/CustomerDropdown/CustomerDropdown.d.ts +8 -0
- package/build/components/Customer/CustomerDropdown/CustomerDropdown.js +39 -0
- package/build/components/Customer/CustomerDropdown/index.d.ts +1 -0
- package/build/components/Customer/CustomerDropdown/index.js +1 -0
- package/build/components/Customer/CustomerDropdown/style.d.ts +10 -0
- package/build/components/Customer/CustomerDropdown/style.js +30 -0
- package/build/components/Customer/CustomerForms/EmailForm.d.ts +12 -0
- package/build/components/Customer/CustomerForms/EmailForm.js +76 -0
- package/build/components/Customer/CustomerForms/FullInfo.d.ts +13 -0
- package/build/components/Customer/CustomerForms/FullInfo.js +72 -0
- package/build/components/Customer/CustomerForms/FullInfoForm.d.ts +12 -0
- package/build/components/Customer/CustomerForms/FullInfoForm.js +74 -0
- package/build/components/Customer/CustomerForms/PhoneNumberForm.d.ts +12 -0
- package/build/components/Customer/CustomerForms/PhoneNumberForm.js +71 -0
- package/build/components/Customer/CustomerForms/index.d.ts +9 -0
- package/build/components/Customer/CustomerForms/index.js +9 -0
- package/build/components/Customer/CustomerForms/style.d.ts +25 -0
- package/build/components/Customer/CustomerForms/style.js +71 -0
- package/build/components/Customer/CustomerForms/validation.d.ts +30 -0
- package/build/components/Customer/CustomerForms/validation.js +42 -0
- package/build/components/Customer/index.d.ts +1 -0
- package/build/components/Customer/index.js +1 -0
- package/build/components/Dialog/style.d.ts +1 -0
- package/build/components/Error/Error.d.ts +1 -1
- package/build/components/FlippingCard/style.d.ts +1 -0
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -0
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +5 -4
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.js +3 -3
- package/build/components/JSONViewer/style.d.ts +1 -0
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +1 -0
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +1 -0
- package/build/components/SearchButton/styles.d.ts +1 -0
- package/build/components/StatusIcons/AuthIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1 -0
- package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/style.d.ts +1 -0
- package/build/components/TableHeader/FiltersRow.d.ts +1 -1
- package/build/components/TableHeader/FiltersRow.js +4 -19
- package/build/components/TableHeader/TableHeader.d.ts +4 -5
- package/build/components/TableHeader/TableHeader.js +6 -21
- package/build/components/TableHeader/index.d.ts +2 -6
- package/build/components/TableHeader/index.js +2 -6
- package/build/components/TableHeader/style.d.ts +1 -1
- package/build/components/TableHeader/style.js +1 -1
- package/build/components/TableHeader/type.d.ts +10 -19
- package/build/components/TableHeader/type.js +7 -0
- package/build/components/VirtualTables/components/style.d.ts +1 -0
- package/build/components/index.d.ts +1 -1
- package/build/components/index.js +1 -1
- package/build/types/tsUtils.d.ts +0 -1
- package/package.json +20 -19
- package/build/components/TableHeader/FiltersRowWrapper.d.ts +0 -5
- package/build/components/TableHeader/FiltersRowWrapper.js +0 -18
- package/build/components/TableHeader/TableHeaderWrapper.d.ts +0 -5
- package/build/components/TableHeader/TableHeaderWrapper.js +0 -18
- package/build/components/TableHeader/TableView/ColumnItem.d.ts +0 -14
- package/build/components/TableHeader/TableView/ColumnItem.js +0 -29
- package/build/components/TableHeader/TableView/CustomViews.d.ts +0 -5
- package/build/components/TableHeader/TableView/CustomViews.js +0 -21
- package/build/components/TableHeader/TableView/DefaultViews.d.ts +0 -13
- package/build/components/TableHeader/TableView/DefaultViews.js +0 -22
- package/build/components/TableHeader/TableView/TableView.d.ts +0 -12
- package/build/components/TableHeader/TableView/TableView.js +0 -55
- package/build/components/TableHeader/TableView/hooks/index.d.ts +0 -3
- package/build/components/TableHeader/TableView/hooks/index.js +0 -3
- package/build/components/TableHeader/TableView/hooks/useColumnItem.d.ts +0 -21
- package/build/components/TableHeader/TableView/hooks/useColumnItem.js +0 -29
- package/build/components/TableHeader/TableView/hooks/useSubMenu.d.ts +0 -10
- package/build/components/TableHeader/TableView/hooks/useSubMenu.js +0 -31
- package/build/components/TableHeader/TableView/hooks/useViewColumns.d.ts +0 -13
- package/build/components/TableHeader/TableView/hooks/useViewColumns.js +0 -45
- package/build/components/TableHeader/TableView/index.d.ts +0 -3
- package/build/components/TableHeader/TableView/index.js +0 -3
- package/build/components/TableHeader/TableView/style.d.ts +0 -24
- package/build/components/TableHeader/TableView/style.js +0 -102
- package/build/components/TableHeader/TableView/type.d.ts +0 -10
- package/build/components/TableHeader/TableView/type.js +0 -1
- package/build/components/TableHeader/data.d.ts +0 -5
- package/build/components/TableHeader/data.js +0 -7