@eui/mobile-core 18.0.0-next.2 → 18.0.0-next.3

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 (130) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  3. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  5. package/docs/components/EuimAboutComponent.html +1 -1
  6. package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
  7. package/docs/components/EuimAlertMessageComponent.html +1 -1
  8. package/docs/components/EuimAppComponent.html +1 -1
  9. package/docs/components/EuimAvatarBadgeComponent.html +395 -0
  10. package/docs/components/EuimAvatarComponent.html +191 -34
  11. package/docs/components/EuimAvatarIconComponent.html +35 -204
  12. package/docs/components/EuimAvatarIconSubComponent.html +541 -0
  13. package/docs/components/EuimAvatarImageComponent.html +416 -0
  14. package/docs/components/EuimAvatarTextComponent.html +445 -0
  15. package/docs/components/EuimBadgeComponent.html +1 -1
  16. package/docs/components/EuimCardComponent.html +1 -1
  17. package/docs/components/EuimCardListComponent.html +1 -1
  18. package/docs/components/EuimChangelogComponent.html +1 -1
  19. package/docs/components/EuimChipSelectorComponent.html +1 -1
  20. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  21. package/docs/components/EuimDataSummaryComponent.html +1 -1
  22. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  23. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  24. package/docs/components/EuimHelpSupportComponent.html +2 -2
  25. package/docs/components/EuimLabelComponent.html +1 -1
  26. package/docs/components/EuimLanguageListComponent.html +2 -2
  27. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  28. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  29. package/docs/components/EuimMessageComponent.html +1 -1
  30. package/docs/components/EuimMessageTitleComponent.html +1 -1
  31. package/docs/components/EuimMultiselectComponent.html +1 -1
  32. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  33. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  34. package/docs/components/EuimMultiselectListComponent.html +1 -1
  35. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  36. package/docs/components/EuimNotificationItemComponent.html +1 -1
  37. package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
  38. package/docs/components/EuimPdfViewerComponent.html +1 -1
  39. package/docs/components/EuimScrollerXComponent.html +1 -1
  40. package/docs/components/EuimSidebarComponent.html +1 -1
  41. package/docs/components/EuimSidebarContentComponent.html +1 -1
  42. package/docs/components/EuimSkeletonListComponent.html +1 -1
  43. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  44. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  45. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  46. package/docs/components/EuimSpinnerComponent.html +1 -1
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  48. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  49. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  50. package/docs/components/EuimToolbarComponent.html +1 -1
  51. package/docs/components/EuimToolbarDatepickerComponent.html +2 -2
  52. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  53. package/docs/components/EuimUserProfileComponent.html +1 -1
  54. package/docs/index.html +2 -2
  55. package/docs/js/menu-wc.js +31 -48
  56. package/docs/js/menu-wc_es5.js +1 -1
  57. package/docs/js/search/search_index.js +2 -2
  58. package/docs/miscellaneous/variables.html +3 -39
  59. package/docs/modules/EuimAboutModule.html +1 -1
  60. package/docs/modules/EuimAllModule.html +0 -6
  61. package/docs/modules/EuimAvatarModule.html +16 -10
  62. package/docs/modules/EuimLanguageSelectorModule.html +1 -1
  63. package/docs/modules/EuimSidebarModule.html +1 -1
  64. package/docs/modules/EuimToolbarDatepickerModule.html +1 -1
  65. package/docs/modules.html +0 -12
  66. package/esm2022/lib/components/euim-about/euim-about.module.mjs +5 -5
  67. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +7 -6
  68. package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +25 -0
  69. package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +17 -0
  70. package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +44 -0
  71. package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +19 -0
  72. package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +28 -0
  73. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +33 -6
  74. package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +28 -14
  75. package/esm2022/lib/components/euim-avatar/index.mjs +6 -3
  76. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
  77. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +2 -2
  78. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
  79. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +7 -6
  80. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +5 -5
  81. package/esm2022/lib/components/index.mjs +3 -4
  82. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
  83. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +7 -6
  84. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +5 -5
  85. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
  86. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +5 -5
  87. package/esm2022/lib/euim-all.module.mjs +12 -17
  88. package/fesm2022/eui-mobile-core.mjs +351 -294
  89. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  90. package/lib/components/euim-about/euim-about.module.d.ts +2 -2
  91. package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts +8 -0
  92. package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts.map +1 -0
  93. package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts +7 -0
  94. package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
  95. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts +13 -0
  96. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map +1 -0
  97. package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts +8 -0
  98. package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts.map +1 -0
  99. package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts +9 -0
  100. package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts.map +1 -0
  101. package/lib/components/euim-avatar/euim-avatar.component.d.ts +8 -2
  102. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  103. package/lib/components/euim-avatar/euim-avatar.module.d.ts +8 -5
  104. package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -1
  105. package/lib/components/euim-avatar/index.d.ts +5 -2
  106. package/lib/components/euim-avatar/index.d.ts.map +1 -1
  107. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +2 -2
  108. package/lib/components/index.d.ts +2 -3
  109. package/lib/components/index.d.ts.map +1 -1
  110. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +2 -2
  111. package/lib/components/layout/euim-sidebar/euim-sidebar.module.d.ts +2 -2
  112. package/lib/euim-all.module.d.ts +27 -28
  113. package/lib/euim-all.module.d.ts.map +1 -1
  114. package/package.json +1 -1
  115. package/docs/modules/EuimAvatarIconModule.html +0 -232
  116. package/esm2022/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.mjs +0 -19
  117. package/esm2022/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.mjs +0 -19
  118. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +0 -44
  119. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +0 -28
  120. package/esm2022/lib/components/euim-avatar-icon/index.mjs +0 -3
  121. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts +0 -7
  122. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts.map +0 -1
  123. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts +0 -7
  124. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts.map +0 -1
  125. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +0 -13
  126. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +0 -1
  127. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +0 -10
  128. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +0 -1
  129. package/lib/components/euim-avatar-icon/index.d.ts +0 -3
  130. package/lib/components/euim-avatar-icon/index.d.ts.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.