@solace-health/ui 0.9.45 → 0.9.47
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/index.cjs +211 -206
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +177 -172
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,6 @@ import dayjs from 'dayjs';
|
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { CSSProperties } from 'react';
|
|
5
5
|
import * as contentful from 'contentful';
|
|
6
|
-
import * as preact from 'preact';
|
|
7
6
|
import { FunctionalComponent } from 'preact';
|
|
8
7
|
import { TabsProps, MenuProps as MenuProps$1, DropDownProps, SubMenuProps } from 'antd';
|
|
9
8
|
import { MenuProps } from '@szhsin/react-menu';
|
|
@@ -467,7 +466,7 @@ declare const _default$2: {
|
|
|
467
466
|
Checkbox: ({ option, name, inputOptions, previewOnly, ...inputProps }: {
|
|
468
467
|
[inputProps: string]: unknown;
|
|
469
468
|
option: {
|
|
470
|
-
label: string |
|
|
469
|
+
label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
|
|
471
470
|
value: string;
|
|
472
471
|
};
|
|
473
472
|
name: string;
|
|
@@ -477,12 +476,12 @@ declare const _default$2: {
|
|
|
477
476
|
CheckboxGroup: ({ name, label, details, options, inline, previewOnly, other, ...inputProps }: {
|
|
478
477
|
[inputProps: string]: unknown;
|
|
479
478
|
name: string;
|
|
480
|
-
label: string |
|
|
479
|
+
label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
|
|
481
480
|
details?: string | undefined;
|
|
482
481
|
inline?: boolean | undefined;
|
|
483
482
|
previewOnly?: boolean | undefined;
|
|
484
483
|
other?: {
|
|
485
|
-
label: string |
|
|
484
|
+
label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
|
|
486
485
|
} | undefined;
|
|
487
486
|
options: {
|
|
488
487
|
label: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import dayjs from 'dayjs';
|
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { CSSProperties } from 'react';
|
|
5
5
|
import * as contentful from 'contentful';
|
|
6
|
-
import * as preact from 'preact';
|
|
7
6
|
import { FunctionalComponent } from 'preact';
|
|
8
7
|
import { TabsProps, MenuProps as MenuProps$1, DropDownProps, SubMenuProps } from 'antd';
|
|
9
8
|
import { MenuProps } from '@szhsin/react-menu';
|
|
@@ -467,7 +466,7 @@ declare const _default$2: {
|
|
|
467
466
|
Checkbox: ({ option, name, inputOptions, previewOnly, ...inputProps }: {
|
|
468
467
|
[inputProps: string]: unknown;
|
|
469
468
|
option: {
|
|
470
|
-
label: string |
|
|
469
|
+
label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
|
|
471
470
|
value: string;
|
|
472
471
|
};
|
|
473
472
|
name: string;
|
|
@@ -477,12 +476,12 @@ declare const _default$2: {
|
|
|
477
476
|
CheckboxGroup: ({ name, label, details, options, inline, previewOnly, other, ...inputProps }: {
|
|
478
477
|
[inputProps: string]: unknown;
|
|
479
478
|
name: string;
|
|
480
|
-
label: string |
|
|
479
|
+
label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
|
|
481
480
|
details?: string | undefined;
|
|
482
481
|
inline?: boolean | undefined;
|
|
483
482
|
previewOnly?: boolean | undefined;
|
|
484
483
|
other?: {
|
|
485
|
-
label: string |
|
|
484
|
+
label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
|
|
486
485
|
} | undefined;
|
|
487
486
|
options: {
|
|
488
487
|
label: string;
|