@remirror/theme
Advanced tools
Comparing version 0.0.0-pr1713.12 to 0.0.0-pr1801.1
@@ -14,2 +14,4 @@ export declare const COLUMN_RESIZE_HANDLE = "column-resize-handle"; | ||
export declare const TABLE_INSERT_BUTTON: "remirror-table-insert-button"; | ||
export declare const TABLE_DELETE_INNER_BUTTON: "remirror-table-delete-inner-button"; | ||
export declare const TABLE_DELETE_TABLE_INNER_BUTTON: "remirror-table-delete-row-column-inner-button"; | ||
export declare const TABLE_DELETE_ROW_COLUMN_INNER_BUTTON: "remirror-table-delete-row-column-inner-button"; | ||
@@ -19,2 +21,3 @@ export declare const TABLE_WITH_CONTROLLERS: "remirror-table-with-controllers"; | ||
export declare const TABLE_TBODY_WITH_CONTROLLERS: "remirror-table-tbody-with-controllers"; | ||
export declare const TABLE_PRESELECT_ALL: "remirror-table-preselect-all"; | ||
export declare const TABLE_SHOW_PREDELETE: "remirror-table-show-predelete"; |
@@ -180,11 +180,2 @@ import type * as CSS from 'csstype'; | ||
/** | ||
* The configuration for the selected text. | ||
*/ | ||
selection: { | ||
background: Color; | ||
text: Color; | ||
shadow: Color; | ||
caret: Color; | ||
}; | ||
/** | ||
* The configuration for the table. | ||
@@ -191,0 +182,0 @@ */ |
@@ -243,8 +243,2 @@ import { transparentize, lighten, darken, readableColor } from 'color2k'; | ||
outline: transparentize(primary, 0.6), | ||
selection: { | ||
background: 'Highlight', | ||
shadow: 'inherit', | ||
text: 'HighlightText', | ||
caret: 'inherit' | ||
}, | ||
table: { | ||
@@ -963,2 +957,4 @@ default: { | ||
const TABLE_INSERT_BUTTON = "remirror-table-insert-button"; | ||
const TABLE_DELETE_INNER_BUTTON = "remirror-table-delete-inner-button"; | ||
const TABLE_DELETE_TABLE_INNER_BUTTON = "remirror-table-delete-table-inner-button"; | ||
const TABLE_DELETE_ROW_COLUMN_INNER_BUTTON = "remirror-table-delete-row-column-inner-button"; | ||
@@ -968,2 +964,3 @@ const TABLE_WITH_CONTROLLERS = "remirror-table-with-controllers"; | ||
const TABLE_TBODY_WITH_CONTROLLERS = "remirror-table-tbody-with-controllers"; | ||
const TABLE_PRESELECT_ALL = "remirror-table-preselect-all"; | ||
const TABLE_SHOW_PREDELETE = "remirror-table-show-predelete"; | ||
@@ -986,2 +983,4 @@ | ||
TABLE_INSERT_BUTTON: TABLE_INSERT_BUTTON, | ||
TABLE_DELETE_INNER_BUTTON: TABLE_DELETE_INNER_BUTTON, | ||
TABLE_DELETE_TABLE_INNER_BUTTON: TABLE_DELETE_TABLE_INNER_BUTTON, | ||
TABLE_DELETE_ROW_COLUMN_INNER_BUTTON: TABLE_DELETE_ROW_COLUMN_INNER_BUTTON, | ||
@@ -991,2 +990,3 @@ TABLE_WITH_CONTROLLERS: TABLE_WITH_CONTROLLERS, | ||
TABLE_TBODY_WITH_CONTROLLERS: TABLE_TBODY_WITH_CONTROLLERS, | ||
TABLE_PRESELECT_ALL: TABLE_PRESELECT_ALL, | ||
TABLE_SHOW_PREDELETE: TABLE_SHOW_PREDELETE | ||
@@ -993,0 +993,0 @@ }); |
{ | ||
"name": "@remirror/theme", | ||
"version": "0.0.0-pr1713.12", | ||
"version": "0.0.0-pr1801.1", | ||
"description": "The configurable theme for the remirror editor.", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__theme", | ||
"@linaria/core": "3.0.0-beta.13", | ||
"@remirror/core-types": "0.0.0-pr1713.12", | ||
"color2k": "^1.2.4", | ||
"@remirror/core-types": "0.0.0-pr1801.1", | ||
"color2k": "^2.0.0", | ||
"csstype": "^3.0.7" | ||
@@ -40,0 +40,0 @@ }, |
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
92165
1421
+ Added@remirror/core-constants@0.0.0-pr1801.1(transitive)
+ Added@remirror/core-helpers@0.0.0-pr1801.1(transitive)
+ Added@remirror/core-types@0.0.0-pr1801.1(transitive)
+ Added@remirror/pm@0.0.0-pr1801.1(transitive)
+ Added@remirror/types@0.0.0-pr1801.1(transitive)
+ Addedcolor2k@2.0.3(transitive)
+ Addedprosemirror-paste-rules@0.0.0-pr1801.1(transitive)
+ Addedprosemirror-suggest@0.0.0-pr1801.1(transitive)
+ Addedprosemirror-trailing-node@0.0.0-pr1801.1(transitive)
- Removed@remirror/core-constants@0.0.0-pr1713.12(transitive)
- Removed@remirror/core-helpers@0.0.0-pr1713.12(transitive)
- Removed@remirror/core-types@0.0.0-pr1713.12(transitive)
- Removed@remirror/pm@0.0.0-pr1713.12(transitive)
- Removed@remirror/types@0.0.0-pr1713.12(transitive)
- Removedcolor2k@1.2.5(transitive)
- Removedprosemirror-paste-rules@0.0.0-pr1713.12(transitive)
- Removedprosemirror-suggest@0.0.0-pr1713.12(transitive)
- Removedprosemirror-trailing-node@0.0.0-pr1713.12(transitive)
Updatedcolor2k@^2.0.0