@universal-material/web 3.0.61 → 3.0.63

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.
@@ -2656,255 +2656,6 @@
2656
2656
  }
2657
2657
  ]
2658
2658
  },
2659
- {
2660
- "kind": "javascript-module",
2661
- "path": "src/card/card-content.styles.ts",
2662
- "declarations": [
2663
- {
2664
- "kind": "variable",
2665
- "name": "styles",
2666
- "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`"
2667
- }
2668
- ],
2669
- "exports": [
2670
- {
2671
- "kind": "js",
2672
- "name": "styles",
2673
- "declaration": {
2674
- "name": "styles",
2675
- "module": "src/card/card-content.styles.ts"
2676
- }
2677
- }
2678
- ]
2679
- },
2680
- {
2681
- "kind": "javascript-module",
2682
- "path": "src/card/card-content.ts",
2683
- "declarations": [
2684
- {
2685
- "kind": "class",
2686
- "description": "",
2687
- "name": "UmCardContent",
2688
- "members": [
2689
- {
2690
- "kind": "field",
2691
- "name": "hasContent",
2692
- "type": {
2693
- "text": "boolean"
2694
- },
2695
- "default": "false",
2696
- "attribute": "has-content",
2697
- "reflects": true
2698
- },
2699
- {
2700
- "kind": "method",
2701
- "name": "handleSlotChange",
2702
- "privacy": "private",
2703
- "parameters": [
2704
- {
2705
- "name": "e",
2706
- "type": {
2707
- "text": "Event"
2708
- }
2709
- }
2710
- ]
2711
- }
2712
- ],
2713
- "attributes": [
2714
- {
2715
- "name": "has-content",
2716
- "type": {
2717
- "text": "boolean"
2718
- },
2719
- "default": "false",
2720
- "fieldName": "hasContent"
2721
- }
2722
- ],
2723
- "superclass": {
2724
- "name": "LitElement",
2725
- "package": "lit"
2726
- },
2727
- "tagName": "u-card-content",
2728
- "customElement": true
2729
- }
2730
- ],
2731
- "exports": [
2732
- {
2733
- "kind": "js",
2734
- "name": "UmCardContent",
2735
- "declaration": {
2736
- "name": "UmCardContent",
2737
- "module": "src/card/card-content.ts"
2738
- }
2739
- },
2740
- {
2741
- "kind": "custom-element-definition",
2742
- "name": "u-card-content",
2743
- "declaration": {
2744
- "name": "UmCardContent",
2745
- "module": "src/card/card-content.ts"
2746
- }
2747
- }
2748
- ]
2749
- },
2750
- {
2751
- "kind": "javascript-module",
2752
- "path": "src/card/card-media.styles.ts",
2753
- "declarations": [
2754
- {
2755
- "kind": "variable",
2756
- "name": "styles",
2757
- "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`"
2758
- }
2759
- ],
2760
- "exports": [
2761
- {
2762
- "kind": "js",
2763
- "name": "styles",
2764
- "declaration": {
2765
- "name": "styles",
2766
- "module": "src/card/card-media.styles.ts"
2767
- }
2768
- }
2769
- ]
2770
- },
2771
- {
2772
- "kind": "javascript-module",
2773
- "path": "src/card/card-media.ts",
2774
- "declarations": [
2775
- {
2776
- "kind": "class",
2777
- "description": "",
2778
- "name": "UmCardMedia",
2779
- "members": [
2780
- {
2781
- "kind": "field",
2782
- "name": "wide",
2783
- "type": {
2784
- "text": "boolean"
2785
- },
2786
- "default": "false",
2787
- "attribute": "wide",
2788
- "reflects": true
2789
- }
2790
- ],
2791
- "attributes": [
2792
- {
2793
- "name": "wide",
2794
- "type": {
2795
- "text": "boolean"
2796
- },
2797
- "default": "false",
2798
- "fieldName": "wide"
2799
- }
2800
- ],
2801
- "superclass": {
2802
- "name": "LitElement",
2803
- "package": "lit"
2804
- },
2805
- "tagName": "u-card-media",
2806
- "customElement": true
2807
- }
2808
- ],
2809
- "exports": [
2810
- {
2811
- "kind": "js",
2812
- "name": "UmCardMedia",
2813
- "declaration": {
2814
- "name": "UmCardMedia",
2815
- "module": "src/card/card-media.ts"
2816
- }
2817
- },
2818
- {
2819
- "kind": "custom-element-definition",
2820
- "name": "u-card-media",
2821
- "declaration": {
2822
- "name": "UmCardMedia",
2823
- "module": "src/card/card-media.ts"
2824
- }
2825
- }
2826
- ]
2827
- },
2828
- {
2829
- "kind": "javascript-module",
2830
- "path": "src/card/card.styles.ts",
2831
- "declarations": [
2832
- {
2833
- "kind": "variable",
2834
- "name": "styles",
2835
- "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`"
2836
- }
2837
- ],
2838
- "exports": [
2839
- {
2840
- "kind": "js",
2841
- "name": "styles",
2842
- "declaration": {
2843
- "name": "styles",
2844
- "module": "src/card/card.styles.ts"
2845
- }
2846
- }
2847
- ]
2848
- },
2849
- {
2850
- "kind": "javascript-module",
2851
- "path": "src/card/card.ts",
2852
- "declarations": [
2853
- {
2854
- "kind": "class",
2855
- "description": "",
2856
- "name": "UmCard",
2857
- "members": [
2858
- {
2859
- "kind": "field",
2860
- "name": "variant",
2861
- "type": {
2862
- "text": "UmCardVariant"
2863
- },
2864
- "default": "'filled'",
2865
- "description": "The Card variant to render.",
2866
- "attribute": "variant",
2867
- "reflects": true
2868
- }
2869
- ],
2870
- "attributes": [
2871
- {
2872
- "name": "variant",
2873
- "type": {
2874
- "text": "UmCardVariant"
2875
- },
2876
- "default": "'filled'",
2877
- "description": "The Card variant to render.",
2878
- "fieldName": "variant"
2879
- }
2880
- ],
2881
- "superclass": {
2882
- "name": "LitElement",
2883
- "package": "lit"
2884
- },
2885
- "tagName": "u-card",
2886
- "customElement": true
2887
- }
2888
- ],
2889
- "exports": [
2890
- {
2891
- "kind": "js",
2892
- "name": "UmCard",
2893
- "declaration": {
2894
- "name": "UmCard",
2895
- "module": "src/card/card.ts"
2896
- }
2897
- },
2898
- {
2899
- "kind": "custom-element-definition",
2900
- "name": "u-card",
2901
- "declaration": {
2902
- "name": "UmCard",
2903
- "module": "src/card/card.ts"
2904
- }
2905
- }
2906
- ]
2907
- },
2908
2659
  {
2909
2660
  "kind": "javascript-module",
2910
2661
  "path": "src/checkbox/checkbox-list-item.ts",
@@ -3614,12 +3365,12 @@
3614
3365
  },
3615
3366
  {
3616
3367
  "kind": "javascript-module",
3617
- "path": "src/chip/chip-set.styles.ts",
3368
+ "path": "src/card/card-content.styles.ts",
3618
3369
  "declarations": [
3619
3370
  {
3620
3371
  "kind": "variable",
3621
3372
  "name": "styles",
3622
- "default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap: nowrap;\n }\n\n :host([alignment=start]) {\n justify-content: flex-start;\n }\n\n :host([alignment=center]) {\n justify-content: center;\n }\n\n :host([alignment=end]) {\n justify-content: flex-end;\n }\n\n :host {\n flex-wrap: wrap;\n }\n`"
3373
+ "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`"
3623
3374
  }
3624
3375
  ],
3625
3376
  "exports": [
@@ -3628,14 +3379,263 @@
3628
3379
  "name": "styles",
3629
3380
  "declaration": {
3630
3381
  "name": "styles",
3631
- "module": "src/chip/chip-set.styles.ts"
3382
+ "module": "src/card/card-content.styles.ts"
3632
3383
  }
3633
3384
  }
3634
3385
  ]
3635
3386
  },
