@universal-material/web 3.0.29 → 3.0.30

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.
@@ -487,255 +487,6 @@
487
487
  }
488
488
  ]
489
489
  },
490
- {
491
- "kind": "javascript-module",
492
- "path": "src/card/card-content.styles.ts",
493
- "declarations": [
494
- {
495
- "kind": "variable",
496
- "name": "styles",
497
- "default": "css `\n :host {\n display: block;\n }\n\n :host(:has(slot > *)) {\n display: none;\n }\n\n :host([has-content]) {\n padding: var(--u-card-padding, 16px);\n }\n\n slot {\n border-radius: inherit;\n }\n`"
498
- }
499
- ],
500
- "exports": [
501
- {
502
- "kind": "js",
503
- "name": "styles",
504
- "declaration": {
505
- "name": "styles",
506
- "module": "src/card/card-content.styles.ts"
507
- }
508
- }
509
- ]
510
- },
511
- {
512
- "kind": "javascript-module",
513
- "path": "src/card/card-content.ts",
514
- "declarations": [
515
- {
516
- "kind": "class",
517
- "description": "",
518
- "name": "UmCardContent",
519
- "members": [
520
- {
521
- "kind": "field",
522
- "name": "hasContent",
523
- "type": {
524
- "text": "boolean"
525
- },
526
- "default": "false",
527
- "attribute": "has-content",
528
- "reflects": true
529
- },
530
- {
531
- "kind": "method",
532
- "name": "handleSlotChange",
533
- "privacy": "private",
534
- "parameters": [
535
- {
536
- "name": "e",
537
- "type": {
538
- "text": "Event"
539
- }
540
- }
541
- ]
542
- }
543
- ],
544
- "attributes": [
545
- {
546
- "name": "has-content",
547
- "type": {
548
- "text": "boolean"
549
- },
550
- "default": "false",
551
- "fieldName": "hasContent"
552
- }
553
- ],
554
- "superclass": {
555
- "name": "LitElement",
556
- "package": "lit"
557
- },
558
- "tagName": "u-card-content",
559
- "customElement": true
560
- }
561
- ],
562
- "exports": [
563
- {
564
- "kind": "js",
565
- "name": "UmCardContent",
566
- "declaration": {
567
- "name": "UmCardContent",
568
- "module": "src/card/card-content.ts"
569
- }
570
- },
571
- {
572
- "kind": "custom-element-definition",
573
- "name": "u-card-content",
574
- "declaration": {
575
- "name": "UmCardContent",
576
- "module": "src/card/card-content.ts"
577
- }
578
- }
579
- ]
580
- },
581
- {
582
- "kind": "javascript-module",
583
- "path": "src/card/card-media.styles.ts",
584
- "declarations": [
585
- {
586
- "kind": "variable",
587
- "name": "styles",
588
- "default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
589
- }
590
- ],
591
- "exports": [
592
- {
593
- "kind": "js",
594
- "name": "styles",
595
- "declaration": {
596
- "name": "styles",
597
- "module": "src/card/card-media.styles.ts"
598
- }
599
- }
600
- ]
601
- },
602
- {
603
- "kind": "javascript-module",
604
- "path": "src/card/card-media.ts",
605
- "declarations": [
606
- {
607
- "kind": "class",
608
- "description": "",
609
- "name": "UmCardMedia",
610
- "members": [
611
- {
612
- "kind": "field",
613
- "name": "wide",
614
- "type": {
615
- "text": "boolean"
616
- },
617
- "default": "false",
618
- "attribute": "wide",
619
- "reflects": true
620
- }
621
- ],
622
- "attributes": [
623
- {
624
- "name": "wide",
625
- "type": {
626
- "text": "boolean"
627
- },
628
- "default": "false",
629
- "fieldName": "wide"
630
- }
631
- ],
632
- "superclass": {
633
- "name": "LitElement",
634
- "package": "lit"
635
- },
636
- "tagName": "u-card-media",
637
- "customElement": true
638
- }
639
- ],
640
- "exports": [
641
- {
642
- "kind": "js",
643
- "name": "UmCardMedia",
644
- "declaration": {
645
- "name": "UmCardMedia",
646
- "module": "src/card/card-media.ts"
647
- }
648
- },
649
- {
650
- "kind": "custom-element-definition",
651
- "name": "u-card-media",
652
- "declaration": {
653
- "name": "UmCardMedia",
654
- "module": "src/card/card-media.ts"
655
- }
656
- }
657
- ]
658
- },
659
- {
660
- "kind": "javascript-module",
661
- "path": "src/card/card.styles.ts",
662
- "declarations": [
663
- {
664
- "kind": "variable",
665
- "name": "styles",
666
- "default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\n }\n :host([variant=elevated]) u-elevation {\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n u-card-content,\n slot {\n border-radius: inherit;\n }\n`"
667
- }
668
- ],
669
- "exports": [
670
- {
671
- "kind": "js",
672
- "name": "styles",
673
- "declaration": {
674
- "name": "styles",
675
- "module": "src/card/card.styles.ts"
676
- }
677
- }
678
- ]
679
- },
680
- {
681
- "kind": "javascript-module",
682
- "path": "src/card/card.ts",
683
- "declarations": [
684
- {
685
- "kind": "class",
686
- "description": "",
687
- "name": "UmCard",
688
- "members": [
689
- {
690
- "kind": "field",
691
- "name": "variant",
692
- "type": {
693
- "text": "UmCardVariant"
694
- },
695
- "default": "'filled'",
696
- "description": "The Card variant to render.",
697
- "attribute": "variant",
698
- "reflects": true
699
- }
700
- ],
701
- "attributes": [
702
- {
703
- "name": "variant",
704
- "type": {
705
- "text": "UmCardVariant"
706
- },
707
- "default": "'filled'",
708
- "description": "The Card variant to render.",
709
- "fieldName": "variant"
710
- }
711
- ],
712
- "superclass": {
713
- "name": "LitElement",
714
- "package": "lit"
715
- },
716
- "tagName": "u-card",
717
- "customElement": true
718
- }
719
- ],
720
- "exports": [
721
- {
722
- "kind": "js",
723
- "name": "UmCard",
724
- "declaration": {
725
- "name": "UmCard",
726
- "module": "src/card/card.ts"
727
- }
728
- },
729
- {
730
- "kind": "custom-element-definition",
731
- "name": "u-card",
732
- "declaration": {
733
- "name": "UmCard",
734
- "module": "src/card/card.ts"
735
- }
736
- }
737
- ]
738
- },
739
490
  {
740
491
  "kind": "javascript-module",
741
492
  "path": "src/button/button-base.ts",
@@ -2787,14 +2538,263 @@
2787
2538
  },
