@urbicon-ui/blocks 6.1.5 → 6.1.7
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/i18n/index.d.ts +2 -336
- package/dist/icons/svg/area-chart.svg +2 -4
- package/dist/icons/svg/bike.svg +5 -4
- package/dist/icons/svg/car.svg +6 -6
- package/dist/icons/svg/cloud-sun.svg +5 -5
- package/dist/icons/svg/corner-up-left.svg +2 -2
- package/dist/icons/svg/fingerprint.svg +6 -4
- package/dist/icons/svg/hammer.svg +2 -3
- package/dist/icons/svg/hand-coins.svg +3 -4
- package/dist/icons/svg/hard-hat.svg +5 -3
- package/dist/icons/svg/mail-open.svg +2 -3
- package/dist/icons/svg/piggy-bank.svg +7 -6
- package/dist/icons/svg/recycle.svg +6 -6
- package/dist/icons/svg/snowflake.svg +6 -7
- package/dist/icons/svg/strikethrough.svg +3 -3
- package/dist/icons/svg/sun-snow.svg +10 -10
- package/dist/icons/svg/unlink.svg +6 -6
- package/dist/icons/svg/wrench.svg +1 -2
- package/package.json +3 -3
package/dist/i18n/index.d.ts
CHANGED
|
@@ -337,174 +337,7 @@ declare const blocksTranslations: {
|
|
|
337
337
|
};
|
|
338
338
|
};
|
|
339
339
|
};
|
|
340
|
-
export declare const blocksI18n: import("@urbicon-ui/i18n").PackageI18n<
|
|
341
|
-
readonly accessibility: {
|
|
342
|
-
readonly avatar: "Avatar";
|
|
343
|
-
readonly clearInput: "Clear input";
|
|
344
|
-
readonly clearSearch: "Clear search";
|
|
345
|
-
readonly clearSelection: "Clear selection";
|
|
346
|
-
readonly closeDialog: "Close dialog";
|
|
347
|
-
readonly closeDrawer: "Close drawer";
|
|
348
|
-
readonly dismiss: "Dismiss";
|
|
349
|
-
readonly fileUpload: "File upload";
|
|
350
|
-
readonly loading: "Loading";
|
|
351
|
-
readonly maximum: "Maximum";
|
|
352
|
-
readonly minimum: "Minimum";
|
|
353
|
-
readonly pagination: "Page navigation";
|
|
354
|
-
readonly progress: "Progress";
|
|
355
|
-
readonly slider: "Slider";
|
|
356
|
-
readonly toggle: "Toggle";
|
|
357
|
-
readonly removableBadge: "Removable badge";
|
|
358
|
-
readonly removeBadge: "Remove badge";
|
|
359
|
-
readonly removeFile: "Remove {{name}}";
|
|
360
|
-
};
|
|
361
|
-
readonly button: {
|
|
362
|
-
readonly close: "Close";
|
|
363
|
-
readonly apply: "Apply";
|
|
364
|
-
readonly cancel: "Cancel";
|
|
365
|
-
readonly confirm: "Confirm";
|
|
366
|
-
};
|
|
367
|
-
readonly menu: {
|
|
368
|
-
readonly placeholder: "Select an option...";
|
|
369
|
-
};
|
|
370
|
-
readonly common: {
|
|
371
|
-
readonly loading: "Loading...";
|
|
372
|
-
};
|
|
373
|
-
readonly languages: {
|
|
374
|
-
readonly de: "Deutsch";
|
|
375
|
-
readonly en: "English";
|
|
376
|
-
readonly es: "Español";
|
|
377
|
-
readonly fr: "Français";
|
|
378
|
-
readonly it: "Italiano";
|
|
379
|
-
readonly nl: "Nederlands";
|
|
380
|
-
};
|
|
381
|
-
readonly localeSwitcher: {
|
|
382
|
-
readonly ariaLabel: "Language selection";
|
|
383
|
-
readonly placeholder: "Select language...";
|
|
384
|
-
};
|
|
385
|
-
readonly pagination: {
|
|
386
|
-
readonly next: "Next";
|
|
387
|
-
readonly first: "First";
|
|
388
|
-
readonly last: "Last";
|
|
389
|
-
readonly page: "Page";
|
|
390
|
-
readonly previous: "Previous";
|
|
391
|
-
};
|
|
392
|
-
readonly calendar: {
|
|
393
|
-
readonly recurring: "Recurring event";
|
|
394
|
-
readonly previousMonth: "Previous month";
|
|
395
|
-
readonly nextMonth: "Next month";
|
|
396
|
-
readonly previousWeek: "Previous week";
|
|
397
|
-
readonly nextWeek: "Next week";
|
|
398
|
-
readonly previousDay: "Previous day";
|
|
399
|
-
readonly nextDay: "Next day";
|
|
400
|
-
readonly previousYear: "Previous year";
|
|
401
|
-
readonly nextYear: "Next year";
|
|
402
|
-
readonly today: "Today";
|
|
403
|
-
readonly calendarGrid: "Calendar";
|
|
404
|
-
readonly weekdays: "Weekdays";
|
|
405
|
-
readonly weekNumber: "Week number";
|
|
406
|
-
readonly events: "Events";
|
|
407
|
-
readonly noEvents: "No events";
|
|
408
|
-
readonly showMore: "{{count}} more";
|
|
409
|
-
readonly legend: "Legend";
|
|
410
|
-
readonly yearView: "Year overview";
|
|
411
|
-
readonly weekView: "Week view";
|
|
412
|
-
readonly dayView: "Day view";
|
|
413
|
-
readonly monthView: "Month view";
|
|
414
|
-
readonly viewMonth: "Month";
|
|
415
|
-
readonly viewYear: "Year";
|
|
416
|
-
readonly viewWeek: "Week";
|
|
417
|
-
readonly viewDay: "Day";
|
|
418
|
-
readonly multiDayLabel: "Day {{current}} of {{total}}";
|
|
419
|
-
readonly agendaView: "Agenda view";
|
|
420
|
-
readonly viewAgenda: "Agenda";
|
|
421
|
-
readonly viewSwitcher: "View mode";
|
|
422
|
-
};
|
|
423
|
-
readonly planner: {
|
|
424
|
-
readonly previousWeek: "Previous week";
|
|
425
|
-
readonly nextWeek: "Next week";
|
|
426
|
-
readonly previousMonth: "Previous month";
|
|
427
|
-
readonly nextMonth: "Next month";
|
|
428
|
-
readonly previousRange: "Previous range";
|
|
429
|
-
readonly nextRange: "Next range";
|
|
430
|
-
readonly today: "Today";
|
|
431
|
-
readonly grid: "Planner";
|
|
432
|
-
readonly weekNumber: "Week number";
|
|
433
|
-
readonly itemCount: "{{count}} items";
|
|
434
|
-
};
|
|
435
|
-
readonly commandPalette: {
|
|
436
|
-
readonly noResults: "No results found.";
|
|
437
|
-
readonly search: "Search...";
|
|
438
|
-
readonly hints: {
|
|
439
|
-
readonly navigate: "Navigate";
|
|
440
|
-
readonly select: "Select";
|
|
441
|
-
readonly close: "Close";
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
readonly compositionBar: {
|
|
445
|
-
readonly total: "Total";
|
|
446
|
-
readonly summary: "Composition: {{total}} ({{count}} shares) — {{parts}}";
|
|
447
|
-
readonly share: "Share";
|
|
448
|
-
readonly value: "Value";
|
|
449
|
-
readonly percent: "Percent";
|
|
450
|
-
readonly remaining: "remaining";
|
|
451
|
-
};
|
|
452
|
-
readonly guide: {
|
|
453
|
-
readonly next: "Next";
|
|
454
|
-
readonly previous: "Back";
|
|
455
|
-
readonly skip: "Skip tour";
|
|
456
|
-
readonly done: "Done";
|
|
457
|
-
readonly step: "Step {{current}} of {{total}}";
|
|
458
|
-
readonly tour: "Guided tour";
|
|
459
|
-
readonly close: "Close";
|
|
460
|
-
readonly openHelp: "Help";
|
|
461
|
-
readonly backToList: "All topics";
|
|
462
|
-
readonly info: "More information";
|
|
463
|
-
readonly infoAbout: "More information about {{label}}";
|
|
464
|
-
readonly dismiss: "Dismiss hint";
|
|
465
|
-
readonly startTour: "Start the guided tour";
|
|
466
|
-
readonly actionRequired: "Complete the highlighted action to continue";
|
|
467
|
-
};
|
|
468
|
-
readonly datepicker: {
|
|
469
|
-
readonly placeholder: "Select a date...";
|
|
470
|
-
readonly rangePlaceholder: "Select a date range...";
|
|
471
|
-
readonly clear: "Clear selection";
|
|
472
|
-
readonly openCalendar: "Open calendar";
|
|
473
|
-
readonly invalidDate: "Invalid date";
|
|
474
|
-
readonly outOfRange: "Date is outside the allowed range";
|
|
475
|
-
readonly invalidRange: "Invalid date range";
|
|
476
|
-
};
|
|
477
|
-
readonly fileUpload: {
|
|
478
|
-
readonly exists: "File already added";
|
|
479
|
-
readonly invalidType: "File type {{type}} is not allowed";
|
|
480
|
-
readonly tooLarge: "File exceeds {{size}} limit";
|
|
481
|
-
readonly tooMany: "Maximum {{count}} files allowed";
|
|
482
|
-
readonly tooSmall: "File must be at least {{size}}";
|
|
483
|
-
};
|
|
484
|
-
readonly sankey: {
|
|
485
|
-
readonly summary: "Sankey diagram: {{nodes}} nodes, {{links}} links — {{flows}}";
|
|
486
|
-
readonly source: "Source";
|
|
487
|
-
readonly target: "Target";
|
|
488
|
-
readonly value: "Value";
|
|
489
|
-
};
|
|
490
|
-
readonly slider: {
|
|
491
|
-
readonly rangeStatus: {
|
|
492
|
-
readonly insideRecommended: "In recommended range";
|
|
493
|
-
readonly insideValid: "In valid range";
|
|
494
|
-
readonly insideValidOnly: "Outside recommended range, but valid";
|
|
495
|
-
readonly outsideValid: "Outside valid range";
|
|
496
|
-
};
|
|
497
|
-
};
|
|
498
|
-
readonly themeSwitcher: {
|
|
499
|
-
readonly lightMode: "Light mode";
|
|
500
|
-
readonly darkMode: "Dark mode";
|
|
501
|
-
readonly systemTheme: "System theme";
|
|
502
|
-
};
|
|
503
|
-
readonly time: {
|
|
504
|
-
readonly ago: "{{value}} {{unit}} ago";
|
|
505
|
-
readonly now: "now";
|
|
506
|
-
};
|
|
507
|
-
}>;
|
|
340
|
+
export declare const blocksI18n: import("@urbicon-ui/i18n").PackageI18n<import("@urbicon-ui/i18n").Translations>;
|
|
508
341
|
/**
|
|
509
342
|
* Context-scoped translation hook for the blocks package. Call during component
|
|
510
343
|
* initialisation, then use the returned `t` (conventionally aliased `bt`):
|
|
@@ -517,174 +350,7 @@ export declare const blocksI18n: import("@urbicon-ui/i18n").PackageI18n<{
|
|
|
517
350
|
* Resolves against the nearest `<I18nProvider>`'s locale (or the base locale
|
|
518
351
|
* when none is mounted) and re-renders reactively on locale change.
|
|
519
352
|
*/
|
|
520
|
-
export declare const useBlocksI18n:
|
|
521
|
-
readonly accessibility: {
|
|
522
|
-
readonly avatar: "Avatar";
|
|
523
|
-
readonly clearInput: "Clear input";
|
|
524
|
-
readonly clearSearch: "Clear search";
|
|
525
|
-
readonly clearSelection: "Clear selection";
|
|
526
|
-
readonly closeDialog: "Close dialog";
|
|
527
|
-
readonly closeDrawer: "Close drawer";
|
|
528
|
-
readonly dismiss: "Dismiss";
|
|
529
|
-
readonly fileUpload: "File upload";
|
|
530
|
-
readonly loading: "Loading";
|
|
531
|
-
readonly maximum: "Maximum";
|
|
532
|
-
readonly minimum: "Minimum";
|
|
533
|
-
readonly pagination: "Page navigation";
|
|
534
|
-
readonly progress: "Progress";
|
|
535
|
-
readonly slider: "Slider";
|
|
536
|
-
readonly toggle: "Toggle";
|
|
537
|
-
readonly removableBadge: "Removable badge";
|
|
538
|
-
readonly removeBadge: "Remove badge";
|
|
539
|
-
readonly removeFile: "Remove {{name}}";
|
|
540
|
-
};
|
|
541
|
-
readonly button: {
|
|
542
|
-
readonly close: "Close";
|
|
543
|
-
readonly apply: "Apply";
|
|
544
|
-
readonly cancel: "Cancel";
|
|
545
|
-
readonly confirm: "Confirm";
|
|
546
|
-
};
|
|
547
|
-
readonly menu: {
|
|
548
|
-
readonly placeholder: "Select an option...";
|
|
549
|
-
};
|
|
550
|
-
readonly common: {
|
|
551
|
-
readonly loading: "Loading...";
|
|
552
|
-
};
|
|
553
|
-
readonly languages: {
|
|
554
|
-
readonly de: "Deutsch";
|
|
555
|
-
readonly en: "English";
|
|
556
|
-
readonly es: "Español";
|
|
557
|
-
readonly fr: "Français";
|
|
558
|
-
readonly it: "Italiano";
|
|
559
|
-
readonly nl: "Nederlands";
|
|
560
|
-
};
|
|
561
|
-
readonly localeSwitcher: {
|
|
562
|
-
readonly ariaLabel: "Language selection";
|
|
563
|
-
readonly placeholder: "Select language...";
|
|
564
|
-
};
|
|
565
|
-
readonly pagination: {
|
|
566
|
-
readonly next: "Next";
|
|
567
|
-
readonly first: "First";
|
|
568
|
-
readonly last: "Last";
|
|
569
|
-
readonly page: "Page";
|
|
570
|
-
readonly previous: "Previous";
|
|
571
|
-
};
|
|
572
|
-
readonly calendar: {
|
|
573
|
-
readonly recurring: "Recurring event";
|
|
574
|
-
readonly previousMonth: "Previous month";
|
|
575
|
-
readonly nextMonth: "Next month";
|
|
576
|
-
readonly previousWeek: "Previous week";
|
|
577
|
-
readonly nextWeek: "Next week";
|
|
578
|
-
readonly previousDay: "Previous day";
|
|
579
|
-
readonly nextDay: "Next day";
|
|
580
|
-
readonly previousYear: "Previous year";
|
|
581
|
-
readonly nextYear: "Next year";
|
|
582
|
-
readonly today: "Today";
|
|
583
|
-
readonly calendarGrid: "Calendar";
|
|
584
|
-
readonly weekdays: "Weekdays";
|
|
585
|
-
readonly weekNumber: "Week number";
|
|
586
|
-
readonly events: "Events";
|
|
587
|
-
readonly noEvents: "No events";
|
|
588
|
-
readonly showMore: "{{count}} more";
|
|
589
|
-
readonly legend: "Legend";
|
|
590
|
-
readonly yearView: "Year overview";
|
|
591
|
-
readonly weekView: "Week view";
|
|
592
|
-
readonly dayView: "Day view";
|
|
593
|
-
readonly monthView: "Month view";
|
|
594
|
-
readonly viewMonth: "Month";
|
|
595
|
-
readonly viewYear: "Year";
|
|
596
|
-
readonly viewWeek: "Week";
|
|
597
|
-
readonly viewDay: "Day";
|
|
598
|
-
readonly multiDayLabel: "Day {{current}} of {{total}}";
|
|
599
|
-
readonly agendaView: "Agenda view";
|
|
600
|
-
readonly viewAgenda: "Agenda";
|
|
601
|
-
readonly viewSwitcher: "View mode";
|
|
602
|
-
};
|
|
603
|
-
readonly planner: {
|
|
604
|
-
readonly previousWeek: "Previous week";
|
|
605
|
-
readonly nextWeek: "Next week";
|
|
606
|
-
readonly previousMonth: "Previous month";
|
|
607
|
-
readonly nextMonth: "Next month";
|
|
608
|
-
readonly previousRange: "Previous range";
|
|
609
|
-
readonly nextRange: "Next range";
|
|
610
|
-
readonly today: "Today";
|
|
611
|
-
readonly grid: "Planner";
|
|
612
|
-
readonly weekNumber: "Week number";
|
|
613
|
-
readonly itemCount: "{{count}} items";
|
|
614
|
-
};
|
|
615
|
-
readonly commandPalette: {
|
|
616
|
-
readonly noResults: "No results found.";
|
|
617
|
-
readonly search: "Search...";
|
|
618
|
-
readonly hints: {
|
|
619
|
-
readonly navigate: "Navigate";
|
|
620
|
-
readonly select: "Select";
|
|
621
|
-
readonly close: "Close";
|
|
622
|
-
};
|
|
623
|
-
};
|
|
624
|
-
readonly compositionBar: {
|
|
625
|
-
readonly total: "Total";
|
|
626
|
-
readonly summary: "Composition: {{total}} ({{count}} shares) — {{parts}}";
|
|
627
|
-
readonly share: "Share";
|
|
628
|
-
readonly value: "Value";
|
|
629
|
-
readonly percent: "Percent";
|
|
630
|
-
readonly remaining: "remaining";
|
|
631
|
-
};
|
|
632
|
-
readonly guide: {
|
|
633
|
-
readonly next: "Next";
|
|
634
|
-
readonly previous: "Back";
|
|
635
|
-
readonly skip: "Skip tour";
|
|
636
|
-
readonly done: "Done";
|
|
637
|
-
readonly step: "Step {{current}} of {{total}}";
|
|
638
|
-
readonly tour: "Guided tour";
|
|
639
|
-
readonly close: "Close";
|
|
640
|
-
readonly openHelp: "Help";
|
|
641
|
-
readonly backToList: "All topics";
|
|
642
|
-
readonly info: "More information";
|
|
643
|
-
readonly infoAbout: "More information about {{label}}";
|
|
644
|
-
readonly dismiss: "Dismiss hint";
|
|
645
|
-
readonly startTour: "Start the guided tour";
|
|
646
|
-
readonly actionRequired: "Complete the highlighted action to continue";
|
|
647
|
-
};
|
|
648
|
-
readonly datepicker: {
|
|
649
|
-
readonly placeholder: "Select a date...";
|
|
650
|
-
readonly rangePlaceholder: "Select a date range...";
|
|
651
|
-
readonly clear: "Clear selection";
|
|
652
|
-
readonly openCalendar: "Open calendar";
|
|
653
|
-
readonly invalidDate: "Invalid date";
|
|
654
|
-
readonly outOfRange: "Date is outside the allowed range";
|
|
655
|
-
readonly invalidRange: "Invalid date range";
|
|
656
|
-
};
|
|
657
|
-
readonly fileUpload: {
|
|
658
|
-
readonly exists: "File already added";
|
|
659
|
-
readonly invalidType: "File type {{type}} is not allowed";
|
|
660
|
-
readonly tooLarge: "File exceeds {{size}} limit";
|
|
661
|
-
readonly tooMany: "Maximum {{count}} files allowed";
|
|
662
|
-
readonly tooSmall: "File must be at least {{size}}";
|
|
663
|
-
};
|
|
664
|
-
readonly sankey: {
|
|
665
|
-
readonly summary: "Sankey diagram: {{nodes}} nodes, {{links}} links — {{flows}}";
|
|
666
|
-
readonly source: "Source";
|
|
667
|
-
readonly target: "Target";
|
|
668
|
-
readonly value: "Value";
|
|
669
|
-
};
|
|
670
|
-
readonly slider: {
|
|
671
|
-
readonly rangeStatus: {
|
|
672
|
-
readonly insideRecommended: "In recommended range";
|
|
673
|
-
readonly insideValid: "In valid range";
|
|
674
|
-
readonly insideValidOnly: "Outside recommended range, but valid";
|
|
675
|
-
readonly outsideValid: "Outside valid range";
|
|
676
|
-
};
|
|
677
|
-
};
|
|
678
|
-
readonly themeSwitcher: {
|
|
679
|
-
readonly lightMode: "Light mode";
|
|
680
|
-
readonly darkMode: "Dark mode";
|
|
681
|
-
readonly systemTheme: "System theme";
|
|
682
|
-
};
|
|
683
|
-
readonly time: {
|
|
684
|
-
readonly ago: "{{value}} {{unit}} ago";
|
|
685
|
-
readonly now: "now";
|
|
686
|
-
};
|
|
687
|
-
}>;
|
|
353
|
+
export declare const useBlocksI18n: any;
|
|
688
354
|
export declare const hasBlocksTranslation: (key: string) => boolean, getBlocksLocales: () => import("@urbicon-ui/i18n").Locale[];
|
|
689
355
|
export type BlocksTranslationKey = keyof typeof enTranslations;
|
|
690
356
|
export { blocksTranslations };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="M11 10v10" />
|
|
5
|
-
<path d="M14 12.5v7.5" />
|
|
2
|
+
<path d="M5 4v14.5h15" />
|
|
3
|
+
<path d="M8 18.5v-4l3-3.5 3 2.5 4-6V18.5z" />
|
|
6
4
|
</svg>
|
package/dist/icons/svg/bike.svg
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<circle cx="5.5" cy="16" r="3.5" />
|
|
3
3
|
<circle cx="18.5" cy="16" r="3.5" />
|
|
4
|
-
<path d="M5.5
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
4
|
+
<path d="M5.5 16L8 9l1.5 7" />
|
|
5
|
+
<path d="M8 9h6.5l4 7" />
|
|
6
|
+
<path d="M9.5 16L14.5 9" />
|
|
7
|
+
<path d="M6.5 9h3" />
|
|
8
|
+
<path d="M14.5 9l2-1" />
|
|
8
9
|
</svg>
|
package/dist/icons/svg/car.svg
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<circle cx="7
|
|
7
|
-
<circle cx="
|
|
2
|
+
<path d="M3 14.5l1-3.5h2.5l2-3h5l2 3h2.5l1 3.5" />
|
|
3
|
+
<path d="M3 15.5h2a2 2 0 0 0 4 0h4a2 2 0 0 0 4 0h2" />
|
|
4
|
+
<path d="M3 14.5v1" />
|
|
5
|
+
<path d="M19 14.5v1" />
|
|
6
|
+
<circle cx="7" cy="15.5" r="2" />
|
|
7
|
+
<circle cx="15" cy="15.5" r="2" />
|
|
8
8
|
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<circle cx="8" cy="7
|
|
2
|
+
<circle cx="8" cy="7" r="2.5" />
|
|
3
3
|
<path d="M8 2v1.5" />
|
|
4
|
-
<path d="M3.5
|
|
5
|
-
<path d="M4.5
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
4
|
+
<path d="M3 7h1.5" />
|
|
5
|
+
<path d="M4.5 3.5l1 1" />
|
|
6
|
+
<path d="M11.5 3.5l-1 1" />
|
|
7
|
+
<path d="M10 18h7.5a3 3 0 0 0 .3-6 4.5 4.5 0 0 0-8.5-1.3A3.2 3.2 0 0 0 10 18z" />
|
|
8
8
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="M18
|
|
3
|
-
<path d="
|
|
2
|
+
<path d="M18 19v-6a3 3 0 0 0-3-3H5.5" />
|
|
3
|
+
<path d="M9.5 6L5.5 10l4 4" />
|
|
4
4
|
</svg>
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
2
|
+
<path d="M3.5 13.5a8.5 8.5 0 0 1 17 0" />
|
|
3
|
+
<path d="M3.5 13.5v3" />
|
|
4
|
+
<path d="M20.5 13.5v3" />
|
|
5
|
+
<path d="M6.5 13.5a5.5 5.5 0 0 1 11 0v4.5" />
|
|
6
|
+
<path d="M9.5 13.5a2.5 2.5 0 0 1 5 0v6" />
|
|
7
|
+
<path d="M8 17v1" />
|
|
6
8
|
</svg>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="M9.5 12V14L17 21.5" />
|
|
2
|
+
<path d="M12.079242 3.1956944 20.280747 11.3972c0.195868 0.195868 0.195868 0.511238 0 0.707107l-2.828427 2.828427c-0.195869 0.195868-0.511238 0.195868-0.707107 0L11.249076 9.436597c0 0 0.641245-1.4193327 0.351653-2.2323806C11.299964 6.3597986 9.604511 4.999491 9.604511 4.999491l1.767624-1.8037966c0.193874-0.1978419 0.511238-0.1958685 0.707107 0z" />
|
|
3
|
+
<path d="M13.294631 11.482152 5.7224874 19.254447" />
|
|
5
4
|
</svg>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<circle cx="
|
|
3
|
-
<circle cx="16
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="M2.5 21l3.5-2 4 1.5 5-2 6-3" />
|
|
2
|
+
<circle cx="16" cy="5" r="2" />
|
|
3
|
+
<circle cx="16" cy="12" r="2" />
|
|
4
|
+
<path d="M11.16 14.91 8.03 12.55H1.88l9.42 7.51h6l3.59-2.84v-2" />
|
|
6
5
|
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
2
|
+
<path d="M4.5 14a7.5 7 0 0 1 15 0" />
|
|
3
|
+
<path d="M2.5 14h19a2 2 0 0 1-2 2H4.5a2 2 0 0 1-2-2z" />
|
|
4
|
+
<path d="M12 7v2.5" />
|
|
5
|
+
<path d="M8.5 9.5l.5-2" />
|
|
6
|
+
<path d="M15.5 9.5l-.5-2" />
|
|
5
7
|
</svg>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="M7.5 9V5.5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1V9" />
|
|
2
|
+
<path d="M3 10.5L12 4l9 6.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
|
|
3
|
+
<path d="M3 10.5l9 6 9-6" />
|
|
5
4
|
</svg>
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
2
|
+
<ellipse cx="11" cy="12" rx="6.5" ry="5.5" />
|
|
3
|
+
<circle cx="18" cy="12.5" r="1.5" />
|
|
4
|
+
<path d="M15.3 7.65V5.39l-2.01 1.23" />
|
|
5
|
+
<path d="M11 9.15V6.39" />
|
|
6
|
+
<path d="M14.29 10.39h.01" />
|
|
7
|
+
<path d="M7.62 17.39v1.5" />
|
|
8
|
+
<path d="M14.62 17.39v1.5" />
|
|
8
9
|
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
2
|
+
<path d="M14.35 4.53L19.16 12.81" />
|
|
3
|
+
<path d="M19.98 9.74L19.16 12.81 16.08 11.99" />
|
|
4
|
+
<path d="M4.02 12.81L8.83 4.53" />
|
|
5
|
+
<path d="M5.74 5.35L8.83 4.53 9.65 7.6" />
|
|
6
|
+
<path d="M16.17 17.23L6.57 17.23" />
|
|
7
|
+
<path d="M8.83 14.98L6.57 17.23 8.83 19.47" />
|
|
8
8
|
</svg>
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="M19 9.5l-.75 2.5.75 2.5" />
|
|
2
|
+
<g transform="rotate(0 12 12)"><path d="M12 12V3.5" /><path d="M12 6.5l-2-1.8" /><path d="M12 6.5l2-1.8" /></g>
|
|
3
|
+
<g transform="rotate(60 12 12)"><path d="M12 12V3.5" /><path d="M12 6.5l-2-1.8" /><path d="M12 6.5l2-1.8" /></g>
|
|
4
|
+
<g transform="rotate(120 12 12)"><path d="M12 12V3.5" /><path d="M12 6.5l-2-1.8" /><path d="M12 6.5l2-1.8" /></g>
|
|
5
|
+
<g transform="rotate(180 12 12)"><path d="M12 12V3.5" /><path d="M12 6.5l-2-1.8" /><path d="M12 6.5l2-1.8" /></g>
|
|
6
|
+
<g transform="rotate(240 12 12)"><path d="M12 12V3.5" /><path d="M12 6.5l-2-1.8" /><path d="M12 6.5l2-1.8" /></g>
|
|
7
|
+
<g transform="rotate(300 12 12)"><path d="M12 12V3.5" /><path d="M12 6.5l-2-1.8" /><path d="M12 6.5l2-1.8" /></g>
|
|
9
8
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="M16
|
|
4
|
-
<path d="M8
|
|
2
|
+
<path d="M4.5 12h15" />
|
|
3
|
+
<path d="M16 8a4 4 0 0 0-4-3.5h-1.5A3 3 0 0 0 8 9" />
|
|
4
|
+
<path d="M8 16a4 4 0 0 0 4 3.5h1.5A3 3 0 0 0 16 15" />
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<circle cx="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="M10
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="M9
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
2
|
+
<circle cx="7" cy="7" r="2.5" />
|
|
3
|
+
<path d="M7 3.5V1.5" />
|
|
4
|
+
<path d="M7 10.5v2" />
|
|
5
|
+
<path d="M3.5 7H1.5" />
|
|
6
|
+
<path d="M10.5 7h2" />
|
|
7
|
+
<path d="M4.3 4.3 3 3" />
|
|
8
|
+
<path d="M9.7 4.3 11 3" />
|
|
9
|
+
<path d="M16.5 11.5v9" />
|
|
10
|
+
<path d="M12.7 13.8 20.3 18.2" />
|
|
11
|
+
<path d="M20.3 13.8 12.7 18.2" />
|
|
12
12
|
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
2
|
+
<path d="M13 11l2-2a4 4 0 1 0-5.5-5.5l-2 2" />
|
|
3
|
+
<path d="M11 13l-2 2a4 4 0 1 0 5.5 5.5l2-2" />
|
|
4
|
+
<path d="M16 5.5h3.5" />
|
|
5
|
+
<path d="M18.5 8V4.5" />
|
|
6
|
+
<path d="M8 18.5H4.5" />
|
|
7
|
+
<path d="M5.5 16v3.5" />
|
|
8
8
|
</svg>
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="M17 3.5L14 6.5" />
|
|
2
|
+
<path d="M15 6.5a1.5 1.5 0 0 0 0 2l1 1a1.5 1.5 0 0 0 2 0l3.5-3.5a6 6 0 0 1-8 8l-6.5 6.5a2 2 0 0 1-3-3l6.5-6.5a6 6 0 0 1 8-8z" />
|
|
4
3
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@urbicon-ui/blocks",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.7",
|
|
4
4
|
"description": "Svelte 5 UI component library with Tailwind CSS 4, OKLCH design tokens and zero runtime dependencies",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"@sveltejs/package": "^2.5.8",
|
|
91
91
|
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
|
92
92
|
"@tailwindcss/vite": "^4.3.1",
|
|
93
|
-
"@urbicon-ui/i18n": "6.1.
|
|
94
|
-
"@urbicon-ui/shared-types": "6.1.
|
|
93
|
+
"@urbicon-ui/i18n": "6.1.7",
|
|
94
|
+
"@urbicon-ui/shared-types": "6.1.7",
|
|
95
95
|
"prettier": "^3.8.4",
|
|
96
96
|
"prettier-plugin-svelte": "^4.1.1",
|
|
97
97
|
"prettier-plugin-tailwindcss": "^0.8.0",
|