@vonage/vivid 3.40.0 → 3.41.0

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.
Files changed (160) hide show
  1. package/accordion/index.js +2 -2
  2. package/accordion-item/index.js +2 -2
  3. package/alert/index.js +6 -5
  4. package/audio-player/index.js +33 -0
  5. package/avatar/index.js +2 -2
  6. package/badge/index.js +2 -2
  7. package/banner/index.js +8 -5
  8. package/breadcrumb/index.js +1 -1
  9. package/breadcrumb-item/index.js +3 -3
  10. package/button/index.js +4 -4
  11. package/calendar/index.js +1 -1
  12. package/calendar-event/index.js +1 -1
  13. package/card/index.js +4 -3
  14. package/checkbox/index.js +3 -3
  15. package/combobox/index.js +8 -8
  16. package/custom-elements.json +330 -38
  17. package/data-grid/index.js +2 -2
  18. package/date-picker/index.js +9 -9
  19. package/date-range-picker/index.js +8 -8
  20. package/dialog/index.js +6 -6
  21. package/divider/index.js +1 -1
  22. package/elevation/index.js +1 -1
  23. package/empty-state/index.js +2 -2
  24. package/fab/index.js +3 -3
  25. package/file-picker/index.js +5 -5
  26. package/focus/index.js +1 -1
  27. package/header/index.js +2 -2
  28. package/icon/index.js +1 -1
  29. package/index.js +57 -56
  30. package/layout/index.js +1 -1
  31. package/lib/alert/alert.d.ts +3 -1
  32. package/lib/alert/locale.d.ts +3 -0
  33. package/lib/audio-player/audio-player.d.ts +17 -0
  34. package/lib/audio-player/audio-player.template.d.ts +4 -0
  35. package/lib/audio-player/definition.d.ts +4 -0
  36. package/lib/audio-player/locale.d.ts +5 -0
  37. package/lib/banner/banner.d.ts +3 -1
  38. package/lib/banner/locale.d.ts +3 -0
  39. package/lib/card/card.d.ts +3 -0
  40. package/lib/card/card.template.d.ts +1 -1
  41. package/lib/card/definition.d.ts +1 -0
  42. package/lib/checkbox/checkbox.d.ts +1 -0
  43. package/lib/components.d.ts +1 -0
  44. package/lib/enums.d.ts +2 -1
  45. package/lib/selectable-box/selectable-box.d.ts +1 -2
  46. package/lib/split-button/locale.d.ts +3 -0
  47. package/lib/split-button/split-button.d.ts +3 -1
  48. package/listbox/index.js +4 -4
  49. package/locales/en-GB.js +14 -0
  50. package/locales/en-US.js +14 -0
  51. package/locales/ja-JP.js +14 -0
  52. package/locales/zh-CN.js +14 -0
  53. package/menu/index.js +8 -8
  54. package/menu-item/index.js +3 -3
  55. package/nav/index.js +1 -1
  56. package/nav-disclosure/index.js +3 -3
  57. package/nav-item/index.js +3 -3
  58. package/note/index.js +2 -2
  59. package/number-field/index.js +6 -6
  60. package/option/index.js +3 -3
  61. package/package.json +1 -1
  62. package/pagination/index.js +5 -5
  63. package/popup/index.js +6 -6
  64. package/progress/index.js +1 -1
  65. package/progress-ring/index.js +1 -1
  66. package/radio/index.js +2 -2
  67. package/radio-group/index.js +2 -2
  68. package/select/index.js +8 -8
  69. package/selectable-box/index.js +5 -5
  70. package/shared/definition.js +3 -3
  71. package/shared/definition10.js +90 -159
  72. package/shared/definition11.js +151 -29
  73. package/shared/definition12.js +37 -766
  74. package/shared/definition13.js +747 -106
  75. package/shared/definition14.js +121 -198
  76. package/shared/definition15.js +156 -664
  77. package/shared/definition16.js +576 -1137
  78. package/shared/definition17.js +1278 -143
  79. package/shared/definition18.js +64 -305
  80. package/shared/definition19.js +357 -218
  81. package/shared/definition2.js +1 -1
  82. package/shared/definition20.js +259 -67
  83. package/shared/definition21.js +66 -58
  84. package/shared/definition22.js +43 -84
  85. package/shared/definition23.js +76 -2353
  86. package/shared/definition24.js +2362 -45
  87. package/shared/definition25.js +63 -27
  88. package/shared/definition26.js +24 -51
  89. package/shared/definition27.js +36 -822
  90. package/shared/definition28.js +837 -49
  91. package/shared/definition29.js +52 -89
  92. package/shared/definition3.js +1 -1
  93. package/shared/definition30.js +88 -24
  94. package/shared/definition31.js +25 -12
  95. package/shared/definition32.js +12 -52
  96. package/shared/definition33.js +28 -502
  97. package/shared/definition34.js +442 -197
  98. package/shared/definition35.js +260 -186
  99. package/shared/definition36.js +186 -75
  100. package/shared/definition37.js +70 -54
  101. package/shared/definition38.js +65 -421
  102. package/shared/definition39.js +437 -38
  103. package/shared/definition4.js +43 -16
  104. package/shared/definition40.js +32 -680
  105. package/shared/definition41.js +654 -105
  106. package/shared/definition42.js +105 -77
  107. package/shared/definition43.js +74 -567
  108. package/shared/definition44.js +568 -102
  109. package/shared/definition45.js +110 -135
  110. package/shared/definition46.js +153 -17
  111. package/shared/definition47.js +16 -79
  112. package/shared/definition48.js +53 -475
  113. package/shared/definition49.js +493 -25
  114. package/shared/definition5.js +160 -44
  115. package/shared/definition50.js +22 -121
  116. package/shared/definition51.js +113 -271
  117. package/shared/definition52.js +249 -243
  118. package/shared/definition53.js +270 -109
  119. package/shared/definition54.js +84 -74
  120. package/shared/definition55.js +114 -69
  121. package/shared/definition56.js +81 -292
  122. package/shared/definition57.js +302 -13
  123. package/shared/definition58.js +11 -41
  124. package/shared/definition59.js +20 -154
  125. package/shared/definition6.js +43 -33
  126. package/shared/definition60.js +181 -0
  127. package/shared/definition7.js +39 -106
  128. package/shared/definition8.js +122 -38
  129. package/shared/definition9.js +56 -89
  130. package/shared/enums.js +1 -0
  131. package/shared/icon.js +2 -2
  132. package/shared/index2.js +1 -1
  133. package/shared/listbox.js +1 -1
  134. package/shared/localization/Locale.d.ts +8 -0
  135. package/shared/patterns/form-elements/form-elements.d.ts +6 -6
  136. package/shared/presentationDate.js +5 -5
  137. package/shared/text-field.js +1 -1
  138. package/side-drawer/index.js +1 -1
  139. package/slider/index.js +3 -3
  140. package/split-button/index.js +6 -3
  141. package/style.css +248 -208
  142. package/styles/core/all.css +1 -1
  143. package/styles/core/theme.css +1 -1
  144. package/styles/core/typography.css +1 -1
  145. package/styles/tokens/theme-dark.css +4 -4
  146. package/styles/tokens/theme-light.css +4 -4
  147. package/styles/tokens/vivid-2-compat.css +1 -1
  148. package/switch/index.js +3 -3
  149. package/tab/index.js +3 -3
  150. package/tab-panel/index.js +1 -1
  151. package/tabs/index.js +5 -5
  152. package/tag/index.js +3 -3
  153. package/tag-group/index.js +1 -1
  154. package/text-area/index.js +3 -3
  155. package/text-field/index.js +3 -3
  156. package/toggletip/index.js +7 -7
  157. package/tooltip/index.js +7 -7
  158. package/tree-item/index.js +3 -3
  159. package/tree-view/index.js +1 -1
  160. package/vivid.api.json +251 -0
