@noirmd/previewer 2.1.6 → 2.1.7

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/vue.js CHANGED
@@ -12250,6 +12250,10 @@ var directiveRegistry = {
12250
12250
  modal: modal_default,
12251
12251
  button: button_default,
12252
12252
  // Layout / generic wrappers
12253
+ // ⚠️ DEPRECATED — legacy only, kept for backward compatibility.
12254
+ // Do NOT document these (`:::div`, `:::style`, `:::custom`, `:::raw`)
12255
+ // in guides or llms.txt; use native HTML blocks instead.
12256
+ // See ./wrapper.ts for details.
12253
12257
  div: wrapper_default,
12254
12258
  style: wrapper_default,
12255
12259
  custom: wrapper_default,