rebill-web-components-sdk 1.8.18 → 1.8.20

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.
@@ -7,6 +7,9 @@
7
7
  * DO NOT use this file to export your components. Instead, use the recommended approaches
8
8
  * to consume components of this package as outlined in the `README.md`.
9
9
  */
10
+ // Import JSX type declarations to make them available globally
11
+ // This ensures that React/TypeScript users get the JSX types automatically
12
+ import "./jsx.d.ts";
10
13
  // Export SDK initialization utilities
11
14
  export { initializeRebillSDK, RebillSDK, } from './initialize';
12
15
  // Export configuration utilities for advanced usage
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,sCAAsC;AACtC,OAAO,EACL,mBAAmB,EACnB,SAAS,GAGV,MAAM,cAAc,CAAC;AAEtB,oDAAoD;AACpD,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,WAAW,EAAkB,MAAM,cAAc,CAAC;AAEhG,0BAA0B;AAC1B,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE3D,uCAAuC;AACvC,OAAO,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEzE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC","sourcesContent":["/**\n * @fileoverview entry point for your component library\n *\n * This is the entry point for your component library. Use this file to export utilities,\n * constants or data structure that accompany your components.\n *\n * DO NOT use this file to export your components. Instead, use the recommended approaches\n * to consume components of this package as outlined in the `README.md`.\n */\n\nexport type * from './components.d.ts';\n\n// Export SDK initialization utilities\nexport {\n initializeRebillSDK,\n RebillSDK,\n type Environment,\n type RebillSDKConfig,\n} from './initialize';\n\n// Export configuration utilities for advanced usage\nexport { getAPIConfig, getCurrentEnvironment, isDebugMode, type APIConfig } from './api/config';\n\n// Export assets utilities\nexport { getAssetURL, setAssetsURL } from './utils/assets';\n\n// Export enhanced defineCustomElements\nexport { defineCustomElementsWithAssets } from './utils/stencil-wrapper';\n\nexport { setAssetPath } from '@stencil/core';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,+DAA+D;AAC/D,2EAA2E;AAC3E,OAAO,YAAY,CAAC;AAEpB,sCAAsC;AACtC,OAAO,EACL,mBAAmB,EACnB,SAAS,GAGV,MAAM,cAAc,CAAC;AAEtB,oDAAoD;AACpD,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,WAAW,EAAkB,MAAM,cAAc,CAAC;AAEhG,0BAA0B;AAC1B,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE3D,uCAAuC;AACvC,OAAO,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEzE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC","sourcesContent":["/**\n * @fileoverview entry point for your component library\n *\n * This is the entry point for your component library. Use this file to export utilities,\n * constants or data structure that accompany your components.\n *\n * DO NOT use this file to export your components. Instead, use the recommended approaches\n * to consume components of this package as outlined in the `README.md`.\n */\n\nexport type * from './components.d.ts';\n\n// Import JSX type declarations to make them available globally\n// This ensures that React/TypeScript users get the JSX types automatically\nimport './jsx.d.ts';\n\n// Export SDK initialization utilities\nexport {\n initializeRebillSDK,\n RebillSDK,\n type Environment,\n type RebillSDKConfig,\n} from './initialize';\n\n// Export configuration utilities for advanced usage\nexport { getAPIConfig, getCurrentEnvironment, isDebugMode, type APIConfig } from './api/config';\n\n// Export assets utilities\nexport { getAssetURL, setAssetsURL } from './utils/assets';\n\n// Export enhanced defineCustomElements\nexport { defineCustomElementsWithAssets } from './utils/stencil-wrapper';\n\nexport { setAssetPath } from '@stencil/core';\n"]}