@pnkx-lib/ui 1.8.6 → 1.8.8
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/style.css +1 -1
- package/es/chunks/{ErrorBoundary-C5g427OM.js → ErrorBoundary-CwQo6pE6.js} +77 -72
- package/es/chunks/{Radio-C3c5Olf1.js → Radio-D2me1zZ-.js} +1 -1
- package/es/chunks/{Switch-BUaKQ4cU.js → Switch-za5Skgtp.js} +42 -48
- package/es/fields/index.js +2 -2
- package/es/index.js +3 -3
- package/es/ui/index.js +2 -2
- package/package.json +2 -2
- package/types/index.d.ts +13 -19
- package/types/ui.d.ts +13 -19
- package/dist/assets/ui-TI_LyW6Y.css +0 -1
- package/dist/chunks/Switch-B9j33qoL.js +0 -14880
- package/dist/chunks/Tag-BhJhbXqW.js +0 -4206
- package/dist/chunks/createSuper-xZMa0AcQ.js +0 -2769
- package/dist/fields/index.js +0 -11
- package/dist/index.js +0 -40
- package/dist/types/fields.d.ts +0 -193
- package/dist/types/index.d.ts +0 -574
- package/dist/types/ui.d.ts +0 -387
- package/dist/ui/index.js +0 -31
- package/dist/vite.svg +0 -1
package/dist/types/ui.d.ts
DELETED
@@ -1,387 +0,0 @@
|
|
1
|
-
import { BadgeProps as BadgeProps_2 } from 'antd';
|
2
|
-
import { BasicProps } from 'antd/es/layout/layout';
|
3
|
-
import { BreadcrumbItemType as BreadcrumbItemType_2 } from 'antd/es/breadcrumb/Breadcrumb';
|
4
|
-
import { BreadcrumbProps as BreadcrumbProps_2 } from 'antd';
|
5
|
-
import { BreadcrumbSeparatorType as BreadcrumbSeparatorType_2 } from 'antd/es/breadcrumb/Breadcrumb';
|
6
|
-
import { Breakpoint } from 'antd';
|
7
|
-
import { ButtonProps as ButtonProps_2 } from 'antd';
|
8
|
-
import { CascaderProps } from 'antd/es/cascader';
|
9
|
-
import { ColProps as ColProps_2 } from 'antd';
|
10
|
-
import { ColSize as ColSize_2 } from 'antd/es/grid';
|
11
|
-
import { ColumnsType as ColumnsType_2 } from 'antd/es/table';
|
12
|
-
import { Control } from 'react-hook-form';
|
13
|
-
import { default as default_2 } from 'react';
|
14
|
-
import { DefaultOptionType } from 'antd/es/cascader';
|
15
|
-
import { DefaultValues } from 'react-hook-form';
|
16
|
-
import { DropdownButtonProps as DropdownButtonProps_2 } from 'antd/es/dropdown';
|
17
|
-
import { DropdownButtonType as DropdownButtonType_2 } from 'antd/es/dropdown';
|
18
|
-
import { DropdownProps as DropdownProps_2 } from 'antd';
|
19
|
-
import { FC } from 'react';
|
20
|
-
import { FieldValues } from 'react-hook-form';
|
21
|
-
import { FlexProps as FlexProps_2 } from 'antd';
|
22
|
-
import { ForwardRefExoticComponent } from 'react';
|
23
|
-
import { JSX } from 'react/jsx-runtime';
|
24
|
-
import { MenuDividerProps } from 'antd/es/menu';
|
25
|
-
import { MenuItemGroupProps } from 'rc-menu/lib/MenuItemGroup';
|
26
|
-
import { MenuItemProps as MenuItemProps_2 } from 'antd/es/menu';
|
27
|
-
import { MenuProps as MenuProps_2 } from 'antd/es/menu';
|
28
|
-
import { ModalProps } from 'antd';
|
29
|
-
import { Pagination as Pagination_2 } from 'antd';
|
30
|
-
import { PaginationLocale } from 'rc-pagination';
|
31
|
-
import { PaginationProps as PaginationProps_2 } from 'antd';
|
32
|
-
import { ParagraphProps } from 'antd/es/typography/Paragraph';
|
33
|
-
import { PopoverProps as PopoverProps_2 } from 'antd';
|
34
|
-
import { ReactNode } from 'react';
|
35
|
-
import { RefAttributes } from 'react';
|
36
|
-
import { RowProps as RowProps_2 } from 'antd';
|
37
|
-
import { SiderContextProps } from 'antd/es/layout/Sider';
|
38
|
-
import { SiderProps } from 'antd/es/layout/Sider';
|
39
|
-
import { SkeletonProps as SkeletonProps_2 } from 'antd';
|
40
|
-
import { Space as Space_2 } from 'antd';
|
41
|
-
import { SpaceProps as SpaceProps_2 } from 'antd';
|
42
|
-
import { Splitter as Splitter_2 } from 'antd';
|
43
|
-
import { SplitterProps as SplitterProps_2 } from 'antd';
|
44
|
-
import { StepProps as StepProps_2 } from 'antd';
|
45
|
-
import { Steps as Steps_2 } from 'antd';
|
46
|
-
import { StepsProps as StepsProps_2 } from 'antd';
|
47
|
-
import { SubMenuProps as SubMenuProps_2 } from 'antd/es/menu';
|
48
|
-
import { TableProps } from 'antd/lib/table';
|
49
|
-
import { TabsProps as TabsProps_2 } from 'antd';
|
50
|
-
import { TagProps } from 'antd';
|
51
|
-
import { TextProps } from 'antd/es/typography/Text';
|
52
|
-
import { TitleProps } from 'antd/es/typography/Title';
|
53
|
-
import { TooltipProps as TooltipProps_2 } from 'antd';
|
54
|
-
import { UseFormHandleSubmit } from 'react-hook-form';
|
55
|
-
import { UseFormReturn } from 'react-hook-form';
|
56
|
-
import { UseFormSetValue } from 'react-hook-form';
|
57
|
-
|
58
|
-
export declare const Badge: ({ type, children, ...rest }: BadgeProps) => JSX.Element;
|
59
|
-
|
60
|
-
export declare interface BadgeProps extends BadgeProps_2 {
|
61
|
-
type?: "error" | "info" | "success" | "warning";
|
62
|
-
children?: React.ReactNode;
|
63
|
-
}
|
64
|
-
|
65
|
-
declare type BaseProps = {
|
66
|
-
customStyleContainer?: string;
|
67
|
-
customStyleCascader?: string;
|
68
|
-
};
|
69
|
-
|
70
|
-
declare type BaseProps_10 = {
|
71
|
-
containerClassName?: string;
|
72
|
-
spaceClassName?: string;
|
73
|
-
};
|
74
|
-
|
75
|
-
declare type BaseProps_11 = {
|
76
|
-
containerClassName?: string;
|
77
|
-
paginationClassName?: string;
|
78
|
-
};
|
79
|
-
|
80
|
-
declare type BaseProps_12 = {
|
81
|
-
containerClassName?: string;
|
82
|
-
stepsClassName?: string;
|
83
|
-
};
|
84
|
-
|
85
|
-
declare type BaseProps_2 = {
|
86
|
-
containerClassName?: string;
|
87
|
-
popoverClassName?: string;
|
88
|
-
};
|
89
|
-
|
90
|
-
declare type BaseProps_3 = {
|
91
|
-
colClassName?: string;
|
92
|
-
};
|
93
|
-
|
94
|
-
declare type BaseProps_4 = {
|
95
|
-
rowClassName?: string;
|
96
|
-
};
|
97
|
-
|
98
|
-
declare type BaseProps_5 = {
|
99
|
-
containerClassName?: string;
|
100
|
-
dropdownClassName?: string;
|
101
|
-
};
|
102
|
-
|
103
|
-
declare type BaseProps_6 = {
|
104
|
-
containerClassName?: string;
|
105
|
-
breadcrumbClassName?: string;
|
106
|
-
};
|
107
|
-
|
108
|
-
declare type BaseProps_7 = {
|
109
|
-
containerClassName?: string;
|
110
|
-
flexClassName?: string;
|
111
|
-
};
|
112
|
-
|
113
|
-
declare type BaseProps_8 = {
|
114
|
-
layoutClassName?: string;
|
115
|
-
};
|
116
|
-
|
117
|
-
declare type BaseProps_9 = {
|
118
|
-
containerClassName?: string;
|
119
|
-
spaceClassName?: string;
|
120
|
-
};
|
121
|
-
|
122
|
-
export declare const Breadcrumb: (props: BreadcrumbPropsUnion) => JSX.Element;
|
123
|
-
|
124
|
-
export declare interface BreadcrumbItemType extends BreadcrumbItemType_2 {
|
125
|
-
children?: Omit<BreadcrumbItemType, "children">[];
|
126
|
-
}
|
127
|
-
|
128
|
-
export declare type BreadcrumbProps = BreadcrumbProps_2;
|
129
|
-
|
130
|
-
export declare type BreadcrumbPropsUnion = BaseProps_6 & BreadcrumbProps;
|
131
|
-
|
132
|
-
export declare type BreadcrumbSeparatorType = BreadcrumbSeparatorType_2;
|
133
|
-
|
134
|
-
export declare const Button: default_2.FC<ButtonProps>;
|
135
|
-
|
136
|
-
export declare type ButtonProps = ButtonProps_2;
|
137
|
-
|
138
|
-
export declare const CascaderField: (props: CascaderFieldProps) => JSX.Element;
|
139
|
-
|
140
|
-
export declare type CascaderFieldProps = BaseProps & (SingleCascaderProps | MultipleCascaderProps);
|
141
|
-
|
142
|
-
export declare const Col: (props: ColPropsUnion) => JSX.Element;
|
143
|
-
|
144
|
-
export declare interface ColProps extends ColProps_2, Partial<Record<Breakpoint, ColSpanType | ColSize>> {
|
145
|
-
}
|
146
|
-
|
147
|
-
export declare type ColPropsUnion = BaseProps_3 & ColProps;
|
148
|
-
|
149
|
-
export declare interface ColSize extends ColSize_2 {
|
150
|
-
}
|
151
|
-
|
152
|
-
export declare type ColSpanType = number | string;
|
153
|
-
|
154
|
-
export declare type ColumnsType<T> = ColumnsType_2<T>;
|
155
|
-
|
156
|
-
declare type CompoundedMenu = FC<MenuComponentProps> & {
|
157
|
-
Item: typeof MenuItem;
|
158
|
-
SubMenu: typeof SubMenu;
|
159
|
-
Divider: typeof Divider;
|
160
|
-
ItemGroup: typeof ItemGroup;
|
161
|
-
};
|
162
|
-
|
163
|
-
export declare const Container: default_2.FC<ContainerProps>;
|
164
|
-
|
165
|
-
export declare interface ContainerProps {
|
166
|
-
children: default_2.ReactNode;
|
167
|
-
size?: TailwindMaxWidth;
|
168
|
-
className?: string;
|
169
|
-
}
|
170
|
-
|
171
|
-
export declare interface CustomeModalProps extends ModalProps {
|
172
|
-
children?: ReactNode;
|
173
|
-
onSubmit?: () => void;
|
174
|
-
}
|
175
|
-
|
176
|
-
declare const Divider: FC<MenuDividerProps>;
|
177
|
-
|
178
|
-
export declare const Dropdown: (props: DropdownPropsUnion) => JSX.Element;
|
179
|
-
|
180
|
-
export declare type DropdownButtonProps = DropdownButtonProps_2;
|
181
|
-
|
182
|
-
export declare type DropdownButtonType = DropdownButtonType_2;
|
183
|
-
|
184
|
-
export declare type DropdownProps = DropdownProps_2;
|
185
|
-
|
186
|
-
export declare type DropdownPropsUnion = BaseProps_5 & DropdownProps;
|
187
|
-
|
188
|
-
export declare const ErrorMessage: default_2.MemoExoticComponent<({ errorMessage, isTouched, isSubmitted }: ErrorMessageProps) => JSX.Element | null>;
|
189
|
-
|
190
|
-
export declare interface ErrorMessageProps {
|
191
|
-
errorMessage?: string;
|
192
|
-
isTouched?: boolean;
|
193
|
-
isSubmitted?: boolean;
|
194
|
-
}
|
195
|
-
|
196
|
-
declare type ExtraProps = {
|
197
|
-
containerClassName?: string;
|
198
|
-
menuClassName?: string;
|
199
|
-
};
|
200
|
-
|
201
|
-
export declare const Flex: (props: FlexPropsUnion) => JSX.Element;
|
202
|
-
|
203
|
-
export declare type FlexProps = FlexProps_2;
|
204
|
-
|
205
|
-
export declare type FlexPropsUnion = BaseProps_7 & FlexProps;
|
206
|
-
|
207
|
-
export declare type InternalRouteType = Partial<BreadcrumbItemType & BreadcrumbSeparatorType>;
|
208
|
-
|
209
|
-
declare const ItemGroup: ForwardRefExoticComponent<Omit<MenuItemGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
|
210
|
-
|
211
|
-
export declare type ItemType = Partial<BreadcrumbItemType & BreadcrumbSeparatorType>;
|
212
|
-
|
213
|
-
export declare const Label: ({ label, required }: LabelProps) => JSX.Element;
|
214
|
-
|
215
|
-
export declare interface LabelProps {
|
216
|
-
label: string;
|
217
|
-
required?: boolean;
|
218
|
-
}
|
219
|
-
|
220
|
-
export declare const Layout: default_2.FC<LayoutProps> & {
|
221
|
-
Header: default_2.ForwardRefExoticComponent<BasicProps & default_2.RefAttributes<HTMLElement>>;
|
222
|
-
Footer: default_2.ForwardRefExoticComponent<BasicProps & default_2.RefAttributes<HTMLElement>>;
|
223
|
-
Content: default_2.ForwardRefExoticComponent<BasicProps & default_2.RefAttributes<HTMLElement>>;
|
224
|
-
Sider: default_2.ForwardRefExoticComponent<SiderProps & default_2.RefAttributes<HTMLDivElement>>;
|
225
|
-
_InternalSiderContext: default_2.Context<SiderContextProps>;
|
226
|
-
};
|
227
|
-
|
228
|
-
export declare type LayoutProps = BaseProps_8 & BasicProps;
|
229
|
-
|
230
|
-
export declare const Menu: CompoundedMenu;
|
231
|
-
|
232
|
-
export declare type MenuComponentProps = ExtraProps & MenuProps;
|
233
|
-
|
234
|
-
declare const MenuItem: FC<MenuItemProps>;
|
235
|
-
|
236
|
-
export declare interface MenuItemProps extends MenuItemProps_2 {
|
237
|
-
}
|
238
|
-
|
239
|
-
export declare interface MenuProps extends MenuProps_2 {
|
240
|
-
}
|
241
|
-
|
242
|
-
export declare const Modal: ({ children, onOk, onSubmit, ...rest }: CustomeModalProps) => JSX.Element;
|
243
|
-
|
244
|
-
declare type MultipleCascaderProps = CascaderProps<DefaultOptionType, string, true> & {
|
245
|
-
multiple: true;
|
246
|
-
};
|
247
|
-
|
248
|
-
export declare const Pagination: typeof Pagination_2;
|
249
|
-
|
250
|
-
export declare type PaginationConfig = Omit<PaginationProps, "rootClassName"> & {
|
251
|
-
position?: "top" | "bottom" | "both";
|
252
|
-
};
|
253
|
-
|
254
|
-
export { PaginationLocale }
|
255
|
-
|
256
|
-
export declare interface PaginationProps extends PaginationProps_2 {
|
257
|
-
}
|
258
|
-
|
259
|
-
export declare type PaginationPropsUnion = BaseProps_11 & PaginationProps;
|
260
|
-
|
261
|
-
export declare const Popover: (props: PopoverPropsUnion) => JSX.Element;
|
262
|
-
|
263
|
-
export declare type PopoverProps = PopoverProps_2;
|
264
|
-
|
265
|
-
export declare type PopoverPropsUnion = BaseProps_2 & PopoverProps;
|
266
|
-
|
267
|
-
export declare const Row: (props: RowPropsUnion) => JSX.Element;
|
268
|
-
|
269
|
-
declare interface RowCommon {
|
270
|
-
[x: string]: any;
|
271
|
-
}
|
272
|
-
|
273
|
-
export declare interface RowProps extends RowProps_2 {
|
274
|
-
}
|
275
|
-
|
276
|
-
export declare type RowPropsUnion = BaseProps_4 & RowProps;
|
277
|
-
|
278
|
-
export declare const SearchFiltersForm: <T extends FieldValues = FieldValues>({ initialValues, renderFilterFields, onSubmit, onReset, classNamesContainer, classNameWrapperForm, hideDefaultSubmit, hideResetButton, }: SearchFiltersFormProps<T> & Partial<UseFormReturn<T>>) => JSX.Element;
|
279
|
-
|
280
|
-
export declare interface SearchFiltersFormProps<T extends FieldValues> {
|
281
|
-
renderFilterFields?: (options: {
|
282
|
-
control: Control<T, any, T>;
|
283
|
-
setValue?: UseFormSetValue<T>;
|
284
|
-
handleSubmit?: UseFormHandleSubmit<T, T>;
|
285
|
-
}) => default_2.ReactNode;
|
286
|
-
onReset?: () => void;
|
287
|
-
classNamesContainer?: string;
|
288
|
-
classNameWrapperForm?: string;
|
289
|
-
hideDefaultSubmit?: boolean;
|
290
|
-
hideResetButton?: boolean;
|
291
|
-
initialValues?: DefaultValues<T>;
|
292
|
-
onSubmit: (data: T) => void;
|
293
|
-
}
|
294
|
-
|
295
|
-
declare type SingleCascaderProps = CascaderProps<DefaultOptionType, string> & {
|
296
|
-
multiple?: false;
|
297
|
-
};
|
298
|
-
|
299
|
-
export declare const Skeleton: ({ type, skeletonButtonCount }: SkeletonProps) => JSX.Element;
|
300
|
-
|
301
|
-
export declare interface SkeletonProps extends SkeletonProps_2 {
|
302
|
-
type?: "table" | "form";
|
303
|
-
skeletonButtonCount?: number;
|
304
|
-
}
|
305
|
-
|
306
|
-
export declare const Space: typeof Space_2;
|
307
|
-
|
308
|
-
export declare interface SpaceProps extends SpaceProps_2 {
|
309
|
-
}
|
310
|
-
|
311
|
-
export declare type SpacePropsUnion = BaseProps_9 & SpaceProps;
|
312
|
-
|
313
|
-
export declare const Splitter: typeof Splitter_2;
|
314
|
-
|
315
|
-
export declare interface SplitterProps extends SplitterProps_2 {
|
316
|
-
}
|
317
|
-
|
318
|
-
export declare type SplitterPropsUnion = BaseProps_10 & SplitterProps;
|
319
|
-
|
320
|
-
export declare interface StepProps extends StepProps_2 {
|
321
|
-
}
|
322
|
-
|
323
|
-
export declare const Steps: typeof Steps_2;
|
324
|
-
|
325
|
-
export declare interface StepsProps extends StepsProps_2 {
|
326
|
-
items?: StepProps[];
|
327
|
-
}
|
328
|
-
|
329
|
-
export declare type StepsPropsUnion = BaseProps_12 & StepsProps;
|
330
|
-
|
331
|
-
declare const SubMenu: FC<SubMenuProps>;
|
332
|
-
|
333
|
-
export declare interface SubMenuProps extends SubMenuProps_2 {
|
334
|
-
}
|
335
|
-
|
336
|
-
declare type TabItem = {
|
337
|
-
key: string;
|
338
|
-
label: default_2.ReactNode;
|
339
|
-
children: default_2.ReactNode;
|
340
|
-
disabled?: boolean;
|
341
|
-
};
|
342
|
-
|
343
|
-
export declare const Table: <T extends RowCommon>({ data, columns, loading, totalItems, filters, onChangePage, onChangePageSize, onSort, rowsSelected, onSelect, onRowClick, rowKey, ...rest }: TableCommonProps<T>) => JSX.Element;
|
344
|
-
|
345
|
-
export declare interface TableCommonProps<T> extends TableProps<T> {
|
346
|
-
data: T[];
|
347
|
-
columns: ColumnsType<T>;
|
348
|
-
loading?: boolean;
|
349
|
-
totalItems: number;
|
350
|
-
filters: any;
|
351
|
-
onChangePage: (page: number) => void;
|
352
|
-
onChangePageSize: (size: number) => void;
|
353
|
-
onSort?: (sortField: string | number | symbol) => void;
|
354
|
-
rowsSelected: default_2.Key[];
|
355
|
-
onSelect: (newSelectedRowKeys: default_2.Key[]) => void;
|
356
|
-
onRowClick?: (record: T) => void;
|
357
|
-
rowKey?: string;
|
358
|
-
}
|
359
|
-
|
360
|
-
export declare const Tabs: default_2.FC<TabsProps>;
|
361
|
-
|
362
|
-
export declare type TabsProps = TabsProps_2 & {
|
363
|
-
items: TabItem[];
|
364
|
-
lazyRender?: boolean;
|
365
|
-
};
|
366
|
-
|
367
|
-
export declare const Tag: React.FC<TaglineProps>;
|
368
|
-
|
369
|
-
export declare interface TaglineProps extends TagProps {
|
370
|
-
children: React.ReactNode | string;
|
371
|
-
}
|
372
|
-
|
373
|
-
export declare type TailwindMaxWidth = "max-w-xs" | "max-w-sm" | "max-w-md" | "max-w-lg" | "max-w-xl" | "max-w-2xl" | "max-w-3xl" | "max-w-4xl" | "max-w-5xl" | "max-w-6xl" | "max-w-7xl" | "max-w-full" | "max-w-screen-sm" | "max-w-screen-md" | "max-w-screen-lg" | "max-w-screen-xl" | "max-w-screen-2xl";
|
374
|
-
|
375
|
-
export declare const Tooltip: default_2.FC<TooltipProps>;
|
376
|
-
|
377
|
-
export declare type TooltipProps = TooltipProps_2;
|
378
|
-
|
379
|
-
export declare const typeColorMap: Record<NonNullable<BadgeProps["type"]>, string>;
|
380
|
-
|
381
|
-
export declare const Typography: {
|
382
|
-
Title: (props: TitleProps) => JSX.Element;
|
383
|
-
Paragraph: (props: ParagraphProps) => JSX.Element;
|
384
|
-
Text: (props: TextProps) => JSX.Element;
|
385
|
-
};
|
386
|
-
|
387
|
-
export { }
|
package/dist/ui/index.js
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
import { e, g as o, B as r, C as t, f as l, d as p, D as i, F as n, L as d, j as T, M as g, k as S, P as b, R as c, c as m, S as C, h as F, i as M, l as u, T as y, b as B, m as L, a as f, t as h } from "../chunks/Tag-BhJhbXqW.js";
|
2
|
-
import { E as P, L as k, T as w } from "../chunks/createSuper-xZMa0AcQ.js";
|
3
|
-
export {
|
4
|
-
e as Badge,
|
5
|
-
o as Breadcrumb,
|
6
|
-
r as Button,
|
7
|
-
t as CascaderField,
|
8
|
-
l as Col,
|
9
|
-
p as Container,
|
10
|
-
i as Dropdown,
|
11
|
-
P as ErrorMessage,
|
12
|
-
n as Flex,
|
13
|
-
k as Label,
|
14
|
-
d as Layout,
|
15
|
-
T as Menu,
|
16
|
-
g as Modal,
|
17
|
-
S as Pagination,
|
18
|
-
b as Popover,
|
19
|
-
c as Row,
|
20
|
-
m as SearchFiltersForm,
|
21
|
-
C as Skeleton,
|
22
|
-
F as Space,
|
23
|
-
M as Splitter,
|
24
|
-
u as Steps,
|
25
|
-
y as Table,
|
26
|
-
B as Tabs,
|
27
|
-
L as Tag,
|
28
|
-
f as Tooltip,
|
29
|
-
w as Typography,
|
30
|
-
h as typeColorMap
|
31
|
-
};
|
package/dist/vite.svg
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|