The editor panels were a muddy grey with pinkish text (4.7:1) because the webpage preset injects its own demo palette after ours. That theme is now switched off and the editor is themed through GrapesJS's CSS variables: dark panels, near-white text (15:1 and better), acid accents, readable inputs and toolbars. Editing is closer to what people expect from Tilda: every box has drag handles for width and height, the text toolbar gains size, colour, highlight, alignment and heading controls, the font list has the site families, and selecting anything opens the style panel. Nine ready-made sections (hero, features, image+text, gallery, testimonial, pricing, call to action, contact form, footer) drop in with their own styles. Plugins vendored from npm (no CDN): forms, navbar, tabs, tooltip, custom code, countdown, background styles, touch support; GrapesJS itself is already current at 0.23.6. The basic blocks (columns, text, image, video, map) had never loaded: the bundle registers itself as gjs-blocks-basic, not grapesjs-blocks-basic. VERSIONS.txt records what is vendored and how to update it.
13 lines
754 B
Text
13 lines
754 B
Text
Vendored 2026-09-20 from npm (no CDN at runtime; see the LICENSE-*.txt files, all BSD-3 or MIT):
|
|
grapesjs 0.23.6 grapes.min.js / grapes.min.css
|
|
grapesjs-blocks-basic 1.0.2 blocks-basic.js
|
|
grapesjs-preset-webpage 1.0.3 preset-webpage.js
|
|
grapesjs-plugin-forms 2.0.6 plugin-forms.js
|
|
grapesjs-navbar 1.0.2 navbar.js
|
|
grapesjs-custom-code 1.0.2 custom-code.js
|
|
grapesjs-tabs 1.0.6 tabs.js
|
|
grapesjs-tooltip 0.1.8 tooltip.js
|
|
grapesjs-style-bg 2.0.2 style-bg.js
|
|
grapesjs-touch 0.1.1 touch.js
|
|
grapesjs-component-countdown 1.0.2 countdown.js
|
|
Update: npm pack <pkg> ; copy package/dist/*.js here ; bump ?v= in studio.html.
|