@flarehr/apollo-super-selection 5.32.58650 → 5.34.58910
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/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/p-0332074f.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-6360df58.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/sss-button_33.cjs.entry.js +9 -26
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +1 -1
- package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +6 -41
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/sss-button_33.entry.js +9 -26
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_33.entry.js +2 -2
- package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +0 -1
- package/dist/lib/types/components.d.ts +0 -2
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-54b7fc66.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-d2830872.system.entry.js +0 -69
|
@@ -51,7 +51,6 @@ export namespace Components {
|
|
|
51
51
|
"textOverride"?: string;
|
|
52
52
|
}
|
|
53
53
|
interface SssHeaderSection {
|
|
54
|
-
"currentPage": 'choice' | 'own-fund';
|
|
55
54
|
}
|
|
56
55
|
interface SssLoadingIndicator {
|
|
57
56
|
"size": number;
|
|
@@ -377,7 +376,6 @@ declare namespace LocalJSX {
|
|
|
377
376
|
"textOverride"?: string;
|
|
378
377
|
}
|
|
379
378
|
interface SssHeaderSection {
|
|
380
|
-
"currentPage"?: 'choice' | 'own-fund';
|
|
381
379
|
}
|
|
382
380
|
interface SssLoadingIndicator {
|
|
383
381
|
"size"?: number;
|