@breadstone/mosaik-elements-svelte 0.0.170 → 0.0.171
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 +12 -2
- package/{flow-gcpXucZv.mjs → flow-qEL7lfCR.mjs} +0 -15
- package/index.mjs +20538 -20188
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **release:** update release version to 0.0.170 ([089a682d6f](https://github.com/RueDeRennes/mosaik/commit/089a682d6f))
|
|
10
|
+
|
|
1
11
|
## 0.0.170 (2025-10-28)
|
|
2
12
|
|
|
3
13
|
### 🩹 Fixes
|
|
@@ -229,7 +239,7 @@ This was a version bump only for mosaik-elements-svelte to align it with other p
|
|
|
229
239
|
|
|
230
240
|
- Add ThemeService for managing theme application and properties ([a3cb9be861](https://github.com/RueDeRennes/mosaik/commit/a3cb9be861))
|
|
231
241
|
- Add Audio Component and related functionality ([a66b67efb6](https://github.com/RueDeRennes/mosaik/commit/a66b67efb6))
|
|
232
|
-
- Add new Map and Thumbnail components with Cosmopolitan, Joy, and
|
|
242
|
+
- Add new Map and Thumbnail components with Cosmopolitan, Joy, and Memphis themes ([5142fee885](https://github.com/RueDeRennes/mosaik/commit/5142fee885))
|
|
233
243
|
- add serve scripts for app and API in package.json ([1ad4faa834](https://github.com/RueDeRennes/mosaik/commit/1ad4faa834))
|
|
234
244
|
- add ChatMessageReaction component with styles and templates ([1975e07a4a](https://github.com/RueDeRennes/mosaik/commit/1975e07a4a))
|
|
235
245
|
- add ChatInputAttachmentList component and update related props and events in ChatComponent ([70f0005bc5](https://github.com/RueDeRennes/mosaik/commit/70f0005bc5))
|
|
@@ -262,7 +272,7 @@ This was a version bump only for mosaik-elements-svelte to align it with other p
|
|
|
262
272
|
|
|
263
273
|
### 🚀 Features
|
|
264
274
|
|
|
265
|
-
- Add BusyState and VoiceRecorder components with Joy and
|
|
275
|
+
- Add BusyState and VoiceRecorder components with Joy and Memphis themes ([eb1887d8e3](https://github.com/RueDeRennes/mosaik/commit/eb1887d8e3))
|
|
266
276
|
- **chat-tools:** integrate attachment and reaction chat tools ([89e61d7157](https://github.com/RueDeRennes/mosaik/commit/89e61d7157))
|
|
267
277
|
|
|
268
278
|
## 0.0.127 (2025-08-21)
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2021 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
-
*/
|
|
6
1
|
class g {
|
|
7
2
|
constructor(i) {
|
|
8
3
|
this._map = /* @__PURE__ */ new Map(), this._roundAverageSize = !1, this.totalSize = 0, i?.roundAverageSize === !0 && (this._roundAverageSize = !0);
|
|
@@ -25,11 +20,6 @@ class g {
|
|
|
25
20
|
this._map.clear(), this.totalSize = 0;
|
|
26
21
|
}
|
|
27
22
|
}
|
|
28
|
-
/**
|
|
29
|
-
* @license
|
|
30
|
-
* Copyright 2021 Google LLC
|
|
31
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
32
|
-
*/
|
|
33
23
|
function f(n) {
|
|
34
24
|
return n === "horizontal" ? "width" : "height";
|
|
35
25
|
}
|
|
@@ -267,11 +257,6 @@ class d {
|
|
|
267
257
|
(t !== this._firstVisible || s !== this._lastVisible) && (this._firstVisible = t, this._lastVisible = s, i && i.emit && this._sendVisibilityChangedMessage());
|
|
268
258
|
}
|
|
269
259
|
}
|
|
270
|
-
/**
|
|
271
|
-
* @license
|
|
272
|
-
* Copyright 2021 Google LLC
|
|
273
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
274
|
-
*/
|
|
275
260
|
function m(n) {
|
|
276
261
|
return n === "horizontal" ? "marginLeft" : "marginTop";
|
|
277
262
|
}
|