@orangelogic/design-system 2.97.0 → 2.98.0
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/library/package.json
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
+
/** Meta key used to signal `ImageAlignSync` that a text-align change just happened. */
|
|
2
|
+
export declare const IMAGE_ALIGN_SYNC_META = "imageAlignSync";
|
|
1
3
|
declare const TextAlign: import('@tiptap/core').Extension<import('@tiptap/extension-text-align').TextAlignOptions, any>;
|
|
2
4
|
export default TextAlign;
|