Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remirror/theme

Package Overview
Dependencies
Maintainers
2
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/theme - npm Package Compare versions

Comparing version 0.0.0-pr1713.12 to 0.0.0-pr1801.1

3

dist-types/extension-tables-theme.d.ts

@@ -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";

9

dist-types/utils.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc