@flarehr/apollo-super-selection 1.2.30340 → 1.2.30444

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.
@@ -4,5 +4,6 @@ export declare class SuperChoiceItemTop {
4
4
  logo: string;
5
5
  features: VNode[];
6
6
  featureSubText?: VNode;
7
+ isPromotedDefault?: boolean;
7
8
  render(): Element[];
8
9
  }
@@ -102,6 +102,7 @@ export namespace Components {
102
102
  interface SssSuperChoiceItemTop {
103
103
  "featureSubText"?: VNode;
104
104
  "features": VNode[];
105
+ "isPromotedDefault"?: boolean;
105
106
  "logo": string;
106
107
  "name": string;
107
108
  }
@@ -399,6 +400,7 @@ declare namespace LocalJSX {
399
400
  interface SssSuperChoiceItemTop {
400
401
  "featureSubText"?: VNode;
401
402
  "features"?: VNode[];
403
+ "isPromotedDefault"?: boolean;
402
404
  "logo"?: string;
403
405
  "name"?: string;
404
406
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "1.2.30340",
3
+ "version": "1.2.30444",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",