@solace-health/ui 0.9.37 → 0.9.40
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 +158 -158
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +138 -138
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -32,7 +32,7 @@ declare type Props$c = {
|
|
|
32
32
|
children: React.ReactNode;
|
|
33
33
|
isSubmitting?: boolean;
|
|
34
34
|
toolTip?: {
|
|
35
|
-
title: string;
|
|
35
|
+
title: React.ReactNode | string;
|
|
36
36
|
color?: string;
|
|
37
37
|
};
|
|
38
38
|
[extraProps: string]: unknown;
|
|
@@ -202,6 +202,9 @@ declare const _default$5: {
|
|
|
202
202
|
active?: boolean | undefined;
|
|
203
203
|
color?: string | undefined;
|
|
204
204
|
}) => react_jsx_runtime.JSX.Element;
|
|
205
|
+
Send: ({ color }: {
|
|
206
|
+
color?: string | undefined;
|
|
207
|
+
}) => JSX.Element;
|
|
205
208
|
Sparkles: () => react_jsx_runtime.JSX.Element;
|
|
206
209
|
Sun: () => JSX.Element;
|
|
207
210
|
Signature: ({ color }: {
|
|
@@ -387,7 +390,7 @@ declare const Toggle: ({ defaultState, name, label, handleEvent, value, disabled
|
|
|
387
390
|
|
|
388
391
|
declare type Props = {
|
|
389
392
|
children: React.ReactNode;
|
|
390
|
-
content: string | null;
|
|
393
|
+
content: React.ReactNode | string | null;
|
|
391
394
|
className?: string;
|
|
392
395
|
};
|
|
393
396
|
declare const Tooltip: _emotion_styled.StyledComponent<Props & {
|
package/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ declare type Props$c = {
|
|
|
32
32
|
children: React.ReactNode;
|
|
33
33
|
isSubmitting?: boolean;
|
|
34
34
|
toolTip?: {
|
|
35
|
-
title: string;
|
|
35
|
+
title: React.ReactNode | string;
|
|
36
36
|
color?: string;
|
|
37
37
|
};
|
|
38
38
|
[extraProps: string]: unknown;
|
|
@@ -202,6 +202,9 @@ declare const _default$5: {
|
|
|
202
202
|
active?: boolean | undefined;
|
|
203
203
|
color?: string | undefined;
|
|
204
204
|
}) => react_jsx_runtime.JSX.Element;
|
|
205
|
+
Send: ({ color }: {
|
|
206
|
+
color?: string | undefined;
|
|
207
|
+
}) => JSX.Element;
|
|
205
208
|
Sparkles: () => react_jsx_runtime.JSX.Element;
|
|
206
209
|
Sun: () => JSX.Element;
|
|
207
210
|
Signature: ({ color }: {
|
|
@@ -387,7 +390,7 @@ declare const Toggle: ({ defaultState, name, label, handleEvent, value, disabled
|
|
|
387
390
|
|
|
388
391
|
declare type Props = {
|
|
389
392
|
children: React.ReactNode;
|
|
390
|
-
content: string | null;
|
|
393
|
+
content: React.ReactNode | string | null;
|
|
391
394
|
className?: string;
|
|
392
395
|
};
|
|
393
396
|
declare const Tooltip: _emotion_styled.StyledComponent<Props & {
|