@@ -473,6 +473,14 @@
473
473
  }
474
474
  ],
475
475
  "members": [
476
+ {
477
+ "kind": "field",
478
+ "name": "dismissButtonAriaLabel",
479
+ "type": {
480
+ "text": "string | null"
481
+ },
482
+ "default": "null"
483
+ },
476
484
  {
477
485
  "kind": "field",
478
486
  "name": "#timeoutID",
@@ -593,6 +601,11 @@
593
601
  "kind": "field",
594
602
  "name": "#closeOnEscape",
595
603
  "privacy": "private"
604
+ },
605
+ {
606
+ "kind": "field",
607
+ "name": "#onTransitionEnd",
608
+ "privacy": "private"
596
609
  }
597
610
  ],
598
611
  "events": [
@@ -606,6 +619,14 @@
606
619
  }
607
620
  ],
608
621
  "attributes": [
622
+ {
623
+ "name": "dismiss-button-aria-label",
624
+ "type": {
625
+ "text": "string | null"
626
+ },
627
+ "default": "null",
628
+ "fieldName": "dismissButtonAriaLabel"
629
+ },
609
630
  {
610
631
  "type": {
611
632
  "text": "boolean"
@@ -723,6 +744,211 @@
723
744
  }
724
745
  ]
725
746
  },
