@noirmd/previewer 2.1.6 → 2.1.8

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/dist/vanilla.js CHANGED
@@ -12237,6 +12237,10 @@ var directiveRegistry = {
12237
12237
  modal: modal_default,
12238
12238
  button: button_default,
12239
12239
  // Layout / generic wrappers
12240
+ // ⚠️ DEPRECATED — legacy only, kept for backward compatibility.
12241
+ // Do NOT document these (`:::div`, `:::style`, `:::custom`, `:::raw`)
12242
+ // in guides or llms.txt; use native HTML blocks instead.
12243
+ // See ./wrapper.ts for details.
12240
12244
  div: wrapper_default,
12241
12245
  style: wrapper_default,
12242
12246
  custom: wrapper_default,