@flarehr/apollo-super-selection 3.66.64919 → 3.67.64967

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.
@@ -1,7 +1,8 @@
1
+ import { VNode } from '../../../../stencil-public-runtime';
1
2
  export declare class SuperChoiceItemTop {
2
3
  name: string;
3
4
  logo: string;
4
- features: string;
5
- featureSubText?: string;
5
+ features: VNode[];
6
+ featureSubText?: VNode;
6
7
  render(): Element[];
7
8
  }
@@ -94,8 +94,8 @@ export namespace Components {
94
94
  "disclaimer": VNode;
95
95
  }
96
96
  interface SssSuperChoiceItemTop {
97
- "featureSubText"?: string;
98
- "features": string;
97
+ "featureSubText"?: VNode;
98
+ "features": VNode[];
99
99
  "logo": string;
100
100
  "name": string;
101
101
  }
@@ -385,8 +385,8 @@ declare namespace LocalJSX {
385
385
  "onJoinFundClicked"?: (event: CustomEvent<void>) => void;
386
386
  }
387
387
  interface SssSuperChoiceItemTop {
388
- "featureSubText"?: string;
389
- "features"?: string;
388
+ "featureSubText"?: VNode;
389
+ "features"?: VNode[];
390
390
  "logo"?: string;
391
391
  "name"?: string;
392
392
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "3.66.64919",
3
+ "version": "3.67.64967",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",