747
+ {
748
+ "kind": "javascript-module",
749
+ "path": "libs/components/src/lib/alert/locale.ts",
750
+ "declarations": [],
751
+ "exports": []
752
+ },
753
+ {
754
+ "kind": "javascript-module",
755
+ "path": "libs/components/src/lib/audio-player/audio-player.ts",
756
+ "declarations": [
757
+ {
758
+ "kind": "class",
759
+ "description": "Base class for audio-player",
760
+ "name": "AudioPlayer",
761
+ "members": [
762
+ {
763
+ "kind": "field",
764
+ "name": "playButtonAriaLabel",
765
+ "type": {
766
+ "text": "string | null"
767
+ },
768
+ "default": "null"
769
+ },
770
+ {
771
+ "kind": "field",
772
+ "name": "pauseButtonAriaLabel",
773
+ "type": {
774
+ "text": "string | null"
775
+ },
776
+ "default": "null"
777
+ },
778
+ {
779
+ "kind": "field",
780
+ "name": "sliderAriaLabel",
781
+ "type": {
782
+ "text": "string | null"
783
+ },
784
+ "default": "null"
785
+ },
786
+ {
787
+ "kind": "field",
788
+ "name": "connotation",
789
+ "type": {
790
+ "text": "AudioPlayerConnotation | undefined"
791
+ },
792
+ "description": "The connotation the audio-player should have.",
793
+ "privacy": "public"
794
+ },
795
+ {
796
+ "kind": "field",
797
+ "name": "src",
798
+ "type": {
799
+ "text": "string | undefined"
800
+ },
801
+ "description": "Indicates the audio-player's src.",
802
+ "privacy": "public"
803
+ },
804
+ {
805
+ "kind": "field",
806
+ "name": "disabled",
807
+ "type": {
808
+ "text": "boolean"
809
+ },
810
+ "default": "false",
811
+ "description": "Indicates whether audio player is disabled.",
812
+ "privacy": "public"
813
+ },
814
+ {
815
+ "kind": "field",
816
+ "name": "notime",
817
+ "type": {
818
+ "text": "boolean"
819
+ },
820
+ "default": "false",
821
+ "privacy": "public",
822
+ "description": ""
823
+ }
824
+ ],
825
+ "attributes": [
826
+ {
827
+ "name": "play-button-aria-label",
828
+ "type": {
829
+ "text": "string | null"
830
+ },
831
+ "default": "null",
832
+ "fieldName": "playButtonAriaLabel"
833
+ },
834
+ {
835
+ "name": "pause-button-aria-label",
836
+ "type": {
837
+ "text": "string | null"
838
+ },
839
+ "default": "null",
840
+ "fieldName": "pauseButtonAriaLabel"
841
+ },
842
+ {
843
+ "name": "slider-aria-label",
844
+ "type": {
845
+ "text": "string | null"
846
+ },
847
+ "default": "null",
848
+ "fieldName": "sliderAriaLabel"
849
+ },
850
+ {
851
+ "name": "connotation",
852
+ "type": {
853
+ "text": "AudioPlayerConnotation | undefined"
854
+ },
855
+ "description": "The connotation the audio-player should have.",
856
+ "fieldName": "connotation"
857
+ },
858
+ {
859
+ "name": "src",
860
+ "type": {
861
+ "text": "string | undefined"
862
+ },
863
+ "description": "Indicates the audio-player's src.",
864
+ "fieldName": "src"
865
+ },
866
+ {
867
+ "type": {
868
+ "text": "boolean"
869
+ },
870
+ "default": "false",
871
+ "description": "Indicates whether audio player is disabled.",
872
+ "fieldName": "disabled"
873
+ },
874
+ {
875
+ "type": {
876
+ "text": "boolean"
877
+ },
878
+ "default": "false",
879
+ "fieldName": "notime"
880
+ }
881
+ ],
882
+ "superclass": {
883
+ "name": "FoundationElement",
884
+ "package": "@microsoft/fast-foundation"
885
+ }
886
+ }
887
+ ],
888
+ "exports": [
889
+ {
890
+ "kind": "js",
891
+ "name": "AudioPlayer",
892
+ "declaration": {
893
+ "name": "AudioPlayer",
894
+ "module": "libs/components/src/lib/audio-player/audio-player.ts"
895
+ }
896
+ }
897
+ ]
898
+ },
899
+ {
900
+ "kind": "javascript-module",
901
+ "path": "libs/components/src/lib/audio-player/definition.ts",
902
+ "declarations": [
903
+ {
904
+ "kind": "variable",
905
+ "name": "audioPlayerDefinition"
906
+ },
907
+ {
908
+ "kind": "variable",
909
+ "name": "registerAudioPlayer",
910
+ "description": "Registers the audio-player element with the design system.",
911
+ "parameters": [
912
+ {
913
+ "description": "the prefix to use for the component name",
914
+ "name": "prefix"
915
+ }
916
+ ]
917
+ }
918
+ ],
919
+ "exports": [
920
+ {
921
+ "kind": "js",
922
+ "name": "AudioPlayerConnotation",
923
+ "declaration": {
924
+ "name": "AudioPlayerConnotation",
925
+ "module": "./audio-player"
926
+ }
927
+ },
928
+ {
929
+ "kind": "js",
930
+ "name": "audioPlayerDefinition",
931
+ "declaration": {
932
+ "name": "audioPlayerDefinition",
933
+ "module": "libs/components/src/lib/audio-player/definition.ts"
934
+ }
935
+ },
936
+ {
937
+ "kind": "js",
938
+ "name": "registerAudioPlayer",
939
+ "declaration": {
940
+ "name": "registerAudioPlayer",
941
+ "module": "libs/components/src/lib/audio-player/definition.ts"
942
+ }
943
+ }
944
+ ]
945
+ },
946
+ {
947
+ "kind": "javascript-module",
948
+ "path": "libs/components/src/lib/audio-player/locale.ts",
949
+ "declarations": [],
950
+ "exports": []
951
+ },
726
952
  {
727
953
  "kind": "javascript-module",
728
954
  "path": "libs/components/src/lib/avatar/avatar.ts",
@@ -1357,6 +1583,14 @@
1357
1583
  }
