@solace-health/ui 0.9.32 → 0.9.34

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.d.cts CHANGED
@@ -123,6 +123,7 @@ declare const _default$5: {
123
123
  active?: boolean | undefined;
124
124
  color?: string | undefined;
125
125
  }) => react_jsx_runtime.JSX.Element;
126
+ Draggable: () => react_jsx_runtime.JSX.Element;
126
127
  Invoice: ({ active, color }: {
127
128
  active?: boolean | undefined;
128
129
  color?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -123,6 +123,7 @@ declare const _default$5: {
123
123
  active?: boolean | undefined;
124
124
  color?: string | undefined;
125
125
  }) => react_jsx_runtime.JSX.Element;
126
+ Draggable: () => react_jsx_runtime.JSX.Element;
126
127
  Invoice: ({ active, color }: {
127
128
  active?: boolean | undefined;
128
129
  color?: string | undefined;