@zsviczian/excalidraw 0.18.0-69 → 0.18.0-70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zsviczian/excalidraw",
3
- "version": "0.18.0-69",
3
+ "version": "0.18.0-70",
4
4
  "main": "main.js",
5
5
  "module": "./dist/prod/index.js",
6
6
  "source": "./index.tsx",
@@ -135,6 +135,7 @@ export declare const THEME: {
135
135
  readonly LIGHT: "light";
136
136
  readonly DARK: "dark";
137
137
  };
138
+ export declare const DARK_THEME_FILTER = "invert(93%) hue-rotate(180deg)";
138
139
  export declare const FRAME_STYLE: {
139
140
  strokeColor: ExcalidrawElement["strokeColor"];
140
141
  strokeWidth: ExcalidrawElement["strokeWidth"];