@breadstone/mosaik-elements-svelte 0.1.17 → 0.1.18
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 +6 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/index.mjs
CHANGED
|
@@ -60661,9 +60661,8 @@ function zM(e) {
|
|
|
60661
60661
|
.horizontalAlignment="${e.horizontalContentAlignment}"
|
|
60662
60662
|
.gap="${"16px"}">
|
|
60663
60663
|
${U(e.icon, () => V`
|
|
60664
|
-
<slot
|
|
60665
|
-
|
|
60666
|
-
<mosaik-icon .variant="${e.variant}"
|
|
60664
|
+
<slot name="icon">
|
|
60665
|
+
<mosaik-icon part="icon" .variant="${e.variant}"
|
|
60667
60666
|
.data="${e.icon}"
|
|
60668
60667
|
.size="${LM(e.iconSize)}"
|
|
60669
60668
|
?disabled="${e.disabled}"></mosaik-icon>
|
|
@@ -61420,6 +61419,7 @@ function eN() {
|
|
|
61420
61419
|
|
|
61421
61420
|
:host [part="root"] [part="heading"] [part="icon"] {
|
|
61422
61421
|
color: inherit;
|
|
61422
|
+
flex-shrink: 0;
|
|
61423
61423
|
}
|
|
61424
61424
|
|
|
61425
61425
|
:host [part="root"] [part="heading"] [part="text"] {
|
|
@@ -61590,6 +61590,7 @@ function tN() {
|
|
|
61590
61590
|
|
|
61591
61591
|
:host [part="root"] [part="heading"] [part="icon"] {
|
|
61592
61592
|
color: inherit;
|
|
61593
|
+
flex-shrink: 0;
|
|
61593
61594
|
}
|
|
61594
61595
|
|
|
61595
61596
|
:host [part="root"] [part="heading"] [part="text"] {
|
|
@@ -61967,6 +61968,7 @@ function nN() {
|
|
|
61967
61968
|
|
|
61968
61969
|
:host [part="root"] [part="heading"] [part="icon"] {
|
|
61969
61970
|
color: inherit;
|
|
61971
|
+
flex-shrink: 0;
|
|
61970
61972
|
}
|
|
61971
61973
|
|
|
61972
61974
|
:host [part="root"] [part="heading"] [part="text"] {
|
|
@@ -95542,7 +95544,7 @@ var FV = function(e, t, n, r) {
|
|
|
95542
95544
|
_palettes;
|
|
95543
95545
|
_selectedPalette;
|
|
95544
95546
|
constructor() {
|
|
95545
|
-
super(), this._value = "#ff0000", this._format = "hex", this._showAlpha = !
|
|
95547
|
+
super(), this._value = "#ff0000", this._format = "hex", this._showAlpha = !1, this._showInputs = !1, this._showPalette = !1, this._showEyeDropper = !1, this._showSwatch = !1, this._palettes = nV.allPalettes(), this._selectedPalette = nV.MATERIAL_PALETTE.title, this._clickOutsideController = new bS(this, {
|
|
95546
95548
|
skipInitial: !0,
|
|
95547
95549
|
ignored: () => [this._floatingElement],
|
|
95548
95550
|
callback: () => this.onClickedOutside()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-svelte",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "Mosaik elements for Svelte.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@breadstone/mosaik-elements": "0.1.
|
|
15
|
-
"@breadstone/mosaik-elements-foundation": "0.1.
|
|
14
|
+
"@breadstone/mosaik-elements": "0.1.18",
|
|
15
|
+
"@breadstone/mosaik-elements-foundation": "0.1.18",
|
|
16
16
|
"tslib": "2.8.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|