@eui/mobile-core 17.0.0-next.4 → 17.0.0-next.6

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 (71) hide show
  1. package/docs/components/EuimAlertMessageComponent.html +3 -3
  2. package/docs/components/EuimBadgeComponent.html +1 -1
  3. package/docs/components/EuimChipSelectorComponent.html +54 -95
  4. package/docs/components/EuimEmptyListPlaceholderComponent.html +3 -3
  5. package/docs/components/EuimLabelComponent.html +4 -4
  6. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  7. package/docs/components/EuimMenuComponent.html +0 -11
  8. package/docs/components/EuimMultiselectComponent.html +1 -1
  9. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  10. package/docs/components/EuimSkeletonListItemComponent.html +5 -5
  11. package/docs/components/EuimSliderComponent.html +3 -25
  12. package/docs/components/EuimSliderInfoScreenComponent.html +5 -27
  13. package/docs/components/EuimStepperComponent.html +2 -2
  14. package/docs/components/EuimToolbarComponent.html +3 -3
  15. package/docs/dependencies.html +4 -4
  16. package/docs/directives/BaseStatesDirective.html +29 -29
  17. package/docs/directives/EuimChipSelectorItemDirective.html +1 -1
  18. package/docs/js/search/search_index.js +2 -2
  19. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +11 -21
  20. package/esm2022/lib/components/base-states.directive.mjs +61 -121
  21. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +9 -17
  22. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +2 -2
  23. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -3
  24. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +5 -9
  25. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +66 -82
  26. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +9 -17
  27. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +5 -9
  28. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +2 -7
  29. package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +5 -9
  30. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +5 -9
  31. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +13 -25
  32. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +11 -25
  33. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +15 -33
  34. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +7 -13
  35. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
  36. package/fesm2022/eui-mobile-core.mjs +212 -362
  37. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  38. package/lib/components/atoms/euim-label/euim-label.component.d.ts +8 -5
  39. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  40. package/lib/components/base-states.directive.d.ts +58 -30
  41. package/lib/components/base-states.directive.d.ts.map +1 -1
  42. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +6 -4
  43. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  44. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  45. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  46. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +2 -2
  47. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  48. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +11 -5
  49. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  50. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
  51. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  52. package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
  53. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  54. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  55. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
  56. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
  57. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
  58. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  59. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
  60. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
  61. package/lib/components/euim-slider/euim-slider.component.d.ts +6 -3
  62. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  63. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
  64. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  65. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -3
  66. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  67. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
  68. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  69. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
  70. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  71. 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.