2788
2539
  {
2789
2540
  "kind": "javascript-module",
2790
- "path": "src/checkbox/checkbox-list-item.ts",
2541
+ "path": "src/card/card-content.styles.ts",
2791
2542
  "declarations": [
2792
2543
  {
2793
- "kind": "class",
2794
- "description": "",
2795
- "name": "UmCheckboxListItem",
2796
- "mixins": [
2797
- {
2544
+ "kind": "variable",
2545
+ "name": "styles",
2546
+ "default": "css `\n :host {\n display: block;\n }\n\n :host(:has(slot > *)) {\n display: none;\n }\n\n :host([has-content]) {\n padding: var(--u-card-padding, 16px);\n }\n\n slot {\n border-radius: inherit;\n }\n`"
2547
+ }
2548
+ ],
2549
+ "exports": [
2550
+ {
2551
+ "kind": "js",
2552
+ "name": "styles",
2553
+ "declaration": {
2554
+ "name": "styles",
2555
+ "module": "src/card/card-content.styles.ts"
2556
+ }
2557
+ }
2558
+ ]
2559
+ },
2560
+ {
2561
+ "kind": "javascript-module",
2562
+ "path": "src/card/card-content.ts",
2563
+ "declarations": [
2564
+ {
2565
+ "kind": "class",
2566
+ "description": "",
2567
+ "name": "UmCardContent",
2568
+ "members": [
2569
+ {
2570
+ "kind": "field",
2571
+ "name": "hasContent",
2572
+ "type": {
2573
+ "text": "boolean"
2574
+ },
2575
+ "default": "false",
2576
+ "attribute": "has-content",
2577
+ "reflects": true
2578
+ },
2579
+ {
2580
+ "kind": "method",
2581
+ "name": "handleSlotChange",
2582
+ "privacy": "private",
2583
+ "parameters": [
2584
+ {
2585
+ "name": "e",
2586
+ "type": {
2587
+ "text": "Event"
2588
+ }
2589
+ }
2590
+ ]
2591
+ }
2592
+ ],
2593
+ "attributes": [
2594
+ {
2595
+ "name": "has-content",
2596
+ "type": {
2597
+ "text": "boolean"
2598
+ },
2599
+ "default": "false",
2600
+ "fieldName": "hasContent"
2601
+ }
2602
+ ],
2603
+ "superclass": {
2604
+ "name": "LitElement",
2605
+ "package": "lit"
2606
+ },
2607
+ "tagName": "u-card-content",
2608
+ "customElement": true
2609
+ }
2610
+ ],
2611
+ "exports": [
2612
+ {
2613
+ "kind": "js",
2614
+ "name": "UmCardContent",
2615
+ "declaration": {
2616
+ "name": "UmCardContent",
2617
+ "module": "src/card/card-content.ts"
2618
+ }
2619
+ },
2620
+ {
2621
+ "kind": "custom-element-definition",
2622
+ "name": "u-card-content",
2623
+ "declaration": {
2624
+ "name": "UmCardContent",
2625
+ "module": "src/card/card-content.ts"
2626
+ }
2627
+ }
2628
+ ]
2629
+ },
2630
+ {
2631
+ "kind": "javascript-module",
2632
+ "path": "src/card/card-media.styles.ts",
2633
+ "declarations": [
2634
+ {
2635
+ "kind": "variable",
2636
+ "name": "styles",
2637
+ "default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
2638
+ }
2639
+ ],
2640
+ "exports": [
2641
+ {
2642
+ "kind": "js",
2643
+ "name": "styles",
2644
+ "declaration": {
2645
+ "name": "styles",
2646
+ "module": "src/card/card-media.styles.ts"
2647
+ }
2648
+ }
2649
+ ]
2650
+ },
2651
+ {
2652
+ "kind": "javascript-module",
2653
+ "path": "src/card/card-media.ts",
2654
+ "declarations": [
2655
+ {
2656
+ "kind": "class",
2657
+ "description": "",
2658
+ "name": "UmCardMedia",
2659
+ "members": [
2660
+ {
2661
+ "kind": "field",
2662
+ "name": "wide",
2663
+ "type": {
2664
+ "text": "boolean"
2665
+ },
2666
+ "default": "false",
2667
+ "attribute": "wide",
2668
+ "reflects": true
2669
+ }
2670
+ ],
2671
+ "attributes": [
2672
+ {
2673
+ "name": "wide",
2674
+ "type": {
2675
+ "text": "boolean"
2676
+ },
2677
+ "default": "false",
2678
+ "fieldName": "wide"
2679
+ }
2680
+ ],
2681
+ "superclass": {
2682
+ "name": "LitElement",
2683
+ "package": "lit"
2684
+ },
2685
+ "tagName": "u-card-media",
2686
+ "customElement": true
2687
+ }
2688
+ ],
2689
+ "exports": [
2690
+ {
2691
+ "kind": "js",
2692
+ "name": "UmCardMedia",
2693
+ "declaration": {
2694
+ "name": "UmCardMedia",
2695
+ "module": "src/card/card-media.ts"
2696
+ }
2697
+ },
2698
+ {
2699
+ "kind": "custom-element-definition",
2700
+ "name": "u-card-media",
2701
+ "declaration": {
2702
+ "name": "UmCardMedia",
2703
+ "module": "src/card/card-media.ts"
2704
+ }
2705
+ }
2706
+ ]
2707
+ },
2708
+ {
2709
+ "kind": "javascript-module",
2710
+ "path": "src/card/card.styles.ts",
2711
+ "declarations": [
2712
+ {
2713
+ "kind": "variable",
2714
+ "name": "styles",
2715
+ "default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\n }\n :host([variant=elevated]) u-elevation {\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n u-card-content,\n slot {\n border-radius: inherit;\n }\n`"
2716
+ }
2717
+ ],
2718
+ "exports": [
2719
+ {
2720
+ "kind": "js",
2721
+ "name": "styles",
2722
+ "declaration": {
2723
+ "name": "styles",
2724
+ "module": "src/card/card.styles.ts"
2725
+ }
2726
+ }
2727
+ ]
2728
+ },
2729
+ {
2730
+ "kind": "javascript-module",
2731
+ "path": "src/card/card.ts",
2732
+ "declarations": [
2733
+ {
2734
+ "kind": "class",
2735
+ "description": "",
2736
+ "name": "UmCard",
2737
+ "members": [
2738
+ {
2739
+ "kind": "field",
2740
+ "name": "variant",
2741
+ "type": {
2742
+ "text": "UmCardVariant"
2743
+ },
2744
+ "default": "'filled'",
2745
+ "description": "The Card variant to render.",
2746
+ "attribute": "variant",
2747
+ "reflects": true
2748
+ }
2749
+ ],
2750
+ "attributes": [
2751
+ {
2752
+ "name": "variant",
2753
+ "type": {
2754
+ "text": "UmCardVariant"
2755
+ },
2756
+ "default": "'filled'",
2757
+ "description": "The Card variant to render.",
2758
+ "fieldName": "variant"
2759
+ }
2760
+ ],
2761
+ "superclass": {
2762
+ "name": "LitElement",
2763
+ "package": "lit"
2764
+ },
2765
+ "tagName": "u-card",
2766
+ "customElement": true
2767
+ }
2768
+ ],
2769
+ "exports": [
2770
+ {
2771
+ "kind": "js",
2772
+ "name": "UmCard",
2773
+ "declaration": {
2774
+ "name": "UmCard",
2775
+ "module": "src/card/card.ts"
2776
+ }
2777
+ },
2778
+ {
2779
+ "kind": "custom-element-definition",
2780
+ "name": "u-card",
2781
+ "declaration": {
2782
+ "name": "UmCard",
2783
+ "module": "src/card/card.ts"
2784
+ }
2785
+ }
2786
+ ]
2787
+ },
2788
+ {
2789
+ "kind": "javascript-module",
2790
+ "path": "src/checkbox/checkbox-list-item.ts",
2791
+ "declarations": [
2792
+ {
2793
+ "kind": "class",
2794
+ "description": "",
2795
+ "name": "UmCheckboxListItem",
2796
+ "mixins": [
2797
+ {
2798
2798
  "name": "mixinSelectionControlListItem",
2799
2799
  "module": "/src/shared/selection-control/selection-control-list-item.js"
2800
2800
  }
@@ -3819,142 +3819,7 @@
3819
3819
  },
3820
3820
  {
3821
3821
  "kind": "javascript-module",
3822
- "path": "src/list/list-item.styles.ts",
3823
- "declarations": [
3824
- {
3825
- "kind": "variable",
3826
- "name": "styles",
3827
- "default": "css `\n :host {\n position: relative;\n display: flex;\n align-items: center;\n min-height: var(--u-list-item-min-height, 56px);\n padding-block: var(--u-list-item-block-padding, 8px);\n padding-inline: var(--u-list-item-inline-padding, 16px);\n gap: var(--u-list-item-gap, 16px);\n }\n\n slot:not([name]) {\n display: block;\n margin-inline-end: auto;\n }\n\n slot {\n flex-shrink: 0;\n }\n`"
3828
- }
3829
- ],
3830
- "exports": [
3831
- {
3832
- "kind": "js",
3833
- "name": "styles",
3834
- "declaration": {
3835
- "name": "styles",
3836
- "module": "src/list/list-item.styles.ts"
3837
- }
3838
- }
3839
- ]
3840
- },
3841
- {
3842
- "kind": "javascript-module",
3843
- "path": "src/list/list-item.ts",
3844
- "declarations": [
3845
- {
3846
- "kind": "class",
3847
- "description": "",
3848
- "name": "UmListItem",
3849
- "members": [
3850
- {
3851
- "kind": "field",
3852
- "name": "selectable",
3853
- "type": {
3854
- "text": "boolean"
3855
- },
3856
- "default": "false",
3857
- "attribute": "selectable",
3858
- "reflects": true
3859
- }
3860
- ],
3861
- "attributes": [
3862
- {
3863
- "name": "selectable",
3864
- "type": {
3865
- "text": "boolean"
3866
- },
3867
- "default": "false",
3868
- "fieldName": "selectable"
3869
- }
3870
- ],
3871
- "superclass": {
3872
- "name": "LitElement",
3873
- "package": "lit"
3874
- },
3875
- "tagName": "u-list-item",
3876
- "customElement": true
3877
- }
3878
- ],
3879
- "exports": [
3880
- {
3881
- "kind": "js",
3882
- "name": "UmListItem",
3883
- "declaration": {
3884
- "name": "UmListItem",
3885
- "module": "src/list/list-item.ts"
3886
- }
3887
- },
3888
- {
3889
- "kind": "custom-element-definition",
3890
- "name": "u-list-item",
3891
- "declaration": {
3892
- "name": "UmListItem",
3893
- "module": "src/list/list-item.ts"
3894
- }
3895
- }
3896
- ]
3897
- },
3898
- {
3899
- "kind": "javascript-module",
3900
- "path": "src/list/list.styles.ts",
3901
- "declarations": [
3902
- {
3903
- "kind": "variable",
3904
- "name": "styles",
3905
- "default": "css `\n :host {\n padding-block: var(--u-list-padding, 8px);\n }\n`"
3906
- }
3907
- ],
3908
- "exports": [
3909
- {
3910
- "kind": "js",
3911
- "name": "styles",
3912
- "declaration": {
3913
- "name": "styles",
3914
- "module": "src/list/list.styles.ts"
3915
- }
3916
- }
3917
- ]
3918
- },
3919
- {
3920
- "kind": "javascript-module",
3921
- "path": "src/list/list.ts",
3922
- "declarations": [
3923
- {
3924
- "kind": "class",
3925
- "description": "",
3926
- "name": "UmList",
3927
- "members": [],
3928
- "superclass": {
3929
- "name": "LitElement",
3930
- "package": "lit"
3931
- },
3932
- "tagName": "u-list",
3933
- "customElement": true
3934
- }
3935
- ],
3936
- "exports": [
3937
- {
3938
- "kind": "js",
3939
- "name": "UmList",
3940
- "declaration": {
3941
- "name": "UmList",
3942
- "module": "src/list/list.ts"
3943
- }
3944
- },
3945
- {
3946
- "kind": "custom-element-definition",
3947
- "name": "u-list",
3948
- "declaration": {
3949
- "name": "UmList",
3950
- "module": "src/list/list.ts"
3951
- }
3952
- }
3953
- ]
3954
- },
3955
- {
3956
- "kind": "javascript-module",
3957
- "path": "src/menu/menu-item.styles.ts",
3822
+ "path": "src/menu/menu-item.styles.ts",
3958
3823
  "declarations": [
3959
3824
  {
3960
3825
  "kind": "variable",
@@ -4676,12 +4541,12 @@
4676
4541
  },
4677
4542
  {
4678
4543
  "kind": "javascript-module",
4679
- "path": "src/navigation/drawer-item.styles.ts",
4544
+ "path": "src/list/list-item.styles.ts",
4680
4545
  "declarations": [
4681
4546
  {
4682
4547
  "kind": "variable",
4683
4548
  "name": "styles",
4684
- "default": "css `\n :host {\n display: block;\n --_drawer-item-icon-size: var(--u-drawer-item-icon-size, 1.125rem);\n --_drawer-item-padding: var(--u-drawer-item-padding, 16px);\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-drawer-item-line-height, var(--u-label-l-line-height, 1.25rem));\n font-size: var(--u-drawer-item-font-size, var(--u-label-l-font-size, 0.875rem));\n letter-spacing: var(--u-drawer-item-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem));\n font-weight: var(--u-drawer-item-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500)));\n height: var(--u-drawer-item-height, 56px);\n padding-inline: var(--_drawer-item-padding);\n margin-inline: calc(var(--_drawer-item-padding) * -1);\n border-radius: var(--u-drawer-item-shape-corner, var(--u-shape-corner-full, 9999px));\n color: var(--u-drawer-item-label-inactive-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n :host([active]) {\n color: var(--u-drawer-item-label-active-color, var(--_color-primary));\n }\n\n :host(:not([has-icon])) .icon,\n :host(:not([has-badge])) .badge {\n display: none;\n }\n\n .icon {\n font-size: var(--_drawer-item-icon-size);\n line-height: var(--_drawer-item-icon-size);\n margin-inline-end: var(--u-drawer-item-icon-margin, 16px);\n }\n\n .badge {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-inline-start: auto;\n padding-inline: var(--u-drawer-item-badge-padding, 12px 8px);\n }\n\n .content {\n justify-content: flex-start;\n }\n`"
4549
+ "default": "css `\n :host {\n position: relative;\n display: flex;\n align-items: center;\n min-height: var(--u-list-item-min-height, 56px);\n padding-block: var(--u-list-item-block-padding, 8px);\n padding-inline: var(--u-list-item-inline-padding, 16px);\n gap: var(--u-list-item-gap, 16px);\n }\n\n slot:not([name]) {\n display: block;\n margin-inline-end: auto;\n }\n\n slot {\n flex-shrink: 0;\n }\n`"
4685
4550
  }
4686
4551
  ],
4687
4552
  "exports": [
@@ -4690,433 +4555,491 @@
4690
4555
  "name": "styles",
4691
4556
  "declaration": {
4692
4557
  "name": "styles",
4693
- "module": "src/navigation/drawer-item.styles.ts"
4558
+ "module": "src/list/list-item.styles.ts"
4694
4559
  }
4695
4560
  }
4696
4561
  ]
4697
4562
  },
4698
4563
  {
4699
4564
  "kind": "javascript-module",
4700
- "path": "src/navigation/drawer-item.ts",
4565
+ "path": "src/list/list-item.ts",
4701
4566
  "declarations": [
4702
4567
  {
4703
4568
  "kind": "class",
4704
4569
  "description": "",
4705
- "name": "UmDrawerItem",
4570
+ "name": "UmListItem",
4706
4571
  "members": [
4707
4572
  {
4708
4573
  "kind": "field",
4709
- "name": "hasIcon",
4710
- "type": {
4711
- "text": "boolean"
4712
- },
4713
- "default": "false",
4714
- "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
4715
- "attribute": "has-icon",
4716
- "reflects": true
4717
- },
4718
- {
4719
- "kind": "field",
4720
- "name": "hasBadge",
4721
- "type": {
4722
- "text": "boolean"
4723
- },
4724
- "default": "false",
4725
- "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
4726
- "attribute": "has-badge",
4727
- "reflects": true
4728
- },
4729
- {
4730
- "kind": "field",
4731
- "name": "active",
4732
- "type": {
4733
- "text": "boolean"
4734
- },
4735
- "default": "false",
4736
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
4737
- "attribute": "active",
4738
- "reflects": true
4739
- },
4740
- {
4741
- "kind": "field",
4742
- "name": "keepDrawerOpen",
4574
+ "name": "selectable",
4743
4575
  "type": {
4744
4576
  "text": "boolean"
4745
4577
  },
4746
4578
  "default": "false",
4747
- "description": "If true, it will not attempt to close de navigation drawer on click",
4748
- "attribute": "keep-drawer-open",
4579
+ "attribute": "selectable",
4749
4580
  "reflects": true
4750
- },
4751
- {
4752
- "kind": "field",
4753
- "name": "assignedIcons",
4754
- "type": {
4755
- "text": "HTMLElement[]"
4756
- },
4757
- "privacy": "private"
4758
- },
4759
- {
4760
- "kind": "field",
4761
- "name": "assignedBadges",
4762
- "type": {
4763
- "text": "HTMLElement[]"
4764
- },
4765
- "privacy": "private"
4766
- },
4767
- {
4768
- "kind": "method",
4769
- "name": "renderContent",
4770
- "privacy": "protected",
4771
- "return": {
4772
- "type": {
4773
- "text": "HTMLTemplateResult"
4774
- }
4775
- },
4776
- "inheritedFrom": {
4777
- "name": "UmButtonWrapper",
4778
- "module": "src/shared/button-wrapper.ts"
4779
- }
4780
- },
4781
- {
4782
- "kind": "method",
4783
- "name": "handleIconSlotChange",
4784
- "privacy": "private"
4785
- },
4786
- {
4787
- "kind": "method",
4788
- "name": "handleBadgeSlotChange",
4789
- "privacy": "private"
4790
- },
4791
- {
4792
- "kind": "method",
4793
- "name": "handleClick",
4794
- "privacy": "protected",
4795
- "return": {
4796
- "type": {
4797
- "text": "void"
4798
- }
4799
- },
4800
- "parameters": [
4801
- {
4802
- "name": "_",
4803
- "type": {
4804
- "text": "UIEvent"
4805
- }
4806
- }
4807
- ],
4808
- "inheritedFrom": {
4809
- "name": "UmButtonWrapper",
4810
- "module": "src/shared/button-wrapper.ts"
4811
- }
4812
- },
4581
+ }
4582
+ ],
4583
+ "attributes": [
4813
4584
  {
4814
- "kind": "field",
4815
- "name": "disabled",
4585
+ "name": "selectable",
4816
4586
  "type": {
4817
4587
  "text": "boolean"
4818
4588
  },
4819
4589
  "default": "false",
4820
- "description": "Whether the button is disabled or not.",
4821
- "attribute": "disabled",
4822
- "reflects": true,
4823
- "inheritedFrom": {
4824
- "name": "UmButtonWrapper",
4825
- "module": "src/shared/button-wrapper.ts"
4826
- }
4827
- },
4590
+ "fieldName": "selectable"
4591
+ }
4592
+ ],
4593
+ "superclass": {
4594
+ "name": "LitElement",
4595
+ "package": "lit"
4596
+ },
4597
+ "tagName": "u-list-item",
4598
+ "customElement": true
4599
+ }
4600
+ ],
4601
+ "exports": [
4602
+ {
4603
+ "kind": "js",
4604
+ "name": "UmListItem",
4605
+ "declaration": {
4606
+ "name": "UmListItem",
4607
+ "module": "src/list/list-item.ts"
4608
+ }
4609
+ },
4610
+ {
4611
+ "kind": "custom-element-definition",
4612
+ "name": "u-list-item",
4613
+ "declaration": {
4614
+ "name": "UmListItem",
4615
+ "module": "src/list/list-item.ts"
4616
+ }
4617
+ }
4618
+ ]
4619
+ },
4620
+ {
4621
+ "kind": "javascript-module",
4622
+ "path": "src/list/list.styles.ts",
4623
+ "declarations": [
4624
+ {
4625
+ "kind": "variable",
4626
+ "name": "styles",
4627
+ "default": "css `\n :host {\n padding-block: var(--u-list-padding, 8px);\n }\n`"
4628
+ }
4629
+ ],
4630
+ "exports": [
4631
+ {
4632
+ "kind": "js",
4633
+ "name": "styles",
4634
+ "declaration": {
4635
+ "name": "styles",
4636
+ "module": "src/list/list.styles.ts"
4637
+ }
4638
+ }
4639
+ ]
4640
+ },
4641
+ {
4642
+ "kind": "javascript-module",
4643
+ "path": "src/list/list.ts",
4644
+ "declarations": [
4645
+ {
4646
+ "kind": "class",
4647
+ "description": "",
4648
+ "name": "UmList",
4649
+ "members": [],
4650
+ "superclass": {
4651
+ "name": "LitElement",
4652
+ "package": "lit"
4653
+ },
4654
+ "tagName": "u-list",
4655
+ "customElement": true
4656
+ }
4657
+ ],
4658
+ "exports": [
4659
+ {
4660
+ "kind": "js",
4661
+ "name": "UmList",
4662
+ "declaration": {
4663
+ "name": "UmList",
4664
+ "module": "src/list/list.ts"
4665
+ }
4666
+ },
4667
+ {
4668
+ "kind": "custom-element-definition",
4669
+ "name": "u-list",
4670
+ "declaration": {
4671
+ "name": "UmList",
4672
+ "module": "src/list/list.ts"
4673
+ }
4674
+ }
4675
+ ]
4676
+ },
4677
+ {
4678
+ "kind": "javascript-module",
4679
+ "path": "src/radio/radio-list-item.ts",
4680
+ "declarations": [
4681
+ {
4682
+ "kind": "class",
4683
+ "description": "",
4684
+ "name": "UmRadioListItem",
4685
+ "mixins": [
4686
+ {
4687
+ "name": "mixinSelectionControlListItem",
4688
+ "module": "/src/shared/selection-control/selection-control-list-item.js"
4689
+ }
4690
+ ],
4691
+ "superclass": {
4692
+ "name": "UmRadio",
4693
+ "module": "/src/radio/radio.js"
4694
+ },
4695
+ "tagName": "u-radio-list-item",
4696
+ "customElement": true,
4697
+ "members": [
4828
4698
  {
4829
4699
  "kind": "field",
4830
- "name": "href",
4700
+ "name": "styles",
4831
4701
  "type": {
4832
- "text": "string | undefined"
4702
+ "text": "array"
4833
4703
  },
4834
- "description": "The URL that the link button points to.",
4835
- "attribute": "href",
4704
+ "static": true,
4705
+ "default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]",
4836
4706
  "inheritedFrom": {
4837
- "name": "UmButtonWrapper",
4838
- "module": "src/shared/button-wrapper.ts"
4707
+ "name": "mixinSelectionControlListItem",
4708
+ "module": "src/shared/selection-control/selection-control-list-item.ts"
4839
4709
  }
4840
4710
  },
4841
4711
  {
4842
- "kind": "field",
4843
- "name": "target",
4844
- "type": {
4845
- "text": "string | undefined"
4712
+ "kind": "method",
4713
+ "name": "render",
4714
+ "return": {
4715
+ "type": {
4716
+ "text": "HTMLTemplateResult"
4717
+ }
4846
4718
  },
4847
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
4848
- "attribute": "target",
4849
4719
  "inheritedFrom": {
4850
- "name": "UmButtonWrapper",
4851
- "module": "src/shared/button-wrapper.ts"
4720
+ "name": "mixinSelectionControlListItem",
4721
+ "module": "src/shared/selection-control/selection-control-list-item.ts"
4852
4722
  }
4853
4723
  },
4854
4724
  {
4855
4725
  "kind": "field",
4856
- "name": "name",
4726
+ "name": "hideStateLayer",
4857
4727
  "type": {
4858
- "text": "string | undefined"
4728
+ "text": "boolean"
4859
4729
  },
4860
- "attribute": "name",
4730
+ "default": "false",
4731
+ "attribute": "hide-state-layer",
4732
+ "reflects": true,
4861
4733
  "inheritedFrom": {
4862
- "name": "UmButtonWrapper",
4863
- "module": "src/shared/button-wrapper.ts"
4734
+ "name": "UmRadio",
4735
+ "module": "src/radio/radio.ts"
4864
4736
  }
4865
4737
  },
4866
4738
  {
4867
4739
  "kind": "field",
4868
- "name": "buttonElement",
4740
+ "name": "inputType",
4869
4741
  "type": {
4870
- "text": "HTMLElement"
4742
+ "text": "'checkbox' | 'radio'"
4871
4743
  },
4872
- "privacy": "private",
4744
+ "privacy": "protected",
4745
+ "default": "'radio'",
4873
4746
  "inheritedFrom": {
4874
- "name": "UmButtonWrapper",
4875
- "module": "src/shared/button-wrapper.ts"
4747
+ "name": "UmSelectionControl",
4748
+ "module": "src/shared/selection-control/selection-control.ts"
4876
4749
  }
4877
4750
  },
4878
4751
  {
4879
- "kind": "field",
4880
- "name": "ripple",
4881
- "type": {
4882
- "text": "UmRipple"
4752
+ "kind": "method",
4753
+ "name": "renderIndicator",
4754
+ "privacy": "protected",
4755
+ "return": {
4756
+ "type": {
4757
+ "text": "HTMLTemplateResult"
4758
+ }
4883
4759
  },
4884
- "privacy": "private",
4885
4760
  "inheritedFrom": {
4886
- "name": "UmButtonWrapper",
4887
- "module": "src/shared/button-wrapper.ts"
4761
+ "name": "UmSelectionControl",
4762
+ "module": "src/shared/selection-control/selection-control.ts"
4888
4763
  }
4889
4764
  },
4890
4765
  {
4891
4766
  "kind": "field",
4892
- "name": "innerRole",
4893
- "type": {
4894
- "text": "string | null"
4895
- },
4896
- "privacy": "protected",
4897
- "default": "null",
4767
+ "name": "checked",
4768
+ "attribute": "checked",
4898
4769
  "inheritedFrom": {
4899
- "name": "UmButtonWrapper",
4900
- "module": "src/shared/button-wrapper.ts"
4770
+ "name": "UmSelectionControl",
4771
+ "module": "src/shared/selection-control/selection-control.ts"
4901
4772
  }
4902
4773
  },
4903
4774
  {
4904
4775
  "kind": "field",
4905
- "name": "pathname",
4776
+ "name": "#siblings",
4777
+ "privacy": "private",
4906
4778
  "type": {
4907
- "text": "string"
4779
+ "text": "UmRadio[]"
4908
4780
  },
4909
4781
  "inheritedFrom": {
4910
- "name": "UmButtonWrapper",
4911
- "module": "src/shared/button-wrapper.ts"
4782
+ "name": "UmRadio",
4783
+ "module": "src/radio/radio.ts"
4912
4784
  }
4913
4785
  },
4914
4786
  {
4915
4787
  "kind": "method",
4916
- "name": "renderButton",
4917
- "privacy": "private",
4788
+ "name": "#handleKeyDown",
4789
+ "parameters": [
4790
+ {
4791
+ "name": "event",
4792
+ "type": {
4793
+ "text": "KeyboardEvent"
4794
+ }
4795
+ }
4796
+ ],
4918
4797
  "inheritedFrom": {
4919
- "name": "UmButtonWrapper",
4920
- "module": "src/shared/button-wrapper.ts"
4798
+ "name": "UmRadio",
4799
+ "module": "src/radio/radio.ts"
4921
4800
  }
4922
4801
  },
4923
4802
  {
4924
4803
  "kind": "method",
4925
- "name": "renderLink",
4804
+ "name": "ensureOnlyOneChecked",
4926
4805
  "privacy": "private",
4927
4806
  "inheritedFrom": {
4928
- "name": "UmButtonWrapper",
4929
- "module": "src/shared/button-wrapper.ts"
4807
+ "name": "UmRadio",
4808
+ "module": "src/radio/radio.ts"
4930
4809
  }
4931
4810
  },
4932
4811
  {
4933
4812
  "kind": "method",
4934
- "name": "focus",
4813
+ "name": "uncheckSiblings",
4814
+ "privacy": "private",
4935
4815
  "inheritedFrom": {
4936
- "name": "UmButtonWrapper",
4937
- "module": "src/shared/button-wrapper.ts"
4816
+ "name": "UmRadio",
4817
+ "module": "src/radio/radio.ts"
4938
4818
  }
4939
4819
  },
4940
4820
  {
4941
- "kind": "method",
4942
- "name": "blur",
4821
+ "kind": "field",
4822
+ "name": "formAssociated",
4823
+ "type": {
4824
+ "text": "boolean"
4825
+ },
4826
+ "static": true,
4827
+ "default": "true",
4943
4828
  "inheritedFrom": {
4944
- "name": "UmButtonWrapper",
4945
- "module": "src/shared/button-wrapper.ts"
4829
+ "name": "UmSelectionControl",
4830
+ "module": "src/shared/selection-control/selection-control.ts"
4946
4831
  }
4947
4832
  },
4948
4833
  {
4949
- "kind": "method",
4950
- "name": "getAriaLabel",
4951
- "privacy": "protected",
4952
- "return": {
4953
- "type": {
4954
- "text": "string | null | typeof nothing"
4955
- }
4834
+ "kind": "field",
4835
+ "name": "elementInternals",
4836
+ "type": {
4837
+ "text": "ElementInternals"
4956
4838
  },
4839
+ "privacy": "protected",
4957
4840
  "inheritedFrom": {
4958
- "name": "UmButtonWrapper",
4959
- "module": "src/shared/button-wrapper.ts"
4960
- }
4841
+ "name": "UmSelectionControl",
4842
+ "module": "src/shared/selection-control/selection-control.ts"
4843
+ }
4961
4844
  },
4962
4845
  {
4963
- "kind": "method",
4964
- "name": "innerFocusHandler",
4965
- "privacy": "private",
4966
- "return": {
4967
- "type": {
4968
- "text": "void"
4969
- }
4846
+ "kind": "field",
4847
+ "name": "name",
4848
+ "type": {
4849
+ "text": "string | undefined"
4970
4850
  },
4851
+ "default": "''",
4852
+ "attribute": "name",
4971
4853
  "inheritedFrom": {
4972
- "name": "UmButtonWrapper",
4973
- "module": "src/shared/button-wrapper.ts"
4854
+ "name": "UmSelectionControl",
4855
+ "module": "src/shared/selection-control/selection-control.ts"
4974
4856
  }
4975
4857
  },
4976
4858
  {
4977
- "kind": "method",
4978
- "name": "innerClickHandler",
4979
- "privacy": "private",
4980
- "return": {
4981
- "type": {
4982
- "text": "void"
4983
- }
4859
+ "kind": "field",
4860
+ "name": "disabled",
4861
+ "type": {
4862
+ "text": "boolean"
4984
4863
  },
4985
- "parameters": [
4986
- {
4987
- "name": "event",
4988
- "type": {
4989
- "text": "MouseEvent"
4990
- }
4991
- }
4992
- ],
4864
+ "default": "false",
4865
+ "attribute": "disabled",
4866
+ "reflects": true,
4993
4867
  "inheritedFrom": {
4994
- "name": "UmButtonWrapper",
4995
- "module": "src/shared/button-wrapper.ts"
4868
+ "name": "UmSelectionControl",
4869
+ "module": "src/shared/selection-control/selection-control.ts"
4996
4870
  }
4997
- }
4998
- ],
4999
- "attributes": [
4871
+ },
5000
4872
  {
5001
- "name": "has-icon",
4873
+ "kind": "field",
4874
+ "name": "input",
5002
4875
  "type": {
5003
- "text": "boolean"
4876
+ "text": "HTMLInputElement"
5004
4877
  },
5005
- "default": "false",
5006
- "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
5007
- "fieldName": "hasIcon"
4878
+ "inheritedFrom": {
4879
+ "name": "UmSelectionControl",
4880
+ "module": "src/shared/selection-control/selection-control.ts"
4881
+ }
5008
4882
  },
5009
4883
  {
5010
- "name": "has-badge",
4884
+ "kind": "field",
4885
+ "name": "form",
5011
4886
  "type": {
5012
- "text": "boolean"
4887
+ "text": "HTMLFormElement | null"
5013
4888
  },
5014
- "default": "false",
5015
- "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
5016
- "fieldName": "hasBadge"
4889
+ "inheritedFrom": {
4890
+ "name": "UmSelectionControl",
4891
+ "module": "src/shared/selection-control/selection-control.ts"
4892
+ }
5017
4893
  },
5018
4894
  {
5019
- "name": "active",
4895
+ "kind": "field",
4896
+ "name": "#checked",
4897
+ "privacy": "private",
5020
4898
  "type": {
5021
4899
  "text": "boolean"
5022
4900
  },
5023
4901
  "default": "false",
5024
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
5025
- "fieldName": "active"
4902
+ "inheritedFrom": {
4903
+ "name": "UmSelectionControl",
4904
+ "module": "src/shared/selection-control/selection-control.ts"
4905
+ }
5026
4906
  },
5027
4907
  {
5028
- "name": "keep-drawer-open",
4908
+ "kind": "field",
4909
+ "name": "renderRipple",
5029
4910
  "type": {
5030
4911
  "text": "boolean"
5031
4912
  },
5032
- "default": "false",
5033
- "description": "If true, it will not attempt to close de navigation drawer on click",
5034
- "fieldName": "keepDrawerOpen"
4913
+ "privacy": "protected",
4914
+ "default": "true",
4915
+ "inheritedFrom": {
4916
+ "name": "UmSelectionControl",
4917
+ "module": "src/shared/selection-control/selection-control.ts"
4918
+ }
5035
4919
  },
5036
4920
  {
5037
- "name": "disabled",
4921
+ "kind": "field",
4922
+ "name": "value",
4923
+ "type": {
4924
+ "text": "string"
4925
+ },
4926
+ "default": "'on'",
4927
+ "description": "The element value to use in form submission when checked.",
4928
+ "attribute": "value",
4929
+ "inheritedFrom": {
4930
+ "name": "UmSelectionControl",
4931
+ "module": "src/shared/selection-control/selection-control.ts"
4932
+ }
4933
+ },
4934
+ {
4935
+ "kind": "method",
4936
+ "name": "#handleClick",
4937
+ "inheritedFrom": {
4938
+ "name": "UmSelectionControl",
4939
+ "module": "src/shared/selection-control/selection-control.ts"
4940
+ }
4941
+ }
4942
+ ],
4943
+ "attributes": [
4944
+ {
4945
+ "name": "hide-state-layer",
5038
4946
  "type": {
5039
4947
  "text": "boolean"
5040
4948
  },
5041
4949
  "default": "false",
5042
- "description": "Whether the button is disabled or not.",
5043
- "fieldName": "disabled",
4950
+ "fieldName": "hideStateLayer",
5044
4951
  "inheritedFrom": {
5045
- "name": "UmButtonWrapper",
5046
- "module": "src/shared/button-wrapper.ts"
4952
+ "name": "UmRadio",
4953
+ "module": "src/radio/radio.ts"
5047
4954
  }
5048
4955
  },
5049
4956
  {
5050
- "name": "href",
4957
+ "name": "name",
5051
4958
  "type": {
5052
4959
  "text": "string | undefined"
5053
4960
  },
5054
- "description": "The URL that the link button points to.",
5055
- "fieldName": "href",
4961
+ "default": "''",
4962
+ "fieldName": "name",
5056
4963
  "inheritedFrom": {
5057
- "name": "UmButtonWrapper",
5058
- "module": "src/shared/button-wrapper.ts"
4964
+ "name": "UmSelectionControl",
4965
+ "module": "src/shared/selection-control/selection-control.ts"
5059
4966
  }
5060
4967
  },
5061
4968
  {
5062
- "name": "target",
4969
+ "name": "disabled",
5063
4970
  "type": {
5064
- "text": "string | undefined"
4971
+ "text": "boolean"
5065
4972
  },
5066
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
5067
- "fieldName": "target",
4973
+ "default": "false",
4974
+ "fieldName": "disabled",
5068
4975
  "inheritedFrom": {
5069
- "name": "UmButtonWrapper",
5070
- "module": "src/shared/button-wrapper.ts"
4976
+ "name": "UmSelectionControl",
4977
+ "module": "src/shared/selection-control/selection-control.ts"
5071
4978
  }
5072
4979
  },
5073
4980
  {
5074
- "name": "name",
4981
+ "name": "value",
5075
4982
  "type": {
5076
- "text": "string | undefined"
4983
+ "text": "string"
5077
4984
  },
5078
- "fieldName": "name",
4985
+ "default": "'on'",
4986
+ "description": "The element value to use in form submission when checked.",
4987
+ "fieldName": "value",
5079
4988
  "inheritedFrom": {
5080
- "name": "UmButtonWrapper",
5081
- "module": "src/shared/button-wrapper.ts"
4989
+ "name": "UmSelectionControl",
4990
+ "module": "src/shared/selection-control/selection-control.ts"
4991
+ }
4992
+ },
4993
+ {
4994
+ "name": "checked",
4995
+ "fieldName": "checked",
4996
+ "inheritedFrom": {
4997
+ "name": "UmSelectionControl",
4998
+ "module": "src/shared/selection-control/selection-control.ts"
5082
4999
  }
5083
5000
  }
5084
5001
  ],
5085
- "superclass": {
5086
- "name": "UmButtonWrapper",
5087
- "module": "/src/shared/button-wrapper.js"
5088
- },
5089
- "tagName": "u-drawer-item",
5090
- "customElement": true
5002
+ "events": [
5003
+ {
5004
+ "name": "change",
5005
+ "type": {
5006
+ "text": "Event"
5007
+ },
5008
+ "inheritedFrom": {
5009
+ "name": "UmSelectionControl",
5010
+ "module": "src/shared/selection-control/selection-control.ts"
5011
+ }
5012
+ }
5013
+ ]
5091
5014
  }
5092
5015
  ],
5093
5016
  "exports": [
5094
5017
  {
5095
5018
  "kind": "js",
5096
- "name": "UmDrawerItem",
5019
+ "name": "UmRadioListItem",
5097
5020
  "declaration": {
5098
- "name": "UmDrawerItem",
5099
- "module": "src/navigation/drawer-item.ts"
5021
+ "name": "UmRadioListItem",
5022
+ "module": "src/radio/radio-list-item.ts"
5100
5023
  }
5101
5024
  },
5102
5025
  {
5103
5026
  "kind": "custom-element-definition",
5104
- "name": "u-drawer-item",
5027
+ "name": "u-radio-list-item",
5105
5028
  "declaration": {
5106
- "name": "UmDrawerItem",
5107
- "module": "src/navigation/drawer-item.ts"
5029
+ "name": "UmRadioListItem",
5030
+ "module": "src/radio/radio-list-item.ts"
5108
5031
  }
5109
5032
  }
5110
5033
  ]
5111
5034
  },
5112
5035
  {
5113
5036
  "kind": "javascript-module",
5114
- "path": "src/navigation/drawer.styles.ts",
5037
+ "path": "src/radio/radio.styles.ts",
5115
5038
  "declarations": [
5116
5039
  {
5117
5040
  "kind": "variable",
5118
5041
  "name": "styles",
5119
- "default": "css `\n :host {\n display: block;\n background-color: var(--u-modal-drawer-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-drawer-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n height: 100%;\n padding-inline: var(--u-drawer-padding, 28px);\n }\n\n @media (min-width: 1200px) {\n :host {\n background-color: var(--u-standard-drawer-background-color, var(--u-color-body, var(--u-color-surface, rgb(254, 247, 255))));\n }\n }\n`"
5042
+ "default": "css `\n :host {\n --_state-layer-padding: var(--u-radio-state-layer-padding, 4px);\n --_input-size: calc(var(--_width) - var(--_state-layer-padding) * 2);\n --_indicator-color: var(--u-radio-indicator-unselected-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n display: inline-block;\n vertical-align: middle;\n }\n\n .container {\n cursor: pointer;\n position: relative;\n width: var(--_width);\n height: var(--_height);\n padding: var(--_state-layer-padding);\n border-radius: var(--u-shape-corner-full, 9999px);\n }\n\n :host([hide-state-layer]) .container {\n width: var(--_indicator-size);\n height: var(--_indicator-size);\n padding: 0;\n }\n :host([hide-state-layer]) u-ripple {\n display: none;\n }\n\n input {\n cursor: pointer;\n width: 100%;\n height: 100%;\n padding: 0;\n margin: 0;\n border-radius: inherit;\n appearance: none;\n }\n\n u-ripple {\n padding: var(--_state-layer-padding);\n }\n\n .indicator-container {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n inset: 0;\n pointer-events: none;\n }\n\n input:checked ~ .indicator-container {\n --_indicator-color: var(--u-radio-indicator-unselected-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n :host([disabled]) {\n opacity: var(--u-radio-disabled-state-opacity, 0.38);\n }\n :host([disabled]) input,\n :host([disabled]) .container {\n cursor: default;\n }\n :host([disabled]) .indicator-container {\n --_indicator-color: var(--u-radio-indicator-disabled-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n\n :host {\n --_indicator-size: var(--u-radio-indicator-size, 1.25rem);\n --_width: var(--u-radio-size, 3rem);\n --_height: var(--_width);\n }\n\n .indicator {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n width: var(--_indicator-size);\n height: var(--_indicator-size);\n border: var(--u-radio-indicator-border-width, 0.125rem) solid var(--_indicator-color);\n border-radius: 50%;\n }\n .indicator::before {\n content: \"\";\n width: calc(var(--_indicator-size) / 2);\n height: calc(var(--_indicator-size) / 2);\n background: var(--_indicator-color);\n border-radius: 50%;\n transition: transform 250ms;\n transform: scale3d(0, 0, 1);\n }\n\n input:checked ~ .indicator-container .indicator::before {\n transform: scale3d(1, 1, 1);\n }\n`"
5120
5043
  }
5121
5044
  ],
5122
5045
  "exports": [
@@ -5125,273 +5048,20 @@
5125
5048
  "name": "styles",
5126
5049
  "declaration": {
5127
5050
  "name": "styles",
5128
- "module": "src/navigation/drawer.styles.ts"
5051
+ "module": "src/radio/radio.styles.ts"
5129
5052
  }
5130
5053
  }
5131
5054
  ]
5132
5055
  },
5133
5056
  {
5134
5057
  "kind": "javascript-module",
5135
- "path": "src/navigation/drawer.ts",
5058
+ "path": "src/radio/radio.ts",
5136
5059
  "declarations": [
5137
5060
  {
5138
5061
  "kind": "class",
5139
5062
  "description": "",
5140
- "name": "UmDrawer",
5141
- "members": [],
5142
- "superclass": {
5143
- "name": "LitElement",
5144
- "package": "lit"
5145
- },
5146
- "tagName": "u-drawer",
5147
- "customElement": true
5148
- }
5149
- ],
5150
- "exports": [
5151
- {
5152
- "kind": "js",
5153
- "name": "UmDrawer",
5154
- "declaration": {
5155
- "name": "UmDrawer",
5156
- "module": "src/navigation/drawer.ts"
5157
- }
5158
- },
5159
- {
5160
- "kind": "custom-element-definition",
5161
- "name": "u-drawer",
5162
- "declaration": {
5163
- "name": "UmDrawer",
5164
- "module": "src/navigation/drawer.ts"
5165
- }
5166
- }
5167
- ]
5168
- },
5169
- {
5170
- "kind": "javascript-module",
5171
- "path": "src/navigation/side-navigation-swiper.styles.ts",
5172
- "declarations": [
5173
- {
5174
- "kind": "variable",
5175
- "name": "styles",
5176
- "default": "css `\n :host {\n --_navigation-width: 0;\n --_navigation-drawer-width: min(var(--u-navigation-drawer-width, 360px), 85vw);\n --_navigation-drawer-width-negative: calc(var(--_navigation-drawer-width) * -1);\n --_navigation-drawer-corner-shape: var(--u-navigation-drawer-corner-shape, var(--u-shape-corner-large, 16px));\n --_scrim-opacity: var(--u-drawer-scrim-opacity, .4);\n display: block;\n width: 100%;\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n :host(.disable-transition) * {\n transition: none !important;\n }\n :host(.disable-transition) * ::slotted(u-top-app-bar) {\n transition: none !important;\n }\n\n .drawer {\n transition: inset 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .drawer,\n .drawer u-elevation,\n .drawer .drawer-container {\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n }\n .drawer.toggle u-elevation {\n --u-elevation-level: 1;\n }\n\n .drawer-container {\n height: 100%;\n overflow: hidden;\n }\n\n .scrim {\n --_modal-drawer-open-progress: 0;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100vw;\n height: 100vh;\n background: var(--u-drawer-scrim-color, var(--u-color-scrim, rgb(0, 0, 0)));\n pointer-events: none;\n opacity: calc(var(--_scrim-opacity) * var(--_modal-drawer-open-progress));\n transition: opacity 375ms linear;\n }\n .scrim.moving {\n transition: none;\n }\n .scrim.toggle {\n --_modal-drawer-open-progress: 1;\n pointer-events: auto;\n }\n\n @media (min-width: 840px) {\n .content slot {\n display: flex;\n flex-direction: column;\n height: 100vh;\n }\n }\n @media (min-width: 1200px) {\n .container {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .container:has(.drawer.toggle) {\n --_navigation-width: 0;\n }\n .drawer {\n border-radius: 0;\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n u-elevation,\n .scrim {\n display: none;\n }\n }\n .content {\n position: fixed;\n inset: 0;\n z-index: 1;\n overflow: auto;\n }\n\n .drawer {\n position: relative;\n width: var(--_navigation-drawer-width);\n z-index: var(--u-side-navigation-z-index, 1030);\n pointer-events: auto;\n }\n\n .scrim {\n z-index: 1;\n }\n\n swiper-container {\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n swiper-container::part(wrapper) {\n pointer-events: none;\n z-index: 2;\n }\n\n @media (min-width: 1200px) {\n :host {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .content {\n position: static;\n }\n swiper-container::part(container) {\n display: grid;\n grid-template-columns: var(--_navigation-width) minmax(0, 1fr);\n transition: 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .dummy-slide {\n display: none;\n }\n }\n`"
5177
- }
5178
- ],
5179
- "exports": [
5180
- {
5181
- "kind": "js",
5182
- "name": "styles",
5183
- "declaration": {
5184
- "name": "styles",
5185
- "module": "src/navigation/side-navigation-swiper.styles.ts"
5186
- }
5187
- }
5188
- ]
5189
- },
5190
- {
5191
- "kind": "javascript-module",
5192
- "path": "src/navigation/side-navigation.styles.ts",
5193
- "declarations": [
5194
- {
5195
- "kind": "variable",
5196
- "name": "styles",
5197
- "default": "css `\n :host {\n --_navigation-width: 0;\n --_navigation-drawer-width: min(var(--u-navigation-drawer-width, 360px), 85vw);\n --_navigation-drawer-width-negative: calc(var(--_navigation-drawer-width) * -1);\n --_navigation-drawer-corner-shape: var(--u-navigation-drawer-corner-shape, var(--u-shape-corner-large, 16px));\n --_scrim-opacity: var(--u-drawer-scrim-opacity, .4);\n display: block;\n width: 100%;\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n :host(.disable-transition) * {\n transition: none !important;\n }\n :host(.disable-transition) * ::slotted(u-top-app-bar) {\n transition: none !important;\n }\n\n .drawer {\n transition: inset 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .drawer,\n .drawer u-elevation,\n .drawer .drawer-container {\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n }\n .drawer.toggle u-elevation {\n --u-elevation-level: 1;\n }\n\n .drawer-container {\n height: 100%;\n overflow: hidden;\n }\n\n .scrim {\n --_modal-drawer-open-progress: 0;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100vw;\n height: 100vh;\n background: var(--u-drawer-scrim-color, var(--u-color-scrim, rgb(0, 0, 0)));\n pointer-events: none;\n opacity: calc(var(--_scrim-opacity) * var(--_modal-drawer-open-progress));\n transition: opacity 375ms linear;\n }\n .scrim.moving {\n transition: none;\n }\n .scrim.toggle {\n --_modal-drawer-open-progress: 1;\n pointer-events: auto;\n }\n\n @media (min-width: 840px) {\n .content slot {\n display: flex;\n flex-direction: column;\n height: 100vh;\n }\n }\n @media (min-width: 1200px) {\n .container {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .container:has(.drawer.toggle) {\n --_navigation-width: 0;\n }\n .drawer {\n border-radius: 0;\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n u-elevation,\n .scrim {\n display: none;\n }\n }\n .navigation {\n position: fixed;\n inset-inline-start: 0;\n inset-block-start: 0;\n height: 100%;\n z-index: var(--u-side-navigation-z-index, 1030);\n }\n\n .drawer {\n position: absolute;\n inset-inline-start: var(--_navigation-drawer-width-negative);\n inset-block-start: 0;\n width: var(--_navigation-drawer-width);\n height: 100%;\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n overflow: hidden;\n }\n .drawer.toggle {\n inset-inline-start: 0;\n }\n\n .grid {\n display: grid;\n grid-template-columns: var(--_navigation-width) minmax(0, 1fr);\n transition: 375ms cubic-bezier(0.19, 1, 0.22, 1);\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n @media (min-width: 1200px) {\n .drawer {\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n }\n`"
5198
- }
5199
- ],
5200
- "exports": [
5201
- {
5202
- "kind": "js",
5203
- "name": "styles",
5204
- "declaration": {
5205
- "name": "styles",
5206
- "module": "src/navigation/side-navigation.styles.ts"
5207
- }
5208
- }
5209
- ]
5210
- },
5211
- {
5212
- "kind": "javascript-module",
5213
- "path": "src/navigation/side-navigation.ts",
5214
- "declarations": [
5215
- {
5216
- "kind": "class",
5217
- "description": "",
5218
- "name": "UmSideNavigation",
5219
- "members": [
5220
- {
5221
- "kind": "field",
5222
- "name": "#toggleDrawer",
5223
- "privacy": "private",
5224
- "type": {
5225
- "text": "boolean"
5226
- },
5227
- "default": "false"
5228
- },
5229
- {
5230
- "kind": "field",
5231
- "name": "disableSlideAnimation",
5232
- "type": {
5233
- "text": "boolean"
5234
- },
5235
- "privacy": "private",
5236
- "default": "false"
5237
- },
5238
- {
5239
- "kind": "field",
5240
- "name": "toggleDrawer",
5241
- "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
5242
- "attribute": "toggle-drawer"
5243
- },
5244
- {
5245
- "kind": "field",
5246
- "name": "swiperContainer",
5247
- "type": {
5248
- "text": "any"
5249
- }
5250
- },
5251
- {
5252
- "kind": "field",
5253
- "name": "scrim",
5254
- "type": {
5255
- "text": "HTMLElement"
5256
- }
5257
- },
5258
- {
5259
- "kind": "field",
5260
- "name": "scrollContainer",
5261
- "type": {
5262
- "text": "HTMLElement | undefined"
5263
- }
5264
- },
5265
- {
5266
- "kind": "method",
5267
- "name": "renderDefault",
5268
- "privacy": "private"
5269
- },
5270
- {
5271
- "kind": "method",
5272
- "name": "renderWithSwipe",
5273
- "privacy": "private"
5274
- },
5275
- {
5276
- "kind": "method",
5277
- "name": "swiperActiveIndexChange",
5278
- "privacy": "private"
5279
- },
5280
- {
5281
- "kind": "method",
5282
- "name": "swiperTransitionStart",
5283
- "privacy": "private"
5284
- },
5285
- {
5286
- "kind": "method",
5287
- "name": "slidesGridLengthChange",
5288
- "privacy": "private"
5289
- },
5290
- {
5291
- "kind": "method",
5292
- "name": "swiperTransitionEnd",
5293
- "privacy": "private"
5294
- },
5295
- {
5296
- "kind": "method",
5297
- "name": "swiperSliderMove",
5298
- "privacy": "private",
5299
- "parameters": [
5300
- {
5301
- "name": "e",
5302
- "type": {
5303
- "text": "Event"
5304
- }
5305
- }
5306
- ]
5307
- },
5308
- {
5309
- "kind": "method",
5310
- "name": "scrimClick",
5311
- "privacy": "private"
5312
- }
5313
- ],
5314
- "attributes": [
5315
- {
5316
- "name": "toggle-drawer",
5317
- "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
5318
- "fieldName": "toggleDrawer"
5319
- }
5320
- ],
5321
- "superclass": {
5322
- "name": "LitElement",
5323
- "package": "lit"
5324
- },
5325
- "tagName": "u-side-navigation",
5326
- "customElement": true
5327
- }
5328
- ],
5329
- "exports": [
5330
- {
5331
- "kind": "js",
5332
- "name": "UmSideNavigation",
5333
- "declaration": {
5334
- "name": "UmSideNavigation",
5335
- "module": "src/navigation/side-navigation.ts"
5336
- }
5337
- },
5338
- {
5339
- "kind": "custom-element-definition",
5340
- "name": "u-side-navigation",
5341
- "declaration": {
5342
- "name": "UmSideNavigation",
5343
- "module": "src/navigation/side-navigation.ts"
5344
- }
5345
- }
5346
- ]
5347
- },
5348
- {
5349
- "kind": "javascript-module",
5350
- "path": "src/radio/radio-list-item.ts",
5351
- "declarations": [
5352
- {
5353
- "kind": "class",
5354
- "description": "",
5355
- "name": "UmRadioListItem",
5356
- "mixins": [
5357
- {
5358
- "name": "mixinSelectionControlListItem",
5359
- "module": "/src/shared/selection-control/selection-control-list-item.js"
5360
- }
5361
- ],
5362
- "superclass": {
5363
- "name": "UmRadio",
5364
- "module": "/src/radio/radio.js"
5365
- },
5366
- "tagName": "u-radio-list-item",
5367
- "customElement": true,
5063
+ "name": "UmRadio",
5368
5064
  "members": [
5369
- {
5370
- "kind": "field",
5371
- "name": "styles",
5372
- "type": {
5373
- "text": "array"
5374
- },
5375
- "static": true,
5376
- "default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]",
5377
- "inheritedFrom": {
5378
- "name": "mixinSelectionControlListItem",
5379
- "module": "src/shared/selection-control/selection-control-list-item.ts"
5380
- }
5381
- },
5382
- {
5383
- "kind": "method",
5384
- "name": "render",
5385
- "return": {
5386
- "type": {
5387
- "text": "HTMLTemplateResult"
5388
- }
5389
- },
5390
- "inheritedFrom": {
5391
- "name": "mixinSelectionControlListItem",
5392
- "module": "src/shared/selection-control/selection-control-list-item.ts"
5393
- }
5394
- },
5395
5065
  {
5396
5066
  "kind": "field",
5397
5067
  "name": "hideStateLayer",
@@ -5400,11 +5070,7 @@
5400
5070
  },
5401
5071
  "default": "false",
5402
5072
  "attribute": "hide-state-layer",
5403
- "reflects": true,
5404
- "inheritedFrom": {
5405
- "name": "UmRadio",
5406
- "module": "src/radio/radio.ts"
5407
- }
5073
+ "reflects": true
5408
5074
  },
5409
5075
  {
5410
5076
  "kind": "field",
@@ -5448,10 +5114,6 @@
5448
5114
  "privacy": "private",
5449
5115
  "type": {
5450
5116
  "text": "UmRadio[]"
5451
- },
5452
- "inheritedFrom": {
5453
- "name": "UmRadio",
5454
- "module": "src/radio/radio.ts"
5455
5117
  }
5456
5118
  },
5457
5119
  {
@@ -5464,29 +5126,17 @@
5464
5126
  "text": "KeyboardEvent"
5465
5127
  }
5466
5128
  }
5467
- ],
5468
- "inheritedFrom": {
5469
- "name": "UmRadio",
5470
- "module": "src/radio/radio.ts"
5471
- }
5129
+ ]
5472
5130
  },
5473
5131
  {
5474
5132
  "kind": "method",
5475
5133
  "name": "ensureOnlyOneChecked",
5476
- "privacy": "private",
5477
- "inheritedFrom": {
5478
- "name": "UmRadio",
5479
- "module": "src/radio/radio.ts"
5480
- }
5134
+ "privacy": "private"
5481
5135
  },
5482
5136
  {
5483
5137
  "kind": "method",
5484
5138
  "name": "uncheckSiblings",
5485
- "privacy": "private",
5486
- "inheritedFrom": {
5487
- "name": "UmRadio",
5488
- "module": "src/radio/radio.ts"
5489
- }
5139
+ "privacy": "private"
5490
5140
  },
5491
5141
  {
5492
5142
  "kind": "field",
@@ -5618,11 +5268,7 @@
5618
5268
  "text": "boolean"
5619
5269
  },
5620
5270
  "default": "false",
5621
- "fieldName": "hideStateLayer",
5622
- "inheritedFrom": {
5623
- "name": "UmRadio",
5624
- "module": "src/radio/radio.ts"
5625
- }
5271
+ "fieldName": "hideStateLayer"
5626
5272
  },
5627
5273
  {
5628
5274
  "name": "name",
@@ -5670,6 +5316,12 @@
5670
5316
  }
5671
5317
  }
5672
5318
  ],
5319
+ "superclass": {
5320
+ "name": "UmSelectionControl",
5321
+ "module": "/src/shared/selection-control/selection-control.js"
5322
+ },
5323
+ "tagName": "u-radio",
5324
+ "customElement": true,
5673
5325
  "events": [
5674
5326
  {
5675
5327
  "name": "change",
@@ -5687,30 +5339,30 @@
5687
5339
  "exports": [
5688
5340
  {
5689
5341
  "kind": "js",
5690
- "name": "UmRadioListItem",
5342
+ "name": "UmRadio",
5691
5343
  "declaration": {
5692
- "name": "UmRadioListItem",
5693
- "module": "src/radio/radio-list-item.ts"
5344
+ "name": "UmRadio",
5345
+ "module": "src/radio/radio.ts"
5694
5346
  }
5695
5347
  },
5696
5348
  {
5697
5349
  "kind": "custom-element-definition",
5698
- "name": "u-radio-list-item",
5350
+ "name": "u-radio",
5699
5351
  "declaration": {
5700
- "name": "UmRadioListItem",
5701
- "module": "src/radio/radio-list-item.ts"
5352
+ "name": "UmRadio",
5353
+ "module": "src/radio/radio.ts"
5702
5354
  }
5703
5355
  }
5704
5356
  ]
5705
5357
  },
5706
5358
  {
5707
5359
  "kind": "javascript-module",
5708
- "path": "src/radio/radio.styles.ts",
5360
+ "path": "src/ripple/ripple.styles.ts",
5709
5361
  "declarations": [
5710
5362
  {
5711
5363
  "kind": "variable",
5712
5364
  "name": "styles",
5713
- "default": "css `\n :host {\n --_state-layer-padding: var(--u-radio-state-layer-padding, 4px);\n --_input-size: calc(var(--_width) - var(--_state-layer-padding) * 2);\n --_indicator-color: var(--u-radio-indicator-unselected-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n display: inline-block;\n vertical-align: middle;\n }\n\n .container {\n cursor: pointer;\n position: relative;\n width: var(--_width);\n height: var(--_height);\n padding: var(--_state-layer-padding);\n border-radius: var(--u-shape-corner-full, 9999px);\n }\n\n :host([hide-state-layer]) .container {\n width: var(--_indicator-size);\n height: var(--_indicator-size);\n padding: 0;\n }\n :host([hide-state-layer]) u-ripple {\n display: none;\n }\n\n input {\n cursor: pointer;\n width: 100%;\n height: 100%;\n padding: 0;\n margin: 0;\n border-radius: inherit;\n appearance: none;\n }\n\n u-ripple {\n padding: var(--_state-layer-padding);\n }\n\n .indicator-container {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n inset: 0;\n pointer-events: none;\n }\n\n input:checked ~ .indicator-container {\n --_indicator-color: var(--u-radio-indicator-unselected-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n :host([disabled]) {\n opacity: var(--u-radio-disabled-state-opacity, 0.38);\n }\n :host([disabled]) input,\n :host([disabled]) .container {\n cursor: default;\n }\n :host([disabled]) .indicator-container {\n --_indicator-color: var(--u-radio-indicator-disabled-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n\n :host {\n --_indicator-size: var(--u-radio-indicator-size, 1.25rem);\n --_width: var(--u-radio-size, 3rem);\n --_height: var(--_width);\n }\n\n .indicator {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n width: var(--_indicator-size);\n height: var(--_indicator-size);\n border: var(--u-radio-indicator-border-width, 0.125rem) solid var(--_indicator-color);\n border-radius: 50%;\n }\n .indicator::before {\n content: \"\";\n width: calc(var(--_indicator-size) / 2);\n height: calc(var(--_indicator-size) / 2);\n background: var(--_indicator-color);\n border-radius: 50%;\n transition: transform 250ms;\n transform: scale3d(0, 0, 1);\n }\n\n input:checked ~ .indicator-container .indicator::before {\n transform: scale3d(1, 1, 1);\n }\n`"
5365
+ "default": "css `\n :host,\n .ripple-container::before {\n --_ripple-hover-color: var(--u-ripple-hover-color, var(--u-ripple-color, var(--u-state-layer-color, currentColor)));\n --_ripple-pressed-color: var(--u-ripple-pressed-color, var(--u-ripple-color, var(--u-state-layer-color, currentColor)));\n --_ripple-hover-opacity: var(--u-ripple-pressed-opacity, var(--u-state-hover-opacity, 0.08));\n --_ripple-pressed-opacity: var(--u-ripple-pressed-opacity, .2);\n display: block;\n inset: 0;\n isolation: isolate;\n }\n\n .ripple-container {\n position: relative;\n width: 100%;\n height: 100%;\n overflow: hidden;\n border-radius: inherit;\n }\n\n .ripple-container::before {\n content: \"\";\n background: var(--_ripple-hover-color);\n opacity: 0;\n transition: opacity 200ms;\n }\n\n @media (hover: hover) {\n :host(:not([disabled]):hover) .ripple-container::before {\n content: \"\";\n background: var(--_ripple-hover-color);\n opacity: var(--_ripple-hover-opacity);\n }\n }\n :host,\n .ripple-container::before,\n .ripple {\n position: absolute;\n border-radius: inherit;\n }\n\n .ripple {\n top: 50%;\n left: 50%;\n background: var(--_ripple-pressed-color);\n border-radius: 50%;\n box-shadow: 0 0 64px 64px var(--_ripple-pressed-color);\n opacity: var(--_ripple-pressed-opacity);\n transform: scale3d(0, 0, 1);\n pointer-events: none;\n will-change: transform;\n }\n .ripple.show {\n transition: transform calc(var(--_ripple-transition-duration) / var(--u-ripple-speed, 1)) cubic-bezier(0.19, 1, 0.22, 1), opacity calc(750ms / var(--u-ripple-speed, 1));\n transform: scale3d(1, 1, 1);\n }\n .ripple.show-forced {\n transition: transform calc(var(--_ripple-transition-duration) / var(--u-ripple-speed, 1)) cubic-bezier(0.19, 1, 0.22, 1), opacity calc(200ms / var(--u-ripple-speed, 1)) 300ms;\n transform: scale3d(2, 2, 1);\n opacity: 0;\n }\n .ripple.dismiss {\n opacity: 0;\n transform: scale3d(2, 2, 1);\n }\n\n ::slotted(*) {\n position: absolute !important;\n inset: 0;\n border-radius: inherit;\n }\n`"
5714
5366
  }
5715
5367
  ],
5716
5368
  "exports": [
@@ -5719,321 +5371,908 @@
5719
5371
  "name": "styles",
5720
5372
  "declaration": {
5721
5373
  "name": "styles",
5722
- "module": "src/radio/radio.styles.ts"
5374
+ "module": "src/ripple/ripple.styles.ts"
5723
5375
  }
5724
5376
  }
5725
5377
  ]
5726
5378
  },
5727
5379
  {
5728
5380
  "kind": "javascript-module",
5729
- "path": "src/radio/radio.ts",
5381
+ "path": "src/ripple/ripple.ts",
5730
5382
  "declarations": [
5731
5383
  {
5732
5384
  "kind": "class",
5733
5385
  "description": "",
5734
- "name": "UmRadio",
5386
+ "name": "UmRipple",
5735
5387
  "members": [
5736
5388
  {
5737
5389
  "kind": "field",
5738
- "name": "hideStateLayer",
5390
+ "name": "isTouching",
5391
+ "type": {
5392
+ "text": "boolean"
5393
+ },
5394
+ "privacy": "private",
5395
+ "default": "false"
5396
+ },
5397
+ {
5398
+ "kind": "field",
5399
+ "name": "disabled",
5739
5400
  "type": {
5740
5401
  "text": "boolean"
5741
5402
  },
5742
5403
  "default": "false",
5743
- "attribute": "hide-state-layer",
5404
+ "description": "Disables the ripple.",
5405
+ "attribute": "disabled",
5744
5406
  "reflects": true
5745
5407
  },
5746
5408
  {
5747
5409
  "kind": "field",
5748
- "name": "inputType",
5410
+ "name": "rippleContainer",
5749
5411
  "type": {
5750
- "text": "'checkbox' | 'radio'"
5412
+ "text": "HTMLElement"
5751
5413
  },
5752
- "privacy": "protected",
5753
- "default": "'radio'",
5754
- "inheritedFrom": {
5755
- "name": "UmSelectionControl",
5756
- "module": "src/shared/selection-control/selection-control.ts"
5757
- }
5414
+ "privacy": "private"
5758
5415
  },
5759
5416
  {
5760
5417
  "kind": "method",
5761
- "name": "renderIndicator",
5762
- "privacy": "protected",
5418
+ "name": "attachEvents",
5419
+ "privacy": "private",
5763
5420
  "return": {
5764
5421
  "type": {
5765
- "text": "HTMLTemplateResult"
5422
+ "text": "void"
5766
5423
  }
5767
- },
5768
- "inheritedFrom": {
5769
- "name": "UmSelectionControl",
5770
- "module": "src/shared/selection-control/selection-control.ts"
5771
- }
5772
- },
5773
- {
5774
- "kind": "field",
5775
- "name": "checked",
5776
- "attribute": "checked",
5777
- "inheritedFrom": {
5778
- "name": "UmSelectionControl",
5779
- "module": "src/shared/selection-control/selection-control.ts"
5780
5424
  }
5781
5425
  },
5782
5426
  {
5783
- "kind": "field",
5784
- "name": "#siblings",
5427
+ "kind": "method",
5428
+ "name": "dettachEvents",
5785
5429
  "privacy": "private",
5786
- "type": {
5787
- "text": "UmRadio[]"
5430
+ "return": {
5431
+ "type": {
5432
+ "text": "void"
5433
+ }
5788
5434
  }
5789
5435
  },
5790
5436
  {
5791
5437
  "kind": "method",
5792
- "name": "#handleKeyDown",
5438
+ "name": "handleMouseDown",
5439
+ "privacy": "private",
5440
+ "return": {
5441
+ "type": {
5442
+ "text": "void"
5443
+ }
5444
+ },
5793
5445
  "parameters": [
5794
5446
  {
5795
- "name": "event",
5447
+ "name": "e",
5796
5448
  "type": {
5797
- "text": "KeyboardEvent"
5449
+ "text": "MouseEvent"
5798
5450
  }
5799
5451
  }
5800
5452
  ]
5801
5453
  },
5802
5454
  {
5803
5455
  "kind": "method",
5804
- "name": "ensureOnlyOneChecked",
5805
- "privacy": "private"
5806
- },
5807
- {
5808
- "kind": "method",
5809
- "name": "uncheckSiblings",
5810
- "privacy": "private"
5811
- },
5812
- {
5813
- "kind": "field",
5814
- "name": "formAssociated",
5815
- "type": {
5816
- "text": "boolean"
5817
- },
5818
- "static": true,
5819
- "default": "true",
5820
- "inheritedFrom": {
5821
- "name": "UmSelectionControl",
5822
- "module": "src/shared/selection-control/selection-control.ts"
5823
- }
5824
- },
5825
- {
5826
- "kind": "field",
5827
- "name": "elementInternals",
5828
- "type": {
5829
- "text": "ElementInternals"
5830
- },
5831
- "privacy": "protected",
5832
- "inheritedFrom": {
5833
- "name": "UmSelectionControl",
5834
- "module": "src/shared/selection-control/selection-control.ts"
5835
- }
5836
- },
5837
- {
5838
- "kind": "field",
5839
- "name": "name",
5840
- "type": {
5841
- "text": "string | undefined"
5456
+ "name": "handleTouchStart",
5457
+ "privacy": "private",
5458
+ "return": {
5459
+ "type": {
5460
+ "text": "void"
5461
+ }
5842
5462
  },
5843
- "default": "''",
5844
- "attribute": "name",
5845
- "inheritedFrom": {
5846
- "name": "UmSelectionControl",
5847
- "module": "src/shared/selection-control/selection-control.ts"
5848
- }
5463
+ "parameters": [
5464
+ {
5465
+ "name": "e",
5466
+ "type": {
5467
+ "text": "TouchEvent"
5468
+ }
5469
+ }
5470
+ ]
5849
5471
  },
5850
5472
  {
5851
- "kind": "field",
5852
- "name": "disabled",
5853
- "type": {
5854
- "text": "boolean"
5855
- },
5856
- "default": "false",
5857
- "attribute": "disabled",
5858
- "reflects": true,
5859
- "inheritedFrom": {
5860
- "name": "UmSelectionControl",
5861
- "module": "src/shared/selection-control/selection-control.ts"
5473
+ "kind": "method",
5474
+ "name": "canCreateRipple",
5475
+ "privacy": "private",
5476
+ "return": {
5477
+ "type": {
5478
+ "text": "boolean"
5479
+ }
5862
5480
  }
5863
5481
  },
5864
5482
  {
5865
- "kind": "field",
5866
- "name": "input",
5867
- "type": {
5868
- "text": "HTMLInputElement"
5483
+ "kind": "method",
5484
+ "name": "createRipple",
5485
+ "return": {
5486
+ "type": {
5487
+ "text": "(() => void) | null"
5488
+ }
5869
5489
  },
5870
- "inheritedFrom": {
5871
- "name": "UmSelectionControl",
5872
- "module": "src/shared/selection-control/selection-control.ts"
5873
- }
5490
+ "parameters": [
5491
+ {
5492
+ "name": "targetX",
5493
+ "default": "null",
5494
+ "type": {
5495
+ "text": "number | null"
5496
+ }
5497
+ },
5498
+ {
5499
+ "name": "targetY",
5500
+ "default": "null",
5501
+ "type": {
5502
+ "text": "number | null"
5503
+ }
5504
+ },
5505
+ {
5506
+ "name": "releaseEventName",
5507
+ "default": "null",
5508
+ "type": {
5509
+ "text": "string | null"
5510
+ }
5511
+ }
5512
+ ]
5874
5513
  },
5875
5514
  {
5876
- "kind": "field",
5877
- "name": "form",
5878
- "type": {
5879
- "text": "HTMLFormElement | null"
5515
+ "kind": "method",
5516
+ "name": "createDismissEvent",
5517
+ "privacy": "private",
5518
+ "return": {
5519
+ "type": {
5520
+ "text": "() => void"
5521
+ }
5880
5522
  },
5881
- "inheritedFrom": {
5882
- "name": "UmSelectionControl",
5883
- "module": "src/shared/selection-control/selection-control.ts"
5884
- }
5523
+ "parameters": [
5524
+ {
5525
+ "name": "ripple",
5526
+ "type": {
5527
+ "text": "HTMLElement"
5528
+ }
5529
+ },
5530
+ {
5531
+ "name": "releaseEventName",
5532
+ "type": {
5533
+ "text": "string"
5534
+ }
5535
+ }
5536
+ ]
5885
5537
  },
5886
5538
  {
5887
- "kind": "field",
5888
- "name": "#checked",
5539
+ "kind": "method",
5540
+ "name": "_setElementSquareSizeAndCenter",
5889
5541
  "privacy": "private",
5890
- "type": {
5891
- "text": "boolean"
5892
- },
5893
- "default": "false",
5894
- "inheritedFrom": {
5895
- "name": "UmSelectionControl",
5896
- "module": "src/shared/selection-control/selection-control.ts"
5897
- }
5898
- },
5542
+ "static": true,
5543
+ "parameters": [
5544
+ {
5545
+ "name": "element",
5546
+ "type": {
5547
+ "text": "HTMLElement"
5548
+ }
5549
+ },
5550
+ {
5551
+ "name": "size",
5552
+ "type": {
5553
+ "text": "number"
5554
+ }
5555
+ }
5556
+ ]
5557
+ }
5558
+ ],
5559
+ "attributes": [
5899
5560
  {
5900
- "kind": "field",
5901
- "name": "renderRipple",
5561
+ "name": "disabled",
5902
5562
  "type": {
5903
5563
  "text": "boolean"
5904
5564
  },
5905
- "privacy": "protected",
5906
- "default": "true",
5907
- "inheritedFrom": {
5908
- "name": "UmSelectionControl",
5909
- "module": "src/shared/selection-control/selection-control.ts"
5910
- }
5565
+ "default": "false",
5566
+ "description": "Disables the ripple.",
5567
+ "fieldName": "disabled"
5568
+ }
5569
+ ],
5570
+ "superclass": {
5571
+ "name": "LitElement",
5572
+ "package": "lit"
5573
+ },
5574
+ "tagName": "u-ripple",
5575
+ "customElement": true
5576
+ }
5577
+ ],
5578
+ "exports": [
5579
+ {
5580
+ "kind": "js",
5581
+ "name": "UmRipple",
5582
+ "declaration": {
5583
+ "name": "UmRipple",
5584
+ "module": "src/ripple/ripple.ts"
5585
+ }
5586
+ },
5587
+ {
5588
+ "kind": "custom-element-definition",
5589
+ "name": "u-ripple",
5590
+ "declaration": {
5591
+ "name": "UmRipple",
5592
+ "module": "src/ripple/ripple.ts"
5593
+ }
5594
+ }
5595
+ ]
5596
+ },
5597
+ {
5598
+ "kind": "javascript-module",
5599
+ "path": "src/navigation/drawer-item.styles.ts",
5600
+ "declarations": [
5601
+ {
5602
+ "kind": "variable",
5603
+ "name": "styles",
5604
+ "default": "css `\n :host {\n display: block;\n --_drawer-item-icon-size: var(--u-drawer-item-icon-size, 1.125rem);\n --_drawer-item-padding: var(--u-drawer-item-padding, 16px);\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-drawer-item-line-height, var(--u-label-l-line-height, 1.25rem));\n font-size: var(--u-drawer-item-font-size, var(--u-label-l-font-size, 0.875rem));\n letter-spacing: var(--u-drawer-item-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem));\n font-weight: var(--u-drawer-item-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500)));\n height: var(--u-drawer-item-height, 56px);\n padding-inline: var(--_drawer-item-padding);\n margin-inline: calc(var(--_drawer-item-padding) * -1);\n border-radius: var(--u-drawer-item-shape-corner, var(--u-shape-corner-full, 9999px));\n color: var(--u-drawer-item-label-inactive-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n :host([active]) {\n color: var(--u-drawer-item-label-active-color, var(--_color-primary));\n }\n\n :host(:not([has-icon])) .icon,\n :host(:not([has-badge])) .badge {\n display: none;\n }\n\n .icon {\n font-size: var(--_drawer-item-icon-size);\n line-height: var(--_drawer-item-icon-size);\n margin-inline-end: var(--u-drawer-item-icon-margin, 16px);\n }\n\n .badge {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-inline-start: auto;\n padding-inline: var(--u-drawer-item-badge-padding, 12px 8px);\n }\n\n .content {\n justify-content: flex-start;\n }\n`"
5605
+ }
5606
+ ],
5607
+ "exports": [
5608
+ {
5609
+ "kind": "js",
5610
+ "name": "styles",
5611
+ "declaration": {
5612
+ "name": "styles",
5613
+ "module": "src/navigation/drawer-item.styles.ts"
5614
+ }
5615
+ }
5616
+ ]
5617
+ },
5618
+ {
5619
+ "kind": "javascript-module",
5620
+ "path": "src/navigation/drawer-item.ts",
5621
+ "declarations": [
5622
+ {
5623
+ "kind": "class",
5624
+ "description": "",
5625
+ "name": "UmDrawerItem",
5626
+ "members": [
5627
+ {
5628
+ "kind": "field",
5629
+ "name": "hasIcon",
5630
+ "type": {
5631
+ "text": "boolean"
5632
+ },
5633
+ "default": "false",
5634
+ "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
5635
+ "attribute": "has-icon",
5636
+ "reflects": true
5911
5637
  },
5912
5638
  {
5913
5639
  "kind": "field",
5914
- "name": "value",
5640
+ "name": "hasBadge",
5915
5641
  "type": {
5916
- "text": "string"
5642
+ "text": "boolean"
5643
+ },
5644
+ "default": "false",
5645
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
5646
+ "attribute": "has-badge",
5647
+ "reflects": true
5648
+ },
5649
+ {
5650
+ "kind": "field",
5651
+ "name": "active",
5652
+ "type": {
5653
+ "text": "boolean"
5654
+ },
5655
+ "default": "false",
5656
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
5657
+ "attribute": "active",
5658
+ "reflects": true
5659
+ },
5660
+ {
5661
+ "kind": "field",
5662
+ "name": "keepDrawerOpen",
5663
+ "type": {
5664
+ "text": "boolean"
5665
+ },
5666
+ "default": "false",
5667
+ "description": "If true, it will not attempt to close de navigation drawer on click",
5668
+ "attribute": "keep-drawer-open",
5669
+ "reflects": true
5670
+ },
5671
+ {
5672
+ "kind": "field",
5673
+ "name": "assignedIcons",
5674
+ "type": {
5675
+ "text": "HTMLElement[]"
5676
+ },
5677
+ "privacy": "private"
5678
+ },
5679
+ {
5680
+ "kind": "field",
5681
+ "name": "assignedBadges",
5682
+ "type": {
5683
+ "text": "HTMLElement[]"
5684
+ },
5685
+ "privacy": "private"
5686
+ },
5687
+ {
5688
+ "kind": "method",
5689
+ "name": "renderContent",
5690
+ "privacy": "protected",
5691
+ "return": {
5692
+ "type": {
5693
+ "text": "HTMLTemplateResult"
5694
+ }
5917
5695
  },
5918
- "default": "'on'",
5919
- "description": "The element value to use in form submission when checked.",
5920
- "attribute": "value",
5921
5696
  "inheritedFrom": {
5922
- "name": "UmSelectionControl",
5923
- "module": "src/shared/selection-control/selection-control.ts"
5697
+ "name": "UmButtonWrapper",
5698
+ "module": "src/shared/button-wrapper.ts"
5924
5699
  }
5925
5700
  },
5926
5701
  {
5927
5702
  "kind": "method",
5928
- "name": "#handleClick",
5703
+ "name": "handleIconSlotChange",
5704
+ "privacy": "private"
5705
+ },
5706
+ {
5707
+ "kind": "method",
5708
+ "name": "handleBadgeSlotChange",
5709
+ "privacy": "private"
5710
+ },
5711
+ {
5712
+ "kind": "method",
5713
+ "name": "handleClick",
5714
+ "privacy": "protected",
5715
+ "return": {
5716
+ "type": {
5717
+ "text": "void"
5718
+ }
5719
+ },
5720
+ "parameters": [
5721
+ {
5722
+ "name": "_",
5723
+ "type": {
5724
+ "text": "UIEvent"
5725
+ }
5726
+ }
5727
+ ],
5929
5728
  "inheritedFrom": {
5930
- "name": "UmSelectionControl",
5931
- "module": "src/shared/selection-control/selection-control.ts"
5729
+ "name": "UmButtonWrapper",
5730
+ "module": "src/shared/button-wrapper.ts"
5932
5731
  }
5933
- }
5934
- ],
5935
- "attributes": [
5732
+ },
5936
5733
  {
5937
- "name": "hide-state-layer",
5734
+ "kind": "field",
5735
+ "name": "disabled",
5938
5736
  "type": {
5939
5737
  "text": "boolean"
5940
5738
  },
5941
5739
  "default": "false",
5942
- "fieldName": "hideStateLayer"
5740
+ "description": "Whether the button is disabled or not.",
5741
+ "attribute": "disabled",
5742
+ "reflects": true,
5743
+ "inheritedFrom": {
5744
+ "name": "UmButtonWrapper",
5745
+ "module": "src/shared/button-wrapper.ts"
5746
+ }
5943
5747
  },
5944
5748
  {
5945
- "name": "name",
5749
+ "kind": "field",
5750
+ "name": "href",
5946
5751
  "type": {
5947
5752
  "text": "string | undefined"
5948
5753
  },
5949
- "default": "''",
5950
- "fieldName": "name",
5754
+ "description": "The URL that the link button points to.",
5755
+ "attribute": "href",
5951
5756
  "inheritedFrom": {
5952
- "name": "UmSelectionControl",
5953
- "module": "src/shared/selection-control/selection-control.ts"
5757
+ "name": "UmButtonWrapper",
5758
+ "module": "src/shared/button-wrapper.ts"
5954
5759
  }
5955
5760
  },
5956
5761
  {
5957
- "name": "disabled",
5762
+ "kind": "field",
5763
+ "name": "target",
5958
5764
  "type": {
5959
- "text": "boolean"
5765
+ "text": "string | undefined"
5960
5766
  },
5961
- "default": "false",
5962
- "fieldName": "disabled",
5767
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
5768
+ "attribute": "target",
5963
5769
  "inheritedFrom": {
5964
- "name": "UmSelectionControl",
5965
- "module": "src/shared/selection-control/selection-control.ts"
5770
+ "name": "UmButtonWrapper",
5771
+ "module": "src/shared/button-wrapper.ts"
5966
5772
  }
5967
5773
  },
5968
5774
  {
5969
- "name": "value",
5775
+ "kind": "field",
5776
+ "name": "name",
5970
5777
  "type": {
5971
- "text": "string"
5778
+ "text": "string | undefined"
5972
5779
  },
5973
- "default": "'on'",
5974
- "description": "The element value to use in form submission when checked.",
5975
- "fieldName": "value",
5780
+ "attribute": "name",
5976
5781
  "inheritedFrom": {
5977
- "name": "UmSelectionControl",
5978
- "module": "src/shared/selection-control/selection-control.ts"
5782
+ "name": "UmButtonWrapper",
5783
+ "module": "src/shared/button-wrapper.ts"
5979
5784
  }
5980
5785
  },
5981
5786
  {
5982
- "name": "checked",
5983
- "fieldName": "checked",
5787
+ "kind": "field",
5788
+ "name": "buttonElement",
5789
+ "type": {
5790
+ "text": "HTMLElement"
5791
+ },
5792
+ "privacy": "private",
5984
5793
  "inheritedFrom": {
5985
- "name": "UmSelectionControl",
5986
- "module": "src/shared/selection-control/selection-control.ts"
5794
+ "name": "UmButtonWrapper",
5795
+ "module": "src/shared/button-wrapper.ts"
5796
+ }
5797
+ },
5798
+ {
5799
+ "kind": "field",
5800
+ "name": "ripple",
5801
+ "type": {
5802
+ "text": "UmRipple"
5803
+ },
5804
+ "privacy": "private",
5805
+ "inheritedFrom": {
5806
+ "name": "UmButtonWrapper",
5807
+ "module": "src/shared/button-wrapper.ts"
5987
5808
  }
5809
+ },
5810
+ {
5811
+ "kind": "field",
5812
+ "name": "innerRole",
5813
+ "type": {
5814
+ "text": "string | null"
5815
+ },
5816
+ "privacy": "protected",
5817
+ "default": "null",
5818
+ "inheritedFrom": {
5819
+ "name": "UmButtonWrapper",
5820
+ "module": "src/shared/button-wrapper.ts"
5821
+ }
5822
+ },
5823
+ {
5824
+ "kind": "field",
5825
+ "name": "pathname",
5826
+ "type": {
5827
+ "text": "string"
5828
+ },
5829
+ "inheritedFrom": {
5830
+ "name": "UmButtonWrapper",
5831
+ "module": "src/shared/button-wrapper.ts"
5832
+ }
5833
+ },
5834
+ {
5835
+ "kind": "method",
5836
+ "name": "renderButton",
5837
+ "privacy": "private",
5838
+ "inheritedFrom": {
5839
+ "name": "UmButtonWrapper",
5840
+ "module": "src/shared/button-wrapper.ts"
5841
+ }
5842
+ },
5843
+ {
5844
+ "kind": "method",
5845
+ "name": "renderLink",
5846
+ "privacy": "private",
5847
+ "inheritedFrom": {
5848
+ "name": "UmButtonWrapper",
5849
+ "module": "src/shared/button-wrapper.ts"
5850
+ }
5851
+ },
5852
+ {
5853
+ "kind": "method",
5854
+ "name": "focus",
5855
+ "inheritedFrom": {
5856
+ "name": "UmButtonWrapper",
5857
+ "module": "src/shared/button-wrapper.ts"
5858
+ }
5859
+ },
5860
+ {
5861
+ "kind": "method",
5862
+ "name": "blur",
5863
+ "inheritedFrom": {
5864
+ "name": "UmButtonWrapper",
5865
+ "module": "src/shared/button-wrapper.ts"
5866
+ }
5867
+ },
5868
+ {
5869
+ "kind": "method",
5870
+ "name": "getAriaLabel",
5871
+ "privacy": "protected",
5872
+ "return": {
5873
+ "type": {
5874
+ "text": "string | null | typeof nothing"
5875
+ }
5876
+ },
5877
+ "inheritedFrom": {
5878
+ "name": "UmButtonWrapper",
5879
+ "module": "src/shared/button-wrapper.ts"
5880
+ }
5881
+ },
5882
+ {
5883
+ "kind": "method",
5884
+ "name": "innerFocusHandler",
5885
+ "privacy": "private",
5886
+ "return": {
5887
+ "type": {
5888
+ "text": "void"
5889
+ }
5890
+ },
5891
+ "inheritedFrom": {
5892
+ "name": "UmButtonWrapper",
5893
+ "module": "src/shared/button-wrapper.ts"
5894
+ }
5895
+ },
5896
+ {
5897
+ "kind": "method",
5898
+ "name": "innerClickHandler",
5899
+ "privacy": "private",
5900
+ "return": {
5901
+ "type": {
5902
+ "text": "void"
5903
+ }
5904
+ },
5905
+ "parameters": [
5906
+ {
5907
+ "name": "event",
5908
+ "type": {
5909
+ "text": "MouseEvent"
5910
+ }
5911
+ }
5912
+ ],
5913
+ "inheritedFrom": {
5914
+ "name": "UmButtonWrapper",
5915
+ "module": "src/shared/button-wrapper.ts"
5916
+ }
5917
+ }
5918
+ ],
5919
+ "attributes": [
5920
+ {
5921
+ "name": "has-icon",
5922
+ "type": {
5923
+ "text": "boolean"
5924
+ },
5925
+ "default": "false",
5926
+ "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
5927
+ "fieldName": "hasIcon"
5928
+ },
5929
+ {
5930
+ "name": "has-badge",
5931
+ "type": {
5932
+ "text": "boolean"
5933
+ },
5934
+ "default": "false",
5935
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
5936
+ "fieldName": "hasBadge"
5937
+ },
5938
+ {
5939
+ "name": "active",
5940
+ "type": {
5941
+ "text": "boolean"
5942
+ },
5943
+ "default": "false",
5944
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
5945
+ "fieldName": "active"
5946
+ },
5947
+ {
5948
+ "name": "keep-drawer-open",
5949
+ "type": {
5950
+ "text": "boolean"
5951
+ },
5952
+ "default": "false",
5953
+ "description": "If true, it will not attempt to close de navigation drawer on click",
5954
+ "fieldName": "keepDrawerOpen"
5955
+ },
5956
+ {
5957
+ "name": "disabled",
5958
+ "type": {
5959
+ "text": "boolean"
5960
+ },
5961
+ "default": "false",
5962
+ "description": "Whether the button is disabled or not.",
5963
+ "fieldName": "disabled",
5964
+ "inheritedFrom": {
5965
+ "name": "UmButtonWrapper",
5966
+ "module": "src/shared/button-wrapper.ts"
5967
+ }
5968
+ },
5969
+ {
5970
+ "name": "href",
5971
+ "type": {
5972
+ "text": "string | undefined"
5973
+ },
5974
+ "description": "The URL that the link button points to.",
5975
+ "fieldName": "href",
5976
+ "inheritedFrom": {
5977
+ "name": "UmButtonWrapper",
5978
+ "module": "src/shared/button-wrapper.ts"
5979
+ }
5980
+ },
5981
+ {
5982
+ "name": "target",
5983
+ "type": {
5984
+ "text": "string | undefined"
5985
+ },
5986
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
5987
+ "fieldName": "target",
5988
+ "inheritedFrom": {
5989
+ "name": "UmButtonWrapper",
5990
+ "module": "src/shared/button-wrapper.ts"
5991
+ }
5992
+ },
5993
+ {
5994
+ "name": "name",
5995
+ "type": {
5996
+ "text": "string | undefined"
5997
+ },
5998
+ "fieldName": "name",
5999
+ "inheritedFrom": {
6000
+ "name": "UmButtonWrapper",
6001
+ "module": "src/shared/button-wrapper.ts"
6002
+ }
6003
+ }
6004
+ ],
6005
+ "superclass": {
6006
+ "name": "UmButtonWrapper",
6007
+ "module": "/src/shared/button-wrapper.js"
6008
+ },
6009
+ "tagName": "u-drawer-item",
6010
+ "customElement": true
6011
+ }
6012
+ ],
6013
+ "exports": [
6014
+ {
6015
+ "kind": "js",
6016
+ "name": "UmDrawerItem",
6017
+ "declaration": {
6018
+ "name": "UmDrawerItem",
6019
+ "module": "src/navigation/drawer-item.ts"
6020
+ }
6021
+ },
6022
+ {
6023
+ "kind": "custom-element-definition",
6024
+ "name": "u-drawer-item",
6025
+ "declaration": {
6026
+ "name": "UmDrawerItem",
6027
+ "module": "src/navigation/drawer-item.ts"
6028
+ }
6029
+ }
6030
+ ]
6031
+ },
6032
+ {
6033
+ "kind": "javascript-module",
6034
+ "path": "src/navigation/drawer.styles.ts",
6035
+ "declarations": [
6036
+ {
6037
+ "kind": "variable",
6038
+ "name": "styles",
6039
+ "default": "css `\n :host {\n display: block;\n background-color: var(--u-modal-drawer-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-drawer-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n height: 100%;\n padding-inline: var(--u-drawer-padding, 28px);\n }\n\n @media (min-width: 1200px) {\n :host {\n background-color: var(--u-standard-drawer-background-color, var(--u-color-body, var(--u-color-surface, rgb(254, 247, 255))));\n }\n }\n`"
6040
+ }
6041
+ ],
6042
+ "exports": [
6043
+ {
6044
+ "kind": "js",
6045
+ "name": "styles",
6046
+ "declaration": {
6047
+ "name": "styles",
6048
+ "module": "src/navigation/drawer.styles.ts"
6049
+ }
6050
+ }
6051
+ ]
6052
+ },
6053
+ {
6054
+ "kind": "javascript-module",
6055
+ "path": "src/navigation/drawer.ts",
6056
+ "declarations": [
6057
+ {
6058
+ "kind": "class",
6059
+ "description": "",
6060
+ "name": "UmDrawer",
6061
+ "members": [],
6062
+ "superclass": {
6063
+ "name": "LitElement",
6064
+ "package": "lit"
6065
+ },
6066
+ "tagName": "u-drawer",
6067
+ "customElement": true
6068
+ }
6069
+ ],
6070
+ "exports": [
6071
+ {
6072
+ "kind": "js",
6073
+ "name": "UmDrawer",
6074
+ "declaration": {
6075
+ "name": "UmDrawer",
6076
+ "module": "src/navigation/drawer.ts"
6077
+ }
6078
+ },
6079
+ {
6080
+ "kind": "custom-element-definition",
6081
+ "name": "u-drawer",
6082
+ "declaration": {
6083
+ "name": "UmDrawer",
6084
+ "module": "src/navigation/drawer.ts"
6085
+ }
6086
+ }
6087
+ ]
6088
+ },
6089
+ {
6090
+ "kind": "javascript-module",
6091
+ "path": "src/navigation/side-navigation-swiper.styles.ts",
6092
+ "declarations": [
6093
+ {
6094
+ "kind": "variable",
6095
+ "name": "styles",
6096
+ "default": "css `\n :host {\n --_navigation-width: 0;\n --_navigation-drawer-width: min(var(--u-navigation-drawer-width, 360px), 85vw);\n --_navigation-drawer-width-negative: calc(var(--_navigation-drawer-width) * -1);\n --_navigation-drawer-corner-shape: var(--u-navigation-drawer-corner-shape, var(--u-shape-corner-large, 16px));\n --_scrim-opacity: var(--u-drawer-scrim-opacity, .4);\n display: block;\n width: 100%;\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n :host(.disable-transition) * {\n transition: none !important;\n }\n :host(.disable-transition) * ::slotted(u-top-app-bar) {\n transition: none !important;\n }\n\n .drawer {\n transition: inset 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .drawer,\n .drawer u-elevation,\n .drawer .drawer-container {\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n }\n .drawer.toggle u-elevation {\n --u-elevation-level: 1;\n }\n\n .drawer-container {\n height: 100%;\n overflow: hidden;\n }\n\n .scrim {\n --_modal-drawer-open-progress: 0;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100vw;\n height: 100vh;\n background: var(--u-drawer-scrim-color, var(--u-color-scrim, rgb(0, 0, 0)));\n pointer-events: none;\n opacity: calc(var(--_scrim-opacity) * var(--_modal-drawer-open-progress));\n transition: opacity 375ms linear;\n }\n .scrim.moving {\n transition: none;\n }\n .scrim.toggle {\n --_modal-drawer-open-progress: 1;\n pointer-events: auto;\n }\n\n @media (min-width: 840px) {\n .content slot {\n display: flex;\n flex-direction: column;\n height: 100vh;\n }\n }\n @media (min-width: 1200px) {\n .container {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .container:has(.drawer.toggle) {\n --_navigation-width: 0;\n }\n .drawer {\n border-radius: 0;\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n u-elevation,\n .scrim {\n display: none;\n }\n }\n .content {\n position: fixed;\n inset: 0;\n z-index: 1;\n overflow: auto;\n }\n\n .drawer {\n position: relative;\n width: var(--_navigation-drawer-width);\n z-index: var(--u-side-navigation-z-index, 1030);\n pointer-events: auto;\n }\n\n .scrim {\n z-index: 1;\n }\n\n swiper-container {\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n swiper-container::part(wrapper) {\n pointer-events: none;\n z-index: 2;\n }\n\n @media (min-width: 1200px) {\n :host {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .content {\n position: static;\n }\n swiper-container::part(container) {\n display: grid;\n grid-template-columns: var(--_navigation-width) minmax(0, 1fr);\n transition: 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .dummy-slide {\n display: none;\n }\n }\n`"
6097
+ }
6098
+ ],
6099
+ "exports": [
6100
+ {
6101
+ "kind": "js",
6102
+ "name": "styles",
6103
+ "declaration": {
6104
+ "name": "styles",
6105
+ "module": "src/navigation/side-navigation-swiper.styles.ts"
6106
+ }
6107
+ }
6108
+ ]
6109
+ },
6110
+ {
6111
+ "kind": "javascript-module",
6112
+ "path": "src/navigation/side-navigation.styles.ts",
6113
+ "declarations": [
6114
+ {
6115
+ "kind": "variable",
6116
+ "name": "styles",
6117
+ "default": "css `\n :host {\n --_navigation-width: 0;\n --_navigation-drawer-width: min(var(--u-navigation-drawer-width, 360px), 85vw);\n --_navigation-drawer-width-negative: calc(var(--_navigation-drawer-width) * -1);\n --_navigation-drawer-corner-shape: var(--u-navigation-drawer-corner-shape, var(--u-shape-corner-large, 16px));\n --_scrim-opacity: var(--u-drawer-scrim-opacity, .4);\n display: block;\n width: 100%;\n height: 100%;\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n :host(.disable-transition) * {\n transition: none !important;\n }\n :host(.disable-transition) * ::slotted(u-top-app-bar) {\n transition: none !important;\n }\n\n .drawer {\n transition: inset 375ms cubic-bezier(0.19, 1, 0.22, 1);\n }\n .drawer,\n .drawer u-elevation,\n .drawer .drawer-container {\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n }\n .drawer.toggle u-elevation {\n --u-elevation-level: 1;\n }\n\n .drawer-container {\n height: 100%;\n overflow: hidden;\n }\n\n .scrim {\n --_modal-drawer-open-progress: 0;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100vw;\n height: 100vh;\n background: var(--u-drawer-scrim-color, var(--u-color-scrim, rgb(0, 0, 0)));\n pointer-events: none;\n opacity: calc(var(--_scrim-opacity) * var(--_modal-drawer-open-progress));\n transition: opacity 375ms linear;\n }\n .scrim.moving {\n transition: none;\n }\n .scrim.toggle {\n --_modal-drawer-open-progress: 1;\n pointer-events: auto;\n }\n\n @media (min-width: 840px) {\n .content slot {\n display: flex;\n flex-direction: column;\n height: 100vh;\n }\n }\n @media (min-width: 1200px) {\n .container {\n --_navigation-width: var(--_navigation-drawer-width);\n }\n .container:has(.drawer.toggle) {\n --_navigation-width: 0;\n }\n .drawer {\n border-radius: 0;\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n u-elevation,\n .scrim {\n display: none;\n }\n }\n .navigation {\n position: fixed;\n inset-inline-start: 0;\n inset-block-start: 0;\n height: 100%;\n z-index: var(--u-side-navigation-z-index, 1030);\n }\n\n .drawer {\n position: absolute;\n inset-inline-start: var(--_navigation-drawer-width-negative);\n inset-block-start: 0;\n width: var(--_navigation-drawer-width);\n height: 100%;\n border-start-end-radius: var(--_navigation-drawer-corner-shape);\n border-end-end-radius: var(--_navigation-drawer-corner-shape);\n overflow: hidden;\n }\n .drawer.toggle {\n inset-inline-start: 0;\n }\n\n .grid {\n display: grid;\n grid-template-columns: var(--_navigation-width) minmax(0, 1fr);\n transition: 375ms cubic-bezier(0.19, 1, 0.22, 1);\n --u-app-bar-offset: var(--_navigation-width);\n }\n\n @media (min-width: 1200px) {\n .drawer {\n inset-inline-start: 0;\n }\n .drawer.toggle {\n inset-inline-start: var(--_navigation-drawer-width-negative);\n }\n }\n`"
6118
+ }
6119
+ ],
6120
+ "exports": [
6121
+ {
6122
+ "kind": "js",
6123
+ "name": "styles",
6124
+ "declaration": {
6125
+ "name": "styles",
6126
+ "module": "src/navigation/side-navigation.styles.ts"
6127
+ }
6128
+ }
6129
+ ]
6130
+ },
6131
+ {
6132
+ "kind": "javascript-module",
6133
+ "path": "src/navigation/side-navigation.ts",
6134
+ "declarations": [
6135
+ {
6136
+ "kind": "class",
6137
+ "description": "",
6138
+ "name": "UmSideNavigation",
6139
+ "members": [
6140
+ {
6141
+ "kind": "field",
6142
+ "name": "#toggleDrawer",
6143
+ "privacy": "private",
6144
+ "type": {
6145
+ "text": "boolean"
6146
+ },
6147
+ "default": "false"
6148
+ },
6149
+ {
6150
+ "kind": "field",
6151
+ "name": "disableSlideAnimation",
6152
+ "type": {
6153
+ "text": "boolean"
6154
+ },
6155
+ "privacy": "private",
6156
+ "default": "false"
6157
+ },
6158
+ {
6159
+ "kind": "field",
6160
+ "name": "toggleDrawer",
6161
+ "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
6162
+ "attribute": "toggle-drawer"
6163
+ },
6164
+ {
6165
+ "kind": "field",
6166
+ "name": "swiperContainer",
6167
+ "type": {
6168
+ "text": "any"
6169
+ }
6170
+ },
6171
+ {
6172
+ "kind": "field",
6173
+ "name": "scrim",
6174
+ "type": {
6175
+ "text": "HTMLElement"
6176
+ }
6177
+ },
6178
+ {
6179
+ "kind": "field",
6180
+ "name": "scrollContainer",
6181
+ "type": {
6182
+ "text": "HTMLElement | undefined"
6183
+ }
6184
+ },
6185
+ {
6186
+ "kind": "method",
6187
+ "name": "renderDefault",
6188
+ "privacy": "private"
6189
+ },
6190
+ {
6191
+ "kind": "method",
6192
+ "name": "renderWithSwipe",
6193
+ "privacy": "private"
6194
+ },
6195
+ {
6196
+ "kind": "method",
6197
+ "name": "swiperActiveIndexChange",
6198
+ "privacy": "private"
6199
+ },
6200
+ {
6201
+ "kind": "method",
6202
+ "name": "swiperTransitionStart",
6203
+ "privacy": "private"
6204
+ },
6205
+ {
6206
+ "kind": "method",
6207
+ "name": "slidesGridLengthChange",
6208
+ "privacy": "private"
6209
+ },
6210
+ {
6211
+ "kind": "method",
6212
+ "name": "swiperTransitionEnd",
6213
+ "privacy": "private"
6214
+ },
6215
+ {
6216
+ "kind": "method",
6217
+ "name": "swiperSliderMove",
6218
+ "privacy": "private",
6219
+ "parameters": [
6220
+ {
6221
+ "name": "e",
6222
+ "type": {
6223
+ "text": "Event"
6224
+ }
6225
+ }
6226
+ ]
6227
+ },
6228
+ {
6229
+ "kind": "method",
6230
+ "name": "scrimClick",
6231
+ "privacy": "private"
6232
+ }
6233
+ ],
6234
+ "attributes": [
6235
+ {
6236
+ "name": "toggle-drawer",
6237
+ "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
6238
+ "fieldName": "toggleDrawer"
5988
6239
  }
5989
6240
  ],
5990
6241
  "superclass": {
5991
- "name": "UmSelectionControl",
5992
- "module": "/src/shared/selection-control/selection-control.js"
6242
+ "name": "LitElement",
6243
+ "package": "lit"
5993
6244
  },
5994
- "tagName": "u-radio",
5995
- "customElement": true,
5996
- "events": [
5997
- {
5998
- "name": "change",
5999
- "type": {
6000
- "text": "Event"
6001
- },
6002
- "inheritedFrom": {
6003
- "name": "UmSelectionControl",
6004
- "module": "src/shared/selection-control/selection-control.ts"
6005
- }
6006
- }
6007
- ]
6245
+ "tagName": "u-side-navigation",
6246
+ "customElement": true
6008
6247
  }
6009
6248
  ],
6010
6249
  "exports": [
6011
6250
  {
6012
6251
  "kind": "js",
6013
- "name": "UmRadio",
6252
+ "name": "UmSideNavigation",
6014
6253
  "declaration": {
6015
- "name": "UmRadio",
6016
- "module": "src/radio/radio.ts"
6254
+ "name": "UmSideNavigation",
6255
+ "module": "src/navigation/side-navigation.ts"
6017
6256
  }
6018
6257
  },
6019
6258
  {
6020
6259
  "kind": "custom-element-definition",
6021
- "name": "u-radio",
6260
+ "name": "u-side-navigation",
6022
6261
  "declaration": {
6023
- "name": "UmRadio",
6024
- "module": "src/radio/radio.ts"
6262
+ "name": "UmSideNavigation",
6263
+ "module": "src/navigation/side-navigation.ts"
6025
6264
  }
6026
6265
  }
6027
6266
  ]
6028
6267
  },
6029
6268
  {
6030
6269
  "kind": "javascript-module",
6031
- "path": "src/ripple/ripple.styles.ts",
6270
+ "path": "src/shared/base.styles.ts",
6032
6271
  "declarations": [
6033
6272
  {
6034
6273
  "kind": "variable",
6035
6274
  "name": "styles",
6036
- "default": "css `\n :host,\n .ripple-container::before {\n --_ripple-hover-color: var(--u-ripple-hover-color, var(--u-ripple-color, var(--u-state-layer-color, currentColor)));\n --_ripple-pressed-color: var(--u-ripple-pressed-color, var(--u-ripple-color, var(--u-state-layer-color, currentColor)));\n --_ripple-hover-opacity: var(--u-ripple-pressed-opacity, var(--u-state-hover-opacity, 0.08));\n --_ripple-pressed-opacity: var(--u-ripple-pressed-opacity, .2);\n display: block;\n inset: 0;\n isolation: isolate;\n }\n\n .ripple-container {\n position: relative;\n width: 100%;\n height: 100%;\n overflow: hidden;\n border-radius: inherit;\n }\n\n .ripple-container::before {\n content: \"\";\n background: var(--_ripple-hover-color);\n opacity: 0;\n transition: opacity 200ms;\n }\n\n @media (hover: hover) {\n :host(:not([disabled]):hover) .ripple-container::before {\n content: \"\";\n background: var(--_ripple-hover-color);\n opacity: var(--_ripple-hover-opacity);\n }\n }\n :host,\n .ripple-container::before,\n .ripple {\n position: absolute;\n border-radius: inherit;\n }\n\n .ripple {\n top: 50%;\n left: 50%;\n background: var(--_ripple-pressed-color);\n border-radius: 50%;\n box-shadow: 0 0 64px 64px var(--_ripple-pressed-color);\n opacity: var(--_ripple-pressed-opacity);\n transform: scale3d(0, 0, 1);\n pointer-events: none;\n will-change: transform;\n }\n .ripple.show {\n transition: transform calc(var(--_ripple-transition-duration) / var(--u-ripple-speed, 1)) cubic-bezier(0.19, 1, 0.22, 1), opacity calc(750ms / var(--u-ripple-speed, 1));\n transform: scale3d(1, 1, 1);\n }\n .ripple.show-forced {\n transition: transform calc(var(--_ripple-transition-duration) / var(--u-ripple-speed, 1)) cubic-bezier(0.19, 1, 0.22, 1), opacity calc(200ms / var(--u-ripple-speed, 1)) 300ms;\n transform: scale3d(2, 2, 1);\n opacity: 0;\n }\n .ripple.dismiss {\n opacity: 0;\n transform: scale3d(2, 2, 1);\n }\n\n ::slotted(*) {\n position: absolute !important;\n inset: 0;\n border-radius: inherit;\n }\n`"
6275
+ "default": "css `\n :host,\n * {\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n box-sizing: border-box;\n outline: 0;\n }\n\n .focus-ring:focus-visible {\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--u-color-primary);\n }\n 50% {\n outline: 6px solid var(--u-color-primary);\n }\n 100% {\n outline: 4px solid var(--u-color-primary);\n }\n }\n`"
6037
6276
  }
6038
6277
  ],
6039
6278
  "exports": [
@@ -6042,186 +6281,190 @@
6042
6281
  "name": "styles",
6043
6282
  "declaration": {
6044
6283
  "name": "styles",
6045
- "module": "src/ripple/ripple.styles.ts"
6284
+ "module": "src/shared/base.styles.ts"
6046
6285
  }
6047
6286
  }
6048
6287
  ]
6049
6288
  },
6050
6289
  {
6051
6290
  "kind": "javascript-module",
6052
- "path": "src/ripple/ripple.ts",
6291
+ "path": "src/shared/button-wrapper.styles.ts",
6292
+ "declarations": [
6293
+ {
6294
+ "kind": "variable",
6295
+ "name": "styles",
6296
+ "default": "css `\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n --u-elevation-level: 0;\n position: relative;\n display: inline-block;\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n appearance: none !important;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-background-opacity, 0.12))) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-color, 0.38))) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100%;\n height: 100%;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .content {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n width: 100%;\n height: 100%;\n }\n\n .button:focus-visible {\n animation: offset-pulse 400ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n .icon {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 1em;\n height: 1em;\n line-height: 1em;\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n }\n\n @keyframes offset-pulse {\n 0% {\n outline: 4px solid var(--_color-primary);\n }\n 50% {\n outline: 8px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
6297
+ }
6298
+ ],
6299
+ "exports": [
6300
+ {
6301
+ "kind": "js",
6302
+ "name": "styles",
6303
+ "declaration": {
6304
+ "name": "styles",
6305
+ "module": "src/shared/button-wrapper.styles.ts"
6306
+ }
6307
+ }
6308
+ ]
6309
+ },
6310
+ {
6311
+ "kind": "javascript-module",
6312
+ "path": "src/shared/button-wrapper.ts",
6053
6313
  "declarations": [
6054
6314
  {
6055
6315
  "kind": "class",
6056
6316
  "description": "",
6057
- "name": "UmRipple",
6317
+ "name": "UmButtonWrapper",
6058
6318
  "members": [
6059
6319
  {
6060
6320
  "kind": "field",
6061
- "name": "isTouching",
6321
+ "name": "disabled",
6062
6322
  "type": {
6063
6323
  "text": "boolean"
6064
6324
  },
6065
- "privacy": "private",
6066
- "default": "false"
6325
+ "default": "false",
6326
+ "description": "Whether the button is disabled or not.",
6327
+ "attribute": "disabled",
6328
+ "reflects": true
6067
6329
  },
6068
6330
  {
6069
6331
  "kind": "field",
6070
- "name": "disabled",
6332
+ "name": "href",
6071
6333
  "type": {
6072
- "text": "boolean"
6334
+ "text": "string | undefined"
6073
6335
  },
6074
- "default": "false",
6075
- "description": "Disables the ripple.",
6076
- "attribute": "disabled",
6077
- "reflects": true
6336
+ "description": "The URL that the link button points to.",
6337
+ "attribute": "href"
6078
6338
  },
6079
6339
  {
6080
6340
  "kind": "field",
6081
- "name": "rippleContainer",
6341
+ "name": "target",
6342
+ "type": {
6343
+ "text": "string | undefined"
6344
+ },
6345
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
6346
+ "attribute": "target"
6347
+ },
6348
+ {
6349
+ "kind": "field",
6350
+ "name": "name",
6351
+ "type": {
6352
+ "text": "string | undefined"
6353
+ },
6354
+ "attribute": "name"
6355
+ },
6356
+ {
6357
+ "kind": "field",
6358
+ "name": "buttonElement",
6082
6359
  "type": {
6083
6360
  "text": "HTMLElement"
6084
6361
  },
6085
6362
  "privacy": "private"
6086
6363
  },
6087
6364
  {
6088
- "kind": "method",
6089
- "name": "attachEvents",
6090
- "privacy": "private",
6091
- "return": {
6092
- "type": {
6093
- "text": "void"
6094
- }
6365
+ "kind": "field",
6366
+ "name": "ripple",
6367
+ "type": {
6368
+ "text": "UmRipple"
6369
+ },
6370
+ "privacy": "private"
6371
+ },
6372
+ {
6373
+ "kind": "field",
6374
+ "name": "innerRole",
6375
+ "type": {
6376
+ "text": "string | null"
6377
+ },
6378
+ "privacy": "protected",
6379
+ "default": "null"
6380
+ },
6381
+ {
6382
+ "kind": "field",
6383
+ "name": "pathname",
6384
+ "type": {
6385
+ "text": "string"
6095
6386
  }
6096
6387
  },
6097
6388
  {
6098
6389
  "kind": "method",
6099
- "name": "dettachEvents",
6100
- "privacy": "private",
6390
+ "name": "renderButton",
6391
+ "privacy": "private"
6392
+ },
6393
+ {
6394
+ "kind": "method",
6395
+ "name": "renderLink",
6396
+ "privacy": "private"
6397
+ },
6398
+ {
6399
+ "kind": "method",
6400
+ "name": "renderContent",
6401
+ "privacy": "protected",
6101
6402
  "return": {
6102
6403
  "type": {
6103
- "text": "void"
6404
+ "text": "HTMLTemplateResult"
6104
6405
  }
6105
6406
  }
6106
6407
  },
6107
6408
  {
6108
6409
  "kind": "method",
6109
- "name": "handleMouseDown",
6110
- "privacy": "private",
6111
- "return": {
6112
- "type": {
6113
- "text": "void"
6114
- }
6115
- },
6116
- "parameters": [
6117
- {
6118
- "name": "e",
6119
- "type": {
6120
- "text": "MouseEvent"
6121
- }
6122
- }
6123
- ]
6410
+ "name": "focus"
6124
6411
  },
6125
6412
  {
6126
6413
  "kind": "method",
6127
- "name": "handleTouchStart",
6128
- "privacy": "private",
6414
+ "name": "blur"
6415
+ },
6416
+ {
6417
+ "kind": "method",
6418
+ "name": "getAriaLabel",
6419
+ "privacy": "protected",
6129
6420
  "return": {
6130
6421
  "type": {
6131
- "text": "void"
6132
- }
6133
- },
6134
- "parameters": [
6135
- {
6136
- "name": "e",
6137
- "type": {
6138
- "text": "TouchEvent"
6139
- }
6422
+ "text": "string | null | typeof nothing"
6140
6423
  }
6141
- ]
6424
+ }
6142
6425
  },
6143
6426
  {
6144
6427
  "kind": "method",
6145
- "name": "canCreateRipple",
6428
+ "name": "innerFocusHandler",
6146
6429
  "privacy": "private",
6147
6430
  "return": {
6148
6431
  "type": {
6149
- "text": "boolean"
6432
+ "text": "void"
6150
6433
  }
6151
6434
  }
6152
6435
  },
6153
6436
  {
6154
6437
  "kind": "method",
6155
- "name": "createRipple",
6438
+ "name": "innerClickHandler",
6439
+ "privacy": "private",
6156
6440
  "return": {
6157
6441
  "type": {
6158
- "text": "(() => void) | null"
6442
+ "text": "void"
6159
6443
  }
6160
6444
  },
6161
6445
  "parameters": [
6162
6446
  {
6163
- "name": "targetX",
6164
- "default": "null",
6165
- "type": {
6166
- "text": "number | null"
6167
- }
6168
- },
6169
- {
6170
- "name": "targetY",
6171
- "default": "null",
6172
- "type": {
6173
- "text": "number | null"
6174
- }
6175
- },
6176
- {
6177
- "name": "releaseEventName",
6178
- "default": "null",
6447
+ "name": "event",
6179
6448
  "type": {
6180
- "text": "string | null"
6449
+ "text": "MouseEvent"
6181
6450
  }
6182
6451
  }
6183
6452
  ]
6184
6453
  },
6185
6454
  {
6186
6455
  "kind": "method",
6187
- "name": "createDismissEvent",
6188
- "privacy": "private",
6456
+ "name": "handleClick",
6457
+ "privacy": "protected",
6189
6458
  "return": {
6190
6459
  "type": {
6191
- "text": "() => void"
6460
+ "text": "void"
6192
6461
  }
6193
6462
  },
6194
6463
  "parameters": [
6195
6464
  {
6196
- "name": "ripple",
6197
- "type": {
6198
- "text": "HTMLElement"
6199
- }
6200
- },
6201
- {
6202
- "name": "releaseEventName",
6203
- "type": {
6204
- "text": "string"
6205
- }
6206
- }
6207
- ]
6208
- },
6209
- {
6210
- "kind": "method",
6211
- "name": "_setElementSquareSizeAndCenter",
6212
- "privacy": "private",
6213
- "static": true,
6214
- "parameters": [
6215
- {
6216
- "name": "element",
6217
- "type": {
6218
- "text": "HTMLElement"
6219
- }
6220
- },
6221
- {
6222
- "name": "size",
6465
+ "name": "_",
6223
6466
  "type": {
6224
- "text": "number"
6467
+ "text": "UIEvent"
6225
6468
  }
6226
6469
  }
6227
6470
  ]
@@ -6229,71 +6472,64 @@
6229
6472
  ],
6230
6473
  "attributes": [
6231
6474
  {
6232
- "name": "disabled",
6475
+ "name": "disabled",
6476
+ "type": {
6477
+ "text": "boolean"
6478
+ },
6479
+ "default": "false",
6480
+ "description": "Whether the button is disabled or not.",
6481
+ "fieldName": "disabled"
6482
+ },
6483
+ {
6484
+ "name": "href",
6485
+ "type": {
6486
+ "text": "string | undefined"
6487
+ },
6488
+ "description": "The URL that the link button points to.",
6489
+ "fieldName": "href"
6490
+ },
6491
+ {
6492
+ "name": "target",
6233
6493
  "type": {
6234
- "text": "boolean"
6494
+ "text": "string | undefined"
6235
6495
  },
6236
- "default": "false",
6237
- "description": "Disables the ripple.",
6238
- "fieldName": "disabled"
6496
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
6497
+ "fieldName": "target"
6498
+ },
6499
+ {
6500
+ "name": "name",
6501
+ "type": {
6502
+ "text": "string | undefined"
6503
+ },
6504
+ "fieldName": "name"
6239
6505
  }
6240
6506
  ],
6241
6507
  "superclass": {
6242
6508
  "name": "LitElement",
6243
6509
  "package": "lit"
6244
6510
  },
6245
- "tagName": "u-ripple",
6246
6511
  "customElement": true
6247
6512
  }
6248
6513
  ],
6249
6514
  "exports": [
6250
6515
  {
6251
6516
  "kind": "js",
6252
- "name": "UmRipple",
6253
- "declaration": {
6254
- "name": "UmRipple",
6255
- "module": "src/ripple/ripple.ts"
6256
- }
6257
- },
6258
- {
6259
- "kind": "custom-element-definition",
6260
- "name": "u-ripple",
6261
- "declaration": {
6262
- "name": "UmRipple",
6263
- "module": "src/ripple/ripple.ts"
6264
- }
6265
- }
6266
- ]
6267
- },
6268
- {
6269
- "kind": "javascript-module",
6270
- "path": "src/shared/base.styles.ts",
6271
- "declarations": [
6272
- {
6273
- "kind": "variable",
6274
- "name": "styles",
6275
- "default": "css `\n :host,\n * {\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n box-sizing: border-box;\n outline: 0;\n }\n\n .focus-ring:focus-visible {\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--u-color-primary);\n }\n 50% {\n outline: 6px solid var(--u-color-primary);\n }\n 100% {\n outline: 4px solid var(--u-color-primary);\n }\n }\n`"
6276
- }
6277
- ],
6278
- "exports": [
6279
- {
6280
- "kind": "js",
6281
- "name": "styles",
6517
+ "name": "UmButtonWrapper",
6282
6518
  "declaration": {
6283
- "name": "styles",
6284
- "module": "src/shared/base.styles.ts"
6519
+ "name": "UmButtonWrapper",
6520
+ "module": "src/shared/button-wrapper.ts"
6285
6521
  }
6286
6522
  }
6287
6523
  ]
6288
6524
  },
6289
6525
  {
6290
6526
  "kind": "javascript-module",
6291
- "path": "src/shared/button-wrapper.styles.ts",
6527
+ "path": "src/snackbar/snackbar.styles.ts",
6292
6528
  "declarations": [
6293
6529
  {
6294
6530
  "kind": "variable",
6295
6531
  "name": "styles",
6296
- "default": "css `\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n --u-elevation-level: 0;\n position: relative;\n display: inline-block;\n font-family: var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n appearance: none !important;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-background-opacity, 0.12))) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-color, 0.38))) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100%;\n height: 100%;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .content {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n width: 100%;\n height: 100%;\n }\n\n .button:focus-visible {\n animation: offset-pulse 400ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n .icon {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 1em;\n height: 1em;\n line-height: 1em;\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n }\n\n @keyframes offset-pulse {\n 0% {\n outline: 4px solid var(--_color-primary);\n }\n 50% {\n outline: 8px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
6532
+ "default": "css `\n :host {\n --u-elevation-level: var(--u-snackbar-elevation-level, 3);\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-medium, 16px));\n position: fixed;\n inset-inline: 0;\n inset-block-end: 0;\n padding: var(--_snackbar-margin);\n z-index: var(--u-snackbar-z-index, 1070);\n display: flex;\n justify-content: center;\n }\n\n .snackbar {\n display: flex;\n align-items: center;\n min-height: var(--u-snackbar-height, 48px);\n color: var(--u-snackbar-text-color, var(--u-color-on-inverse-surface, rgb(245, 239, 247)));\n background-color: var(--u-snackbar-background-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n border-radius: var(--u-snackbar-shape, var(--u-shape-corner-extra-small, 4px));\n animation-name: snackbar-fade-in;\n animation-duration: 450ms;\n animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);\n animation-fill-mode: forwards;\n min-width: var(--u-snackbar-min-width, 100%);\n max-width: var(--u-snackbar-max-width, 100%);\n }\n .snackbar.dismiss {\n animation-name: snackbar-fade-out;\n }\n\n u-button {\n color: var(--u-color-inverse-primary, );\n margin-inline: var(--u-snackbar-text-button-margin, var(--u-spacing-small, 8px));\n }\n\n u-icon-button {\n color: var(--u-color-on-inverse-surface, rgb(245, 239, 247));\n margin-inline: var(--u-snackbar-close-button-margin, var(--u-spacing-extra-small, 4px));\n }\n\n .label {\n flex: 1;\n overflow: hidden;\n color: var(--u-on-inverse-surface-color);\n padding: var(--u-snackbar-text-margin, var(--u-spacing-medium, 16px));\n line-height: 18px;\n }\n\n @media (min-width: 840px) {\n :host {\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-large, 24px));\n }\n .snackbar {\n min-width: var(--u-snackbar-min-width, 288px);\n max-width: var(--u-snackbar-max-width, 568px);\n }\n }\n @keyframes snackbar-fade-in {\n 0% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n }\n @keyframes snackbar-fade-out {\n 0% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n 100% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n }\n`"
6297
6533
  }
6298
6534
  ],
6299
6535
  "exports": [
@@ -6302,89 +6538,76 @@
6302
6538
  "name": "styles",
6303
6539
  "declaration": {
6304
6540
  "name": "styles",
6305
- "module": "src/shared/button-wrapper.styles.ts"
6541
+ "module": "src/snackbar/snackbar.styles.ts"
6306
6542
  }
6307
6543
  }
6308
6544
  ]
6309
6545
  },
6310
6546
  {
6311
6547
  "kind": "javascript-module",
6312
- "path": "src/shared/button-wrapper.ts",
6548
+ "path": "src/snackbar/snackbar.ts",
6313
6549
  "declarations": [
6314
6550
  {
6315
6551
  "kind": "class",
6316
6552
  "description": "",
6317
- "name": "UmButtonWrapper",
6553
+ "name": "UmSnackbar",
6318
6554
  "members": [
6319
6555
  {
6320
6556
  "kind": "field",
6321
- "name": "disabled",
6557
+ "name": "label",
6322
6558
  "type": {
6323
- "text": "boolean"
6559
+ "text": "string"
6324
6560
  },
6325
- "default": "false",
6326
- "description": "Whether the button is disabled or not.",
6327
- "attribute": "disabled",
6561
+ "default": "''",
6562
+ "attribute": "label",
6328
6563
  "reflects": true
6329
6564
  },
6330
6565
  {
6331
6566
  "kind": "field",
6332
- "name": "href",
6567
+ "name": "buttonLabel",
6333
6568
  "type": {
6334
- "text": "string | undefined"
6569
+ "text": "string"
6335
6570
  },
6336
- "description": "The URL that the link button points to.",
6337
- "attribute": "href"
6571
+ "default": "''",
6572
+ "attribute": "buttonLabel",
6573
+ "reflects": true
6338
6574
  },
6339
6575
  {
6340
6576
  "kind": "field",
6341
- "name": "target",
6577
+ "name": "showClose",
6342
6578
  "type": {
6343
- "text": "string | undefined"
6579
+ "text": "boolean"
6344
6580
  },
6345
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
6346
- "attribute": "target"
6581
+ "default": "false",
6582
+ "attribute": "show-close",
6583
+ "reflects": true
6347
6584
  },
6348
6585
  {
6349
6586
  "kind": "field",
6350
- "name": "name",
6587
+ "name": "dismissed",
6351
6588
  "type": {
6352
- "text": "string | undefined"
6589
+ "text": "boolean"
6353
6590
  },
6354
- "attribute": "name"
6591
+ "default": "false",
6592
+ "attribute": "dismissed",
6593
+ "reflects": true
6355
6594
  },
6356
6595
  {
6357
6596
  "kind": "field",
6358
- "name": "buttonElement",
6597
+ "name": "duration",
6359
6598
  "type": {
6360
- "text": "HTMLElement"
6599
+ "text": "SnackbarDuration"
6361
6600
  },
6362
6601
  "privacy": "private"
6363
6602
  },
6364
6603
  {
6365
6604
  "kind": "field",
6366
- "name": "ripple",
6605
+ "name": "snackbar",
6367
6606
  "type": {
6368
- "text": "UmRipple"
6607
+ "text": "HTMLElement"
6369
6608
  },
6370
6609
  "privacy": "private"
6371
6610
  },
6372
- {
6373
- "kind": "field",
6374
- "name": "innerRole",
6375
- "type": {
6376
- "text": "string | null"
6377
- },
6378
- "privacy": "protected",
6379
- "default": "null"
6380
- },
6381
- {
6382
- "kind": "field",
6383
- "name": "pathname",
6384
- "type": {
6385
- "text": "string"
6386
- }
6387
- },
6388
6611
  {
6389
6612
  "kind": "method",
6390
6613
  "name": "renderButton",
@@ -6392,79 +6615,118 @@
6392
6615
  },
6393
6616
  {
6394
6617
  "kind": "method",
6395
- "name": "renderLink",
6618
+ "name": "renderCloseButton",
6396
6619
  "privacy": "private"
6397
6620
  },
6398
6621
  {
6399
6622
  "kind": "method",
6400
- "name": "renderContent",
6401
- "privacy": "protected",
6623
+ "name": "dismiss",
6402
6624
  "return": {
6403
6625
  "type": {
6404
- "text": "HTMLTemplateResult"
6626
+ "text": "void"
6405
6627
  }
6406
6628
  }
6407
6629
  },
6408
6630
  {
6409
- "kind": "method",
6410
- "name": "focus"
6631
+ "kind": "field",
6632
+ "name": "_queue",
6633
+ "type": {
6634
+ "text": "UmSnackbar[]"
6635
+ },
6636
+ "privacy": "private",
6637
+ "static": true,
6638
+ "default": "[]"
6411
6639
  },
6412
6640
  {
6413
- "kind": "method",
6414
- "name": "blur"
6641
+ "kind": "field",
6642
+ "name": "_consuming",
6643
+ "type": {
6644
+ "text": "boolean"
6645
+ },
6646
+ "privacy": "private",
6647
+ "static": true
6415
6648
  },
6416
6649
  {
6417
6650
  "kind": "method",
6418
- "name": "getAriaLabel",
6419
- "privacy": "protected",
6651
+ "name": "show",
6652
+ "static": true,
6420
6653
  "return": {
6421
6654
  "type": {
6422
- "text": "string | null | typeof nothing"
6655
+ "text": "UmSnackbar"
6423
6656
  }
6424
- }
6657
+ },
6658
+ "parameters": [
6659
+ {
6660
+ "name": "label",
6661
+ "type": {
6662
+ "text": "string"
6663
+ }
6664
+ }
6665
+ ]
6425
6666
  },
6426
6667
  {
6427
6668
  "kind": "method",
6428
- "name": "innerFocusHandler",
6429
- "privacy": "private",
6669
+ "name": "show",
6670
+ "static": true,
6430
6671
  "return": {
6431
6672
  "type": {
6432
- "text": "void"
6673
+ "text": "UmSnackbar"
6433
6674
  }
6434
- }
6675
+ },
6676
+ "parameters": [
6677
+ {
6678
+ "name": "config",
6679
+ "type": {
6680
+ "text": "SnackbarConfig"
6681
+ }
6682
+ }
6683
+ ]
6435
6684
  },
6436
6685
  {
6437
6686
  "kind": "method",
6438
- "name": "innerClickHandler",
6439
- "privacy": "private",
6687
+ "name": "show",
6688
+ "static": true,
6440
6689
  "return": {
6441
6690
  "type": {
6442
- "text": "void"
6691
+ "text": "UmSnackbar"
6443
6692
  }
6444
6693
  },
6445
6694
  "parameters": [
6446
6695
  {
6447
- "name": "event",
6696
+ "name": "configOrLabel",
6448
6697
  "type": {
6449
- "text": "MouseEvent"
6698
+ "text": "SnackbarConfig | string"
6450
6699
  }
6451
6700
  }
6452
6701
  ]
6453
6702
  },
6454
6703
  {
6455
6704
  "kind": "method",
6456
- "name": "handleClick",
6457
- "privacy": "protected",
6705
+ "name": "consumeQueue",
6706
+ "privacy": "private",
6707
+ "static": true
6708
+ },
6709
+ {
6710
+ "kind": "method",
6711
+ "name": "showNext",
6712
+ "privacy": "private",
6713
+ "static": true
6714
+ },
6715
+ {
6716
+ "kind": "method",
6717
+ "name": "createSnackbar",
6718
+ "privacy": "private",
6719
+ "static": true,
6458
6720
  "return": {
6459
6721
  "type": {
6460
- "text": "void"
6722
+ "text": "UmSnackbar"
6461
6723
  }
6462
6724
  },
6463
6725
  "parameters": [
6464
6726
  {
6465
- "name": "_",
6727
+ "name": "config",
6466
6728
  "type": {
6467
- "text": "UIEvent"
6729
+ "text": "SnackbarConfig"
6468
6730
  }
6469
6731
  }
6470
6732
  ]
@@ -6472,52 +6734,61 @@
6472
6734
  ],
6473
6735
  "attributes": [
6474
6736
  {
6475
- "name": "disabled",
6737
+ "name": "label",
6476
6738
  "type": {
6477
- "text": "boolean"
6739
+ "text": "string"
6478
6740
  },
6479
- "default": "false",
6480
- "description": "Whether the button is disabled or not.",
6481
- "fieldName": "disabled"
6741
+ "default": "''",
6742
+ "fieldName": "label"
6482
6743
  },
6483
6744
  {
6484
- "name": "href",
6745
+ "name": "buttonLabel",
6485
6746
  "type": {
6486
- "text": "string | undefined"
6747
+ "text": "string"
6487
6748
  },
6488
- "description": "The URL that the link button points to.",
6489
- "fieldName": "href"
6749
+ "default": "''",
6750
+ "fieldName": "buttonLabel"
6490
6751
  },
6491
6752
  {
6492
- "name": "target",
6753
+ "name": "show-close",
6493
6754
  "type": {
6494
- "text": "string | undefined"
6755
+ "text": "boolean"
6495
6756
  },
6496
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
6497
- "fieldName": "target"
6757
+ "default": "false",
6758
+ "fieldName": "showClose"
6498
6759
  },
6499
6760
  {
6500
- "name": "name",
6761
+ "name": "dismissed",
6501
6762
  "type": {
6502
- "text": "string | undefined"
6763
+ "text": "boolean"
6503
6764
  },
6504
- "fieldName": "name"
6765
+ "default": "false",
6766
+ "fieldName": "dismissed"
6505
6767
  }
6506
6768
  ],
6507
6769
  "superclass": {
6508
6770
  "name": "LitElement",
6509
6771
  "package": "lit"
6510
6772
  },
6773
+ "tagName": "u-snackbar",
6511
6774
  "customElement": true
6512
6775
  }
6513
6776
  ],
6514
6777
  "exports": [
6515
6778
  {
6516
- "kind": "js",
6517
- "name": "UmButtonWrapper",
6779
+ "kind": "js",
6780
+ "name": "UmSnackbar",
6781
+ "declaration": {
6782
+ "name": "UmSnackbar",
6783
+ "module": "src/snackbar/snackbar.ts"
6784
+ }
6785
+ },
6786
+ {
6787
+ "kind": "custom-element-definition",
6788
+ "name": "u-snackbar",
6518
6789
  "declaration": {
6519
- "name": "UmButtonWrapper",
6520
- "module": "src/shared/button-wrapper.ts"
6790
+ "name": "UmSnackbar",
6791
+ "module": "src/snackbar/snackbar.ts"
6521
6792
  }
6522
6793
  }
6523
6794
  ]
@@ -6897,459 +7168,188 @@
6897
7168
  "text": "string | undefined"
6898
7169
  },
6899
7170
  "default": "''",
6900
- "attribute": "name",
6901
- "inheritedFrom": {
6902
- "name": "UmSelectionControl",
6903
- "module": "src/shared/selection-control/selection-control.ts"
6904
- }
6905
- },
6906
- {
6907
- "kind": "field",
6908
- "name": "disabled",
6909
- "type": {
6910
- "text": "boolean"
6911
- },
6912
- "default": "false",
6913
- "attribute": "disabled",
6914
- "reflects": true,
6915
- "inheritedFrom": {
6916
- "name": "UmSelectionControl",
6917
- "module": "src/shared/selection-control/selection-control.ts"
6918
- }
6919
- },
6920
- {
6921
- "kind": "field",
6922
- "name": "input",
6923
- "type": {
6924
- "text": "HTMLInputElement"
6925
- },
6926
- "inheritedFrom": {
6927
- "name": "UmSelectionControl",
6928
- "module": "src/shared/selection-control/selection-control.ts"
6929
- }
6930
- },
6931
- {
6932
- "kind": "field",
6933
- "name": "form",
6934
- "type": {
6935
- "text": "HTMLFormElement | null"
6936
- },
6937
- "inheritedFrom": {
6938
- "name": "UmSelectionControl",
6939
- "module": "src/shared/selection-control/selection-control.ts"
6940
- }
6941
- },
6942
- {
6943
- "kind": "field",
6944
- "name": "#checked",
6945
- "privacy": "private",
6946
- "type": {
6947
- "text": "boolean"
6948
- },
6949
- "default": "false",
6950
- "inheritedFrom": {
6951
- "name": "UmSelectionControl",
6952
- "module": "src/shared/selection-control/selection-control.ts"
6953
- }
6954
- },
6955
- {
6956
- "kind": "field",
6957
- "name": "inputType",
6958
- "type": {
6959
- "text": "'checkbox' | 'radio'"
6960
- },
6961
- "privacy": "protected",
6962
- "default": "'checkbox'",
6963
- "inheritedFrom": {
6964
- "name": "UmSelectionControl",
6965
- "module": "src/shared/selection-control/selection-control.ts"
6966
- }
6967
- },
6968
- {
6969
- "kind": "field",
6970
- "name": "value",
6971
- "type": {
6972
- "text": "string"
6973
- },
6974
- "default": "'on'",
6975
- "description": "The element value to use in form submission when checked.",
6976
- "attribute": "value",
6977
- "inheritedFrom": {
6978
- "name": "UmSelectionControl",
6979
- "module": "src/shared/selection-control/selection-control.ts"
6980
- }
6981
- },
6982
- {
6983
- "kind": "field",
6984
- "name": "checked",
6985
- "attribute": "checked",
6986
- "inheritedFrom": {
6987
- "name": "UmSelectionControl",
6988
- "module": "src/shared/selection-control/selection-control.ts"
6989
- }
6990
- },
6991
- {
6992
- "kind": "method",
6993
- "name": "#handleClick",
6994
- "inheritedFrom": {
6995
- "name": "UmSelectionControl",
6996
- "module": "src/shared/selection-control/selection-control.ts"
6997
- }
6998
- }
6999
- ],
7000
- "superclass": {
7001
- "name": "UmSelectionControl",
7002
- "module": "/src/shared/selection-control/selection-control.js"
7003
- },
7004
- "tagName": "u-switch",
7005
- "customElement": true,
7006
- "attributes": [
7007
- {
7008
- "name": "name",
7009
- "type": {
7010
- "text": "string | undefined"
7011
- },
7012
- "default": "''",
7013
- "fieldName": "name",
7014
- "inheritedFrom": {
7015
- "name": "UmSelectionControl",
7016
- "module": "src/shared/selection-control/selection-control.ts"
7017
- }
7018
- },
7019
- {
7020
- "name": "disabled",
7021
- "type": {
7022
- "text": "boolean"
7023
- },
7024
- "default": "false",
7025
- "fieldName": "disabled",
7026
- "inheritedFrom": {
7027
- "name": "UmSelectionControl",
7028
- "module": "src/shared/selection-control/selection-control.ts"
7029
- }
7030
- },
7031
- {
7032
- "name": "value",
7033
- "type": {
7034
- "text": "string"
7035
- },
7036
- "default": "'on'",
7037
- "description": "The element value to use in form submission when checked.",
7038
- "fieldName": "value",
7039
- "inheritedFrom": {
7040
- "name": "UmSelectionControl",
7041
- "module": "src/shared/selection-control/selection-control.ts"
7042
- }
7043
- },
7044
- {
7045
- "name": "checked",
7046
- "fieldName": "checked",
7047
- "inheritedFrom": {
7048
- "name": "UmSelectionControl",
7049
- "module": "src/shared/selection-control/selection-control.ts"
7050
- }
7051
- }
7052
- ],
7053
- "events": [
7054
- {
7055
- "name": "change",
7056
- "type": {
7057
- "text": "Event"
7058
- },
7059
- "inheritedFrom": {
7060
- "name": "UmSelectionControl",
7061
- "module": "src/shared/selection-control/selection-control.ts"
7062
- }
7063
- }
7064
- ]
7065
- }
7066
- ],
7067
- "exports": [
7068
- {
7069
- "kind": "js",
7070
- "name": "UmSwitch",
7071
- "declaration": {
7072
- "name": "UmSwitch",
7073
- "module": "src/switch/switch.ts"
7074
- }
7075
- },
7076
- {
7077
- "kind": "custom-element-definition",
7078
- "name": "u-switch",
7079
- "declaration": {
7080
- "name": "UmSwitch",
7081
- "module": "src/switch/switch.ts"
7082
- }
7083
- }
7084
- ]
7085
- },
7086
- {
7087
- "kind": "javascript-module",
7088
- "path": "src/snackbar/snackbar.styles.ts",
7089
- "declarations": [
7090
- {
7091
- "kind": "variable",
7092
- "name": "styles",
7093
- "default": "css `\n :host {\n --u-elevation-level: var(--u-snackbar-elevation-level, 3);\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-medium, 16px));\n position: fixed;\n inset-inline: 0;\n inset-block-end: 0;\n padding: var(--_snackbar-margin);\n z-index: var(--u-snackbar-z-index, 1070);\n display: flex;\n justify-content: center;\n }\n\n .snackbar {\n display: flex;\n align-items: center;\n min-height: var(--u-snackbar-height, 48px);\n color: var(--u-snackbar-text-color, var(--u-color-on-inverse-surface, rgb(245, 239, 247)));\n background-color: var(--u-snackbar-background-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n border-radius: var(--u-snackbar-shape, var(--u-shape-corner-extra-small, 4px));\n animation-name: snackbar-fade-in;\n animation-duration: 450ms;\n animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);\n animation-fill-mode: forwards;\n min-width: var(--u-snackbar-min-width, 100%);\n max-width: var(--u-snackbar-max-width, 100%);\n }\n .snackbar.dismiss {\n animation-name: snackbar-fade-out;\n }\n\n u-button {\n color: var(--u-color-inverse-primary, );\n margin-inline: var(--u-snackbar-text-button-margin, var(--u-spacing-small, 8px));\n }\n\n u-icon-button {\n color: var(--u-color-on-inverse-surface, rgb(245, 239, 247));\n margin-inline: var(--u-snackbar-close-button-margin, var(--u-spacing-extra-small, 4px));\n }\n\n .label {\n flex: 1;\n overflow: hidden;\n color: var(--u-on-inverse-surface-color);\n padding: var(--u-snackbar-text-margin, var(--u-spacing-medium, 16px));\n line-height: 18px;\n }\n\n @media (min-width: 840px) {\n :host {\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-large, 24px));\n }\n .snackbar {\n min-width: var(--u-snackbar-min-width, 288px);\n max-width: var(--u-snackbar-max-width, 568px);\n }\n }\n @keyframes snackbar-fade-in {\n 0% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n }\n @keyframes snackbar-fade-out {\n 0% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n 100% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n }\n`"
7094
- }
7095
- ],
7096
- "exports": [
7097
- {
7098
- "kind": "js",
7099
- "name": "styles",
7100
- "declaration": {
7101
- "name": "styles",
7102
- "module": "src/snackbar/snackbar.styles.ts"
7103
- }
7104
- }
7105
- ]
7106
- },
7107
- {
7108
- "kind": "javascript-module",
7109
- "path": "src/snackbar/snackbar.ts",
7110
- "declarations": [
7111
- {
7112
- "kind": "class",
7113
- "description": "",
7114
- "name": "UmSnackbar",
7115
- "members": [
7116
- {
7117
- "kind": "field",
7118
- "name": "label",
7119
- "type": {
7120
- "text": "string"
7121
- },
7122
- "default": "''",
7123
- "attribute": "label",
7124
- "reflects": true
7125
- },
7126
- {
7127
- "kind": "field",
7128
- "name": "buttonLabel",
7129
- "type": {
7130
- "text": "string"
7131
- },
7132
- "default": "''",
7133
- "attribute": "buttonLabel",
7134
- "reflects": true
7135
- },
7136
- {
7137
- "kind": "field",
7138
- "name": "showClose",
7139
- "type": {
7140
- "text": "boolean"
7141
- },
7142
- "default": "false",
7143
- "attribute": "show-close",
7144
- "reflects": true
7171
+ "attribute": "name",
7172
+ "inheritedFrom": {
7173
+ "name": "UmSelectionControl",
7174
+ "module": "src/shared/selection-control/selection-control.ts"
7175
+ }
7145
7176
  },
7146
7177
  {
7147
7178
  "kind": "field",
7148
- "name": "dismissed",
7179
+ "name": "disabled",
7149
7180
  "type": {
7150
7181
  "text": "boolean"
7151
7182
  },
7152
7183
  "default": "false",
7153
- "attribute": "dismissed",
7154
- "reflects": true
7184
+ "attribute": "disabled",
7185
+ "reflects": true,
7186
+ "inheritedFrom": {
7187
+ "name": "UmSelectionControl",
7188
+ "module": "src/shared/selection-control/selection-control.ts"
7189
+ }
7155
7190
  },
7156
7191
  {
7157
7192
  "kind": "field",
7158
- "name": "duration",
7193
+ "name": "input",
7159
7194
  "type": {
7160
- "text": "SnackbarDuration"
7195
+ "text": "HTMLInputElement"
7161
7196
  },
7162
- "privacy": "private"
7197
+ "inheritedFrom": {
7198
+ "name": "UmSelectionControl",
7199
+ "module": "src/shared/selection-control/selection-control.ts"
7200
+ }
7163
7201
  },
7164
7202
  {
7165
7203
  "kind": "field",
7166
- "name": "snackbar",
7204
+ "name": "form",
7167
7205
  "type": {
7168
- "text": "HTMLElement"
7206
+ "text": "HTMLFormElement | null"
7169
7207
  },
7170
- "privacy": "private"
7171
- },
7172
- {
7173
- "kind": "method",
7174
- "name": "renderButton",
7175
- "privacy": "private"
7176
- },
7177
- {
7178
- "kind": "method",
7179
- "name": "renderCloseButton",
7180
- "privacy": "private"
7181
- },
7182
- {
7183
- "kind": "method",
7184
- "name": "dismiss",
7185
- "return": {
7186
- "type": {
7187
- "text": "void"
7188
- }
7208
+ "inheritedFrom": {
7209
+ "name": "UmSelectionControl",
7210
+ "module": "src/shared/selection-control/selection-control.ts"
7189
7211
  }
7190
7212
  },
7191
7213
  {
7192
7214
  "kind": "field",
7193
- "name": "_queue",
7194
- "type": {
7195
- "text": "UmSnackbar[]"
7196
- },
7215
+ "name": "#checked",
7197
7216
  "privacy": "private",
7198
- "static": true,
7199
- "default": "[]"
7200
- },
7201
- {
7202
- "kind": "field",
7203
- "name": "_consuming",
7204
7217
  "type": {
7205
7218
  "text": "boolean"
7206
7219
  },
7207
- "privacy": "private",
7208
- "static": true
7209
- },
7210
- {
7211
- "kind": "method",
7212
- "name": "show",
7213
- "static": true,
7214
- "return": {
7215
- "type": {
7216
- "text": "UmSnackbar"
7217
- }
7218
- },
7219
- "parameters": [
7220
- {
7221
- "name": "label",
7222
- "type": {
7223
- "text": "string"
7224
- }
7225
- }
7226
- ]
7220
+ "default": "false",
7221
+ "inheritedFrom": {
7222
+ "name": "UmSelectionControl",
7223
+ "module": "src/shared/selection-control/selection-control.ts"
7224
+ }
7227
7225
  },
7228
7226
  {
7229
- "kind": "method",
7230
- "name": "show",
7231
- "static": true,
7232
- "return": {
7233
- "type": {
7234
- "text": "UmSnackbar"
7235
- }
7227
+ "kind": "field",
7228
+ "name": "inputType",
7229
+ "type": {
7230
+ "text": "'checkbox' | 'radio'"
7236
7231
  },
7237
- "parameters": [
7238
- {
7239
- "name": "config",
7240
- "type": {
7241
- "text": "SnackbarConfig"
7242
- }
7243
- }
7244
- ]
7232
+ "privacy": "protected",
7233
+ "default": "'checkbox'",
7234
+ "inheritedFrom": {
7235
+ "name": "UmSelectionControl",
7236
+ "module": "src/shared/selection-control/selection-control.ts"
7237
+ }
7245
7238
  },
7246
7239
  {
7247
- "kind": "method",
7248
- "name": "show",
7249
- "static": true,
7250
- "return": {
7251
- "type": {
7252
- "text": "UmSnackbar"
7253
- }
7240
+ "kind": "field",
7241
+ "name": "value",
7242
+ "type": {
7243
+ "text": "string"
7254
7244
  },
7255
- "parameters": [
7256
- {
7257
- "name": "configOrLabel",
7258
- "type": {
7259
- "text": "SnackbarConfig | string"
7260
- }
7261
- }
7262
- ]
7263
- },
7264
- {
7265
- "kind": "method",
7266
- "name": "consumeQueue",
7267
- "privacy": "private",
7268
- "static": true
7245
+ "default": "'on'",
7246
+ "description": "The element value to use in form submission when checked.",
7247
+ "attribute": "value",
7248
+ "inheritedFrom": {
7249
+ "name": "UmSelectionControl",
7250
+ "module": "src/shared/selection-control/selection-control.ts"
7251
+ }
7269
7252
  },
7270
7253
  {
7271
- "kind": "method",
7272
- "name": "showNext",
7273
- "privacy": "private",
7274
- "static": true
7254
+ "kind": "field",
7255
+ "name": "checked",
7256
+ "attribute": "checked",
7257
+ "inheritedFrom": {
7258
+ "name": "UmSelectionControl",
7259
+ "module": "src/shared/selection-control/selection-control.ts"
7260
+ }
7275
7261
  },
7276
7262
  {
7277
7263
  "kind": "method",
7278
- "name": "createSnackbar",
7279
- "privacy": "private",
7280
- "static": true,
7281
- "return": {
7282
- "type": {
7283
- "text": "UmSnackbar"
7284
- }
7285
- },
7286
- "parameters": [
7287
- {
7288
- "name": "config",
7289
- "type": {
7290
- "text": "SnackbarConfig"
7291
- }
7292
- }
7293
- ]
7264
+ "name": "#handleClick",
7265
+ "inheritedFrom": {
7266
+ "name": "UmSelectionControl",
7267
+ "module": "src/shared/selection-control/selection-control.ts"
7268
+ }
7294
7269
  }
7295
7270
  ],
7271
+ "superclass": {
7272
+ "name": "UmSelectionControl",
7273
+ "module": "/src/shared/selection-control/selection-control.js"
7274
+ },
7275
+ "tagName": "u-switch",
7276
+ "customElement": true,
7296
7277
  "attributes": [
7297
7278
  {
7298
- "name": "label",
7279
+ "name": "name",
7299
7280
  "type": {
7300
- "text": "string"
7281
+ "text": "string | undefined"
7301
7282
  },
7302
7283
  "default": "''",
7303
- "fieldName": "label"
7284
+ "fieldName": "name",
7285
+ "inheritedFrom": {
7286
+ "name": "UmSelectionControl",
7287
+ "module": "src/shared/selection-control/selection-control.ts"
7288
+ }
7304
7289
  },
7305
7290
  {
7306
- "name": "buttonLabel",
7291
+ "name": "disabled",
7307
7292
  "type": {
7308
- "text": "string"
7293
+ "text": "boolean"
7309
7294
  },
7310
- "default": "''",
7311
- "fieldName": "buttonLabel"
7295
+ "default": "false",
7296
+ "fieldName": "disabled",
7297
+ "inheritedFrom": {
7298
+ "name": "UmSelectionControl",
7299
+ "module": "src/shared/selection-control/selection-control.ts"
7300
+ }
7312
7301
  },
7313
7302
  {
7314
- "name": "show-close",
7303
+ "name": "value",
7315
7304
  "type": {
7316
- "text": "boolean"
7305
+ "text": "string"
7317
7306
  },
7318
- "default": "false",
7319
- "fieldName": "showClose"
7307
+ "default": "'on'",
7308
+ "description": "The element value to use in form submission when checked.",
7309
+ "fieldName": "value",
7310
+ "inheritedFrom": {
7311
+ "name": "UmSelectionControl",
7312
+ "module": "src/shared/selection-control/selection-control.ts"
7313
+ }
7320
7314
  },
7321
7315
  {
7322
- "name": "dismissed",
7316
+ "name": "checked",
7317
+ "fieldName": "checked",
7318
+ "inheritedFrom": {
7319
+ "name": "UmSelectionControl",
7320
+ "module": "src/shared/selection-control/selection-control.ts"
7321
+ }
7322
+ }
7323
+ ],
7324
+ "events": [
7325
+ {
7326
+ "name": "change",
7323
7327
  "type": {
7324
- "text": "boolean"
7328
+ "text": "Event"
7325
7329
  },
7326
- "default": "false",
7327
- "fieldName": "dismissed"
7330
+ "inheritedFrom": {
7331
+ "name": "UmSelectionControl",
7332
+ "module": "src/shared/selection-control/selection-control.ts"
7333
+ }
7328
7334
  }
7329
- ],
7330
- "superclass": {
7331
- "name": "LitElement",
7332
- "package": "lit"
7333
- },
7334
- "tagName": "u-snackbar",
7335
- "customElement": true
7335
+ ]
7336
7336
  }
7337
7337
  ],
7338
7338
  "exports": [
7339
7339
  {
7340
7340
  "kind": "js",
7341
- "name": "UmSnackbar",
7341
+ "name": "UmSwitch",
7342
7342
  "declaration": {
7343
- "name": "UmSnackbar",
7344
- "module": "src/snackbar/snackbar.ts"
7343
+ "name": "UmSwitch",
7344
+ "module": "src/switch/switch.ts"
7345
7345
  }
7346
7346
  },
7347
7347
  {
7348
7348
  "kind": "custom-element-definition",
7349
- "name": "u-snackbar",
7349
+ "name": "u-switch",
7350
7350
  "declaration": {
7351
- "name": "UmSnackbar",
7352
- "module": "src/snackbar/snackbar.ts"
7351
+ "name": "UmSwitch",
7352
+ "module": "src/switch/switch.ts"
7353
7353
  }
7354
7354
  }
7355
7355
  ]