@flarehr/apollo-super-selection 1.3.48578 → 1.3.48591

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 (33) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/p-1a6d0700.entry.js +14 -0
  3. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  4. package/dist/lib/apollo-super-selection/p-ea9f9261.system.entry.js +69 -0
  5. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  6. package/dist/lib/cjs/loader.cjs.js +1 -1
  7. package/dist/lib/cjs/sss-button_43.cjs.entry.js +23 -23
  8. package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +1 -1
  9. package/dist/lib/collection/components/super-selection-app/consent/consent.js +1 -1
  10. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +2 -2
  11. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +2 -2
  12. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +4 -4
  13. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +2 -2
  14. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +2 -2
  15. package/dist/lib/collection/components/super-selection-app/misc/button.js +18 -1
  16. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.js +1 -1
  17. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +1 -1
  18. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +3 -3
  19. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +3 -3
  20. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +3 -3
  21. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +1 -1
  22. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +1 -1
  23. package/dist/lib/esm/apollo-super-selection.js +1 -1
  24. package/dist/lib/esm/loader.js +1 -1
  25. package/dist/lib/esm/sss-button_43.entry.js +23 -23
  26. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  27. package/dist/lib/esm-es5/loader.js +1 -1
  28. package/dist/lib/esm-es5/sss-button_43.entry.js +4 -4
  29. package/dist/lib/types/components/super-selection-app/misc/button.d.ts +1 -0
  30. package/dist/lib/types/components.d.ts +2 -0
  31. package/package.json +1 -1
  32. package/dist/lib/apollo-super-selection/p-0b59b858.entry.js +0 -14
  33. package/dist/lib/apollo-super-selection/p-312c0359.system.entry.js +0 -69
@@ -1,6 +1,7 @@
1
1
  export declare type ButtonVariant = 'primary' | 'secondary' | 'light';
2
2
  export declare type ButtonSize = 'xs' | 'base' | 'xl';
3
3
  export declare class Button {
4
+ testid: string;
4
5
  fillWidth: boolean;
5
6
  fillWidthOnMobile: boolean;
6
7
  disabled: boolean;
@@ -23,6 +23,7 @@ export namespace Components {
23
23
  "fillWidthOnMobile": boolean;
24
24
  "promiseFn"?: () => Promise<unknown>;
25
25
  "size": ButtonSize;
26
+ "testid": string;
26
27
  "variant": ButtonVariant;
27
28
  }
28
29
  interface SssConsentPage {
@@ -454,6 +455,7 @@ declare namespace LocalJSX {
454
455
  "fillWidthOnMobile"?: boolean;
455
456
  "promiseFn"?: () => Promise<unknown>;
456
457
  "size"?: ButtonSize;
458
+ "testid"?: string;
457
459
  "variant"?: ButtonVariant;
458
460
  }
459
461
  interface SssConsentPage {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "1.3.48578",
3
+ "version": "1.3.48591",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",