@veevarts/design-system 1.12.8 → 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 +8772 -5713
- 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/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/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/PaymentSubAmountInput/__test__/PaymentSubAmountInput.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/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 {};
|