3636
3387
  {
3637
3388
  "kind": "javascript-module",
3638
- "path": "src/chip/chip-set.ts",
3389
+ "path": "src/card/card-content.ts",
3390
+ "declarations": [
3391
+ {
3392
+ "kind": "class",
3393
+ "description": "",
3394
+ "name": "UmCardContent",
3395
+ "members": [
3396
+ {
3397
+ "kind": "field",
3398
+ "name": "hasContent",
3399
+ "type": {
3400
+ "text": "boolean"
3401
+ },
3402
+ "default": "false",
3403
+ "attribute": "has-content",
3404
+ "reflects": true
3405
+ },
3406
+ {
3407
+ "kind": "method",
3408
+ "name": "handleSlotChange",
3409
+ "privacy": "private",
3410
+ "parameters": [
3411
+ {
3412
+ "name": "e",
3413
+ "type": {
3414
+ "text": "Event"
3415
+ }
3416
+ }
3417
+ ]
3418
+ }
3419
+ ],
3420
+ "attributes": [
3421
+ {
3422
+ "name": "has-content",
3423
+ "type": {
3424
+ "text": "boolean"
3425
+ },
3426
+ "default": "false",
3427
+ "fieldName": "hasContent"
3428
+ }
3429
+ ],
3430
+ "superclass": {
3431
+ "name": "LitElement",
3432
+ "package": "lit"
3433
+ },
3434
+ "tagName": "u-card-content",
3435
+ "customElement": true
3436
+ }
3437
+ ],
3438
+ "exports": [
3439
+ {
3440
+ "kind": "js",
3441
+ "name": "UmCardContent",
3442
+ "declaration": {
3443
+ "name": "UmCardContent",
3444
+ "module": "src/card/card-content.ts"
3445
+ }
3446
+ },
3447
+ {
3448
+ "kind": "custom-element-definition",
3449
+ "name": "u-card-content",
3450
+ "declaration": {
3451
+ "name": "UmCardContent",
3452
+ "module": "src/card/card-content.ts"
3453
+ }
3454
+ }
3455
+ ]
3456
+ },
3457
+ {
3458
+ "kind": "javascript-module",
3459
+ "path": "src/card/card-media.styles.ts",
3460
+ "declarations": [
3461
+ {
3462
+ "kind": "variable",
3463
+ "name": "styles",
3464
+ "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`"
3465
+ }
3466
+ ],
3467
+ "exports": [
3468
+ {
3469
+ "kind": "js",
3470
+ "name": "styles",
3471
+ "declaration": {
3472
+ "name": "styles",
3473
+ "module": "src/card/card-media.styles.ts"
3474
+ }
3475
+ }
3476
+ ]
3477
+ },
3478
+ {
3479
+ "kind": "javascript-module",
3480
+ "path": "src/card/card-media.ts",
3481
+ "declarations": [
3482
+ {
3483
+ "kind": "class",
3484
+ "description": "",
3485
+ "name": "UmCardMedia",
3486
+ "members": [
3487
+ {
3488
+ "kind": "field",
3489
+ "name": "wide",
3490
+ "type": {
3491
+ "text": "boolean"
3492
+ },
3493
+ "default": "false",
3494
+ "attribute": "wide",
3495
+ "reflects": true
3496
+ }
3497
+ ],
3498
+ "attributes": [
3499
+ {
3500
+ "name": "wide",
3501
+ "type": {
3502
+ "text": "boolean"
3503
+ },
3504
+ "default": "false",
3505
+ "fieldName": "wide"
3506
+ }
3507
+ ],
3508
+ "superclass": {
3509
+ "name": "LitElement",
3510
+ "package": "lit"
3511
+ },
3512
+ "tagName": "u-card-media",
3513
+ "customElement": true
3514
+ }
3515
+ ],
3516
+ "exports": [
3517
+ {
3518
+ "kind": "js",
3519
+ "name": "UmCardMedia",
3520
+ "declaration": {
3521
+ "name": "UmCardMedia",
3522
+ "module": "src/card/card-media.ts"
3523
+ }
3524
+ },
3525
+ {
3526
+ "kind": "custom-element-definition",
3527
+ "name": "u-card-media",
3528
+ "declaration": {
3529
+ "name": "UmCardMedia",
3530
+ "module": "src/card/card-media.ts"
3531
+ }
3532
+ }
3533
+ ]
3534
+ },
3535
+ {
3536
+ "kind": "javascript-module",
3537
+ "path": "src/card/card.styles.ts",
3538
+ "declarations": [
3539
+ {
3540
+ "kind": "variable",
3541
+ "name": "styles",
3542
+ "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`"
3543
+ }
3544
+ ],
3545
+ "exports": [
3546
+ {
3547
+ "kind": "js",
3548
+ "name": "styles",
3549
+ "declaration": {
3550
+ "name": "styles",
3551
+ "module": "src/card/card.styles.ts"
3552
+ }
3553
+ }
3554
+ ]
3555
+ },
3556
+ {
3557
+ "kind": "javascript-module",
3558
+ "path": "src/card/card.ts",
3559
+ "declarations": [
3560
+ {
3561
+ "kind": "class",
3562
+ "description": "",
3563
+ "name": "UmCard",
3564
+ "members": [
3565
+ {
3566
+ "kind": "field",
3567
+ "name": "variant",
3568
+ "type": {
3569
+ "text": "UmCardVariant"
3570
+ },
3571
+ "default": "'filled'",
3572
+ "description": "The Card variant to render.",
3573
+ "attribute": "variant",
3574
+ "reflects": true
3575
+ }
3576
+ ],
3577
+ "attributes": [
3578
+ {
3579
+ "name": "variant",
3580
+ "type": {
3581
+ "text": "UmCardVariant"
3582
+ },
3583
+ "default": "'filled'",
3584
+ "description": "The Card variant to render.",
3585
+ "fieldName": "variant"
3586
+ }
3587
+ ],
3588
+ "superclass": {
3589
+ "name": "LitElement",
3590
+ "package": "lit"
3591
+ },
3592
+ "tagName": "u-card",
3593
+ "customElement": true
3594
+ }
3595
+ ],
3596
+ "exports": [
3597
+ {
3598
+ "kind": "js",
3599
+ "name": "UmCard",
3600
+ "declaration": {
3601
+ "name": "UmCard",
3602
+ "module": "src/card/card.ts"
3603
+ }
3604
+ },
3605
+ {
3606
+ "kind": "custom-element-definition",
3607
+ "name": "u-card",
3608
+ "declaration": {
3609
+ "name": "UmCard",
3610
+ "module": "src/card/card.ts"
3611
+ }
3612
+ }
3613
+ ]
3614
+ },
3615
+ {
3616
+ "kind": "javascript-module",
3617
+ "path": "src/chip/chip-set.styles.ts",
3618
+ "declarations": [
3619
+ {
3620
+ "kind": "variable",
3621
+ "name": "styles",
3622
+ "default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap: nowrap;\n }\n\n :host([alignment=start]) {\n justify-content: flex-start;\n }\n\n :host([alignment=center]) {\n justify-content: center;\n }\n\n :host([alignment=end]) {\n justify-content: flex-end;\n }\n\n :host {\n flex-wrap: wrap;\n }\n`"
3623
+ }
3624
+ ],
3625
+ "exports": [
3626
+ {
3627
+ "kind": "js",
3628
+ "name": "styles",
3629
+ "declaration": {
3630
+ "name": "styles",
3631
+ "module": "src/chip/chip-set.styles.ts"
3632
+ }
3633
+ }
3634
+ ]
3635
+ },
3636
+ {
3637
+ "kind": "javascript-module",
3638
+ "path": "src/chip/chip-set.ts",
3639
3639
  "declarations": [
3640
3640
  {
3641
3641
  "kind": "class",
@@ -5975,7 +5975,7 @@
5975
5975
  {
5976
5976
  "kind": "variable",
5977
5977
  "name": "styles",
5978
- "default": "css `\n :host {\n --_control-line-height: var(--u-field-control-line-height, 1.5rem);\n --_label-line-height: var(--u-field-label-line-height, 1rem);\n --_field-icon-size: var(--u-field-icon-size, 1.5rem);\n --_field-control-padding: var(--u-field-control-padding, 16px);\n --_field-control-inline-padding: var(--u-field-control-inline-padding, var(--_field-control-padding));\n --_field-control-block-padding: var(--u-field-control-block-padding, var(--_field-control-padding));\n --_field-min-height: var(--u-field-min-height, 56px);\n --_field-placeholder-color: var(--u-field-placeholder-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n --_disabled-color: var(--u-field-disabled-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-field-disabled-opacity, .38)));\n --_disabled-background-color: var(--u-filled-field-disabled-background-color, rgba(var(--u-color-on-surface-rgb, ), var(--u-filled-field-background-disabled-opacity, .12)));\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n --_color-error: var(--u-field-error-color, var(--u-color-error, rgb(179, 38, 30)));\n --_active-indicator-opacity: 1;\n --_vertical-padding: var(--u-field-vertical-padding, 8px);\n --_icon-size: var(--u-field-icon-size, 1.5rem);\n --_icon-padding: var(--u-field-icon-padding, 12px);\n --_icon-color: var(--u-icon-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n --_focus-border-width: var(--u-text-field-focus-border-width, 2px);\n --_field-control-leading-padding: var(--_field-control-inline-padding);\n --_outlined-label-margin: var(--u-outlined-field-label-margin, 12px);\n --_outlined-label-padding: var(--u-outlined-field-label-padding, 4px);\n --u-label-input-start: auto;\n --u-label-input-span-leading-offset: 0;\n --u-label-input-span-trailing-offset: 0;\n --u-text-field-horizontal-padding: 12px;\n }\n\n .container {\n display: flex;\n align-items: center;\n position: relative;\n }\n .container::before, .container::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n pointer-events: none;\n }\n .container::before {\n background: var(--u-color-on-surface, rgb(29, 27, 32));\n transition: opacity 150ms;\n opacity: 0;\n }\n .container::after {\n border-width: var(--u-field-border-width, 1px);\n border-color: var(--u-field-border-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n @media (hover: hover) {\n :host(:not([disabled]):not([invalid]):hover) .container.filled::before {\n opacity: var(--u-state-hover-opacity, 0.08);\n }\n :host(:not([disabled]):not([invalid]):not(:focus-within):hover) .container::after {\n border-color: var(--u-field-hover-border-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n }\n .icon {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: var(--_icon-size);\n color: var(--_icon-color);\n font-size: var(--_icon-size);\n line-height: var(--_icon-size);\n }\n .icon::slotted(*) {\n flex-shrink: 0;\n }\n\n .leading-icon {\n margin-inline-start: var(--_icon-padding);\n }\n\n .trailing-icon {\n margin-inline-end: var(--_icon-padding);\n }\n\n .label {\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-field-label-line-height, var(--u-body-l-line-height, 1.5rem));\n font-size: var(--u-field-label-font-size, var(--u-body-l-font-size, 1rem));\n letter-spacing: var(--u-field-label-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem));\n font-weight: var(--u-field-label-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400)));\n font-size: var(--u-field-label-font-size, var(--u-body-s-font-size, 0.75rem));\n display: block;\n position: absolute;\n inset-inline-start: var(--_field-control-leading-padding);\n margin-bottom: 0;\n line-height: var(--_label-line-height);\n color: var(--u-field-label-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n transition: inset 200ms, font-size 200ms;\n }\n\n .input-wrapper {\n display: flex;\n align-items: center;\n flex: 1;\n padding-block: var(--_vertical-padding);\n padding-inline: var(--_field-control-inline-padding);\n min-height: var(--_field-min-height);\n transition: opacity 150ms;\n }\n\n .input {\n color: var(--u-field-input-text-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n flex: 1;\n }\n .input:focus {\n outline: 0;\n }\n .input input,\n .input ::slotted(*) {\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-field-control-line-height, var(--u-body-l-line-height, 1.5rem));\n font-size: var(--u-field-control-font-size, var(--u-body-l-font-size, 1rem));\n letter-spacing: var(--u-field-control-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem));\n font-weight: var(--u-field-control-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400)));\n width: 100%;\n color: var(--u-field-input-text-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n min-height: var(--_control-line-height);\n line-height: var(--_control-line-height);\n padding: 0;\n margin: 0;\n appearance: none;\n background: transparent;\n border: none;\n outline: 0 !important;\n }\n .input,\n .input ::slotted(select),\n .input ::slotted(:is(input, textarea))::placeholder {\n transition: color 150ms 100ms;\n }\n .input ::slotted(:is(input, textarea))::placeholder {\n color: var(--_field-placeholder-color);\n }\n\n .supporting-text {\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-field-supporting-text-line-height, var(--u-body-s-line-height, 1rem));\n font-size: var(--u-field-supporting-text-font-size, var(--u-body-s-font-size, 0.75rem));\n letter-spacing: var(--u-field-supporting-text-letter-spacing, var(--u-body-s-letter-spacing, 0.0333333333rem));\n font-weight: var(--u-field-supporting-text-font-weight, var(--u-body-s-font-weight, var(--u-font-weight-regular, 400)));\n display: flex;\n color: var(--u-field-supporting-text, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n padding-inline: 16px;\n gap: 16px;\n }\n .supporting-text div:empty {\n display: none;\n }\n .supporting-text div,\n .supporting-text ::slotted(*) {\n display: inline-block;\n margin-top: 4px;\n }\n\n .error-text {\n display: none;\n }\n\n .counter div, .counter::slotted(*) {\n margin-inline-start: auto;\n }\n\n :host([has-leading-icon]) {\n --_field-control-leading-padding: calc(var(--_icon-padding) + var(--_icon-size) + var(--_field-control-inline-padding)) ;\n }\n\n :host(:not([has-leading-icon])) .leading-icon {\n display: none;\n }\n\n :host(:not([has-trailing-icon])) .trailing-icon {\n display: none;\n }\n\n :host(:focus-within) {\n --u-field-border-width: var(--_focus-border-width);\n }\n :host(:focus-within) .container::after {\n border-color: var(--u-field-focused-border-color, var(--_color-primary));\n }\n :host(:focus-within) .label {\n color: var(--u-field-label-focused-color, var(--_color-primary));\n }\n\n :host([invalid]) .container::after {\n border-color: var(--u-field-error-border-color, var(--_color-error));\n }\n :host([invalid]) .label {\n color: var(--u-field-label-error-color, var(--_color-error));\n }\n :host([invalid]) .supporting-text {\n color: var(--u-field-supporting-text-error-color, var(--_color-error));\n }\n :host([invalid]) .trailing-icon {\n color: var(--u-field-trailing-icon-error-color, var(--_color-error));\n }\n :host([invalid]) .leading-icon {\n color: var(--u-field-leading-icon-error-color, var(--_icon-color));\n }\n\n :host([invalid]) .supporting-text:has(.error-text div:not(:empty)) .error-text,\n :host([invalid][has-error-text]) .error-text {\n display: contents;\n }\n :host([invalid]) .supporting-text:has(.error-text div:not(:empty)) slot[name=supporting-text],\n :host([invalid][has-error-text]) slot[name=supporting-text] {\n display: none;\n }\n\n .container.filled {\n border-radius: var(--u-field-filled-border-radius, 4px 4px 0 0);\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n .container.filled::after {\n border-bottom-style: solid;\n }\n .container.filled:not(.no-label) .input-wrapper {\n padding-top: calc(var(--_vertical-padding) + var(--_label-line-height));\n padding-bottom: var(--_vertical-padding);\n }\n .container.filled .label {\n top: var(--_vertical-padding);\n }\n .container.filled .input ::slotted(:is(input, textarea, select, button)) {\n display: block;\n }\n .container.outlined::after {\n --_mid-point: calc(var(--u-field-label-half-width) + var(--_outlined-label-margin) + var(--_outlined-label-padding));\n border-radius: var(--u-outlined-field-shape-corder, var(--u-shape-corner-small, 8px));\n border-style: solid;\n clip-path: polygon(0 0, var(--_mid-point) 0, var(--_mid-point) var(--_focus-border-width), var(--_mid-point) var(--_focus-border-width), var(--_mid-point) 0, 100% 0, 100% 100%, 0 100%);\n transition: clip-path 100ms;\n }\n .container.outlined .label {\n top: calc(var(--_label-line-height) / -2);\n }\n\n .container.outlined:focus-within::after,\n :host(:not([empty])) .container.outlined::after {\n --_end-point: calc(var(--u-field-label-width) + var(--_outlined-label-margin) + (var(--_outlined-label-padding) * 2));\n clip-path: polygon(0 0, var(--_outlined-label-margin) 0, var(--_outlined-label-margin) var(--_focus-border-width), var(--_end-point) var(--_focus-border-width), var(--_end-point) 0, 100% 0, 100% 100%, 0 100%);\n }\n .container.outlined:focus-within .label,\n :host(:not([empty])) .container.outlined .label {\n inset-inline-start: calc(var(--_outlined-label-margin) + var(--_outlined-label-padding));\n }\n\n :host([empty]) ::slotted(select) {\n color: var(--_field-placeholder-color);\n }\n\n :host([empty]:not(:focus-within)) .label {\n font-size: var(--u-field-label-font-size, var(--u-body-l-font-size, 1rem));\n pointer-events: none;\n top: calc(var(--_field-min-height) / 2 - var(--_label-line-height) / 2);\n }\n :host([empty]:not(:focus-within)) .input-wrapper {\n opacity: 0;\n }\n :host([empty]:not(:focus-within)) .input,\n :host([empty]:not(:focus-within)) ::slotted(:is(input, textarea))::placeholder,\n :host([empty]:not(:focus-within)) ::slotted(select) {\n color: transparent;\n transition: color 150ms;\n }\n\n .container.no-label::after {\n clip-path: none !important;\n }\n\n :host([disabled]) .container .filled {\n background-color: var(--u-filled-field-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-filled-field-background-disabled-opacity, 0.04)));\n }\n :host([disabled]) .container::after {\n border-color: var(--u-field-disabled-border-color, var(--_disabled-color));\n }\n :host([disabled]) .supporting-text {\n color: var(--u-field-supporting-text-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .label {\n color: var(--u-field-label-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .input ::slotted(*) {\n color: var(--u-field-input-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .input ::slotted(:is(input, textarea))::placeholder {\n color: var(--u-field-input-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .trailing-icon {\n color: var(--u-field-trailing-icon-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .leading-icon {\n color: var(--u-field-leading-icon-disabled-color, var(--_disabled-color));\n }\n`"
5978
+ "default": "css `\n :host {\n --_control-line-height: var(--u-field-control-line-height, 1.5rem);\n --_label-line-height: var(--u-field-label-line-height, 1rem);\n --_field-icon-size: var(--u-field-icon-size, 1.5rem);\n --_field-control-padding: var(--u-field-control-padding, 16px);\n --_field-control-inline-padding: var(--u-field-control-inline-padding, var(--_field-control-padding));\n --_field-control-block-padding: var(--u-field-control-block-padding, var(--_field-control-padding));\n --_field-min-height: var(--u-field-min-height, 56px);\n --_field-placeholder-color: var(--u-field-placeholder-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n --_disabled-color: var(--u-field-disabled-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-field-disabled-opacity, .38)));\n --_disabled-background-color: var(--u-filled-field-disabled-background-color, rgba(var(--u-color-on-surface-rgb, ), var(--u-filled-field-background-disabled-opacity, .12)));\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n --_color-error: var(--u-field-error-color, var(--u-color-error, rgb(179, 38, 30)));\n --_active-indicator-opacity: 1;\n --_vertical-padding: var(--u-field-vertical-padding, 8px);\n --_icon-size: var(--u-field-icon-size, 1.5rem);\n --_icon-padding: var(--u-field-icon-padding, 12px);\n --_icon-color: var(--u-icon-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n --_focus-border-width: var(--u-text-field-focus-border-width, 2px);\n --_field-control-leading-padding: var(--_field-control-inline-padding);\n --_outlined-label-margin: var(--u-outlined-field-label-margin, 12px);\n --_outlined-label-padding: var(--u-outlined-field-label-padding, 4px);\n --u-label-input-start: auto;\n --u-label-input-span-leading-offset: 0;\n --u-label-input-span-trailing-offset: 0;\n --u-text-field-horizontal-padding: 12px;\n display: block;\n }\n\n .container {\n display: flex;\n align-items: center;\n position: relative;\n }\n .container::before, .container::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n pointer-events: none;\n }\n .container::before {\n background: var(--u-color-on-surface, rgb(29, 27, 32));\n transition: opacity 150ms;\n opacity: 0;\n }\n .container::after {\n border-width: var(--u-field-border-width, 1px);\n border-color: var(--u-field-border-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n @media (hover: hover) {\n :host(:not([disabled]):not([invalid]):hover) .container.filled::before {\n opacity: var(--u-state-hover-opacity, 0.08);\n }\n :host(:not([disabled]):not([invalid]):not(:focus-within):hover) .container::after {\n border-color: var(--u-field-hover-border-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n }\n .icon {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: var(--_icon-size);\n color: var(--_icon-color);\n font-size: var(--_icon-size);\n line-height: var(--_icon-size);\n }\n .icon::slotted(*) {\n flex-shrink: 0;\n }\n\n .leading-icon {\n margin-inline-start: var(--_icon-padding);\n }\n\n .trailing-icon {\n margin-inline-end: var(--_icon-padding);\n }\n\n .label {\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-field-label-line-height, var(--u-body-l-line-height, 1.5rem));\n font-size: var(--u-field-label-font-size, var(--u-body-l-font-size, 1rem));\n letter-spacing: var(--u-field-label-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem));\n font-weight: var(--u-field-label-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400)));\n font-size: var(--u-field-label-font-size, var(--u-body-s-font-size, 0.75rem));\n display: block;\n position: absolute;\n inset-inline-start: var(--_field-control-leading-padding);\n margin-bottom: 0;\n line-height: var(--_label-line-height);\n color: var(--u-field-label-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n transition: inset 200ms, font-size 200ms;\n }\n\n .input-wrapper {\n display: flex;\n align-items: center;\n flex: 1;\n padding-block: var(--_vertical-padding);\n padding-inline: var(--_field-control-inline-padding);\n min-height: var(--_field-min-height);\n transition: opacity 150ms;\n }\n\n .input {\n color: var(--u-field-input-text-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n flex: 1;\n }\n .input:focus {\n outline: 0;\n }\n .input input,\n .input ::slotted(*) {\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-field-control-line-height, var(--u-body-l-line-height, 1.5rem));\n font-size: var(--u-field-control-font-size, var(--u-body-l-font-size, 1rem));\n letter-spacing: var(--u-field-control-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem));\n font-weight: var(--u-field-control-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400)));\n display: block;\n width: 100%;\n color: var(--u-field-input-text-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n min-height: var(--_control-line-height);\n line-height: var(--_control-line-height);\n padding: 0;\n margin: 0;\n appearance: none;\n background: transparent;\n border: none;\n outline: 0 !important;\n }\n .input,\n .input ::slotted(select),\n .input ::slotted(:is(input, textarea))::placeholder {\n transition: color 150ms 100ms;\n }\n .input ::slotted(:is(input, textarea))::placeholder {\n color: var(--_field-placeholder-color);\n }\n\n .supporting-text {\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-field-supporting-text-line-height, var(--u-body-s-line-height, 1rem));\n font-size: var(--u-field-supporting-text-font-size, var(--u-body-s-font-size, 0.75rem));\n letter-spacing: var(--u-field-supporting-text-letter-spacing, var(--u-body-s-letter-spacing, 0.0333333333rem));\n font-weight: var(--u-field-supporting-text-font-weight, var(--u-body-s-font-weight, var(--u-font-weight-regular, 400)));\n display: flex;\n color: var(--u-field-supporting-text, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n padding-inline: 16px;\n gap: 16px;\n }\n .supporting-text div:empty {\n display: none;\n }\n .supporting-text div,\n .supporting-text ::slotted(*) {\n display: inline-block;\n margin-top: 4px;\n }\n\n .error-text {\n display: none;\n }\n\n .counter div, .counter::slotted(*) {\n margin-inline-start: auto;\n }\n\n :host([has-leading-icon]) {\n --_field-control-leading-padding: calc(var(--_icon-padding) + var(--_icon-size) + var(--_field-control-inline-padding)) ;\n }\n\n :host(:not([has-leading-icon])) .leading-icon {\n display: none;\n }\n\n :host(:not([has-trailing-icon])) .trailing-icon {\n display: none;\n }\n\n :host(:focus-within) {\n --u-field-border-width: var(--_focus-border-width);\n }\n :host(:focus-within) .container::after {\n border-color: var(--u-field-focused-border-color, var(--_color-primary));\n }\n :host(:focus-within) .label {\n color: var(--u-field-label-focused-color, var(--_color-primary));\n }\n\n :host([invalid]) .container::after {\n border-color: var(--u-field-error-border-color, var(--_color-error));\n }\n :host([invalid]) .label {\n color: var(--u-field-label-error-color, var(--_color-error));\n }\n :host([invalid]) .supporting-text {\n color: var(--u-field-supporting-text-error-color, var(--_color-error));\n }\n :host([invalid]) .trailing-icon {\n color: var(--u-field-trailing-icon-error-color, var(--_color-error));\n }\n :host([invalid]) .leading-icon {\n color: var(--u-field-leading-icon-error-color, var(--_icon-color));\n }\n\n :host([invalid]) .supporting-text:has(.error-text div:not(:empty)) .error-text,\n :host([invalid][has-error-text]) .error-text {\n display: contents;\n }\n :host([invalid]) .supporting-text:has(.error-text div:not(:empty)) slot[name=supporting-text],\n :host([invalid][has-error-text]) slot[name=supporting-text] {\n display: none;\n }\n\n .container.filled {\n border-radius: var(--u-field-filled-border-radius, 4px 4px 0 0);\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n .container.filled::after {\n border-bottom-style: solid;\n }\n .container.filled:not(.no-label) .input-wrapper {\n padding-top: calc(var(--_vertical-padding) + var(--_label-line-height));\n padding-bottom: var(--_vertical-padding);\n }\n .container.filled .label {\n top: var(--_vertical-padding);\n }\n .container.filled .input ::slotted(:is(input, textarea, select, button)) {\n display: block;\n }\n .container.outlined::after {\n --_mid-point: calc(var(--u-field-label-half-width) + var(--_outlined-label-margin) + var(--_outlined-label-padding));\n border-radius: var(--u-outlined-field-shape-corder, var(--u-shape-corner-small, 8px));\n border-style: solid;\n clip-path: polygon(0 0, var(--_mid-point) 0, var(--_mid-point) var(--_focus-border-width), var(--_mid-point) var(--_focus-border-width), var(--_mid-point) 0, 100% 0, 100% 100%, 0 100%);\n transition: clip-path 100ms;\n }\n .container.outlined .label {\n top: calc(var(--_label-line-height) / -2);\n }\n\n .container.outlined:focus-within::after,\n :host(:not([empty])) .container.outlined::after {\n --_end-point: calc(var(--u-field-label-width) + var(--_outlined-label-margin) + (var(--_outlined-label-padding) * 2));\n clip-path: polygon(0 0, var(--_outlined-label-margin) 0, var(--_outlined-label-margin) var(--_focus-border-width), var(--_end-point) var(--_focus-border-width), var(--_end-point) 0, 100% 0, 100% 100%, 0 100%);\n }\n .container.outlined:focus-within .label,\n :host(:not([empty])) .container.outlined .label {\n inset-inline-start: calc(var(--_outlined-label-margin) + var(--_outlined-label-padding));\n }\n\n :host([empty]) ::slotted(select) {\n color: var(--_field-placeholder-color);\n }\n\n :host([empty]:not(:focus-within)) .label {\n font-size: var(--u-field-label-font-size, var(--u-body-l-font-size, 1rem));\n pointer-events: none;\n top: calc(var(--_field-min-height) / 2 - var(--_label-line-height) / 2);\n }\n :host([empty]:not(:focus-within)) .input-wrapper {\n opacity: 0;\n }\n :host([empty]:not(:focus-within)) .input,\n :host([empty]:not(:focus-within)) ::slotted(:is(input, textarea))::placeholder,\n :host([empty]:not(:focus-within)) ::slotted(select) {\n color: transparent;\n transition: color 150ms;\n }\n\n .container.no-label::after {\n clip-path: none !important;\n }\n\n :host([disabled]) .container .filled {\n background-color: var(--u-filled-field-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-filled-field-background-disabled-opacity, 0.04)));\n }\n :host([disabled]) .container::after {\n border-color: var(--u-field-disabled-border-color, var(--_disabled-color));\n }\n :host([disabled]) .supporting-text {\n color: var(--u-field-supporting-text-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .label {\n color: var(--u-field-label-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .input ::slotted(*) {\n color: var(--u-field-input-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .input ::slotted(:is(input, textarea))::placeholder {\n color: var(--u-field-input-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .trailing-icon {\n color: var(--u-field-trailing-icon-disabled-color, var(--_disabled-color));\n }\n :host([disabled]) .leading-icon {\n color: var(--u-field-leading-icon-disabled-color, var(--_disabled-color));\n }\n`"
5979
5979
  }
5980
5980
  ],
5981
5981
  "exports": [
@@ -7898,12 +7898,12 @@
7898
7898
  },
7899
7899
  {
7900
7900
  "kind": "javascript-module",
7901
- "path": "src/navigation/drawer-item.styles.ts",
7901
+ "path": "src/progress/circular-progress.styles.ts",
7902
7902
  "declarations": [
7903
7903
  {
7904
7904
  "kind": "variable",
7905
7905
  "name": "styles",
7906
- "default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\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 :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\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 border-radius: inherit;\n width: 100%;\n height: 100%;\n }\n\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`"
7906
+ "default": "css `\n :host {\n position: relative;\n display: inline-block;\n width: var(--_size);\n height: var(--_size);\n margin-inline: auto;\n --_size: var(--u-circular-progress-size, 3rem);\n }\n\n .circular {\n width: 100%;\n height: 100%;\n transform: rotate(-90deg);\n transform-origin: center;\n }\n .circular.indeterminate {\n position: relative;\n animation: rotate 2s linear infinite;\n }\n .circular:not(.indeterminate) .path {\n transition: stroke-dashoffset 200ms linear;\n }\n\n .path {\n stroke-linecap: round;\n stroke: var(--u-circular-progress-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n .track {\n position: absolute;\n inset: 0;\n }\n .track .path {\n stroke: var(--u-circular-progress-track-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n }\n\n .indeterminate .path {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n animation: dash 1.5s ease-in-out infinite;\n }\n\n .on-going {\n transform: rotate(-80deg);\n }\n .on-going.track {\n transform: rotate(-100deg);\n }\n\n @keyframes rotate {\n 0% {\n transform: rotate(0);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n @keyframes dash {\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124;\n }\n }\n`"
7907
7907
  }
7908
7908
  ],
7909
7909
  "exports": [
@@ -7912,394 +7912,512 @@
7912
7912
  "name": "styles",
7913
7913
  "declaration": {
7914
7914
  "name": "styles",
7915
- "module": "src/navigation/drawer-item.styles.ts"
7915
+ "module": "src/progress/circular-progress.styles.ts"
7916
7916
  }
7917
7917
  }
7918
7918
  ]
7919
7919
  },
7920
7920
  {
7921
7921
  "kind": "javascript-module",
7922
- "path": "src/navigation/drawer-item.ts",
7922
+ "path": "src/progress/circular-progress.ts",
7923
7923
  "declarations": [
7924
7924
  {
7925
7925
  "kind": "class",
7926
7926
  "description": "",
7927
- "name": "UmDrawerItem",
7927
+ "name": "UmCircularProgress",
7928
7928
  "members": [
7929
7929
  {
7930
7930
  "kind": "field",
7931
- "name": "hasIcon",
7932
- "type": {
7933
- "text": "boolean"
7934
- },
7935
- "default": "false",
7936
- "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
7937
- "attribute": "has-icon",
7938
- "reflects": true
7939
- },
7940
- {
7941
- "kind": "field",
7942
- "name": "hasBadge",
7943
- "type": {
7944
- "text": "boolean"
7945
- },
7946
- "default": "false",
7947
- "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
7948
- "attribute": "has-badge",
7949
- "reflects": true
7950
- },
7951
- {
7952
- "kind": "field",
7953
- "name": "active",
7954
- "type": {
7955
- "text": "boolean"
7956
- },
7957
- "default": "false",
7958
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
7959
- "attribute": "active",
7960
- "reflects": true
7961
- },
7962
- {
7963
- "kind": "field",
7964
- "name": "keepDrawerOpen",
7965
- "type": {
7966
- "text": "boolean"
7967
- },
7968
- "default": "false",
7969
- "description": "If true, it will not attempt to close de navigation drawer on click",
7970
- "attribute": "keep-drawer-open",
7971
- "reflects": true
7972
- },
7973
- {
7974
- "kind": "field",
7975
- "name": "assignedIcons",
7931
+ "name": "value",
7976
7932
  "type": {
7977
- "text": "HTMLElement[]"
7933
+ "text": "number | undefined"
7978
7934
  },
7979
- "privacy": "private"
7935
+ "attribute": "value"
7980
7936
  },
7981
7937
  {
7982
7938
  "kind": "field",
7983
- "name": "assignedBadges",
7939
+ "name": "max",
7984
7940
  "type": {
7985
- "text": "HTMLElement[]"
7941
+ "text": "number"
7986
7942
  },
7987
- "privacy": "private"
7943
+ "default": "1",
7944
+ "attribute": "max"
7988
7945
  },
7989
7946
  {
7990
7947
  "kind": "method",
7991
- "name": "renderContent",
7992
- "privacy": "protected",
7948
+ "name": "#renderCircle",
7993
7949
  "return": {
7994
7950
  "type": {
7995
- "text": "HTMLTemplateResult"
7951
+ "text": "TemplateResult"
7996
7952
  }
7997
7953
  },
7998
- "inheritedFrom": {
7999
- "name": "UmButtonWrapper",
8000
- "module": "src/shared/button-wrapper.ts"
8001
- }
8002
- },
8003
- {
8004
- "kind": "method",
8005
- "name": "handleIconSlotChange",
8006
- "privacy": "private"
7954
+ "parameters": [
7955
+ {
7956
+ "name": "className",
7957
+ "type": {
7958
+ "text": "string"
7959
+ }
7960
+ }
7961
+ ]
8007
7962
  },
8008
7963
  {
8009
7964
  "kind": "method",
8010
- "name": "handleBadgeSlotChange",
8011
- "privacy": "private"
7965
+ "name": "#renderIndeterminate",
7966
+ "return": {
7967
+ "type": {
7968
+ "text": "TemplateResult"
7969
+ }
7970
+ }
8012
7971
  },
8013
7972
  {
8014
7973
  "kind": "method",
8015
- "name": "handleClick",
8016
- "privacy": "protected",
7974
+ "name": "#renderDeterminate",
8017
7975
  "return": {
8018
7976
  "type": {
8019
- "text": "void"
8020
- }
8021
- },
8022
- "parameters": [
8023
- {
8024
- "name": "_",
8025
- "type": {
8026
- "text": "UIEvent"
8027
- }
7977
+ "text": "TemplateResult"
8028
7978
  }
8029
- ],
8030
- "inheritedFrom": {
8031
- "name": "UmButtonWrapper",
8032
- "module": "src/shared/button-wrapper.ts"
8033
7979
  }
8034
- },
7980
+ }
7981
+ ],
7982
+ "attributes": [
8035
7983
  {
8036
- "kind": "field",
8037
- "name": "disabled",
7984
+ "name": "value",
8038
7985
  "type": {
8039
- "text": "boolean"
7986
+ "text": "number | undefined"
8040
7987
  },
8041
- "default": "false",
8042
- "description": "Whether the button is disabled or not.",
8043
- "attribute": "disabled",
8044
- "reflects": true,
8045
- "inheritedFrom": {
8046
- "name": "UmButtonWrapper",
8047
- "module": "src/shared/button-wrapper.ts"
8048
- }
7988
+ "fieldName": "value"
8049
7989
  },
8050
7990
  {
8051
- "kind": "field",
8052
- "name": "renderRipple",
7991
+ "name": "max",
8053
7992
  "type": {
8054
- "text": "boolean"
7993
+ "text": "number"
8055
7994
  },
8056
- "default": "true",
8057
- "inheritedFrom": {
8058
- "name": "UmButtonWrapper",
8059
- "module": "src/shared/button-wrapper.ts"
8060
- }
8061
- },
7995
+ "default": "1",
7996
+ "fieldName": "max"
7997
+ }
7998
+ ],
7999
+ "superclass": {
8000
+ "name": "LitElement",
8001
+ "package": "lit"
8002
+ },
8003
+ "tagName": "u-circular-progress",
8004
+ "customElement": true
8005
+ }
8006
+ ],
8007
+ "exports": [
8008
+ {
8009
+ "kind": "js",
8010
+ "name": "UmCircularProgress",
8011
+ "declaration": {
8012
+ "name": "UmCircularProgress",
8013
+ "module": "src/progress/circular-progress.ts"
8014
+ }
8015
+ },
8016
+ {
8017
+ "kind": "custom-element-definition",
8018
+ "name": "u-circular-progress",
8019
+ "declaration": {
8020
+ "name": "UmCircularProgress",
8021
+ "module": "src/progress/circular-progress.ts"
8022
+ }
8023
+ }
8024
+ ]
8025
+ },
8026
+ {
8027
+ "kind": "javascript-module",
8028
+ "path": "src/progress/progress-bar.styles.ts",
8029
+ "declarations": [
8030
+ {
8031
+ "kind": "variable",
8032
+ "name": "styles",
8033
+ "default": "css `\n :host {\n --_border-radius: var(--u-progress-bar-border-radius, var(--u-shape-corner-full, 9999px));\n --_height: var(--u-progress-bar-height, 4px);\n }\n\n :host,\n .determinate,\n .indeterminate {\n overflow: hidden;\n border-radius: var(--_border-radius);\n }\n\n .determinate,\n .indeterminate {\n display: flex;\n gap: 4px;\n }\n\n .indeterminate {\n flex: 1;\n margin-inline: -8px;\n border-radius: var(--_border-radius);\n }\n\n .determinate {\n margin-inline-end: -4px;\n }\n .determinate .bar {\n transition: flex-basis 200ms linear;\n }\n\n .last {\n flex-shrink: 1;\n flex-basis: 100%;\n animation: last 2.1s infinite linear;\n }\n\n .slow {\n animation: slow 2.1s infinite linear;\n }\n\n .middle {\n animation: middle 2.1s infinite linear;\n }\n\n .fast {\n animation: fast 2.1s infinite linear;\n }\n\n .first {\n animation: first 2.1s infinite linear;\n }\n\n .bar {\n height: var(--_height);\n border-radius: var(--_border-radius);\n background: var(--u-progress-bar-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n .track {\n background: var(--u-progress-bar-track-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n flex-shrink: 1;\n }\n\n @keyframes slow {\n 0% {\n flex-basis: 0;\n }\n 10% {\n flex-basis: 50%;\n }\n 20% {\n flex-basis: 100%;\n }\n 30% {\n flex-basis: 0;\n }\n }\n @keyframes last {\n 0% {\n flex-basis: 100%;\n }\n 10% {\n flex-basis: 50%;\n }\n 20% {\n flex-basis: 0;\n }\n 100% {\n flex-basis: 0;\n }\n }\n @keyframes middle {\n 10% {\n flex-basis: 0;\n }\n 20% {\n flex-basis: 100%;\n }\n 35% {\n flex-basis: 100%;\n }\n 45% {\n flex-basis: 0;\n }\n }\n @keyframes fast {\n 0% {\n flex-basis: 0;\n }\n 25% {\n flex-basis: 0;\n }\n 35% {\n flex-basis: 100%;\n }\n 45% {\n flex-basis: 100%;\n }\n 55% {\n flex-basis: 0;\n }\n }\n @keyframes first {\n 35% {\n flex-basis: 0;\n }\n 45% {\n flex-basis: 100%;\n }\n 100% {\n flex-basis: 100%;\n }\n }\n @keyframes fast-bar-pre {\n 0% {\n flex-basis: 0;\n }\n 60% {\n flex-basis: 0;\n }\n 90% {\n flex-basis: 100%;\n }\n 100% {\n flex-basis: 100%;\n }\n }\n`"
8034
+ }
8035
+ ],
8036
+ "exports": [
8037
+ {
8038
+ "kind": "js",
8039
+ "name": "styles",
8040
+ "declaration": {
8041
+ "name": "styles",
8042
+ "module": "src/progress/progress-bar.styles.ts"
8043
+ }
8044
+ }
8045
+ ]
8046
+ },
8047
+ {
8048
+ "kind": "javascript-module",
8049
+ "path": "src/progress/progress-bar.ts",
8050
+ "declarations": [
8051
+ {
8052
+ "kind": "class",
8053
+ "description": "",
8054
+ "name": "UmProgressBar",
8055
+ "members": [
8062
8056
  {
8063
8057
  "kind": "field",
8064
- "name": "href",
8058
+ "name": "value",
8065
8059
  "type": {
8066
- "text": "string | undefined"
8060
+ "text": "number | undefined"
8067
8061
  },
8068
- "description": "The URL that the link button points to.",
8069
- "attribute": "href",
8070
- "inheritedFrom": {
8071
- "name": "UmButtonWrapper",
8072
- "module": "src/shared/button-wrapper.ts"
8073
- }
8062
+ "attribute": "value"
8074
8063
  },
8075
8064
  {
8076
8065
  "kind": "field",
8077
- "name": "target",
8066
+ "name": "max",
8078
8067
  "type": {
8079
- "text": "string | undefined"
8068
+ "text": "number"
8080
8069
  },
8081
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
8082
- "attribute": "target",
8083
- "inheritedFrom": {
8084
- "name": "UmButtonWrapper",
8085
- "module": "src/shared/button-wrapper.ts"
8070
+ "default": "1",
8071
+ "attribute": "max"
8072
+ },
8073
+ {
8074
+ "kind": "method",
8075
+ "name": "#renderIndeterminate",
8076
+ "return": {
8077
+ "type": {
8078
+ "text": "TemplateResult"
8079
+ }
8086
8080
  }
8087
8081
  },
8088
8082
  {
8089
- "kind": "field",
8090
- "name": "name",
8083
+ "kind": "method",
8084
+ "name": "#renderDeterminate",
8085
+ "return": {
8086
+ "type": {
8087
+ "text": "TemplateResult"
8088
+ }
8089
+ }
8090
+ }
8091
+ ],
8092
+ "attributes": [
8093
+ {
8094
+ "name": "value",
8091
8095
  "type": {
8092
- "text": "string | undefined"
8096
+ "text": "number | undefined"
8093
8097
  },
8094
- "attribute": "name",
8095
- "inheritedFrom": {
8096
- "name": "UmButtonWrapper",
8097
- "module": "src/shared/button-wrapper.ts"
8098
- }
8098
+ "fieldName": "value"
8099
8099
  },
8100
8100
  {
8101
- "kind": "field",
8102
- "name": "buttonElement",
8101
+ "name": "max",
8103
8102
  "type": {
8104
- "text": "HTMLElement"
8103
+ "text": "number"
8105
8104
  },
8106
- "inheritedFrom": {
8107
- "name": "UmButtonWrapper",
8108
- "module": "src/shared/button-wrapper.ts"
8109
- }
8110
- },
8105
+ "default": "1",
8106
+ "fieldName": "max"
8107
+ }
8108
+ ],
8109
+ "superclass": {
8110
+ "name": "LitElement",
8111
+ "package": "lit"
8112
+ },
8113
+ "tagName": "u-progress-bar",
8114
+ "customElement": true
8115
+ }
8116
+ ],
8117
+ "exports": [
8118
+ {
8119
+ "kind": "js",
8120
+ "name": "UmProgressBar",
8121
+ "declaration": {
8122
+ "name": "UmProgressBar",
8123
+ "module": "src/progress/progress-bar.ts"
8124
+ }
8125
+ },
8126
+ {
8127
+ "kind": "custom-element-definition",
8128
+ "name": "u-progress-bar",
8129
+ "declaration": {
8130
+ "name": "UmProgressBar",
8131
+ "module": "src/progress/progress-bar.ts"
8132
+ }
8133
+ }
8134
+ ]
8135
+ },
8136
+ {
8137
+ "kind": "javascript-module",
8138
+ "path": "src/radio/radio-list-item.ts",
8139
+ "declarations": [
8140
+ {
8141
+ "kind": "class",
8142
+ "description": "",
8143
+ "name": "UmRadioListItem",
8144
+ "mixins": [
8145
+ {
8146
+ "name": "mixinSelectionControlListItem",
8147
+ "module": "/src/shared/selection-control/selection-control-list-item.js"
8148
+ }
8149
+ ],
8150
+ "superclass": {
8151
+ "name": "UmRadio",
8152
+ "module": "/src/radio/radio.js"
8153
+ },
8154
+ "tagName": "u-radio-list-item",
8155
+ "customElement": true,
8156
+ "members": [
8111
8157
  {
8112
8158
  "kind": "field",
8113
- "name": "ripple",
8159
+ "name": "styles",
8114
8160
  "type": {
8115
- "text": "UmRipple"
8161
+ "text": "array"
8116
8162
  },
8117
- "privacy": "private",
8163
+ "static": true,
8164
+ "default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]",
8118
8165
  "inheritedFrom": {
8119
- "name": "UmButtonWrapper",
8120
- "module": "src/shared/button-wrapper.ts"
8166
+ "name": "mixinSelectionControlListItem",
8167
+ "module": "src/shared/selection-control/selection-control-list-item.ts"
8121
8168
  }
8122
8169
  },
8123
8170
  {
8124
- "kind": "field",
8125
- "name": "innerRole",
8126
- "type": {
8127
- "text": "string | null"
8171
+ "kind": "method",
8172
+ "name": "render",
8173
+ "return": {
8174
+ "type": {
8175
+ "text": "HTMLTemplateResult"
8176
+ }
8128
8177
  },
8129
- "privacy": "protected",
8130
- "default": "null",
8131
8178
  "inheritedFrom": {
8132
- "name": "UmButtonWrapper",
8133
- "module": "src/shared/button-wrapper.ts"
8179
+ "name": "mixinSelectionControlListItem",
8180
+ "module": "src/shared/selection-control/selection-control-list-item.ts"
8134
8181
  }
8135
8182
  },
8136
8183
  {
8137
8184
  "kind": "field",
8138
- "name": "pathname",
8185
+ "name": "hideStateLayer",
8139
8186
  "type": {
8140
- "text": "string"
8187
+ "text": "boolean"
8141
8188
  },
8189
+ "default": "false",
8190
+ "attribute": "hide-state-layer",
8191
+ "reflects": true,
8142
8192
  "inheritedFrom": {
8143
- "name": "UmButtonWrapper",
8144
- "module": "src/shared/button-wrapper.ts"
8193
+ "name": "UmRadio",
8194
+ "module": "src/radio/radio.ts"
8145
8195
  }
8146
8196
  },
8147
8197
  {
8148
- "kind": "method",
8149
- "name": "renderButton",
8150
- "privacy": "private",
8198
+ "kind": "field",
8199
+ "name": "inputType",
8200
+ "type": {
8201
+ "text": "'checkbox' | 'radio'"
8202
+ },
8203
+ "privacy": "protected",
8204
+ "default": "'radio'",
8151
8205
  "inheritedFrom": {
8152
- "name": "UmButtonWrapper",
8153
- "module": "src/shared/button-wrapper.ts"
8206
+ "name": "UmSelectionControl",
8207
+ "module": "src/shared/selection-control/selection-control.ts"
8154
8208
  }
8155
8209
  },
8156
8210
  {
8157
8211
  "kind": "method",
8158
- "name": "renderLink",
8159
- "privacy": "private",
8212
+ "name": "renderIndicator",
8213
+ "privacy": "protected",
8214
+ "return": {
8215
+ "type": {
8216
+ "text": "HTMLTemplateResult"
8217
+ }
8218
+ },
8160
8219
  "inheritedFrom": {
8161
- "name": "UmButtonWrapper",
8162
- "module": "src/shared/button-wrapper.ts"
8220
+ "name": "UmSelectionControl",
8221
+ "module": "src/shared/selection-control/selection-control.ts"
8163
8222
  }
8164
8223
  },
8165
8224
  {
8166
- "kind": "method",
8167
- "name": "focus",
8225
+ "kind": "field",
8226
+ "name": "checked",
8227
+ "attribute": "checked",
8168
8228
  "inheritedFrom": {
8169
- "name": "UmButtonWrapper",
8170
- "module": "src/shared/button-wrapper.ts"
8229
+ "name": "UmSelectionControl",
8230
+ "module": "src/shared/selection-control/selection-control.ts"
8171
8231
  }
8172
8232
  },
8173
8233
  {
8174
- "kind": "method",
8175
- "name": "blur",
8234
+ "kind": "field",
8235
+ "name": "#siblings",
8236
+ "privacy": "private",
8237
+ "type": {
8238
+ "text": "UmRadio[]"
8239
+ },
8176
8240
  "inheritedFrom": {
8177
- "name": "UmButtonWrapper",
8178
- "module": "src/shared/button-wrapper.ts"
8241
+ "name": "UmRadio",
8242
+ "module": "src/radio/radio.ts"
8179
8243
  }
8180
8244
  },
8181
8245
  {
8182
8246
  "kind": "method",
8183
- "name": "getAriaLabel",
8184
- "privacy": "protected",
8185
- "return": {
8186
- "type": {
8187
- "text": "string | null"
8247
+ "name": "#handleKeyDown",
8248
+ "parameters": [
8249
+ {
8250
+ "name": "event",
8251
+ "type": {
8252
+ "text": "KeyboardEvent"
8253
+ }
8188
8254
  }
8189
- },
8255
+ ],
8190
8256
  "inheritedFrom": {
8191
- "name": "UmButtonWrapper",
8192
- "module": "src/shared/button-wrapper.ts"
8257
+ "name": "UmRadio",
8258
+ "module": "src/radio/radio.ts"
8193
8259
  }
8194
8260
  },
8195
8261
  {
8196
8262
  "kind": "method",
8197
- "name": "innerFocusHandler",
8263
+ "name": "ensureOnlyOneChecked",
8198
8264
  "privacy": "private",
8199
- "return": {
8200
- "type": {
8201
- "text": "void"
8202
- }
8203
- },
8204
8265
  "inheritedFrom": {
8205
- "name": "UmButtonWrapper",
8206
- "module": "src/shared/button-wrapper.ts"
8266
+ "name": "UmRadio",
8267
+ "module": "src/radio/radio.ts"
8207
8268
  }
8208
8269
  },
8209
8270
  {
8210
8271
  "kind": "method",
8211
- "name": "#innerClickHandler",
8212
- "return": {
8213
- "type": {
8214
- "text": "void"
8215
- }
8216
- },
8217
- "parameters": [
8218
- {
8219
- "name": "event",
8220
- "type": {
8221
- "text": "MouseEvent"
8222
- }
8223
- }
8224
- ],
8272
+ "name": "uncheckSiblings",
8273
+ "privacy": "private",
8225
8274
  "inheritedFrom": {
8226
- "name": "UmButtonWrapper",
8227
- "module": "src/shared/button-wrapper.ts"
8275
+ "name": "UmRadio",
8276
+ "module": "src/radio/radio.ts"
8228
8277
  }
8229
- }
8230
- ],
8231
- "attributes": [
8232
- {
8233
- "name": "has-icon",
8234
- "type": {
8235
- "text": "boolean"
8236
- },
8237
- "default": "false",
8238
- "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
8239
- "fieldName": "hasIcon"
8240
8278
  },
8241
8279
  {
8242
- "name": "has-badge",
8280
+ "kind": "field",
8281
+ "name": "formAssociated",
8243
8282
  "type": {
8244
8283
  "text": "boolean"
8245
8284
  },
8246
- "default": "false",
8247
- "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
8248
- "fieldName": "hasBadge"
8285
+ "static": true,
8286
+ "default": "true",
8287
+ "inheritedFrom": {
8288
+ "name": "UmSelectionControl",
8289
+ "module": "src/shared/selection-control/selection-control.ts"
8290
+ }
8249
8291
  },
8250
8292
  {
8251
- "name": "active",
8293
+ "kind": "field",
8294
+ "name": "elementInternals",
8252
8295
  "type": {
8253
- "text": "boolean"
8296
+ "text": "ElementInternals"
8254
8297
  },
8255
- "default": "false",
8256
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
8257
- "fieldName": "active"
8298
+ "privacy": "protected",
8299
+ "inheritedFrom": {
8300
+ "name": "UmSelectionControl",
8301
+ "module": "src/shared/selection-control/selection-control.ts"
8302
+ }
8258
8303
  },
8259
8304
  {
8260
- "name": "keep-drawer-open",
8305
+ "kind": "field",
8306
+ "name": "name",
8261
8307
  "type": {
8262
- "text": "boolean"
8308
+ "text": "string | undefined"
8263
8309
  },
8264
- "default": "false",
8265
- "description": "If true, it will not attempt to close de navigation drawer on click",
8266
- "fieldName": "keepDrawerOpen"
8310
+ "default": "''",
8311
+ "attribute": "name",
8312
+ "inheritedFrom": {
8313
+ "name": "UmSelectionControl",
8314
+ "module": "src/shared/selection-control/selection-control.ts"
8315
+ }
8267
8316
  },
8268
8317
  {
8318
+ "kind": "field",
8269
8319
  "name": "disabled",
8270
8320
  "type": {
8271
8321
  "text": "boolean"
8272
8322
  },
8273
8323
  "default": "false",
8274
- "description": "Whether the button is disabled or not.",
8275
- "fieldName": "disabled",
8324
+ "attribute": "disabled",
8325
+ "reflects": true,
8276
8326
  "inheritedFrom": {
8277
- "name": "UmButtonWrapper",
8278
- "module": "src/shared/button-wrapper.ts"
8327
+ "name": "UmSelectionControl",
8328
+ "module": "src/shared/selection-control/selection-control.ts"
8279
8329
  }
8280
8330
  },
8281
8331
  {
8282
- "name": "href",
8332
+ "kind": "field",
8333
+ "name": "input",
8283
8334
  "type": {
8284
- "text": "string | undefined"
8335
+ "text": "HTMLInputElement"
8285
8336
  },
8286
- "description": "The URL that the link button points to.",
8287
- "fieldName": "href",
8288
8337
  "inheritedFrom": {
8289
- "name": "UmButtonWrapper",
8290
- "module": "src/shared/button-wrapper.ts"
8338
+ "name": "UmSelectionControl",
8339
+ "module": "src/shared/selection-control/selection-control.ts"
8291
8340
  }
8292
8341
  },
8293
8342
  {
8294
- "name": "target",
8343
+ "kind": "field",
8344
+ "name": "form",
8295
8345
  "type": {
8296
- "text": "string | undefined"
8346
+ "text": "HTMLFormElement | null"
8297
8347
  },
8298
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
8299
- "fieldName": "target",
8300
8348
  "inheritedFrom": {
8301
- "name": "UmButtonWrapper",
8302
- "module": "src/shared/button-wrapper.ts"
8349
+ "name": "UmSelectionControl",
8350
+ "module": "src/shared/selection-control/selection-control.ts"
8351
+ }
8352
+ },
8353
+ {
8354
+ "kind": "field",
8355
+ "name": "#checked",
8356
+ "privacy": "private",
8357
+ "type": {
8358
+ "text": "boolean"
8359
+ },
8360
+ "default": "false",
8361
+ "inheritedFrom": {
8362
+ "name": "UmSelectionControl",
8363
+ "module": "src/shared/selection-control/selection-control.ts"
8364
+ }
8365
+ },
8366
+ {
8367
+ "kind": "field",
8368
+ "name": "renderRipple",
8369
+ "type": {
8370
+ "text": "boolean"
8371
+ },
8372
+ "privacy": "protected",
8373
+ "default": "true",
8374
+ "inheritedFrom": {
8375
+ "name": "UmSelectionControl",
8376
+ "module": "src/shared/selection-control/selection-control.ts"
8377
+ }
8378
+ },
8379
+ {
8380
+ "kind": "field",
8381
+ "name": "value",
8382
+ "type": {
8383
+ "text": "string"
8384
+ },
8385
+ "default": "'on'",
8386
+ "description": "The element value to use in form submission when checked.",
8387
+ "attribute": "value",
8388
+ "inheritedFrom": {
8389
+ "name": "UmSelectionControl",
8390
+ "module": "src/shared/selection-control/selection-control.ts"
8391
+ }
8392
+ },
8393
+ {
8394
+ "kind": "method",
8395
+ "name": "#handleClick",
8396
+ "parameters": [
8397
+ {
8398
+ "name": "e",
8399
+ "type": {
8400
+ "text": "Event"
8401
+ }
8402
+ }
8403
+ ],
8404
+ "inheritedFrom": {
8405
+ "name": "UmSelectionControl",
8406
+ "module": "src/shared/selection-control/selection-control.ts"
8407
+ }
8408
+ }
8409
+ ],
8410
+ "attributes": [
8411
+ {
8412
+ "name": "hide-state-layer",
8413
+ "type": {
8414
+ "text": "boolean"
8415
+ },
8416
+ "default": "false",
8417
+ "fieldName": "hideStateLayer",
8418
+ "inheritedFrom": {
8419
+ "name": "UmRadio",
8420
+ "module": "src/radio/radio.ts"
8303
8421
  }
8304
8422
  },
8305
8423
  {
@@ -8307,126 +8425,98 @@
8307
8425
  "type": {
8308
8426
  "text": "string | undefined"
8309
8427
  },
8428
+ "default": "''",
8310
8429
  "fieldName": "name",
8311
8430
  "inheritedFrom": {
8312
- "name": "UmButtonWrapper",
8313
- "module": "src/shared/button-wrapper.ts"
8431
+ "name": "UmSelectionControl",
8432
+ "module": "src/shared/selection-control/selection-control.ts"
8433
+ }
8434
+ },
8435
+ {
8436
+ "name": "disabled",
8437
+ "type": {
8438
+ "text": "boolean"
8439
+ },
8440
+ "default": "false",
8441
+ "fieldName": "disabled",
8442
+ "inheritedFrom": {
8443
+ "name": "UmSelectionControl",
8444
+ "module": "src/shared/selection-control/selection-control.ts"
8445
+ }
8446
+ },
8447
+ {
8448
+ "name": "value",
8449
+ "type": {
8450
+ "text": "string"
8451
+ },
8452
+ "default": "'on'",
8453
+ "description": "The element value to use in form submission when checked.",
8454
+ "fieldName": "value",
8455
+ "inheritedFrom": {
8456
+ "name": "UmSelectionControl",
8457
+ "module": "src/shared/selection-control/selection-control.ts"
8458
+ }
8459
+ },
8460
+ {
8461
+ "name": "checked",
8462
+ "fieldName": "checked",
8463
+ "inheritedFrom": {
8464
+ "name": "UmSelectionControl",
8465
+ "module": "src/shared/selection-control/selection-control.ts"
8314
8466
  }
8315
8467
  }
8316
8468
  ],
8317
- "superclass": {
8318
- "name": "UmButtonWrapper",
8319
- "module": "/src/shared/button-wrapper.js"
8320
- },
8321
- "tagName": "u-drawer-item",
8322
- "customElement": true
8323
- }
8324
- ],
8325
- "exports": [
8326
- {
8327
- "kind": "js",
8328
- "name": "UmDrawerItem",
8329
- "declaration": {
8330
- "name": "UmDrawerItem",
8331
- "module": "src/navigation/drawer-item.ts"
8332
- }
8333
- },
8334
- {
8335
- "kind": "custom-element-definition",
8336
- "name": "u-drawer-item",
8337
- "declaration": {
8338
- "name": "UmDrawerItem",
8339
- "module": "src/navigation/drawer-item.ts"
8340
- }
8341
- }
8342
- ]
8343
- },
8344
- {
8345
- "kind": "javascript-module",
8346
- "path": "src/navigation/drawer.styles.ts",
8347
- "declarations": [
8348
- {
8349
- "kind": "variable",
8350
- "name": "styles",
8351
- "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`"
8352
- }
8353
- ],
8354
- "exports": [
8355
- {
8356
- "kind": "js",
8357
- "name": "styles",
8358
- "declaration": {
8359
- "name": "styles",
8360
- "module": "src/navigation/drawer.styles.ts"
8361
- }
8362
- }
8363
- ]
8364
- },
8365
- {
8366
- "kind": "javascript-module",
8367
- "path": "src/navigation/drawer.ts",
8368
- "declarations": [
8369
- {
8370
- "kind": "class",
8371
- "description": "",
8372
- "name": "UmDrawer",
8373
- "members": [],
8374
- "superclass": {
8375
- "name": "LitElement",
8376
- "package": "lit"
8377
- },
8378
- "tagName": "u-drawer",
8379
- "customElement": true
8469
+ "events": [
8470
+ {
8471
+ "name": "input",
8472
+ "type": {
8473
+ "text": "InputEvent"
8474
+ },
8475
+ "inheritedFrom": {
8476
+ "name": "UmSelectionControl",
8477
+ "module": "src/shared/selection-control/selection-control.ts"
8478
+ }
8479
+ },
8480
+ {
8481
+ "name": "change",
8482
+ "type": {
8483
+ "text": "Event"
8484
+ },
8485
+ "inheritedFrom": {
8486
+ "name": "UmSelectionControl",
8487
+ "module": "src/shared/selection-control/selection-control.ts"
8488
+ }
8489
+ }
8490
+ ]
8380
8491
  }
8381
8492
  ],
8382
8493
  "exports": [
8383
8494
  {
8384
8495
  "kind": "js",
8385
- "name": "UmDrawer",
8496
+ "name": "UmRadioListItem",
8386
8497
  "declaration": {
8387
- "name": "UmDrawer",
8388
- "module": "src/navigation/drawer.ts"
8498
+ "name": "UmRadioListItem",
8499
+ "module": "src/radio/radio-list-item.ts"
8389
8500
  }
8390
8501
  },
8391
8502
  {
8392
8503
  "kind": "custom-element-definition",
8393
- "name": "u-drawer",
8394
- "declaration": {
8395
- "name": "UmDrawer",
8396
- "module": "src/navigation/drawer.ts"
8397
- }
8398
- }
8399
- ]
8400
- },
8401
- {
8402
- "kind": "javascript-module",
8403
- "path": "src/navigation/side-navigation-swiper.styles.ts",
8404
- "declarations": [
8405
- {
8406
- "kind": "variable",
8407
- "name": "styles",
8408
- "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`"
8409
- }
8410
- ],
8411
- "exports": [
8412
- {
8413
- "kind": "js",
8414
- "name": "styles",
8504
+ "name": "u-radio-list-item",
8415
8505
  "declaration": {
8416
- "name": "styles",
8417
- "module": "src/navigation/side-navigation-swiper.styles.ts"
8506
+ "name": "UmRadioListItem",
8507
+ "module": "src/radio/radio-list-item.ts"
8418
8508
  }
8419
8509
  }
8420
8510
  ]
8421
8511
  },
8422
8512
  {
8423
8513
  "kind": "javascript-module",
8424
- "path": "src/navigation/side-navigation.styles.ts",
8514
+ "path": "src/radio/radio.styles.ts",
8425
8515
  "declarations": [
8426
8516
  {
8427
8517
  "kind": "variable",
8428
8518
  "name": "styles",
8429
- "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`"
8519
+ "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`"
8430
8520
  }
8431
8521
  ],
8432
8522
  "exports": [
@@ -8435,381 +8525,327 @@
8435
8525
  "name": "styles",
8436
8526
  "declaration": {
8437
8527
  "name": "styles",
8438
- "module": "src/navigation/side-navigation.styles.ts"
8528
+ "module": "src/radio/radio.styles.ts"
8439
8529
  }
8440
8530
  }
8441
8531
  ]
8442
8532
  },
8443
8533
  {
8444
8534
  "kind": "javascript-module",
8445
- "path": "src/navigation/side-navigation.ts",
8535
+ "path": "src/radio/radio.ts",
8446
8536
  "declarations": [
8447
8537
  {
8448
8538
  "kind": "class",
8449
8539
  "description": "",
8450
- "name": "UmSideNavigation",
8540
+ "name": "UmRadio",
8451
8541
  "members": [
8452
8542
  {
8453
8543
  "kind": "field",
8454
- "name": "#toggleDrawer",
8455
- "privacy": "private",
8544
+ "name": "hideStateLayer",
8456
8545
  "type": {
8457
8546
  "text": "boolean"
8458
8547
  },
8459
- "default": "false"
8548
+ "default": "false",
8549
+ "attribute": "hide-state-layer",
8550
+ "reflects": true
8460
8551
  },
8461
8552
  {
8462
8553
  "kind": "field",
8463
- "name": "disableSlideAnimation",
8554
+ "name": "inputType",
8464
8555
  "type": {
8465
- "text": "boolean"
8556
+ "text": "'checkbox' | 'radio'"
8466
8557
  },
8467
- "privacy": "private",
8468
- "default": "false"
8469
- },
8470
- {
8471
- "kind": "field",
8472
- "name": "toggleDrawer",
8473
- "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`",
8474
- "attribute": "toggle-drawer"
8558
+ "privacy": "protected",
8559
+ "default": "'radio'",
8560
+ "inheritedFrom": {
8561
+ "name": "UmSelectionControl",
8562
+ "module": "src/shared/selection-control/selection-control.ts"
8563
+ }
8475
8564
  },
8476
8565
  {
8477
- "kind": "field",
8478
- "name": "swiperContainer",
8479
- "type": {
8480
- "text": "any"
8566
+ "kind": "method",
8567
+ "name": "renderIndicator",
8568
+ "privacy": "protected",
8569
+ "return": {
8570
+ "type": {
8571
+ "text": "HTMLTemplateResult"
8572
+ }
8573
+ },
8574
+ "inheritedFrom": {
8575
+ "name": "UmSelectionControl",
8576
+ "module": "src/shared/selection-control/selection-control.ts"
8481
8577
  }
8482
8578
  },
8483
8579
  {
8484
8580
  "kind": "field",
8485
- "name": "scrim",
8486
- "type": {
8487
- "text": "HTMLElement"
8581
+ "name": "checked",
8582
+ "attribute": "checked",
8583
+ "inheritedFrom": {
8584
+ "name": "UmSelectionControl",
8585
+ "module": "src/shared/selection-control/selection-control.ts"
8488
8586
  }
8489
8587
  },
8490
8588
  {
8491
8589
  "kind": "field",
8492
- "name": "scrollContainer",
8590
+ "name": "#siblings",
8591
+ "privacy": "private",
8493
8592
  "type": {
8494
- "text": "HTMLElement | undefined"
8593
+ "text": "UmRadio[]"
8495
8594
  }
8496
8595
  },
8497
8596
  {
8498
8597
  "kind": "method",
8499
- "name": "renderDefault",
8500
- "privacy": "private"
8598
+ "name": "#handleKeyDown",
8599
+ "parameters": [
8600
+ {
8601
+ "name": "event",
8602
+ "type": {
8603
+ "text": "KeyboardEvent"
8604
+ }
8605
+ }
8606
+ ]
8501
8607
  },
8502
8608
  {
8503
8609
  "kind": "method",
8504
- "name": "renderWithSwipe",
8610
+ "name": "ensureOnlyOneChecked",
8505
8611
  "privacy": "private"
8506
8612
  },
8507
8613
  {
8508
8614
  "kind": "method",
8509
- "name": "swiperActiveIndexChange",
8615
+ "name": "uncheckSiblings",
8510
8616
  "privacy": "private"
8511
8617
  },
8512
8618
  {
8513
- "kind": "method",
8514
- "name": "swiperTransitionStart",
8515
- "privacy": "private"
8619
+ "kind": "field",
8620
+ "name": "formAssociated",
8621
+ "type": {
8622
+ "text": "boolean"
8623
+ },
8624
+ "static": true,
8625
+ "default": "true",
8626
+ "inheritedFrom": {
8627
+ "name": "UmSelectionControl",
8628
+ "module": "src/shared/selection-control/selection-control.ts"
8629
+ }
8516
8630
  },
8517
8631
  {
8518
- "kind": "method",
8519
- "name": "slidesGridLengthChange",
8520
- "privacy": "private"
8632
+ "kind": "field",
8633
+ "name": "elementInternals",
8634
+ "type": {
8635
+ "text": "ElementInternals"
8636
+ },
8637
+ "privacy": "protected",
8638
+ "inheritedFrom": {
8639
+ "name": "UmSelectionControl",
8640
+ "module": "src/shared/selection-control/selection-control.ts"
8641
+ }
8521
8642
  },
8522
8643
  {
8523
- "kind": "method",
8524
- "name": "swiperTransitionEnd",
8525
- "privacy": "private"
8644
+ "kind": "field",
8645
+ "name": "name",
8646
+ "type": {
8647
+ "text": "string | undefined"
8648
+ },
8649
+ "default": "''",
8650
+ "attribute": "name",
8651
+ "inheritedFrom": {
8652
+ "name": "UmSelectionControl",
8653
+ "module": "src/shared/selection-control/selection-control.ts"
8654
+ }
8526
8655
  },
8527
8656
  {
8528
- "kind": "method",
8529
- "name": "swiperSliderMove",
8530
- "privacy": "private",
8531
- "parameters": [
8532
- {
8533
- "name": "e",
8534
- "type": {
8535
- "text": "Event"
8536
- }
8537
- }
8538
- ]
8657
+ "kind": "field",
8658
+ "name": "disabled",
8659
+ "type": {
8660
+ "text": "boolean"
8661
+ },
8662
+ "default": "false",
8663
+ "attribute": "disabled",
8664
+ "reflects": true,
8665
+ "inheritedFrom": {
8666
+ "name": "UmSelectionControl",
8667
+ "module": "src/shared/selection-control/selection-control.ts"
8668
+ }
8539
8669
  },
8540
8670
  {
8541
- "kind": "method",
8542
- "name": "scrimClick",
8543
- "privacy": "private"
8544
- }
8545
- ],
8546
- "attributes": [
8547
- {
8548
- "name": "toggle-drawer",
8549
- "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`",
8550
- "fieldName": "toggleDrawer"
8551
- }
8552
- ],
8553
- "superclass": {
8554
- "name": "LitElement",
8555
- "package": "lit"
8556
- },
8557
- "tagName": "u-side-navigation",
8558
- "customElement": true
8559
- }
8560
- ],
8561
- "exports": [
8562
- {
8563
- "kind": "js",
8564
- "name": "UmSideNavigation",
8565
- "declaration": {
8566
- "name": "UmSideNavigation",
8567
- "module": "src/navigation/side-navigation.ts"
8568
- }
8569
- },
8570
- {
8571
- "kind": "custom-element-definition",
8572
- "name": "u-side-navigation",
8573
- "declaration": {
8574
- "name": "UmSideNavigation",
8575
- "module": "src/navigation/side-navigation.ts"
8576
- }
8577
- }
8578
- ]
8579
- },
8580
- {
8581
- "kind": "javascript-module",
8582
- "path": "src/progress/circular-progress.styles.ts",
8583
- "declarations": [
8584
- {
8585
- "kind": "variable",
8586
- "name": "styles",
8587
- "default": "css `\n :host {\n position: relative;\n display: inline-block;\n width: var(--_size);\n height: var(--_size);\n margin-inline: auto;\n --_size: var(--u-circular-progress-size, 3rem);\n }\n\n .circular {\n width: 100%;\n height: 100%;\n transform: rotate(-90deg);\n transform-origin: center;\n }\n .circular.indeterminate {\n position: relative;\n animation: rotate 2s linear infinite;\n }\n .circular:not(.indeterminate) .path {\n transition: stroke-dashoffset 200ms linear;\n }\n\n .path {\n stroke-linecap: round;\n stroke: var(--u-circular-progress-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n .track {\n position: absolute;\n inset: 0;\n }\n .track .path {\n stroke: var(--u-circular-progress-track-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n }\n\n .indeterminate .path {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n animation: dash 1.5s ease-in-out infinite;\n }\n\n .on-going {\n transform: rotate(-80deg);\n }\n .on-going.track {\n transform: rotate(-100deg);\n }\n\n @keyframes rotate {\n 0% {\n transform: rotate(0);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n @keyframes dash {\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124;\n }\n }\n`"
8588
- }
8589
- ],
8590
- "exports": [
8591
- {
8592
- "kind": "js",
8593
- "name": "styles",
8594
- "declaration": {
8595
- "name": "styles",
8596
- "module": "src/progress/circular-progress.styles.ts"
8597
- }
8598
- }
8599
- ]
8600
- },
8601
- {
8602
- "kind": "javascript-module",
8603
- "path": "src/progress/circular-progress.ts",
8604
- "declarations": [
8605
- {
8606
- "kind": "class",
8607
- "description": "",
8608
- "name": "UmCircularProgress",
8609
- "members": [
8671
+ "kind": "field",
8672
+ "name": "input",
8673
+ "type": {
8674
+ "text": "HTMLInputElement"
8675
+ },
8676
+ "inheritedFrom": {
8677
+ "name": "UmSelectionControl",
8678
+ "module": "src/shared/selection-control/selection-control.ts"
8679
+ }
8680
+ },
8610
8681
  {
8611
8682
  "kind": "field",
8612
- "name": "value",
8683
+ "name": "form",
8613
8684
  "type": {
8614
- "text": "number | undefined"
8685
+ "text": "HTMLFormElement | null"
8615
8686
  },
8616
- "attribute": "value"
8687
+ "inheritedFrom": {
8688
+ "name": "UmSelectionControl",
8689
+ "module": "src/shared/selection-control/selection-control.ts"
8690
+ }
8617
8691
  },
8618
8692
  {
8619
8693
  "kind": "field",
8620
- "name": "max",
8694
+ "name": "#checked",
8695
+ "privacy": "private",
8621
8696
  "type": {
8622
- "text": "number"
8697
+ "text": "boolean"
8623
8698
  },
8624
- "default": "1",
8625
- "attribute": "max"
8699
+ "default": "false",
8700
+ "inheritedFrom": {
8701
+ "name": "UmSelectionControl",
8702
+ "module": "src/shared/selection-control/selection-control.ts"
8703
+ }
8626
8704
  },
8627
8705
  {
8628
- "kind": "method",
8629
- "name": "#renderCircle",
8630
- "return": {
8631
- "type": {
8632
- "text": "TemplateResult"
8633
- }
8706
+ "kind": "field",
8707
+ "name": "renderRipple",
8708
+ "type": {
8709
+ "text": "boolean"
8634
8710
  },
8635
- "parameters": [
8636
- {
8637
- "name": "className",
8638
- "type": {
8639
- "text": "string"
8640
- }
8641
- }
8642
- ]
8711
+ "privacy": "protected",
8712
+ "default": "true",
8713
+ "inheritedFrom": {
8714
+ "name": "UmSelectionControl",
8715
+ "module": "src/shared/selection-control/selection-control.ts"
8716
+ }
8643
8717
  },
8644
8718
  {
8645
- "kind": "method",
8646
- "name": "#renderIndeterminate",
8647
- "return": {
8648
- "type": {
8649
- "text": "TemplateResult"
8650
- }
8719
+ "kind": "field",
8720
+ "name": "value",
8721
+ "type": {
8722
+ "text": "string"
8723
+ },
8724
+ "default": "'on'",
8725
+ "description": "The element value to use in form submission when checked.",
8726
+ "attribute": "value",
8727
+ "inheritedFrom": {
8728
+ "name": "UmSelectionControl",
8729
+ "module": "src/shared/selection-control/selection-control.ts"
8651
8730
  }
8652
8731
  },
8653
8732
  {
8654
8733
  "kind": "method",
8655
- "name": "#renderDeterminate",
8656
- "return": {
8657
- "type": {
8658
- "text": "TemplateResult"
8734
+ "name": "#handleClick",
8735
+ "parameters": [
8736
+ {
8737
+ "name": "e",
8738
+ "type": {
8739
+ "text": "Event"
8740
+ }
8659
8741
  }
8742
+ ],
8743
+ "inheritedFrom": {
8744
+ "name": "UmSelectionControl",
8745
+ "module": "src/shared/selection-control/selection-control.ts"
8660
8746
  }
8661
8747
  }
8662
8748
  ],
8663
8749
  "attributes": [
8664
8750
  {
8665
- "name": "value",
8751
+ "name": "hide-state-layer",
8666
8752
  "type": {
8667
- "text": "number | undefined"
8753
+ "text": "boolean"
8668
8754
  },
8669
- "fieldName": "value"
8755
+ "default": "false",
8756
+ "fieldName": "hideStateLayer"
8670
8757
  },
8671
8758
  {
8672
- "name": "max",
8673
- "type": {
8674
- "text": "number"
8675
- },
8676
- "default": "1",
8677
- "fieldName": "max"
8678
- }
8679
- ],
8680
- "superclass": {
8681
- "name": "LitElement",
8682
- "package": "lit"
8683
- },
8684
- "tagName": "u-circular-progress",
8685
- "customElement": true
8686
- }
8687
- ],
8688
- "exports": [
8689
- {
8690
- "kind": "js",
8691
- "name": "UmCircularProgress",
8692
- "declaration": {
8693
- "name": "UmCircularProgress",
8694
- "module": "src/progress/circular-progress.ts"
8695
- }
8696
- },
8697
- {
8698
- "kind": "custom-element-definition",
8699
- "name": "u-circular-progress",
8700
- "declaration": {
8701
- "name": "UmCircularProgress",
8702
- "module": "src/progress/circular-progress.ts"
8703
- }
8704
- }
8705
- ]
8706
- },
8707
- {
8708
- "kind": "javascript-module",
8709
- "path": "src/progress/progress-bar.styles.ts",
8710
- "declarations": [
8711
- {
8712
- "kind": "variable",
8713
- "name": "styles",
8714
- "default": "css `\n :host {\n --_border-radius: var(--u-progress-bar-border-radius, var(--u-shape-corner-full, 9999px));\n --_height: var(--u-progress-bar-height, 4px);\n }\n\n :host,\n .determinate,\n .indeterminate {\n overflow: hidden;\n border-radius: var(--_border-radius);\n }\n\n .determinate,\n .indeterminate {\n display: flex;\n gap: 4px;\n }\n\n .indeterminate {\n flex: 1;\n margin-inline: -8px;\n border-radius: var(--_border-radius);\n }\n\n .determinate {\n margin-inline-end: -4px;\n }\n .determinate .bar {\n transition: flex-basis 200ms linear;\n }\n\n .last {\n flex-shrink: 1;\n flex-basis: 100%;\n animation: last 2.1s infinite linear;\n }\n\n .slow {\n animation: slow 2.1s infinite linear;\n }\n\n .middle {\n animation: middle 2.1s infinite linear;\n }\n\n .fast {\n animation: fast 2.1s infinite linear;\n }\n\n .first {\n animation: first 2.1s infinite linear;\n }\n\n .bar {\n height: var(--_height);\n border-radius: var(--_border-radius);\n background: var(--u-progress-bar-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n .track {\n background: var(--u-progress-bar-track-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n flex-shrink: 1;\n }\n\n @keyframes slow {\n 0% {\n flex-basis: 0;\n }\n 10% {\n flex-basis: 50%;\n }\n 20% {\n flex-basis: 100%;\n }\n 30% {\n flex-basis: 0;\n }\n }\n @keyframes last {\n 0% {\n flex-basis: 100%;\n }\n 10% {\n flex-basis: 50%;\n }\n 20% {\n flex-basis: 0;\n }\n 100% {\n flex-basis: 0;\n }\n }\n @keyframes middle {\n 10% {\n flex-basis: 0;\n }\n 20% {\n flex-basis: 100%;\n }\n 35% {\n flex-basis: 100%;\n }\n 45% {\n flex-basis: 0;\n }\n }\n @keyframes fast {\n 0% {\n flex-basis: 0;\n }\n 25% {\n flex-basis: 0;\n }\n 35% {\n flex-basis: 100%;\n }\n 45% {\n flex-basis: 100%;\n }\n 55% {\n flex-basis: 0;\n }\n }\n @keyframes first {\n 35% {\n flex-basis: 0;\n }\n 45% {\n flex-basis: 100%;\n }\n 100% {\n flex-basis: 100%;\n }\n }\n @keyframes fast-bar-pre {\n 0% {\n flex-basis: 0;\n }\n 60% {\n flex-basis: 0;\n }\n 90% {\n flex-basis: 100%;\n }\n 100% {\n flex-basis: 100%;\n }\n }\n`"
8715
- }
8716
- ],
8717
- "exports": [
8718
- {
8719
- "kind": "js",
8720
- "name": "styles",
8721
- "declaration": {
8722
- "name": "styles",
8723
- "module": "src/progress/progress-bar.styles.ts"
8724
- }
8725
- }
8726
- ]
8727
- },
8728
- {
8729
- "kind": "javascript-module",
8730
- "path": "src/progress/progress-bar.ts",
8731
- "declarations": [
8732
- {
8733
- "kind": "class",
8734
- "description": "",
8735
- "name": "UmProgressBar",
8736
- "members": [
8737
- {
8738
- "kind": "field",
8739
- "name": "value",
8759
+ "name": "name",
8740
8760
  "type": {
8741
- "text": "number | undefined"
8761
+ "text": "string | undefined"
8742
8762
  },
8743
- "attribute": "value"
8763
+ "default": "''",
8764
+ "fieldName": "name",
8765
+ "inheritedFrom": {
8766
+ "name": "UmSelectionControl",
8767
+ "module": "src/shared/selection-control/selection-control.ts"
8768
+ }
8744
8769
  },
8745
8770
  {
8746
- "kind": "field",
8747
- "name": "max",
8771
+ "name": "disabled",
8748
8772
  "type": {
8749
- "text": "number"
8773
+ "text": "boolean"
8750
8774
  },
8751
- "default": "1",
8752
- "attribute": "max"
8753
- },
8754
- {
8755
- "kind": "method",
8756
- "name": "#renderIndeterminate",
8757
- "return": {
8758
- "type": {
8759
- "text": "TemplateResult"
8760
- }
8775
+ "default": "false",
8776
+ "fieldName": "disabled",
8777
+ "inheritedFrom": {
8778
+ "name": "UmSelectionControl",
8779
+ "module": "src/shared/selection-control/selection-control.ts"
8780
+ }
8781
+ },
8782
+ {
8783
+ "name": "value",
8784
+ "type": {
8785
+ "text": "string"
8786
+ },
8787
+ "default": "'on'",
8788
+ "description": "The element value to use in form submission when checked.",
8789
+ "fieldName": "value",
8790
+ "inheritedFrom": {
8791
+ "name": "UmSelectionControl",
8792
+ "module": "src/shared/selection-control/selection-control.ts"
8761
8793
  }
8762
8794
  },
8763
8795
  {
8764
- "kind": "method",
8765
- "name": "#renderDeterminate",
8766
- "return": {
8767
- "type": {
8768
- "text": "TemplateResult"
8769
- }
8796
+ "name": "checked",
8797
+ "fieldName": "checked",
8798
+ "inheritedFrom": {
8799
+ "name": "UmSelectionControl",
8800
+ "module": "src/shared/selection-control/selection-control.ts"
8770
8801
  }
8771
8802
  }
8772
8803
  ],
8773
- "attributes": [
8804
+ "superclass": {
8805
+ "name": "UmSelectionControl",
8806
+ "module": "/src/shared/selection-control/selection-control.js"
8807
+ },
8808
+ "tagName": "u-radio",
8809
+ "customElement": true,
8810
+ "events": [
8774
8811
  {
8775
- "name": "value",
8812
+ "name": "input",
8776
8813
  "type": {
8777
- "text": "number | undefined"
8814
+ "text": "InputEvent"
8778
8815
  },
8779
- "fieldName": "value"
8816
+ "inheritedFrom": {
8817
+ "name": "UmSelectionControl",
8818
+ "module": "src/shared/selection-control/selection-control.ts"
8819
+ }
8780
8820
  },
8781
8821
  {
8782
- "name": "max",
8822
+ "name": "change",
8783
8823
  "type": {
8784
- "text": "number"
8824
+ "text": "Event"
8785
8825
  },
8786
- "default": "1",
8787
- "fieldName": "max"
8826
+ "inheritedFrom": {
8827
+ "name": "UmSelectionControl",
8828
+ "module": "src/shared/selection-control/selection-control.ts"
8829
+ }
8788
8830
  }
8789
- ],
8790
- "superclass": {
8791
- "name": "LitElement",
8792
- "package": "lit"
8793
- },
8794
- "tagName": "u-progress-bar",
8795
- "customElement": true
8831
+ ]
8796
8832
  }
8797
8833
  ],
8798
8834
  "exports": [
8799
8835
  {
8800
8836
  "kind": "js",
8801
- "name": "UmProgressBar",
8837
+ "name": "UmRadio",
8802
8838
  "declaration": {
8803
- "name": "UmProgressBar",
8804
- "module": "src/progress/progress-bar.ts"
8839
+ "name": "UmRadio",
8840
+ "module": "src/radio/radio.ts"
8805
8841
  }
8806
8842
  },
8807
8843
  {
8808
8844
  "kind": "custom-element-definition",
8809
- "name": "u-progress-bar",
8845
+ "name": "u-radio",
8810
8846
  "declaration": {
8811
- "name": "UmProgressBar",
8812
- "module": "src/progress/progress-bar.ts"
8847
+ "name": "UmRadio",
8848
+ "module": "src/radio/radio.ts"
8813
8849
  }
8814
8850
  }
8815
8851
  ]
@@ -9055,81 +9091,97 @@
9055
9091
  },
9056
9092
  {
9057
9093
  "kind": "javascript-module",
9058
- "path": "src/radio/radio-list-item.ts",
9094
+ "path": "src/navigation/drawer-item.styles.ts",
9095
+ "declarations": [
9096
+ {
9097
+ "kind": "variable",
9098
+ "name": "styles",
9099
+ "default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\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 :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\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 border-radius: inherit;\n width: 100%;\n height: 100%;\n }\n\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`"
9100
+ }
9101
+ ],
9102
+ "exports": [
9103
+ {
9104
+ "kind": "js",
9105
+ "name": "styles",
9106
+ "declaration": {
9107
+ "name": "styles",
9108
+ "module": "src/navigation/drawer-item.styles.ts"
9109
+ }
9110
+ }
9111
+ ]
9112
+ },
9113
+ {
9114
+ "kind": "javascript-module",
9115
+ "path": "src/navigation/drawer-item.ts",
9059
9116
  "declarations": [
9060
9117
  {
9061
9118
  "kind": "class",
9062
9119
  "description": "",
9063
- "name": "UmRadioListItem",
9064
- "mixins": [
9065
- {
9066
- "name": "mixinSelectionControlListItem",
9067
- "module": "/src/shared/selection-control/selection-control-list-item.js"
9068
- }
9069
- ],
9070
- "superclass": {
9071
- "name": "UmRadio",
9072
- "module": "/src/radio/radio.js"
9073
- },
9074
- "tagName": "u-radio-list-item",
9075
- "customElement": true,
9120
+ "name": "UmDrawerItem",
9076
9121
  "members": [
9077
9122
  {
9078
9123
  "kind": "field",
9079
- "name": "styles",
9124
+ "name": "hasIcon",
9080
9125
  "type": {
9081
- "text": "array"
9126
+ "text": "boolean"
9082
9127
  },
9083
- "static": true,
9084
- "default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]",
9085
- "inheritedFrom": {
9086
- "name": "mixinSelectionControlListItem",
9087
- "module": "src/shared/selection-control/selection-control-list-item.ts"
9088
- }
9128
+ "default": "false",
9129
+ "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
9130
+ "attribute": "has-icon",
9131
+ "reflects": true
9089
9132
  },
9090
9133
  {
9091
- "kind": "method",
9092
- "name": "render",
9093
- "return": {
9094
- "type": {
9095
- "text": "HTMLTemplateResult"
9096
- }
9134
+ "kind": "field",
9135
+ "name": "hasBadge",
9136
+ "type": {
9137
+ "text": "boolean"
9097
9138
  },
9098
- "inheritedFrom": {
9099
- "name": "mixinSelectionControlListItem",
9100
- "module": "src/shared/selection-control/selection-control-list-item.ts"
9101
- }
9139
+ "default": "false",
9140
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
9141
+ "attribute": "has-badge",
9142
+ "reflects": true
9102
9143
  },
9103
9144
  {
9104
9145
  "kind": "field",
9105
- "name": "hideStateLayer",
9146
+ "name": "active",
9106
9147
  "type": {
9107
9148
  "text": "boolean"
9108
9149
  },
9109
9150
  "default": "false",
9110
- "attribute": "hide-state-layer",
9111
- "reflects": true,
9112
- "inheritedFrom": {
9113
- "name": "UmRadio",
9114
- "module": "src/radio/radio.ts"
9115
- }
9151
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
9152
+ "attribute": "active",
9153
+ "reflects": true
9116
9154
  },
9117
9155
  {
9118
9156
  "kind": "field",
9119
- "name": "inputType",
9157
+ "name": "keepDrawerOpen",
9120
9158
  "type": {
9121
- "text": "'checkbox' | 'radio'"
9159
+ "text": "boolean"
9122
9160
  },
9123
- "privacy": "protected",
9124
- "default": "'radio'",
9125
- "inheritedFrom": {
9126
- "name": "UmSelectionControl",
9127
- "module": "src/shared/selection-control/selection-control.ts"
9128
- }
9161
+ "default": "false",
9162
+ "description": "If true, it will not attempt to close de navigation drawer on click",
9163
+ "attribute": "keep-drawer-open",
9164
+ "reflects": true
9165
+ },
9166
+ {
9167
+ "kind": "field",
9168
+ "name": "assignedIcons",
9169
+ "type": {
9170
+ "text": "HTMLElement[]"
9171
+ },
9172
+ "privacy": "private"
9173
+ },
9174
+ {
9175
+ "kind": "field",
9176
+ "name": "assignedBadges",
9177
+ "type": {
9178
+ "text": "HTMLElement[]"
9179
+ },
9180
+ "privacy": "private"
9129
9181
  },
9130
9182
  {
9131
9183
  "kind": "method",
9132
- "name": "renderIndicator",
9184
+ "name": "renderContent",
9133
9185
  "privacy": "protected",
9134
9186
  "return": {
9135
9187
  "type": {
@@ -9137,88 +9189,93 @@
9137
9189
  }
9138
9190
  },
9139
9191
  "inheritedFrom": {
9140
- "name": "UmSelectionControl",
9141
- "module": "src/shared/selection-control/selection-control.ts"
9192
+ "name": "UmButtonWrapper",
9193
+ "module": "src/shared/button-wrapper.ts"
9142
9194
  }
9143
9195
  },
9144
9196
  {
9145
- "kind": "field",
9146
- "name": "checked",
9147
- "attribute": "checked",
9148
- "inheritedFrom": {
9149
- "name": "UmSelectionControl",
9150
- "module": "src/shared/selection-control/selection-control.ts"
9151
- }
9197
+ "kind": "method",
9198
+ "name": "handleIconSlotChange",
9199
+ "privacy": "private"
9152
9200
  },
9153
9201
  {
9154
- "kind": "field",
9155
- "name": "#siblings",
9156
- "privacy": "private",
9157
- "type": {
9158
- "text": "UmRadio[]"
9159
- },
9160
- "inheritedFrom": {
9161
- "name": "UmRadio",
9162
- "module": "src/radio/radio.ts"
9163
- }
9202
+ "kind": "method",
9203
+ "name": "handleBadgeSlotChange",
9204
+ "privacy": "private"
9164
9205
  },
9165
9206
  {
9166
9207
  "kind": "method",
9167
- "name": "#handleKeyDown",
9208
+ "name": "handleClick",
9209
+ "privacy": "protected",
9210
+ "return": {
9211
+ "type": {
9212
+ "text": "void"
9213
+ }
9214
+ },
9168
9215
  "parameters": [
9169
9216
  {
9170
- "name": "event",
9217
+ "name": "_",
9171
9218
  "type": {
9172
- "text": "KeyboardEvent"
9219
+ "text": "UIEvent"
9173
9220
  }
9174
9221
  }
9175
9222
  ],
9176
9223
  "inheritedFrom": {
9177
- "name": "UmRadio",
9178
- "module": "src/radio/radio.ts"
9224
+ "name": "UmButtonWrapper",
9225
+ "module": "src/shared/button-wrapper.ts"
9179
9226
  }
9180
9227
  },
9181
9228
  {
9182
- "kind": "method",
9183
- "name": "ensureOnlyOneChecked",
9184
- "privacy": "private",
9229
+ "kind": "field",
9230
+ "name": "disabled",
9231
+ "type": {
9232
+ "text": "boolean"
9233
+ },
9234
+ "default": "false",
9235
+ "description": "Whether the button is disabled or not.",
9236
+ "attribute": "disabled",
9237
+ "reflects": true,
9185
9238
  "inheritedFrom": {
9186
- "name": "UmRadio",
9187
- "module": "src/radio/radio.ts"
9239
+ "name": "UmButtonWrapper",
9240
+ "module": "src/shared/button-wrapper.ts"
9188
9241
  }
9189
9242
  },
9190
9243
  {
9191
- "kind": "method",
9192
- "name": "uncheckSiblings",
9193
- "privacy": "private",
9244
+ "kind": "field",
9245
+ "name": "renderRipple",
9246
+ "type": {
9247
+ "text": "boolean"
9248
+ },
9249
+ "default": "true",
9194
9250
  "inheritedFrom": {
9195
- "name": "UmRadio",
9196
- "module": "src/radio/radio.ts"
9251
+ "name": "UmButtonWrapper",
9252
+ "module": "src/shared/button-wrapper.ts"
9197
9253
  }
9198
9254
  },
9199
9255
  {
9200
9256
  "kind": "field",
9201
- "name": "formAssociated",
9257
+ "name": "href",
9202
9258
  "type": {
9203
- "text": "boolean"
9259
+ "text": "string | undefined"
9204
9260
  },
9205
- "static": true,
9206
- "default": "true",
9261
+ "description": "The URL that the link button points to.",
9262
+ "attribute": "href",
9207
9263
  "inheritedFrom": {
9208
- "name": "UmSelectionControl",
9209
- "module": "src/shared/selection-control/selection-control.ts"
9264
+ "name": "UmButtonWrapper",
9265
+ "module": "src/shared/button-wrapper.ts"
9210
9266
  }
9211
9267
  },
9212
9268
  {
9213
9269
  "kind": "field",
9214
- "name": "elementInternals",
9270
+ "name": "target",
9215
9271
  "type": {
9216
- "text": "ElementInternals"
9272
+ "text": "string | undefined"
9217
9273
  },
9218
- "privacy": "protected",
9274
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
9275
+ "attribute": "target",
9219
9276
  "inheritedFrom": {
9220
- "name": "UmSelectionControl",
9221
- "module": "src/shared/selection-control/selection-control.ts"
9277
+ "name": "UmButtonWrapper",
9278
+ "module": "src/shared/button-wrapper.ts"
9222
9279
  }
9223
9280
  },
9224
9281
  {
@@ -9227,130 +9284,179 @@
9227
9284
  "type": {
9228
9285
  "text": "string | undefined"
9229
9286
  },
9230
- "default": "''",
9231
9287
  "attribute": "name",
9232
9288
  "inheritedFrom": {
9233
- "name": "UmSelectionControl",
9234
- "module": "src/shared/selection-control/selection-control.ts"
9289
+ "name": "UmButtonWrapper",
9290
+ "module": "src/shared/button-wrapper.ts"
9235
9291
  }
9236
9292
  },
9237
9293
  {
9238
9294
  "kind": "field",
9239
- "name": "disabled",
9295
+ "name": "buttonElement",
9240
9296
  "type": {
9241
- "text": "boolean"
9297
+ "text": "HTMLElement"
9242
9298
  },
9243
- "default": "false",
9244
- "attribute": "disabled",
9245
- "reflects": true,
9246
9299
  "inheritedFrom": {
9247
- "name": "UmSelectionControl",
9248
- "module": "src/shared/selection-control/selection-control.ts"
9300
+ "name": "UmButtonWrapper",
9301
+ "module": "src/shared/button-wrapper.ts"
9249
9302
  }
9250
9303
  },
9251
9304
  {
9252
9305
  "kind": "field",
9253
- "name": "input",
9306
+ "name": "ripple",
9254
9307
  "type": {
9255
- "text": "HTMLInputElement"
9308
+ "text": "UmRipple"
9256
9309
  },
9310
+ "privacy": "private",
9257
9311
  "inheritedFrom": {
9258
- "name": "UmSelectionControl",
9259
- "module": "src/shared/selection-control/selection-control.ts"
9312
+ "name": "UmButtonWrapper",
9313
+ "module": "src/shared/button-wrapper.ts"
9260
9314
  }
9261
9315
  },
9262
9316
  {
9263
9317
  "kind": "field",
9264
- "name": "form",
9318
+ "name": "innerRole",
9265
9319
  "type": {
9266
- "text": "HTMLFormElement | null"
9320
+ "text": "string | null"
9267
9321
  },
9322
+ "privacy": "protected",
9323
+ "default": "null",
9268
9324
  "inheritedFrom": {
9269
- "name": "UmSelectionControl",
9270
- "module": "src/shared/selection-control/selection-control.ts"
9325
+ "name": "UmButtonWrapper",
9326
+ "module": "src/shared/button-wrapper.ts"
9271
9327
  }
9272
9328
  },
9273
9329
  {
9274
9330
  "kind": "field",
9275
- "name": "#checked",
9276
- "privacy": "private",
9331
+ "name": "pathname",
9277
9332
  "type": {
9278
- "text": "boolean"
9333
+ "text": "string"
9279
9334
  },
9280
- "default": "false",
9281
9335
  "inheritedFrom": {
9282
- "name": "UmSelectionControl",
9283
- "module": "src/shared/selection-control/selection-control.ts"
9336
+ "name": "UmButtonWrapper",
9337
+ "module": "src/shared/button-wrapper.ts"
9284
9338
  }
9285
9339
  },
9286
9340
  {
9287
- "kind": "field",
9288
- "name": "renderRipple",
9289
- "type": {
9290
- "text": "boolean"
9291
- },
9341
+ "kind": "method",
9342
+ "name": "renderButton",
9343
+ "privacy": "private",
9344
+ "inheritedFrom": {
9345
+ "name": "UmButtonWrapper",
9346
+ "module": "src/shared/button-wrapper.ts"
9347
+ }
9348
+ },
9349
+ {
9350
+ "kind": "method",
9351
+ "name": "renderLink",
9352
+ "privacy": "private",
9353
+ "inheritedFrom": {
9354
+ "name": "UmButtonWrapper",
9355
+ "module": "src/shared/button-wrapper.ts"
9356
+ }
9357
+ },
9358
+ {
9359
+ "kind": "method",
9360
+ "name": "focus",
9361
+ "inheritedFrom": {
9362
+ "name": "UmButtonWrapper",
9363
+ "module": "src/shared/button-wrapper.ts"
9364
+ }
9365
+ },
9366
+ {
9367
+ "kind": "method",
9368
+ "name": "blur",
9369
+ "inheritedFrom": {
9370
+ "name": "UmButtonWrapper",
9371
+ "module": "src/shared/button-wrapper.ts"
9372
+ }
9373
+ },
9374
+ {
9375
+ "kind": "method",
9376
+ "name": "getAriaLabel",
9292
9377
  "privacy": "protected",
9293
- "default": "true",
9378
+ "return": {
9379
+ "type": {
9380
+ "text": "string | null"
9381
+ }
9382
+ },
9294
9383
  "inheritedFrom": {
9295
- "name": "UmSelectionControl",
9296
- "module": "src/shared/selection-control/selection-control.ts"
9384
+ "name": "UmButtonWrapper",
9385
+ "module": "src/shared/button-wrapper.ts"
9297
9386
  }
9298
9387
  },
9299
9388
  {
9300
- "kind": "field",
9301
- "name": "value",
9302
- "type": {
9303
- "text": "string"
9389
+ "kind": "method",
9390
+ "name": "innerFocusHandler",
9391
+ "privacy": "private",
9392
+ "return": {
9393
+ "type": {
9394
+ "text": "void"
9395
+ }
9304
9396
  },
9305
- "default": "'on'",
9306
- "description": "The element value to use in form submission when checked.",
9307
- "attribute": "value",
9308
9397
  "inheritedFrom": {
9309
- "name": "UmSelectionControl",
9310
- "module": "src/shared/selection-control/selection-control.ts"
9398
+ "name": "UmButtonWrapper",
9399
+ "module": "src/shared/button-wrapper.ts"
9311
9400
  }
9312
9401
  },
9313
9402
  {
9314
9403
  "kind": "method",
9315
- "name": "#handleClick",
9404
+ "name": "#innerClickHandler",
9405
+ "return": {
9406
+ "type": {
9407
+ "text": "void"
9408
+ }
9409
+ },
9316
9410
  "parameters": [
9317
9411
  {
9318
- "name": "e",
9412
+ "name": "event",
9319
9413
  "type": {
9320
- "text": "Event"
9414
+ "text": "MouseEvent"
9321
9415
  }
9322
9416
  }
9323
9417
  ],
9324
9418
  "inheritedFrom": {
9325
- "name": "UmSelectionControl",
9326
- "module": "src/shared/selection-control/selection-control.ts"
9419
+ "name": "UmButtonWrapper",
9420
+ "module": "src/shared/button-wrapper.ts"
9327
9421
  }
9328
9422
  }
9329
9423
  ],
9330
9424
  "attributes": [
9331
9425
  {
9332
- "name": "hide-state-layer",
9426
+ "name": "has-icon",
9333
9427
  "type": {
9334
9428
  "text": "boolean"
9335
9429
  },
9336
9430
  "default": "false",
9337
- "fieldName": "hideStateLayer",
9338
- "inheritedFrom": {
9339
- "name": "UmRadio",
9340
- "module": "src/radio/radio.ts"
9341
- }
9431
+ "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
9432
+ "fieldName": "hasIcon"
9342
9433
  },
9343
9434
  {
9344
- "name": "name",
9435
+ "name": "has-badge",
9345
9436
  "type": {
9346
- "text": "string | undefined"
9437
+ "text": "boolean"
9347
9438
  },
9348
- "default": "''",
9349
- "fieldName": "name",
9350
- "inheritedFrom": {
9351
- "name": "UmSelectionControl",
9352
- "module": "src/shared/selection-control/selection-control.ts"
9353
- }
9439
+ "default": "false",
9440
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
9441
+ "fieldName": "hasBadge"
9442
+ },
9443
+ {
9444
+ "name": "active",
9445
+ "type": {
9446
+ "text": "boolean"
9447
+ },
9448
+ "default": "false",
9449
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
9450
+ "fieldName": "active"
9451
+ },
9452
+ {
9453
+ "name": "keep-drawer-open",
9454
+ "type": {
9455
+ "text": "boolean"
9456
+ },
9457
+ "default": "false",
9458
+ "description": "If true, it will not attempt to close de navigation drawer on click",
9459
+ "fieldName": "keepDrawerOpen"
9354
9460
  },
9355
9461
  {
9356
9462
  "name": "disabled",
@@ -9358,85 +9464,141 @@
9358
9464
  "text": "boolean"
9359
9465
  },
9360
9466
  "default": "false",
9467
+ "description": "Whether the button is disabled or not.",
9361
9468
  "fieldName": "disabled",
9362
9469
  "inheritedFrom": {
9363
- "name": "UmSelectionControl",
9364
- "module": "src/shared/selection-control/selection-control.ts"
9470
+ "name": "UmButtonWrapper",
9471
+ "module": "src/shared/button-wrapper.ts"
9365
9472
  }
9366
9473
  },
9367
9474
  {
9368
- "name": "value",
9475
+ "name": "href",
9369
9476
  "type": {
9370
- "text": "string"
9477
+ "text": "string | undefined"
9371
9478
  },
9372
- "default": "'on'",
9373
- "description": "The element value to use in form submission when checked.",
9374
- "fieldName": "value",
9479
+ "description": "The URL that the link button points to.",
9480
+ "fieldName": "href",
9375
9481
  "inheritedFrom": {
9376
- "name": "UmSelectionControl",
9377
- "module": "src/shared/selection-control/selection-control.ts"
9482
+ "name": "UmButtonWrapper",
9483
+ "module": "src/shared/button-wrapper.ts"
9378
9484
  }
9379
9485
  },
9380
9486
  {
9381
- "name": "checked",
9382
- "fieldName": "checked",
9383
- "inheritedFrom": {
9384
- "name": "UmSelectionControl",
9385
- "module": "src/shared/selection-control/selection-control.ts"
9386
- }
9387
- }
9388
- ],
9389
- "events": [
9390
- {
9391
- "name": "input",
9487
+ "name": "target",
9392
9488
  "type": {
9393
- "text": "InputEvent"
9489
+ "text": "string | undefined"
9394
9490
  },
9491
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
9492
+ "fieldName": "target",
9395
9493
  "inheritedFrom": {
9396
- "name": "UmSelectionControl",
9397
- "module": "src/shared/selection-control/selection-control.ts"
9494
+ "name": "UmButtonWrapper",
9495
+ "module": "src/shared/button-wrapper.ts"
9398
9496
  }
9399
9497
  },
9400
9498
  {
9401
- "name": "change",
9499
+ "name": "name",
9402
9500
  "type": {
9403
- "text": "Event"
9501
+ "text": "string | undefined"
9404
9502
  },
9503
+ "fieldName": "name",
9405
9504
  "inheritedFrom": {
9406
- "name": "UmSelectionControl",
9407
- "module": "src/shared/selection-control/selection-control.ts"
9505
+ "name": "UmButtonWrapper",
9506
+ "module": "src/shared/button-wrapper.ts"
9408
9507
  }
9409
9508
  }
9410
- ]
9509
+ ],
9510
+ "superclass": {
9511
+ "name": "UmButtonWrapper",
9512
+ "module": "/src/shared/button-wrapper.js"
9513
+ },
9514
+ "tagName": "u-drawer-item",
9515
+ "customElement": true
9516
+ }
9517
+ ],
9518
+ "exports": [
9519
+ {
9520
+ "kind": "js",
9521
+ "name": "UmDrawerItem",
9522
+ "declaration": {
9523
+ "name": "UmDrawerItem",
9524
+ "module": "src/navigation/drawer-item.ts"
9525
+ }
9526
+ },
9527
+ {
9528
+ "kind": "custom-element-definition",
9529
+ "name": "u-drawer-item",
9530
+ "declaration": {
9531
+ "name": "UmDrawerItem",
9532
+ "module": "src/navigation/drawer-item.ts"
9533
+ }
9534
+ }
9535
+ ]
9536
+ },
9537
+ {
9538
+ "kind": "javascript-module",
9539
+ "path": "src/navigation/drawer.styles.ts",
9540
+ "declarations": [
9541
+ {
9542
+ "kind": "variable",
9543
+ "name": "styles",
9544
+ "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`"
9411
9545
  }
9412
9546
  ],
9413
9547
  "exports": [
9414
9548
  {
9415
9549
  "kind": "js",
9416
- "name": "UmRadioListItem",
9550
+ "name": "styles",
9417
9551
  "declaration": {
9418
- "name": "UmRadioListItem",
9419
- "module": "src/radio/radio-list-item.ts"
9552
+ "name": "styles",
9553
+ "module": "src/navigation/drawer.styles.ts"
9554
+ }
9555
+ }
9556
+ ]
9557
+ },
9558
+ {
9559
+ "kind": "javascript-module",
9560
+ "path": "src/navigation/drawer.ts",
9561
+ "declarations": [
9562
+ {
9563
+ "kind": "class",
9564
+ "description": "",
9565
+ "name": "UmDrawer",
9566
+ "members": [],
9567
+ "superclass": {
9568
+ "name": "LitElement",
9569
+ "package": "lit"
9570
+ },
9571
+ "tagName": "u-drawer",
9572
+ "customElement": true
9573
+ }
9574
+ ],
9575
+ "exports": [
9576
+ {
9577
+ "kind": "js",
9578
+ "name": "UmDrawer",
9579
+ "declaration": {
9580
+ "name": "UmDrawer",
9581
+ "module": "src/navigation/drawer.ts"
9420
9582
  }
9421
9583
  },
9422
9584
  {
9423
9585
  "kind": "custom-element-definition",
9424
- "name": "u-radio-list-item",
9586
+ "name": "u-drawer",
9425
9587
  "declaration": {
9426
- "name": "UmRadioListItem",
9427
- "module": "src/radio/radio-list-item.ts"
9588
+ "name": "UmDrawer",
9589
+ "module": "src/navigation/drawer.ts"
9428
9590
  }
9429
9591
  }
9430
9592
  ]
9431
9593
  },
9432
9594
  {
9433
9595
  "kind": "javascript-module",
9434
- "path": "src/radio/radio.styles.ts",
9596
+ "path": "src/navigation/side-navigation-swiper.styles.ts",
9435
9597
  "declarations": [
9436
9598
  {
9437
9599
  "kind": "variable",
9438
9600
  "name": "styles",
9439
- "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`"
9601
+ "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`"
9440
9602
  }
9441
9603
  ],
9442
9604
  "exports": [
@@ -9445,213 +9607,120 @@
9445
9607
  "name": "styles",
9446
9608
  "declaration": {
9447
9609
  "name": "styles",
9448
- "module": "src/radio/radio.styles.ts"
9610
+ "module": "src/navigation/side-navigation-swiper.styles.ts"
9449
9611
  }
9450
9612
  }
9451
9613
  ]
9452
9614
  },
9453
9615
  {
9454
9616
  "kind": "javascript-module",
9455
- "path": "src/radio/radio.ts",
9617
+ "path": "src/navigation/side-navigation.styles.ts",
9618
+ "declarations": [
9619
+ {
9620
+ "kind": "variable",
9621
+ "name": "styles",
9622
+ "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`"
9623
+ }
9624
+ ],
9625
+ "exports": [
9626
+ {
9627
+ "kind": "js",
9628
+ "name": "styles",
9629
+ "declaration": {
9630
+ "name": "styles",
9631
+ "module": "src/navigation/side-navigation.styles.ts"
9632
+ }
9633
+ }
9634
+ ]
9635
+ },
9636
+ {
9637
+ "kind": "javascript-module",
9638
+ "path": "src/navigation/side-navigation.ts",
9456
9639
  "declarations": [
9457
9640
  {
9458
9641
  "kind": "class",
9459
9642
  "description": "",
9460
- "name": "UmRadio",
9643
+ "name": "UmSideNavigation",
9461
9644
  "members": [
9462
9645
  {
9463
9646
  "kind": "field",
9464
- "name": "hideStateLayer",
9647
+ "name": "#toggleDrawer",
9648
+ "privacy": "private",
9465
9649
  "type": {
9466
9650
  "text": "boolean"
9467
9651
  },
9468
- "default": "false",
9469
- "attribute": "hide-state-layer",
9470
- "reflects": true
9652
+ "default": "false"
9471
9653
  },
9472
9654
  {
9473
9655
  "kind": "field",
9474
- "name": "inputType",
9656
+ "name": "disableSlideAnimation",
9475
9657
  "type": {
9476
- "text": "'checkbox' | 'radio'"
9477
- },
9478
- "privacy": "protected",
9479
- "default": "'radio'",
9480
- "inheritedFrom": {
9481
- "name": "UmSelectionControl",
9482
- "module": "src/shared/selection-control/selection-control.ts"
9483
- }
9484
- },
9485
- {
9486
- "kind": "method",
9487
- "name": "renderIndicator",
9488
- "privacy": "protected",
9489
- "return": {
9490
- "type": {
9491
- "text": "HTMLTemplateResult"
9492
- }
9658
+ "text": "boolean"
9493
9659
  },
9494
- "inheritedFrom": {
9495
- "name": "UmSelectionControl",
9496
- "module": "src/shared/selection-control/selection-control.ts"
9497
- }
9498
- },
9499
- {
9500
- "kind": "field",
9501
- "name": "checked",
9502
- "attribute": "checked",
9503
- "inheritedFrom": {
9504
- "name": "UmSelectionControl",
9505
- "module": "src/shared/selection-control/selection-control.ts"
9506
- }
9507
- },
9508
- {
9509
- "kind": "field",
9510
- "name": "#siblings",
9511
9660
  "privacy": "private",
9512
- "type": {
9513
- "text": "UmRadio[]"
9514
- }
9515
- },
9516
- {
9517
- "kind": "method",
9518
- "name": "#handleKeyDown",
9519
- "parameters": [
9520
- {
9521
- "name": "event",
9522
- "type": {
9523
- "text": "KeyboardEvent"
9524
- }
9525
- }
9526
- ]
9527
- },
9528
- {
9529
- "kind": "method",
9530
- "name": "ensureOnlyOneChecked",
9531
- "privacy": "private"
9661
+ "default": "false"
9532
9662
  },
9533
9663
  {
9534
- "kind": "method",
9535
- "name": "uncheckSiblings",
9536
- "privacy": "private"
9664
+ "kind": "field",
9665
+ "name": "toggleDrawer",
9666
+ "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`",
9667
+ "attribute": "toggle-drawer"
9537
9668
  },
9538
9669
  {
9539
9670
  "kind": "field",
9540
- "name": "formAssociated",
9671
+ "name": "swiperContainer",
9541
9672
  "type": {
9542
- "text": "boolean"
9543
- },
9544
- "static": true,
9545
- "default": "true",
9546
- "inheritedFrom": {
9547
- "name": "UmSelectionControl",
9548
- "module": "src/shared/selection-control/selection-control.ts"
9673
+ "text": "any"
9549
9674
  }
9550
9675
  },
9551
9676
  {
9552
9677
  "kind": "field",
9553
- "name": "elementInternals",
9678
+ "name": "scrim",
9554
9679
  "type": {
9555
- "text": "ElementInternals"
9556
- },
9557
- "privacy": "protected",
9558
- "inheritedFrom": {
9559
- "name": "UmSelectionControl",
9560
- "module": "src/shared/selection-control/selection-control.ts"
9680
+ "text": "HTMLElement"
9561
9681
  }
9562
9682
  },
9563
9683
  {
9564
9684
  "kind": "field",
9565
- "name": "name",
9685
+ "name": "scrollContainer",
9566
9686
  "type": {
9567
- "text": "string | undefined"
9568
- },
9569
- "default": "''",
9570
- "attribute": "name",
9571
- "inheritedFrom": {
9572
- "name": "UmSelectionControl",
9573
- "module": "src/shared/selection-control/selection-control.ts"
9687
+ "text": "HTMLElement | undefined"
9574
9688
  }
9575
9689
  },
9576
9690
  {
9577
- "kind": "field",
9578
- "name": "disabled",
9579
- "type": {
9580
- "text": "boolean"
9581
- },
9582
- "default": "false",
9583
- "attribute": "disabled",
9584
- "reflects": true,
9585
- "inheritedFrom": {
9586
- "name": "UmSelectionControl",
9587
- "module": "src/shared/selection-control/selection-control.ts"
9588
- }
9691
+ "kind": "method",
9692
+ "name": "renderDefault",
9693
+ "privacy": "private"
9589
9694
  },
9590
9695
  {
9591
- "kind": "field",
9592
- "name": "input",
9593
- "type": {
9594
- "text": "HTMLInputElement"
9595
- },
9596
- "inheritedFrom": {
9597
- "name": "UmSelectionControl",
9598
- "module": "src/shared/selection-control/selection-control.ts"
9599
- }
9696
+ "kind": "method",
9697
+ "name": "renderWithSwipe",
9698
+ "privacy": "private"
9600
9699
  },
9601
9700
  {
9602
- "kind": "field",
9603
- "name": "form",
9604
- "type": {
9605
- "text": "HTMLFormElement | null"
9606
- },
9607
- "inheritedFrom": {
9608
- "name": "UmSelectionControl",
9609
- "module": "src/shared/selection-control/selection-control.ts"
9610
- }
9701
+ "kind": "method",
9702
+ "name": "swiperActiveIndexChange",
9703
+ "privacy": "private"
9611
9704
  },
9612
9705
  {
9613
- "kind": "field",
9614
- "name": "#checked",
9615
- "privacy": "private",
9616
- "type": {
9617
- "text": "boolean"
9618
- },
9619
- "default": "false",
9620
- "inheritedFrom": {
9621
- "name": "UmSelectionControl",
9622
- "module": "src/shared/selection-control/selection-control.ts"
9623
- }
9706
+ "kind": "method",
9707
+ "name": "swiperTransitionStart",
9708
+ "privacy": "private"
9624
9709
  },
9625
9710
  {
9626
- "kind": "field",
9627
- "name": "renderRipple",
9628
- "type": {
9629
- "text": "boolean"
9630
- },
9631
- "privacy": "protected",
9632
- "default": "true",
9633
- "inheritedFrom": {
9634
- "name": "UmSelectionControl",
9635
- "module": "src/shared/selection-control/selection-control.ts"
9636
- }
9711
+ "kind": "method",
9712
+ "name": "slidesGridLengthChange",
9713
+ "privacy": "private"
9637
9714
  },
9638
9715
  {
9639
- "kind": "field",
9640
- "name": "value",
9641
- "type": {
9642
- "text": "string"
9643
- },
9644
- "default": "'on'",
9645
- "description": "The element value to use in form submission when checked.",
9646
- "attribute": "value",
9647
- "inheritedFrom": {
9648
- "name": "UmSelectionControl",
9649
- "module": "src/shared/selection-control/selection-control.ts"
9650
- }
9716
+ "kind": "method",
9717
+ "name": "swiperTransitionEnd",
9718
+ "privacy": "private"
9651
9719
  },
9652
9720
  {
9653
9721
  "kind": "method",
9654
- "name": "#handleClick",
9722
+ "name": "swiperSliderMove",
9723
+ "privacy": "private",
9655
9724
  "parameters": [
9656
9725
  {
9657
9726
  "name": "e",
@@ -9659,125 +9728,56 @@
9659
9728
  "text": "Event"
9660
9729
  }
9661
9730
  }
9662
- ],
9663
- "inheritedFrom": {
9664
- "name": "UmSelectionControl",
9665
- "module": "src/shared/selection-control/selection-control.ts"
9666
- }
9731
+ ]
9732
+ },
9733
+ {
9734
+ "kind": "method",
9735
+ "name": "scrimClick",
9736
+ "privacy": "private"
9667
9737
  }
9668
9738
  ],
9669
9739
  "attributes": [
9670
9740
  {
9671
- "name": "hide-state-layer",
9672
- "type": {
9673
- "text": "boolean"
9674
- },
9675
- "default": "false",
9676
- "fieldName": "hideStateLayer"
9677
- },
9678
- {
9679
- "name": "name",
9680
- "type": {
9681
- "text": "string | undefined"
9682
- },
9683
- "default": "''",
9684
- "fieldName": "name",
9685
- "inheritedFrom": {
9686
- "name": "UmSelectionControl",
9687
- "module": "src/shared/selection-control/selection-control.ts"
9688
- }
9689
- },
9690
- {
9691
- "name": "disabled",
9692
- "type": {
9693
- "text": "boolean"
9694
- },
9695
- "default": "false",
9696
- "fieldName": "disabled",
9697
- "inheritedFrom": {
9698
- "name": "UmSelectionControl",
9699
- "module": "src/shared/selection-control/selection-control.ts"
9700
- }
9701
- },
9702
- {
9703
- "name": "value",
9704
- "type": {
9705
- "text": "string"
9706
- },
9707
- "default": "'on'",
9708
- "description": "The element value to use in form submission when checked.",
9709
- "fieldName": "value",
9710
- "inheritedFrom": {
9711
- "name": "UmSelectionControl",
9712
- "module": "src/shared/selection-control/selection-control.ts"
9713
- }
9714
- },
9715
- {
9716
- "name": "checked",
9717
- "fieldName": "checked",
9718
- "inheritedFrom": {
9719
- "name": "UmSelectionControl",
9720
- "module": "src/shared/selection-control/selection-control.ts"
9721
- }
9741
+ "name": "toggle-drawer",
9742
+ "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`",
9743
+ "fieldName": "toggleDrawer"
9722
9744
  }
9723
9745
  ],
9724
9746
  "superclass": {
9725
- "name": "UmSelectionControl",
9726
- "module": "/src/shared/selection-control/selection-control.js"
9747
+ "name": "LitElement",
9748
+ "package": "lit"
9727
9749
  },
9728
- "tagName": "u-radio",
9729
- "customElement": true,
9730
- "events": [
9731
- {
9732
- "name": "input",
9733
- "type": {
9734
- "text": "InputEvent"
9735
- },
9736
- "inheritedFrom": {
9737
- "name": "UmSelectionControl",
9738
- "module": "src/shared/selection-control/selection-control.ts"
9739
- }
9740
- },
9741
- {
9742
- "name": "change",
9743
- "type": {
9744
- "text": "Event"
9745
- },
9746
- "inheritedFrom": {
9747
- "name": "UmSelectionControl",
9748
- "module": "src/shared/selection-control/selection-control.ts"
9749
- }
9750
- }
9751
- ]
9750
+ "tagName": "u-side-navigation",
9751
+ "customElement": true
9752
9752
  }
9753
9753
  ],
9754
9754
  "exports": [
9755
9755
  {
9756
9756
  "kind": "js",
9757
- "name": "UmRadio",
9757
+ "name": "UmSideNavigation",
9758
9758
  "declaration": {
9759
- "name": "UmRadio",
9760
- "module": "src/radio/radio.ts"
9759
+ "name": "UmSideNavigation",
9760
+ "module": "src/navigation/side-navigation.ts"
9761
9761
  }
9762
9762
  },
9763
9763
  {
9764
9764
  "kind": "custom-element-definition",
9765
- "name": "u-radio",
9765
+ "name": "u-side-navigation",
9766
9766
  "declaration": {
9767
- "name": "UmRadio",
9768
- "module": "src/radio/radio.ts"
9767
+ "name": "UmSideNavigation",
9768
+ "module": "src/navigation/side-navigation.ts"
9769
9769
  }
9770
9770
  }
9771
9771
  ]
9772
9772
  },
9773
9773
  {
9774
9774
  "kind": "javascript-module",
9775
- "path": "src/shared/base.styles.ts",
9775
+ "path": "src/snackbar/snackbar.styles.ts",
9776
9776
  "declarations": [
9777
9777
  {
9778
9778
  "kind": "variable",
9779
9779
  "name": "styles",
9780
- "default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\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 :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
9780
+ "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`"
9781
9781
  }
9782
9782
  ],
9783
9783
  "exports": [
@@ -9786,96 +9786,76 @@
9786
9786
  "name": "styles",
9787
9787
  "declaration": {
9788
9788
  "name": "styles",
9789
- "module": "src/shared/base.styles.ts"
9789
+ "module": "src/snackbar/snackbar.styles.ts"
9790
9790
  }
9791
9791
  }
9792
9792
  ]
9793
9793
  },
9794
9794
  {
9795
9795
  "kind": "javascript-module",
9796
- "path": "src/shared/button-wrapper.ts",
9796
+ "path": "src/snackbar/snackbar.ts",
9797
9797
  "declarations": [
9798
9798
  {
9799
9799
  "kind": "class",
9800
9800
  "description": "",
9801
- "name": "UmButtonWrapper",
9801
+ "name": "UmSnackbar",
9802
9802
  "members": [
9803
9803
  {
9804
9804
  "kind": "field",
9805
- "name": "disabled",
9805
+ "name": "label",
9806
9806
  "type": {
9807
- "text": "boolean"
9807
+ "text": "string"
9808
9808
  },
9809
- "default": "false",
9810
- "description": "Whether the button is disabled or not.",
9811
- "attribute": "disabled",
9809
+ "default": "''",
9810
+ "attribute": "label",
9812
9811
  "reflects": true
9813
9812
  },
9814
9813
  {
9815
9814
  "kind": "field",
9816
- "name": "renderRipple",
9815
+ "name": "buttonLabel",
9817
9816
  "type": {
9818
- "text": "boolean"
9817
+ "text": "string"
9819
9818
  },
9820
- "default": "true"
9819
+ "default": "''",
9820
+ "attribute": "buttonLabel",
9821
+ "reflects": true
9821
9822
  },
9822
9823
  {
9823
9824
  "kind": "field",
9824
- "name": "href",
9825
+ "name": "showClose",
9825
9826
  "type": {
9826
- "text": "string | undefined"
9827
+ "text": "boolean"
9827
9828
  },
9828
- "description": "The URL that the link button points to.",
9829
- "attribute": "href"
9829
+ "default": "false",
9830
+ "attribute": "show-close",
9831
+ "reflects": true
9830
9832
  },
9831
9833
  {
9832
9834
  "kind": "field",
9833
- "name": "target",
9835
+ "name": "dismissed",
9834
9836
  "type": {
9835
- "text": "string | undefined"
9837
+ "text": "boolean"
9836
9838
  },
9837
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
9838
- "attribute": "target"
9839
+ "default": "false",
9840
+ "attribute": "dismissed",
9841
+ "reflects": true
9839
9842
  },
9840
9843
  {
9841
9844
  "kind": "field",
9842
- "name": "name",
9845
+ "name": "duration",
9843
9846
  "type": {
9844
- "text": "string | undefined"
9847
+ "text": "SnackbarDuration"
9845
9848
  },
9846
- "attribute": "name"
9849
+ "privacy": "private"
9847
9850
  },
9848
9851
  {
9849
9852
  "kind": "field",
9850
- "name": "buttonElement",
9853
+ "name": "snackbar",
9851
9854
  "type": {
9852
9855
  "text": "HTMLElement"
9853
- }
9854
- },
9855
- {
9856
- "kind": "field",
9857
- "name": "ripple",
9858
- "type": {
9859
- "text": "UmRipple"
9860
9856
  },
9861
9857
  "privacy": "private"
9862
9858
  },
9863
- {
9864
- "kind": "field",
9865
- "name": "innerRole",
9866
- "type": {
9867
- "text": "string | null"
9868
- },
9869
- "privacy": "protected",
9870
- "default": "null"
9871
- },
9872
- {
9873
- "kind": "field",
9874
- "name": "pathname",
9875
- "type": {
9876
- "text": "string"
9877
- }
9878
- },
9879
9859
  {
9880
9860
  "kind": "method",
9881
9861
  "name": "renderButton",
@@ -9883,78 +9863,118 @@
9883
9863
  },
9884
9864
  {
9885
9865
  "kind": "method",
9886
- "name": "renderLink",
9866
+ "name": "renderCloseButton",
9887
9867
  "privacy": "private"
9888
9868
  },
9889
9869
  {
9890
9870
  "kind": "method",
9891
- "name": "renderContent",
9892
- "privacy": "protected",
9871
+ "name": "dismiss",
9893
9872
  "return": {
9894
9873
  "type": {
9895
- "text": "HTMLTemplateResult"
9874
+ "text": "void"
9896
9875
  }
9897
9876
  }
9898
9877
  },
9899
9878
  {
9900
- "kind": "method",
9901
- "name": "focus"
9879
+ "kind": "field",
9880
+ "name": "_queue",
9881
+ "type": {
9882
+ "text": "UmSnackbar[]"
9883
+ },
9884
+ "privacy": "private",
9885
+ "static": true,
9886
+ "default": "[]"
9902
9887
  },
9903
9888
  {
9904
- "kind": "method",
9905
- "name": "blur"
9889
+ "kind": "field",
9890
+ "name": "_consuming",
9891
+ "type": {
9892
+ "text": "boolean"
9893
+ },
9894
+ "privacy": "private",
9895
+ "static": true
9906
9896
  },
9907
9897
  {
9908
9898
  "kind": "method",
9909
- "name": "getAriaLabel",
9910
- "privacy": "protected",
9899
+ "name": "show",
9900
+ "static": true,
9911
9901
  "return": {
9912
9902
  "type": {
9913
- "text": "string | null"
9903
+ "text": "UmSnackbar"
9914
9904
  }
9915
- }
9905
+ },
9906
+ "parameters": [
9907
+ {
9908
+ "name": "label",
9909
+ "type": {
9910
+ "text": "string"
9911
+ }
9912
+ }
9913
+ ]
9916
9914
  },
9917
9915
  {
9918
9916
  "kind": "method",
9919
- "name": "innerFocusHandler",
9920
- "privacy": "private",
9917
+ "name": "show",
9918
+ "static": true,
9921
9919
  "return": {
9922
9920
  "type": {
9923
- "text": "void"
9921
+ "text": "UmSnackbar"
9922
+ }
9923
+ },
9924
+ "parameters": [
9925
+ {
9926
+ "name": "config",
9927
+ "type": {
9928
+ "text": "SnackbarConfig"
9929
+ }
9924
9930
  }
9925
- }
9931
+ ]
9926
9932
  },
9927
9933
  {
9928
9934
  "kind": "method",
9929
- "name": "#innerClickHandler",
9935
+ "name": "show",
9936
+ "static": true,
9930
9937
  "return": {
9931
9938
  "type": {
9932
- "text": "void"
9939
+ "text": "UmSnackbar"
9933
9940
  }
9934
9941
  },
9935
9942
  "parameters": [
9936
9943
  {
9937
- "name": "event",
9944
+ "name": "configOrLabel",
9938
9945
  "type": {
9939
- "text": "MouseEvent"
9946
+ "text": "SnackbarConfig | string"
9940
9947
  }
9941
9948
  }
9942
9949
  ]
9943
9950
  },
9944
9951
  {
9945
9952
  "kind": "method",
9946
- "name": "handleClick",
9947
- "privacy": "protected",
9953
+ "name": "consumeQueue",
9954
+ "privacy": "private",
9955
+ "static": true
9956
+ },
9957
+ {
9958
+ "kind": "method",
9959
+ "name": "showNext",
9960
+ "privacy": "private",
9961
+ "static": true
9962
+ },
9963
+ {
9964
+ "kind": "method",
9965
+ "name": "createSnackbar",
9966
+ "privacy": "private",
9967
+ "static": true,
9948
9968
  "return": {
9949
9969
  "type": {
9950
- "text": "void"
9970
+ "text": "UmSnackbar"
9951
9971
  }
9952
9972
  },
9953
9973
  "parameters": [
9954
9974
  {
9955
- "name": "_",
9975
+ "name": "config",
9956
9976
  "type": {
9957
- "text": "UIEvent"
9977
+ "text": "SnackbarConfig"
9958
9978
  }
9959
9979
  }
9960
9980
  ]
@@ -9962,200 +9982,73 @@
9962
9982
  ],
9963
9983
  "attributes": [
9964
9984
  {
9965
- "name": "disabled",
9985
+ "name": "label",
9966
9986
  "type": {
9967
- "text": "boolean"
9987
+ "text": "string"
9968
9988
  },
9969
- "default": "false",
9970
- "description": "Whether the button is disabled or not.",
9971
- "fieldName": "disabled"
9989
+ "default": "''",
9990
+ "fieldName": "label"
9972
9991
  },
9973
9992
  {
9974
- "name": "href",
9993
+ "name": "buttonLabel",
9975
9994
  "type": {
9976
- "text": "string | undefined"
9995
+ "text": "string"
9977
9996
  },
9978
- "description": "The URL that the link button points to.",
9979
- "fieldName": "href"
9997
+ "default": "''",
9998
+ "fieldName": "buttonLabel"
9980
9999
  },
9981
10000
  {
9982
- "name": "target",
10001
+ "name": "show-close",
9983
10002
  "type": {
9984
- "text": "string | undefined"
10003
+ "text": "boolean"
9985
10004
  },
9986
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
9987
- "fieldName": "target"
10005
+ "default": "false",
10006
+ "fieldName": "showClose"
9988
10007
  },
9989
10008
  {
9990
- "name": "name",
10009
+ "name": "dismissed",
9991
10010
  "type": {
9992
- "text": "string | undefined"
10011
+ "text": "boolean"
9993
10012
  },
9994
- "fieldName": "name"
10013
+ "default": "false",
10014
+ "fieldName": "dismissed"
9995
10015
  }
9996
10016
  ],
9997
10017
  "superclass": {
9998
10018
  "name": "LitElement",
9999
10019
  "package": "lit"
10000
10020
  },
10021
+ "tagName": "u-snackbar",
10001
10022
  "customElement": true
10002
10023
  }
10003
10024
  ],
10004
10025
  "exports": [
10005
10026
  {
10006
10027
  "kind": "js",
10007
- "name": "UmButtonWrapper",
10008
- "declaration": {
10009
- "name": "UmButtonWrapper",
10010
- "module": "src/shared/button-wrapper.ts"
10011
- }
10012
- }
10013
- ]
10014
- },
10015
- {
10016
- "kind": "javascript-module",
10017
- "path": "src/shared/extract-template-html.ts",
10018
- "declarations": [
10019
- {
10020
- "kind": "function",
10021
- "name": "extractTemplateHtml",
10022
- "parameters": [
10023
- {
10024
- "name": "template",
10025
- "type": {
10026
- "text": "HTMLTemplateElement"
10027
- }
10028
- }
10029
- ]
10030
- }
10031
- ],
10032
- "exports": [
10033
- {
10034
- "kind": "js",
10035
- "name": "extractTemplateHtml",
10036
- "declaration": {
10037
- "name": "extractTemplateHtml",
10038
- "module": "src/shared/extract-template-html.ts"
10039
- }
10040
- }
10041
- ]
10042
- },
10043
- {
10044
- "kind": "javascript-module",
10045
- "path": "src/shared/mixin-attribute-properties.ts",
10046
- "declarations": [
10047
- {
10048
- "kind": "mixin",
10049
- "description": "",
10050
- "name": "mixinAttributeProperties",
10051
- "parameters": [
10052
- {
10053
- "name": "base",
10054
- "type": {
10055
- "text": "T"
10056
- }
10057
- },
10058
- {
10059
- "name": "properties",
10060
- "type": {
10061
- "text": "string[]"
10062
- }
10063
- }
10064
- ]
10065
- }
10066
- ],
10067
- "exports": [
10068
- {
10069
- "kind": "js",
10070
- "name": "mixinAttributeProperties",
10071
- "declaration": {
10072
- "name": "mixinAttributeProperties",
10073
- "module": "src/shared/mixin-attribute-properties.ts"
10074
- }
10075
- }
10076
- ]
10077
- },
10078
- {
10079
- "kind": "javascript-module",
10080
- "path": "src/shared/mixin.ts",
10081
- "declarations": [],
10082
- "exports": []
10083
- },
10084
- {
10085
- "kind": "javascript-module",
10086
- "path": "src/shared/normalize-text.ts",
10087
- "declarations": [
10088
- {
10089
- "kind": "function",
10090
- "name": "normalizeText",
10091
- "return": {
10092
- "type": {
10093
- "text": "string"
10094
- }
10095
- },
10096
- "parameters": [
10097
- {
10098
- "name": "text",
10099
- "type": {
10100
- "text": "string"
10101
- }
10102
- }
10103
- ]
10104
- }
10105
- ],
10106
- "exports": [
10107
- {
10108
- "kind": "js",
10109
- "name": "normalizeText",
10028
+ "name": "UmSnackbar",
10110
10029
  "declaration": {
10111
- "name": "normalizeText",
10112
- "module": "src/shared/normalize-text.ts"
10030
+ "name": "UmSnackbar",
10031
+ "module": "src/snackbar/snackbar.ts"
10113
10032
  }
10114
- }
10115
- ]
10116
- },
10117
- {
10118
- "kind": "javascript-module",
10119
- "path": "src/shared/redispatch-event.ts",
10120
- "declarations": [
10121
- {
10122
- "kind": "function",
10123
- "name": "redispatchEvent",
10124
- "parameters": [
10125
- {
10126
- "name": "element",
10127
- "type": {
10128
- "text": "Element"
10129
- }
10130
- },
10131
- {
10132
- "name": "event",
10133
- "type": {
10134
- "text": "Event"
10135
- }
10136
- }
10137
- ]
10138
- }
10139
- ],
10140
- "exports": [
10033
+ },
10141
10034
  {
10142
- "kind": "js",
10143
- "name": "redispatchEvent",
10035
+ "kind": "custom-element-definition",
10036
+ "name": "u-snackbar",
10144
10037
  "declaration": {
10145
- "name": "redispatchEvent",
10146
- "module": "src/shared/redispatch-event.ts"
10038
+ "name": "UmSnackbar",
10039
+ "module": "src/snackbar/snackbar.ts"
10147
10040
  }
10148
10041
  }
10149
10042
  ]
10150
10043
  },
10151
10044
  {
10152
10045
  "kind": "javascript-module",
10153
- "path": "src/snackbar/snackbar.styles.ts",
10046
+ "path": "src/shared/base.styles.ts",
10154
10047
  "declarations": [
10155
10048
  {
10156
10049
  "kind": "variable",
10157
10050
  "name": "styles",
10158
- "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`"
10051
+ "default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\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 :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
10159
10052
  }
10160
10053
  ],
10161
10054
  "exports": [
@@ -10164,75 +10057,95 @@
10164
10057
  "name": "styles",
10165
10058
  "declaration": {
10166
10059
  "name": "styles",
10167
- "module": "src/snackbar/snackbar.styles.ts"
10060
+ "module": "src/shared/base.styles.ts"
10168
10061
  }
10169
10062
  }
10170
10063
  ]
10171
10064
  },
10172
10065
  {
10173
10066
  "kind": "javascript-module",
10174
- "path": "src/snackbar/snackbar.ts",
10067
+ "path": "src/shared/button-wrapper.ts",
10175
10068
  "declarations": [
10176
10069
  {
10177
10070
  "kind": "class",
10178
10071
  "description": "",
10179
- "name": "UmSnackbar",
10072
+ "name": "UmButtonWrapper",
10180
10073
  "members": [
10181
10074
  {
10182
10075
  "kind": "field",
10183
- "name": "label",
10076
+ "name": "disabled",
10184
10077
  "type": {
10185
- "text": "string"
10078
+ "text": "boolean"
10186
10079
  },
10187
- "default": "''",
10188
- "attribute": "label",
10080
+ "default": "false",
10081
+ "description": "Whether the button is disabled or not.",
10082
+ "attribute": "disabled",
10189
10083
  "reflects": true
10190
10084
  },
10191
10085
  {
10192
10086
  "kind": "field",
10193
- "name": "buttonLabel",
10087
+ "name": "renderRipple",
10088
+ "type": {
10089
+ "text": "boolean"
10090
+ },
10091
+ "default": "true"
10092
+ },
10093
+ {
10094
+ "kind": "field",
10095
+ "name": "href",
10096
+ "type": {
10097
+ "text": "string | undefined"
10098
+ },
10099
+ "description": "The URL that the link button points to.",
10100
+ "attribute": "href"
10101
+ },
10102
+ {
10103
+ "kind": "field",
10104
+ "name": "target",
10105
+ "type": {
10106
+ "text": "string | undefined"
10107
+ },
10108
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
10109
+ "attribute": "target"
10110
+ },
10111
+ {
10112
+ "kind": "field",
10113
+ "name": "name",
10194
10114
  "type": {
10195
- "text": "string"
10115
+ "text": "string | undefined"
10196
10116
  },
10197
- "default": "''",
10198
- "attribute": "buttonLabel",
10199
- "reflects": true
10117
+ "attribute": "name"
10200
10118
  },
10201
10119
  {
10202
10120
  "kind": "field",
10203
- "name": "showClose",
10121
+ "name": "buttonElement",
10204
10122
  "type": {
10205
- "text": "boolean"
10206
- },
10207
- "default": "false",
10208
- "attribute": "show-close",
10209
- "reflects": true
10123
+ "text": "HTMLElement"
10124
+ }
10210
10125
  },
10211
10126
  {
10212
10127
  "kind": "field",
10213
- "name": "dismissed",
10128
+ "name": "ripple",
10214
10129
  "type": {
10215
- "text": "boolean"
10130
+ "text": "UmRipple"
10216
10131
  },
10217
- "default": "false",
10218
- "attribute": "dismissed",
10219
- "reflects": true
10132
+ "privacy": "private"
10220
10133
  },
10221
10134
  {
10222
10135
  "kind": "field",
10223
- "name": "duration",
10136
+ "name": "innerRole",
10224
10137
  "type": {
10225
- "text": "SnackbarDuration"
10138
+ "text": "string | null"
10226
10139
  },
10227
- "privacy": "private"
10140
+ "privacy": "protected",
10141
+ "default": "null"
10228
10142
  },
10229
10143
  {
10230
10144
  "kind": "field",
10231
- "name": "snackbar",
10145
+ "name": "pathname",
10232
10146
  "type": {
10233
- "text": "HTMLElement"
10234
- },
10235
- "privacy": "private"
10147
+ "text": "string"
10148
+ }
10236
10149
  },
10237
10150
  {
10238
10151
  "kind": "method",
@@ -10241,118 +10154,78 @@
10241
10154
  },
10242
10155
  {
10243
10156
  "kind": "method",
10244
- "name": "renderCloseButton",
10157
+ "name": "renderLink",
10245
10158
  "privacy": "private"
10246
10159
  },
10247
10160
  {
10248
10161
  "kind": "method",
10249
- "name": "dismiss",
10162
+ "name": "renderContent",
10163
+ "privacy": "protected",
10250
10164
  "return": {
10251
10165
  "type": {
10252
- "text": "void"
10166
+ "text": "HTMLTemplateResult"
10253
10167
  }
10254
10168
  }
10255
10169
  },
10256
10170
  {
10257
- "kind": "field",
10258
- "name": "_queue",
10259
- "type": {
10260
- "text": "UmSnackbar[]"
10261
- },
10262
- "privacy": "private",
10263
- "static": true,
10264
- "default": "[]"
10171
+ "kind": "method",
10172
+ "name": "focus"
10265
10173
  },
10266
10174
  {
10267
- "kind": "field",
10268
- "name": "_consuming",
10269
- "type": {
10270
- "text": "boolean"
10271
- },
10272
- "privacy": "private",
10273
- "static": true
10175
+ "kind": "method",
10176
+ "name": "blur"
10274
10177
  },
10275
10178
  {
10276
10179
  "kind": "method",
10277
- "name": "show",
10278
- "static": true,
10180
+ "name": "getAriaLabel",
10181
+ "privacy": "protected",
10279
10182
  "return": {
10280
10183
  "type": {
10281
- "text": "UmSnackbar"
10282
- }
10283
- },
10284
- "parameters": [
10285
- {
10286
- "name": "label",
10287
- "type": {
10288
- "text": "string"
10289
- }
10184
+ "text": "string | null"
10290
10185
  }
10291
- ]
10186
+ }
10292
10187
  },
10293
10188
  {
10294
10189
  "kind": "method",
10295
- "name": "show",
10296
- "static": true,
10190
+ "name": "innerFocusHandler",
10191
+ "privacy": "private",
10297
10192
  "return": {
10298
10193
  "type": {
10299
- "text": "UmSnackbar"
10300
- }
10301
- },
10302
- "parameters": [
10303
- {
10304
- "name": "config",
10305
- "type": {
10306
- "text": "SnackbarConfig"
10307
- }
10194
+ "text": "void"
10308
10195
  }
10309
- ]
10196
+ }
10310
10197
  },
10311
10198
  {
10312
10199
  "kind": "method",
10313
- "name": "show",
10314
- "static": true,
10200
+ "name": "#innerClickHandler",
10315
10201
  "return": {
10316
10202
  "type": {
10317
- "text": "UmSnackbar"
10203
+ "text": "void"
10318
10204
  }
10319
10205
  },
10320
10206
  "parameters": [
10321
10207
  {
10322
- "name": "configOrLabel",
10208
+ "name": "event",
10323
10209
  "type": {
10324
- "text": "SnackbarConfig | string"
10210
+ "text": "MouseEvent"
10325
10211
  }
10326
10212
  }
10327
10213
  ]
10328
10214
  },
10329
10215
  {
10330
10216
  "kind": "method",
10331
- "name": "consumeQueue",
10332
- "privacy": "private",
10333
- "static": true
10334
- },
10335
- {
10336
- "kind": "method",
10337
- "name": "showNext",
10338
- "privacy": "private",
10339
- "static": true
10340
- },
10341
- {
10342
- "kind": "method",
10343
- "name": "createSnackbar",
10344
- "privacy": "private",
10345
- "static": true,
10217
+ "name": "handleClick",
10218
+ "privacy": "protected",
10346
10219
  "return": {
10347
10220
  "type": {
10348
- "text": "UmSnackbar"
10221
+ "text": "void"
10349
10222
  }
10350
10223
  },
10351
10224
  "parameters": [
10352
10225
  {
10353
- "name": "config",
10226
+ "name": "_",
10354
10227
  "type": {
10355
- "text": "SnackbarConfig"
10228
+ "text": "UIEvent"
10356
10229
  }
10357
10230
  }
10358
10231
  ]
@@ -10360,61 +10233,188 @@
10360
10233
  ],
10361
10234
  "attributes": [
10362
10235
  {
10363
- "name": "label",
10236
+ "name": "disabled",
10364
10237
  "type": {
10365
- "text": "string"
10238
+ "text": "boolean"
10366
10239
  },
10367
- "default": "''",
10368
- "fieldName": "label"
10240
+ "default": "false",
10241
+ "description": "Whether the button is disabled or not.",
10242
+ "fieldName": "disabled"
10243
+ },
10244
+ {
10245
+ "name": "href",
10246
+ "type": {
10247
+ "text": "string | undefined"
10248
+ },
10249
+ "description": "The URL that the link button points to.",
10250
+ "fieldName": "href"
10251
+ },
10252
+ {
10253
+ "name": "target",
10254
+ "type": {
10255
+ "text": "string | undefined"
10256
+ },
10257
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
10258
+ "fieldName": "target"
10259
+ },
10260
+ {
10261
+ "name": "name",
10262
+ "type": {
10263
+ "text": "string | undefined"
10264
+ },
10265
+ "fieldName": "name"
10266
+ }
10267
+ ],
10268
+ "superclass": {
10269
+ "name": "LitElement",
10270
+ "package": "lit"
10271
+ },
10272
+ "customElement": true
10273
+ }
10274
+ ],
10275
+ "exports": [
10276
+ {
10277
+ "kind": "js",
10278
+ "name": "UmButtonWrapper",
10279
+ "declaration": {
10280
+ "name": "UmButtonWrapper",
10281
+ "module": "src/shared/button-wrapper.ts"
10282
+ }
10283
+ }
10284
+ ]
10285
+ },
10286
+ {
10287
+ "kind": "javascript-module",
10288
+ "path": "src/shared/extract-template-html.ts",
10289
+ "declarations": [
10290
+ {
10291
+ "kind": "function",
10292
+ "name": "extractTemplateHtml",
10293
+ "parameters": [
10294
+ {
10295
+ "name": "template",
10296
+ "type": {
10297
+ "text": "HTMLTemplateElement"
10298
+ }
10299
+ }
10300
+ ]
10301
+ }
10302
+ ],
10303
+ "exports": [
10304
+ {
10305
+ "kind": "js",
10306
+ "name": "extractTemplateHtml",
10307
+ "declaration": {
10308
+ "name": "extractTemplateHtml",
10309
+ "module": "src/shared/extract-template-html.ts"
10310
+ }
10311
+ }
10312
+ ]
10313
+ },
10314
+ {
10315
+ "kind": "javascript-module",
10316
+ "path": "src/shared/mixin-attribute-properties.ts",
10317
+ "declarations": [
10318
+ {
10319
+ "kind": "mixin",
10320
+ "description": "",
10321
+ "name": "mixinAttributeProperties",
10322
+ "parameters": [
10323
+ {
10324
+ "name": "base",
10325
+ "type": {
10326
+ "text": "T"
10327
+ }
10369
10328
  },
10370
10329
  {
10371
- "name": "buttonLabel",
10330
+ "name": "properties",
10331
+ "type": {
10332
+ "text": "string[]"
10333
+ }
10334
+ }
10335
+ ]
10336
+ }
10337
+ ],
10338
+ "exports": [
10339
+ {
10340
+ "kind": "js",
10341
+ "name": "mixinAttributeProperties",
10342
+ "declaration": {
10343
+ "name": "mixinAttributeProperties",
10344
+ "module": "src/shared/mixin-attribute-properties.ts"
10345
+ }
10346
+ }
10347
+ ]
10348
+ },
10349
+ {
10350
+ "kind": "javascript-module",
10351
+ "path": "src/shared/mixin.ts",
10352
+ "declarations": [],
10353
+ "exports": []
10354
+ },
10355
+ {
10356
+ "kind": "javascript-module",
10357
+ "path": "src/shared/normalize-text.ts",
10358
+ "declarations": [
10359
+ {
10360
+ "kind": "function",
10361
+ "name": "normalizeText",
10362
+ "return": {
10363
+ "type": {
10364
+ "text": "string"
10365
+ }
10366
+ },
10367
+ "parameters": [
10368
+ {
10369
+ "name": "text",
10372
10370
  "type": {
10373
10371
  "text": "string"
10374
- },
10375
- "default": "''",
10376
- "fieldName": "buttonLabel"
10377
- },
10372
+ }
10373
+ }
10374
+ ]
10375
+ }
10376
+ ],
10377
+ "exports": [
10378
+ {
10379
+ "kind": "js",
10380
+ "name": "normalizeText",
10381
+ "declaration": {
10382
+ "name": "normalizeText",
10383
+ "module": "src/shared/normalize-text.ts"
10384
+ }
10385
+ }
10386
+ ]
10387
+ },
10388
+ {
10389
+ "kind": "javascript-module",
10390
+ "path": "src/shared/redispatch-event.ts",
10391
+ "declarations": [
10392
+ {
10393
+ "kind": "function",
10394
+ "name": "redispatchEvent",
10395
+ "parameters": [
10378
10396
  {
10379
- "name": "show-close",
10397
+ "name": "element",
10380
10398
  "type": {
10381
- "text": "boolean"
10382
- },
10383
- "default": "false",
10384
- "fieldName": "showClose"
10399
+ "text": "Element"
10400
+ }
10385
10401
  },
10386
10402
  {
10387
- "name": "dismissed",
10403
+ "name": "event",
10388
10404
  "type": {
10389
- "text": "boolean"
10390
- },
10391
- "default": "false",
10392
- "fieldName": "dismissed"
10405
+ "text": "Event"
10406
+ }
10393
10407
  }
10394
- ],
10395
- "superclass": {
10396
- "name": "LitElement",
10397
- "package": "lit"
10398
- },
10399
- "tagName": "u-snackbar",
10400
- "customElement": true
10408
+ ]
10401
10409
  }
