@breadstone/mosaik-elements-svelte 0.0.224 โ 0.0.227
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 +63 -0
- package/index.mjs +122361 -82076
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
|
1
|
+
## 0.0.227 (2026-03-02)
|
|
2
|
+
|
|
3
|
+
### ๐ Features
|
|
4
|
+
|
|
5
|
+
- **split:** enhance split layout with nested templates and improved styling ([c756516a3b](https://github.com/RueDeRennes/mosaik/commit/c756516a3b))
|
|
6
|
+
- **sheet:** add SheetHeaderTextComponent and related theme tokens for cosmopolitan and joy ([9b4195fc17](https://github.com/RueDeRennes/mosaik/commit/9b4195fc17))
|
|
7
|
+
- **scroll:** enhance scroll component styles and transition properties across themes ([2e60528016](https://github.com/RueDeRennes/mosaik/commit/2e60528016))
|
|
8
|
+
- **scroll): enhance scroll component styles and functionality with new anchors and triggers feat(tooltip): add padding to tooltip component for better spacing refactor(intersection): improve intersection anchor controller to support four directions refactor(index): reorganize exports for better clarity and consistency fix(svelte): remove unused props in ScrollComponent for cleaner code fix(vue:** update props in ScrollComponent to align with latest changes ([13f2009b8b](https://github.com/RueDeRennes/mosaik/commit/13f2009b8b))
|
|
9
|
+
- **nx:** add skills for generating code, managing plugins, running tasks, and workspace exploration ([c394133f7c](https://github.com/RueDeRennes/mosaik/commit/c394133f7c))
|
|
10
|
+
- **theme:** add progress ring width to button components across themes ([939864b584](https://github.com/RueDeRennes/mosaik/commit/939864b584))
|
|
11
|
+
- **chip-group): remove orientation property and add wrap functionality to ChipGroupElement refactor(file-picker): remove filePicked input from FilePickerComponent refactor(chip-group): update ChipGroupComponent to use wrap instead of orientation style(chat-input): add cursor pointer on attachment hover fix(paginator): clean up unused methods in PaginatorComponent feat(opportunity-assessment:** add opportunity assessment issue template ([8e05a1233f](https://github.com/RueDeRennes/mosaik/commit/8e05a1233f))
|
|
12
|
+
- **paginator:** enhance paginator functionality with new properties and events ([041eb69653](https://github.com/RueDeRennes/mosaik/commit/041eb69653))
|
|
13
|
+
- **dot:** add DotGroup component for grouping dot elements with shared properties ([432790b5ef](https://github.com/RueDeRennes/mosaik/commit/432790b5ef))
|
|
14
|
+
- **dot): add fill property to Dot component and update styles for fill states feat(scheduler): rename layout to view in SchedulerEventComponent and related files feat(dot): update Dot component to support fill states and adjust themes accordingly refactor(scheduler): remove unused viewLayout prop from SchedulerComponent fix(svelte:** bind fill property in DotComponent and SchedulerEventComponent ([6e47c3675f](https://github.com/RueDeRennes/mosaik/commit/6e47c3675f))
|
|
15
|
+
- **scheduler:** add new views and update scheduler component props ([4544fe12b2](https://github.com/RueDeRennes/mosaik/commit/4544fe12b2))
|
|
16
|
+
- **popup): enhance popup functionality with focus trap and backdrop support feat(overlay): add aria-modal attribute handling for overlays fix(storage): improve storage set method to handle string values correctly refactor(popup): streamline popup properties and remove deprecated ones style(popup:** update popup template for new properties and structure ([6de2f0ddd9](https://github.com/RueDeRennes/mosaik/commit/6de2f0ddd9))
|
|
17
|
+
- **theme:** add tertiary and highlight variants to Memphis and Cosmopolitan themes ([c99ce4a0cc](https://github.com/RueDeRennes/mosaik/commit/c99ce4a0cc))
|
|
18
|
+
- **tooltip:** enhance tooltip and floating element animations and visibility handling ([e50ab8ed4f](https://github.com/RueDeRennes/mosaik/commit/e50ab8ed4f))
|
|
19
|
+
- **tooltip:** enhance TooltipElement with anchor management and event handling ([76d561e6f4](https://github.com/RueDeRennes/mosaik/commit/76d561e6f4))
|
|
20
|
+
- **tour): add TourComponent and TourStepComponent for guided tours feat(vue): implement TourAnchorComponent and TourStepComponent for Vue feat(scheduler): extend SchedulerComponent props for blackout and highlight features style(tour): add SCSS tokens for Tour, TourAnchor, and TourStep components chore(theming:** create theme tokens for cosmopolitan, joy, and memphis themes ([1d0c417f76](https://github.com/RueDeRennes/mosaik/commit/1d0c417f76))
|
|
21
|
+
- **components:** add 'new' property to components and update templates for display ([2464b44e1d](https://github.com/RueDeRennes/mosaik/commit/2464b44e1d))
|
|
22
|
+
- **themes:** add new scheduler components and tokens for Memphis and Joy themes ([3b0cdad390](https://github.com/RueDeRennes/mosaik/commit/3b0cdad390))
|
|
23
|
+
- **color-editor:** add paletteCustomChanged event and update related components ([64ffd9d69d](https://github.com/RueDeRennes/mosaik/commit/64ffd9d69d))
|
|
24
|
+
- **drag-drop): implement drag and drop directives with auto-discovery and cleanup feat(placeholder): add PlaceholderComponent for React, Svelte, and Vue fix(dragPlaceholder): store data as property instead of attribute fix(dragPreview): store data as property instead of attribute fix(dragHandle): simplify directive updates and attributes refactor(dropList:** enhance drop list directive with group registration and auto-discovery ([616f4c95f3](https://github.com/RueDeRennes/mosaik/commit/616f4c95f3))
|
|
25
|
+
- **dragdrop): add drag and drop functionality with new events and utilities fix(imports): update import paths for date extensions in formatters chore(tests): setup vitest with jsdom and polyfills for DOM APIs feat(flowboard): add drag start event to FlowBoard components in React, Svelte, and Vue refactor(events): remove unused addListener function from event utils chore(deps:** update dependencies and lockfile for compatibility and security ([d615c2d3cd](https://github.com/RueDeRennes/mosaik/commit/d615c2d3cd))
|
|
26
|
+
- **flowboard:** implement new FlowBoard components and update event handling ([eab85cfbb2](https://github.com/RueDeRennes/mosaik/commit/eab85cfbb2))
|
|
27
|
+
- **themes:** add flow board and column components for cosmopolitan, joy, and memphis themes ([811fe6f1c0](https://github.com/RueDeRennes/mosaik/commit/811fe6f1c0))
|
|
28
|
+
- **color-editor): add ColorEditor, ColorEditorInputs, and ColorEditorPalette components feat(color-editor): implement ColorEditorInputsComponent and ColorEditorPaletteComponent for Angular feat(react): create ColorEditor, ColorEditorInputs, and ColorEditorPalette components for React feat(vue:** add ColorEditor, ColorEditorInputs, and ColorEditorPalette components for Vue ([b8ccdfd0e2](https://github.com/RueDeRennes/mosaik/commit/b8ccdfd0e2))
|
|
29
|
+
- **fontEditor:** add fontEditor JSON configurations for Joy and Memphis themes ([8590f31a9c](https://github.com/RueDeRennes/mosaik/commit/8590f31a9c))
|
|
30
|
+
- **memphis:** add color editor components with palette, shade slider, and swatch ([356ac68f42](https://github.com/RueDeRennes/mosaik/commit/356ac68f42))
|
|
31
|
+
- **swipe:** add leftPanned and rightPanned events to Swipe component ([f364cb41d5](https://github.com/RueDeRennes/mosaik/commit/f364cb41d5))
|
|
32
|
+
- **datebox, passwordbox:** add 'cleared' event and update documentation ([cce79081ad](https://github.com/RueDeRennes/mosaik/commit/cce79081ad))
|
|
33
|
+
- **DateTimeBox:** add 'cleared' event and update dropdown dimensions properties ([e226a53f85](https://github.com/RueDeRennes/mosaik/commit/e226a53f85))
|
|
34
|
+
- **autocomplete, colorbox, datebox, datetimebox, select, timebox, floating, combo:** update dropdown properties for better customization ([9ef5b4dd1c](https://github.com/RueDeRennes/mosaik/commit/9ef5b4dd1c))
|
|
35
|
+
- **Select): update border color and radius variables for themes feat(Expandable): refactor ExpandableElement to use new Expandable behavior feat(Message): add MessageContent component and related events feat(Message): enhance MessageComponent with expandable properties and events feat(TextFormatter): improve Markdown parsing for links and formatting fix(Index:** reorder exports for consistency ([a88c2d8a2e](https://github.com/RueDeRennes/mosaik/commit/a88c2d8a2e))
|
|
36
|
+
|
|
37
|
+
### ๐ฉน Fixes
|
|
38
|
+
|
|
39
|
+
- **docs:** correct createdAt and updatedAt dates in NgRx and RxJS articles ([af98b9acfa](https://github.com/RueDeRennes/mosaik/commit/af98b9acfa))
|
|
40
|
+
- **author:** correct spelling of Andre to Andrรฉ in multiple documentation files ([e924eb8206](https://github.com/RueDeRennes/mosaik/commit/e924eb8206))
|
|
41
|
+
- **components): rename event emitters for consistency and clarity refactor(events): update event detail interfaces for improved type safety feat(events:** add readonly event emitter interface for better encapsulation ([4374d5ef71](https://github.com/RueDeRennes/mosaik/commit/4374d5ef71))
|
|
42
|
+
- **package:** add missing newline at end of package.json ([88da605287](https://github.com/RueDeRennes/mosaik/commit/88da605287))
|
|
43
|
+
|
|
44
|
+
## 0.0.226 (2026-01-28)
|
|
45
|
+
|
|
46
|
+
### ๐ Features
|
|
47
|
+
|
|
48
|
+
- **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
|
|
49
|
+
|
|
50
|
+
### ๐ฉน Fixes
|
|
51
|
+
|
|
52
|
+
- **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
|
|
53
|
+
|
|
54
|
+
## 0.0.225 (2026-01-27)
|
|
55
|
+
|
|
56
|
+
### ๐ Features
|
|
57
|
+
|
|
58
|
+
- **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
|
|
59
|
+
|
|
60
|
+
### ๐ฉน Fixes
|
|
61
|
+
|
|
62
|
+
- **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
|
|
63
|
+
|
|
1
64
|
## 0.0.224 (2026-01-26)
|
|
2
65
|
|
|
3
66
|
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|