@qwanyx/stack 0.2.61 → 0.2.63
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/components/QRCodeNode.d.ts +0 -1
- package/dist/index.cjs.js +52 -44
- package/dist/index.esm.js +5794 -4988
- package/package.json +3 -2
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* QRCodeNode for Lexical
|
|
3
3
|
* Renders QR codes directly using React - no data URL conversion needed
|
|
4
|
-
* Requires qrcode.react as a peer dependency
|
|
5
4
|
*/
|
|
6
5
|
import React from 'react';
|
|
7
6
|
import { DecoratorNode, DOMConversionMap, DOMExportOutput, LexicalNode, NodeKey, SerializedLexicalNode, Spread } from 'lexical';
|