@useloops/design-system 1.4.247 → 1.4.249
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/esm/index.js +2 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1749,7 +1749,6 @@ interface PlanFeatureTableData {
|
|
|
1749
1749
|
'04-scale': PlanHeading;
|
|
1750
1750
|
};
|
|
1751
1751
|
rows: {
|
|
1752
|
-
'01-seats': PlanRow;
|
|
1753
1752
|
'02-servicing': PlanRow;
|
|
1754
1753
|
'03-respondents': PlanRow;
|
|
1755
1754
|
'04-questions': PlanRow;
|
|
@@ -1766,7 +1765,7 @@ interface PlanFeatureTableData {
|
|
|
1766
1765
|
|
|
1767
1766
|
interface PlanFeatureTableProps {
|
|
1768
1767
|
currencySymbol: string;
|
|
1769
|
-
data
|
|
1768
|
+
data?: PlanFeatureTableData;
|
|
1770
1769
|
starterPrice: string;
|
|
1771
1770
|
starterRespondentPrice: string;
|
|
1772
1771
|
teamPrice: string;
|