@eui/mobile-core 17.2.2-snapshot-1718991969053 → 17.3.0-snapshot-1719964004378

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 (120) 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/EuimAvatarComponent.html +2 -2
  10. package/docs/components/EuimAvatarIconComponent.html +2 -2
  11. package/docs/components/EuimBadgeComponent.html +2 -2
  12. package/docs/components/EuimCardComponent.html +510 -0
  13. package/docs/components/EuimCardListComponent.html +392 -0
  14. package/docs/components/EuimChangelogComponent.html +2 -2
  15. package/docs/components/EuimChipSelectorComponent.html +3 -3
  16. package/docs/components/EuimDataSummaryColComponent.html +2 -2
  17. package/docs/components/EuimDataSummaryComponent.html +2 -2
  18. package/docs/components/EuimEmptyListPlaceholderComponent.html +2 -2
  19. package/docs/components/EuimHeaderDetailsComponent.html +2 -2
  20. package/docs/components/EuimHelpSupportComponent.html +2 -2
  21. package/docs/components/EuimLabelComponent.html +26 -2
  22. package/docs/components/EuimLanguageListComponent.html +2 -2
  23. package/docs/components/EuimLanguageSelectorComponent.html +2 -2
  24. package/docs/components/EuimMediaHeaderComponent.html +27 -3
  25. package/docs/components/EuimMessageComponent.html +2 -2
  26. package/docs/components/EuimMessageTitleComponent.html +2 -2
  27. package/docs/components/EuimMultiselectComponent.html +6 -2
  28. package/docs/components/EuimMultiselectFilterComponent.html +2 -2
  29. package/docs/components/EuimMultiselectInfoComponent.html +2 -2
  30. package/docs/components/EuimMultiselectListComponent.html +2 -2
  31. package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
  32. package/docs/components/EuimNotificationItemComponent.html +2 -2
  33. package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
  34. package/docs/components/EuimPdfViewerComponent.html +2 -2
  35. package/docs/components/EuimScrollerXComponent.html +2 -2
  36. package/docs/components/EuimSidebarComponent.html +2 -2
  37. package/docs/components/EuimSidebarContentComponent.html +2 -2
  38. package/docs/components/EuimSkeletonListComponent.html +2 -2
  39. package/docs/components/EuimSkeletonListItemComponent.html +2 -2
  40. package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
  41. package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
  42. package/docs/components/EuimSpinnerComponent.html +2 -2
  43. package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
  44. package/docs/components/EuimSpinnerMessageComponent.html +2 -2
  45. package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
  46. package/docs/components/EuimToolbarComponent.html +2 -2
  47. package/docs/components/EuimToolbarDatepickerComponent.html +2 -2
  48. package/docs/components/EuimToolbarTitleComponent.html +2 -2
  49. package/docs/components/EuimUserProfileComponent.html +2 -2
  50. package/docs/dependencies.html +5 -5
  51. package/docs/directives/EuimCardImageDirective.html +342 -0
  52. package/docs/directives/EuimSliderInfoScreenContentDirective.html +93 -32
  53. package/docs/directives/EuimToolbarTransparentDirective.html +346 -0
  54. package/docs/index.html +3 -3
  55. package/docs/js/menu-wc.js +68 -3
  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 -0
  59. package/docs/modules/EuimAllModule.html +18 -0
  60. package/docs/modules/EuimCardListModule.html +228 -0
  61. package/docs/modules/EuimCardModule.html +234 -0
  62. package/docs/modules.html +24 -0
  63. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +10 -4
  64. package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +20 -0
  65. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +1 -1
  66. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +1 -1
  67. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +1 -1
  68. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +1 -1
  69. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
  70. package/esm2022/lib/components/euim-card/euim-card-image/euim-card-image.directive.mjs +19 -0
  71. package/esm2022/lib/components/euim-card/euim-card.component.mjs +37 -0
  72. package/esm2022/lib/components/euim-card/euim-card.module.mjs +20 -0
  73. package/esm2022/lib/components/euim-card/index.mjs +4 -0
  74. package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +17 -0
  75. package/esm2022/lib/components/euim-card-list/euim-card-list.module.mjs +28 -0
  76. package/esm2022/lib/components/euim-card-list/index.mjs +3 -0
  77. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +1 -1
  78. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +8 -3
  79. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +4 -5
  80. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +17 -5
  81. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
  82. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +1 -1
  83. package/esm2022/lib/components/index.mjs +4 -1
  84. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +1 -1
  85. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +2 -2
  86. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +2 -2
  87. package/esm2022/lib/euim-all.module.mjs +47 -3
  88. package/fesm2022/eui-mobile-core.mjs +248 -65
  89. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  90. package/lib/components/atoms/euim-label/euim-label.component.d.ts +4 -1
  91. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  92. package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts +7 -0
  93. package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts.map +1 -0
  94. package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts +7 -0
  95. package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts.map +1 -0
  96. package/lib/components/euim-card/euim-card.component.d.ts +12 -0
  97. package/lib/components/euim-card/euim-card.component.d.ts.map +1 -0
  98. package/lib/components/euim-card/euim-card.module.d.ts +11 -0
  99. package/lib/components/euim-card/euim-card.module.d.ts.map +1 -0
  100. package/lib/components/euim-card/index.d.ts +4 -0
  101. package/lib/components/euim-card/index.d.ts.map +1 -0
  102. package/lib/components/euim-card-list/euim-card-list.component.d.ts +7 -0
  103. package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -0
  104. package/lib/components/euim-card-list/euim-card-list.module.d.ts +11 -0
  105. package/lib/components/euim-card-list/euim-card-list.module.d.ts.map +1 -0
  106. package/lib/components/euim-card-list/index.d.ts +3 -0
  107. package/lib/components/euim-card-list/index.d.ts.map +1 -0
  108. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
  109. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  110. package/lib/components/euim-media-header/euim-media-header.component.d.ts +3 -1
  111. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  112. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +1 -1
  113. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  114. package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts +5 -2
  115. package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts.map +1 -1
  116. package/lib/components/index.d.ts +3 -0
  117. package/lib/components/index.d.ts.map +1 -1
  118. package/lib/euim-all.module.d.ts +27 -24
  119. package/lib/euim-all.module.d.ts.map +1 -1
  120. 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.