@eui/mobile-core 17.0.1-snapshot-1713964827540 → 17.1.0-snapshot-1714034384834
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.
- package/docs/components/EuiMUserProfileActionComponent.html +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAboutComponent.html +12 -12
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +618 -0
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimLegalNoticeComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
- package/docs/components/EuimPdfWrapperComponent.html +1 -1
- package/docs/components/EuimPrivacyStatementComponent.html +1 -1
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/AlertInfos.html +407 -0
- package/docs/interfaces/Contact.html +446 -0
- package/docs/interfaces/HelpContacts.html +311 -0
- package/docs/interfaces/Material.html +401 -0
- package/docs/interfaces/SupportMaterials.html +311 -0
- package/docs/js/menu-wc.js +31 -16
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1 -1
- package/docs/modules/EuimAboutModule.html +5 -2
- package/docs/modules/EuimAlertMessageModule.html +2 -2
- package/docs/modules/EuimAvatarModule.html +2 -2
- package/docs/modules/EuimDataSummaryModule.html +2 -2
- package/docs/modules/EuimHeaderDetailsModule.html +2 -2
- package/docs/modules/EuimMediaHeaderModule.html +2 -2
- package/docs/modules/EuimMessageModule.html +2 -2
- package/docs/modules/EuimMultiselectModule.html +2 -2
- package/docs/modules/EuimPdfWrapperModule.html +2 -2
- package/docs/modules/EuimSkeletonListItemModule.html +2 -2
- package/docs/modules/EuimSkeletonListModule.html +2 -2
- package/docs/modules/EuimSliderInfoScreenModule.html +2 -2
- package/docs/modules/EuimUserProfileModule.html +2 -2
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +8 -8
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +11 -7
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +48 -0
- package/esm2022/lib/components/euim-about/index.mjs +2 -2
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +56 -22
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +4 -4
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.module.d.ts +3 -2
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +40 -0
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -0
- package/lib/components/euim-about/index.d.ts +1 -1
- package/lib/components/euim-about/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/components/EuimContactSupportComponent.html +0 -276
- package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +0 -11
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +0 -6
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.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.