1358
1584
  ],
1359
1585
  "members": [
1586
+ {
1587
+ "kind": "field",
1588
+ "name": "dismissButtonAriaLabel",
1589
+ "type": {
1590
+ "text": "string | null"
1591
+ },
1592
+ "default": "null"
1593
+ },
1360
1594
  {
1361
1595
  "kind": "field",
1362
1596
  "name": "role",
@@ -1434,6 +1668,14 @@
1434
1668
  }
1435
1669
  ],
1436
1670
  "attributes": [
1671
+ {
1672
+ "name": "dismiss-aria-label",
1673
+ "type": {
1674
+ "text": "string | null"
1675
+ },
1676
+ "default": "null",
1677
+ "fieldName": "dismissButtonAriaLabel"
1678
+ },
1437
1679
  {
1438
1680
  "name": "role",
1439
1681
  "type": {
@@ -1537,6 +1779,12 @@
1537
1779
  }
1538
1780
  ]
1539
1781
  },
1782
+ {
1783
+ "kind": "javascript-module",
1784
+ "path": "libs/components/src/lib/banner/locale.ts",
1785
+ "declarations": [],
1786
+ "exports": []
1787
+ },
1540
1788
  {
1541
1789
  "kind": "javascript-module",
1542
1790
  "path": "libs/components/src/lib/breadcrumb/breadcrumb.ts",
@@ -2591,6 +2839,15 @@
2591
2839
  }