10402
10410
  ],
10403
10411
  "exports": [
10404
10412
  {
10405
10413
  "kind": "js",
10406
- "name": "UmSnackbar",
10407
- "declaration": {
10408
- "name": "UmSnackbar",
10409
- "module": "src/snackbar/snackbar.ts"
10410
- }
10411
- },
10412
- {
10413
- "kind": "custom-element-definition",
10414
- "name": "u-snackbar",
10414
+ "name": "redispatchEvent",
10415
10415
  "declaration": {
10416
- "name": "UmSnackbar",
10417
- "module": "src/snackbar/snackbar.ts"
10416
+ "name": "redispatchEvent",
10417
+ "module": "src/shared/redispatch-event.ts"
10418
10418
  }
10419
10419
  }
10420
10420
  ]
@@ -12844,96 +12844,6 @@
12844
12844
  }
12845
12845
  ]
12846
12846
  },
12847
- {
12848
- "kind": "javascript-module",
12849
- "path": "src/shared/events/dispatch-event.ts",
12850
- "declarations": [],
12851
- "exports": []
12852
- },
12853
- {
12854
- "kind": "javascript-module",
12855
- "path": "src/shared/events/redispatch-event.ts",
12856
- "declarations": [
12857
- {
12858
- "kind": "function",
12859
- "name": "redispatchEvent",
12860
- "parameters": [
12861
- {
12862
- "name": "element",
12863
- "type": {
12864
- "text": "Element"
12865
- }
12866
- },
12867
- {
12868
- "name": "event",
12869
- "type": {
12870
- "text": "Event"
12871
- }
12872
- }
12873
- ]
12874
- }
12875
- ],
12876
- "exports": [
12877
- {
12878
- "kind": "js",
12879
- "name": "redispatchEvent",
12880
- "declaration": {
12881
- "name": "redispatchEvent",
12882
- "module": "src/shared/events/redispatch-event.ts"
12883
- }
12884
- }
12885
- ]
12886
- },
12887
- {
12888
- "kind": "javascript-module",
12889
- "path": "src/shared/sets/set-base.ts",
12890
- "declarations": [
12891
- {
12892
- "kind": "class",
12893
- "description": "",
12894
- "name": "UmSetBase",
12895
- "members": [
12896
- {
12897
- "kind": "field",
12898
- "name": "alignment",
12899
- "type": {
12900
- "text": "'start' | 'center' | 'end'"
12901
- },
12902
- "default": "'start'",
12903
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
12904
- "attribute": "alignment",
12905
- "reflects": true
12906
- }
12907
- ],
12908
- "attributes": [
12909
- {
12910
- "name": "alignment",
12911
- "type": {
12912
- "text": "'start' | 'center' | 'end'"
12913
- },
12914
- "default": "'start'",
12915
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
12916
- "fieldName": "alignment"
12917
- }
12918
- ],
12919
- "superclass": {
12920
- "name": "LitElement",
12921
- "package": "lit"
12922
- },
12923
- "customElement": true
12924
- }
12925
- ],
12926
- "exports": [
12927
- {
12928
- "kind": "js",
12929
- "name": "UmSetBase",
12930
- "declaration": {
12931
- "name": "UmSetBase",
12932
- "module": "src/shared/sets/set-base.ts"
12933
- }
12934
- }
12935
- ]
12936
- },
12937
12847
  {
12938
12848
  "kind": "javascript-module",
12939
12849
  "path": "src/shared/selection-control/selection-control-list-item.ts",
@@ -13191,6 +13101,96 @@
13191
13101
  }
