@breadstone/mosaik-themes 0.0.277 β†’ 0.0.285

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 (39) hide show
  1. package/CHANGELOG.md +382 -0
  2. package/package.json +2 -6
  3. package/tailwind/v4/presets/joyTailwindPresets.css +4 -0
  4. package/tailwind/v3/index.d.ts +0 -7
  5. package/tailwind/v3/index.d.ts.map +0 -1
  6. package/tailwind/v3/index.js +0 -43
  7. package/tailwind/v3/index.js.map +0 -1
  8. package/tailwind/v3/plugins/base/buildTailwindPlugin.d.ts +0 -1
  9. package/tailwind/v3/plugins/base/buildTailwindPlugin.d.ts.map +0 -1
  10. package/tailwind/v3/plugins/base/buildTailwindPlugin.js +0 -147
  11. package/tailwind/v3/plugins/base/buildTailwindPlugin.js.map +0 -1
  12. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.d.ts +0 -2
  13. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.d.ts.map +0 -1
  14. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js +0 -403
  15. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js.map +0 -1
  16. package/tailwind/v3/plugins/joyTailwindPlugin.d.ts +0 -2
  17. package/tailwind/v3/plugins/joyTailwindPlugin.d.ts.map +0 -1
  18. package/tailwind/v3/plugins/joyTailwindPlugin.js +0 -423
  19. package/tailwind/v3/plugins/joyTailwindPlugin.js.map +0 -1
  20. package/tailwind/v3/plugins/memphisTailwindPlugin.d.ts +0 -2
  21. package/tailwind/v3/plugins/memphisTailwindPlugin.d.ts.map +0 -1
  22. package/tailwind/v3/plugins/memphisTailwindPlugin.js +0 -420
  23. package/tailwind/v3/plugins/memphisTailwindPlugin.js.map +0 -1
  24. package/tailwind/v3/presets/base/buildTailwindPreset.d.ts +0 -1
  25. package/tailwind/v3/presets/base/buildTailwindPreset.d.ts.map +0 -1
  26. package/tailwind/v3/presets/base/buildTailwindPreset.js +0 -39
  27. package/tailwind/v3/presets/base/buildTailwindPreset.js.map +0 -1
  28. package/tailwind/v3/presets/cosmopolitanTailwindPresets.d.ts +0 -2
  29. package/tailwind/v3/presets/cosmopolitanTailwindPresets.d.ts.map +0 -1
  30. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js +0 -392
  31. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js.map +0 -1
  32. package/tailwind/v3/presets/joyTailwindPresets.d.ts +0 -2
  33. package/tailwind/v3/presets/joyTailwindPresets.d.ts.map +0 -1
  34. package/tailwind/v3/presets/joyTailwindPresets.js +0 -412
  35. package/tailwind/v3/presets/joyTailwindPresets.js.map +0 -1
  36. package/tailwind/v3/presets/memphisTailwindPresets.d.ts +0 -2
  37. package/tailwind/v3/presets/memphisTailwindPresets.d.ts.map +0 -1
  38. package/tailwind/v3/presets/memphisTailwindPresets.js +0 -409
  39. package/tailwind/v3/presets/memphisTailwindPresets.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,385 @@