2592
2840
  ],
2593
2841
  "members": [
2842
+ {
2843
+ "kind": "field",
2844
+ "name": "appearance",
2845
+ "type": {
2846
+ "text": "CardAppearance | undefined"
2847
+ },
2848
+ "description": "The appearance the card should have.",
2849
+ "privacy": "public"
2850
+ },
2594
2851
  {
2595
2852
  "kind": "field",
2596
2853
  "name": "headline",
@@ -2652,6 +2909,14 @@
2652
2909
  }
2653
2910
  ],
2654
2911
  "attributes": [
2912
+ {
2913
+ "name": "appearance",
2914
+ "type": {
2915
+ "text": "CardAppearance | undefined"
2916
+ },
2917
+ "description": "The appearance the card should have.",
2918
+ "fieldName": "appearance"
2919
+ },
2655
2920
  {
2656
2921
  "name": "headline",
2657
2922
  "type": {
@@ -2727,6 +2992,14 @@
2727
2992
  }
2728
2993
  ],
2729
2994
  "exports": [
2995
+ {
2996
+ "kind": "js",
2997
+ "name": "CardAppearance",
2998
+ "declaration": {
2999
+ "name": "CardAppearance",
3000
+ "module": "./card"
3001
+ }
3002
+ },
2730
3003
  {
2731
3004
  "kind": "js",
2732
3005
  "name": "registerCard",
@@ -2812,6 +3085,14 @@
2812
3085
  },
2813
3086
  "default": "null"
2814
3087
  },
3088
+ {
3089
+ "kind": "field",
3090
+ "name": "tabindex",
3091
+ "type": {
3092
+ "text": "string | null"
3093
+ },
3094
+ "default": "null"
3095
+ },
2815
3096
  {
2816
3097
  "kind": "field",
2817
3098
  "name": "connotation",
@@ -2831,6 +3112,14 @@
2831
3112
  "default": "null",
2832
3113
  "fieldName": "ariaLabel"
2833
3114
  },
3115
+ {
3116
+ "name": "tabindex",
3117
+ "type": {
3118
+ "text": "string | null"
3119
+ },
3120
+ "default": "null",
3121
+ "fieldName": "tabindex"
3122
+ },
2834
3123
  {
2835
3124
  "name": "connotation",
2836
3125
  "type": {
@@ -9446,6 +9735,14 @@
9446
9735
  }
9447
9736
  ],
9448
9737
  "members": [
9738
+ {
9739
+ "kind": "field",
9740
+ "name": "ariaLabel",
9741
+ "type": {
9742
+ "text": "string | null"
9743
+ },
9744
+ "default": "null"
9745
+ },
9449
9746
  {
9450
9747
  "kind": "field",
9451
9748
  "name": "checked",
@@ -9475,26 +9772,6 @@
9475
9772
  "description": "The connotation the selectable box should have.",
9476
9773
  "privacy": "public"
9477
9774
  },
9478
- {
9479
- "kind": "field",
9480
- "name": "controlAriaLabel",
9481
- "type": {
9482
- "text": "string | null"
9483
- },
9484
- "default": "null",
9485
- "description": "Adds an accessible label to selectable box",
9486
- "privacy": "public"
9487
- },
9488
- {
9489
- "kind": "field",
9490
- "name": "controlAriaLabelledby",
9491
- "type": {
9492
- "text": "string | null"
9493
- },
9494
- "default": "null",
9495
- "description": "Links a piece of content as an accessible label",
9496
- "privacy": "public"
9497
- },
9498
9775
  {
9499
9776
  "kind": "field",
9500
9777
  "name": "controlType",
@@ -9522,6 +9799,14 @@
9522
9799
  }
9523
9800
  ],
9524
9801
  "attributes": [
9802
+ {
9803
+ "name": "aria-label",
9804
+ "type": {
9805
+ "text": "string | null"
9806
+ },
9807
+ "default": "null",
9808
+ "fieldName": "ariaLabel"
9809
+ },
9525
9810
  {
9526
9811
  "type": {
9527
9812
  "text": "boolean"
@@ -9546,24 +9831,6 @@
9546
9831
  "description": "The connotation the selectable box should have.",
9547
9832
  "fieldName": "connotation"
9548
9833
  },
9549
- {
9550
- "name": "control-aria-label",
9551
- "type": {
9552
- "text": "string | null"
9553
- },
9554
- "default": "null",
9555
- "description": "Adds an accessible label to selectable box",
9556
- "fieldName": "controlAriaLabel"
9557
- },
9558
- {
9559
- "name": "control-aria-labelledby",
9560
- "type": {
9561
- "text": "string | null"
9562
- },
9563
- "default": "null",
9564
- "description": "Links a piece of content as an accessible label",
9565
- "fieldName": "controlAriaLabelledby"
9566
- },
9567
9834
  {
9568
9835
  "name": "control-type",
9569
9836
  "type": {
@@ -9990,6 +10257,12 @@
9990
10257
  }
9991
10258
  ]
9992
10259
  },
10260
+ {
10261
+ "kind": "javascript-module",
10262
+ "path": "libs/components/src/lib/split-button/locale.ts",
10263
+ "declarations": [],
10264
+ "exports": []
10265
+ },
9993
10266
  {
9994
10267
  "kind": "javascript-module",
9995
10268
  "path": "libs/components/src/lib/split-button/split-button.ts",
@@ -10194,6 +10467,16 @@
10194
10467
  "text": "string | null"
10195
10468
  },
10196
10469
  "default": "null"
10470
+ },
10471
+ {
10472
+ "kind": "field",
10473
+ "name": "indicatorAriaLabel",
10474
+ "type": {
10475
+ "text": "string | null"
10476
+ },
10477
+ "default": "null",
10478
+ "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
10479
+ "privacy": "public"
10197
10480
  }
10198
10481
  ],
