@breadstone/mosaik-elements-svelte 0.0.66 → 0.0.67

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +118 -0
  2. package/README.md +66 -0
  3. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,118 @@
1
+ ## 0.0.67 (2025-06-26)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.66 (2025-06-25)
6
+
7
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
8
+
9
+ ## 0.0.65 (2025-06-25)
10
+
11
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
12
+
13
+ ## 0.0.64 (2025-06-25)
14
+
15
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
16
+
17
+ ## 0.0.63 (2025-06-24)
18
+
19
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
20
+
21
+ ## 0.0.62 (2025-06-24)
22
+
23
+ ### 🚀 Features
24
+
25
+ - add slot definitions for Jumbotron component and update related documentation ([b739040f6f](https://github.com/RueDeRennes/mosaik/commit/b739040f6f))
26
+
27
+ ## 0.0.61 (2025-06-24)
28
+
29
+ ### 🚀 Features
30
+
31
+ - Add formatter property to Jumbotron components and update related files ([9ae59c7ff9](https://github.com/RueDeRennes/mosaik/commit/9ae59c7ff9))
32
+
33
+ ## 0.0.60 (2025-06-23)
34
+
35
+ ### 🚀 Features
36
+
37
+ - Add Jumbotron component and related styles for multiple frameworks ([41d4601e08](https://github.com/RueDeRennes/mosaik/commit/41d4601e08))
38
+
39
+ ## 0.0.59 (2025-06-23)
40
+
41
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
42
+
43
+ ## 0.0.58 (2025-06-23)
44
+
45
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
46
+
47
+ ## 0.0.57 (2025-06-23)
48
+
49
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
50
+
51
+ ## 0.0.56 (2025-06-23)
52
+
53
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
54
+
55
+ ## 0.0.55 (2025-06-23)
56
+
57
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
58
+
59
+ ## 0.0.54 (2025-06-23)
60
+
61
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
62
+
63
+ ## 0.0.53 (2025-06-23)
64
+
65
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
66
+
67
+ ## 0.0.52 (2025-06-23)
68
+
69
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
70
+
71
+ ## 0.0.51 (2025-06-23)
72
+
73
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
74
+
75
+ ## 0.0.50 (2025-06-23)
76
+
77
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
78
+
79
+ ## 0.0.49 (2025-06-22)
80
+
81
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
82
+
83
+ ## 0.0.48 (2025-06-22)
84
+
85
+ ### 🚀 Features
86
+
87
+ - Introduce Indicator component across multiple frameworks ([7ef850c39d](https://github.com/RueDeRennes/mosaik/commit/7ef850c39d))
88
+
89
+ ## 0.0.47 (2025-06-22)
90
+
91
+ ### 🩹 Fixes
92
+
93
+ - update release version to 0.0.47 in package.json ([5a277d2d1d](https://github.com/RueDeRennes/mosaik/commit/5a277d2d1d))
94
+ - correct spelling of 'HTML' in keywords and add new article on `part` attributes ([cd5b688a5c](https://github.com/RueDeRennes/mosaik/commit/cd5b688a5c))
95
+ - correct quotation marks in attribute selector examples for consistency ([078a6c9289](https://github.com/RueDeRennes/mosaik/commit/078a6c9289))
96
+ - correct quotation marks in markdown article and improve blockquote rendering in MarkdownRenderer ([09442e4509](https://github.com/RueDeRennes/mosaik/commit/09442e4509))
97
+
98
+ ## 0.0.46 (2025-06-20)
99
+
100
+ ### 🚀 Features
101
+
102
+ - implement animation directive and provider with presets ([09550b6633](https://github.com/RueDeRennes/mosaik/commit/09550b6633))
103
+
104
+ ## 0.0.45 (2025-06-20)
105
+
106
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
107
+
108
+ ## 0.0.44 (2025-06-20)
109
+
110
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
111
+
112
+ ## 0.0.43 (2025-06-20)
113
+
114
+ ### 🚀 Features
115
+
116
+ - Add Svelte menu items to AppSideNavTemplate and update build script ([d1a2fe7972](https://github.com/RueDeRennes/mosaik/commit/d1a2fe7972))
117
+ - Add Svelte support with SvelteCodeGenerator and update build scripts ([955cb75cb6](https://github.com/RueDeRennes/mosaik/commit/955cb75cb6))
118
+ - Add new Svelte components for menu, segment, tab, table, tree, wizard, and shell ([e6de8f0553](https://github.com/RueDeRennes/mosaik/commit/e6de8f0553))
package/README.md ADDED
@@ -0,0 +1,66 @@
1
+ # 📦 @breadstone/mosaik-elements-svelte
2
+
3
+ | Package Status | Source |
4
+ |----------------|--------|
5
+ | [![npm](https://img.shields.io/npm/v/@breadstone/mosaik-elements-svelte?label=npm)](https://www.npmjs.com/package/@breadstone/mosaik-elements-svelte) | [libs/mosaik-elements-svelte](../../libs/mosaik-elements-svelte) |
6
+
7
+ > Svelte bindings for the Mosaik web components.
8
+ > Use Mosaik design system components in Svelte projects with full type safety and integration.
9
+
10
+ ---
11
+
12
+ ## 📁 Project Structure
13
+
14
+ Part of the monorepo [`mosaik`](https://github.com/RueDeRennes/mosaik)
15
+ Package path: `libs/mosaik-elements-svelte`
16
+ Version: see [npm](https://www.npmjs.com/package/@breadstone/mosaik-elements-svelte)
17
+ License: MIT
18
+
19
+ ---
20
+
21
+ ## 📦 Installation
22
+
23
+ ```bash
24
+ yarn add @breadstone/mosaik-elements-svelte
25
+ # or
26
+ npm install @breadstone/mosaik-elements-svelte
27
+ ```
28
+
29
+ ---
30
+
31
+ ## 🔧 Usage
32
+
33
+ ```typescript
34
+ import * from '@breadstone/mosaik-elements-svelte';
35
+ ```
36
+
37
+ ---
38
+
39
+ ## ⚙️ Features
40
+
41
+ - Svelte wrappers for all Mosaik web components
42
+ - TypeScript types and Svelte components
43
+ - Automatic manifest and proxy generation
44
+
45
+ ---
46
+
47
+ ## 🛠 Recommendations
48
+
49
+ - Use with the main `mosaik-elements` package for full design system support.
50
+ - Integrate into Svelte projects for seamless web component usage.
51
+
52
+ ---
53
+
54
+ ## 📦 Publishing
55
+
56
+ ```bash
57
+ yarn nx run mosaik-elements-svelte:publish
58
+ ```
59
+
60
+ ---
61
+
62
+ ## 📄 License
63
+
64
+ MIT © Breadstone
65
+
66
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,8 +14,8 @@
14
14
  "svelte": "^5.34.7"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.66",
18
- "@breadstone/mosaik-elements-foundation": "^0.0.66",
17
+ "@breadstone/mosaik-elements": "^0.0.67",
18
+ "@breadstone/mosaik-elements-foundation": "^0.0.67",
19
19
  "tslib": "^2.8.1"
20
20
  },
21
21
  "exports": {