@breadstone/mosaik-themes 0.0.171 → 0.0.172

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 (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.0.171 (2025-11-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add FlipToDirective for flipping components and ReactiveFormValidator for form validation ([ba607ccc49](https://github.com/RueDeRennes/mosaik/commit/ba607ccc49))
6
+ - **memphis:** theme choices, selects, and combos ([53f092fa83](https://github.com/RueDeRennes/mosaik/commit/53f092fa83))
7
+ - **avatar:** enhance chat message avatar styles with theme-specific properties ([4e85d98a64](https://github.com/RueDeRennes/mosaik/commit/4e85d98a64))
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **release:** update release version to 0.0.170 ([089a682d6f](https://github.com/RueDeRennes/mosaik/commit/089a682d6f))
12
+
1
13
  ## 0.0.170 (2025-10-28)
2
14
 
3
15
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.171",
3
+ "version": "0.0.172",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,7 +15,7 @@
15
15
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.171",
18
+ "@breadstone/mosaik-elements": "^0.0.172",
19
19
  "@ctrl/tinycolor": "^4.2.0",
20
20
  "tslib": "^2.8.1"
21
21
  },