@breadstone/mosaik-elements-angular 0.1.21 → 0.1.22
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,9 @@
|
|
|
1
|
+
## 0.1.22 (2026-06-20)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **theme:** add focus ring properties to various components ([7b2338309e](https://github.com/RueDeRennes/mosaik/commit/7b2338309e))
|
|
6
|
+
|
|
1
7
|
## 0.1.21 (2026-06-18)
|
|
2
8
|
|
|
3
9
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|
|
@@ -47024,9 +47024,10 @@ const EMPTY_STATE_DEFAULT_PROPS = new InjectionToken('MOSAIK_EMPTY_STATE_DEFAULT
|
|
|
47024
47024
|
/**
|
|
47025
47025
|
* @public
|
|
47026
47026
|
*
|
|
47027
|
-
* @slot -
|
|
47027
|
+
* @slot - Default content area for additional empty state information or custom elements
|
|
47028
47028
|
* @slot actions - Action buttons or links for user guidance and next steps
|
|
47029
47029
|
* @slot header - The header slot.
|
|
47030
|
+
* @slot content - The content slot.
|
|
47030
47031
|
* @slot style - Custom styles injection slot for shadow DOM styling escape hatch
|
|
47031
47032
|
*/
|
|
47032
47033
|
let EmptyStateComponent = class EmptyStateComponent {
|