@solace-health/ui 0.10.13 → 0.10.15
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 +191 -191
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +159 -159
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -279,6 +279,12 @@ declare const _default$5: {
|
|
|
279
279
|
className?: string | undefined;
|
|
280
280
|
}) => react_jsx_runtime.JSX.Element;
|
|
281
281
|
Filter: () => react_jsx_runtime.JSX.Element;
|
|
282
|
+
HoldHands: ({ color, }: {
|
|
283
|
+
color?: string | undefined;
|
|
284
|
+
}) => JSX.Element;
|
|
285
|
+
Wallet: ({ color, }: {
|
|
286
|
+
color?: string | undefined;
|
|
287
|
+
}) => JSX.Element;
|
|
282
288
|
};
|
|
283
289
|
|
|
284
290
|
declare enum Size {
|
package/dist/index.d.ts
CHANGED
|
@@ -279,6 +279,12 @@ declare const _default$5: {
|
|
|
279
279
|
className?: string | undefined;
|
|
280
280
|
}) => react_jsx_runtime.JSX.Element;
|
|
281
281
|
Filter: () => react_jsx_runtime.JSX.Element;
|
|
282
|
+
HoldHands: ({ color, }: {
|
|
283
|
+
color?: string | undefined;
|
|
284
|
+
}) => JSX.Element;
|
|
285
|
+
Wallet: ({ color, }: {
|
|
286
|
+
color?: string | undefined;
|
|
287
|
+
}) => JSX.Element;
|
|
282
288
|
};
|
|
283
289
|
|
|
284
290
|
declare enum Size {
|