@breadstone/mosaik-elements-angular 0.1.1 → 0.1.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.1.3 (2026-05-29)
2
+
3
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
4
+
5
+ ## 0.1.2 (2026-05-28)
6
+
7
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
8
+
1
9
  ## 0.1.1 (2026-05-24)
2
10
 
3
11
  This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
@@ -38616,8 +38616,11 @@ const COMBO_ITEM_DEFAULT_PROPS = new InjectionToken('MOSAIK_COMBO_ITEM_DEFAULT_P
38616
38616
  /**
38617
38617
  * @public
38618
38618
  *
38619
- * @slot - The default slot.
38619
+ * @slot checkmark - The checkmark slot.
38620
+ * @slot end - The end slot.
38620
38621
  * @slot icon - The icon slot.
38622
+ * @slot - Default content area for the option label and description
38623
+ * @slot start - The start slot.
38621
38624
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
38622
38625
  */
38623
38626
  let ComboItemComponent = class ComboItemComponent {
@@ -72911,9 +72914,9 @@ const SELECT_ITEM_DEFAULT_PROPS = new InjectionToken('MOSAIK_SELECT_ITEM_DEFAULT
72911
72914
  /**
72912
72915
  * @public
72913
72916
  *
72914
- * @slot end - Content placed after the label (e.g., shortcuts, metadata)
72917
+ * @slot checkmark - The checkmark slot.
72918
+ * @slot end - The end slot.
72915
72919
  * @slot icon - The icon display area alongside the label
72916
- * @slot label - The primary text label for the option
72917
72920
  * @slot start - Content placed before the icon (e.g., status indicators, badges)
72918
72921
  * @slot style - Custom styles injection slot for shadow DOM styling escape hatch
72919
72922
  */