10199
10482
  "attributes": [
@@ -10278,6 +10561,15 @@
10278
10561
  },
10279
10562
  "default": "null",
10280
10563
  "fieldName": "ariaExpanded"
10564
+ },
10565
+ {
10566
+ "name": "indicator-aria-label",
10567
+ "type": {
10568
+ "text": "string | null"
10569
+ },
10570
+ "default": "null",
10571
+ "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
10572
+ "fieldName": "indicatorAriaLabel"
10281
10573
  }
10282
10574
  ],
10283
10575
  "superclass": {
@@ -1,5 +1,5 @@
1
- import { r as registerDataGrid } from '../shared/definition16.js';
2
- import '../shared/definition25.js';
1
+ import { r as registerDataGrid } from '../shared/definition17.js';
2
+ import '../shared/definition26.js';
3
3
  import '../shared/index.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
@@ -1,15 +1,15 @@
1
- import { r as registerDatePicker } from '../shared/definition17.js';
1
+ import { r as registerDatePicker } from '../shared/definition18.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition59.js';
4
- import '../shared/definition10.js';
5
- import '../shared/definition25.js';
3
+ import '../shared/definition60.js';
4
+ import '../shared/definition11.js';
5
+ import '../shared/definition26.js';
6
6
  import '../shared/icon.js';
7
7
  import '../shared/_has.js';
8
8
  import '../shared/class-names.js';
9
9
  import '../shared/when.js';
10
- import '../shared/definition57.js';
10
+ import '../shared/definition58.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition36.js';
12
+ import '../shared/definition37.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/slotted.js';
@@ -22,14 +22,14 @@ import '../shared/start-end.js';
22
22
  import '../shared/ref.js';
23
23
  import '../shared/focus2.js';
24
24
  import '../shared/enums.js';
25
- import '../shared/definition58.js';
26
- import '../shared/definition52.js';
25
+ import '../shared/definition59.js';
26
+ import '../shared/definition53.js';
27
27
  import '../shared/index2.js';
28
28
  import '../locales/en-US.js';
29
29
  import '../shared/Reflector.js';
30
30
  import '../shared/text-field2.js';
31
31
  import '../shared/text-field.js';
32
- import '../shared/definition20.js';
32
+ import '../shared/definition21.js';
33
33
  import '../shared/aria.js';
34
34
  import '../shared/presentationDate.js';
35
35
  import '../shared/repeat.js';
@@ -1,14 +1,14 @@
1
- import { r as registerDateRangePicker } from '../shared/definition18.js';
1
+ import { r as registerDateRangePicker } from '../shared/definition19.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition10.js';
4
- import '../shared/definition25.js';
3
+ import '../shared/definition11.js';
4
+ import '../shared/definition26.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
7
  import '../shared/class-names.js';
8
8
  import '../shared/when.js';
9
- import '../shared/definition57.js';
9
+ import '../shared/definition58.js';
10
10
  import '../shared/focus.js';
11
- import '../shared/definition36.js';
11
+ import '../shared/definition37.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/slotted.js';
@@ -21,15 +21,15 @@ import '../shared/start-end.js';
21
21
  import '../shared/ref.js';
22
22
  import '../shared/focus2.js';
23
23
  import '../shared/enums.js';
24
+ import '../shared/definition60.js';
24
25
  import '../shared/definition59.js';
25
- import '../shared/definition58.js';
26
- import '../shared/definition52.js';
26
+ import '../shared/definition53.js';
27
27
  import '../shared/index2.js';
28
28
  import '../locales/en-US.js';
29
29
  import '../shared/Reflector.js';
30
30
  import '../shared/text-field2.js';
31
31
  import '../shared/text-field.js';
32
- import '../shared/definition20.js';
32
+ import '../shared/definition21.js';
33
33
  import '../shared/aria.js';
34
34
  import '../shared/presentationDate.js';
35
35
  import '../shared/repeat.js';
package/dialog/index.js CHANGED
@@ -1,14 +1,14 @@
1
- import { r as registerDialog } from '../shared/definition19.js';
1
+ import { r as registerDialog } from '../shared/definition20.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition25.js';
3
+ import '../shared/definition26.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition10.js';
9
- import '../shared/definition57.js';
8
+ import '../shared/definition11.js';
9
+ import '../shared/definition58.js';
10
10
  import '../shared/focus.js';
11
- import '../shared/definition36.js';
11
+ import '../shared/definition37.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/slotted.js';
@@ -21,7 +21,7 @@ import '../shared/start-end.js';
21
21
  import '../shared/ref.js';
22
22
  import '../shared/focus2.js';
23
23
  import '../shared/enums.js';
24
- import '../shared/definition58.js';
24
+ import '../shared/definition59.js';
25
25
  import '../shared/index2.js';
26
26
  import '../locales/en-US.js';
27
27
  import '../shared/localized.js';
package/divider/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerDivider } from '../shared/definition20.js';
1
+ import { r as registerDivider } from '../shared/definition21.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/aria.js';
4
4
  import '../shared/class-names.js';
