@eui/mobile-core 17.1.0-snapshot-1715156315917 → 17.1.0-snapshot-1715685561063

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 (98) hide show
  1. package/assets/i18n-mobile/en.json +9 -3
  2. package/assets/i18n-mobile/es.json +9 -2
  3. package/assets/i18n-mobile/fr.json +10 -3
  4. package/assets/i18n-mobile/tr.json +9 -2
  5. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  6. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  7. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  8. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  9. package/docs/components/EuimAboutComponent.html +2 -2
  10. package/docs/components/{EuimLicenseDetailsComponent.html → EuimAboutContentLoadingComponent.html} +30 -52
  11. package/docs/components/EuimAlertMessageComponent.html +1 -1
  12. package/docs/components/EuimAppComponent.html +1 -1
  13. package/docs/components/EuimAvatarComponent.html +1 -1
  14. package/docs/components/EuimAvatarIconComponent.html +1 -1
  15. package/docs/components/EuimBadgeComponent.html +1 -1
  16. package/docs/components/EuimChangelogComponent.html +2 -2
  17. package/docs/components/EuimChipSelectorComponent.html +1 -1
  18. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  19. package/docs/components/EuimDataSummaryComponent.html +1 -1
  20. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  21. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  22. package/docs/components/EuimHelpSupportComponent.html +2 -2
  23. package/docs/components/EuimLabelComponent.html +1 -1
  24. package/docs/components/EuimLanguageListComponent.html +1 -1
  25. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  26. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  27. package/docs/components/EuimMessageComponent.html +1 -1
  28. package/docs/components/EuimMessageTitleComponent.html +1 -1
  29. package/docs/components/EuimMultiselectComponent.html +1 -1
  30. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  31. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  32. package/docs/components/EuimMultiselectListComponent.html +1 -1
  33. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  34. package/docs/components/EuimNotificationItemComponent.html +1 -1
  35. package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
  36. package/docs/components/EuimPdfWrapperComponent.html +1 -1
  37. package/docs/components/EuimScrollerXComponent.html +1 -1
  38. package/docs/components/EuimSidebarComponent.html +1 -1
  39. package/docs/components/EuimSidebarContentComponent.html +1 -1
  40. package/docs/components/EuimSkeletonListComponent.html +1 -1
  41. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  42. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  43. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  44. package/docs/components/EuimSpinnerComponent.html +1 -1
  45. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  46. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  47. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  48. package/docs/components/EuimToolbarComponent.html +1 -1
  49. package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
  50. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  51. package/docs/components/EuimUserProfileComponent.html +1 -1
  52. package/docs/dependencies.html +5 -5
  53. package/docs/index.html +1 -1
  54. package/docs/js/menu-wc.js +42 -120
  55. package/docs/js/menu-wc_es5.js +1 -1
  56. package/docs/js/search/search_index.js +2 -2
  57. package/docs/miscellaneous/variables.html +1 -3
  58. package/docs/modules/EuimAboutModule.html +6 -18
  59. package/docs/modules/EuimAlertMessageModule.html +6 -18
  60. package/docs/modules/EuimAvatarModule.html +6 -18
  61. package/docs/modules/EuimDataSummaryModule.html +6 -18
  62. package/docs/modules/EuimHeaderDetailsModule.html +6 -18
  63. package/docs/modules/EuimMediaHeaderModule.html +6 -18
  64. package/docs/modules/EuimMessageModule.html +6 -18
  65. package/docs/modules/EuimMultiselectModule.html +6 -18
  66. package/docs/modules/EuimPdfWrapperModule.html +6 -18
  67. package/docs/modules/EuimSkeletonListItemModule.html +6 -18
  68. package/docs/modules/EuimSkeletonListModule.html +6 -18
  69. package/docs/modules/EuimSliderInfoScreenModule.html +6 -18
  70. package/docs/modules/EuimUserProfileModule.html +6 -18
  71. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
  72. package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +26 -0
  73. package/esm2022/lib/components/euim-about/euim-about.component.mjs +4 -3
  74. package/esm2022/lib/components/euim-about/euim-about.module.mjs +11 -15
  75. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +4 -3
  76. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +4 -3
  77. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +4 -3
  78. package/esm2022/lib/components/euim-about/index.mjs +2 -4
  79. package/fesm2022/eui-mobile-core.mjs +31 -68
  80. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  81. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +14 -0
  82. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -0
  83. package/lib/components/euim-about/euim-about.module.d.ts +14 -15
  84. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
  85. package/lib/components/euim-about/index.d.ts +1 -3
  86. package/lib/components/euim-about/index.d.ts.map +1 -1
  87. package/package.json +1 -1
  88. package/docs/components/EuimLegalNoticeComponent.html +0 -416
  89. package/docs/components/EuimPrivacyStatementComponent.html +0 -416
  90. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +0 -25
  91. package/esm2022/lib/components/euim-about/euim-license-details/euim-license-details.component.mjs +0 -24
  92. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +0 -25
  93. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +0 -13
  94. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +0 -1
  95. package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts +0 -13
  96. package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts.map +0 -1
  97. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +0 -13
  98. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.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.