v0.14.1
-
@lowdefy/modules-mongodb-plugins: ### Patch Changes
-
#115
c75bad2Thanks @Yianni99! - Align the suite to lowdefy 5.5.1 and migrate block stylesheets to CSS Modules.Blocks that shipped a global
style.css—ActionSteps,DataDescriptions,
EventsTimeline,SmartDescriptions,WorkflowProgress— now import a
style.module.csswhose selectors are wrapped in:global(...)inside
@layer components, matching the convention used by the official
@lowdefy/blocks-antdblocks. The Turbopack build in lowdefy 5.5.1 rejects
global-CSS imports from transpiled first-party packages; the rendered class
names are unchanged, so consumers see no visual difference.