13192
13102
  ]
13193
13103
  },
13104
+ {
13105
+ "kind": "javascript-module",
13106
+ "path": "src/shared/sets/set-base.ts",
13107
+ "declarations": [
13108
+ {
13109
+ "kind": "class",
13110
+ "description": "",
13111
+ "name": "UmSetBase",
13112
+ "members": [
13113
+ {
13114
+ "kind": "field",
13115
+ "name": "alignment",
13116
+ "type": {
13117
+ "text": "'start' | 'center' | 'end'"
13118
+ },
13119
+ "default": "'start'",
13120
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
13121
+ "attribute": "alignment",
13122
+ "reflects": true
13123
+ }
13124
+ ],
13125
+ "attributes": [
13126
+ {
13127
+ "name": "alignment",
13128
+ "type": {
13129
+ "text": "'start' | 'center' | 'end'"
13130
+ },
13131
+ "default": "'start'",
13132
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
13133
+ "fieldName": "alignment"
13134
+ }
13135
+ ],
13136
+ "superclass": {
13137
+ "name": "LitElement",
13138
+ "package": "lit"
13139
+ },
13140
+ "customElement": true
13141
+ }
13142
+ ],
13143
+ "exports": [
13144
+ {
13145
+ "kind": "js",
13146
+ "name": "UmSetBase",
13147
+ "declaration": {
13148
+ "name": "UmSetBase",
13149
+ "module": "src/shared/sets/set-base.ts"
13150
+ }
13151
+ }
13152
+ ]
13153
+ },
13154
+ {
13155
+ "kind": "javascript-module",
13156
+ "path": "src/shared/events/dispatch-event.ts",
13157
+ "declarations": [],
13158
+ "exports": []
13159
+ },
13160
+ {
13161
+ "kind": "javascript-module",
13162
+ "path": "src/shared/events/redispatch-event.ts",
13163
+ "declarations": [
13164
+ {
13165
+ "kind": "function",
13166
+ "name": "redispatchEvent",
13167
+ "parameters": [
13168
+ {
13169
+ "name": "element",
13170
+ "type": {
13171
+ "text": "Element"
13172
+ }
13173
+ },
13174
+ {
13175
+ "name": "event",
13176
+ "type": {
13177
+ "text": "Event"
13178
+ }
13179
+ }
13180
+ ]
13181
+ }
13182
+ ],
13183
+ "exports": [
13184
+ {
13185
+ "kind": "js",
13186
+ "name": "redispatchEvent",
13187
+ "declaration": {
13188
+ "name": "redispatchEvent",
13189
+ "module": "src/shared/events/redispatch-event.ts"
13190
+ }
13191
+ }
13192
+ ]
13193
+ },
13194
13194
  {
13195
13195
  "kind": "javascript-module",
13196
13196
  "path": "src/shared/text-field-base/text-field-base.styles.ts",