flowbite-svelte 1.1.4 → 1.2.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/forms/floating-label-input/FloatingLabelInput.svelte +123 -4
- package/dist/forms/floating-label-input/FloatingLabelInput.svelte.d.ts +3 -0
- package/dist/forms/helper/Helper.svelte +1 -1
- package/dist/forms/helper/Helper.svelte.d.ts +1 -1
- package/dist/forms/input/Input.svelte +182 -21
- package/dist/forms/input/Input.svelte.d.ts +0 -5
- package/dist/forms/input-addon/InputAddon.svelte +1 -1
- package/dist/forms/input-addon/InputAddon.svelte.d.ts +1 -1
- package/dist/forms/label/Label.svelte +1 -1
- package/dist/forms/label/Label.svelte.d.ts +1 -1
- package/dist/forms/range/Range.svelte +1 -1
- package/dist/forms/range/Range.svelte.d.ts +1 -1
- package/dist/forms/search/Search.svelte +1 -1
- package/dist/forms/search/Search.svelte.d.ts +1 -1
- package/dist/forms/select/theme.js +0 -1
- package/dist/forms/textarea/Textarea.svelte +1 -1
- package/dist/forms/textarea/Textarea.svelte.d.ts +1 -1
- package/dist/forms/timepicker/Timepicker.svelte +1 -1
- package/dist/forms/timepicker/Timepicker.svelte.d.ts +1 -1
- package/dist/forms/toggle/Toggle.svelte +1 -1
- package/dist/forms/toggle/Toggle.svelte.d.ts +1 -1
- package/dist/gallery/Gallery.svelte +1 -1
- package/dist/gallery/Gallery.svelte.d.ts +1 -1
- package/dist/indicator/Indicator.svelte +1 -1
- package/dist/indicator/Indicator.svelte.d.ts +1 -1
- package/dist/kbd/Kbd.svelte +1 -1
- package/dist/kbd/Kbd.svelte.d.ts +1 -1
- package/dist/list-group/Listgroup.svelte +1 -1
- package/dist/list-group/Listgroup.svelte.d.ts +1 -1
- package/dist/list-group/ListgroupItem.svelte +1 -1
- package/dist/list-group/ListgroupItem.svelte.d.ts +1 -1
- package/dist/mega-menu/MegaMenu.svelte +1 -1
- package/dist/mega-menu/MegaMenu.svelte.d.ts +1 -1
- package/dist/modal/Modal.svelte +1 -1
- package/dist/modal/Modal.svelte.d.ts +1 -1
- package/dist/navbar/Menu.svelte +1 -1
- package/dist/navbar/Menu.svelte.d.ts +1 -1
- package/dist/navbar/NavBrand.svelte +1 -1
- package/dist/navbar/NavBrand.svelte.d.ts +1 -1
- package/dist/navbar/NavContainer.svelte +1 -1
- package/dist/navbar/NavContainer.svelte.d.ts +1 -1
- package/dist/navbar/NavHamburger.svelte +1 -1
- package/dist/navbar/NavHamburger.svelte.d.ts +1 -1
- package/dist/navbar/NavLi.svelte +1 -1
- package/dist/navbar/NavLi.svelte.d.ts +1 -1
- package/dist/navbar/NavUl.svelte +1 -1
- package/dist/navbar/NavUl.svelte.d.ts +1 -1
- package/dist/navbar/Navbar.svelte +1 -1
- package/dist/navbar/Navbar.svelte.d.ts +1 -1
- package/dist/pagination/Pagination.svelte +1 -1
- package/dist/pagination/Pagination.svelte.d.ts +1 -1
- package/dist/pagination/PaginationItem.svelte +1 -1
- package/dist/pagination/PaginationItem.svelte.d.ts +1 -1
- package/dist/popover/Popover.svelte +1 -1
- package/dist/popover/Popover.svelte.d.ts +1 -1
- package/dist/progress/Progressbar.svelte +6 -6
- package/dist/progress/Progressbar.svelte.d.ts +1 -1
- package/dist/progress/Progressradial.svelte +85 -0
- package/dist/progress/Progressradial.svelte.d.ts +28 -0
- package/dist/progress/index.d.ts +3 -3
- package/dist/progress/index.js +3 -3
- package/dist/progress/theme.d.ts +283 -0
- package/dist/progress/theme.js +98 -0
- package/dist/rating/AdvancedRating.svelte +1 -1
- package/dist/rating/AdvancedRating.svelte.d.ts +1 -1
- package/dist/rating/CustomIcon.svelte +1 -1
- package/dist/rating/CustomIcon.svelte.d.ts +1 -1
- package/dist/rating/Heart.svelte +1 -1
- package/dist/rating/Heart.svelte.d.ts +1 -1
- package/dist/rating/Rating.svelte +1 -1
- package/dist/rating/Rating.svelte.d.ts +1 -1
- package/dist/rating/RatingComment.svelte +1 -1
- package/dist/rating/RatingComment.svelte.d.ts +1 -1
- package/dist/rating/Review.svelte +1 -1
- package/dist/rating/Review.svelte.d.ts +1 -1
- package/dist/rating/ScoreRating.svelte +1 -1
- package/dist/rating/ScoreRating.svelte.d.ts +1 -1
- package/dist/rating/Star.svelte +1 -1
- package/dist/rating/Star.svelte.d.ts +1 -1
- package/dist/rating/Thumbup.svelte +1 -1
- package/dist/rating/Thumbup.svelte.d.ts +1 -1
- package/dist/sidebar/Sidebar.svelte +1 -1
- package/dist/sidebar/Sidebar.svelte.d.ts +1 -1
- package/dist/sidebar/SidebarBrand.svelte +1 -1
- package/dist/sidebar/SidebarBrand.svelte.d.ts +1 -1
- package/dist/sidebar/SidebarButton.svelte +1 -1
- package/dist/sidebar/SidebarButton.svelte.d.ts +1 -1
- package/dist/sidebar/SidebarCta.svelte +1 -1
- package/dist/sidebar/SidebarCta.svelte.d.ts +1 -1
- package/dist/sidebar/SidebarDropdownWrapper.svelte +1 -1
- package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +1 -1
- package/dist/sidebar/SidebarGroup.svelte +1 -1
- package/dist/sidebar/SidebarGroup.svelte.d.ts +1 -1
- package/dist/sidebar/SidebarItem.svelte +1 -1
- package/dist/sidebar/SidebarItem.svelte.d.ts +1 -1
- package/dist/skeleton/CardPlaceholder.svelte +1 -1
- package/dist/skeleton/CardPlaceholder.svelte.d.ts +1 -1
- package/dist/skeleton/ImagePlaceholder.svelte +14 -11
- package/dist/skeleton/ImagePlaceholder.svelte.d.ts +2 -1
- package/dist/skeleton/ListPlaceholder.svelte +1 -1
- package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
- package/dist/skeleton/Skeleton.svelte +1 -1
- package/dist/skeleton/Skeleton.svelte.d.ts +1 -1
- package/dist/skeleton/TextPlaceholder.svelte +1 -1
- package/dist/skeleton/TextPlaceholder.svelte.d.ts +1 -1
- package/dist/skeleton/VideoPlaceholder.svelte +1 -1
- package/dist/skeleton/VideoPlaceholder.svelte.d.ts +1 -1
- package/dist/speed-dial/SpeedDial.svelte +1 -1
- package/dist/speed-dial/SpeedDial.svelte.d.ts +1 -1
- package/dist/speed-dial/SpeedDialButton.svelte +1 -1
- package/dist/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
- package/dist/speed-dial/SpeedDialTrigger.svelte +1 -1
- package/dist/speed-dial/SpeedDialTrigger.svelte.d.ts +1 -1
- package/dist/spinner/Spinner.svelte +1 -1
- package/dist/spinner/Spinner.svelte.d.ts +1 -1
- package/dist/steps/StepIndicator.svelte +1 -1
- package/dist/steps/StepIndicator.svelte.d.ts +1 -1
- package/dist/table/Table.svelte +1 -1
- package/dist/table/Table.svelte.d.ts +1 -1
- package/dist/table/TableBody.svelte +1 -1
- package/dist/table/TableBody.svelte.d.ts +1 -1
- package/dist/table/TableBodyCell.svelte +1 -1
- package/dist/table/TableBodyCell.svelte.d.ts +1 -1
- package/dist/table/TableBodyRow.svelte +1 -1
- package/dist/table/TableBodyRow.svelte.d.ts +1 -1
- package/dist/table/TableHead.svelte +1 -1
- package/dist/table/TableHead.svelte.d.ts +1 -1
- package/dist/table/TableHeadCell.svelte +1 -1
- package/dist/table/TableHeadCell.svelte.d.ts +1 -1
- package/dist/table/TableSearch.svelte +1 -1
- package/dist/table/TableSearch.svelte.d.ts +1 -1
- package/dist/tabs/TabItem.svelte +1 -1
- package/dist/tabs/TabItem.svelte.d.ts +1 -1
- package/dist/tabs/Tabs.svelte +2 -2
- package/dist/tabs/Tabs.svelte.d.ts +1 -1
- package/dist/theme/Theme.svelte +1 -1
- package/dist/theme/Theme.svelte.d.ts +1 -1
- package/dist/timeline/Activity.svelte +1 -1
- package/dist/timeline/Activity.svelte.d.ts +1 -1
- package/dist/timeline/ActivityItem.svelte +1 -1
- package/dist/timeline/ActivityItem.svelte.d.ts +1 -1
- package/dist/timeline/Group.svelte +1 -1
- package/dist/timeline/Group.svelte.d.ts +1 -1
- package/dist/timeline/GroupItem.svelte +1 -1
- package/dist/timeline/GroupItem.svelte.d.ts +1 -1
- package/dist/timeline/Timeline.svelte +1 -1
- package/dist/timeline/Timeline.svelte.d.ts +1 -1
- package/dist/timeline/TimelineItem.svelte +1 -1
- package/dist/timeline/TimelineItem.svelte.d.ts +1 -1
- package/dist/toast/Toast.svelte +1 -1
- package/dist/toast/Toast.svelte.d.ts +1 -1
- package/dist/toolbar/Toolbar.svelte +1 -1
- package/dist/toolbar/Toolbar.svelte.d.ts +1 -1
- package/dist/toolbar/ToolbarButton.svelte +1 -1
- package/dist/toolbar/ToolbarButton.svelte.d.ts +1 -1
- package/dist/toolbar/ToolbarGroup.svelte +1 -1
- package/dist/toolbar/ToolbarGroup.svelte.d.ts +1 -1
- package/dist/tooltip/Tooltip.svelte +1 -1
- package/dist/tooltip/Tooltip.svelte.d.ts +1 -1
- package/dist/types.d.ts +29 -1
- package/dist/typography/anchor/A.svelte +1 -1
- package/dist/typography/anchor/A.svelte.d.ts +1 -1
- package/dist/typography/blockquote/Blockquote.svelte +1 -1
- package/dist/typography/blockquote/Blockquote.svelte.d.ts +1 -1
- package/dist/typography/descriptionlist/DescriptionList.svelte +1 -1
- package/dist/typography/descriptionlist/DescriptionList.svelte.d.ts +1 -1
- package/dist/typography/heading/Heading.svelte +1 -1
- package/dist/typography/heading/Heading.svelte.d.ts +1 -1
- package/dist/typography/hr/Hr.svelte +1 -1
- package/dist/typography/hr/Hr.svelte.d.ts +1 -1
- package/dist/typography/img/EnhancedImg.svelte +1 -1
- package/dist/typography/img/EnhancedImg.svelte.d.ts +1 -1
- package/dist/typography/img/Img.svelte +1 -1
- package/dist/typography/img/Img.svelte.d.ts +1 -1
- package/dist/typography/layout/Layout.svelte +1 -1
- package/dist/typography/layout/Layout.svelte.d.ts +1 -1
- package/dist/typography/list/Li.svelte +1 -1
- package/dist/typography/list/Li.svelte.d.ts +1 -1
- package/dist/typography/list/List.svelte +1 -1
- package/dist/typography/list/List.svelte.d.ts +1 -1
- package/dist/typography/mark/Mark.svelte +1 -1
- package/dist/typography/mark/Mark.svelte.d.ts +1 -1
- package/dist/typography/paragraph/P.svelte +1 -1
- package/dist/typography/paragraph/P.svelte.d.ts +1 -1
- package/dist/typography/secondary/Secondary.svelte +1 -1
- package/dist/typography/secondary/Secondary.svelte.d.ts +1 -1
- package/dist/typography/span/Span.svelte +1 -1
- package/dist/typography/span/Span.svelte.d.ts +1 -1
- package/dist/utils/Popper.svelte +1 -1
- package/dist/utils/Popper.svelte.d.ts +1 -1
- package/dist/video/Video.svelte +1 -1
- package/dist/video/Video.svelte.d.ts +1 -1
- package/package.json +5 -1
package/dist/progress/theme.d.ts
CHANGED
|
@@ -281,3 +281,286 @@ export declare const progressbar: import("tailwind-variants").TVReturnType<{
|
|
|
281
281
|
oustsideSpan: string;
|
|
282
282
|
outsideProgress: string;
|
|
283
283
|
}, undefined, unknown, unknown, undefined>>;
|
|
284
|
+
export declare const progressradial: import("tailwind-variants").TVReturnType<{
|
|
285
|
+
color: {
|
|
286
|
+
primary: {
|
|
287
|
+
circleBackground: string;
|
|
288
|
+
circleForeground: string;
|
|
289
|
+
};
|
|
290
|
+
secondary: {
|
|
291
|
+
circleBackground: string;
|
|
292
|
+
circleForeground: string;
|
|
293
|
+
};
|
|
294
|
+
gray: {
|
|
295
|
+
circleBackground: string;
|
|
296
|
+
circleForeground: string;
|
|
297
|
+
};
|
|
298
|
+
red: {
|
|
299
|
+
circleBackground: string;
|
|
300
|
+
circleForeground: string;
|
|
301
|
+
};
|
|
302
|
+
orange: {
|
|
303
|
+
circleBackground: string;
|
|
304
|
+
circleForeground: string;
|
|
305
|
+
};
|
|
306
|
+
amber: {
|
|
307
|
+
circleBackground: string;
|
|
308
|
+
circleForeground: string;
|
|
309
|
+
};
|
|
310
|
+
yellow: {
|
|
311
|
+
circleBackground: string;
|
|
312
|
+
circleForeground: string;
|
|
313
|
+
};
|
|
314
|
+
lime: {
|
|
315
|
+
circleBackground: string;
|
|
316
|
+
circleForeground: string;
|
|
317
|
+
};
|
|
318
|
+
green: {
|
|
319
|
+
circleBackground: string;
|
|
320
|
+
circleForeground: string;
|
|
321
|
+
};
|
|
322
|
+
emerald: {
|
|
323
|
+
circleBackground: string;
|
|
324
|
+
circleForeground: string;
|
|
325
|
+
};
|
|
326
|
+
teal: {
|
|
327
|
+
circleBackground: string;
|
|
328
|
+
circleForeground: string;
|
|
329
|
+
};
|
|
330
|
+
cyan: {
|
|
331
|
+
circleBackground: string;
|
|
332
|
+
circleForeground: string;
|
|
333
|
+
};
|
|
334
|
+
sky: {
|
|
335
|
+
circleBackground: string;
|
|
336
|
+
circleForeground: string;
|
|
337
|
+
};
|
|
338
|
+
blue: {
|
|
339
|
+
circleBackground: string;
|
|
340
|
+
circleForeground: string;
|
|
341
|
+
};
|
|
342
|
+
indigo: {
|
|
343
|
+
circleBackground: string;
|
|
344
|
+
circleForeground: string;
|
|
345
|
+
};
|
|
346
|
+
violet: {
|
|
347
|
+
circleBackground: string;
|
|
348
|
+
circleForeground: string;
|
|
349
|
+
};
|
|
350
|
+
purple: {
|
|
351
|
+
circleBackground: string;
|
|
352
|
+
circleForeground: string;
|
|
353
|
+
};
|
|
354
|
+
fuchsia: {
|
|
355
|
+
circleBackground: string;
|
|
356
|
+
circleForeground: string;
|
|
357
|
+
};
|
|
358
|
+
pink: {
|
|
359
|
+
circleBackground: string;
|
|
360
|
+
circleForeground: string;
|
|
361
|
+
};
|
|
362
|
+
rose: {
|
|
363
|
+
circleBackground: string;
|
|
364
|
+
circleForeground: string;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
labelInside: {
|
|
368
|
+
true: {};
|
|
369
|
+
};
|
|
370
|
+
}, {
|
|
371
|
+
base: string;
|
|
372
|
+
labelInsideDiv: string;
|
|
373
|
+
circleBackground: string;
|
|
374
|
+
circleForeground: string;
|
|
375
|
+
outsideDiv: string;
|
|
376
|
+
outsideSpan: string;
|
|
377
|
+
outsideProgress: string;
|
|
378
|
+
}, undefined, {
|
|
379
|
+
color: {
|
|
380
|
+
primary: {
|
|
381
|
+
circleBackground: string;
|
|
382
|
+
circleForeground: string;
|
|
383
|
+
};
|
|
384
|
+
secondary: {
|
|
385
|
+
circleBackground: string;
|
|
386
|
+
circleForeground: string;
|
|
387
|
+
};
|
|
388
|
+
gray: {
|
|
389
|
+
circleBackground: string;
|
|
390
|
+
circleForeground: string;
|
|
391
|
+
};
|
|
392
|
+
red: {
|
|
393
|
+
circleBackground: string;
|
|
394
|
+
circleForeground: string;
|
|
395
|
+
};
|
|
396
|
+
orange: {
|
|
397
|
+
circleBackground: string;
|
|
398
|
+
circleForeground: string;
|
|
399
|
+
};
|
|
400
|
+
amber: {
|
|
401
|
+
circleBackground: string;
|
|
402
|
+
circleForeground: string;
|
|
403
|
+
};
|
|
404
|
+
yellow: {
|
|
405
|
+
circleBackground: string;
|
|
406
|
+
circleForeground: string;
|
|
407
|
+
};
|
|
408
|
+
lime: {
|
|
409
|
+
circleBackground: string;
|
|
410
|
+
circleForeground: string;
|
|
411
|
+
};
|
|
412
|
+
green: {
|
|
413
|
+
circleBackground: string;
|
|
414
|
+
circleForeground: string;
|
|
415
|
+
};
|
|
416
|
+
emerald: {
|
|
417
|
+
circleBackground: string;
|
|
418
|
+
circleForeground: string;
|
|
419
|
+
};
|
|
420
|
+
teal: {
|
|
421
|
+
circleBackground: string;
|
|
422
|
+
circleForeground: string;
|
|
423
|
+
};
|
|
424
|
+
cyan: {
|
|
425
|
+
circleBackground: string;
|
|
426
|
+
circleForeground: string;
|
|
427
|
+
};
|
|
428
|
+
sky: {
|
|
429
|
+
circleBackground: string;
|
|
430
|
+
circleForeground: string;
|
|
431
|
+
};
|
|
432
|
+
blue: {
|
|
433
|
+
circleBackground: string;
|
|
434
|
+
circleForeground: string;
|
|
435
|
+
};
|
|
436
|
+
indigo: {
|
|
437
|
+
circleBackground: string;
|
|
438
|
+
circleForeground: string;
|
|
439
|
+
};
|
|
440
|
+
violet: {
|
|
441
|
+
circleBackground: string;
|
|
442
|
+
circleForeground: string;
|
|
443
|
+
};
|
|
444
|
+
purple: {
|
|
445
|
+
circleBackground: string;
|
|
446
|
+
circleForeground: string;
|
|
447
|
+
};
|
|
448
|
+
fuchsia: {
|
|
449
|
+
circleBackground: string;
|
|
450
|
+
circleForeground: string;
|
|
451
|
+
};
|
|
452
|
+
pink: {
|
|
453
|
+
circleBackground: string;
|
|
454
|
+
circleForeground: string;
|
|
455
|
+
};
|
|
456
|
+
rose: {
|
|
457
|
+
circleBackground: string;
|
|
458
|
+
circleForeground: string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
labelInside: {
|
|
462
|
+
true: {};
|
|
463
|
+
};
|
|
464
|
+
}, {
|
|
465
|
+
base: string;
|
|
466
|
+
labelInsideDiv: string;
|
|
467
|
+
circleBackground: string;
|
|
468
|
+
circleForeground: string;
|
|
469
|
+
outsideDiv: string;
|
|
470
|
+
outsideSpan: string;
|
|
471
|
+
outsideProgress: string;
|
|
472
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
473
|
+
color: {
|
|
474
|
+
primary: {
|
|
475
|
+
circleBackground: string;
|
|
476
|
+
circleForeground: string;
|
|
477
|
+
};
|
|
478
|
+
secondary: {
|
|
479
|
+
circleBackground: string;
|
|
480
|
+
circleForeground: string;
|
|
481
|
+
};
|
|
482
|
+
gray: {
|
|
483
|
+
circleBackground: string;
|
|
484
|
+
circleForeground: string;
|
|
485
|
+
};
|
|
486
|
+
red: {
|
|
487
|
+
circleBackground: string;
|
|
488
|
+
circleForeground: string;
|
|
489
|
+
};
|
|
490
|
+
orange: {
|
|
491
|
+
circleBackground: string;
|
|
492
|
+
circleForeground: string;
|
|
493
|
+
};
|
|
494
|
+
amber: {
|
|
495
|
+
circleBackground: string;
|
|
496
|
+
circleForeground: string;
|
|
497
|
+
};
|
|
498
|
+
yellow: {
|
|
499
|
+
circleBackground: string;
|
|
500
|
+
circleForeground: string;
|
|
501
|
+
};
|
|
502
|
+
lime: {
|
|
503
|
+
circleBackground: string;
|
|
504
|
+
circleForeground: string;
|
|
505
|
+
};
|
|
506
|
+
green: {
|
|
507
|
+
circleBackground: string;
|
|
508
|
+
circleForeground: string;
|
|
509
|
+
};
|
|
510
|
+
emerald: {
|
|
511
|
+
circleBackground: string;
|
|
512
|
+
circleForeground: string;
|
|
513
|
+
};
|
|
514
|
+
teal: {
|
|
515
|
+
circleBackground: string;
|
|
516
|
+
circleForeground: string;
|
|
517
|
+
};
|
|
518
|
+
cyan: {
|
|
519
|
+
circleBackground: string;
|
|
520
|
+
circleForeground: string;
|
|
521
|
+
};
|
|
522
|
+
sky: {
|
|
523
|
+
circleBackground: string;
|
|
524
|
+
circleForeground: string;
|
|
525
|
+
};
|
|
526
|
+
blue: {
|
|
527
|
+
circleBackground: string;
|
|
528
|
+
circleForeground: string;
|
|
529
|
+
};
|
|
530
|
+
indigo: {
|
|
531
|
+
circleBackground: string;
|
|
532
|
+
circleForeground: string;
|
|
533
|
+
};
|
|
534
|
+
violet: {
|
|
535
|
+
circleBackground: string;
|
|
536
|
+
circleForeground: string;
|
|
537
|
+
};
|
|
538
|
+
purple: {
|
|
539
|
+
circleBackground: string;
|
|
540
|
+
circleForeground: string;
|
|
541
|
+
};
|
|
542
|
+
fuchsia: {
|
|
543
|
+
circleBackground: string;
|
|
544
|
+
circleForeground: string;
|
|
545
|
+
};
|
|
546
|
+
pink: {
|
|
547
|
+
circleBackground: string;
|
|
548
|
+
circleForeground: string;
|
|
549
|
+
};
|
|
550
|
+
rose: {
|
|
551
|
+
circleBackground: string;
|
|
552
|
+
circleForeground: string;
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
labelInside: {
|
|
556
|
+
true: {};
|
|
557
|
+
};
|
|
558
|
+
}, {
|
|
559
|
+
base: string;
|
|
560
|
+
labelInsideDiv: string;
|
|
561
|
+
circleBackground: string;
|
|
562
|
+
circleForeground: string;
|
|
563
|
+
outsideDiv: string;
|
|
564
|
+
outsideSpan: string;
|
|
565
|
+
outsideProgress: string;
|
|
566
|
+
}, undefined, unknown, unknown, undefined>>;
|
package/dist/progress/theme.js
CHANGED
|
@@ -114,3 +114,101 @@ export const progressbar = tv({
|
|
|
114
114
|
labelInside: false
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
|
+
export const progressradial = tv({
|
|
118
|
+
slots: {
|
|
119
|
+
base: "relative inline-flex",
|
|
120
|
+
labelInsideDiv: "absolute inset-0 flex items-center justify-center text-sm font-medium",
|
|
121
|
+
circleBackground: "opacity-25",
|
|
122
|
+
circleForeground: "transition-all",
|
|
123
|
+
outsideDiv: "flex flex-col items-center mb-2 text-center",
|
|
124
|
+
outsideSpan: "text-base font-medium",
|
|
125
|
+
outsideProgress: "text-sm font-medium ml-1"
|
|
126
|
+
},
|
|
127
|
+
variants: {
|
|
128
|
+
color: {
|
|
129
|
+
primary: {
|
|
130
|
+
circleBackground: "stroke-primary-600",
|
|
131
|
+
circleForeground: "stroke-primary-600"
|
|
132
|
+
},
|
|
133
|
+
secondary: {
|
|
134
|
+
circleBackground: "stroke-secondary-600",
|
|
135
|
+
circleForeground: "stroke-secondary-600"
|
|
136
|
+
},
|
|
137
|
+
gray: {
|
|
138
|
+
circleBackground: "stroke-gray-600 dark:stroke-gray-300",
|
|
139
|
+
circleForeground: "stroke-gray-600 dark:stroke-gray-300"
|
|
140
|
+
},
|
|
141
|
+
red: {
|
|
142
|
+
circleBackground: "stroke-red-600 dark:stroke-red-500",
|
|
143
|
+
circleForeground: "stroke-red-600 dark:stroke-red-500"
|
|
144
|
+
},
|
|
145
|
+
orange: {
|
|
146
|
+
circleBackground: "stroke-orange-600 dark:stroke-orange-500",
|
|
147
|
+
circleForeground: "stroke-orange-600 dark:stroke-orange-500"
|
|
148
|
+
},
|
|
149
|
+
amber: {
|
|
150
|
+
circleBackground: "stroke-amber-600 dark:stroke-amber-500",
|
|
151
|
+
circleForeground: "stroke-amber-600 dark:stroke-amber-500"
|
|
152
|
+
},
|
|
153
|
+
yellow: {
|
|
154
|
+
circleBackground: "stroke-yellow-400",
|
|
155
|
+
circleForeground: "stroke-yellow-400"
|
|
156
|
+
},
|
|
157
|
+
lime: {
|
|
158
|
+
circleBackground: "stroke-lime-600 dark:stroke-lime-500",
|
|
159
|
+
circleForeground: "stroke-lime-600 dark:stroke-lime-500"
|
|
160
|
+
},
|
|
161
|
+
green: {
|
|
162
|
+
circleBackground: "stroke-green-600 dark:stroke-green-500",
|
|
163
|
+
circleForeground: "stroke-green-600 dark:stroke-green-500"
|
|
164
|
+
},
|
|
165
|
+
emerald: {
|
|
166
|
+
circleBackground: "stroke-emerald-600 dark:stroke-emerald-500",
|
|
167
|
+
circleForeground: "stroke-emerald-600 dark:stroke-emerald-500"
|
|
168
|
+
},
|
|
169
|
+
teal: {
|
|
170
|
+
circleBackground: "stroke-teal-600 dark:stroke-teal-500",
|
|
171
|
+
circleForeground: "stroke-teal-600 dark:stroke-teal-500"
|
|
172
|
+
},
|
|
173
|
+
cyan: {
|
|
174
|
+
circleBackground: "stroke-cyan-600 dark:stroke-cyan-500",
|
|
175
|
+
circleForeground: "stroke-cyan-600 dark:stroke-cyan-500"
|
|
176
|
+
},
|
|
177
|
+
sky: {
|
|
178
|
+
circleBackground: "stroke-sky-600 dark:stroke-sky-500",
|
|
179
|
+
circleForeground: "stroke-sky-600 dark:stroke-sky-500"
|
|
180
|
+
},
|
|
181
|
+
blue: {
|
|
182
|
+
circleBackground: "stroke-blue-600",
|
|
183
|
+
circleForeground: "stroke-blue-600"
|
|
184
|
+
},
|
|
185
|
+
indigo: {
|
|
186
|
+
circleBackground: "stroke-indigo-600 dark:stroke-indigo-500",
|
|
187
|
+
circleForeground: "stroke-indigo-600 dark:stroke-indigo-500"
|
|
188
|
+
},
|
|
189
|
+
violet: {
|
|
190
|
+
circleBackground: "stroke-violet-600 dark:stroke-violet-500",
|
|
191
|
+
circleForeground: "stroke-violet-600 dark:stroke-violet-500"
|
|
192
|
+
},
|
|
193
|
+
purple: {
|
|
194
|
+
circleBackground: "stroke-purple-600 dark:stroke-purple-500",
|
|
195
|
+
circleForeground: "stroke-purple-600 dark:stroke-purple-500"
|
|
196
|
+
},
|
|
197
|
+
fuchsia: {
|
|
198
|
+
circleBackground: "stroke-fuchsia-600 dark:stroke-fuchsia-500",
|
|
199
|
+
circleForeground: "stroke-fuchsia-600 dark:stroke-fuchsia-500"
|
|
200
|
+
},
|
|
201
|
+
pink: {
|
|
202
|
+
circleBackground: "stroke-pink-600 dark:stroke-pink-500",
|
|
203
|
+
circleForeground: "stroke-pink-600 dark:stroke-pink-500"
|
|
204
|
+
},
|
|
205
|
+
rose: {
|
|
206
|
+
circleBackground: "stroke-rose-600 dark:stroke-rose-500",
|
|
207
|
+
circleForeground: "stroke-rose-600 dark:stroke-rose-500"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
labelInside: {
|
|
211
|
+
true: {}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
});
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
@component
|
|
28
28
|
[Go to docs](https://flowbite-svelte.com/)
|
|
29
29
|
## Type
|
|
30
|
-
[AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
30
|
+
[AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1139)
|
|
31
31
|
## Props
|
|
32
32
|
@prop rating
|
|
33
33
|
@prop globalText
|
|
@@ -2,7 +2,7 @@ import type { AdvancedRatingProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [AdvancedRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1139)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop rating
|
|
8
8
|
* @prop globalText
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
@component
|
|
29
29
|
[Go to docs](https://flowbite-svelte.com/)
|
|
30
30
|
## Type
|
|
31
|
-
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
31
|
+
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
32
32
|
## Props
|
|
33
33
|
@prop fillPercent = 100
|
|
34
34
|
@prop fillColor = "#00ff00"
|
|
@@ -2,7 +2,7 @@ import type { RatingIconProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop fillPercent = 100
|
|
8
8
|
* @prop fillColor = "#00ff00"
|
package/dist/rating/Heart.svelte
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
@component
|
|
28
28
|
[Go to docs](https://flowbite-svelte.com/)
|
|
29
29
|
## Type
|
|
30
|
-
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
30
|
+
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
31
31
|
## Props
|
|
32
32
|
@prop fillPercent = 100
|
|
33
33
|
@prop fillColor = "#ff0000"
|
|
@@ -2,7 +2,7 @@ import type { RatingIconProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop fillPercent = 100
|
|
8
8
|
* @prop fillColor = "#ff0000"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
@component
|
|
42
42
|
[Go to docs](https://flowbite-svelte.com/)
|
|
43
43
|
## Type
|
|
44
|
-
[RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
44
|
+
[RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1151)
|
|
45
45
|
## Props
|
|
46
46
|
@prop children
|
|
47
47
|
@prop text
|
|
@@ -2,7 +2,7 @@ import type { RatingProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [RatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1151)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop children
|
|
8
8
|
* @prop text
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
@component
|
|
64
64
|
[Go to docs](https://flowbite-svelte.com/)
|
|
65
65
|
## Type
|
|
66
|
-
[RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
66
|
+
[RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1162)
|
|
67
67
|
## Props
|
|
68
68
|
@prop children
|
|
69
69
|
@prop evaluation
|
|
@@ -2,7 +2,7 @@ import type { RatingCommentProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [RatingCommentProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1162)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop children
|
|
8
8
|
* @prop evaluation
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
@component
|
|
79
79
|
[Go to docs](https://flowbite-svelte.com/)
|
|
80
80
|
## Type
|
|
81
|
-
[ReviewProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
81
|
+
[ReviewProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1198)
|
|
82
82
|
## Props
|
|
83
83
|
@prop children
|
|
84
84
|
@prop address
|
|
@@ -2,7 +2,7 @@ import type { ReviewProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [ReviewProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [ReviewProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1198)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop children
|
|
8
8
|
* @prop address
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
@component
|
|
66
66
|
[Go to docs](https://flowbite-svelte.com/)
|
|
67
67
|
## Type
|
|
68
|
-
[ScoreRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
68
|
+
[ScoreRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1214)
|
|
69
69
|
## Props
|
|
70
70
|
@prop ratings
|
|
71
71
|
@prop ratings2
|
|
@@ -2,7 +2,7 @@ import type { ScoreRatingProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [ScoreRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [ScoreRatingProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1214)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop ratings
|
|
8
8
|
* @prop ratings2
|
package/dist/rating/Star.svelte
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
@component
|
|
35
35
|
[Go to docs](https://flowbite-svelte.com/)
|
|
36
36
|
## Type
|
|
37
|
-
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
37
|
+
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
38
38
|
## Props
|
|
39
39
|
@prop fillPercent = 100
|
|
40
40
|
@prop fillColor = "#F5CA14"
|
|
@@ -2,7 +2,7 @@ import type { RatingIconProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop fillPercent = 100
|
|
8
8
|
* @prop fillColor = "#F5CA14"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
@component
|
|
28
28
|
[Go to docs](https://flowbite-svelte.com/)
|
|
29
29
|
## Type
|
|
30
|
-
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
30
|
+
[RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
31
31
|
## Props
|
|
32
32
|
@prop fillPercent = 100
|
|
33
33
|
@prop fillColor = "#00b500"
|
|
@@ -2,7 +2,7 @@ import type { RatingIconProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [RatingIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1225)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop fillPercent = 100
|
|
8
8
|
* @prop fillColor = "#00b500"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
@component
|
|
78
78
|
[Go to docs](https://flowbite-svelte.com/)
|
|
79
79
|
## Type
|
|
80
|
-
[SidebarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
80
|
+
[SidebarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1248)
|
|
81
81
|
## Props
|
|
82
82
|
@prop children
|
|
83
83
|
@prop isOpen = false
|
|
@@ -2,7 +2,7 @@ import type { SidebarProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [SidebarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [SidebarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1248)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop children
|
|
8
8
|
* @prop isOpen = false
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
@component
|
|
22
22
|
[Go to docs](https://flowbite-svelte.com/)
|
|
23
23
|
## Type
|
|
24
|
-
[SidebarBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
24
|
+
[SidebarBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1282)
|
|
25
25
|
## Props
|
|
26
26
|
@prop children
|
|
27
27
|
@prop site
|
|
@@ -2,7 +2,7 @@ import type { SidebarBrandProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [SidebarBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [SidebarBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1282)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop children
|
|
8
8
|
* @prop site
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
@component
|
|
19
19
|
[Go to docs](https://flowbite-svelte.com/)
|
|
20
20
|
## Type
|
|
21
|
-
[SidebarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
21
|
+
[SidebarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1265)
|
|
22
22
|
## Props
|
|
23
23
|
@prop breakpoint = "md"
|
|
24
24
|
@prop class: className
|
|
@@ -2,7 +2,7 @@ import type { SidebarButtonProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [SidebarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [SidebarButtonProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1265)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop breakpoint = "md"
|
|
8
8
|
* @prop class: className
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
@component
|
|
22
22
|
[Go to docs](https://flowbite-svelte.com/)
|
|
23
23
|
## Type
|
|
24
|
-
[SidebarCtaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
24
|
+
[SidebarCtaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1269)
|
|
25
25
|
## Props
|
|
26
26
|
@prop children
|
|
27
27
|
@prop icon
|
|
@@ -2,7 +2,7 @@ import type { SidebarCtaProps } from "../types";
|
|
|
2
2
|
/**
|
|
3
3
|
* [Go to docs](https://flowbite-svelte.com/)
|
|
4
4
|
* ## Type
|
|
5
|
-
* [SidebarCtaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
5
|
+
* [SidebarCtaProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1269)
|
|
6
6
|
* ## Props
|
|
7
7
|
* @prop children
|
|
8
8
|
* @prop icon
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
@component
|
|
82
82
|
[Go to docs](https://flowbite-svelte.com/)
|
|
83
83
|
## Type
|
|
84
|
-
[SidebarDropdownWrapperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#
|
|
84
|
+
[SidebarDropdownWrapperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1288)
|
|
85
85
|
## Props
|
|
86
86
|
@prop children
|
|
87
87
|
@prop arrowup
|