@breadstone/mosaik-elements-svelte 0.0.203 → 0.0.204
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 +4 -0
- package/index.mjs +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 0.0.204 (2025-12-07)
|
|
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.203 (2025-12-06)
|
|
2
6
|
|
|
3
7
|
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|
package/index.mjs
CHANGED
|
@@ -8523,7 +8523,7 @@ function ZU(o) {
|
|
|
8523
8523
|
function JU() {
|
|
8524
8524
|
return m`
|
|
8525
8525
|
:host {
|
|
8526
|
-
--anchor-background-color: var(--joy-scheme-
|
|
8526
|
+
--anchor-background-color: var(--joy-scheme-transparent);
|
|
8527
8527
|
--anchor-border-color: var(--joy-scheme-highlight);
|
|
8528
8528
|
--anchor-font-family: var(--joy-typography-button-font-family);
|
|
8529
8529
|
--anchor-font-letter-spacing: var(--joy-typography-button-letter-spacing);
|
|
@@ -69028,7 +69028,7 @@ function HX(o) {
|
|
|
69028
69028
|
function BX() {
|
|
69029
69029
|
return m`
|
|
69030
69030
|
:host {
|
|
69031
|
-
--checkbox-background-color: var(--joy-scheme-
|
|
69031
|
+
--checkbox-background-color: var(--joy-scheme-transparent);
|
|
69032
69032
|
--checkbox-border-color: var(--joy-scheme-highlight);
|
|
69033
69033
|
--checkbox-border-radius: calc(var(--joy-layout-radius) / 2);
|
|
69034
69034
|
--checkbox-border-style: solid;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-svelte",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.204",
|
|
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.
|
|
19
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
18
|
+
"@breadstone/mosaik-elements": "^0.0.204",
|
|
19
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.204",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|