@zsviczian/excalidraw 0.18.0-0 → 0.18.0-1

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.
@@ -31,16 +31,6 @@ Licensed under The MIT License (http://opensource.org/licenses/MIT)
31
31
 
32
32
  /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
33
33
 
34
- /**
35
- * @license React
36
- * react-jsx-runtime.production.js
37
- *
38
- * Copyright (c) Meta Platforms, Inc. and affiliates.
39
- *
40
- * This source code is licensed under the MIT license found in the
41
- * LICENSE file in the root directory of this source tree.
42
- */
43
-
44
34
  /**
45
35
  * @license React
46
36
  * use-sync-external-store-shim.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zsviczian/excalidraw",
3
- "version": "0.18.0-0",
3
+ "version": "0.18.0-1",
4
4
  "main": "main.js",
5
5
  "module": "./dist/prod/index.js",
6
6
  "types": "types/excalidraw/index.d.ts",
@@ -132,6 +132,7 @@
132
132
  "@babel/plugin-transform-async-to-generator": "^7.25.9",
133
133
  "@babel/plugin-transform-runtime": "^7.26.9",
134
134
  "@babel/plugin-transform-typescript": "^7.26.8",
135
+ "@babel/plugin-transform-class-properties": "^7.25.9",
135
136
  "@babel/preset-env": "^7.26.9",
136
137
  "@babel/preset-react": "^7.26.3",
137
138
  "@babel/preset-typescript": "^7.26.0",
@@ -199,7 +199,7 @@ export declare const EXPORT_DATA_TYPES: {
199
199
  export declare const EXPORT_SOURCE: string;
200
200
  export declare const IMAGE_RENDER_TIMEOUT = 500;
201
201
  export declare const TAP_TWICE_TIMEOUT = 300;
202
- export declare const TOUCH_CTX_MENU_TIMEOUT = 500;
202
+ export declare const TOUCH_CTX_MENU_TIMEOUT = 2000;
203
203
  export declare const TITLE_TIMEOUT = 10000;
204
204
  export declare const VERSION_TIMEOUT = 30000;
205
205
  export declare const SCROLL_TIMEOUT = 100;
@@ -1,2 +1,2 @@
1
- export = __WEBPACK_EXTERNAL_MODULE_react_dom__;
2
- export = __WEBPACK_EXTERNAL_MODULE_react_dom__;
1
+ export = __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__;
2
+ export = __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__;
@@ -51,11 +51,25 @@ export namespace module {
51
51
  use: ({
52
52
  loader: string;
53
53
  options?: undefined;
54
+ } | {
55
+ loader: string;
56
+ options: {
57
+ presets: (string | (string | {
58
+ runtime: string;
59
+ pragma: string;
60
+ pragmaFrag: string;
61
+ })[])[];
62
+ plugins: string[];
63
+ transpileOnly?: undefined;
64
+ configFile?: undefined;
65
+ };
54
66
  } | {
55
67
  loader: string;
56
68
  options: {
57
69
  transpileOnly: boolean;
58
70
  configFile: string;
71
+ presets?: undefined;
72
+ plugins?: undefined;
59
73
  };
60
74
  })[];
61
75
  resolve?: undefined;
@@ -83,4 +97,16 @@ export const externals: {
83
97
  commonjs: string;
84
98
  amd: string;
85
99
  };
100
+ 'react/jsx-runtime': {
101
+ root: string[];
102
+ commonjs2: string;
103
+ commonjs: string;
104
+ amd: string;
105
+ };
106
+ 'react/jsx-dev-runtime': {
107
+ root: string[];
108
+ commonjs2: string;
109
+ commonjs: string;
110
+ amd: string;
111
+ };
86
112
  };
@@ -52,6 +52,18 @@ export namespace module {
52
52
  use: ({
53
53
  loader: string;
54
54
  options?: undefined;
55
+ } | {
56
+ loader: string;
57
+ options: {
58
+ presets: (string | (string | {
59
+ runtime: string;
60
+ pragma: string;
61
+ pragmaFrag: string;
62
+ })[])[];
63
+ plugins: string[];
64
+ transpileOnly?: undefined;
65
+ configFile?: undefined;
66
+ };
55
67
  } | {
56
68
  loader: string;
57
69
  options: {
@@ -99,4 +111,16 @@ export const externals: {
99
111
  commonjs: string;
100
112
  amd: string;
101
113
  };
114
+ 'react/jsx-runtime': {
115
+ root: string[];
116
+ commonjs2: string;
117
+ commonjs: string;
118
+ amd: string;
119
+ };
120
+ 'react/jsx-dev-runtime': {
121
+ root: string[];
122
+ commonjs2: string;
123
+ commonjs: string;
124
+ amd: string;
125
+ };
102
126
  };