@breadstone/mosaik-elements-svelte 0.0.131 → 0.0.132

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,7 @@
1
+ ## 0.0.132 (2025-08-24)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.131 (2025-08-23)
2
6
 
3
7
  ### 🚀 Features
package/index.mjs CHANGED
@@ -111912,7 +111912,6 @@ function MJ(o) {
111912
111912
  `)}
111913
111913
  ${$(o.state !== "idle", () => x`
111914
111914
  <div part="row">
111915
-
111916
111915
  <mosaik-button part="cancel"
111917
111916
  .icon="${"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm3.53 6.47-.084-.073a.75.75 0 0 0-.882-.007l-.094.08L12 10.939l-2.47-2.47-.084-.072a.75.75 0 0 0-.882-.007l-.094.08-.073.084a.75.75 0 0 0-.007.882l.08.094L10.939 12l-2.47 2.47-.072.084a.75.75 0 0 0-.007.882l.08.094.084.073a.75.75 0 0 0 .882.007l.094-.08L12 13.061l2.47 2.47.084.072a.75.75 0 0 0 .882.007l.094-.08.073-.084a.75.75 0 0 0 .007-.882l-.08-.094L13.061 12l2.47-2.47.072-.084a.75.75 0 0 0 .007-.882l-.08-.094-.084-.073.084.073Z"}"
111918
111917
  .type="${"button"}"
@@ -112015,6 +112014,7 @@ function Rv() {
112015
112014
  :host [part="row"] {
112016
112015
  gap: inherit;
112017
112016
  flex-direction: row;
112017
+ align-items: center;
112018
112018
  display: flex;
112019
112019
  }
112020
112020
 
@@ -112026,6 +112026,10 @@ function Rv() {
112026
112026
  letter-spacing: inherit;
112027
112027
  text-decoration: inherit;
112028
112028
  text-transform: inherit;
112029
+ border-radius: var(--chat-border-radius);
112030
+ background: var(--chat-background-color);
112031
+ font-variant-numeric: tabular-nums;
112032
+ padding: 4px 8px;
112029
112033
  }
112030
112034
 
112031
112035
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,8 +15,8 @@
15
15
  "vite": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.131",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.131",
18
+ "@breadstone/mosaik-elements": "^0.0.132",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.132",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {