@eui/mobile-core 18.0.0-next.10 → 18.0.0-next.12

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 (84) hide show
  1. package/docs/components/EuimAboutComponent.html +1 -1
  2. package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
  3. package/docs/components/EuimAvatarComponent.html +3 -3
  4. package/docs/components/EuimBadgeComponent.html +1 -1
  5. package/docs/components/EuimChangelogComponent.html +1 -1
  6. package/docs/components/EuimChipSelectorComponent.html +2 -2
  7. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  8. package/docs/components/EuimHelpSupportComponent.html +1 -1
  9. package/docs/components/EuimLabelComponent.html +1 -1
  10. package/docs/components/EuimLanguageListComponent.html +1 -1
  11. package/docs/components/EuimLanguageSelectorComponent.html +24 -1
  12. package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
  13. package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
  14. package/docs/dependencies.html +4 -4
  15. package/docs/directives/EuimDividerDirective.html +4 -0
  16. package/docs/directives/EuimListHeaderDirective.html +4 -0
  17. package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
  18. package/docs/js/menu-wc.js +21 -12
  19. package/docs/js/menu-wc_es5.js +1 -1
  20. package/docs/js/search/search_index.js +2 -2
  21. package/docs/modules/EuimDividerModule.html +13 -4
  22. package/docs/modules/EuimListHeaderModule.html +13 -4
  23. package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
  24. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +3 -4
  25. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -2
  26. package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +3 -2
  27. package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +9 -6
  28. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -2
  29. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +9 -6
  30. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +3 -2
  31. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +9 -6
  32. package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +3 -3
  33. package/esm2022/lib/components/euim-about/euim-about.component.mjs +3 -3
  34. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +3 -3
  35. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +3 -3
  36. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +3 -3
  37. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -3
  38. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +3 -3
  39. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -3
  40. package/esm2022/lib/components/euim-card/euim-card.component.mjs +2 -2
  41. package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +2 -2
  42. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +4 -4
  43. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -5
  44. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +3 -3
  45. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
  46. package/esm2022/lib/components/euim-message/euim-message.component.mjs +2 -2
  47. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +2 -2
  48. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +2 -2
  49. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
  50. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +2 -2
  51. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +2 -2
  52. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
  53. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +3 -3
  54. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
  55. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +8 -7
  56. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +4 -3
  57. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
  58. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +2 -2
  59. package/fesm2022/eui-mobile-core.mjs +135 -120
  60. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  61. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  62. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  63. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
  64. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
  65. package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
  66. package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
  67. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
  68. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -1
  69. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +7 -4
  70. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -1
  71. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
  72. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
  73. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
  74. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
  75. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  76. package/lib/components/euim-avatar/euim-avatar.component.d.ts +3 -3
  77. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  78. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  79. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  80. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
  81. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  82. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -0
  83. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  84. package/package.json +1 -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.