@breadstone/mosaik-elements-svelte 0.0.229 → 0.0.231
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 +37 -0
- package/index.mjs +35805 -25135
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## 0.0.231 (2026-03-14)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **cli:** integrate CliParser for improved argument parsing and build scripts ([23b1773dce](https://github.com/RueDeRennes/mosaik/commit/23b1773dce))
|
|
6
|
+
- **buttons): add ripple prop to button components and related updates feat(components): implement ripple behavior in various components fix(theme:** remove duplicate ripple property in theme JSON files ([d31f695f82](https://github.com/RueDeRennes/mosaik/commit/d31f695f82))
|
|
7
|
+
- **McpToolRegistrar): add overview and framework guide tools with enhanced descriptions feat(package:** update dependencies across multiple packages to latest versions ([45bc8fb4f6](https://github.com/RueDeRennes/mosaik/commit/45bc8fb4f6))
|
|
8
|
+
- **Button, Banner:** add shadow properties and update related styles and tokens ([5d69398b19](https://github.com/RueDeRennes/mosaik/commit/5d69398b19))
|
|
9
|
+
|
|
10
|
+
## 0.0.230 (2026-03-12)
|
|
11
|
+
|
|
12
|
+
### 🚀 Features
|
|
13
|
+
|
|
14
|
+
- **ToggletipComponent, TooltipComponent): add width and height props for better customization docs: add accessibility audit and component layout prompts feat(McpPromptRegistrar): implement dynamic loading of prompt templates from GitHub feat(McpResourceRegistrar): expose Mosaik component documentation as MCP resources feat(McpToolRegistrar): add tools for component search and discovery feat(DocsContentService, GitHubContentService:** implement services for fetching documentation and GitHub content ([0243729c1d](https://github.com/RueDeRennes/mosaik/commit/0243729c1d))
|
|
15
|
+
- **components): refactor property grid handling in TitleBar, Toolbar, Tooltip, and UpDownSpinner samples feat(components): implement property groups for TitleBar, Toolbar, and Tooltip samples fix(components): remove unused properties from TileManager and TileManagerTile components feat(observer): add PropertyObserver to track property changes in playground elements style(forms:** adjust tooltip height in form field themes ([31b07f73ee](https://github.com/RueDeRennes/mosaik/commit/31b07f73ee))
|
|
16
|
+
- **ai:** add translation feature with request and response models ([3ccfae51a4](https://github.com/RueDeRennes/mosaik/commit/3ccfae51a4))
|
|
17
|
+
- **AI): refactor AI module and service to use new SDKs and streaming responses feat(AI): implement chat request handling and streaming responses in AppChatView feat(api): add MCPApiClient for handling MCP server interactions refactor(api:** replace IChatResponse with IChatRequest for chat API ([a738f435bf](https://github.com/RueDeRennes/mosaik/commit/a738f435bf))
|
|
18
|
+
- **icon-gallery): add load more functionality and improve icon selection logic feat(dropdown-button): update styles for better appearance in various themes fix(chat-message:** enhance shadow properties and adjust transition settings chore: export FilePickerSampleElement in main.ts ([3bab87427d](https://github.com/RueDeRennes/mosaik/commit/3bab87427d))
|
|
19
|
+
- **theme:** add shadow properties to various components and update shadow mixins ([6796f7e5a4](https://github.com/RueDeRennes/mosaik/commit/6796f7e5a4))
|
|
20
|
+
- **listing:** add size property to listing and listing item components for better customization ([2937e40c8c](https://github.com/RueDeRennes/mosaik/commit/2937e40c8c))
|
|
21
|
+
- **timeline:** enhance timeline marker element with icon and text properties ([9f0478566e](https://github.com/RueDeRennes/mosaik/commit/9f0478566e))
|
|
22
|
+
- **pip:** add Memphis theme styles and components for Pip element ([21c480d37c](https://github.com/RueDeRennes/mosaik/commit/21c480d37c))
|
|
23
|
+
- **memphis, joy:** add new token files for listing, listing item, and markers ([b3bff07210](https://github.com/RueDeRennes/mosaik/commit/b3bff07210))
|
|
24
|
+
- **mcp:** add missing 'mosaik' server configuration in mcp.json and reorder imports in McpService.ts ([d1dbe3d7a8](https://github.com/RueDeRennes/mosaik/commit/d1dbe3d7a8))
|
|
25
|
+
- **mcp:** implement MCP module with controller and service for JSON-RPC handling ([f29a6c97ab](https://github.com/RueDeRennes/mosaik/commit/f29a6c97ab))
|
|
26
|
+
- **dependencies:** add vercel package and update yarn.lock ([23bbeb5285](https://github.com/RueDeRennes/mosaik/commit/23bbeb5285))
|
|
27
|
+
- **mcp:** implement MCP server with component documentation and tools ([724d288192](https://github.com/RueDeRennes/mosaik/commit/724d288192))
|
|
28
|
+
- **table): add inheritance context for appearance in TableElement feat(wizard): implement inheritance for disabled state in WizardElement feat(carousel): introduce CarouselDisplayMode and CarouselNavigationPosition types feat(image): add thumbnailSrc prop to ImageComponent for better image handling feat(carousel): enhance CarouselComponent with navigationPosition and displayMode props feat(wizard): extend WizardStepComponent with disabled prop for better control fix(css): ensure proper handling of CSS length values in CssLength utility style(theme:** update carousel and image tokens for better theming consistency ([2ac8e1358d](https://github.com/RueDeRennes/mosaik/commit/2ac8e1358d))
|
|
29
|
+
- **scramble-code:** add ScrambleCodeComponent with animation and styling ([101f5552c4](https://github.com/RueDeRennes/mosaik/commit/101f5552c4))
|
|
30
|
+
|
|
31
|
+
### 🩹 Fixes
|
|
32
|
+
|
|
33
|
+
- **ApiDocs:** update styles for table and code elements in API documentation layout ([2e991817d3](https://github.com/RueDeRennes/mosaik/commit/2e991817d3))
|
|
34
|
+
- **dependencies:** update style-dictionary to version 5.3.3 across all packages ([5df6333874](https://github.com/RueDeRennes/mosaik/commit/5df6333874))
|
|
35
|
+
- **package:** remove zod dependency from yarn.lock ([d01b86d809](https://github.com/RueDeRennes/mosaik/commit/d01b86d809))
|
|
36
|
+
- **localizator-ai:** restore schema-based structured generation with vercel sdk ([d2f83bc43c](https://github.com/RueDeRennes/mosaik/commit/d2f83bc43c))
|
|
37
|
+
|
|
1
38
|
## 0.0.229 (2026-03-03)
|
|
2
39
|
|
|
3
40
|
### 🩹 Fixes
|