@solace-health/ui 0.9.3 → 0.9.4
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 +272 -136
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +68 -0
- package/dist/index.d.ts +68 -0
- package/dist/index.js +244 -108
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -77,6 +77,26 @@ declare const _default$4: {
|
|
|
77
77
|
AddCircle: ({ color }: {
|
|
78
78
|
color?: string | undefined;
|
|
79
79
|
}) => react_jsx_runtime.JSX.Element;
|
|
80
|
+
Books: ({ active, color }: {
|
|
81
|
+
active?: boolean | undefined;
|
|
82
|
+
color?: string | undefined;
|
|
83
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
84
|
+
Tools: ({ active, color }: {
|
|
85
|
+
active?: boolean | undefined;
|
|
86
|
+
color?: string | undefined;
|
|
87
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
88
|
+
Files: ({ active, color }: {
|
|
89
|
+
active?: boolean | undefined;
|
|
90
|
+
color?: string | undefined;
|
|
91
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
92
|
+
Records: ({ active, color }: {
|
|
93
|
+
active?: boolean | undefined;
|
|
94
|
+
color?: string | undefined;
|
|
95
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
96
|
+
Bank: ({ active, color }: {
|
|
97
|
+
active?: boolean | undefined;
|
|
98
|
+
color?: string | undefined;
|
|
99
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
80
100
|
Copy: ({ color }: {
|
|
81
101
|
color?: string | undefined;
|
|
82
102
|
}) => react_jsx_runtime.JSX.Element;
|
|
@@ -85,9 +105,33 @@ declare const _default$4: {
|
|
|
85
105
|
direction?: "left" | "right" | "up" | "down" | undefined;
|
|
86
106
|
}) => react_jsx_runtime.JSX.Element;
|
|
87
107
|
Calendar: () => react_jsx_runtime.JSX.Element;
|
|
108
|
+
CalendarClock: ({ active, color }: {
|
|
109
|
+
active?: boolean | undefined;
|
|
110
|
+
color?: string | undefined;
|
|
111
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
112
|
+
Invoice: ({ active, color }: {
|
|
113
|
+
active?: boolean | undefined;
|
|
114
|
+
color?: string | undefined;
|
|
115
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
116
|
+
Celebrate: ({ active, color }: {
|
|
117
|
+
active?: boolean | undefined;
|
|
118
|
+
color?: string | undefined;
|
|
119
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
88
120
|
Checkbox: ({ checked }: {
|
|
89
121
|
checked?: boolean | undefined;
|
|
90
122
|
}) => react_jsx_runtime.JSX.Element;
|
|
123
|
+
Form: ({ active, color }: {
|
|
124
|
+
active?: boolean | undefined;
|
|
125
|
+
color?: string | undefined;
|
|
126
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
127
|
+
FramedPainting: ({ active, color }: {
|
|
128
|
+
active?: boolean | undefined;
|
|
129
|
+
color?: string | undefined;
|
|
130
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
131
|
+
House: ({ active, color }: {
|
|
132
|
+
active?: boolean | undefined;
|
|
133
|
+
color?: string | undefined;
|
|
134
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
91
135
|
NoteDocument: () => react_jsx_runtime.JSX.Element;
|
|
92
136
|
CircleExclamation: ({ color }: {
|
|
93
137
|
color?: string | undefined;
|
|
@@ -107,10 +151,22 @@ declare const _default$4: {
|
|
|
107
151
|
}) => react_jsx_runtime.JSX.Element;
|
|
108
152
|
HeartPulse: () => JSX.Element;
|
|
109
153
|
IdBadge: () => react_jsx_runtime.JSX.Element;
|
|
154
|
+
Key: ({ active, color }: {
|
|
155
|
+
active?: boolean | undefined;
|
|
156
|
+
color?: string | undefined;
|
|
157
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
110
158
|
LightBulb: () => react_jsx_runtime.JSX.Element;
|
|
111
159
|
LocationPin: ({ className }: {
|
|
112
160
|
className?: string | undefined;
|
|
113
161
|
}) => react_jsx_runtime.JSX.Element;
|
|
162
|
+
Message: ({ active, color }: {
|
|
163
|
+
active?: boolean | undefined;
|
|
164
|
+
color?: string | undefined;
|
|
165
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
166
|
+
MoneyLayered: ({ active, color }: {
|
|
167
|
+
active?: boolean | undefined;
|
|
168
|
+
color?: string | undefined;
|
|
169
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
114
170
|
Permissions: ({ size, color, }: {
|
|
115
171
|
size?: string | undefined;
|
|
116
172
|
color?: string | undefined;
|
|
@@ -122,11 +178,23 @@ declare const _default$4: {
|
|
|
122
178
|
RatingStar: ({ filled }: {
|
|
123
179
|
filled: boolean;
|
|
124
180
|
}) => react_jsx_runtime.JSX.Element;
|
|
181
|
+
ReceptionBell: ({ active, color }: {
|
|
182
|
+
active?: boolean | undefined;
|
|
183
|
+
color?: string | undefined;
|
|
184
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
185
|
+
Rose: ({ active, color }: {
|
|
186
|
+
active?: boolean | undefined;
|
|
187
|
+
color?: string | undefined;
|
|
188
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
125
189
|
Sparkles: () => react_jsx_runtime.JSX.Element;
|
|
126
190
|
Sun: () => JSX.Element;
|
|
127
191
|
Signature: ({ color }: {
|
|
128
192
|
color?: string | undefined;
|
|
129
193
|
}) => react_jsx_runtime.JSX.Element;
|
|
194
|
+
TaskList: ({ active, color }: {
|
|
195
|
+
active?: boolean | undefined;
|
|
196
|
+
color?: string | undefined;
|
|
197
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
130
198
|
Trash: ({ fill, className, }: {
|
|
131
199
|
fill?: string | undefined;
|
|
132
200
|
className?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -77,6 +77,26 @@ declare const _default$4: {
|
|
|
77
77
|
AddCircle: ({ color }: {
|
|
78
78
|
color?: string | undefined;
|
|
79
79
|
}) => react_jsx_runtime.JSX.Element;
|
|
80
|
+
Books: ({ active, color }: {
|
|
81
|
+
active?: boolean | undefined;
|
|
82
|
+
color?: string | undefined;
|
|
83
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
84
|
+
Tools: ({ active, color }: {
|
|
85
|
+
active?: boolean | undefined;
|
|
86
|
+
color?: string | undefined;
|
|
87
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
88
|
+
Files: ({ active, color }: {
|
|
89
|
+
active?: boolean | undefined;
|
|
90
|
+
color?: string | undefined;
|
|
91
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
92
|
+
Records: ({ active, color }: {
|
|
93
|
+
active?: boolean | undefined;
|
|
94
|
+
color?: string | undefined;
|
|
95
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
96
|
+
Bank: ({ active, color }: {
|
|
97
|
+
active?: boolean | undefined;
|
|
98
|
+
color?: string | undefined;
|
|
99
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
80
100
|
Copy: ({ color }: {
|
|
81
101
|
color?: string | undefined;
|
|
82
102
|
}) => react_jsx_runtime.JSX.Element;
|
|
@@ -85,9 +105,33 @@ declare const _default$4: {
|
|
|
85
105
|
direction?: "left" | "right" | "up" | "down" | undefined;
|
|
86
106
|
}) => react_jsx_runtime.JSX.Element;
|
|
87
107
|
Calendar: () => react_jsx_runtime.JSX.Element;
|
|
108
|
+
CalendarClock: ({ active, color }: {
|
|
109
|
+
active?: boolean | undefined;
|
|
110
|
+
color?: string | undefined;
|
|
111
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
112
|
+
Invoice: ({ active, color }: {
|
|
113
|
+
active?: boolean | undefined;
|
|
114
|
+
color?: string | undefined;
|
|
115
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
116
|
+
Celebrate: ({ active, color }: {
|
|
117
|
+
active?: boolean | undefined;
|
|
118
|
+
color?: string | undefined;
|
|
119
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
88
120
|
Checkbox: ({ checked }: {
|
|
89
121
|
checked?: boolean | undefined;
|
|
90
122
|
}) => react_jsx_runtime.JSX.Element;
|
|
123
|
+
Form: ({ active, color }: {
|
|
124
|
+
active?: boolean | undefined;
|
|
125
|
+
color?: string | undefined;
|
|
126
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
127
|
+
FramedPainting: ({ active, color }: {
|
|
128
|
+
active?: boolean | undefined;
|
|
129
|
+
color?: string | undefined;
|
|
130
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
131
|
+
House: ({ active, color }: {
|
|
132
|
+
active?: boolean | undefined;
|
|
133
|
+
color?: string | undefined;
|
|
134
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
91
135
|
NoteDocument: () => react_jsx_runtime.JSX.Element;
|
|
92
136
|
CircleExclamation: ({ color }: {
|
|
93
137
|
color?: string | undefined;
|
|
@@ -107,10 +151,22 @@ declare const _default$4: {
|
|
|
107
151
|
}) => react_jsx_runtime.JSX.Element;
|
|
108
152
|
HeartPulse: () => JSX.Element;
|
|
109
153
|
IdBadge: () => react_jsx_runtime.JSX.Element;
|
|
154
|
+
Key: ({ active, color }: {
|
|
155
|
+
active?: boolean | undefined;
|
|
156
|
+
color?: string | undefined;
|
|
157
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
110
158
|
LightBulb: () => react_jsx_runtime.JSX.Element;
|
|
111
159
|
LocationPin: ({ className }: {
|
|
112
160
|
className?: string | undefined;
|
|
113
161
|
}) => react_jsx_runtime.JSX.Element;
|
|
162
|
+
Message: ({ active, color }: {
|
|
163
|
+
active?: boolean | undefined;
|
|
164
|
+
color?: string | undefined;
|
|
165
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
166
|
+
MoneyLayered: ({ active, color }: {
|
|
167
|
+
active?: boolean | undefined;
|
|
168
|
+
color?: string | undefined;
|
|
169
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
114
170
|
Permissions: ({ size, color, }: {
|
|
115
171
|
size?: string | undefined;
|
|
116
172
|
color?: string | undefined;
|
|
@@ -122,11 +178,23 @@ declare const _default$4: {
|
|
|
122
178
|
RatingStar: ({ filled }: {
|
|
123
179
|
filled: boolean;
|
|
124
180
|
}) => react_jsx_runtime.JSX.Element;
|
|
181
|
+
ReceptionBell: ({ active, color }: {
|
|
182
|
+
active?: boolean | undefined;
|
|
183
|
+
color?: string | undefined;
|
|
184
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
185
|
+
Rose: ({ active, color }: {
|
|
186
|
+
active?: boolean | undefined;
|
|
187
|
+
color?: string | undefined;
|
|
188
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
125
189
|
Sparkles: () => react_jsx_runtime.JSX.Element;
|
|
126
190
|
Sun: () => JSX.Element;
|
|
127
191
|
Signature: ({ color }: {
|
|
128
192
|
color?: string | undefined;
|
|
129
193
|
}) => react_jsx_runtime.JSX.Element;
|
|
194
|
+
TaskList: ({ active, color }: {
|
|
195
|
+
active?: boolean | undefined;
|
|
196
|
+
color?: string | undefined;
|
|
197
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
130
198
|
Trash: ({ fill, className, }: {
|
|
131
199
|
fill?: string | undefined;
|
|
132
200
|
className?: string | undefined;
|