@@ -1,4 +1,4 @@
1
- import { r as registerElevation } from '../shared/definition58.js';
1
+ import { r as registerElevation } from '../shared/definition59.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
@@ -1,6 +1,6 @@
1
- import { r as registerEmptyState } from '../shared/definition21.js';
1
+ import { r as registerEmptyState } from '../shared/definition22.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition25.js';
3
+ import '../shared/definition26.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
package/fab/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerFab } from '../shared/definition22.js';
1
+ import { r as registerFab } from '../shared/definition23.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition25.js';
3
+ import '../shared/definition26.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition57.js';
8
+ import '../shared/definition58.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,14 +1,14 @@
1
- import { r as registerFilePicker } from '../shared/definition23.js';
1
+ import { r as registerFilePicker } from '../shared/definition24.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition25.js';
3
+ import '../shared/definition26.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition57.js';
8
+ import '../shared/definition58.js';
9
9
  import '../shared/focus.js';
10
- import '../shared/definition10.js';
11
- import '../shared/definition36.js';
10
+ import '../shared/definition11.js';
11
+ import '../shared/definition37.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/slotted.js';
package/focus/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerFocus } from '../shared/definition57.js';
1
+ import { r as registerFocus } from '../shared/definition58.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/focus.js';
4
4