@breadstone/mosaik-elements-svelte 0.1.12 → 0.1.13
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 +49 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/index.mjs
CHANGED
|
@@ -72507,6 +72507,10 @@ function zI() {
|
|
|
72507
72507
|
display: flex;
|
|
72508
72508
|
}
|
|
72509
72509
|
|
|
72510
|
+
:host [part="actions"]:empty {
|
|
72511
|
+
display: none;
|
|
72512
|
+
}
|
|
72513
|
+
|
|
72510
72514
|
`;
|
|
72511
72515
|
}
|
|
72512
72516
|
//#endregion
|
|
@@ -72649,6 +72653,10 @@ function BI() {
|
|
|
72649
72653
|
display: flex;
|
|
72650
72654
|
}
|
|
72651
72655
|
|
|
72656
|
+
:host [part="actions"]:empty {
|
|
72657
|
+
display: none;
|
|
72658
|
+
}
|
|
72659
|
+
|
|
72652
72660
|
:host slot[name="header"] {
|
|
72653
72661
|
--empty-state-header-font-family: var(--joy-typography-body1-font-family);
|
|
72654
72662
|
--empty-state-header-font-size: var(--joy-typography-body1-font-size);
|
|
@@ -72811,6 +72819,10 @@ function VI() {
|
|
|
72811
72819
|
display: flex;
|
|
72812
72820
|
}
|
|
72813
72821
|
|
|
72822
|
+
:host [part="actions"]:empty {
|
|
72823
|
+
display: none;
|
|
72824
|
+
}
|
|
72825
|
+
|
|
72814
72826
|
:host slot[name="header"] {
|
|
72815
72827
|
--empty-state-header-font-family: var(--memphis-typography-body1-font-family);
|
|
72816
72828
|
--empty-state-header-font-size: var(--memphis-typography-body1-font-size);
|
|
@@ -225543,6 +225555,10 @@ function bEe() {
|
|
|
225543
225555
|
display: flex;
|
|
225544
225556
|
}
|
|
225545
225557
|
|
|
225558
|
+
:host [part="actions"]:empty {
|
|
225559
|
+
display: none;
|
|
225560
|
+
}
|
|
225561
|
+
|
|
225546
225562
|
`;
|
|
225547
225563
|
}
|
|
225548
225564
|
//#endregion
|
|
@@ -225685,6 +225701,10 @@ function xEe() {
|
|
|
225685
225701
|
display: flex;
|
|
225686
225702
|
}
|
|
225687
225703
|
|
|
225704
|
+
:host [part="actions"]:empty {
|
|
225705
|
+
display: none;
|
|
225706
|
+
}
|
|
225707
|
+
|
|
225688
225708
|
:host slot[name="header"] {
|
|
225689
225709
|
--busy-state-header-font-family: var(--joy-typography-body1-font-family);
|
|
225690
225710
|
--busy-state-header-font-size: var(--joy-typography-body1-font-size);
|
|
@@ -225847,6 +225867,10 @@ function SEe() {
|
|
|
225847
225867
|
display: flex;
|
|
225848
225868
|
}
|
|
225849
225869
|
|
|
225870
|
+
:host [part="actions"]:empty {
|
|
225871
|
+
display: none;
|
|
225872
|
+
}
|
|
225873
|
+
|
|
225850
225874
|
:host slot[name="header"] {
|
|
225851
225875
|
--busy-state-header-font-family: var(--memphis-typography-body1-font-family);
|
|
225852
225876
|
--busy-state-header-font-size: var(--memphis-typography-body1-font-size);
|
|
@@ -226097,6 +226121,10 @@ function wEe() {
|
|
|
226097
226121
|
display: flex;
|
|
226098
226122
|
}
|
|
226099
226123
|
|
|
226124
|
+
:host [part="actions"]:empty {
|
|
226125
|
+
display: none;
|
|
226126
|
+
}
|
|
226127
|
+
|
|
226100
226128
|
`;
|
|
226101
226129
|
}
|
|
226102
226130
|
//#endregion
|
|
@@ -226233,6 +226261,10 @@ function TEe() {
|
|
|
226233
226261
|
display: flex;
|
|
226234
226262
|
}
|
|
226235
226263
|
|
|
226264
|
+
:host [part="actions"]:empty {
|
|
226265
|
+
display: none;
|
|
226266
|
+
}
|
|
226267
|
+
|
|
226236
226268
|
:host slot[name="header"] {
|
|
226237
226269
|
--error-state-header-font-family: var(--joy-typography-body1-font-family);
|
|
226238
226270
|
--error-state-header-font-size: var(--joy-typography-body1-font-size);
|
|
@@ -226390,6 +226422,10 @@ function EEe() {
|
|
|
226390
226422
|
display: flex;
|
|
226391
226423
|
}
|
|
226392
226424
|
|
|
226425
|
+
:host [part="actions"]:empty {
|
|
226426
|
+
display: none;
|
|
226427
|
+
}
|
|
226428
|
+
|
|
226393
226429
|
:host slot[name="header"] {
|
|
226394
226430
|
--error-state-header-font-family: var(--memphis-typography-body1-font-family);
|
|
226395
226431
|
--error-state-header-font-size: var(--memphis-typography-body1-font-size);
|
|
@@ -226488,7 +226524,7 @@ X7([
|
|
|
226488
226524
|
function DEe(e) {
|
|
226489
226525
|
return V`
|
|
226490
226526
|
<mosaik-icon part="icon"
|
|
226491
|
-
.size="${G.Giant}"
|
|
226527
|
+
.size="${e.iconSize ?? G.Giant}"
|
|
226492
226528
|
.data="${e.icon.trim().length > 0 ? e.icon : X.successCircle}"
|
|
226493
226529
|
.variant="${ib.Success}"></mosaik-icon>
|
|
226494
226530
|
<div part="root">
|
|
@@ -226654,6 +226690,10 @@ function OEe() {
|
|
|
226654
226690
|
display: flex;
|
|
226655
226691
|
}
|
|
226656
226692
|
|
|
226693
|
+
:host [part="actions"]:empty {
|
|
226694
|
+
display: none;
|
|
226695
|
+
}
|
|
226696
|
+
|
|
226657
226697
|
`;
|
|
226658
226698
|
}
|
|
226659
226699
|
//#endregion
|
|
@@ -226790,6 +226830,10 @@ function kEe() {
|
|
|
226790
226830
|
display: flex;
|
|
226791
226831
|
}
|
|
226792
226832
|
|
|
226833
|
+
:host [part="actions"]:empty {
|
|
226834
|
+
display: none;
|
|
226835
|
+
}
|
|
226836
|
+
|
|
226793
226837
|
:host slot[name="header"] {
|
|
226794
226838
|
--success-state-header-font-family: var(--joy-typography-body1-font-family);
|
|
226795
226839
|
--success-state-header-font-size: var(--joy-typography-body1-font-size);
|
|
@@ -226947,6 +226991,10 @@ function AEe() {
|
|
|
226947
226991
|
display: flex;
|
|
226948
226992
|
}
|
|
226949
226993
|
|
|
226994
|
+
:host [part="actions"]:empty {
|
|
226995
|
+
display: none;
|
|
226996
|
+
}
|
|
226997
|
+
|
|
226950
226998
|
:host slot[name="header"] {
|
|
226951
226999
|
--success-state-header-font-family: var(--memphis-typography-body1-font-family);
|
|
226952
227000
|
--success-state-header-font-size: var(--memphis-typography-body1-font-size);
|
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.13",
|
|
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.13",
|
|
15
|
+
"@breadstone/mosaik-elements-foundation": "0.1.13",
|
|
16
16
|
"tslib": "2.8.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|