@remirror/core-constants
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
@@ -576,3 +576,3 @@ /** | ||
*/ | ||
declare const SELECTED_NODE_CLASS_SELECTOR: string; | ||
declare const SELECTED_NODE_CLASS_SELECTOR = ".ProseMirror-selectednode"; | ||
export { SELECTED_NODE_CLASS_SELECTOR } | ||
@@ -579,0 +579,0 @@ export { SELECTED_NODE_CLASS_SELECTOR as SELECTED_NODE_CLASS_SELECTOR_alias_1 } |
// src/core-constants.ts | ||
var SELECTED_NODE_CLASS_NAME = "ProseMirror-selectednode"; | ||
var SELECTED_NODE_CLASS_SELECTOR = `.${SELECTED_NODE_CLASS_NAME}`; | ||
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME); | ||
var LEAF_NODE_REPLACING_CHARACTER = "\uFFFC"; | ||
@@ -5,0 +5,0 @@ var NULL_CHARACTER = "\0"; |
{ | ||
"name": "@remirror/core-constants", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "The core constants used throughout the remirror codebase", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-constants", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110604
2087