wasvg 1.1.0 → 1.1.1
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.ts +58 -58
- package/dist/wasvg.css +1 -1
- package/dist/wasvg.es.js +205 -312
- package/package.json +20 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { JSX } from 'react/jsx-runtime';
|
|
2
2
|
|
|
3
|
-
export declare function AddSvg({ className, size
|
|
3
|
+
export declare function AddSvg({ className, size }: SvgProps): JSX.Element;
|
|
4
4
|
|
|
5
|
-
export declare function ArenaSvg({ className, size
|
|
5
|
+
export declare function ArenaSvg({ className, size }: SvgProps): JSX.Element;
|
|
6
6
|
|
|
7
|
-
export declare function Badminton({ className, size
|
|
7
|
+
export declare function Badminton({ className, size }: SvgProps): JSX.Element;
|
|
8
8
|
|
|
9
|
-
export declare function Basketball({ className, size
|
|
9
|
+
export declare function Basketball({ className, size }: SvgProps): JSX.Element;
|
|
10
10
|
|
|
11
|
-
export declare function CalendarEventSvg({ className, size
|
|
11
|
+
export declare function CalendarEventSvg({ className, size }: SvgProps): JSX.Element;
|
|
12
12
|
|
|
13
|
-
export declare function CalendarSvg({ className, size
|
|
13
|
+
export declare function CalendarSvg({ className, size }: SvgProps): JSX.Element;
|
|
14
14
|
|
|
15
|
-
export declare function Cat({ className, size
|
|
15
|
+
export declare function Cat({ className, size }: SvgProps): JSX.Element;
|
|
16
16
|
|
|
17
17
|
export declare function CategorySvg({ seq, size, className }: CategorySvgProps): JSX.Element;
|
|
18
18
|
|
|
@@ -22,51 +22,51 @@ declare interface CategorySvgProps {
|
|
|
22
22
|
className?: string;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export declare function ChatSvg({ className, size
|
|
25
|
+
export declare function ChatSvg({ className, size }: SvgProps): JSX.Element;
|
|
26
26
|
|
|
27
|
-
export declare function CitySvg({ className, size
|
|
27
|
+
export declare function CitySvg({ className, size }: SvgProps): JSX.Element;
|
|
28
28
|
|
|
29
|
-
export declare function CloseSvg({ className, size
|
|
29
|
+
export declare function CloseSvg({ className, size }: SvgProps): JSX.Element;
|
|
30
30
|
|
|
31
|
-
export declare function CoachSvg({ className, size
|
|
31
|
+
export declare function CoachSvg({ className, size }: SvgProps): JSX.Element;
|
|
32
32
|
|
|
33
|
-
export declare function CollapseSvg({ className, size
|
|
33
|
+
export declare function CollapseSvg({ className, size }: SvgProps): JSX.Element;
|
|
34
34
|
|
|
35
|
-
export declare function CollectionSvg({ className, size
|
|
35
|
+
export declare function CollectionSvg({ className, size }: SvgProps): JSX.Element;
|
|
36
36
|
|
|
37
|
-
export declare function CommentSvg({ className, size
|
|
37
|
+
export declare function CommentSvg({ className, size }: SvgProps): JSX.Element;
|
|
38
38
|
|
|
39
|
-
export declare function CreateArenaSvg({ className, size
|
|
39
|
+
export declare function CreateArenaSvg({ className, size }: SvgProps): JSX.Element;
|
|
40
40
|
|
|
41
|
-
export declare function CreateCollectionSvg({ className, size
|
|
41
|
+
export declare function CreateCollectionSvg({ className, size }: SvgProps): JSX.Element;
|
|
42
42
|
|
|
43
|
-
export declare function CreatePostSvg({ className, size
|
|
43
|
+
export declare function CreatePostSvg({ className, size }: SvgProps): JSX.Element;
|
|
44
44
|
|
|
45
|
-
export declare function CreateSvg({ className, size
|
|
45
|
+
export declare function CreateSvg({ className, size }: SvgProps): JSX.Element;
|
|
46
46
|
|
|
47
|
-
export declare function CreateTeamSvg({ className, size
|
|
47
|
+
export declare function CreateTeamSvg({ className, size }: SvgProps): JSX.Element;
|
|
48
48
|
|
|
49
|
-
export declare function DiscussionSvg({ className, size
|
|
49
|
+
export declare function DiscussionSvg({ className, size }: SvgProps): JSX.Element;
|
|
50
50
|
|
|
51
|
-
export declare function Dog({ className, size
|
|
51
|
+
export declare function Dog({ className, size }: SvgProps): JSX.Element;
|
|
52
52
|
|
|
53
|
-
export declare function EditSvg({ className, size
|
|
53
|
+
export declare function EditSvg({ className, size }: SvgProps): JSX.Element;
|
|
54
54
|
|
|
55
|
-
export declare function ExploreSvg({ className, size
|
|
55
|
+
export declare function ExploreSvg({ className, size }: SvgProps): JSX.Element;
|
|
56
56
|
|
|
57
|
-
export declare function Football({ className, size
|
|
57
|
+
export declare function Football({ className, size }: SvgProps): JSX.Element;
|
|
58
58
|
|
|
59
|
-
export declare function Golf({ className, size
|
|
59
|
+
export declare function Golf({ className, size }: SvgProps): JSX.Element;
|
|
60
60
|
|
|
61
|
-
export declare function Guitar({ className, size
|
|
61
|
+
export declare function Guitar({ className, size }: SvgProps): JSX.Element;
|
|
62
62
|
|
|
63
|
-
export declare function Hiking({ className, size
|
|
63
|
+
export declare function Hiking({ className, size }: SvgProps): JSX.Element;
|
|
64
64
|
|
|
65
|
-
export declare function Hockey({ className, size
|
|
65
|
+
export declare function Hockey({ className, size }: SvgProps): JSX.Element;
|
|
66
66
|
|
|
67
|
-
export declare function HomeSvg({ className, size
|
|
67
|
+
export declare function HomeSvg({ className, size }: SvgProps): JSX.Element;
|
|
68
68
|
|
|
69
|
-
export declare function ImageSvg({ className, size
|
|
69
|
+
export declare function ImageSvg({ className, size }: SvgProps): JSX.Element;
|
|
70
70
|
|
|
71
71
|
export declare function InterestSvg({ seq, categorySeq, size, className }: InterestSvgProps): JSX.Element;
|
|
72
72
|
|
|
@@ -77,17 +77,17 @@ declare interface InterestSvgProps {
|
|
|
77
77
|
className?: string;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
export declare function LeftArrowSvg({ className, size
|
|
80
|
+
export declare function LeftArrowSvg({ className, size }: SvgProps): JSX.Element;
|
|
81
81
|
|
|
82
|
-
export declare function LogoutSvg({ className, size
|
|
82
|
+
export declare function LogoutSvg({ className, size }: SvgProps): JSX.Element;
|
|
83
83
|
|
|
84
|
-
export declare function MapSvg({ className, size
|
|
84
|
+
export declare function MapSvg({ className, size }: SvgProps): JSX.Element;
|
|
85
85
|
|
|
86
|
-
export declare function MarketSvg({ className, size
|
|
86
|
+
export declare function MarketSvg({ className, size }: SvgProps): JSX.Element;
|
|
87
87
|
|
|
88
|
-
export declare function MenuSvg({ className, size
|
|
88
|
+
export declare function MenuSvg({ className, size }: SvgProps): JSX.Element;
|
|
89
89
|
|
|
90
|
-
export declare function MusicInterestSvg({ seq, className, size
|
|
90
|
+
export declare function MusicInterestSvg({ seq, className, size }: MusicInterestSvgProps): JSX.Element;
|
|
91
91
|
|
|
92
92
|
declare interface MusicInterestSvgProps {
|
|
93
93
|
seq: number;
|
|
@@ -95,13 +95,13 @@ declare interface MusicInterestSvgProps {
|
|
|
95
95
|
size?: SvgSize;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
export declare function NewsfeedSvg({ className, size
|
|
98
|
+
export declare function NewsfeedSvg({ className, size }: SvgProps): JSX.Element;
|
|
99
99
|
|
|
100
|
-
export declare function NotificationSvg({ className, size
|
|
100
|
+
export declare function NotificationSvg({ className, size }: SvgProps): JSX.Element;
|
|
101
101
|
|
|
102
|
-
export declare function PartnersSvg({ className, size
|
|
102
|
+
export declare function PartnersSvg({ className, size }: SvgProps): JSX.Element;
|
|
103
103
|
|
|
104
|
-
export declare function PetsInterestSvg({ seq, className, size
|
|
104
|
+
export declare function PetsInterestSvg({ seq, className, size }: PetsInterestSvgProps): JSX.Element;
|
|
105
105
|
|
|
106
106
|
declare interface PetsInterestSvgProps {
|
|
107
107
|
seq: number;
|
|
@@ -109,25 +109,25 @@ declare interface PetsInterestSvgProps {
|
|
|
109
109
|
size?: SvgSize;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
export declare function PetsSvg({ className, size
|
|
112
|
+
export declare function PetsSvg({ className, size }: SvgProps): JSX.Element;
|
|
113
113
|
|
|
114
|
-
export declare function Pickleball({ className, size
|
|
114
|
+
export declare function Pickleball({ className, size }: SvgProps): JSX.Element;
|
|
115
115
|
|
|
116
|
-
export declare function PollSvg({ className, size
|
|
116
|
+
export declare function PollSvg({ className, size }: SvgProps): JSX.Element;
|
|
117
117
|
|
|
118
|
-
export declare function PrivateSvg({ className, size
|
|
118
|
+
export declare function PrivateSvg({ className, size }: SvgProps): JSX.Element;
|
|
119
119
|
|
|
120
|
-
export declare function RightArrowSvg({ className, size
|
|
120
|
+
export declare function RightArrowSvg({ className, size }: SvgProps): JSX.Element;
|
|
121
121
|
|
|
122
|
-
export declare function Running({ className, size
|
|
122
|
+
export declare function Running({ className, size }: SvgProps): JSX.Element;
|
|
123
123
|
|
|
124
|
-
export declare function SendSvg({ className, size
|
|
124
|
+
export declare function SendSvg({ className, size }: SvgProps): JSX.Element;
|
|
125
125
|
|
|
126
|
-
export declare function Sing({ className, size
|
|
126
|
+
export declare function Sing({ className, size }: SvgProps): JSX.Element;
|
|
127
127
|
|
|
128
|
-
export declare function Soccer({ className, size
|
|
128
|
+
export declare function Soccer({ className, size }: SvgProps): JSX.Element;
|
|
129
129
|
|
|
130
|
-
export declare function SportsInterestSvg({ seq, className, size
|
|
130
|
+
export declare function SportsInterestSvg({ seq, className, size }: SportsInterestSvgProps): JSX.Element;
|
|
131
131
|
|
|
132
132
|
declare interface SportsInterestSvgProps {
|
|
133
133
|
seq: number;
|
|
@@ -135,7 +135,7 @@ declare interface SportsInterestSvgProps {
|
|
|
135
135
|
size?: SvgSize;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
export declare function SportsSvg({ className, size
|
|
138
|
+
export declare function SportsSvg({ className, size }: SvgProps): JSX.Element;
|
|
139
139
|
|
|
140
140
|
export declare interface SvgProps {
|
|
141
141
|
className?: string;
|
|
@@ -150,18 +150,18 @@ export declare enum SvgSize {
|
|
|
150
150
|
xl = 50
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
export declare function TableTennis({ className, size
|
|
153
|
+
export declare function TableTennis({ className, size }: SvgProps): JSX.Element;
|
|
154
154
|
|
|
155
|
-
export declare function TeamSvg({ className, size
|
|
155
|
+
export declare function TeamSvg({ className, size }: SvgProps): JSX.Element;
|
|
156
156
|
|
|
157
|
-
export declare function Tennis({ className, size
|
|
157
|
+
export declare function Tennis({ className, size }: SvgProps): JSX.Element;
|
|
158
158
|
|
|
159
|
-
export declare function TextPostSvg({ className, size
|
|
159
|
+
export declare function TextPostSvg({ className, size }: SvgProps): JSX.Element;
|
|
160
160
|
|
|
161
|
-
export declare function UpArrowSvg({ className, size
|
|
161
|
+
export declare function UpArrowSvg({ className, size }: SvgProps): JSX.Element;
|
|
162
162
|
|
|
163
|
-
export declare function UserSvg({ className, size
|
|
163
|
+
export declare function UserSvg({ className, size }: SvgProps): JSX.Element;
|
|
164
164
|
|
|
165
|
-
export declare function WorenaLogoSvg({ className, size
|
|
165
|
+
export declare function WorenaLogoSvg({ className, size }: SvgProps): JSX.Element;
|
|
166
166
|
|
|
167
167
|
export { }
|
package/dist/wasvg.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-blue-100:oklch(93.2% .032 255.585);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-white:#fff;--spacing:.25rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-8{margin-top:calc(var(--spacing)*8)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.flex{display:flex}.grid{display:grid}.min-h-screen{min-height:100vh}.max-w-6xl{max-width:var(--container-6xl)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-6{gap:calc(var(--spacing)*6)}.rounded-lg{border-radius:var(--radius-lg)}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-blue-400{border-color:var(--color-blue-400)}.border-transparent{border-color:#0000}.bg-blue-100{background-color:var(--color-blue-100)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-white{background-color:var(--color-white)}.fill-blue-500{fill:var(--color-blue-500)}.fill-gray-600{fill:var(--color-gray-600)}.stroke-1{stroke-width:1px}.stroke-2{stroke-width:2px}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}@media (hover:hover){.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}}@media (min-width:40rem){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:48rem){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:64rem){.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-blue-100:oklch(93.2% .032 255.585);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-white:#fff;--spacing:.25rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-8{margin-top:calc(var(--spacing)*8)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.flex{display:flex}.grid{display:grid}.min-h-screen{min-height:100vh}.max-w-6xl{max-width:var(--container-6xl)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-6{gap:calc(var(--spacing)*6)}.rounded-lg{border-radius:var(--radius-lg)}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-blue-400{border-color:var(--color-blue-400)}.border-transparent{border-color:#0000}.bg-blue-100{background-color:var(--color-blue-100)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-white{background-color:var(--color-white)}.fill-blue-500{fill:var(--color-blue-500)}.fill-gray-600{fill:var(--color-gray-600)}.stroke-1{stroke-width:1px}.stroke-2{stroke-width:2px}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}@media (hover:hover){.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}}@media (min-width:40rem){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:48rem){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:64rem){.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}
|
package/dist/wasvg.es.js
CHANGED
|
@@ -282,10 +282,7 @@ function G1() {
|
|
|
282
282
|
return y1 || (y1 = 1, process.env.NODE_ENV === "production" ? d1.exports = I1() : d1.exports = $1()), d1.exports;
|
|
283
283
|
}
|
|
284
284
|
var r = G1();
|
|
285
|
-
function D1({
|
|
286
|
-
className: e = "",
|
|
287
|
-
size: t = c.md
|
|
288
|
-
}) {
|
|
285
|
+
function D1({ className: e = "", size: t = c.md }) {
|
|
289
286
|
return /* @__PURE__ */ r.jsx(
|
|
290
287
|
"svg",
|
|
291
288
|
{
|
|
@@ -298,10 +295,7 @@ function D1({
|
|
|
298
295
|
}
|
|
299
296
|
);
|
|
300
297
|
}
|
|
301
|
-
function Y1({
|
|
302
|
-
className: e = "",
|
|
303
|
-
size: t = c.md
|
|
304
|
-
}) {
|
|
298
|
+
function Y1({ className: e = "", size: t = c.md }) {
|
|
305
299
|
return /* @__PURE__ */ r.jsx(
|
|
306
300
|
"svg",
|
|
307
301
|
{
|
|
@@ -314,10 +308,7 @@ function Y1({
|
|
|
314
308
|
}
|
|
315
309
|
);
|
|
316
310
|
}
|
|
317
|
-
function F1({
|
|
318
|
-
className: e = "",
|
|
319
|
-
size: t = c.md
|
|
320
|
-
}) {
|
|
311
|
+
function F1({ className: e = "", size: t = c.md }) {
|
|
321
312
|
return /* @__PURE__ */ r.jsx(
|
|
322
313
|
"svg",
|
|
323
314
|
{
|
|
@@ -330,10 +321,7 @@ function F1({
|
|
|
330
321
|
}
|
|
331
322
|
);
|
|
332
323
|
}
|
|
333
|
-
function W1({
|
|
334
|
-
className: e = "",
|
|
335
|
-
size: t = c.md
|
|
336
|
-
}) {
|
|
324
|
+
function W1({ className: e = "", size: t = c.md }) {
|
|
337
325
|
return /* @__PURE__ */ r.jsx(
|
|
338
326
|
"svg",
|
|
339
327
|
{
|
|
@@ -346,10 +334,7 @@ function W1({
|
|
|
346
334
|
}
|
|
347
335
|
);
|
|
348
336
|
}
|
|
349
|
-
function U1({
|
|
350
|
-
className: e = "",
|
|
351
|
-
size: t = c.md
|
|
352
|
-
}) {
|
|
337
|
+
function U1({ className: e = "", size: t = c.md }) {
|
|
353
338
|
return /* @__PURE__ */ r.jsx(
|
|
354
339
|
"svg",
|
|
355
340
|
{
|
|
@@ -362,10 +347,7 @@ function U1({
|
|
|
362
347
|
}
|
|
363
348
|
);
|
|
364
349
|
}
|
|
365
|
-
function V1({
|
|
366
|
-
className: e = "",
|
|
367
|
-
size: t = c.md
|
|
368
|
-
}) {
|
|
350
|
+
function V1({ className: e = "", size: t = c.md }) {
|
|
369
351
|
return /* @__PURE__ */ r.jsx(
|
|
370
352
|
"svg",
|
|
371
353
|
{
|
|
@@ -378,10 +360,7 @@ function V1({
|
|
|
378
360
|
}
|
|
379
361
|
);
|
|
380
362
|
}
|
|
381
|
-
function J1({
|
|
382
|
-
className: e = "fill-gray-600",
|
|
383
|
-
size: t = c.md
|
|
384
|
-
}) {
|
|
363
|
+
function J1({ className: e = "fill-gray-600", size: t = c.md }) {
|
|
385
364
|
return /* @__PURE__ */ r.jsx(
|
|
386
365
|
"svg",
|
|
387
366
|
{
|
|
@@ -417,10 +396,7 @@ function J1({
|
|
|
417
396
|
}
|
|
418
397
|
);
|
|
419
398
|
}
|
|
420
|
-
function X1({
|
|
421
|
-
className: e = "fill-gray-600",
|
|
422
|
-
size: t = c.md
|
|
423
|
-
}) {
|
|
399
|
+
function X1({ className: e = "fill-gray-600", size: t = c.md }) {
|
|
424
400
|
return /* @__PURE__ */ r.jsx(
|
|
425
401
|
"svg",
|
|
426
402
|
{
|
|
@@ -471,10 +447,7 @@ function X1({
|
|
|
471
447
|
}
|
|
472
448
|
);
|
|
473
449
|
}
|
|
474
|
-
function Q1({
|
|
475
|
-
className: e = "fill-gray-600",
|
|
476
|
-
size: t = c.md
|
|
477
|
-
}) {
|
|
450
|
+
function Q1({ className: e = "fill-gray-600", size: t = c.md }) {
|
|
478
451
|
return /* @__PURE__ */ r.jsx(
|
|
479
452
|
"svg",
|
|
480
453
|
{
|
|
@@ -512,10 +485,7 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
|
|
|
512
485
|
}
|
|
513
486
|
);
|
|
514
487
|
}
|
|
515
|
-
function K1({
|
|
516
|
-
className: e = "",
|
|
517
|
-
size: t = c.md
|
|
518
|
-
}) {
|
|
488
|
+
function K1({ className: e = "", size: t = c.md }) {
|
|
519
489
|
return /* @__PURE__ */ r.jsx(
|
|
520
490
|
"svg",
|
|
521
491
|
{
|
|
@@ -3281,10 +3251,7 @@ J(E, "IsZeroArray", (e) => _0(e)), J(E, "RemoveItem", (e, t) => E.IsZeroArray(e)
|
|
|
3281
3251
|
o.id === t.id && (e[s] = t);
|
|
3282
3252
|
}
|
|
3283
3253
|
), e)), J(E, "PrependItem", (e, t) => E.IsZeroArray(e) ? [t] : [t, ...e]), J(E, "AppendArray", (e, t) => E.IsZeroArray(e) ? t : [...e, ...t]), J(E, "Union", (e, t) => e.concat(t.filter((o) => e.indexOf(o) < 0)));
|
|
3284
|
-
function O0({
|
|
3285
|
-
className: e = "",
|
|
3286
|
-
size: t = c.md
|
|
3287
|
-
}) {
|
|
3254
|
+
function O0({ className: e = "", size: t = c.md }) {
|
|
3288
3255
|
return /* @__PURE__ */ r.jsx(
|
|
3289
3256
|
"svg",
|
|
3290
3257
|
{
|
|
@@ -3293,7 +3260,13 @@ function O0({
|
|
|
3293
3260
|
height: t,
|
|
3294
3261
|
width: t,
|
|
3295
3262
|
className: n1("stroke-2 text-gray-600", e),
|
|
3296
|
-
children: /* @__PURE__ */ r.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ r.jsx(
|
|
3263
|
+
children: /* @__PURE__ */ r.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ r.jsx(
|
|
3264
|
+
"path",
|
|
3265
|
+
{
|
|
3266
|
+
stroke: "currentColor",
|
|
3267
|
+
d: "m57.6 31.316a7.931 7.931 0 0 0 0-11.2l-13.75-13.752a7.928 7.928 0 0 0 -11.2 0l-14.885 14.885a7.875 7.875 0 0 0 -1.912 8.105l2.865 8.6-11.718 11.714a2.575 2.575 0 0 0 -2.213.742 2.529 2.529 0 0 0 0 3.571l5.2 5.2a2.511 2.511 0 0 0 1.787.74 2.551 2.551 0 0 0 1.834-.789 2.5 2.5 0 0 0 .741-1.785 2.642 2.642 0 0 0 -.038-.389l11.705-11.709 8.6 2.865a7.974 7.974 0 0 0 2.524.412 7.879 7.879 0 0 0 5.577-2.326zm-45.458 26.45a.538.538 0 0 1 -.743 0l-5.2-5.2a.546.546 0 0 1 .05-.792.521.521 0 0 1 .741 0l5.2 5.2a.516.516 0 0 1 .154.37.579.579 0 0 1 -.202.422zm1.1-2.571-4.47-4.47 11.09-11.091 4.471 4.471zm22-8.978-8.959-2.986-5.548-5.551-2.986-8.959a5.891 5.891 0 0 1 1.43-6.058l14.885-14.885a5.925 5.925 0 0 1 8.372 0l13.752 13.752a5.927 5.927 0 0 1 0 8.372l-14.888 14.885a5.9 5.9 0 0 1 -6.055 1.43zm15.707-4.265a9 9 0 1 0 9 9 9.01 9.01 0 0 0 -8.997-9zm0 16a7 7 0 1 1 7-7 7.008 7.008 0 0 1 -6.997 7zm-2.9-12a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.097-2.1zm-.1 2.1a.1.1 0 1 1 .2 0c.002.11-.197.11-.197.001zm5.9 2.1a2.1 2.1 0 1 0 -2.1-2.1 2.1 2.1 0 0 0 2.103 2.101zm0-2.2a.1.1 0 0 1 .1.1c0 .108-.2.11-.2 0a.1.1 0 0 1 .103-.1zm-5.8 3.8a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.097-2.1zm-.1 2.1a.1.1 0 1 1 .2 0c.002.11-.197.11-.197.001zm5.9-2.1a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.097-2.1zm-.1 2.1a.1.1 0 1 1 .2 0c.004.109-.197.111-.197.001z"
|
|
3268
|
+
}
|
|
3269
|
+
) })
|
|
3297
3270
|
}
|
|
3298
3271
|
);
|
|
3299
3272
|
}
|
|
@@ -3310,24 +3283,11 @@ const B0 = [
|
|
|
3310
3283
|
Q1,
|
|
3311
3284
|
D1
|
|
3312
3285
|
];
|
|
3313
|
-
function N0({
|
|
3314
|
-
seq: e,
|
|
3315
|
-
className: t,
|
|
3316
|
-
size: o
|
|
3317
|
-
}) {
|
|
3286
|
+
function N0({ seq: e, className: t, size: o }) {
|
|
3318
3287
|
const s = B0[e - 1];
|
|
3319
|
-
return /* @__PURE__ */ r.jsx(
|
|
3320
|
-
s,
|
|
3321
|
-
{
|
|
3322
|
-
className: t,
|
|
3323
|
-
size: o
|
|
3324
|
-
}
|
|
3325
|
-
);
|
|
3288
|
+
return /* @__PURE__ */ r.jsx(s, { className: t, size: o });
|
|
3326
3289
|
}
|
|
3327
|
-
function I0({
|
|
3328
|
-
className: e = "",
|
|
3329
|
-
size: t = c.md
|
|
3330
|
-
}) {
|
|
3290
|
+
function I0({ className: e = "", size: t = c.md }) {
|
|
3331
3291
|
return /* @__PURE__ */ r.jsx(
|
|
3332
3292
|
"svg",
|
|
3333
3293
|
{
|
|
@@ -3346,10 +3306,7 @@ function I0({
|
|
|
3346
3306
|
}
|
|
3347
3307
|
);
|
|
3348
3308
|
}
|
|
3349
|
-
function $0({
|
|
3350
|
-
className: e = "",
|
|
3351
|
-
size: t = c.md
|
|
3352
|
-
}) {
|
|
3309
|
+
function $0({ className: e = "", size: t = c.md }) {
|
|
3353
3310
|
return /* @__PURE__ */ r.jsx(
|
|
3354
3311
|
"svg",
|
|
3355
3312
|
{
|
|
@@ -3360,32 +3317,22 @@ function $0({
|
|
|
3360
3317
|
width: t,
|
|
3361
3318
|
height: t,
|
|
3362
3319
|
className: n1("stroke-1 text-gray-600", e),
|
|
3363
|
-
children: /* @__PURE__ */ r.jsx(
|
|
3320
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3321
|
+
"path",
|
|
3322
|
+
{
|
|
3323
|
+
stroke: "currentColor",
|
|
3324
|
+
d: "M13.93134,12.38086l-1.5196,1.45575a.60053.60053,0,0,1-.82348,0l-1.5196-1.45575A.22208.22208,0,0,1,10.23334,12h3.53332A.22208.22208,0,0,1,13.93134,12.38086ZM22.5,12.99854a.5.5,0,0,1-.5.5l-1.52527.00036a8.44058,8.44058,0,0,1-.66357,2.8476l2.41247,1.20623a.50006.50006,0,0,1-.44726.89454L19.3573,17.23773a8.4811,8.4811,0,0,1-14.71466.00006l-2.419,1.20948a.50006.50006,0,0,1-.44726-.89454L4.18878,16.3465a8.442,8.442,0,0,1-.66351-2.8476L2,13.49854a.5.5,0,0,1,0-1l1.5.00036V3a.50012.50012,0,0,1,.8125-.39062L8.3252,5.81982A5.24634,5.24634,0,0,1,12,4.5a5.24634,5.24634,0,0,1,3.6748,1.31982l4.0127-3.21044A.50012.50012,0,0,1,20.5,3v9.4989l1.5-.00036A.49971.49971,0,0,1,22.5,12.99854Zm-3.02533.50061L16,13.5a.5.5,0,0,1,0-1l3.5-.00085V4.04053L15.94531,6.88428a.504.504,0,0,1-.6914-.064A4.08011,4.08011,0,0,0,12,5.5,4.08206,4.08206,0,0,0,8.74561,6.82031a.50133.50133,0,0,1-.69092.064L4.5,4.04053v8.45862L8,12.5a.5.5,0,0,1,0,1l-3.47467-.00085A7.44977,7.44977,0,0,0,5.0838,15.899l2.69257-1.34626a.50006.50006,0,0,1,.44726.89454l-2.68481,1.3424a7.48092,7.48092,0,0,0,12.92236,0l-2.68481-1.3424a.50006.50006,0,1,1,.44726-.89454L18.9162,15.899A7.44977,7.44977,0,0,0,19.47467,13.49915Z"
|
|
3325
|
+
}
|
|
3326
|
+
)
|
|
3364
3327
|
}
|
|
3365
3328
|
);
|
|
3366
3329
|
}
|
|
3367
|
-
const G0 = [
|
|
3368
|
-
|
|
3369
|
-
$0
|
|
3370
|
-
];
|
|
3371
|
-
function D0({
|
|
3372
|
-
seq: e,
|
|
3373
|
-
className: t,
|
|
3374
|
-
size: o
|
|
3375
|
-
}) {
|
|
3330
|
+
const G0 = [I0, $0];
|
|
3331
|
+
function D0({ seq: e, className: t, size: o }) {
|
|
3376
3332
|
const s = G0[e - 1];
|
|
3377
|
-
return /* @__PURE__ */ r.jsx(
|
|
3378
|
-
s,
|
|
3379
|
-
{
|
|
3380
|
-
className: t,
|
|
3381
|
-
size: o
|
|
3382
|
-
}
|
|
3383
|
-
);
|
|
3333
|
+
return /* @__PURE__ */ r.jsx(s, { className: t, size: o });
|
|
3384
3334
|
}
|
|
3385
|
-
function Y0({
|
|
3386
|
-
className: e = "",
|
|
3387
|
-
size: t = c.md
|
|
3388
|
-
}) {
|
|
3335
|
+
function Y0({ className: e = "", size: t = c.md }) {
|
|
3389
3336
|
return /* @__PURE__ */ r.jsx(
|
|
3390
3337
|
"svg",
|
|
3391
3338
|
{
|
|
@@ -3395,9 +3342,17 @@ function Y0({
|
|
|
3395
3342
|
className: n1("stroke-2 text-gray-600", e),
|
|
3396
3343
|
viewBox: "0 0 465.072 465.072",
|
|
3397
3344
|
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
3398
|
-
/* @__PURE__ */ r.jsx(
|
|
3399
|
-
|
|
3400
|
-
|
|
3345
|
+
/* @__PURE__ */ r.jsx(
|
|
3346
|
+
"path",
|
|
3347
|
+
{
|
|
3348
|
+
d: `M85.266,308.804c-2.929-2.927-7.677-2.929-10.607,0c-2.929,2.93-2.929,7.678,0,10.607l70.997,70.998
|
|
3349
|
+
c1.465,1.464,3.384,2.196,5.304,2.196c1.919,0,3.839-0.732,5.304-2.196c2.929-2.93,2.929-7.678,0-10.607L85.266,308.804z`
|
|
3350
|
+
}
|
|
3351
|
+
),
|
|
3352
|
+
/* @__PURE__ */ r.jsx(
|
|
3353
|
+
"path",
|
|
3354
|
+
{
|
|
3355
|
+
d: `M464.423,53.43c0.201-0.866,4.711-21.407-13.333-39.452C433.045-4.066,412.505,0.441,411.638,0.645
|
|
3401
3356
|
c-1.366,0.316-2.616,1.011-3.608,2.002l-2.88,2.88l-1.768-1.768c-2.93-2.928-7.677-2.929-10.606,0.001
|
|
3402
3357
|
c-2.929,2.929-2.929,7.678,0.001,10.606l1.767,1.767l-7.986,7.986l-1.768-1.768c-2.93-2.928-7.677-2.929-10.606,0.001
|
|
3403
3358
|
c-2.929,2.929-2.929,7.678,0.001,10.606l1.767,1.767l-7.986,7.986l-1.768-1.768c-2.93-2.928-7.678-2.928-10.607,0
|
|
@@ -3426,15 +3381,14 @@ function Y0({
|
|
|
3426
3381
|
c-2.344-5.231-5.634-10.049-9.805-14.223c-4.16-4.151-8.964-7.426-14.181-9.76L353.647,92.256l19.152,19.175L248.66,240.392z
|
|
3427
3382
|
M450.041,48.204l-6.391,6.391c-0.007,0.007-0.014,0.012-0.02,0.018c-0.007,0.007-0.012,0.014-0.018,0.02l-18.554,18.554
|
|
3428
3383
|
c-0.007,0.007-0.014,0.012-0.02,0.018c-0.007,0.007-0.012,0.014-0.018,0.02l-17.73,17.73l-22.502,11.251l-21.913-21.938
|
|
3429
|
-
l11.254-22.508l42.729-42.729c4.118-0.302,14.189,0.116,23.625,9.553C449.943,34.045,450.341,44.143,450.041,48.204z`
|
|
3384
|
+
l11.254-22.508l42.729-42.729c4.118-0.302,14.189,0.116,23.625,9.553C449.943,34.045,450.341,44.143,450.041,48.204z`
|
|
3385
|
+
}
|
|
3386
|
+
)
|
|
3430
3387
|
] })
|
|
3431
3388
|
}
|
|
3432
3389
|
);
|
|
3433
3390
|
}
|
|
3434
|
-
function F0({
|
|
3435
|
-
className: e = "",
|
|
3436
|
-
size: t = c.md
|
|
3437
|
-
}) {
|
|
3391
|
+
function F0({ className: e = "", size: t = c.md }) {
|
|
3438
3392
|
return /* @__PURE__ */ r.jsxs(
|
|
3439
3393
|
"svg",
|
|
3440
3394
|
{
|
|
@@ -3453,45 +3407,17 @@ function F0({
|
|
|
3453
3407
|
}
|
|
3454
3408
|
);
|
|
3455
3409
|
}
|
|
3456
|
-
const W0 = [
|
|
3457
|
-
|
|
3458
|
-
F0
|
|
3459
|
-
];
|
|
3460
|
-
function U0({
|
|
3461
|
-
seq: e,
|
|
3462
|
-
className: t,
|
|
3463
|
-
size: o
|
|
3464
|
-
}) {
|
|
3410
|
+
const W0 = [Y0, F0];
|
|
3411
|
+
function U0({ seq: e, className: t, size: o }) {
|
|
3465
3412
|
const s = W0[e - 1];
|
|
3466
|
-
return /* @__PURE__ */ r.jsx(
|
|
3467
|
-
s,
|
|
3468
|
-
{
|
|
3469
|
-
className: t,
|
|
3470
|
-
size: o
|
|
3471
|
-
}
|
|
3472
|
-
);
|
|
3413
|
+
return /* @__PURE__ */ r.jsx(s, { className: t, size: o });
|
|
3473
3414
|
}
|
|
3474
3415
|
const V0 = [N0, D0, U0];
|
|
3475
|
-
function a2({
|
|
3476
|
-
seq: e,
|
|
3477
|
-
categorySeq: t,
|
|
3478
|
-
size: o = c.sm,
|
|
3479
|
-
className: s = ""
|
|
3480
|
-
}) {
|
|
3416
|
+
function a2({ seq: e, categorySeq: t, size: o = c.sm, className: s = "" }) {
|
|
3481
3417
|
const a = V0[t - 1];
|
|
3482
|
-
return /* @__PURE__ */ r.jsx(
|
|
3483
|
-
a,
|
|
3484
|
-
{
|
|
3485
|
-
seq: e,
|
|
3486
|
-
size: o,
|
|
3487
|
-
className: s
|
|
3488
|
-
}
|
|
3489
|
-
);
|
|
3418
|
+
return /* @__PURE__ */ r.jsx(a, { seq: e, size: o, className: s });
|
|
3490
3419
|
}
|
|
3491
|
-
function l2({
|
|
3492
|
-
className: e = "fill-blue-500",
|
|
3493
|
-
size: t = c.xl
|
|
3494
|
-
}) {
|
|
3420
|
+
function l2({ className: e = "fill-blue-500", size: t = c.xl }) {
|
|
3495
3421
|
return /* @__PURE__ */ r.jsx(
|
|
3496
3422
|
"svg",
|
|
3497
3423
|
{
|
|
@@ -3502,15 +3428,10 @@ function l2({
|
|
|
3502
3428
|
height: t,
|
|
3503
3429
|
viewBox: "0 0 1271.000000 1280.000000",
|
|
3504
3430
|
preserveAspectRatio: "xMidYMid meet",
|
|
3505
|
-
children: /* @__PURE__ */ r.jsx(
|
|
3506
|
-
"
|
|
3431
|
+
children: /* @__PURE__ */ r.jsx("g", { transform: "translate(0.000000,1280.000000) scale(0.100000,-0.100000)", stroke: "none", children: /* @__PURE__ */ r.jsx(
|
|
3432
|
+
"path",
|
|
3507
3433
|
{
|
|
3508
|
-
|
|
3509
|
-
stroke: "none",
|
|
3510
|
-
children: /* @__PURE__ */ r.jsx(
|
|
3511
|
-
"path",
|
|
3512
|
-
{
|
|
3513
|
-
d: `M2735 9065 c-95 -17 -242 -58 -345 -95 -115 -42 -232 -91 -247 -102
|
|
3434
|
+
d: `M2735 9065 c-95 -17 -242 -58 -345 -95 -115 -42 -232 -91 -247 -102
|
|
3514
3435
|
-9 -7 1 -26 37 -71 28 -34 48 -67 46 -73 -3 -7 16 -36 41 -65 175 -204 392
|
|
3515
3436
|
-650 554 -1139 307 -927 500 -2012 550 -3085 15 -317 6 -892 -15 -1065 -25
|
|
3516
3437
|
-197 -66 -410 -102 -532 -5 -16 2 -18 49 -18 29 0 56 -3 59 -6 3 -3 -1 -30 -8
|
|
@@ -3530,17 +3451,12 @@ function l2({
|
|
|
3530
3451
|
-155 -700 -679 -1808 -1286 -2720 -167 -251 -405 -585 -412 -578 -2 2 -8 73
|
|
3531
3452
|
-15 158 -128 1750 -385 3120 -730 3892 -101 227 -262 498 -366 620 -101 116
|
|
3532
3453
|
-210 193 -323 228 -75 24 -234 26 -346 5z`
|
|
3533
|
-
}
|
|
3534
|
-
)
|
|
3535
3454
|
}
|
|
3536
|
-
)
|
|
3455
|
+
) })
|
|
3537
3456
|
}
|
|
3538
3457
|
);
|
|
3539
3458
|
}
|
|
3540
|
-
function i2({
|
|
3541
|
-
className: e = "",
|
|
3542
|
-
size: t = c.md
|
|
3543
|
-
}) {
|
|
3459
|
+
function i2({ className: e = "", size: t = c.md }) {
|
|
3544
3460
|
return /* @__PURE__ */ r.jsx(
|
|
3545
3461
|
"svg",
|
|
3546
3462
|
{
|
|
@@ -3553,10 +3469,7 @@ function i2({
|
|
|
3553
3469
|
}
|
|
3554
3470
|
);
|
|
3555
3471
|
}
|
|
3556
|
-
function c2({
|
|
3557
|
-
className: e = "",
|
|
3558
|
-
size: t = c.md
|
|
3559
|
-
}) {
|
|
3472
|
+
function c2({ className: e = "", size: t = c.md }) {
|
|
3560
3473
|
return /* @__PURE__ */ r.jsx(
|
|
3561
3474
|
"svg",
|
|
3562
3475
|
{
|
|
@@ -3569,10 +3482,7 @@ function c2({
|
|
|
3569
3482
|
}
|
|
3570
3483
|
);
|
|
3571
3484
|
}
|
|
3572
|
-
function d2({
|
|
3573
|
-
className: e = "",
|
|
3574
|
-
size: t = c.md
|
|
3575
|
-
}) {
|
|
3485
|
+
function d2({ className: e = "", size: t = c.md }) {
|
|
3576
3486
|
return /* @__PURE__ */ r.jsx(
|
|
3577
3487
|
"svg",
|
|
3578
3488
|
{
|
|
@@ -3585,10 +3495,7 @@ function d2({
|
|
|
3585
3495
|
}
|
|
3586
3496
|
);
|
|
3587
3497
|
}
|
|
3588
|
-
function m2({
|
|
3589
|
-
className: e = "",
|
|
3590
|
-
size: t = c.md
|
|
3591
|
-
}) {
|
|
3498
|
+
function m2({ className: e = "", size: t = c.md }) {
|
|
3592
3499
|
return /* @__PURE__ */ r.jsxs(
|
|
3593
3500
|
"svg",
|
|
3594
3501
|
{
|
|
@@ -3606,10 +3513,7 @@ function m2({
|
|
|
3606
3513
|
}
|
|
3607
3514
|
);
|
|
3608
3515
|
}
|
|
3609
|
-
function h2({
|
|
3610
|
-
className: e = "",
|
|
3611
|
-
size: t = c.md
|
|
3612
|
-
}) {
|
|
3516
|
+
function h2({ className: e = "", size: t = c.md }) {
|
|
3613
3517
|
return /* @__PURE__ */ r.jsx(
|
|
3614
3518
|
"svg",
|
|
3615
3519
|
{
|
|
@@ -3622,10 +3526,7 @@ function h2({
|
|
|
3622
3526
|
}
|
|
3623
3527
|
);
|
|
3624
3528
|
}
|
|
3625
|
-
function v2({
|
|
3626
|
-
className: e = "",
|
|
3627
|
-
size: t = c.lg
|
|
3628
|
-
}) {
|
|
3529
|
+
function v2({ className: e = "", size: t = c.lg }) {
|
|
3629
3530
|
return /* @__PURE__ */ r.jsx(
|
|
3630
3531
|
"svg",
|
|
3631
3532
|
{
|
|
@@ -3638,10 +3539,7 @@ function v2({
|
|
|
3638
3539
|
}
|
|
3639
3540
|
);
|
|
3640
3541
|
}
|
|
3641
|
-
function u2({
|
|
3642
|
-
className: e = "",
|
|
3643
|
-
size: t = c.md
|
|
3644
|
-
}) {
|
|
3542
|
+
function u2({ className: e = "", size: t = c.md }) {
|
|
3645
3543
|
return /* @__PURE__ */ r.jsx(
|
|
3646
3544
|
"svg",
|
|
3647
3545
|
{
|
|
@@ -3654,10 +3552,7 @@ function u2({
|
|
|
3654
3552
|
}
|
|
3655
3553
|
);
|
|
3656
3554
|
}
|
|
3657
|
-
function g2({
|
|
3658
|
-
className: e = "",
|
|
3659
|
-
size: t = c.md
|
|
3660
|
-
}) {
|
|
3555
|
+
function g2({ className: e = "", size: t = c.md }) {
|
|
3661
3556
|
return /* @__PURE__ */ r.jsx(
|
|
3662
3557
|
"svg",
|
|
3663
3558
|
{
|
|
@@ -3670,10 +3565,7 @@ function g2({
|
|
|
3670
3565
|
}
|
|
3671
3566
|
);
|
|
3672
3567
|
}
|
|
3673
|
-
function p2({
|
|
3674
|
-
className: e = "",
|
|
3675
|
-
size: t = c.md
|
|
3676
|
-
}) {
|
|
3568
|
+
function p2({ className: e = "", size: t = c.md }) {
|
|
3677
3569
|
return /* @__PURE__ */ r.jsx(
|
|
3678
3570
|
"svg",
|
|
3679
3571
|
{
|
|
@@ -3686,10 +3578,7 @@ function p2({
|
|
|
3686
3578
|
}
|
|
3687
3579
|
);
|
|
3688
3580
|
}
|
|
3689
|
-
function f2({
|
|
3690
|
-
className: e = "",
|
|
3691
|
-
size: t = c.md
|
|
3692
|
-
}) {
|
|
3581
|
+
function f2({ className: e = "", size: t = c.md }) {
|
|
3693
3582
|
return /* @__PURE__ */ r.jsx(
|
|
3694
3583
|
"svg",
|
|
3695
3584
|
{
|
|
@@ -3702,10 +3591,7 @@ function f2({
|
|
|
3702
3591
|
}
|
|
3703
3592
|
);
|
|
3704
3593
|
}
|
|
3705
|
-
function w2({
|
|
3706
|
-
className: e = "",
|
|
3707
|
-
size: t = c.md
|
|
3708
|
-
}) {
|
|
3594
|
+
function w2({ className: e = "", size: t = c.md }) {
|
|
3709
3595
|
return /* @__PURE__ */ r.jsx(
|
|
3710
3596
|
"svg",
|
|
3711
3597
|
{
|
|
@@ -3718,10 +3604,7 @@ function w2({
|
|
|
3718
3604
|
}
|
|
3719
3605
|
);
|
|
3720
3606
|
}
|
|
3721
|
-
function x2({
|
|
3722
|
-
className: e = "",
|
|
3723
|
-
size: t = c.md
|
|
3724
|
-
}) {
|
|
3607
|
+
function x2({ className: e = "", size: t = c.md }) {
|
|
3725
3608
|
return /* @__PURE__ */ r.jsx(
|
|
3726
3609
|
"svg",
|
|
3727
3610
|
{
|
|
@@ -3734,10 +3617,7 @@ function x2({
|
|
|
3734
3617
|
}
|
|
3735
3618
|
);
|
|
3736
3619
|
}
|
|
3737
|
-
function b2({
|
|
3738
|
-
className: e = "",
|
|
3739
|
-
size: t = c.md
|
|
3740
|
-
}) {
|
|
3620
|
+
function b2({ className: e = "", size: t = c.md }) {
|
|
3741
3621
|
return /* @__PURE__ */ r.jsx(
|
|
3742
3622
|
"svg",
|
|
3743
3623
|
{
|
|
@@ -3750,10 +3630,7 @@ function b2({
|
|
|
3750
3630
|
}
|
|
3751
3631
|
);
|
|
3752
3632
|
}
|
|
3753
|
-
function q2({
|
|
3754
|
-
className: e = "",
|
|
3755
|
-
size: t = c.sm
|
|
3756
|
-
}) {
|
|
3633
|
+
function q2({ className: e = "", size: t = c.sm }) {
|
|
3757
3634
|
return /* @__PURE__ */ r.jsx(
|
|
3758
3635
|
"svg",
|
|
3759
3636
|
{
|
|
@@ -3766,10 +3643,7 @@ function q2({
|
|
|
3766
3643
|
}
|
|
3767
3644
|
);
|
|
3768
3645
|
}
|
|
3769
|
-
function T2({
|
|
3770
|
-
className: e = "",
|
|
3771
|
-
size: t = c.md
|
|
3772
|
-
}) {
|
|
3646
|
+
function T2({ className: e = "", size: t = c.md }) {
|
|
3773
3647
|
return /* @__PURE__ */ r.jsx(
|
|
3774
3648
|
"svg",
|
|
3775
3649
|
{
|
|
@@ -3782,10 +3656,7 @@ function T2({
|
|
|
3782
3656
|
}
|
|
3783
3657
|
);
|
|
3784
3658
|
}
|
|
3785
|
-
function k2({
|
|
3786
|
-
className: e = "",
|
|
3787
|
-
size: t = c.md
|
|
3788
|
-
}) {
|
|
3659
|
+
function k2({ className: e = "", size: t = c.md }) {
|
|
3789
3660
|
return /* @__PURE__ */ r.jsx(
|
|
3790
3661
|
"svg",
|
|
3791
3662
|
{
|
|
@@ -3805,10 +3676,7 @@ function k2({
|
|
|
3805
3676
|
}
|
|
3806
3677
|
);
|
|
3807
3678
|
}
|
|
3808
|
-
function y2({
|
|
3809
|
-
className: e = "",
|
|
3810
|
-
size: t = c.md
|
|
3811
|
-
}) {
|
|
3679
|
+
function y2({ className: e = "", size: t = c.md }) {
|
|
3812
3680
|
return /* @__PURE__ */ r.jsx(
|
|
3813
3681
|
"svg",
|
|
3814
3682
|
{
|
|
@@ -3821,10 +3689,7 @@ function y2({
|
|
|
3821
3689
|
}
|
|
3822
3690
|
);
|
|
3823
3691
|
}
|
|
3824
|
-
function j2({
|
|
3825
|
-
className: e = "",
|
|
3826
|
-
size: t = c.md
|
|
3827
|
-
}) {
|
|
3692
|
+
function j2({ className: e = "", size: t = c.md }) {
|
|
3828
3693
|
return /* @__PURE__ */ r.jsx(
|
|
3829
3694
|
"svg",
|
|
3830
3695
|
{
|
|
@@ -3837,10 +3702,7 @@ function j2({
|
|
|
3837
3702
|
}
|
|
3838
3703
|
);
|
|
3839
3704
|
}
|
|
3840
|
-
function Z2({
|
|
3841
|
-
className: e = "",
|
|
3842
|
-
size: t = c.md
|
|
3843
|
-
}) {
|
|
3705
|
+
function Z2({ className: e = "", size: t = c.md }) {
|
|
3844
3706
|
return /* @__PURE__ */ r.jsx(
|
|
3845
3707
|
"svg",
|
|
3846
3708
|
{
|
|
@@ -3853,10 +3715,7 @@ function Z2({
|
|
|
3853
3715
|
}
|
|
3854
3716
|
);
|
|
3855
3717
|
}
|
|
3856
|
-
function C2({
|
|
3857
|
-
className: e = "",
|
|
3858
|
-
size: t = c.md
|
|
3859
|
-
}) {
|
|
3718
|
+
function C2({ className: e = "", size: t = c.md }) {
|
|
3860
3719
|
return /* @__PURE__ */ r.jsx(
|
|
3861
3720
|
"svg",
|
|
3862
3721
|
{
|
|
@@ -3874,10 +3733,7 @@ function C2({
|
|
|
3874
3733
|
}
|
|
3875
3734
|
);
|
|
3876
3735
|
}
|
|
3877
|
-
function M2({
|
|
3878
|
-
className: e = "",
|
|
3879
|
-
size: t = c.md
|
|
3880
|
-
}) {
|
|
3736
|
+
function M2({ className: e = "", size: t = c.md }) {
|
|
3881
3737
|
return /* @__PURE__ */ r.jsx(
|
|
3882
3738
|
"svg",
|
|
3883
3739
|
{
|
|
@@ -3890,10 +3746,7 @@ function M2({
|
|
|
3890
3746
|
}
|
|
3891
3747
|
);
|
|
3892
3748
|
}
|
|
3893
|
-
function z2({
|
|
3894
|
-
className: e = "",
|
|
3895
|
-
size: t = c.sm
|
|
3896
|
-
}) {
|
|
3749
|
+
function z2({ className: e = "", size: t = c.sm }) {
|
|
3897
3750
|
return /* @__PURE__ */ r.jsx(
|
|
3898
3751
|
"svg",
|
|
3899
3752
|
{
|
|
@@ -3906,10 +3759,7 @@ function z2({
|
|
|
3906
3759
|
}
|
|
3907
3760
|
);
|
|
3908
3761
|
}
|
|
3909
|
-
function E2({
|
|
3910
|
-
className: e = "",
|
|
3911
|
-
size: t = c.md
|
|
3912
|
-
}) {
|
|
3762
|
+
function E2({ className: e = "", size: t = c.md }) {
|
|
3913
3763
|
return /* @__PURE__ */ r.jsx(
|
|
3914
3764
|
"svg",
|
|
3915
3765
|
{
|
|
@@ -3922,10 +3772,7 @@ function E2({
|
|
|
3922
3772
|
}
|
|
3923
3773
|
);
|
|
3924
3774
|
}
|
|
3925
|
-
function L2({
|
|
3926
|
-
className: e = "",
|
|
3927
|
-
size: t = c.md
|
|
3928
|
-
}) {
|
|
3775
|
+
function L2({ className: e = "", size: t = c.md }) {
|
|
3929
3776
|
return /* @__PURE__ */ r.jsx(
|
|
3930
3777
|
"svg",
|
|
3931
3778
|
{
|
|
@@ -3938,10 +3785,7 @@ function L2({
|
|
|
3938
3785
|
}
|
|
3939
3786
|
);
|
|
3940
3787
|
}
|
|
3941
|
-
function R2({
|
|
3942
|
-
className: e = "fill-gray-600",
|
|
3943
|
-
size: t = c.md
|
|
3944
|
-
}) {
|
|
3788
|
+
function R2({ className: e = "fill-gray-600", size: t = c.md }) {
|
|
3945
3789
|
return /* @__PURE__ */ r.jsx(
|
|
3946
3790
|
"svg",
|
|
3947
3791
|
{
|
|
@@ -3954,10 +3798,7 @@ function R2({
|
|
|
3954
3798
|
}
|
|
3955
3799
|
);
|
|
3956
3800
|
}
|
|
3957
|
-
function S2({
|
|
3958
|
-
className: e = "",
|
|
3959
|
-
size: t = c.md
|
|
3960
|
-
}) {
|
|
3801
|
+
function S2({ className: e = "", size: t = c.md }) {
|
|
3961
3802
|
return /* @__PURE__ */ r.jsx(
|
|
3962
3803
|
"svg",
|
|
3963
3804
|
{
|
|
@@ -3970,10 +3811,7 @@ function S2({
|
|
|
3970
3811
|
}
|
|
3971
3812
|
);
|
|
3972
3813
|
}
|
|
3973
|
-
function H2({
|
|
3974
|
-
className: e = "",
|
|
3975
|
-
size: t = c.xs
|
|
3976
|
-
}) {
|
|
3814
|
+
function H2({ className: e = "", size: t = c.xs }) {
|
|
3977
3815
|
return /* @__PURE__ */ r.jsxs(
|
|
3978
3816
|
"svg",
|
|
3979
3817
|
{
|
|
@@ -4001,10 +3839,7 @@ function H2({
|
|
|
4001
3839
|
}
|
|
4002
3840
|
);
|
|
4003
3841
|
}
|
|
4004
|
-
function A2({
|
|
4005
|
-
className: e = "",
|
|
4006
|
-
size: t = c.md
|
|
4007
|
-
}) {
|
|
3842
|
+
function A2({ className: e = "", size: t = c.md }) {
|
|
4008
3843
|
return /* @__PURE__ */ r.jsx(
|
|
4009
3844
|
"svg",
|
|
4010
3845
|
{
|
|
@@ -4017,10 +3852,7 @@ function A2({
|
|
|
4017
3852
|
}
|
|
4018
3853
|
);
|
|
4019
3854
|
}
|
|
4020
|
-
function P2({
|
|
4021
|
-
className: e = "",
|
|
4022
|
-
size: t = c.md
|
|
4023
|
-
}) {
|
|
3855
|
+
function P2({ className: e = "", size: t = c.md }) {
|
|
4024
3856
|
return /* @__PURE__ */ r.jsx(
|
|
4025
3857
|
"svg",
|
|
4026
3858
|
{
|
|
@@ -4033,10 +3865,7 @@ function P2({
|
|
|
4033
3865
|
}
|
|
4034
3866
|
);
|
|
4035
3867
|
}
|
|
4036
|
-
function _2({
|
|
4037
|
-
className: e = "",
|
|
4038
|
-
size: t = c.md
|
|
4039
|
-
}) {
|
|
3868
|
+
function _2({ className: e = "", size: t = c.md }) {
|
|
4040
3869
|
return /* @__PURE__ */ r.jsx(
|
|
4041
3870
|
"svg",
|
|
4042
3871
|
{
|
|
@@ -4049,10 +3878,7 @@ function _2({
|
|
|
4049
3878
|
}
|
|
4050
3879
|
);
|
|
4051
3880
|
}
|
|
4052
|
-
function O2({
|
|
4053
|
-
className: e = "",
|
|
4054
|
-
size: t = c.xs
|
|
4055
|
-
}) {
|
|
3881
|
+
function O2({ className: e = "", size: t = c.xs }) {
|
|
4056
3882
|
return /* @__PURE__ */ r.jsx(
|
|
4057
3883
|
"svg",
|
|
4058
3884
|
{
|
|
@@ -4065,10 +3891,7 @@ function O2({
|
|
|
4065
3891
|
}
|
|
4066
3892
|
);
|
|
4067
3893
|
}
|
|
4068
|
-
function B2({
|
|
4069
|
-
className: e = "",
|
|
4070
|
-
size: t = c.md
|
|
4071
|
-
}) {
|
|
3894
|
+
function B2({ className: e = "", size: t = c.md }) {
|
|
4072
3895
|
return /* @__PURE__ */ r.jsx(
|
|
4073
3896
|
"svg",
|
|
4074
3897
|
{
|
|
@@ -4081,10 +3904,7 @@ function B2({
|
|
|
4081
3904
|
}
|
|
4082
3905
|
);
|
|
4083
3906
|
}
|
|
4084
|
-
function N2({
|
|
4085
|
-
className: e = "",
|
|
4086
|
-
size: t = c.md
|
|
4087
|
-
}) {
|
|
3907
|
+
function N2({ className: e = "", size: t = c.md }) {
|
|
4088
3908
|
return /* @__PURE__ */ r.jsxs(
|
|
4089
3909
|
"svg",
|
|
4090
3910
|
{
|
|
@@ -4095,15 +3915,19 @@ function N2({
|
|
|
4095
3915
|
viewBox: "0 0 16 16",
|
|
4096
3916
|
children: [
|
|
4097
3917
|
/* @__PURE__ */ r.jsx("path", { d: "M11.25 1a.75.75 0 010 1.5h-9a.75.75 0 00-.75.75v6.531l.706-.51a.75.75 0 01.88 1.214L1.19 11.858A.75.75 0 010 11.25v-8A2.25 2.25 0 012.25 1h9z" }),
|
|
4098
|
-
/* @__PURE__ */ r.jsx(
|
|
3918
|
+
/* @__PURE__ */ r.jsx(
|
|
3919
|
+
"path",
|
|
3920
|
+
{
|
|
3921
|
+
fillRule: "evenodd",
|
|
3922
|
+
d: "M6.25 4A2.25 2.25 0 004 6.25v4.534a2.25 2.25 0 002.25 2.25h6.041l2.52 1.824A.75.75 0 0016 14.25v-8A2.25 2.25 0 0013.75 4h-7.5zM5.5 6.25a.75.75 0 01.75-.75h7.5a.75.75 0 01.75.75v6.531l-1.526-1.104a.75.75 0 00-.44-.143H6.25a.75.75 0 01-.75-.75V6.25z",
|
|
3923
|
+
clipRule: "evenodd"
|
|
3924
|
+
}
|
|
3925
|
+
)
|
|
4099
3926
|
]
|
|
4100
3927
|
}
|
|
4101
3928
|
);
|
|
4102
3929
|
}
|
|
4103
|
-
function I2({
|
|
4104
|
-
className: e = "fill-blue-500",
|
|
4105
|
-
size: t = c.md
|
|
4106
|
-
}) {
|
|
3930
|
+
function I2({ className: e = "fill-blue-500", size: t = c.md }) {
|
|
4107
3931
|
return /* @__PURE__ */ r.jsx(
|
|
4108
3932
|
"svg",
|
|
4109
3933
|
{
|
|
@@ -4117,10 +3941,7 @@ function I2({
|
|
|
4117
3941
|
}
|
|
4118
3942
|
);
|
|
4119
3943
|
}
|
|
4120
|
-
function $2({
|
|
4121
|
-
className: e = "",
|
|
4122
|
-
size: t = c.md
|
|
4123
|
-
}) {
|
|
3944
|
+
function $2({ className: e = "", size: t = c.md }) {
|
|
4124
3945
|
return /* @__PURE__ */ r.jsx(
|
|
4125
3946
|
"svg",
|
|
4126
3947
|
{
|
|
@@ -4130,18 +3951,109 @@ function $2({
|
|
|
4130
3951
|
height: t,
|
|
4131
3952
|
width: t,
|
|
4132
3953
|
children: /* @__PURE__ */ r.jsxs("g", { id: "g1331", transform: "translate(-.012 -.026)", children: [
|
|
4133
|
-
/* @__PURE__ */ r.jsx(
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
3954
|
+
/* @__PURE__ */ r.jsx(
|
|
3955
|
+
"path",
|
|
3956
|
+
{
|
|
3957
|
+
id: "rect1177",
|
|
3958
|
+
d: "m48 42c-1.610617 0-3.072579.964923-3.707031 2.445312l-2.212891 5.160157c-.068789.157032-.080078.278389-.080078.410156v1.384766c0 1.410987.833351 2.629848 2.025391 3.21875v11.78125c0 1.977102 1.622506 3.599609 3.599609 3.599609h11.375c.552285 0 1-.447715 1-1s-.447715-1-1-1h-11.375c-.903697 0-1.599609-.695912-1.599609-1.599609v-11.445313c.847723-.104088 1.610521-.491751 2.173828-1.083984.65782.691024 1.580369 1.128906 2.601562 1.128906 1.021136 0 1.9423-.437842 2.59961-1.128906.657309.691064 1.578473 1.128906 2.599609 1.128906s1.9423-.437842 2.599609-1.128906c.65731.691064 1.578474 1.128906 2.59961 1.128906 1.021194 0 1.943742-.437882 2.601562-1.128906.65731.691064 1.578474 1.128906 2.59961 1.128906 1.976921 0 3.599609-1.622688 3.599609-3.599609v-1.1875c.04465-.204256.02415-.417368-.05859-.609375l-2.230472-5.164063c-.638436-1.47827-2.100696-2.439453-3.710938-2.439453zm0 2h16c.817605 0 1.550834.481826 1.875 1.232422l1.626953 3.767578h-22.984375l1.613281-3.767578c.321445-.750037 1.053125-1.232422 1.869141-1.232422zm-4 7h3.199219v.400391c0 .903878-.695732 1.599609-1.59961 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199219 0h3.201172v.400391c0 .903877-.695732 1.599609-1.59961 1.599609-.903877 0-1.601562-.696635-1.601562-1.599609zm5.201172 0h3.199218v.400391c0 .903878-.695731 1.599609-1.599609 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199218 0h3.201172v.400391c0 .902974-.697684 1.599609-1.601562 1.599609s-1.59961-.695732-1.59961-1.599609zm5.201172 0h3.199219v.400391c0 .903878-.695731 1.599609-1.599609 1.599609-.903879 0-1.59961-.695732-1.59961-1.599609z",
|
|
3959
|
+
transform: "translate(-40 -40)",
|
|
3960
|
+
"font-variant-ligatures": "normal",
|
|
3961
|
+
"font-variant-position": "normal",
|
|
3962
|
+
"font-variant-caps": "normal",
|
|
3963
|
+
"font-variant-numeric": "normal",
|
|
3964
|
+
"font-variant-alternates": "normal",
|
|
3965
|
+
"font-variant-east-asian": "normal",
|
|
3966
|
+
"font-feature-settings": "normal",
|
|
3967
|
+
"font-variation-settings": "normal",
|
|
3968
|
+
"text-indent": "0",
|
|
3969
|
+
"text-align": "start",
|
|
3970
|
+
"text-decoration-line": "none",
|
|
3971
|
+
"text-decoration-style": "solid",
|
|
3972
|
+
"text-decoration-color": "rgb(0,0,0)",
|
|
3973
|
+
"text-transform": "none",
|
|
3974
|
+
"text-orientation": "mixed",
|
|
3975
|
+
"white-space": "normal",
|
|
3976
|
+
"shape-padding": "0",
|
|
3977
|
+
"shape-margin": "0",
|
|
3978
|
+
"inline-size": "0",
|
|
3979
|
+
"mix-blend-mode": "normal",
|
|
3980
|
+
"solid-color": "rgb(0,0,0)",
|
|
3981
|
+
"solid-opacity": "1",
|
|
3982
|
+
vectorEffect: "none"
|
|
3983
|
+
}
|
|
3984
|
+
),
|
|
3985
|
+
/* @__PURE__ */ r.jsx(
|
|
3986
|
+
"path",
|
|
3987
|
+
{
|
|
3988
|
+
id: "path1289",
|
|
3989
|
+
d: "m24.609375 16.513672c-2.977321 0-5.392578 2.479593-5.392578 5.486328 0 4.762769 4.826172 7.876953 4.826172 7.876953a1.0001 1.0001 0 0 0 1.132812 0s4.824219-3.114183 4.824219-7.876953c0-3.006736-2.413303-5.486328-5.390625-5.486328zm0 2c1.872992 0 3.390625 1.53752 3.390625 3.486328 0 2.838188-2.558448 5.020104-3.390625 5.691406-.832177-.671302-3.392578-2.853218-3.392578-5.691406 0-1.948809 1.519587-3.486328 3.392578-3.486328z",
|
|
3990
|
+
"font-variant-ligatures": "normal",
|
|
3991
|
+
"font-variant-position": "normal",
|
|
3992
|
+
"font-variant-caps": "normal",
|
|
3993
|
+
"font-variant-numeric": "normal",
|
|
3994
|
+
"font-variant-alternates": "normal",
|
|
3995
|
+
"font-variant-east-asian": "normal",
|
|
3996
|
+
"font-feature-settings": "normal",
|
|
3997
|
+
"font-variation-settings": "normal",
|
|
3998
|
+
"text-indent": "0",
|
|
3999
|
+
"text-align": "start",
|
|
4000
|
+
"text-decoration-line": "none",
|
|
4001
|
+
"text-decoration-style": "solid",
|
|
4002
|
+
"text-decoration-color": "rgb(0,0,0)",
|
|
4003
|
+
"text-transform": "none",
|
|
4004
|
+
"text-orientation": "mixed",
|
|
4005
|
+
"white-space": "normal",
|
|
4006
|
+
"shape-padding": "0",
|
|
4007
|
+
"shape-margin": "0",
|
|
4008
|
+
"inline-size": "0",
|
|
4009
|
+
"mix-blend-mode": "normal",
|
|
4010
|
+
"solid-color": "rgb(0,0,0)",
|
|
4011
|
+
"solid-opacity": "1",
|
|
4012
|
+
vectorEffect: "none"
|
|
4013
|
+
}
|
|
4014
|
+
),
|
|
4015
|
+
/* @__PURE__ */ r.jsx(
|
|
4016
|
+
"path",
|
|
4017
|
+
{
|
|
4018
|
+
id: "ellipse1291",
|
|
4019
|
+
d: "m26.032797 21.999998a1.4239348 1.4548275 0 0 1 -1.423935 1.454828 1.4239348 1.4548275 0 0 1 -1.423935-1.454828 1.4239348 1.4548275 0 0 1 1.423935-1.454827 1.4239348 1.4548275 0 0 1 1.423935 1.454827z"
|
|
4020
|
+
}
|
|
4021
|
+
),
|
|
4022
|
+
/* @__PURE__ */ r.jsx(
|
|
4023
|
+
"path",
|
|
4024
|
+
{
|
|
4025
|
+
id: "rect1319",
|
|
4026
|
+
d: "m9 18a1.0001 1.0001 0 0 0 -1 1v5a1.0001 1.0001 0 0 0 1 1h5.949219a1.0001 1.0001 0 0 0 1-1v-5a1.0001 1.0001 0 0 0 -1-1zm1 2h3.949219v3h-3.949219z",
|
|
4027
|
+
"font-variant-ligatures": "normal",
|
|
4028
|
+
"font-variant-position": "normal",
|
|
4029
|
+
"font-variant-caps": "normal",
|
|
4030
|
+
"font-variant-numeric": "normal",
|
|
4031
|
+
"font-variant-alternates": "normal",
|
|
4032
|
+
"font-variant-east-asian": "normal",
|
|
4033
|
+
"font-feature-settings": "normal",
|
|
4034
|
+
"font-variation-settings": "normal",
|
|
4035
|
+
"text-indent": "0",
|
|
4036
|
+
"text-align": "start",
|
|
4037
|
+
"text-decoration-line": "none",
|
|
4038
|
+
"text-decoration-style": "solid",
|
|
4039
|
+
"text-decoration-color": "rgb(0,0,0)",
|
|
4040
|
+
"text-transform": "none",
|
|
4041
|
+
"text-orientation": "mixed",
|
|
4042
|
+
"white-space": "normal",
|
|
4043
|
+
"shape-padding": "0",
|
|
4044
|
+
"shape-margin": "0",
|
|
4045
|
+
"inline-size": "0",
|
|
4046
|
+
"mix-blend-mode": "normal",
|
|
4047
|
+
"solid-color": "rgb(0,0,0)",
|
|
4048
|
+
"solid-opacity": "1",
|
|
4049
|
+
vectorEffect: "none"
|
|
4050
|
+
}
|
|
4051
|
+
)
|
|
4137
4052
|
] })
|
|
4138
4053
|
}
|
|
4139
4054
|
);
|
|
4140
4055
|
}
|
|
4141
|
-
function G2({
|
|
4142
|
-
className: e = "",
|
|
4143
|
-
size: t = c.md
|
|
4144
|
-
}) {
|
|
4056
|
+
function G2({ className: e = "", size: t = c.md }) {
|
|
4145
4057
|
return /* @__PURE__ */ r.jsx(
|
|
4146
4058
|
"svg",
|
|
4147
4059
|
{
|
|
@@ -4189,10 +4101,7 @@ function G2({
|
|
|
4189
4101
|
}
|
|
4190
4102
|
);
|
|
4191
4103
|
}
|
|
4192
|
-
function D2({
|
|
4193
|
-
className: e = "",
|
|
4194
|
-
size: t = c.md
|
|
4195
|
-
}) {
|
|
4104
|
+
function D2({ className: e = "", size: t = c.md }) {
|
|
4196
4105
|
return /* @__PURE__ */ r.jsx(
|
|
4197
4106
|
"svg",
|
|
4198
4107
|
{
|
|
@@ -4205,10 +4114,7 @@ function D2({
|
|
|
4205
4114
|
}
|
|
4206
4115
|
);
|
|
4207
4116
|
}
|
|
4208
|
-
function J0({
|
|
4209
|
-
className: e = "",
|
|
4210
|
-
size: t = c.md
|
|
4211
|
-
}) {
|
|
4117
|
+
function J0({ className: e = "", size: t = c.md }) {
|
|
4212
4118
|
return /* @__PURE__ */ r.jsxs(
|
|
4213
4119
|
"svg",
|
|
4214
4120
|
{
|
|
@@ -4225,10 +4131,7 @@ function J0({
|
|
|
4225
4131
|
}
|
|
4226
4132
|
);
|
|
4227
4133
|
}
|
|
4228
|
-
function X0({
|
|
4229
|
-
className: e = "",
|
|
4230
|
-
size: t = c.md
|
|
4231
|
-
}) {
|
|
4134
|
+
function X0({ className: e = "", size: t = c.md }) {
|
|
4232
4135
|
return /* @__PURE__ */ r.jsxs(
|
|
4233
4136
|
"svg",
|
|
4234
4137
|
{
|
|
@@ -4248,19 +4151,9 @@ function X0({
|
|
|
4248
4151
|
);
|
|
4249
4152
|
}
|
|
4250
4153
|
const Q0 = [J0, X0];
|
|
4251
|
-
function Y2({
|
|
4252
|
-
seq: e,
|
|
4253
|
-
size: t = c.md,
|
|
4254
|
-
className: o = ""
|
|
4255
|
-
}) {
|
|
4154
|
+
function Y2({ seq: e, size: t = c.md, className: o = "" }) {
|
|
4256
4155
|
const s = Q0[e - 1];
|
|
4257
|
-
return /* @__PURE__ */ r.jsx(
|
|
4258
|
-
s,
|
|
4259
|
-
{
|
|
4260
|
-
size: t,
|
|
4261
|
-
className: o
|
|
4262
|
-
}
|
|
4263
|
-
);
|
|
4156
|
+
return /* @__PURE__ */ r.jsx(s, { size: t, className: o });
|
|
4264
4157
|
}
|
|
4265
4158
|
export {
|
|
4266
4159
|
j2 as AddSvg,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wasvg",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"main": "dist/wasvg.cjs.js",
|
|
5
5
|
"module": "dist/wasvg.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,7 +20,16 @@
|
|
|
20
20
|
"build": "vite build",
|
|
21
21
|
"storybook": "storybook dev -p 6006",
|
|
22
22
|
"build-storybook": "storybook build",
|
|
23
|
-
"dev": "vite"
|
|
23
|
+
"dev": "vite",
|
|
24
|
+
"lint": "eslint .",
|
|
25
|
+
"lint:fix": "eslint --fix",
|
|
26
|
+
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
|
|
27
|
+
},
|
|
28
|
+
"eslintConfig": {
|
|
29
|
+
"extends": [
|
|
30
|
+
"react-app",
|
|
31
|
+
"react-app/jest"
|
|
32
|
+
]
|
|
24
33
|
},
|
|
25
34
|
"keywords": [],
|
|
26
35
|
"author": "",
|
|
@@ -33,7 +42,15 @@
|
|
|
33
42
|
"@types/react": "^19.1.5",
|
|
34
43
|
"@types/react-dom": "^19.1.5",
|
|
35
44
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
45
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
46
|
+
"eslint-config-prettier": "^9.0.0",
|
|
47
|
+
"eslint-plugin-import": "^2.28.1",
|
|
48
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
49
|
+
"eslint-plugin-react": "^7.33.2",
|
|
50
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
51
|
+
"eslint-plugin-react-refresh": "^0.4.3",
|
|
36
52
|
"jsdom": "^26.1.0",
|
|
53
|
+
"prettier": "^3.6.2",
|
|
37
54
|
"storybook": "^9.0.16",
|
|
38
55
|
"tailwindcss": "^4.1.7",
|
|
39
56
|
"vite": "^6.3.5",
|
|
@@ -49,6 +66,7 @@
|
|
|
49
66
|
"@testing-library/jest-dom": "^6.6.3",
|
|
50
67
|
"@testing-library/react": "^16.3.0",
|
|
51
68
|
"clsx": "^2.1.1",
|
|
69
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
52
70
|
"tailwind-merge": "^3.3.0",
|
|
53
71
|
"tiny-invariant": "^1.3.3",
|
|
54
72
|
"waujs": "^1.0.0"
|