@solace-health/ui 0.10.72 → 0.10.73
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 +446 -442
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +23 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +403 -399
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -177,6 +177,9 @@ declare const _default$7: {
|
|
|
177
177
|
active?: boolean | undefined;
|
|
178
178
|
color?: string | undefined;
|
|
179
179
|
}) => react_jsx_runtime.JSX.Element;
|
|
180
|
+
Bell: ({ color }: {
|
|
181
|
+
color?: string | undefined;
|
|
182
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
180
183
|
Calendar: ({ color, size, }: {
|
|
181
184
|
color?: string | undefined;
|
|
182
185
|
size?: number | undefined;
|
|
@@ -185,6 +188,10 @@ declare const _default$7: {
|
|
|
185
188
|
active?: boolean | undefined;
|
|
186
189
|
color?: string | undefined;
|
|
187
190
|
}) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
PersonCircle: ({ size, color }: {
|
|
192
|
+
color?: string | undefined;
|
|
193
|
+
size?: number | undefined;
|
|
194
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
188
195
|
Call: () => react_jsx_runtime.JSX.Element;
|
|
189
196
|
Caret: ({ color, direction }: {
|
|
190
197
|
color?: string | undefined;
|
|
@@ -215,6 +222,10 @@ declare const _default$7: {
|
|
|
215
222
|
Close: ({ color }: {
|
|
216
223
|
color?: string | undefined;
|
|
217
224
|
}) => react_jsx_runtime.JSX.Element;
|
|
225
|
+
Cog: ({ color, size }: {
|
|
226
|
+
color?: string | undefined;
|
|
227
|
+
size?: number | undefined;
|
|
228
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
218
229
|
ColorInvoice: () => react_jsx_runtime.JSX.Element;
|
|
219
230
|
Copy: ({ color }: {
|
|
220
231
|
color?: string | undefined;
|
|
@@ -263,6 +274,9 @@ declare const _default$7: {
|
|
|
263
274
|
active?: boolean | undefined;
|
|
264
275
|
color?: string | undefined;
|
|
265
276
|
}) => react_jsx_runtime.JSX.Element;
|
|
277
|
+
Hamburger: ({ color }: {
|
|
278
|
+
color?: string | undefined;
|
|
279
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
266
280
|
Handshake: ({ color }: {
|
|
267
281
|
color?: string | undefined;
|
|
268
282
|
}) => react_jsx_runtime.JSX.Element;
|
|
@@ -271,6 +285,10 @@ declare const _default$7: {
|
|
|
271
285
|
width?: string | undefined;
|
|
272
286
|
}) => react_jsx_runtime.JSX.Element;
|
|
273
287
|
HeartPulse: () => JSX.Element;
|
|
288
|
+
Stopwatch: ({ color, size, }: {
|
|
289
|
+
color: string;
|
|
290
|
+
size?: number | undefined;
|
|
291
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
274
292
|
HoldHands: ({ color, }: {
|
|
275
293
|
color?: string | undefined;
|
|
276
294
|
}) => JSX.Element;
|
|
@@ -307,6 +325,10 @@ declare const _default$7: {
|
|
|
307
325
|
color?: string | undefined;
|
|
308
326
|
size?: number | undefined;
|
|
309
327
|
}) => react_jsx_runtime.JSX.Element;
|
|
328
|
+
Logout: ({ color, size, }: {
|
|
329
|
+
color: string;
|
|
330
|
+
size?: number | undefined;
|
|
331
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
310
332
|
Message: ({ active, color }: {
|
|
311
333
|
active?: boolean | undefined;
|
|
312
334
|
color?: string | undefined;
|
|
@@ -449,6 +471,7 @@ declare type HeaderProps = {
|
|
|
449
471
|
declare const _default$5: {
|
|
450
472
|
Button: ({ label, className }: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
451
473
|
Container: ({ children, cta, onItemClick, onMenuChange, className, expandIconClassName, menuProps, caretColor, borderColor, }: ContainerProps) => react_jsx_runtime.JSX.Element;
|
|
474
|
+
Wrapper: ({ children, cta, onItemClick, onMenuChange, className, menuProps, }: ContainerProps) => react_jsx_runtime.JSX.Element;
|
|
452
475
|
Search: ({ value, onChange, className, }: SearchProps) => react_jsx_runtime.JSX.Element;
|
|
453
476
|
Divider: ({ className }: {
|
|
454
477
|
className?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -177,6 +177,9 @@ declare const _default$7: {
|
|
|
177
177
|
active?: boolean | undefined;
|
|
178
178
|
color?: string | undefined;
|
|
179
179
|
}) => react_jsx_runtime.JSX.Element;
|
|
180
|
+
Bell: ({ color }: {
|
|
181
|
+
color?: string | undefined;
|
|
182
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
180
183
|
Calendar: ({ color, size, }: {
|
|
181
184
|
color?: string | undefined;
|
|
182
185
|
size?: number | undefined;
|
|
@@ -185,6 +188,10 @@ declare const _default$7: {
|
|
|
185
188
|
active?: boolean | undefined;
|
|
186
189
|
color?: string | undefined;
|
|
187
190
|
}) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
PersonCircle: ({ size, color }: {
|
|
192
|
+
color?: string | undefined;
|
|
193
|
+
size?: number | undefined;
|
|
194
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
188
195
|
Call: () => react_jsx_runtime.JSX.Element;
|
|
189
196
|
Caret: ({ color, direction }: {
|
|
190
197
|
color?: string | undefined;
|
|
@@ -215,6 +222,10 @@ declare const _default$7: {
|
|
|
215
222
|
Close: ({ color }: {
|
|
216
223
|
color?: string | undefined;
|
|
217
224
|
}) => react_jsx_runtime.JSX.Element;
|
|
225
|
+
Cog: ({ color, size }: {
|
|
226
|
+
color?: string | undefined;
|
|
227
|
+
size?: number | undefined;
|
|
228
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
218
229
|
ColorInvoice: () => react_jsx_runtime.JSX.Element;
|
|
219
230
|
Copy: ({ color }: {
|
|
220
231
|
color?: string | undefined;
|
|
@@ -263,6 +274,9 @@ declare const _default$7: {
|
|
|
263
274
|
active?: boolean | undefined;
|
|
264
275
|
color?: string | undefined;
|
|
265
276
|
}) => react_jsx_runtime.JSX.Element;
|
|
277
|
+
Hamburger: ({ color }: {
|
|
278
|
+
color?: string | undefined;
|
|
279
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
266
280
|
Handshake: ({ color }: {
|
|
267
281
|
color?: string | undefined;
|
|
268
282
|
}) => react_jsx_runtime.JSX.Element;
|
|
@@ -271,6 +285,10 @@ declare const _default$7: {
|
|
|
271
285
|
width?: string | undefined;
|
|
272
286
|
}) => react_jsx_runtime.JSX.Element;
|
|
273
287
|
HeartPulse: () => JSX.Element;
|
|
288
|
+
Stopwatch: ({ color, size, }: {
|
|
289
|
+
color: string;
|
|
290
|
+
size?: number | undefined;
|
|
291
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
274
292
|
HoldHands: ({ color, }: {
|
|
275
293
|
color?: string | undefined;
|
|
276
294
|
}) => JSX.Element;
|
|
@@ -307,6 +325,10 @@ declare const _default$7: {
|
|
|
307
325
|
color?: string | undefined;
|
|
308
326
|
size?: number | undefined;
|
|
309
327
|
}) => react_jsx_runtime.JSX.Element;
|
|
328
|
+
Logout: ({ color, size, }: {
|
|
329
|
+
color: string;
|
|
330
|
+
size?: number | undefined;
|
|
331
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
310
332
|
Message: ({ active, color }: {
|
|
311
333
|
active?: boolean | undefined;
|
|
312
334
|
color?: string | undefined;
|
|
@@ -449,6 +471,7 @@ declare type HeaderProps = {
|
|
|
449
471
|
declare const _default$5: {
|
|
450
472
|
Button: ({ label, className }: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
451
473
|
Container: ({ children, cta, onItemClick, onMenuChange, className, expandIconClassName, menuProps, caretColor, borderColor, }: ContainerProps) => react_jsx_runtime.JSX.Element;
|
|
474
|
+
Wrapper: ({ children, cta, onItemClick, onMenuChange, className, menuProps, }: ContainerProps) => react_jsx_runtime.JSX.Element;
|
|
452
475
|
Search: ({ value, onChange, className, }: SearchProps) => react_jsx_runtime.JSX.Element;
|
|
453
476
|
Divider: ({ className }: {
|
|
454
477
|
className?: string | undefined;
|