@w3payments/react 1.1.0 → 1.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w3payments/react",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "React component library for universal Web3 payment processing with multi-vendor support",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -56,9 +56,9 @@
56
56
  "@storybook/react-vite": "^10.1.10",
57
57
  "@tailwindcss/vite": "^4.1.18",
58
58
  "tailwindcss": "^4.1.18",
59
- "@w3payments/adapters": "1.1.0",
60
- "@w3payments/common": "1.1.0",
61
- "@w3payments/core": "1.1.0"
59
+ "@w3payments/adapters": "1.1.1",
60
+ "@w3payments/core": "1.1.1",
61
+ "@w3payments/common": "1.1.1"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": ">=18.0.0",
@@ -1,16 +0,0 @@
1
- /**
2
- * Number formatting utilities
3
- */
4
- /**
5
- * Format a number with specific decimal places (no thousand separators)
6
- */
7
- export declare function formatNumber(value: string | number, decimals: number): string;
8
- /**
9
- * Format a number for display with thousand separators
10
- */
11
- export declare function formatNumberDisplay(value: string | number, decimals: number): string;
12
- /**
13
- * Format USD amount
14
- */
15
- export declare function formatUSD(value: number): string;
16
- //# sourceMappingURL=numbers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"numbers.d.ts","sourceRoot":"","sources":["../../lib/utils/numbers.ts"],"names":[],"mappings":"AAAA;;GAEG;AA6BH;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAK7E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,MAAM,GAAG,MAAM,EACtB,QAAQ,EAAE,MAAM,GACf,MAAM,CAKR;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE/C"}
@@ -1,6 +0,0 @@
1
- import { W3ThemeInput } from '@w3payments/common';
2
- /**
3
- * Apply theme to container element
4
- */
5
- export declare function applyTheme(themeInput: W3ThemeInput, container: HTMLElement): void;
6
- //# sourceMappingURL=theme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../lib/utils/theme.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAEV,YAAY,EAEb,MAAM,oBAAoB,CAAC;AAyD5B;;GAEG;AACH,wBAAgB,UAAU,CACxB,UAAU,EAAE,YAAY,EACxB,SAAS,EAAE,WAAW,GACrB,IAAI,CA6BN"}