@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.
- package/docs/components/EuiMUserProfileActionComponent.html +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +2 -2
- package/docs/components/EuimAboutContentLoadingComponent.html +2 -2
- package/docs/components/EuimAlertMessageComponent.html +2 -2
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarComponent.html +2 -2
- package/docs/components/EuimAvatarIconComponent.html +2 -2
- package/docs/components/EuimBadgeComponent.html +2 -2
- package/docs/components/EuimCardComponent.html +510 -0
- package/docs/components/EuimCardListComponent.html +392 -0
- package/docs/components/EuimChangelogComponent.html +2 -2
- package/docs/components/EuimChipSelectorComponent.html +3 -3
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +2 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +2 -2
- package/docs/components/EuimHeaderDetailsComponent.html +2 -2
- package/docs/components/EuimHelpSupportComponent.html +2 -2
- package/docs/components/EuimLabelComponent.html +26 -2
- package/docs/components/EuimLanguageListComponent.html +2 -2
- package/docs/components/EuimLanguageSelectorComponent.html +2 -2
- package/docs/components/EuimMediaHeaderComponent.html +27 -3
- package/docs/components/EuimMessageComponent.html +2 -2
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +6 -2
- package/docs/components/EuimMultiselectFilterComponent.html +2 -2
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
- package/docs/components/EuimNotificationItemComponent.html +2 -2
- package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
- package/docs/components/EuimPdfViewerComponent.html +2 -2
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +2 -2
- package/docs/components/EuimSkeletonListComponent.html +2 -2
- package/docs/components/EuimSkeletonListItemComponent.html +2 -2
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
- package/docs/components/EuimSpinnerComponent.html +2 -2
- package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
- package/docs/components/EuimSpinnerMessageComponent.html +2 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
- package/docs/components/EuimToolbarComponent.html +2 -2
- package/docs/components/EuimToolbarDatepickerComponent.html +2 -2
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +2 -2
- package/docs/dependencies.html +5 -5
- package/docs/directives/EuimCardImageDirective.html +342 -0
- package/docs/directives/EuimSliderInfoScreenContentDirective.html +93 -32
- package/docs/directives/EuimToolbarTransparentDirective.html +346 -0
- package/docs/index.html +3 -3
- package/docs/js/menu-wc.js +68 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +3 -0
- package/docs/modules/EuimAllModule.html +18 -0
- package/docs/modules/EuimCardListModule.html +228 -0
- package/docs/modules/EuimCardModule.html +234 -0
- package/docs/modules.html +24 -0
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +10 -4
- package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +1 -1
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +1 -1
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +1 -1
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +1 -1
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/euim-card/euim-card-image/euim-card-image.directive.mjs +19 -0
- package/esm2022/lib/components/euim-card/euim-card.component.mjs +37 -0
- package/esm2022/lib/components/euim-card/euim-card.module.mjs +20 -0
- package/esm2022/lib/components/euim-card/index.mjs +4 -0
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +17 -0
- package/esm2022/lib/components/euim-card-list/euim-card-list.module.mjs +28 -0
- package/esm2022/lib/components/euim-card-list/index.mjs +3 -0
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +1 -1
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +8 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +4 -5
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +17 -5
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +1 -1
- package/esm2022/lib/components/index.mjs +4 -1
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +2 -2
- package/esm2022/lib/euim-all.module.mjs +47 -3
- package/fesm2022/eui-mobile-core.mjs +248 -65
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +4 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts +7 -0
- package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts.map +1 -0
- package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts +7 -0
- package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts.map +1 -0
- package/lib/components/euim-card/euim-card.component.d.ts +12 -0
- package/lib/components/euim-card/euim-card.component.d.ts.map +1 -0
- package/lib/components/euim-card/euim-card.module.d.ts +11 -0
- package/lib/components/euim-card/euim-card.module.d.ts.map +1 -0
- package/lib/components/euim-card/index.d.ts +4 -0
- package/lib/components/euim-card/index.d.ts.map +1 -0
- package/lib/components/euim-card-list/euim-card-list.component.d.ts +7 -0
- package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -0
- package/lib/components/euim-card-list/euim-card-list.module.d.ts +11 -0
- package/lib/components/euim-card-list/euim-card-list.module.d.ts.map +1 -0
- package/lib/components/euim-card-list/index.d.ts +3 -0
- package/lib/components/euim-card-list/index.d.ts.map +1 -0
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +3 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts +5 -2
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts.map +1 -1
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +27 -24
- package/lib/euim-all.module.d.ts.map +1 -1
- 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.