1
+ ## 0.0.278 (2026-05-16)
2
+
3
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.277 (2026-05-15)
6
+
7
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
8
+
9
+ ## 0.0.276 (2026-05-15)
10
+
11
+ ### πŸš€ Features
12
+
13
+ - **popup:** add sync property to PopupElement and related components ([5b644a14fb](https://github.com/RueDeRennes/mosaik/commit/5b644a14fb))
14
+
15
+ ## 0.0.275 (2026-05-15)
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **popup:** add options for open mode and focus delegation ([f544d36064](https://github.com/RueDeRennes/mosaik/commit/f544d36064))
20
+
21
+ ## 0.0.274 (2026-05-15)
22
+
23
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
24
+
25
+ ## 0.0.273 (2026-05-15)
26
+
27
+ ### 🩹 Fixes
28
+
29
+ - **ItemDefDirective:** update line numbers in documentation for clarity ([84911e1e80](https://github.com/RueDeRennes/mosaik/commit/84911e1e80))
30
+
31
+ ## 0.0.272 (2026-05-13)
32
+
33
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
34
+
35
+ ## 0.0.271 (2026-05-13)
36
+
37
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
38
+
39
+ ## 0.0.270 (2026-05-13)
40
+
41
+ ### πŸš€ Features
42
+
43
+ - **filebox:** add FileBox component and related styles for multiple themes ([95a1acc84f](https://github.com/RueDeRennes/mosaik/commit/95a1acc84f))
44
+
45
+ ## 0.0.269 (2026-05-12)
46
+
47
+ ### πŸš€ Features
48
+
49
+ - **validators:** add dateNotBefore and dateNotAfter validation functions ([cea71f1773](https://github.com/RueDeRennes/mosaik/commit/cea71f1773))
50
+
51
+ ## 0.0.268 (2026-05-12)
52
+
53
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
54
+
55
+ ## 0.0.267 (2026-05-12)
56
+
57
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
58
+
59
+ ## 0.0.266 (2026-05-12)
60
+
61
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
62
+
63
+ ## 0.0.265 (2026-05-12)
64
+
65
+ ### πŸš€ Features
66
+
67
+ - **components:** add WheelPicker component for React, Svelte, and Vue ([b9a46f3d3e](https://github.com/RueDeRennes/mosaik/commit/b9a46f3d3e))
68
+
69
+ ## 0.0.264 (2026-05-10)
70
+
71
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
72
+
73
+ ## 0.0.263 (2026-05-10)
74
+
75
+ ### πŸš€ Features
76
+
77
+ - **api:** add formatter property to MenuItem and MenuItemGroup components ([aa31380bbd](https://github.com/RueDeRennes/mosaik/commit/aa31380bbd))
78
+
79
+ ### 🩹 Fixes
80
+
81
+ - **theme:** adjust gap property for ListItem to enhance spacing consistency ([b33f70cc35](https://github.com/RueDeRennes/mosaik/commit/b33f70cc35))
82
+
83
+ ## 0.0.262 (2026-05-10)
84
+
85
+ ### πŸš€ Features
86
+
87
+ - **menu:** add text formatting capabilities to menu item and group elements ([27052671d7](https://github.com/RueDeRennes/mosaik/commit/27052671d7))
88
+
89
+ ### 🩹 Fixes
90
+
91
+ - **api:** update line numbers and references in documentation for MenuItemGroupElement, ListItemElement, and MenuItemElement ([08cc5bdbf9](https://github.com/RueDeRennes/mosaik/commit/08cc5bdbf9))
92
+
93
+ ## 0.0.261 (2026-05-07)
94
+
95
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
96
+
97
+ ## 0.0.260 (2026-05-07)
98
+
99
+ ### πŸš€ Features
100
+
101
+ - **overlays:** implement OverlayStackManager for better overlay handling ([2a9e5e31bf](https://github.com/RueDeRennes/mosaik/commit/2a9e5e31bf))
102
+
103
+ ### 🩹 Fixes
104
+
105
+ - **api:** update line numbers in documentation for various services and components ([7ac1fab82d](https://github.com/RueDeRennes/mosaik/commit/7ac1fab82d))
106
+ - **themes:** update typography styles for card subtitle and expander header components ([3982e8ce87](https://github.com/RueDeRennes/mosaik/commit/3982e8ce87))
107
+
108
+ ## 0.0.259 (2026-05-06)
109
+
110
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
111
+
112
+ ## 0.0.258 (2026-05-06)
113
+
114
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
115
+
116
+ ## 0.0.257 (2026-05-06)
117
+
118
+ ### 🩹 Fixes
119
+
120
+ - **docs:** update line numbers in overlay service documentation ([5c461a79b7](https://github.com/RueDeRennes/mosaik/commit/5c461a79b7))
121
+
122
+ ## 0.0.256 (2026-05-04)
123
+
124
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
125
+
126
+ ## 0.0.255 (2026-05-04)
127
+
128
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
129
+
130
+ ## 0.0.254 (2026-05-03)
131
+
132
+ ### 🩹 Fixes
133
+
134
+ - **MessageBoxPortal:** update definition links and add missing styles ([66b0c53414](https://github.com/RueDeRennes/mosaik/commit/66b0c53414))
135
+
136
+ ## 0.0.253 (2026-05-03)
137
+
138
+ ### πŸš€ Features
139
+
140
+ - **MessageBox:** update MessageBoxResult values to strings and add alignment property ([22df7be730](https://github.com/RueDeRennes/mosaik/commit/22df7be730))
141
+
142
+ ## 0.0.252 (2026-05-03)
143
+
144
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
145
+
146
+ ## 0.0.251 (2026-05-03)
147
+
148
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
149
+
150
+ ## 0.0.250 (2026-05-03)
151
+
152
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
153
+
154
+ ## 0.0.249 (2026-05-03)
155
+
156
+ ### πŸš€ Features
157
+
158
+ - **intl:** add injection tokens for various components' intl configurations ([09dd365bb2](https://github.com/RueDeRennes/mosaik/commit/09dd365bb2))
159
+
160
+ ## 0.0.248 (2026-05-02)
161
+
162
+ ### πŸš€ Features
163
+
164
+ - **tooltip:** add TooltipDirective for customizable tooltips ([9d5891816b](https://github.com/RueDeRennes/mosaik/commit/9d5891816b))
165
+
166
+ ## 0.0.247 (2026-05-01)
167
+
168
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
169
+
170
+ ## 0.0.246 (2026-04-30)
171
+
172
+ ### πŸš€ Features
173
+
174
+ - **page-header:** add new Page Header component with templates and styles ([044eb89596](https://github.com/RueDeRennes/mosaik/commit/044eb89596))
175
+
176
+ ## 0.0.245 (2026-04-30)
177
+
178
+ ### πŸš€ Features
179
+
180
+ - **layouts:** enhance layout components with CSS custom properties and slot adjustments ([d72d6116bb](https://github.com/RueDeRennes/mosaik/commit/d72d6116bb))
181
+ - **page-header:** enhance typography and layout for headers and subheaders ([824031a02a](https://github.com/RueDeRennes/mosaik/commit/824031a02a))
182
+
183
+ ## 0.0.244 (2026-04-30)
184
+
185
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
186
+
187
+ ## 0.0.243 (2026-04-30)
188
+
189
+ ### πŸš€ Features
190
+
191
+ - **data-table:** add events for table selection and editor state changes ([eb94167184](https://github.com/RueDeRennes/mosaik/commit/eb94167184))
192
+
193
+ ### 🩹 Fixes
194
+
195
+ - **api:** update event detail definitions and add value property to table components ([2610ad2acb](https://github.com/RueDeRennes/mosaik/commit/2610ad2acb))
196
+
197
+ ## 0.0.242 (2026-04-30)
198
+
199
+ ### πŸš€ Features
200
+
201
+ - **release:** update release commands to use version from mosaik-themes package ([89c563205d](https://github.com/RueDeRennes/mosaik/commit/89c563205d))
202
+
203
+ ### 🩹 Fixes
204
+
205
+ - **release:** update changelog command to use version from mosaik-themes package ([cbe25acac5](https://github.com/RueDeRennes/mosaik/commit/cbe25acac5))
206
+
207
+ ## 0.0.241 (2026-04-30)
208
+
209
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
210
+
211
+ ## 0.0.238 (2026-04-29)
212
+
213
+ ### πŸš€ Features
214
+
215
+ - **breadcrumb:** enhance breadcrumb and item components with new properties and slots ([2aa158afd2](https://github.com/RueDeRennes/mosaik/commit/2aa158afd2))
216
+
217
+ ## 0.0.237 (2026-04-28)
218
+
219
+ ### πŸš€ Features
220
+
221
+ - **tooltip:** implement TooltipDirective and ITooltipDirectiveConfig interface ([a6b0ecedfa](https://github.com/RueDeRennes/mosaik/commit/a6b0ecedfa))
222
+ - **duration-box:** add DurationBoxElementValueAccessor and related API documentation ([41c2273c72](https://github.com/RueDeRennes/mosaik/commit/41c2273c72))
223
+
224
+ ## 0.0.235 (2026-04-27)
225
+
226
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
227
+
228
+ ## 0.0.234 (2026-04-27)
229
+
230
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
231
+
232
+ ## 0.0.233 (2026-04-26)
233
+
234
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
235
+
236
+ ## 0.0.232 (2026-04-25)
237
+
238
+ ### πŸš€ Features
239
+
240
+ - **secrets-vercel-sync:** implement secrets synchronization from providers to Vercel ([09906bfba4](https://github.com/RueDeRennes/mosaik/commit/09906bfba4))
241
+ - **app:** add AppView and AppViewStyle for Mosaik Studio ([2fe81e7079](https://github.com/RueDeRennes/mosaik/commit/2fe81e7079))
242
+ - **marquee:** update article card rendering and enhance TOON format integration ([4ff2f3de21](https://github.com/RueDeRennes/mosaik/commit/4ff2f3de21))
243
+ - **doppler): add command configuration for Doppler integration chore(dependencies:** update archipel platform packages to version 0.0.16 ([a88f0921d9](https://github.com/RueDeRennes/mosaik/commit/a88f0921d9))
244
+ - **deployment:** enable corepack in install script for mosaik-blog ([0be6666537](https://github.com/RueDeRennes/mosaik/commit/0be6666537))
245
+ - **blog): initialize blog app with TypeScript, Vite, and ESLint configuration feat(blog): add Vercel configuration for deployment feat(blog): implement production and development Vite configurations refactor(routes): remove DocsService and related routes from RoutesService refactor(app): update AppBar and SideNav to link to external blog URL refactor(views): remove ArticlesView and related templates refactor(controllers): clean up SideNav filter controllers by removing DocsService references chore(static-content): remove static content plugin and related interfaces chore(package:** update dependencies and scripts for blog app ([2694db201b](https://github.com/RueDeRennes/mosaik/commit/2694db201b))
246
+ - **mcp:** implement McpThemeRegistrar for theme generation and validation tools ([75773f0d88](https://github.com/RueDeRennes/mosaik/commit/75773f0d88))
247
+ - **projects:** implement multi-page support in ProjectService and related components ([a77c6f1154](https://github.com/RueDeRennes/mosaik/commit/a77c6f1154))
248
+ - **nx-tasks): add executor for generating package documentation with TypeDoc feat(nx-tasks): create schema for generate-package-docs executor options feat(nx-tasks): implement markdown processing utilities for TypeDoc output feat(nx-tasks): add valid HTML tags for markdown processing chore(projects): configure docs-package executor for multiple libraries chore(deps:** update dependencies for TypeDoc and markdown processing ([bdac227dd0](https://github.com/RueDeRennes/mosaik/commit/bdac227dd0))
249
+ - **themes:** enhance ThemeGenerator and ThemeObserver with detailed documentation and improvements ([e4354e9700](https://github.com/RueDeRennes/mosaik/commit/e4354e9700))
250
+ - **playground): extract and merge non-serializable values during JSON round-trip fix(components): update component options and improve data table sorting functionality refactor(segment): integrate property groups for segment and segment item elements style(table): add border-radius CSS property for table themes and improve styling chore(table): update table component methods and enhance slot handling fix(table:** ensure caption visibility and improve table column editor styles ([4a6afb969c](https://github.com/RueDeRennes/mosaik/commit/4a6afb969c))
251
+ - **table): add caption slot and allColumnsHidden property to DataTable and Table components feat(table): implement banner for hidden columns in DataTable with actions fix(table): adjust CSS for caption and banner styling across themes refactor(table:** update DataTable and TableColumnEditor components to support new properties ([fa231e0faa](https://github.com/RueDeRennes/mosaik/commit/fa231e0faa))
252
+ - **table:** enhance column visibility and styling for better UX ([f2d458ccc6](https://github.com/RueDeRennes/mosaik/commit/f2d458ccc6))
253
+ - **data-table): enhance IDataTableElementProps with new properties and update themes feat(table-header-cell): add hideable, autoSizeable, and columnChoosable props feat(icons): add new icons for column actions and update existing ones fix(data-table:** bind new properties in Svelte and Vue components ([fbb6e0d297](https://github.com/RueDeRennes/mosaik/commit/fbb6e0d297))
254
+ - **table:** implement pinable feature and enhance column management in table components ([29c66318c5](https://github.com/RueDeRennes/mosaik/commit/29c66318c5))
255
+ - **table:** add TableColumnEditor component and related events for column management ([79bc9b0414](https://github.com/RueDeRennes/mosaik/commit/79bc9b0414))
256
+ - **table:** add column pinning and resizing functionality with styles and events ([edfbcf86d7](https://github.com/RueDeRennes/mosaik/commit/edfbcf86d7))
257
+ - **theme:** update action bar and table components for Joy and Memphis themes ([584bd94fd7](https://github.com/RueDeRennes/mosaik/commit/584bd94fd7))
258
+ - **table:** add selection modes and types, enhance styling for selected and alternating rows ([57f5b6e71b](https://github.com/RueDeRennes/mosaik/commit/57f5b6e71b))
259
+ - **playwright-guidelines:** add Playwright test writing guidelines document ([27bf34e023](https://github.com/RueDeRennes/mosaik/commit/27bf34e023))
260
+ - **designer-canvas): add interaction mode for panning and cursor style docs(mosaik-wizard): enhance dir and lang property descriptions docs(mosaik-wrap): improve dir and lang property descriptions chore(cspell): add new words for artboard, pannable, and zoomable fix(designer-canvas): update cursor styles for interaction modes refactor(designer-canvas:** reorganize imports and improve code structure ([712697b80a](https://github.com/RueDeRennes/mosaik/commit/712697b80a))
261
+ - **designer): implement Save As Recipe dialog and functionality feat(designer): add hidden-preview class for conditional visibility fix(expander): update slot names for header and sub-header components style(playground:** correct layout spacing variable name ([5135485994](https://github.com/RueDeRennes/mosaik/commit/5135485994))
262
+ - **design:** add print styles for studio and designer views, include toggled event in components ([4125a87f02](https://github.com/RueDeRennes/mosaik/commit/4125a87f02))
263
+ - **tile:** add Tile component for React, Svelte, and Vue with theme support ([0d58f0594e](https://github.com/RueDeRennes/mosaik/commit/0d58f0594e))
264
+ - **code-editor:** add language support and themes for CodeMirror integration ([f96840827e](https://github.com/RueDeRennes/mosaik/commit/f96840827e))
265
+ - **typewriter:** add TypewriterElement component with typing animation effect ([4824c9048e](https://github.com/RueDeRennes/mosaik/commit/4824c9048e))
266
+ - **shared/mosaik-meta:** add vitest configuration and migration tools for components ([1e3c8f5f9c](https://github.com/RueDeRennes/mosaik/commit/1e3c8f5f9c))
267
+ - **styles:** add shared styles and update package dependencies ([8c63e6d5e8](https://github.com/RueDeRennes/mosaik/commit/8c63e6d5e8))
268
+ - **designer): add EditProjectDialog for editing project details and icon feat(projects): implement project templates and allow project creation from templates style(projects): enhance ProjectsView with new styles and layout adjustments fix(dropdown): update dropdown button styles for better responsiveness and appearance docs(carousel:** update carousel examples to use new image component ([d5690e8dea](https://github.com/RueDeRennes/mosaik/commit/d5690e8dea))
269
+ - **studio): add Vite configuration and TypeScript support for Mosaik Studio feat(studio): implement localization plugin and update build settings feat(studio): enhance AppBarTemplate with designer navigation link feat(studio): add new hero images for landing pages fix(studio): correct HTML structure in carousel and wizard components style(studio): update background styles for designer canvas themes fix(studio): adjust split element thumb positioning in themes chore(studio:** update dependencies and add vitest configuration ([1eb81044ad](https://github.com/RueDeRennes/mosaik/commit/1eb81044ad))
270
+ - **designer): add Svelte and Vue components for designer layout and functionality feat(themes:** create tokens and JSON configurations for designer components in multiple themes ([447a42cf59](https://github.com/RueDeRennes/mosaik/commit/447a42cf59))
271
+ - **actionbar:** add ActionbarSeparatorComponent and related theme tokens ([813fe9918f](https://github.com/RueDeRennes/mosaik/commit/813fe9918f))
272
+ - **callout): update CalloutProcessor to support dynamic titles and content parsing feat(card): add CardProcessor for card layout with header, sub-header, and variant support test(card): implement tests for CardProcessor to validate various card formats feat(code-block): enhance CodeBlockProcessor to escape HTML and handle filename metadata test(code-block): add tests for CodeBlockProcessor to ensure proper rendering and escaping feat(details): introduce DetailsProcessor for collapsible sections with markdown support test(details): create tests for DetailsProcessor to validate details block rendering feat(split): implement SplitProcessor for creating split layouts with variant support test(split): add tests for SplitProcessor to ensure correct rendering and variant handling feat(steps): add StepsProcessor for vertical stepper layout with numbered steps test(steps): implement tests for StepsProcessor to validate step rendering and numbering feat(tab): introduce TabProcessor for tabbed content layout with variant support test(tab): add tests for TabProcessor to ensure correct tab rendering and content parsing fix(html:** improve html template function to handle null values correctly ([af7c11013b](https://github.com/RueDeRennes/mosaik/commit/af7c11013b))
273
+ - **progress-bar): enhance indeterminate state with elastic animation and style adjustments feat(progress-ring): add elastic animations for indeterminate state and improve styling fix(segment): ensure mutual exclusivity of selected items on click feat(tab-strip): implement anticipation effect for tab selection with pointer events style(breadcrumb-item): set border style to none for consistency style(checkbox): update border style to none for cleaner appearance style(choice-group): change border style to none for uniformity style(drop-zone): modify border style to dashed for visual distinction style(file-upload): adjust border style to none for a streamlined look style(radio-group): set border style to none for a cohesive design style(rating): update border style to none for aesthetic consistency fix(scheduler-event:** correct hover background color to match theme ([bc6b86cad4](https://github.com/RueDeRennes/mosaik/commit/bc6b86cad4))
274
+ - **api): define DEFAULT_GITHUB_REF for fetching content in GitHubContentService refactor(button): remove link part from button component and update templates docs(button): update documentation to reflect removal of link part in button feat(sandbox): add JSX support and update dependencies for Vite and Angular feat(getStarted): add MCP tools for framework guide and starter template fix(llms): simplify llms plugin file handling and remove unnecessary copying style(button:** clean up button themes by removing link styles ([8ac25a2f7a](https://github.com/RueDeRennes/mosaik/commit/8ac25a2f7a))
275
+ - **message-box:** enhance styling and properties for improved customization and themes ([4e097cadfd](https://github.com/RueDeRennes/mosaik/commit/4e097cadfd))
276
+ - **interaction:** enhance prompt choices with shortcuts and progress tracking ([56f96113da](https://github.com/RueDeRennes/mosaik/commit/56f96113da))
277
+ - **menu:** update styles and tokens for header padding and typography adjustments ([ecdc68a0e2](https://github.com/RueDeRennes/mosaik/commit/ecdc68a0e2))
278
+ - **buttons:** update button padding and shadow properties for improved styling ([20e12a6580](https://github.com/RueDeRennes/mosaik/commit/20e12a6580))
279
+ - **button:** add PressButton component with events and styles for multiple frameworks ([59dedda1f9](https://github.com/RueDeRennes/mosaik/commit/59dedda1f9))
280
+ - **diagram): enhance node styling and graph rendering with inheritance levels feat(meta): update graph method to return class hierarchy levels refactor(graph): improve graph rendering logic and add findNodeByLabel method fix(buttons): update button samples to include ripple effect and correct properties chore(cspell:** add new words for spell checking ([d947b4cd9b](https://github.com/RueDeRennes/mosaik/commit/d947b4cd9b))
281
+
282
+ ### 🩹 Fixes
283
+
284
+ - **dependencies:** update breadstone packages to version 0.0.10 ([de299ae898](https://github.com/RueDeRennes/mosaik/commit/de299ae898))
285
+ - **auth:** update dependencies and refactor GitHub authentication strategy ([174d27920f](https://github.com/RueDeRennes/mosaik/commit/174d27920f))
286
+ - **token-linter): add error handling for JSON parsing in resolver feat(data-table): suppress column change events during updates style(data-table): update editor panel styles for better layout style(data-table): unify editor panel styles across themes feat(table): add new CSS properties for column and row borders fix(table): ensure proper border handling in body and header rows refactor(table): improve column change subscription logic in TableRowBaseElement style(table-column-editor:** enhance layout and overflow handling ([0defb431bd](https://github.com/RueDeRennes/mosaik/commit/0defb431bd))
287
+ - **projects:** add missing newlines in project.json files and update .gitignore ([8a9cc36342](https://github.com/RueDeRennes/mosaik/commit/8a9cc36342))
288
+ - **buttons): unify background property usage and adjust opacity values fix(toast): implement progress fill animation and update styles for consistency style(toast): update CSS variables for progress fill color across themes refactor(toast:** remove intervalTick property and related logic from ToastElement ([0dbbbcd78d](https://github.com/RueDeRennes/mosaik/commit/0dbbbcd78d))
289
+ - **tokens:** update ripple duration from 200ms to 0.20s across multiple components ([dbe821713f](https://github.com/RueDeRennes/mosaik/commit/dbe821713f))
290
+
291
+ ## 0.0.231 (2026-03-14)
292
+
293
+ ### πŸš€ Features
294
+
295
+ - **cli:** integrate CliParser for improved argument parsing and build scripts ([23b1773dce](https://github.com/RueDeRennes/mosaik/commit/23b1773dce))
296
+ - **token-linter:** enhance rule options with detailed interfaces and functions ([396600ab78](https://github.com/RueDeRennes/mosaik/commit/396600ab78))
297
+ - **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))
298
+ - **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))
299
+ - **Button, Banner:** add shadow properties and update related styles and tokens ([5d69398b19](https://github.com/RueDeRennes/mosaik/commit/5d69398b19))
300
+ - **Expander, ToggleTip:** enhance shadow properties and add CSS custom properties ([aa5c2d557b](https://github.com/RueDeRennes/mosaik/commit/aa5c2d557b))
301
+
302
+ ## 0.0.230 (2026-03-12)
303
+
304
+ ### πŸš€ Features
305
+
306
+ - **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))
307
+ - **ai:** add translation feature with request and response models ([3ccfae51a4](https://github.com/RueDeRennes/mosaik/commit/3ccfae51a4))
308
+ - **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))
309
+ - **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))
310
+ - **theme:** add shadow properties to various components and update shadow mixins ([6796f7e5a4](https://github.com/RueDeRennes/mosaik/commit/6796f7e5a4))
311
+ - **listing:** add size property to listing and listing item components for better customization ([2937e40c8c](https://github.com/RueDeRennes/mosaik/commit/2937e40c8c))
312
+ - **timeline:** enhance timeline marker element with icon and text properties ([9f0478566e](https://github.com/RueDeRennes/mosaik/commit/9f0478566e))
313
+ - **pip:** add Memphis theme styles and components for Pip element ([21c480d37c](https://github.com/RueDeRennes/mosaik/commit/21c480d37c))
314
+ - **memphis, joy:** add new token files for listing, listing item, and markers ([b3bff07210](https://github.com/RueDeRennes/mosaik/commit/b3bff07210))
315
+ - **mcp:** add missing 'mosaik' server configuration in mcp.json and reorder imports in McpService.ts ([d1dbe3d7a8](https://github.com/RueDeRennes/mosaik/commit/d1dbe3d7a8))
316
+ - **mcp:** implement MCP module with controller and service for JSON-RPC handling ([f29a6c97ab](https://github.com/RueDeRennes/mosaik/commit/f29a6c97ab))
317
+ - **dependencies:** add vercel package and update yarn.lock ([23bbeb5285](https://github.com/RueDeRennes/mosaik/commit/23bbeb5285))
318
+ - **mcp:** implement MCP server with component documentation and tools ([724d288192](https://github.com/RueDeRennes/mosaik/commit/724d288192))
319
+ - **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))
320
+ - **scramble-code:** add ScrambleCodeComponent with animation and styling ([101f5552c4](https://github.com/RueDeRennes/mosaik/commit/101f5552c4))
321
+ - **ShadowOffsetCanvas): add ShadowOffsetCanvasElement with properties and events for offset control feat(ShadowOffsetCanvas): create interfaces for ShadowOffsetCanvas properties and event details style(ShadowOffsetCanvas): implement styles for ShadowOffsetCanvasElement fix(Banner): update BannerElementTemplate to manage actions visibility correctly fix(SegmentItem:** adjust gap property to use layout space variable in Joy theme ([4b89a04440](https://github.com/RueDeRennes/mosaik/commit/4b89a04440))
322
+ - **theme): update Angular export strategy to use JoyTheme and improve theme import view feat(theme): enhance AppThemeViewTemplate with improved layout and preset selection feat(message): add custom message template with action button in MessageSample fix(theme:** correct transition properties for Banner and Message components in Joy theme ([72ee51ce58](https://github.com/RueDeRennes/mosaik/commit/72ee51ce58))
323
+
324
+ ### 🩹 Fixes
325
+
326
+ - **ApiDocs:** update styles for table and code elements in API documentation layout ([2e991817d3](https://github.com/RueDeRennes/mosaik/commit/2e991817d3))
327
+ - **dependencies:** update style-dictionary to version 5.3.3 across all packages ([5df6333874](https://github.com/RueDeRennes/mosaik/commit/5df6333874))
328
+ - **package:** remove zod dependency from yarn.lock ([d01b86d809](https://github.com/RueDeRennes/mosaik/commit/d01b86d809))
329
+ - **localizator-ai:** restore schema-based structured generation with vercel sdk ([d2f83bc43c](https://github.com/RueDeRennes/mosaik/commit/d2f83bc43c))
330
+ - **theme:** update shadow properties across Joy and Memphis themes for consistency ([1da029cee7](https://github.com/RueDeRennes/mosaik/commit/1da029cee7))
331
+
332
+ ## 0.0.229 (2026-03-03)
333
+
334
+ ### 🩹 Fixes
335
+
336
+ - **config:** update languageId in cspell configuration and increment release version ([ac1296c847](https://github.com/RueDeRennes/mosaik/commit/ac1296c847))
337
+
338
+ ## 0.0.228 (2026-03-02)
339
+
340
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
341
+
342
+ ## 0.0.227 (2026-03-02)
343
+
344
+ ### πŸš€ Features
345
+
346
+ - **split:** enhance split layout with nested templates and improved styling ([c756516a3b](https://github.com/RueDeRennes/mosaik/commit/c756516a3b))
347
+ - **split:** enhance split layout with nested templates and improved styling ([d2dd276b55](https://github.com/RueDeRennes/mosaik/commit/d2dd276b55))
348
+ - **sheet:** add SheetHeaderTextComponent and related theme tokens for cosmopolitan and joy ([9b4195fc17](https://github.com/RueDeRennes/mosaik/commit/9b4195fc17))
349
+ - **scroll:** enhance scroll component styles and transition properties across themes ([2e60528016](https://github.com/RueDeRennes/mosaik/commit/2e60528016))
350
+ - **nx:** add skills for generating code, managing plugins, running tasks, and workspace exploration ([c394133f7c](https://github.com/RueDeRennes/mosaik/commit/c394133f7c))
351
+ - **theme:** add progress ring width to button components across themes ([939864b584](https://github.com/RueDeRennes/mosaik/commit/939864b584))
352
+ - **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))
353
+ - **paginator:** enhance paginator functionality with new properties and events ([041eb69653](https://github.com/RueDeRennes/mosaik/commit/041eb69653))
354
+ - **dot:** add DotGroup component for grouping dot elements with shared properties ([432790b5ef](https://github.com/RueDeRennes/mosaik/commit/432790b5ef))
355
+ - **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))
356
+ - **scheduler:** add new views and update scheduler component props ([4544fe12b2](https://github.com/RueDeRennes/mosaik/commit/4544fe12b2))
357
+ - **theme:** add tertiary and highlight variants to Memphis and Cosmopolitan themes ([c99ce4a0cc](https://github.com/RueDeRennes/mosaik/commit/c99ce4a0cc))
358
+ - **tooltip:** enhance TooltipElement with anchor management and event handling ([76d561e6f4](https://github.com/RueDeRennes/mosaik/commit/76d561e6f4))
359
+ - **summary:** add SummarySampleElement with templates and playground defaults ([599c7e2c6f](https://github.com/RueDeRennes/mosaik/commit/599c7e2c6f))
360
+ - **scheduler:** update scheduler event component and styles for improved theming and accessibility ([c71bc0845f](https://github.com/RueDeRennes/mosaik/commit/c71bc0845f))
361
+ - **scheduler): add models for all-day, collected, and positioned events feat(date-extensions): enhance date utility functions for better scheduling support fix(flowboard): set tabIndex for accessibility on FlowBoardColumnItemElement style(scheduler:** update SCSS tokens for improved styling across themes ([5f31abd169](https://github.com/RueDeRennes/mosaik/commit/5f31abd169))
362
+ - **scheduler:** enhance event handling and styling across themes ([558addabe0](https://github.com/RueDeRennes/mosaik/commit/558addabe0))
363
+ - **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))
364
+ - **scheduler:** add today button and improve event handling in scheduler ([a3c97e7fc6](https://github.com/RueDeRennes/mosaik/commit/a3c97e7fc6))
365
+ - **components:** add 'new' property to components and update templates for display ([2464b44e1d](https://github.com/RueDeRennes/mosaik/commit/2464b44e1d))
366
+ - **themes:** add new scheduler components and tokens for Memphis and Joy themes ([3b0cdad390](https://github.com/RueDeRennes/mosaik/commit/3b0cdad390))
367
+ - **placeholder:** implement PlaceholderElement with customizable styles and themes ([433a4d761a](https://github.com/RueDeRennes/mosaik/commit/433a4d761a))
368
+ - **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))
369
+ - **themes:** add flow board and column components for cosmopolitan, joy, and memphis themes ([811fe6f1c0](https://github.com/RueDeRennes/mosaik/commit/811fe6f1c0))
370
+ - **fontEditor:** add fontEditor JSON configurations for Joy and Memphis themes ([8590f31a9c](https://github.com/RueDeRennes/mosaik/commit/8590f31a9c))
371
+ - **memphis:** add color editor components with palette, shade slider, and swatch ([356ac68f42](https://github.com/RueDeRennes/mosaik/commit/356ac68f42))
372
+ - **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))
373
+
374
+ ### 🩹 Fixes
375
+
376
+ - **docs:** correct createdAt and updatedAt dates in NgRx and RxJS articles ([af98b9acfa](https://github.com/RueDeRennes/mosaik/commit/af98b9acfa))
377
+ - **author:** correct spelling of Andre to AndrΓ© in multiple documentation files ([e924eb8206](https://github.com/RueDeRennes/mosaik/commit/e924eb8206))
378
+ - **scheduler): update time-row styles to use is-last-of-hour for border color style(scheduler): refactor SCSS for header and body components for better structure refactor(scheduler): adjust padding properties for events and header cells in tokens chore(scheduler:** enhance mixin handling in styledictionary configuration ([57b8c3f1fc](https://github.com/RueDeRennes/mosaik/commit/57b8c3f1fc))
379
+ - **theme:** rename background properties to background-color for consistency ([07433233bc](https://github.com/RueDeRennes/mosaik/commit/07433233bc))
380
+ - **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))
381
+ - **package:** add missing newline at end of package.json ([88da605287](https://github.com/RueDeRennes/mosaik/commit/88da605287))
382
+
1
383
  ## 0.0.226 (2026-01-28)
2
384
 
3
385
  ### πŸš€ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.277",
3
+ "version": "0.0.285",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,7 +14,7 @@
14
14
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.277",
17
+ "@breadstone/mosaik-elements": "^0.0.285",
18
18
  "chroma-js": "^3.2.0"
19
19
  },
20
20
  "exports": {
@@ -24,10 +24,6 @@
24
24
  "require": "./index.cjs"
25
25
  },
26
26
  "./scss": "./_index.scss",
27
- "./tailwind/v3": {
28
- "types": "./tailwind/v3/index.d.ts",
29
- "require": "./tailwind/v3/index.js"
30
- },
31
27
  "./tailwind/v4/cosmopolitan": "./tailwind/v4/presets/cosmopolitanTailwindPresets.css",
32
28
  "./tailwind/v4/joy": "./tailwind/v4/presets/joyTailwindPresets.css",
33
29
  "./tailwind/v4/memphis": "./tailwind/v4/presets/memphisTailwindPresets.css"
@@ -247,6 +247,7 @@
247
247
  --font-family-overline: Nunito, sans-serif;
248
248
  --font-family-subtitle1: Nunito, sans-serif;
249
249
  --font-family-subtitle2: Nunito, sans-serif;
250
+ --font-family-supporting: Nunito, sans-serif;
250
251
 
251
252
  /* font-weight */
252
253
  --font-weight-body1: 400;
@@ -262,6 +263,7 @@
262
263
  --font-weight-overline: 500;
263
264
  --font-weight-subtitle1: 400;
264
265
  --font-weight-subtitle2: 500;
266
+ --font-weight-supporting: 400;
265
267
 
266
268
  /* letter-spacing */
267
269
  --letter-spacing-body1: 0.5px;
@@ -277,6 +279,7 @@
277
279
  --letter-spacing-overline: 2.6666666666666665px;
278
280
  --letter-spacing-subtitle1: 0.15px;
279
281
  --letter-spacing-subtitle2: 0.1142857142857143px;
282
+ --letter-spacing-supporting: 0.2857142857142857px;
280
283
 
281
284
  /* line-height */
282
285
  --line-height-body1: 20px;
@@ -292,6 +295,7 @@
292
295
  --line-height-overline: 16px;
293
296
  --line-height-subtitle1: 20px;
294
297
  --line-height-subtitle2: 18px;
298
+ --line-height-supporting: 14px;
295
299
 
296
300
  /* radius */
297
301
  --radius-layout-radius: 12px;
@@ -1,7 +0,0 @@
1
- export * as cosmopolitanTailwindPresets from './presets/cosmopolitanTailwindPresets';
2
- export * as joyTailwindPresets from './presets/joyTailwindPresets';
3
- export * as memphisTailwindPresets from './presets/memphisTailwindPresets';
4
- export * as cosmopolitanTailwindPlugin from './plugins/cosmopolitanTailwindPlugin';
5
- export * as joyTailwindPlugin from './plugins/joyTailwindPlugin';
6
- export * as memphisTailwindPlugin from './plugins/memphisTailwindPlugin';
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../tailwind/v3/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,2BAA2B,MAAM,uCAAuC,CAAC;AACrF,OAAO,KAAK,kBAAkB,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,sBAAsB,MAAM,kCAAkC,CAAC;AAC3E,OAAO,KAAK,0BAA0B,MAAM,sCAAsC,CAAC;AACnF,OAAO,KAAK,iBAAiB,MAAM,6BAA6B,CAAC;AACjE,OAAO,KAAK,qBAAqB,MAAM,iCAAiC,CAAC"}
@@ -1,43 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
35
- Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.memphisTailwindPlugin = exports.joyTailwindPlugin = exports.cosmopolitanTailwindPlugin = exports.memphisTailwindPresets = exports.joyTailwindPresets = exports.cosmopolitanTailwindPresets = void 0;
37
- exports.cosmopolitanTailwindPresets = __importStar(require("./presets/cosmopolitanTailwindPresets"));
38
- exports.joyTailwindPresets = __importStar(require("./presets/joyTailwindPresets"));
39
- exports.memphisTailwindPresets = __importStar(require("./presets/memphisTailwindPresets"));
40
- exports.cosmopolitanTailwindPlugin = __importStar(require("./plugins/cosmopolitanTailwindPlugin"));
41
- exports.joyTailwindPlugin = __importStar(require("./plugins/joyTailwindPlugin"));
42
- exports.memphisTailwindPlugin = __importStar(require("./plugins/memphisTailwindPlugin"));
43
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../tailwind/v3/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,mFAAmE;AACnE,2FAA2E;AAC3E,mGAAmF;AACnF,iFAAiE;AACjE,yFAAyE"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=buildTailwindPlugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"buildTailwindPlugin.d.ts","sourceRoot":"","sources":["../../../../../tailwind/v3/plugins/base/buildTailwindPlugin.ts"],"names":[],"mappings":""}