@gem-sdk/core 2.0.0-dev.374 → 2.0.0-dev.380
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/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37023,6 +37023,7 @@ type Mapped$1<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
37023
37023
|
placeholder?: string;
|
|
37024
37024
|
type: 'badge-style';
|
|
37025
37025
|
itemPerRow?: number;
|
|
37026
|
+
popoverLabel?: string;
|
|
37026
37027
|
itemSpacing?: 'large' | 'small';
|
|
37027
37028
|
options?: Option$1<T>[];
|
|
37028
37029
|
groups?: {
|