@veevarts/design-system 1.12.7 → 1.13.0-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 +11 -11
- package/dist/index.js +8872 -5796
- package/dist/patterns/CashTenderForm/types.d.ts +10 -0
- package/dist/patterns/CatalogItemCard/CatalogItemCard.d.ts +7 -0
- package/dist/patterns/CatalogItemCard/index.d.ts +2 -0
- package/dist/patterns/CatalogItemCard/type.d.ts +82 -0
- package/dist/patterns/CheckTenderForm/types.d.ts +10 -0
- package/dist/patterns/CommitmentDetails/CommitmentDetails.d.ts +16 -0
- package/dist/patterns/CommitmentDetails/index.d.ts +2 -0
- package/dist/patterns/ConfirmationModal/ConfirmationModal.d.ts +18 -0
- package/dist/patterns/ConfirmationModal/index.d.ts +2 -0
- package/dist/patterns/EventDetails/EventDetails.d.ts +3 -1
- package/dist/patterns/FeedbackState/FeedbackState.d.ts +23 -0
- package/dist/patterns/FeedbackState/index.d.ts +2 -0
- package/dist/patterns/FeedbackState/type.d.ts +40 -0
- package/dist/patterns/FilterPopover/FilterPopover.d.ts +6 -0
- package/dist/patterns/FilterPopover/index.d.ts +2 -0
- package/dist/patterns/FilterPopover/type.d.ts +85 -0
- package/dist/patterns/InstallmentFundAssignment/InstallmentFundAssignment.d.ts +3 -0
- package/dist/patterns/InstallmentFundAssignment/InstallmentFundAssignmentSkeleton.d.ts +2 -0
- package/dist/patterns/InstallmentFundAssignment/index.d.ts +3 -0
- package/dist/patterns/InstallmentFundAssignment/types.d.ts +67 -0
- package/dist/patterns/InstallmentSchedule/InstallmentSchedule.d.ts +3 -0
- package/dist/patterns/InstallmentSchedule/InstallmentScheduleSkeleton.d.ts +2 -0
- package/dist/patterns/InstallmentSchedule/InstallmentTable.d.ts +3 -0
- package/dist/patterns/InstallmentSchedule/index.d.ts +5 -0
- package/dist/patterns/InstallmentSchedule/types.d.ts +93 -0
- package/dist/patterns/InstallmentSchedule/utils.d.ts +2 -0
- package/dist/patterns/ItemCard/type.d.ts +52 -0
- package/dist/patterns/OfferCard/OfferCard.d.ts +1 -1
- package/dist/patterns/OfferCard/types.d.ts +93 -2
- package/dist/patterns/OfferCard/variants/OfferCardList.d.ts +2 -2
- package/dist/patterns/PaymentSubAmountInput/PaymentSubAmountInput.d.ts +11 -0
- package/dist/patterns/SessionTimeline/SessionTimeline.d.ts +7 -0
- package/dist/patterns/SessionTimeline/index.d.ts +2 -0
- package/dist/patterns/SessionTimeline/type.d.ts +76 -0
- package/dist/patterns/Summary/Summary.d.ts +4 -0
- package/dist/patterns/Summary/components/ActionBar.d.ts +17 -0
- package/dist/patterns/Summary/components/CartButton.d.ts +11 -0
- package/dist/patterns/Summary/components/CollapseHeader.d.ts +19 -0
- package/dist/patterns/Summary/components/GrandTotalRow.d.ts +11 -0
- package/dist/patterns/Summary/components/ItemRow.d.ts +9 -0
- package/dist/patterns/Summary/components/PrimaryCta.d.ts +11 -0
- package/dist/patterns/Summary/components/ServiceFeeRow.d.ts +8 -0
- package/dist/patterns/Summary/components/SummaryBody.d.ts +15 -0
- package/dist/patterns/Summary/components/TotalsLineRow.d.ts +8 -0
- package/dist/patterns/Summary/drag.d.ts +55 -0
- package/dist/patterns/Summary/fmt.d.ts +2 -0
- package/dist/patterns/Summary/index.d.ts +7 -0
- package/dist/patterns/Summary/types.d.ts +154 -0
- package/dist/patterns/Summary/useIsMobile.d.ts +17 -0
- package/dist/patterns/index.d.ts +18 -0
- package/package.json +2 -1
- package/dist/components/Button/Button.test.d.ts +0 -1
- package/dist/components/Select/Select.test.d.ts +0 -1
- package/dist/patterns/CashTenderForm/__test__/CashTenderForm.test.d.ts +0 -4
- package/dist/patterns/CheckTenderForm/__test__/CheckTenderForm.test.d.ts +0 -4
- package/dist/patterns/DonationAmounts/__test__/DonationAmounts.test.d.ts +0 -4
- package/dist/patterns/EventDetails/__test__/EventDetails.test.d.ts +0 -1
- package/dist/patterns/ExpireCartTimer/__test__/ExpireCartTimer.test.d.ts +0 -4
- package/dist/patterns/Footer/__test__/Footer.test.d.ts +0 -1
- package/dist/patterns/ItemCard/__test__/ItemCard.test.d.ts +0 -4
- package/dist/patterns/MembershipSelectCards/__test__/MembershipSelectCards.test.d.ts +0 -4
- package/dist/patterns/Multiselect/__test__/Multiselect.test.d.ts +0 -4
- package/dist/patterns/Navbar/__test__/Navbar.test.d.ts +0 -1
- package/dist/patterns/OfferCard/__test__/OfferCard.test.d.ts +0 -1
- package/dist/patterns/OtherTenderForm/__test__/OtherTenderForm.test.d.ts +0 -4
- package/dist/patterns/RevenueDistribution/__test__/RevenueDistributionCard.test.d.ts +0 -1
- package/dist/patterns/RichText/RichText.test.d.ts +0 -1
- package/dist/patterns/RichText/core/TipTapEditor.test.d.ts +0 -1
- package/dist/patterns/SplitPaymentSummary/__test__/SplitPaymentSummary.test.d.ts +0 -4
- package/dist/patterns/Stepper/Stepper.test.d.ts +0 -4
- package/dist/patterns/TicketSelection/__test__/TicketSelection.test.d.ts +0 -4
- package/dist/patterns/Toggle/__test__/Toggle.test.d.ts +0 -4
package/dist/patterns/index.d.ts
CHANGED
|
@@ -17,14 +17,30 @@ export { OfferCard, OfferCardList, OfferCardSkeleton, OfferCardError, OfferCardE
|
|
|
17
17
|
export type { Offer, OfferSelection, OfferCardLabels, OfferCardErrorLabels, OfferCardClassNames, OfferCardListClassNames, OfferCardSkeletonClassNames, OfferCardErrorClassNames, OfferCardEmptyClassNames, OfferCardSlots, OfferCardProps, OfferCardListProps, OfferCardSkeletonProps, OfferCardErrorProps, OfferCardEmptyProps, } from './OfferCard';
|
|
18
18
|
export { RevenueDistributionCard, RevenueDistributionSkeleton, RevenueDistributionError, RevenueDistributionEmpty, formatAmount as formatRevenueAmount, formatCurrency as formatRevenueCurrency, getCurrencySymbol, parseCurrency as parseRevenueCurrency, calculateAllocationDifference, generateDistributionId, } from './RevenueDistribution';
|
|
19
19
|
export type { GlAccount, Distribution, RevenueDistributionLabels, RevenueDistributionErrorLabels, RevenueDistributionEmptyLabels, RevenueDistributionCardClassNames, RevenueDistributionSkeletonClassNames, RevenueDistributionErrorClassNames, RevenueDistributionEmptyClassNames, RevenueDistributionCardProps, RevenueDistributionSkeletonProps, RevenueDistributionErrorProps, RevenueDistributionEmptyProps, } from './RevenueDistribution';
|
|
20
|
+
export { InstallmentFundAssignment, InstallmentFundAssignmentSkeleton } from './InstallmentFundAssignment';
|
|
21
|
+
export type * from './InstallmentFundAssignment';
|
|
22
|
+
export { CommitmentDetails } from './CommitmentDetails';
|
|
23
|
+
export type * from './CommitmentDetails';
|
|
24
|
+
export { ConfirmationModal } from './ConfirmationModal';
|
|
25
|
+
export type * from './ConfirmationModal';
|
|
26
|
+
export { InstallmentTable, InstallmentSchedule, InstallmentScheduleSkeleton, generateAutomaticInstallments, } from './InstallmentSchedule';
|
|
27
|
+
export type * from './InstallmentSchedule';
|
|
20
28
|
export { MembershipSelectCards } from './MembershipSelectCards';
|
|
21
29
|
export type * from './MembershipSelectCards';
|
|
22
30
|
export { ItemCard } from './ItemCard';
|
|
23
31
|
export type * from './ItemCard';
|
|
32
|
+
export { CatalogItemCard } from './CatalogItemCard';
|
|
33
|
+
export type * from './CatalogItemCard';
|
|
34
|
+
export { FeedbackState, EmptyState, ErrorState, LoadingState, SuccessState } from './FeedbackState';
|
|
35
|
+
export type * from './FeedbackState';
|
|
24
36
|
export { Toggle } from './Toggle';
|
|
25
37
|
export type * from './Toggle';
|
|
26
38
|
export { TicketSelection } from './TicketSelection';
|
|
27
39
|
export type * from './TicketSelection';
|
|
40
|
+
export { FilterPopover } from './FilterPopover';
|
|
41
|
+
export type * from './FilterPopover';
|
|
42
|
+
export { SessionTimeline } from './SessionTimeline';
|
|
43
|
+
export type * from './SessionTimeline';
|
|
28
44
|
export { CashTenderForm } from './CashTenderForm';
|
|
29
45
|
export type { CashTenderFormProps, CashTenderValue, CashTenderLabels, } from './CashTenderForm';
|
|
30
46
|
export { CheckTenderForm } from './CheckTenderForm';
|
|
@@ -49,3 +65,5 @@ export { PaymentSubAmountInput } from './PaymentSubAmountInput';
|
|
|
49
65
|
export type { PaymentSubAmountInputProps } from './PaymentSubAmountInput';
|
|
50
66
|
export { ConfirmDialog } from './ConfirmDialog';
|
|
51
67
|
export type { ConfirmDialogProps } from './ConfirmDialog';
|
|
68
|
+
export { Summary } from './Summary';
|
|
69
|
+
export type { SummaryProps, SummaryLineItem, SummaryServiceFee, SummaryTotalRow, SummaryPrimaryAction, SummaryLabels, } from './Summary';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veevarts/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.13.0-beta.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@iconify/react": "^6.0.2",
|
|
67
|
+
"@internationalized/date": "^3.10.1",
|
|
67
68
|
"react-hook-form": "^7.56.4",
|
|
68
69
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
69
70
|
"vite-plugin-dts": "4.5.4"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|