@sudobility/ratelimit-components-rn 1.0.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.
@@ -0,0 +1,7 @@
1
+ import { TierComparisonTableProps } from './types';
2
+ /**
3
+ * TierComparisonTable component displays a comparison of different tier limits
4
+ */
5
+ export declare function TierComparisonTable({ tiers, title, onTierSelect, highlightCurrent, showPrice, className, }: TierComparisonTableProps): import("react/jsx-runtime").JSX.Element;
6
+ export default TierComparisonTable;
7
+ //# sourceMappingURL=TierComparisonTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TierComparisonTable.d.ts","sourceRoot":"","sources":["../src/TierComparisonTable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AAwKzE;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,KAAK,EACL,KAAK,EACL,YAAY,EACZ,gBAAuB,EACvB,SAAgB,EAChB,SAAS,GACV,EAAE,wBAAwB,2CAqC1B;AAED,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { UsageDashboardProps } from './types';
2
+ /**
3
+ * UsageDashboard component displays multiple usage bars for different time periods
4
+ */
5
+ export declare function UsageDashboard({ bars, title, subtitle, showPercentage, showRemaining, onBarPress, className, }: UsageDashboardProps): import("react/jsx-runtime").JSX.Element;
6
+ export default UsageDashboard;
7
+ //# sourceMappingURL=UsageDashboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UsageDashboard.d.ts","sourceRoot":"","sources":["../src/UsageDashboard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,mBAAmB,EAGpB,MAAM,SAAS,CAAC;AAoIjB;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,cAAqB,EACrB,aAAoB,EACpB,UAAU,EACV,SAAS,GACV,EAAE,mBAAmB,2CAiDrB;AAED,eAAe,cAAc,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { UsageHistoryChartProps } from './types';
2
+ /**
3
+ * UsageHistoryChart component displays historical usage data
4
+ */
5
+ export declare function UsageHistoryChart({ data, title, height, color, showLimit, showLabels, mode, onDataPointPress, className, }: UsageHistoryChartProps): import("react/jsx-runtime").JSX.Element;
6
+ export default UsageHistoryChart;
7
+ //# sourceMappingURL=UsageHistoryChart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UsageHistoryChart.d.ts","sourceRoot":"","sources":["../src/UsageHistoryChart.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,sBAAsB,EAGvB,MAAM,SAAS,CAAC;AA+PjB;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,KAAK,EACL,MAAY,EACZ,KAAc,EACd,SAAgB,EAChB,UAAiB,EACjB,IAAY,EACZ,gBAAgB,EAChB,SAAS,GACV,EAAE,sBAAsB,2CAwFxB;AAED,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type { UsageBarColor, UsageBarConfig, UsageDashboardProps, TierDisplayData, TierComparisonTableProps, HistoryEntryData, UsageHistoryChartProps, } from './types';
2
+ export { UsageDashboard } from './UsageDashboard';
3
+ export { TierComparisonTable } from './TierComparisonTable';
4
+ export { UsageHistoryChart } from './UsageHistoryChart';
5
+ export { default as UsageDashboardDefault } from './UsageDashboard';
6
+ export { default as TierComparisonTableDefault } from './TierComparisonTable';
7
+ export { default as UsageHistoryChartDefault } from './UsageHistoryChart';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,YAAY,EACV,aAAa,EACb,cAAc,EACd,mBAAmB,EACnB,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,sBAAsB,GACvB,MAAM,SAAS,CAAC;AAGjB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,qBAAqB,CAAC"}