@solid-design-system/mcp 7.0.0-next.5 → 7.0.0-next.6
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
|
@@ -5,6 +5,11 @@ Use the `duration` attribute to set the duration (in milliseconds) of the notifi
|
|
|
5
5
|
<sd-notification id="duration-example" variant="info" open duration="5000">
|
|
6
6
|
Notification will self close after 5 seconds
|
|
7
7
|
</sd-notification>
|
|
8
|
+
<style>
|
|
9
|
+
sd-notification#duration-example::part(base) {
|
|
10
|
+
margin-top: 0.5rem;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
8
13
|
<script>
|
|
9
14
|
var notificationDuration = document.querySelector('#duration-example');
|
|
10
15
|
notificationDuration.addEventListener('sd-after-hide', () => {
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"displayNameDe": "Sonne",
|
|
30
30
|
"tags": ["sonnig", "hell", "schönes Wetter"]
|
|
31
31
|
},
|
|
32
|
-
{
|
|
33
|
-
"technicalId": "volume",
|
|
34
|
-
"displayNameDe": "Lautstärke",
|
|
35
|
-
"tags": ["Ton", "Pegel", "Geräuschpegel"]
|
|
36
|
-
},
|
|
37
32
|
{
|
|
38
33
|
"technicalId": "settings",
|
|
39
34
|
"displayNameDe": "Einstellungen",
|
|
40
35
|
"tags": ["anpassen", "Bearbeitung", "Zahnrad"]
|
|
41
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"technicalId": "volume",
|
|
39
|
+
"displayNameDe": "Lautstärke",
|
|
40
|
+
"tags": ["Ton", "Pegel", "Geräuschpegel"]
|
|
41
|
+
},
|
|
42
42
|
{
|
|
43
43
|
"technicalId": "hand",
|
|
44
44
|
"displayNameDe": "Hand",
|
|
@@ -79,16 +79,16 @@
|
|
|
79
79
|
"displayNameDe": "Herz voll",
|
|
80
80
|
"tags": ["Favoriten", "gespeichert", "gemerkt"]
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
"technicalId": "battery-full",
|
|
84
|
-
"displayNameDe": "Batterie voll\n",
|
|
85
|
-
"tags": ["voll", "Akku", "Ladestatus"]
|
|
86
|
-
},
|
|
87
82
|
{
|
|
88
83
|
"technicalId": "flash-on",
|
|
89
84
|
"displayNameDe": "Blitz an",
|
|
90
85
|
"tags": ["Taschenlampe an", "Foto"]
|
|
91
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"technicalId": "battery-full",
|
|
89
|
+
"displayNameDe": "Batterie voll\n",
|
|
90
|
+
"tags": ["voll", "Akku", "Ladestatus"]
|
|
91
|
+
},
|
|
92
92
|
{
|
|
93
93
|
"technicalId": "sort-down",
|
|
94
94
|
"displayNameDe": "sortieren absteigend",
|
|
@@ -614,16 +614,16 @@
|
|
|
614
614
|
"displayNameDe": "Bildschirm Cursor",
|
|
615
615
|
"tags": ["klicken", "auswählen"]
|
|
616
616
|
},
|
|
617
|
-
{
|
|
618
|
-
"technicalId": "layers",
|
|
619
|
-
"displayNameDe": "Ebenen",
|
|
620
|
-
"tags": ["gruppieren", "Stapel", "mehrere Folien erzeugen"]
|
|
621
|
-
},
|
|
622
617
|
{
|
|
623
618
|
"technicalId": "file-read-out",
|
|
624
619
|
"displayNameDe": "Dokument vorlesen",
|
|
625
620
|
"tags": ["vorlesen", "Audio", "Lautstärke"]
|
|
626
621
|
},
|
|
622
|
+
{
|
|
623
|
+
"technicalId": "layers",
|
|
624
|
+
"displayNameDe": "Ebenen",
|
|
625
|
+
"tags": ["gruppieren", "Stapel", "mehrere Folien erzeugen"]
|
|
626
|
+
},
|
|
627
627
|
{
|
|
628
628
|
"technicalId": "collapse-left",
|
|
629
629
|
"displayNameDe": "einklappen links",
|
|
@@ -844,16 +844,16 @@
|
|
|
844
844
|
"displayNameDe": "Lesezeichen",
|
|
845
845
|
"tags": ["merken", "Markierung", "markiert", "Favoriten"]
|
|
846
846
|
},
|
|
847
|
-
{
|
|
848
|
-
"technicalId": "arrow-right",
|
|
849
|
-
"displayNameDe": "Pfeil rechts",
|
|
850
|
-
"tags": ["Pfeil", "vorwärts", "weiter"]
|
|
851
|
-
},
|
|
852
847
|
{
|
|
853
848
|
"technicalId": "flash",
|
|
854
849
|
"displayNameDe": "Blitz",
|
|
855
850
|
"tags": ["Pfeil", "Fehler", "falsch"]
|
|
856
851
|
},
|
|
852
|
+
{
|
|
853
|
+
"technicalId": "arrow-right",
|
|
854
|
+
"displayNameDe": "Pfeil rechts",
|
|
855
|
+
"tags": ["Pfeil", "vorwärts", "weiter"]
|
|
856
|
+
},
|
|
857
857
|
{
|
|
858
858
|
"technicalId": "arrow-top",
|
|
859
859
|
"displayNameDe": "Pfeil oben",
|
package/package.json
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"prettier": "^3.9.5",
|
|
21
21
|
"tsx": "^4.23.1",
|
|
22
22
|
"typescript": "^5.9.3",
|
|
23
|
-
"@solid-design-system/components": "7.0.0-next.
|
|
24
|
-
"@solid-design-system/styles": "7.0.0-next.
|
|
25
|
-
"@solid-design-system/tokens": "7.0.0-next.
|
|
23
|
+
"@solid-design-system/components": "7.0.0-next.6",
|
|
24
|
+
"@solid-design-system/styles": "7.0.0-next.6",
|
|
25
|
+
"@solid-design-system/tokens": "7.0.0-next.6"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"directory": "packages/mcp"
|
|
60
60
|
},
|
|
61
61
|
"type": "module",
|
|
62
|
-
"version": "7.0.0-next.
|
|
62
|
+
"version": "7.0.0-next.6",
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "pnpm run build:components && pnpm run build:tokens && pnpm run build:ts && pnpm run build:metadata && cd ../.. && pnpm exec prettier --write --log-level warn packages/mcp/metadata",
|
|
65
65
|
"build:components": "cd ../components && pnpm exec node scripts/make-metadata.js --outdir dist",
|