@admin-layout/gluestack-ui-mobile 12.0.16-alpha.36 → 12.0.16-alpha.38
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [12.0.16-alpha.38](https://github.com/CDEBase/admin-layout/compare/v12.0.16-alpha.37...v12.0.16-alpha.38) (2025-10-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
9
|
+
|
|
10
|
+
## [12.0.16-alpha.37](https://github.com/CDEBase/admin-layout/compare/v12.0.16-alpha.36...v12.0.16-alpha.37) (2025-10-01)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
13
|
+
|
|
6
14
|
## [12.0.16-alpha.36](https://github.com/CDEBase/admin-layout/compare/v12.0.16-alpha.35...v12.0.16-alpha.36) (2025-10-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
@@ -101,263 +101,263 @@ export { Icon };
|
|
|
101
101
|
type ParameterTypes = Omit<Parameters<typeof createIcon>[0], 'Root'>;
|
|
102
102
|
declare const createIconUI: ({ ...props }: ParameterTypes) => React.ForwardRefExoticComponent<React.RefAttributes<Svg>>;
|
|
103
103
|
export { createIconUI as createIcon };
|
|
104
|
-
declare const AddIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
104
|
+
declare const AddIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
105
105
|
fill?: import("react-native").ColorValue;
|
|
106
106
|
stroke?: import("react-native").ColorValue;
|
|
107
107
|
}>;
|
|
108
108
|
export { AddIcon };
|
|
109
|
-
declare const AlertCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
109
|
+
declare const AlertCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
110
110
|
fill?: import("react-native").ColorValue;
|
|
111
111
|
stroke?: import("react-native").ColorValue;
|
|
112
112
|
}>;
|
|
113
113
|
export { AlertCircleIcon };
|
|
114
|
-
declare const ArrowUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
114
|
+
declare const ArrowUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
115
115
|
fill?: import("react-native").ColorValue;
|
|
116
116
|
stroke?: import("react-native").ColorValue;
|
|
117
117
|
}>;
|
|
118
|
-
declare const ArrowDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
118
|
+
declare const ArrowDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
119
119
|
fill?: import("react-native").ColorValue;
|
|
120
120
|
stroke?: import("react-native").ColorValue;
|
|
121
121
|
}>;
|
|
122
|
-
declare const ArrowRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
122
|
+
declare const ArrowRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
123
123
|
fill?: import("react-native").ColorValue;
|
|
124
124
|
stroke?: import("react-native").ColorValue;
|
|
125
125
|
}>;
|
|
126
|
-
declare const ArrowLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
126
|
+
declare const ArrowLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
127
127
|
fill?: import("react-native").ColorValue;
|
|
128
128
|
stroke?: import("react-native").ColorValue;
|
|
129
129
|
}>;
|
|
130
130
|
export { ArrowUpIcon, ArrowDownIcon, ArrowRightIcon, ArrowLeftIcon };
|
|
131
|
-
declare const AtSignIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
131
|
+
declare const AtSignIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
132
132
|
fill?: import("react-native").ColorValue;
|
|
133
133
|
stroke?: import("react-native").ColorValue;
|
|
134
134
|
}>;
|
|
135
135
|
export { AtSignIcon };
|
|
136
|
-
declare const BellIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
136
|
+
declare const BellIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
137
137
|
fill?: import("react-native").ColorValue;
|
|
138
138
|
stroke?: import("react-native").ColorValue;
|
|
139
139
|
}>;
|
|
140
140
|
export { BellIcon };
|
|
141
|
-
declare const CalendarDaysIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
141
|
+
declare const CalendarDaysIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
142
142
|
fill?: import("react-native").ColorValue;
|
|
143
143
|
stroke?: import("react-native").ColorValue;
|
|
144
144
|
}>;
|
|
145
145
|
export { CalendarDaysIcon };
|
|
146
|
-
declare const CheckIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
146
|
+
declare const CheckIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
147
147
|
fill?: import("react-native").ColorValue;
|
|
148
148
|
stroke?: import("react-native").ColorValue;
|
|
149
149
|
}>;
|
|
150
|
-
declare const CheckCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
150
|
+
declare const CheckCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
151
151
|
fill?: import("react-native").ColorValue;
|
|
152
152
|
stroke?: import("react-native").ColorValue;
|
|
153
153
|
}>;
|
|
154
154
|
export { CheckIcon, CheckCircleIcon };
|
|
155
|
-
declare const ChevronUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
155
|
+
declare const ChevronUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
156
156
|
fill?: import("react-native").ColorValue;
|
|
157
157
|
stroke?: import("react-native").ColorValue;
|
|
158
158
|
}>;
|
|
159
|
-
declare const ChevronDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
159
|
+
declare const ChevronDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
160
160
|
fill?: import("react-native").ColorValue;
|
|
161
161
|
stroke?: import("react-native").ColorValue;
|
|
162
162
|
}>;
|
|
163
|
-
declare const ChevronLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
163
|
+
declare const ChevronLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
164
164
|
fill?: import("react-native").ColorValue;
|
|
165
165
|
stroke?: import("react-native").ColorValue;
|
|
166
166
|
}>;
|
|
167
|
-
declare const ChevronRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
167
|
+
declare const ChevronRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
168
168
|
fill?: import("react-native").ColorValue;
|
|
169
169
|
stroke?: import("react-native").ColorValue;
|
|
170
170
|
}>;
|
|
171
|
-
declare const ChevronsLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
171
|
+
declare const ChevronsLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
172
172
|
fill?: import("react-native").ColorValue;
|
|
173
173
|
stroke?: import("react-native").ColorValue;
|
|
174
174
|
}>;
|
|
175
|
-
declare const ChevronsRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
175
|
+
declare const ChevronsRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
176
176
|
fill?: import("react-native").ColorValue;
|
|
177
177
|
stroke?: import("react-native").ColorValue;
|
|
178
178
|
}>;
|
|
179
|
-
declare const ChevronsUpDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
179
|
+
declare const ChevronsUpDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
180
180
|
fill?: import("react-native").ColorValue;
|
|
181
181
|
stroke?: import("react-native").ColorValue;
|
|
182
182
|
}>;
|
|
183
183
|
export { ChevronUpIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, };
|
|
184
|
-
declare const CircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
184
|
+
declare const CircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
185
185
|
fill?: import("react-native").ColorValue;
|
|
186
186
|
stroke?: import("react-native").ColorValue;
|
|
187
187
|
}>;
|
|
188
188
|
export { CircleIcon };
|
|
189
|
-
declare const ClockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
189
|
+
declare const ClockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
190
190
|
fill?: import("react-native").ColorValue;
|
|
191
191
|
stroke?: import("react-native").ColorValue;
|
|
192
192
|
}>;
|
|
193
193
|
export { ClockIcon };
|
|
194
|
-
declare const CloseIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
194
|
+
declare const CloseIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
195
195
|
fill?: import("react-native").ColorValue;
|
|
196
196
|
stroke?: import("react-native").ColorValue;
|
|
197
197
|
}>;
|
|
198
|
-
declare const CloseCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
198
|
+
declare const CloseCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
199
199
|
fill?: import("react-native").ColorValue;
|
|
200
200
|
stroke?: import("react-native").ColorValue;
|
|
201
201
|
}>;
|
|
202
202
|
export { CloseIcon, CloseCircleIcon };
|
|
203
|
-
declare const CopyIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
203
|
+
declare const CopyIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
204
204
|
fill?: import("react-native").ColorValue;
|
|
205
205
|
stroke?: import("react-native").ColorValue;
|
|
206
206
|
}>;
|
|
207
207
|
export { CopyIcon };
|
|
208
|
-
declare const DownloadIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
208
|
+
declare const DownloadIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
209
209
|
fill?: import("react-native").ColorValue;
|
|
210
210
|
stroke?: import("react-native").ColorValue;
|
|
211
211
|
}>;
|
|
212
212
|
export { DownloadIcon };
|
|
213
|
-
declare const EditIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
213
|
+
declare const EditIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
214
214
|
fill?: import("react-native").ColorValue;
|
|
215
215
|
stroke?: import("react-native").ColorValue;
|
|
216
216
|
}>;
|
|
217
217
|
export { EditIcon };
|
|
218
|
-
declare const EyeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
218
|
+
declare const EyeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
219
219
|
fill?: import("react-native").ColorValue;
|
|
220
220
|
stroke?: import("react-native").ColorValue;
|
|
221
221
|
}>;
|
|
222
|
-
declare const EyeOffIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
222
|
+
declare const EyeOffIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
223
223
|
fill?: import("react-native").ColorValue;
|
|
224
224
|
stroke?: import("react-native").ColorValue;
|
|
225
225
|
}>;
|
|
226
226
|
export { EyeIcon, EyeOffIcon };
|
|
227
|
-
declare const FavouriteIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
227
|
+
declare const FavouriteIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
228
228
|
fill?: import("react-native").ColorValue;
|
|
229
229
|
stroke?: import("react-native").ColorValue;
|
|
230
230
|
}>;
|
|
231
231
|
export { FavouriteIcon };
|
|
232
|
-
declare const GlobeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
232
|
+
declare const GlobeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
233
233
|
fill?: import("react-native").ColorValue;
|
|
234
234
|
stroke?: import("react-native").ColorValue;
|
|
235
235
|
}>;
|
|
236
236
|
export { GlobeIcon };
|
|
237
|
-
declare const GripVerticalIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
237
|
+
declare const GripVerticalIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
238
238
|
fill?: import("react-native").ColorValue;
|
|
239
239
|
stroke?: import("react-native").ColorValue;
|
|
240
240
|
}>;
|
|
241
241
|
export { GripVerticalIcon };
|
|
242
|
-
declare const HelpCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
242
|
+
declare const HelpCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
243
243
|
fill?: import("react-native").ColorValue;
|
|
244
244
|
stroke?: import("react-native").ColorValue;
|
|
245
245
|
}>;
|
|
246
246
|
export { HelpCircleIcon };
|
|
247
|
-
declare const InfoIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
247
|
+
declare const InfoIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
248
248
|
fill?: import("react-native").ColorValue;
|
|
249
249
|
stroke?: import("react-native").ColorValue;
|
|
250
250
|
}>;
|
|
251
251
|
export { InfoIcon };
|
|
252
|
-
declare const LinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
252
|
+
declare const LinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
253
253
|
fill?: import("react-native").ColorValue;
|
|
254
254
|
stroke?: import("react-native").ColorValue;
|
|
255
255
|
}>;
|
|
256
|
-
declare const ExternalLinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
256
|
+
declare const ExternalLinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
257
257
|
fill?: import("react-native").ColorValue;
|
|
258
258
|
stroke?: import("react-native").ColorValue;
|
|
259
259
|
}>;
|
|
260
260
|
export { LinkIcon, ExternalLinkIcon };
|
|
261
|
-
declare const LoaderIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
261
|
+
declare const LoaderIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
262
262
|
fill?: import("react-native").ColorValue;
|
|
263
263
|
stroke?: import("react-native").ColorValue;
|
|
264
264
|
}>;
|
|
265
265
|
export { LoaderIcon };
|
|
266
|
-
declare const LockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
266
|
+
declare const LockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
267
267
|
fill?: import("react-native").ColorValue;
|
|
268
268
|
stroke?: import("react-native").ColorValue;
|
|
269
269
|
}>;
|
|
270
270
|
export { LockIcon };
|
|
271
|
-
declare const MailIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
271
|
+
declare const MailIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
272
272
|
fill?: import("react-native").ColorValue;
|
|
273
273
|
stroke?: import("react-native").ColorValue;
|
|
274
274
|
}>;
|
|
275
275
|
export { MailIcon };
|
|
276
|
-
declare const MenuIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
276
|
+
declare const MenuIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
277
277
|
fill?: import("react-native").ColorValue;
|
|
278
278
|
stroke?: import("react-native").ColorValue;
|
|
279
279
|
}>;
|
|
280
280
|
export { MenuIcon };
|
|
281
|
-
declare const MessageCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
281
|
+
declare const MessageCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
282
282
|
fill?: import("react-native").ColorValue;
|
|
283
283
|
stroke?: import("react-native").ColorValue;
|
|
284
284
|
}>;
|
|
285
285
|
export { MessageCircleIcon };
|
|
286
|
-
declare const MoonIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
286
|
+
declare const MoonIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
287
287
|
fill?: import("react-native").ColorValue;
|
|
288
288
|
stroke?: import("react-native").ColorValue;
|
|
289
289
|
}>;
|
|
290
290
|
export { MoonIcon };
|
|
291
|
-
declare const PaperclipIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
291
|
+
declare const PaperclipIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
292
292
|
fill?: import("react-native").ColorValue;
|
|
293
293
|
stroke?: import("react-native").ColorValue;
|
|
294
294
|
}>;
|
|
295
295
|
export { PaperclipIcon };
|
|
296
|
-
declare const PhoneIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
296
|
+
declare const PhoneIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
297
297
|
fill?: import("react-native").ColorValue;
|
|
298
298
|
stroke?: import("react-native").ColorValue;
|
|
299
299
|
}>;
|
|
300
300
|
export { PhoneIcon };
|
|
301
|
-
declare const PlayIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
301
|
+
declare const PlayIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
302
302
|
fill?: import("react-native").ColorValue;
|
|
303
303
|
stroke?: import("react-native").ColorValue;
|
|
304
304
|
}>;
|
|
305
305
|
export { PlayIcon };
|
|
306
|
-
declare const RemoveIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
306
|
+
declare const RemoveIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
307
307
|
fill?: import("react-native").ColorValue;
|
|
308
308
|
stroke?: import("react-native").ColorValue;
|
|
309
309
|
}>;
|
|
310
310
|
export { RemoveIcon };
|
|
311
|
-
declare const RepeatIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
311
|
+
declare const RepeatIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
312
312
|
fill?: import("react-native").ColorValue;
|
|
313
313
|
stroke?: import("react-native").ColorValue;
|
|
314
314
|
}>;
|
|
315
|
-
declare const Repeat1Icon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
315
|
+
declare const Repeat1Icon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
316
316
|
fill?: import("react-native").ColorValue;
|
|
317
317
|
stroke?: import("react-native").ColorValue;
|
|
318
318
|
}>;
|
|
319
319
|
export { RepeatIcon, Repeat1Icon };
|
|
320
|
-
declare const SearchIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
320
|
+
declare const SearchIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
321
321
|
fill?: import("react-native").ColorValue;
|
|
322
322
|
stroke?: import("react-native").ColorValue;
|
|
323
323
|
}>;
|
|
324
324
|
export { SearchIcon };
|
|
325
|
-
declare const SettingsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
325
|
+
declare const SettingsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
326
326
|
fill?: import("react-native").ColorValue;
|
|
327
327
|
stroke?: import("react-native").ColorValue;
|
|
328
328
|
}>;
|
|
329
329
|
export { SettingsIcon };
|
|
330
|
-
declare const ShareIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
330
|
+
declare const ShareIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
331
331
|
fill?: import("react-native").ColorValue;
|
|
332
332
|
stroke?: import("react-native").ColorValue;
|
|
333
333
|
}>;
|
|
334
334
|
export { ShareIcon };
|
|
335
|
-
declare const SlashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
335
|
+
declare const SlashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
336
336
|
fill?: import("react-native").ColorValue;
|
|
337
337
|
stroke?: import("react-native").ColorValue;
|
|
338
338
|
}>;
|
|
339
339
|
export { SlashIcon };
|
|
340
|
-
declare const StarIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
340
|
+
declare const StarIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
341
341
|
fill?: import("react-native").ColorValue;
|
|
342
342
|
stroke?: import("react-native").ColorValue;
|
|
343
343
|
}>;
|
|
344
344
|
export { StarIcon };
|
|
345
|
-
declare const SunIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
345
|
+
declare const SunIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
346
346
|
fill?: import("react-native").ColorValue;
|
|
347
347
|
stroke?: import("react-native").ColorValue;
|
|
348
348
|
}>;
|
|
349
349
|
export { SunIcon };
|
|
350
|
-
declare const ThreeDotsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
350
|
+
declare const ThreeDotsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
351
351
|
fill?: import("react-native").ColorValue;
|
|
352
352
|
stroke?: import("react-native").ColorValue;
|
|
353
353
|
}>;
|
|
354
354
|
export { ThreeDotsIcon };
|
|
355
|
-
declare const TrashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
355
|
+
declare const TrashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
356
356
|
fill?: import("react-native").ColorValue;
|
|
357
357
|
stroke?: import("react-native").ColorValue;
|
|
358
358
|
}>;
|
|
359
359
|
export { TrashIcon };
|
|
360
|
-
declare const UnlockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
360
|
+
declare const UnlockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
361
361
|
fill?: import("react-native").ColorValue;
|
|
362
362
|
stroke?: import("react-native").ColorValue;
|
|
363
363
|
}>;
|
|
@@ -226,263 +226,263 @@ declare const createIconUI: ({ ...props }: ParameterTypes) => React.ForwardRefEx
|
|
|
226
226
|
stroke?: import("react-native").ColorValue;
|
|
227
227
|
}>>;
|
|
228
228
|
export { createIconUI as createIcon };
|
|
229
|
-
declare const AddIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
229
|
+
declare const AddIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
230
230
|
fill?: import("react-native").ColorValue;
|
|
231
231
|
stroke?: import("react-native").ColorValue;
|
|
232
232
|
}>;
|
|
233
233
|
export { AddIcon };
|
|
234
|
-
declare const AlertCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
234
|
+
declare const AlertCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
235
235
|
fill?: import("react-native").ColorValue;
|
|
236
236
|
stroke?: import("react-native").ColorValue;
|
|
237
237
|
}>;
|
|
238
238
|
export { AlertCircleIcon };
|
|
239
|
-
declare const ArrowUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
239
|
+
declare const ArrowUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
240
240
|
fill?: import("react-native").ColorValue;
|
|
241
241
|
stroke?: import("react-native").ColorValue;
|
|
242
242
|
}>;
|
|
243
|
-
declare const ArrowDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
243
|
+
declare const ArrowDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
244
244
|
fill?: import("react-native").ColorValue;
|
|
245
245
|
stroke?: import("react-native").ColorValue;
|
|
246
246
|
}>;
|
|
247
|
-
declare const ArrowRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
247
|
+
declare const ArrowRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
248
248
|
fill?: import("react-native").ColorValue;
|
|
249
249
|
stroke?: import("react-native").ColorValue;
|
|
250
250
|
}>;
|
|
251
|
-
declare const ArrowLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
251
|
+
declare const ArrowLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
252
252
|
fill?: import("react-native").ColorValue;
|
|
253
253
|
stroke?: import("react-native").ColorValue;
|
|
254
254
|
}>;
|
|
255
255
|
export { ArrowUpIcon, ArrowDownIcon, ArrowRightIcon, ArrowLeftIcon };
|
|
256
|
-
declare const AtSignIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
256
|
+
declare const AtSignIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
257
257
|
fill?: import("react-native").ColorValue;
|
|
258
258
|
stroke?: import("react-native").ColorValue;
|
|
259
259
|
}>;
|
|
260
260
|
export { AtSignIcon };
|
|
261
|
-
declare const BellIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
261
|
+
declare const BellIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
262
262
|
fill?: import("react-native").ColorValue;
|
|
263
263
|
stroke?: import("react-native").ColorValue;
|
|
264
264
|
}>;
|
|
265
265
|
export { BellIcon };
|
|
266
|
-
declare const CalendarDaysIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
266
|
+
declare const CalendarDaysIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
267
267
|
fill?: import("react-native").ColorValue;
|
|
268
268
|
stroke?: import("react-native").ColorValue;
|
|
269
269
|
}>;
|
|
270
270
|
export { CalendarDaysIcon };
|
|
271
|
-
declare const CheckIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
271
|
+
declare const CheckIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
272
272
|
fill?: import("react-native").ColorValue;
|
|
273
273
|
stroke?: import("react-native").ColorValue;
|
|
274
274
|
}>;
|
|
275
|
-
declare const CheckCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
275
|
+
declare const CheckCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
276
276
|
fill?: import("react-native").ColorValue;
|
|
277
277
|
stroke?: import("react-native").ColorValue;
|
|
278
278
|
}>;
|
|
279
279
|
export { CheckIcon, CheckCircleIcon };
|
|
280
|
-
declare const ChevronUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
280
|
+
declare const ChevronUpIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
281
281
|
fill?: import("react-native").ColorValue;
|
|
282
282
|
stroke?: import("react-native").ColorValue;
|
|
283
283
|
}>;
|
|
284
|
-
declare const ChevronDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
284
|
+
declare const ChevronDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
285
285
|
fill?: import("react-native").ColorValue;
|
|
286
286
|
stroke?: import("react-native").ColorValue;
|
|
287
287
|
}>;
|
|
288
|
-
declare const ChevronLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
288
|
+
declare const ChevronLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
289
289
|
fill?: import("react-native").ColorValue;
|
|
290
290
|
stroke?: import("react-native").ColorValue;
|
|
291
291
|
}>;
|
|
292
|
-
declare const ChevronRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
292
|
+
declare const ChevronRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
293
293
|
fill?: import("react-native").ColorValue;
|
|
294
294
|
stroke?: import("react-native").ColorValue;
|
|
295
295
|
}>;
|
|
296
|
-
declare const ChevronsLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
296
|
+
declare const ChevronsLeftIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
297
297
|
fill?: import("react-native").ColorValue;
|
|
298
298
|
stroke?: import("react-native").ColorValue;
|
|
299
299
|
}>;
|
|
300
|
-
declare const ChevronsRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
300
|
+
declare const ChevronsRightIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
301
301
|
fill?: import("react-native").ColorValue;
|
|
302
302
|
stroke?: import("react-native").ColorValue;
|
|
303
303
|
}>;
|
|
304
|
-
declare const ChevronsUpDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
304
|
+
declare const ChevronsUpDownIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
305
305
|
fill?: import("react-native").ColorValue;
|
|
306
306
|
stroke?: import("react-native").ColorValue;
|
|
307
307
|
}>;
|
|
308
308
|
export { ChevronUpIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpDownIcon, };
|
|
309
|
-
declare const CircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
309
|
+
declare const CircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
310
310
|
fill?: import("react-native").ColorValue;
|
|
311
311
|
stroke?: import("react-native").ColorValue;
|
|
312
312
|
}>;
|
|
313
313
|
export { CircleIcon };
|
|
314
|
-
declare const ClockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
314
|
+
declare const ClockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
315
315
|
fill?: import("react-native").ColorValue;
|
|
316
316
|
stroke?: import("react-native").ColorValue;
|
|
317
317
|
}>;
|
|
318
318
|
export { ClockIcon };
|
|
319
|
-
declare const CloseIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
319
|
+
declare const CloseIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
320
320
|
fill?: import("react-native").ColorValue;
|
|
321
321
|
stroke?: import("react-native").ColorValue;
|
|
322
322
|
}>;
|
|
323
|
-
declare const CloseCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
323
|
+
declare const CloseCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
324
324
|
fill?: import("react-native").ColorValue;
|
|
325
325
|
stroke?: import("react-native").ColorValue;
|
|
326
326
|
}>;
|
|
327
327
|
export { CloseIcon, CloseCircleIcon };
|
|
328
|
-
declare const CopyIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
328
|
+
declare const CopyIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
329
329
|
fill?: import("react-native").ColorValue;
|
|
330
330
|
stroke?: import("react-native").ColorValue;
|
|
331
331
|
}>;
|
|
332
332
|
export { CopyIcon };
|
|
333
|
-
declare const DownloadIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
333
|
+
declare const DownloadIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
334
334
|
fill?: import("react-native").ColorValue;
|
|
335
335
|
stroke?: import("react-native").ColorValue;
|
|
336
336
|
}>;
|
|
337
337
|
export { DownloadIcon };
|
|
338
|
-
declare const EditIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
338
|
+
declare const EditIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
339
339
|
fill?: import("react-native").ColorValue;
|
|
340
340
|
stroke?: import("react-native").ColorValue;
|
|
341
341
|
}>;
|
|
342
342
|
export { EditIcon };
|
|
343
|
-
declare const EyeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
343
|
+
declare const EyeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
344
344
|
fill?: import("react-native").ColorValue;
|
|
345
345
|
stroke?: import("react-native").ColorValue;
|
|
346
346
|
}>;
|
|
347
|
-
declare const EyeOffIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
347
|
+
declare const EyeOffIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
348
348
|
fill?: import("react-native").ColorValue;
|
|
349
349
|
stroke?: import("react-native").ColorValue;
|
|
350
350
|
}>;
|
|
351
351
|
export { EyeIcon, EyeOffIcon };
|
|
352
|
-
declare const FavouriteIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
352
|
+
declare const FavouriteIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
353
353
|
fill?: import("react-native").ColorValue;
|
|
354
354
|
stroke?: import("react-native").ColorValue;
|
|
355
355
|
}>;
|
|
356
356
|
export { FavouriteIcon };
|
|
357
|
-
declare const GlobeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
357
|
+
declare const GlobeIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
358
358
|
fill?: import("react-native").ColorValue;
|
|
359
359
|
stroke?: import("react-native").ColorValue;
|
|
360
360
|
}>;
|
|
361
361
|
export { GlobeIcon };
|
|
362
|
-
declare const GripVerticalIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
362
|
+
declare const GripVerticalIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
363
363
|
fill?: import("react-native").ColorValue;
|
|
364
364
|
stroke?: import("react-native").ColorValue;
|
|
365
365
|
}>;
|
|
366
366
|
export { GripVerticalIcon };
|
|
367
|
-
declare const HelpCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
367
|
+
declare const HelpCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
368
368
|
fill?: import("react-native").ColorValue;
|
|
369
369
|
stroke?: import("react-native").ColorValue;
|
|
370
370
|
}>;
|
|
371
371
|
export { HelpCircleIcon };
|
|
372
|
-
declare const InfoIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
372
|
+
declare const InfoIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
373
373
|
fill?: import("react-native").ColorValue;
|
|
374
374
|
stroke?: import("react-native").ColorValue;
|
|
375
375
|
}>;
|
|
376
376
|
export { InfoIcon };
|
|
377
|
-
declare const LinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
377
|
+
declare const LinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
378
378
|
fill?: import("react-native").ColorValue;
|
|
379
379
|
stroke?: import("react-native").ColorValue;
|
|
380
380
|
}>;
|
|
381
|
-
declare const ExternalLinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
381
|
+
declare const ExternalLinkIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
382
382
|
fill?: import("react-native").ColorValue;
|
|
383
383
|
stroke?: import("react-native").ColorValue;
|
|
384
384
|
}>;
|
|
385
385
|
export { LinkIcon, ExternalLinkIcon };
|
|
386
|
-
declare const LoaderIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
386
|
+
declare const LoaderIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
387
387
|
fill?: import("react-native").ColorValue;
|
|
388
388
|
stroke?: import("react-native").ColorValue;
|
|
389
389
|
}>;
|
|
390
390
|
export { LoaderIcon };
|
|
391
|
-
declare const LockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
391
|
+
declare const LockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
392
392
|
fill?: import("react-native").ColorValue;
|
|
393
393
|
stroke?: import("react-native").ColorValue;
|
|
394
394
|
}>;
|
|
395
395
|
export { LockIcon };
|
|
396
|
-
declare const MailIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
396
|
+
declare const MailIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
397
397
|
fill?: import("react-native").ColorValue;
|
|
398
398
|
stroke?: import("react-native").ColorValue;
|
|
399
399
|
}>;
|
|
400
400
|
export { MailIcon };
|
|
401
|
-
declare const MenuIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
401
|
+
declare const MenuIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
402
402
|
fill?: import("react-native").ColorValue;
|
|
403
403
|
stroke?: import("react-native").ColorValue;
|
|
404
404
|
}>;
|
|
405
405
|
export { MenuIcon };
|
|
406
|
-
declare const MessageCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
406
|
+
declare const MessageCircleIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
407
407
|
fill?: import("react-native").ColorValue;
|
|
408
408
|
stroke?: import("react-native").ColorValue;
|
|
409
409
|
}>;
|
|
410
410
|
export { MessageCircleIcon };
|
|
411
|
-
declare const MoonIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
411
|
+
declare const MoonIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
412
412
|
fill?: import("react-native").ColorValue;
|
|
413
413
|
stroke?: import("react-native").ColorValue;
|
|
414
414
|
}>;
|
|
415
415
|
export { MoonIcon };
|
|
416
|
-
declare const PaperclipIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
416
|
+
declare const PaperclipIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
417
417
|
fill?: import("react-native").ColorValue;
|
|
418
418
|
stroke?: import("react-native").ColorValue;
|
|
419
419
|
}>;
|
|
420
420
|
export { PaperclipIcon };
|
|
421
|
-
declare const PhoneIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
421
|
+
declare const PhoneIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
422
422
|
fill?: import("react-native").ColorValue;
|
|
423
423
|
stroke?: import("react-native").ColorValue;
|
|
424
424
|
}>;
|
|
425
425
|
export { PhoneIcon };
|
|
426
|
-
declare const PlayIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
426
|
+
declare const PlayIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
427
427
|
fill?: import("react-native").ColorValue;
|
|
428
428
|
stroke?: import("react-native").ColorValue;
|
|
429
429
|
}>;
|
|
430
430
|
export { PlayIcon };
|
|
431
|
-
declare const RemoveIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
431
|
+
declare const RemoveIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
432
432
|
fill?: import("react-native").ColorValue;
|
|
433
433
|
stroke?: import("react-native").ColorValue;
|
|
434
434
|
}>;
|
|
435
435
|
export { RemoveIcon };
|
|
436
|
-
declare const RepeatIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
436
|
+
declare const RepeatIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
437
437
|
fill?: import("react-native").ColorValue;
|
|
438
438
|
stroke?: import("react-native").ColorValue;
|
|
439
439
|
}>;
|
|
440
|
-
declare const Repeat1Icon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
440
|
+
declare const Repeat1Icon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
441
441
|
fill?: import("react-native").ColorValue;
|
|
442
442
|
stroke?: import("react-native").ColorValue;
|
|
443
443
|
}>;
|
|
444
444
|
export { RepeatIcon, Repeat1Icon };
|
|
445
|
-
declare const SearchIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
445
|
+
declare const SearchIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
446
446
|
fill?: import("react-native").ColorValue;
|
|
447
447
|
stroke?: import("react-native").ColorValue;
|
|
448
448
|
}>;
|
|
449
449
|
export { SearchIcon };
|
|
450
|
-
declare const SettingsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
450
|
+
declare const SettingsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
451
451
|
fill?: import("react-native").ColorValue;
|
|
452
452
|
stroke?: import("react-native").ColorValue;
|
|
453
453
|
}>;
|
|
454
454
|
export { SettingsIcon };
|
|
455
|
-
declare const ShareIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
455
|
+
declare const ShareIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
456
456
|
fill?: import("react-native").ColorValue;
|
|
457
457
|
stroke?: import("react-native").ColorValue;
|
|
458
458
|
}>;
|
|
459
459
|
export { ShareIcon };
|
|
460
|
-
declare const SlashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
460
|
+
declare const SlashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
461
461
|
fill?: import("react-native").ColorValue;
|
|
462
462
|
stroke?: import("react-native").ColorValue;
|
|
463
463
|
}>;
|
|
464
464
|
export { SlashIcon };
|
|
465
|
-
declare const StarIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
465
|
+
declare const StarIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
466
466
|
fill?: import("react-native").ColorValue;
|
|
467
467
|
stroke?: import("react-native").ColorValue;
|
|
468
468
|
}>;
|
|
469
469
|
export { StarIcon };
|
|
470
|
-
declare const SunIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
470
|
+
declare const SunIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
471
471
|
fill?: import("react-native").ColorValue;
|
|
472
472
|
stroke?: import("react-native").ColorValue;
|
|
473
473
|
}>;
|
|
474
474
|
export { SunIcon };
|
|
475
|
-
declare const ThreeDotsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
475
|
+
declare const ThreeDotsIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
476
476
|
fill?: import("react-native").ColorValue;
|
|
477
477
|
stroke?: import("react-native").ColorValue;
|
|
478
478
|
}>;
|
|
479
479
|
export { ThreeDotsIcon };
|
|
480
|
-
declare const TrashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
480
|
+
declare const TrashIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
481
481
|
fill?: import("react-native").ColorValue;
|
|
482
482
|
stroke?: import("react-native").ColorValue;
|
|
483
483
|
}>;
|
|
484
484
|
export { TrashIcon };
|
|
485
|
-
declare const UnlockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
|
|
485
|
+
declare const UnlockIcon: import("@gluestack-ui/icon/lib/createIcon").IIconComponentType<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps> | {
|
|
486
486
|
fill?: import("react-native").ColorValue;
|
|
487
487
|
stroke?: import("react-native").ColorValue;
|
|
488
488
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/gluestack-ui-mobile",
|
|
3
|
-
"version": "12.0.16-alpha.
|
|
3
|
+
"version": "12.0.16-alpha.38",
|
|
4
4
|
"description": "Glustack-ui for mobile component layout",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"watch": "npm run build:lib:watch"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@admin-layout/client": "12.0.16-alpha.
|
|
27
|
+
"@admin-layout/client": "12.0.16-alpha.38",
|
|
28
28
|
"@expo/html-elements": "^0.11.2",
|
|
29
29
|
"@gluestack-ui/accordion": "^1.0.12",
|
|
30
30
|
"@gluestack-ui/actionsheet": "^0.2.50",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"typescript": {
|
|
78
78
|
"definition": "lib/index.d.ts"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "79545e1701d58a6113a696d30cd10746dffa0bfb"
|
|
81
81
|
}
|