@sikka/hawa 0.7.14-next → 0.7.16-next
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.css +55 -44
- package/dist/index.d.mts +10 -3
- package/dist/index.d.ts +10 -3
- package/dist/index.js +59 -51
- package/dist/index.mjs +68 -54
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1872,9 +1872,20 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1872
1872
|
.hawa-bg-opacity-80 {
|
|
1873
1873
|
--tw-bg-opacity: 0.8;
|
|
1874
1874
|
}
|
|
1875
|
+
.hawa-bg-gradient-to-r {
|
|
1876
|
+
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
1877
|
+
}
|
|
1875
1878
|
.hawa-bg-none {
|
|
1876
1879
|
background-image: none;
|
|
1877
1880
|
}
|
|
1881
|
+
.hawa-from-green-400 {
|
|
1882
|
+
--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
|
|
1883
|
+
--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
|
|
1884
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1885
|
+
}
|
|
1886
|
+
.hawa-to-red-500 {
|
|
1887
|
+
--tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
|
|
1888
|
+
}
|
|
1878
1889
|
.hawa-bg-cover {
|
|
1879
1890
|
background-size: cover;
|
|
1880
1891
|
}
|
|
@@ -2501,11 +2512,11 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
2501
2512
|
body {
|
|
2502
2513
|
font-family: "IBM Plex Sans Arabic", sans-serif;
|
|
2503
2514
|
}
|
|
2504
|
-
:is(
|
|
2515
|
+
:is([data-mode="dark"] .dark\:dark-shadow) {
|
|
2505
2516
|
box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.1),
|
|
2506
2517
|
0 4px 6px -2px rgba(255, 255, 255, 0.05);
|
|
2507
2518
|
}
|
|
2508
|
-
:is(
|
|
2519
|
+
:is([data-mode="dark"] .dark\:hover\:dark-shadow:hover) {
|
|
2509
2520
|
box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.1),
|
|
2510
2521
|
0 4px 6px -2px rgba(255, 255, 255, 0.05);
|
|
2511
2522
|
}
|
|
@@ -3127,163 +3138,163 @@ body {
|
|
|
3127
3138
|
--tw-rotate: 180deg;
|
|
3128
3139
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3129
3140
|
}
|
|
3130
|
-
:is(
|
|
3141
|
+
:is([data-mode="dark"] .dark\:hawa--rotate-90) {
|
|
3131
3142
|
--tw-rotate: -90deg;
|
|
3132
3143
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3133
3144
|
}
|
|
3134
|
-
:is(
|
|
3145
|
+
:is([data-mode="dark"] .dark\:hawa-rotate-0) {
|
|
3135
3146
|
--tw-rotate: 0deg;
|
|
3136
3147
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3137
3148
|
}
|
|
3138
|
-
:is(
|
|
3149
|
+
:is([data-mode="dark"] .dark\:hawa-scale-100) {
|
|
3139
3150
|
--tw-scale-x: 1;
|
|
3140
3151
|
--tw-scale-y: 1;
|
|
3141
3152
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3142
3153
|
}
|
|
3143
|
-
:is(
|
|
3154
|
+
:is([data-mode="dark"] .dark\:hawa-border-gray-700) {
|
|
3144
3155
|
--tw-border-opacity: 1;
|
|
3145
3156
|
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
|
3146
3157
|
}
|
|
3147
|
-
:is(
|
|
3158
|
+
:is([data-mode="dark"] .dark\:hawa-border-primary\/10) {
|
|
3148
3159
|
border-color: hsl(var(--primary) / 0.1);
|
|
3149
3160
|
}
|
|
3150
|
-
:is(
|
|
3161
|
+
:is([data-mode="dark"] .dark\:hawa-border-primary\/70) {
|
|
3151
3162
|
border-color: hsl(var(--primary) / 0.7);
|
|
3152
3163
|
}
|
|
3153
|
-
:is(
|
|
3164
|
+
:is([data-mode="dark"] .dark\:hawa-bg-background) {
|
|
3154
3165
|
background-color: hsl(var(--background));
|
|
3155
3166
|
}
|
|
3156
|
-
:is(
|
|
3167
|
+
:is([data-mode="dark"] .dark\:hawa-bg-black) {
|
|
3157
3168
|
--tw-bg-opacity: 1;
|
|
3158
3169
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
3159
3170
|
}
|
|
3160
|
-
:is(
|
|
3171
|
+
:is([data-mode="dark"] .dark\:hawa-bg-blue-200) {
|
|
3161
3172
|
--tw-bg-opacity: 1;
|
|
3162
3173
|
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
|
|
3163
3174
|
}
|
|
3164
|
-
:is(
|
|
3175
|
+
:is([data-mode="dark"] .dark\:hawa-bg-gray-200) {
|
|
3165
3176
|
--tw-bg-opacity: 1;
|
|
3166
3177
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
3167
3178
|
}
|
|
3168
|
-
:is(
|
|
3179
|
+
:is([data-mode="dark"] .dark\:hawa-bg-gray-600) {
|
|
3169
3180
|
--tw-bg-opacity: 1;
|
|
3170
3181
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
3171
3182
|
}
|
|
3172
|
-
:is(
|
|
3183
|
+
:is([data-mode="dark"] .dark\:hawa-bg-gray-700) {
|
|
3173
3184
|
--tw-bg-opacity: 1;
|
|
3174
3185
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
3175
3186
|
}
|
|
3176
|
-
:is(
|
|
3187
|
+
:is([data-mode="dark"] .dark\:hawa-bg-gray-800) {
|
|
3177
3188
|
--tw-bg-opacity: 1;
|
|
3178
3189
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
3179
3190
|
}
|
|
3180
|
-
:is(
|
|
3191
|
+
:is([data-mode="dark"] .dark\:hawa-bg-green-200) {
|
|
3181
3192
|
--tw-bg-opacity: 1;
|
|
3182
3193
|
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
|
|
3183
3194
|
}
|
|
3184
|
-
:is(
|
|
3195
|
+
:is([data-mode="dark"] .dark\:hawa-bg-muted) {
|
|
3185
3196
|
background-color: hsl(var(--muted));
|
|
3186
3197
|
}
|
|
3187
|
-
:is(
|
|
3198
|
+
:is([data-mode="dark"] .dark\:hawa-bg-muted\/40) {
|
|
3188
3199
|
background-color: hsl(var(--muted) / 0.4);
|
|
3189
3200
|
}
|
|
3190
|
-
:is(
|
|
3201
|
+
:is([data-mode="dark"] .dark\:hawa-bg-muted\/50) {
|
|
3191
3202
|
background-color: hsl(var(--muted) / 0.5);
|
|
3192
3203
|
}
|
|
3193
|
-
:is(
|
|
3204
|
+
:is([data-mode="dark"] .dark\:hawa-bg-primary) {
|
|
3194
3205
|
background-color: hsl(var(--primary));
|
|
3195
3206
|
}
|
|
3196
|
-
:is(
|
|
3207
|
+
:is([data-mode="dark"] .dark\:hawa-bg-primary\/5) {
|
|
3197
3208
|
background-color: hsl(var(--primary) / 0.05);
|
|
3198
3209
|
}
|
|
3199
|
-
:is(
|
|
3210
|
+
:is([data-mode="dark"] .dark\:hawa-bg-red-200) {
|
|
3200
3211
|
--tw-bg-opacity: 1;
|
|
3201
3212
|
background-color: rgb(254 202 202 / var(--tw-bg-opacity));
|
|
3202
3213
|
}
|
|
3203
|
-
:is(
|
|
3214
|
+
:is([data-mode="dark"] .dark\:hawa-bg-yellow-200) {
|
|
3204
3215
|
--tw-bg-opacity: 1;
|
|
3205
3216
|
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
|
|
3206
3217
|
}
|
|
3207
|
-
:is(
|
|
3218
|
+
:is([data-mode="dark"] .dark\:hawa-text-blue-800) {
|
|
3208
3219
|
--tw-text-opacity: 1;
|
|
3209
3220
|
color: rgb(30 64 175 / var(--tw-text-opacity));
|
|
3210
3221
|
}
|
|
3211
|
-
:is(
|
|
3222
|
+
:is([data-mode="dark"] .dark\:hawa-text-gray-100) {
|
|
3212
3223
|
--tw-text-opacity: 1;
|
|
3213
3224
|
color: rgb(243 244 246 / var(--tw-text-opacity));
|
|
3214
3225
|
}
|
|
3215
|
-
:is(
|
|
3226
|
+
:is([data-mode="dark"] .dark\:hawa-text-gray-300) {
|
|
3216
3227
|
--tw-text-opacity: 1;
|
|
3217
3228
|
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
3218
3229
|
}
|
|
3219
|
-
:is(
|
|
3230
|
+
:is([data-mode="dark"] .dark\:hawa-text-gray-400) {
|
|
3220
3231
|
--tw-text-opacity: 1;
|
|
3221
3232
|
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
3222
3233
|
}
|
|
3223
|
-
:is(
|
|
3234
|
+
:is([data-mode="dark"] .dark\:hawa-text-gray-500) {
|
|
3224
3235
|
--tw-text-opacity: 1;
|
|
3225
3236
|
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
3226
3237
|
}
|
|
3227
|
-
:is(
|
|
3238
|
+
:is([data-mode="dark"] .dark\:hawa-text-gray-800) {
|
|
3228
3239
|
--tw-text-opacity: 1;
|
|
3229
3240
|
color: rgb(31 41 55 / var(--tw-text-opacity));
|
|
3230
3241
|
}
|
|
3231
|
-
:is(
|
|
3242
|
+
:is([data-mode="dark"] .dark\:hawa-text-green-800) {
|
|
3232
3243
|
--tw-text-opacity: 1;
|
|
3233
3244
|
color: rgb(22 101 52 / var(--tw-text-opacity));
|
|
3234
3245
|
}
|
|
3235
|
-
:is(
|
|
3246
|
+
:is([data-mode="dark"] .dark\:hawa-text-muted-foreground) {
|
|
3236
3247
|
color: hsl(var(--muted-foreground));
|
|
3237
3248
|
}
|
|
3238
|
-
:is(
|
|
3249
|
+
:is([data-mode="dark"] .dark\:hawa-text-red-500) {
|
|
3239
3250
|
--tw-text-opacity: 1;
|
|
3240
3251
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
3241
3252
|
}
|
|
3242
|
-
:is(
|
|
3253
|
+
:is([data-mode="dark"] .dark\:hawa-text-red-800) {
|
|
3243
3254
|
--tw-text-opacity: 1;
|
|
3244
3255
|
color: rgb(153 27 27 / var(--tw-text-opacity));
|
|
3245
3256
|
}
|
|
3246
|
-
:is(
|
|
3257
|
+
:is([data-mode="dark"] .dark\:hawa-text-white) {
|
|
3247
3258
|
--tw-text-opacity: 1;
|
|
3248
3259
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3249
3260
|
}
|
|
3250
|
-
:is(
|
|
3261
|
+
:is([data-mode="dark"] .dark\:hawa-text-yellow-800) {
|
|
3251
3262
|
--tw-text-opacity: 1;
|
|
3252
3263
|
color: rgb(133 77 14 / var(--tw-text-opacity));
|
|
3253
3264
|
}
|
|
3254
|
-
:is(
|
|
3265
|
+
:is([data-mode="dark"] .dark\:before\:hawa-via-white\/10)::before {
|
|
3255
3266
|
content: var(--tw-content);
|
|
3256
3267
|
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
3257
3268
|
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
|
|
3258
3269
|
}
|
|
3259
|
-
:is(
|
|
3270
|
+
:is([data-mode="dark"] .dark\:hover\:hawa-bg-gray-600:hover) {
|
|
3260
3271
|
--tw-bg-opacity: 1;
|
|
3261
3272
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
3262
3273
|
}
|
|
3263
|
-
:is(
|
|
3274
|
+
:is([data-mode="dark"] .dark\:hover\:hawa-bg-gray-700:hover) {
|
|
3264
3275
|
--tw-bg-opacity: 1;
|
|
3265
3276
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
3266
3277
|
}
|
|
3267
|
-
:is(
|
|
3278
|
+
:is([data-mode="dark"] .dark\:hover\:hawa-bg-gray-800:hover) {
|
|
3268
3279
|
--tw-bg-opacity: 1;
|
|
3269
3280
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
3270
3281
|
}
|
|
3271
|
-
:is(
|
|
3282
|
+
:is([data-mode="dark"] .dark\:hover\:hawa-bg-primary\/10:hover) {
|
|
3272
3283
|
background-color: hsl(var(--primary) / 0.1);
|
|
3273
3284
|
}
|
|
3274
|
-
:is(
|
|
3285
|
+
:is([data-mode="dark"] .dark\:hover\:hawa-text-gray-300:hover) {
|
|
3275
3286
|
--tw-text-opacity: 1;
|
|
3276
3287
|
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
3277
3288
|
}
|
|
3278
|
-
:is(
|
|
3289
|
+
:is([data-mode="dark"] .dark\:hover\:hawa-text-white:hover) {
|
|
3279
3290
|
--tw-text-opacity: 1;
|
|
3280
3291
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3281
3292
|
}
|
|
3282
|
-
:is(
|
|
3293
|
+
:is([data-mode="dark"] .dark\:focus\:hawa-ring-blue-500:focus) {
|
|
3283
3294
|
--tw-ring-opacity: 1;
|
|
3284
3295
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
3285
3296
|
}
|
|
3286
|
-
:is(
|
|
3297
|
+
:is([data-mode="dark"] .hawa-peer:checked ~ .dark\:peer-checked\:hawa-text-primary) {
|
|
3287
3298
|
color: hsl(var(--primary));
|
|
3288
3299
|
}
|
|
3289
3300
|
@media (min-width: 440px) {
|
package/dist/index.d.mts
CHANGED
|
@@ -220,8 +220,9 @@ declare const Radio: FC<RadioTypes>;
|
|
|
220
220
|
interface SkeletonProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
221
221
|
className?: string;
|
|
222
222
|
animation?: "none" | "pulse" | "shimmer";
|
|
223
|
+
content?: any;
|
|
223
224
|
}
|
|
224
|
-
declare function Skeleton({ className, animation, ...props }: SkeletonProps): React__default.JSX.Element;
|
|
225
|
+
declare function Skeleton({ className, content, animation, ...props }: SkeletonProps): React__default.JSX.Element;
|
|
225
226
|
|
|
226
227
|
type TChipTypes = {
|
|
227
228
|
/** The text inside the chip */
|
|
@@ -542,12 +543,13 @@ declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimit
|
|
|
542
543
|
|
|
543
544
|
type IconProps = React__default.HTMLAttributes<SVGElement>;
|
|
544
545
|
declare const Logos: {
|
|
545
|
-
|
|
546
|
+
hawa: (props: IconProps) => React__default.JSX.Element;
|
|
547
|
+
sikka: (props: IconProps) => React__default.JSX.Element;
|
|
546
548
|
mail: (props: IconProps) => React__default.JSX.Element;
|
|
547
549
|
phone: (props: IconProps) => React__default.JSX.Element;
|
|
548
550
|
twitter: (props: IconProps) => React__default.JSX.Element;
|
|
549
551
|
microsoft: (props: IconProps) => React__default.JSX.Element;
|
|
550
|
-
|
|
552
|
+
github: (props: IconProps) => React__default.JSX.Element;
|
|
551
553
|
radix: (props: IconProps) => React__default.JSX.Element;
|
|
552
554
|
aria: (props: IconProps) => React__default.JSX.Element;
|
|
553
555
|
npm: (props: IconProps) => React__default.JSX.Element;
|
|
@@ -559,6 +561,7 @@ declare const Logos: {
|
|
|
559
561
|
apple: (props: IconProps) => React__default.JSX.Element;
|
|
560
562
|
paypal: (props: IconProps) => React__default.JSX.Element;
|
|
561
563
|
spinner: (props: IconProps) => React__default.JSX.Element;
|
|
564
|
+
whatsapp: (props: IconProps) => React__default.JSX.Element;
|
|
562
565
|
};
|
|
563
566
|
|
|
564
567
|
declare const Command: React$1.ForwardRefExoticComponent<Omit<{
|
|
@@ -1122,6 +1125,10 @@ declare const FeedbackEmoji: FC<ComponentTypes>;
|
|
|
1122
1125
|
|
|
1123
1126
|
type FeedbackFormType = {
|
|
1124
1127
|
onSubmit: (e: any) => void;
|
|
1128
|
+
requestTypes?: {
|
|
1129
|
+
label: string;
|
|
1130
|
+
value: any;
|
|
1131
|
+
}[];
|
|
1125
1132
|
texts: {
|
|
1126
1133
|
requestType?: string;
|
|
1127
1134
|
requestTypeRequired?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -220,8 +220,9 @@ declare const Radio: FC<RadioTypes>;
|
|
|
220
220
|
interface SkeletonProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
221
221
|
className?: string;
|
|
222
222
|
animation?: "none" | "pulse" | "shimmer";
|
|
223
|
+
content?: any;
|
|
223
224
|
}
|
|
224
|
-
declare function Skeleton({ className, animation, ...props }: SkeletonProps): React__default.JSX.Element;
|
|
225
|
+
declare function Skeleton({ className, content, animation, ...props }: SkeletonProps): React__default.JSX.Element;
|
|
225
226
|
|
|
226
227
|
type TChipTypes = {
|
|
227
228
|
/** The text inside the chip */
|
|
@@ -542,12 +543,13 @@ declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimit
|
|
|
542
543
|
|
|
543
544
|
type IconProps = React__default.HTMLAttributes<SVGElement>;
|
|
544
545
|
declare const Logos: {
|
|
545
|
-
|
|
546
|
+
hawa: (props: IconProps) => React__default.JSX.Element;
|
|
547
|
+
sikka: (props: IconProps) => React__default.JSX.Element;
|
|
546
548
|
mail: (props: IconProps) => React__default.JSX.Element;
|
|
547
549
|
phone: (props: IconProps) => React__default.JSX.Element;
|
|
548
550
|
twitter: (props: IconProps) => React__default.JSX.Element;
|
|
549
551
|
microsoft: (props: IconProps) => React__default.JSX.Element;
|
|
550
|
-
|
|
552
|
+
github: (props: IconProps) => React__default.JSX.Element;
|
|
551
553
|
radix: (props: IconProps) => React__default.JSX.Element;
|
|
552
554
|
aria: (props: IconProps) => React__default.JSX.Element;
|
|
553
555
|
npm: (props: IconProps) => React__default.JSX.Element;
|
|
@@ -559,6 +561,7 @@ declare const Logos: {
|
|
|
559
561
|
apple: (props: IconProps) => React__default.JSX.Element;
|
|
560
562
|
paypal: (props: IconProps) => React__default.JSX.Element;
|
|
561
563
|
spinner: (props: IconProps) => React__default.JSX.Element;
|
|
564
|
+
whatsapp: (props: IconProps) => React__default.JSX.Element;
|
|
562
565
|
};
|
|
563
566
|
|
|
564
567
|
declare const Command: React$1.ForwardRefExoticComponent<Omit<{
|
|
@@ -1122,6 +1125,10 @@ declare const FeedbackEmoji: FC<ComponentTypes>;
|
|
|
1122
1125
|
|
|
1123
1126
|
type FeedbackFormType = {
|
|
1124
1127
|
onSubmit: (e: any) => void;
|
|
1128
|
+
requestTypes?: {
|
|
1129
|
+
label: string;
|
|
1130
|
+
value: any;
|
|
1131
|
+
}[];
|
|
1125
1132
|
texts: {
|
|
1126
1133
|
requestType?: string;
|
|
1127
1134
|
requestTypeRequired?: string;
|
package/dist/index.js
CHANGED
|
@@ -1854,8 +1854,9 @@ var Radio = function(_param) {
|
|
|
1854
1854
|
// components/elements/Skeleton.tsx
|
|
1855
1855
|
var import_react11 = __toESM(require("react"));
|
|
1856
1856
|
function Skeleton(_param) {
|
|
1857
|
-
var className = _param.className, _param_animation = _param.animation, animation = _param_animation === void 0 ? "pulse" : _param_animation, props = _object_without_properties(_param, [
|
|
1857
|
+
var className = _param.className, content = _param.content, _param_animation = _param.animation, animation = _param_animation === void 0 ? "pulse" : _param_animation, props = _object_without_properties(_param, [
|
|
1858
1858
|
"className",
|
|
1859
|
+
"content",
|
|
1859
1860
|
"animation"
|
|
1860
1861
|
]);
|
|
1861
1862
|
var animationStyles = {
|
|
@@ -1867,8 +1868,9 @@ function Skeleton(_param) {
|
|
|
1867
1868
|
className: cn(animationStyles[animation], // animation === "pulse"
|
|
1868
1869
|
// ? "hawa-animate-pulse hawa-rounded hawa-bg-muted"
|
|
1869
1870
|
// : "hawa-space-y-5 hawa-rounded hawa-bg-muted hawa-p-4 hawa-relative before:hawa-absolute before:hawa-inset-0 before:hawa--translate-x-full before:hawa-animate-[shimmer_2s_infinite] before:hawa-bg-gradient-to-r before:hawa-from-transparent before:hawa-via-gray-300/40 dark:before:hawa-via-white/10 before:hawa-to-transparent hawa-isolate hawa-overflow-hidden before:hawa-border-t before:hawa-border-rose-100/10",
|
|
1870
|
-
|
|
1871
|
-
|
|
1871
|
+
// "hawa-justify-center hawa-items-center hawa-text-center",
|
|
1872
|
+
content && "hawa-flex hawa-flex-col hawa-justify-center hawa-items-center", className)
|
|
1873
|
+
}, props), content && content);
|
|
1872
1874
|
}
|
|
1873
1875
|
{}// components/elements/Chip.tsx
|
|
1874
1876
|
var import_react12 = __toESM(require("react"));
|
|
@@ -5450,36 +5452,47 @@ ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName;
|
|
|
5450
5452
|
// components/elements/Logos.tsx
|
|
5451
5453
|
var import_react27 = __toESM(require("react"));
|
|
5452
5454
|
var Logos = {
|
|
5453
|
-
|
|
5455
|
+
hawa: function(props) {
|
|
5454
5456
|
return /* @__PURE__ */ import_react27.default.createElement("svg", _object_spread({
|
|
5455
5457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
fill: "
|
|
5461
|
-
}), /* @__PURE__ */ import_react27.default.createElement("line", {
|
|
5462
|
-
x1: "208",
|
|
5463
|
-
y1: "128",
|
|
5464
|
-
x2: "128",
|
|
5465
|
-
y2: "208",
|
|
5466
|
-
fill: "none",
|
|
5467
|
-
stroke: "currentColor",
|
|
5468
|
-
strokeLinecap: "round",
|
|
5469
|
-
strokeLinejoin: "round",
|
|
5470
|
-
strokeWidth: "16"
|
|
5471
|
-
}), /* @__PURE__ */ import_react27.default.createElement("line", {
|
|
5472
|
-
x1: "192",
|
|
5473
|
-
y1: "40",
|
|
5474
|
-
x2: "40",
|
|
5475
|
-
y2: "192",
|
|
5476
|
-
fill: "none",
|
|
5477
|
-
stroke: "currentColor",
|
|
5478
|
-
strokeLinecap: "round",
|
|
5479
|
-
strokeLinejoin: "round",
|
|
5480
|
-
strokeWidth: "16"
|
|
5458
|
+
xmlSpace: "preserve",
|
|
5459
|
+
viewBox: "0 0 765 765"
|
|
5460
|
+
}, props), /* @__PURE__ */ import_react27.default.createElement("path", {
|
|
5461
|
+
d: "M382.5 0C171.6 0 0 171.6 0 382.5V765h382.5C593.4 765 765 593.4 765 382.5S593.4 0 382.5 0zM281.6 305.7c98 0 177.7 79.7 177.7 177.7 0 98-79.7 177.7-177.7 177.7s-177.7-79.7-177.7-177.7c0-98 79.7-177.7 177.7-177.7zm246 314.5c23.2-41.6 35.6-88.7 35.6-136.7 0-155.3-126.3-281.6-281.6-281.6-48 0-95.1 12.4-136.8 35.6C194.9 156 285 104 382.5 104c153.6 0 278.6 125 278.6 278.6 0 97.3-52 187.5-133.5 237.6z",
|
|
5462
|
+
fill: "currentColor"
|
|
5481
5463
|
}));
|
|
5482
5464
|
},
|
|
5465
|
+
sikka: function(props) {
|
|
5466
|
+
return /* @__PURE__ */ import_react27.default.createElement("svg", _object_spread({
|
|
5467
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5468
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
5469
|
+
xmlSpace: "preserve",
|
|
5470
|
+
viewBox: "0 0 916.5 765",
|
|
5471
|
+
fill: "currentColor"
|
|
5472
|
+
}, props), /* @__PURE__ */ import_react27.default.createElement("defs", null, /* @__PURE__ */ import_react27.default.createElement("path", {
|
|
5473
|
+
id: "a",
|
|
5474
|
+
d: "M0 0h916.5v765H0z"
|
|
5475
|
+
})), /* @__PURE__ */ import_react27.default.createElement("clipPath", {
|
|
5476
|
+
id: "b"
|
|
5477
|
+
}, /* @__PURE__ */ import_react27.default.createElement("use", {
|
|
5478
|
+
xlinkHref: "#a",
|
|
5479
|
+
overflow: "visible"
|
|
5480
|
+
})), /* @__PURE__ */ import_react27.default.createElement("g", {
|
|
5481
|
+
clipPath: "url(#b)"
|
|
5482
|
+
}, /* @__PURE__ */ import_react27.default.createElement("defs", null, /* @__PURE__ */ import_react27.default.createElement("path", {
|
|
5483
|
+
id: "c",
|
|
5484
|
+
d: "M0 0h916.5v765H0z"
|
|
5485
|
+
})), /* @__PURE__ */ import_react27.default.createElement("clipPath", {
|
|
5486
|
+
id: "d"
|
|
5487
|
+
}, /* @__PURE__ */ import_react27.default.createElement("use", {
|
|
5488
|
+
xlinkHref: "#c",
|
|
5489
|
+
overflow: "visible"
|
|
5490
|
+
})), /* @__PURE__ */ import_react27.default.createElement("g", {
|
|
5491
|
+
clipPath: "url(#d)"
|
|
5492
|
+
}, /* @__PURE__ */ import_react27.default.createElement("path", {
|
|
5493
|
+
d: "M458.3 0h-31.9c-14.6 0-26.5 11.9-26.5 26.3v313.3L136.6 17.1C126 3.9 120.7 0 106.1 0H9.7C.5 0 0 7.9 0 17.1 0 21 1.3 26.3 4 29l288.7 353.6L4 736.1c-2.7 2.7-4 7.9-4 11.8 0 9.2.4 17.1 9.7 17.1h96.4c14.6 0 19.9-3.9 30.5-17.1l263.3-322.5v313.3c0 14.4 11.9 26.3 26.5 26.3h31.9M458.3 765h31.9c14.6 0 26.5-11.8 26.5-26.3V425.5L780 748c10.7 13.2 15.9 17.1 30.5 17.1h96.4c9.2 0 9.7-7.9 9.7-17.1 0-3.9-1.3-9.2-4-11.8L623.8 382.5 912.5 28.9c2.7-2.7 4-7.9 4-11.9 0-9.2-.5-17.1-9.7-17.1h-96.4c-14.6 0-19.9 3.9-30.5 17.1L516.7 339.5V26.3c0-14.4-11.9-26.3-26.5-26.3h-31.9"
|
|
5494
|
+
}))));
|
|
5495
|
+
},
|
|
5483
5496
|
mail: function(props) {
|
|
5484
5497
|
return /* @__PURE__ */ import_react27.default.createElement("svg", _object_spread({
|
|
5485
5498
|
stroke: "currentColor",
|
|
@@ -5531,8 +5544,9 @@ var Logos = {
|
|
|
5531
5544
|
d: "M7.462 0H0v7.19h7.462V0zM16 0H8.538v7.19H16V0zM7.462 8.211H0V16h7.462V8.211zm8.538 0H8.538V16H16V8.211z"
|
|
5532
5545
|
}));
|
|
5533
5546
|
},
|
|
5534
|
-
|
|
5547
|
+
github: function(props) {
|
|
5535
5548
|
return /* @__PURE__ */ import_react27.default.createElement("svg", _object_spread({
|
|
5549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5536
5550
|
viewBox: "0 0 438.549 438.549"
|
|
5537
5551
|
}, props), /* @__PURE__ */ import_react27.default.createElement("path", {
|
|
5538
5552
|
fill: "currentColor",
|
|
@@ -5644,6 +5658,17 @@ var Logos = {
|
|
|
5644
5658
|
}, props), /* @__PURE__ */ import_react27.default.createElement("path", {
|
|
5645
5659
|
d: "M21 12a9 9 0 1 1-6.219-8.56"
|
|
5646
5660
|
}));
|
|
5661
|
+
},
|
|
5662
|
+
whatsapp: function(props) {
|
|
5663
|
+
return /* @__PURE__ */ import_react27.default.createElement("svg", _object_spread({
|
|
5664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5665
|
+
width: "24",
|
|
5666
|
+
height: "24",
|
|
5667
|
+
viewBox: "0 0 24 24",
|
|
5668
|
+
fill: "currentColor"
|
|
5669
|
+
}, props), /* @__PURE__ */ import_react27.default.createElement("path", {
|
|
5670
|
+
d: "M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z"
|
|
5671
|
+
}));
|
|
5647
5672
|
}
|
|
5648
5673
|
};
|
|
5649
5674
|
// components/elements/Command.tsx
|
|
@@ -6717,7 +6742,7 @@ var LoginForm = function(props) {
|
|
|
6717
6742
|
onClick: props.handleGithubLogin
|
|
6718
6743
|
}, props.isGithubLoading ? /* @__PURE__ */ import_react33.default.createElement(Loading, {
|
|
6719
6744
|
size: "button"
|
|
6720
|
-
}) : /* @__PURE__ */ import_react33.default.createElement(Logos.
|
|
6745
|
+
}) : /* @__PURE__ */ import_react33.default.createElement(Logos.github, {
|
|
6721
6746
|
className: "hawa-h-4 hawa-w-4"
|
|
6722
6747
|
}), !props.logosOnly && ((_props_texts5 = props.texts) === null || _props_texts5 === void 0 ? void 0 : _props_texts5.loginViaGithubLabel)), props.viaTwitter && /* @__PURE__ */ import_react33.default.createElement(Button, {
|
|
6723
6748
|
className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2",
|
|
@@ -7027,7 +7052,7 @@ var RegisterForm = function(props) {
|
|
|
7027
7052
|
className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2",
|
|
7028
7053
|
variant: "outline",
|
|
7029
7054
|
onClick: props.handleGithubRegister
|
|
7030
|
-
}, /* @__PURE__ */ import_react34.default.createElement(Logos.
|
|
7055
|
+
}, /* @__PURE__ */ import_react34.default.createElement(Logos.github, {
|
|
7031
7056
|
className: "hawa-h-4 hawa-w-4"
|
|
7032
7057
|
}), !props.logosOnly && props.texts.registerViaGithubLabel), props.viaTwitter && /* @__PURE__ */ import_react34.default.createElement(Button, {
|
|
7033
7058
|
className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2",
|
|
@@ -7062,7 +7087,7 @@ var AppLanding = function(props) {
|
|
|
7062
7087
|
className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2",
|
|
7063
7088
|
variant: "outline",
|
|
7064
7089
|
onClick: props.handleGithub
|
|
7065
|
-
}, /* @__PURE__ */ import_react35.default.createElement(Logos.
|
|
7090
|
+
}, /* @__PURE__ */ import_react35.default.createElement(Logos.github, {
|
|
7066
7091
|
className: "hawa-h-4 hawa-w-4"
|
|
7067
7092
|
}), (_props_texts_continueWithGithub = (_props_texts1 = props.texts) === null || _props_texts1 === void 0 ? void 0 : _props_texts1.continueWithGithub) !== null && _props_texts_continueWithGithub !== void 0 ? _props_texts_continueWithGithub : "Continue With Github"), props.viaTwitter && /* @__PURE__ */ import_react35.default.createElement(Button, {
|
|
7068
7093
|
className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2",
|
|
@@ -7849,24 +7874,7 @@ var FeedbackForm = function(props) {
|
|
|
7849
7874
|
onChange: function(option) {
|
|
7850
7875
|
return field.onChange(option.value);
|
|
7851
7876
|
},
|
|
7852
|
-
options:
|
|
7853
|
-
{
|
|
7854
|
-
label: "Bug",
|
|
7855
|
-
value: "bug"
|
|
7856
|
-
},
|
|
7857
|
-
{
|
|
7858
|
-
label: "Feature",
|
|
7859
|
-
value: "feature"
|
|
7860
|
-
},
|
|
7861
|
-
{
|
|
7862
|
-
label: "Complain",
|
|
7863
|
-
value: "complain"
|
|
7864
|
-
},
|
|
7865
|
-
{
|
|
7866
|
-
label: "Support",
|
|
7867
|
-
value: "support"
|
|
7868
|
-
}
|
|
7869
|
-
],
|
|
7877
|
+
options: props.requestTypes,
|
|
7870
7878
|
helperText: formState.errors.requestType && ((_formState_errors_requestType = formState.errors.requestType) === null || _formState_errors_requestType === void 0 ? void 0 : _formState_errors_requestType.message)
|
|
7871
7879
|
}));
|
|
7872
7880
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1282,7 +1282,12 @@ var Radio = ({
|
|
|
1282
1282
|
|
|
1283
1283
|
// components/elements/Skeleton.tsx
|
|
1284
1284
|
import React17 from "react";
|
|
1285
|
-
function Skeleton({
|
|
1285
|
+
function Skeleton({
|
|
1286
|
+
className,
|
|
1287
|
+
content,
|
|
1288
|
+
animation = "pulse",
|
|
1289
|
+
...props
|
|
1290
|
+
}) {
|
|
1286
1291
|
const animationStyles = {
|
|
1287
1292
|
none: "hawa-rounded hawa-bg-muted",
|
|
1288
1293
|
pulse: "hawa-animate-pulse hawa-rounded hawa-bg-muted",
|
|
@@ -1296,10 +1301,13 @@ function Skeleton({ className, animation = "pulse", ...props }) {
|
|
|
1296
1301
|
// animation === "pulse"
|
|
1297
1302
|
// ? "hawa-animate-pulse hawa-rounded hawa-bg-muted"
|
|
1298
1303
|
// : "hawa-space-y-5 hawa-rounded hawa-bg-muted hawa-p-4 hawa-relative before:hawa-absolute before:hawa-inset-0 before:hawa--translate-x-full before:hawa-animate-[shimmer_2s_infinite] before:hawa-bg-gradient-to-r before:hawa-from-transparent before:hawa-via-gray-300/40 dark:before:hawa-via-white/10 before:hawa-to-transparent hawa-isolate hawa-overflow-hidden before:hawa-border-t before:hawa-border-rose-100/10",
|
|
1304
|
+
// "hawa-justify-center hawa-items-center hawa-text-center",
|
|
1305
|
+
content && "hawa-flex hawa-flex-col hawa-justify-center hawa-items-center",
|
|
1299
1306
|
className
|
|
1300
1307
|
),
|
|
1301
1308
|
...props
|
|
1302
|
-
}
|
|
1309
|
+
},
|
|
1310
|
+
content && content
|
|
1303
1311
|
);
|
|
1304
1312
|
}
|
|
1305
1313
|
{
|
|
@@ -5109,33 +5117,36 @@ ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName;
|
|
|
5109
5117
|
// components/elements/Logos.tsx
|
|
5110
5118
|
import React42 from "react";
|
|
5111
5119
|
var Logos = {
|
|
5112
|
-
|
|
5113
|
-
"
|
|
5120
|
+
hawa: (props) => /* @__PURE__ */ React42.createElement(
|
|
5121
|
+
"svg",
|
|
5114
5122
|
{
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5124
|
+
xmlSpace: "preserve",
|
|
5125
|
+
viewBox: "0 0 765 765",
|
|
5126
|
+
...props
|
|
5127
|
+
},
|
|
5128
|
+
/* @__PURE__ */ React42.createElement(
|
|
5129
|
+
"path",
|
|
5130
|
+
{
|
|
5131
|
+
d: "M382.5 0C171.6 0 0 171.6 0 382.5V765h382.5C593.4 765 765 593.4 765 382.5S593.4 0 382.5 0zM281.6 305.7c98 0 177.7 79.7 177.7 177.7 0 98-79.7 177.7-177.7 177.7s-177.7-79.7-177.7-177.7c0-98 79.7-177.7 177.7-177.7zm246 314.5c23.2-41.6 35.6-88.7 35.6-136.7 0-155.3-126.3-281.6-281.6-281.6-48 0-95.1 12.4-136.8 35.6C194.9 156 285 104 382.5 104c153.6 0 278.6 125 278.6 278.6 0 97.3-52 187.5-133.5 237.6z",
|
|
5132
|
+
fill: "currentColor"
|
|
5133
|
+
}
|
|
5134
|
+
)
|
|
5135
|
+
),
|
|
5136
|
+
sikka: (props) => /* @__PURE__ */ React42.createElement(
|
|
5137
|
+
"svg",
|
|
5127
5138
|
{
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
fill: "
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
}
|
|
5138
|
-
)
|
|
5139
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5140
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
5141
|
+
xmlSpace: "preserve",
|
|
5142
|
+
viewBox: "0 0 916.5 765",
|
|
5143
|
+
fill: "currentColor",
|
|
5144
|
+
...props
|
|
5145
|
+
},
|
|
5146
|
+
/* @__PURE__ */ React42.createElement("defs", null, /* @__PURE__ */ React42.createElement("path", { id: "a", d: "M0 0h916.5v765H0z" })),
|
|
5147
|
+
/* @__PURE__ */ React42.createElement("clipPath", { id: "b" }, /* @__PURE__ */ React42.createElement("use", { xlinkHref: "#a", overflow: "visible" })),
|
|
5148
|
+
/* @__PURE__ */ React42.createElement("g", { clipPath: "url(#b)" }, /* @__PURE__ */ React42.createElement("defs", null, /* @__PURE__ */ React42.createElement("path", { id: "c", d: "M0 0h916.5v765H0z" })), /* @__PURE__ */ React42.createElement("clipPath", { id: "d" }, /* @__PURE__ */ React42.createElement("use", { xlinkHref: "#c", overflow: "visible" })), /* @__PURE__ */ React42.createElement("g", { clipPath: "url(#d)" }, /* @__PURE__ */ React42.createElement("path", { d: "M458.3 0h-31.9c-14.6 0-26.5 11.9-26.5 26.3v313.3L136.6 17.1C126 3.9 120.7 0 106.1 0H9.7C.5 0 0 7.9 0 17.1 0 21 1.3 26.3 4 29l288.7 353.6L4 736.1c-2.7 2.7-4 7.9-4 11.8 0 9.2.4 17.1 9.7 17.1h96.4c14.6 0 19.9-3.9 30.5-17.1l263.3-322.5v313.3c0 14.4 11.9 26.3 26.5 26.3h31.9M458.3 765h31.9c14.6 0 26.5-11.8 26.5-26.3V425.5L780 748c10.7 13.2 15.9 17.1 30.5 17.1h96.4c9.2 0 9.7-7.9 9.7-17.1 0-3.9-1.3-9.2-4-11.8L623.8 382.5 912.5 28.9c2.7-2.7 4-7.9 4-11.9 0-9.2-.5-17.1-9.7-17.1h-96.4c-14.6 0-19.9 3.9-30.5 17.1L516.7 339.5V26.3c0-14.4-11.9-26.3-26.5-26.3h-31.9" })))
|
|
5149
|
+
),
|
|
5139
5150
|
mail: (props) => /* @__PURE__ */ React42.createElement(
|
|
5140
5151
|
"svg",
|
|
5141
5152
|
{
|
|
@@ -5189,13 +5200,21 @@ var Logos = {
|
|
|
5189
5200
|
d: "M7.462 0H0v7.19h7.462V0zM16 0H8.538v7.19H16V0zM7.462 8.211H0V16h7.462V8.211zm8.538 0H8.538V16H16V8.211z"
|
|
5190
5201
|
}
|
|
5191
5202
|
)),
|
|
5192
|
-
|
|
5193
|
-
"
|
|
5203
|
+
github: (props) => /* @__PURE__ */ React42.createElement(
|
|
5204
|
+
"svg",
|
|
5194
5205
|
{
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5206
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5207
|
+
viewBox: "0 0 438.549 438.549",
|
|
5208
|
+
...props
|
|
5209
|
+
},
|
|
5210
|
+
/* @__PURE__ */ React42.createElement(
|
|
5211
|
+
"path",
|
|
5212
|
+
{
|
|
5213
|
+
fill: "currentColor",
|
|
5214
|
+
d: "M409.132 114.573c-19.608-33.596-46.205-60.194-79.798-79.8-33.598-19.607-70.277-29.408-110.063-29.408-39.781 0-76.472 9.804-110.063 29.408-33.596 19.605-60.192 46.204-79.8 79.8C9.803 148.168 0 184.854 0 224.63c0 47.78 13.94 90.745 41.827 128.906 27.884 38.164 63.906 64.572 108.063 79.227 5.14.954 8.945.283 11.419-1.996 2.475-2.282 3.711-5.14 3.711-8.562 0-.571-.049-5.708-.144-15.417a2549.81 2549.81 0 01-.144-25.406l-6.567 1.136c-4.187.767-9.469 1.092-15.846 1-6.374-.089-12.991-.757-19.842-1.999-6.854-1.231-13.229-4.086-19.13-8.559-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-.951-2.568-2.098-3.711-3.429-1.142-1.331-1.997-2.663-2.568-3.997-.572-1.335-.098-2.43 1.427-3.289 1.525-.859 4.281-1.276 8.28-1.276l5.708.853c3.807.763 8.516 3.042 14.133 6.851 5.614 3.806 10.229 8.754 13.846 14.842 4.38 7.806 9.657 13.754 15.846 17.847 6.184 4.093 12.419 6.136 18.699 6.136 6.28 0 11.704-.476 16.274-1.423 4.565-.952 8.848-2.383 12.847-4.285 1.713-12.758 6.377-22.559 13.988-29.41-10.848-1.14-20.601-2.857-29.264-5.14-8.658-2.286-17.605-5.996-26.835-11.14-9.235-5.137-16.896-11.516-22.985-19.126-6.09-7.614-11.088-17.61-14.987-29.979-3.901-12.374-5.852-26.648-5.852-42.826 0-23.035 7.52-42.637 22.557-58.817-7.044-17.318-6.379-36.732 1.997-58.24 5.52-1.715 13.706-.428 24.554 3.853 10.85 4.283 18.794 7.952 23.84 10.994 5.046 3.041 9.089 5.618 12.135 7.708 17.705-4.947 35.976-7.421 54.818-7.421s37.117 2.474 54.823 7.421l10.849-6.849c7.419-4.57 16.18-8.758 26.262-12.565 10.088-3.805 17.802-4.853 23.134-3.138 8.562 21.509 9.325 40.922 2.279 58.24 15.036 16.18 22.559 35.787 22.559 58.817 0 16.178-1.958 30.497-5.853 42.966-3.9 12.471-8.941 22.457-15.125 29.979-6.191 7.521-13.901 13.85-23.131 18.986-9.232 5.14-18.182 8.85-26.84 11.136-8.662 2.286-18.415 4.004-29.263 5.146 9.894 8.562 14.842 22.077 14.842 40.539v60.237c0 3.422 1.19 6.279 3.572 8.562 2.379 2.279 6.136 2.95 11.276 1.995 44.163-14.653 80.185-41.062 108.068-79.226 27.88-38.161 41.825-81.126 41.825-128.906-.01-39.771-9.818-76.454-29.414-110.049z"
|
|
5215
|
+
}
|
|
5216
|
+
)
|
|
5217
|
+
),
|
|
5199
5218
|
radix: (props) => /* @__PURE__ */ React42.createElement("svg", { viewBox: "0 0 25 25", fill: "none", ...props }, /* @__PURE__ */ React42.createElement(
|
|
5200
5219
|
"path",
|
|
5201
5220
|
{
|
|
@@ -5281,6 +5300,18 @@ var Logos = {
|
|
|
5281
5300
|
...props
|
|
5282
5301
|
},
|
|
5283
5302
|
/* @__PURE__ */ React42.createElement("path", { d: "M21 12a9 9 0 1 1-6.219-8.56" })
|
|
5303
|
+
),
|
|
5304
|
+
whatsapp: (props) => /* @__PURE__ */ React42.createElement(
|
|
5305
|
+
"svg",
|
|
5306
|
+
{
|
|
5307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5308
|
+
width: "24",
|
|
5309
|
+
height: "24",
|
|
5310
|
+
viewBox: "0 0 24 24",
|
|
5311
|
+
fill: "currentColor",
|
|
5312
|
+
...props
|
|
5313
|
+
},
|
|
5314
|
+
/* @__PURE__ */ React42.createElement("path", { d: "M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z" })
|
|
5284
5315
|
)
|
|
5285
5316
|
};
|
|
5286
5317
|
|
|
@@ -6557,7 +6588,7 @@ var LoginForm = (props) => {
|
|
|
6557
6588
|
variant: "outline",
|
|
6558
6589
|
onClick: props.handleGithubLogin
|
|
6559
6590
|
},
|
|
6560
|
-
props.isGithubLoading ? /* @__PURE__ */ React53.createElement(Loading, { size: "button" }) : /* @__PURE__ */ React53.createElement(Logos.
|
|
6591
|
+
props.isGithubLoading ? /* @__PURE__ */ React53.createElement(Loading, { size: "button" }) : /* @__PURE__ */ React53.createElement(Logos.github, { className: "hawa-h-4 hawa-w-4" }),
|
|
6561
6592
|
!props.logosOnly && props.texts?.loginViaGithubLabel
|
|
6562
6593
|
),
|
|
6563
6594
|
props.viaTwitter && /* @__PURE__ */ React53.createElement(
|
|
@@ -6884,7 +6915,7 @@ var RegisterForm = (props) => {
|
|
|
6884
6915
|
variant: "outline",
|
|
6885
6916
|
onClick: props.handleGithubRegister
|
|
6886
6917
|
},
|
|
6887
|
-
/* @__PURE__ */ React54.createElement(Logos.
|
|
6918
|
+
/* @__PURE__ */ React54.createElement(Logos.github, { className: "hawa-h-4 hawa-w-4" }),
|
|
6888
6919
|
!props.logosOnly && props.texts.registerViaGithubLabel
|
|
6889
6920
|
),
|
|
6890
6921
|
props.viaTwitter && /* @__PURE__ */ React54.createElement(
|
|
@@ -6927,7 +6958,7 @@ var AppLanding = (props) => {
|
|
|
6927
6958
|
variant: "outline",
|
|
6928
6959
|
onClick: props.handleGithub
|
|
6929
6960
|
},
|
|
6930
|
-
/* @__PURE__ */ React55.createElement(Logos.
|
|
6961
|
+
/* @__PURE__ */ React55.createElement(Logos.github, { className: "hawa-h-4 hawa-w-4" }),
|
|
6931
6962
|
props.texts?.continueWithGithub ?? "Continue With Github"
|
|
6932
6963
|
), props.viaTwitter && /* @__PURE__ */ React55.createElement(
|
|
6933
6964
|
Button,
|
|
@@ -7699,24 +7730,7 @@ var FeedbackForm = (props) => {
|
|
|
7699
7730
|
{
|
|
7700
7731
|
...field,
|
|
7701
7732
|
onChange: (option) => field.onChange(option.value),
|
|
7702
|
-
options:
|
|
7703
|
-
{
|
|
7704
|
-
label: "Bug",
|
|
7705
|
-
value: "bug"
|
|
7706
|
-
},
|
|
7707
|
-
{
|
|
7708
|
-
label: "Feature",
|
|
7709
|
-
value: "feature"
|
|
7710
|
-
},
|
|
7711
|
-
{
|
|
7712
|
-
label: "Complain",
|
|
7713
|
-
value: "complain"
|
|
7714
|
-
},
|
|
7715
|
-
{
|
|
7716
|
-
label: "Support",
|
|
7717
|
-
value: "support"
|
|
7718
|
-
}
|
|
7719
|
-
],
|
|
7733
|
+
options: props.requestTypes,
|
|
7720
7734
|
helperText: formState.errors.requestType && formState.errors.requestType?.message
|
|
7721
7735
|
}
|
|
7722
7736
|
)
|