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