@everymatrix/general-registration-hsl 0.2.3 → 0.2.5

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.
Files changed (24) hide show
  1. package/dist/cjs/checkbox-group-input_14.cjs.entry.js +2345 -434
  2. package/dist/cjs/general-registration-hsl-9f76aafd.js +1058 -0
  3. package/dist/cjs/index.cjs.js +1 -1
  4. package/dist/collection/components/general-registration-hsl/general-registration-hsl.js +1 -1
  5. package/dist/esm/checkbox-group-input_14.entry.js +2345 -434
  6. package/dist/esm/general-registration-hsl-eb770c89.js +1056 -0
  7. package/dist/esm/index.js +1 -1
  8. package/dist/general-registration-hsl/checkbox-group-input_14.entry.js +2374 -445
  9. package/dist/general-registration-hsl/general-registration-hsl-eb770c89.js +1 -0
  10. package/dist/general-registration-hsl/index.esm.js +1 -1
  11. package/package.json +1 -1
  12. package/dist/cjs/general-registration-hsl-504137a2.js +0 -1071
  13. package/dist/esm/general-registration-hsl-d08371a4.js +0 -1069
  14. package/dist/general-registration-hsl/general-registration-hsl-d08371a4.js +0 -15
  15. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
  16. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/packages/stencil/general-input-hsl/src/utils/types.d.ts +0 -0
  17. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/packages/stencil/general-registration-hsl/stencil.config.d.ts +0 -0
  18. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/packages/stencil/general-registration-hsl/stencil.config.dev.d.ts +0 -0
  19. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/packages/stencil/general-registration-hsl/storybook/main.d.ts +0 -0
  20. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/packages/stencil/general-registration-hsl/storybook/preview.d.ts +0 -0
  21. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/tools/plugins/index.d.ts +0 -0
  22. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
  23. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
  24. /package/dist/types/Users/{sebastian.strulea/Documents/work → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration-hsl/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const generalRegistrationHsl = require('./general-registration-hsl-504137a2.js');
5
+ const generalRegistrationHsl = require('./general-registration-hsl-9f76aafd.js');
6
6
  require('./index-821cd8c9.js');
7
7
 
8
8
 
@@ -366,7 +366,7 @@ export class GeneralRegistrationHsl {
366
366
  }, window.location.href);
367
367
  }
368
368
  getRegisterConfig(registrationID) {
369
- const url = new URL('v1/player/legislation/registration/config/', this.endpoint);
369
+ const url = new URL(`${this.endpoint}/v1/player/legislation/registration/config/`);
370
370
  const headers = new Headers();
371
371
  headers.append('Content-Type', 'application/json');
372
372
  headers.append('Accept', 'application/json');