@takazudo/zdtp 0.8.2 → 0.8.4
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/CHANGELOG.md +20 -0
- package/dist/{index-DufuQu_v.js → index-BtjPws6K.js} +1 -1
- package/dist/{index-CXkidCHj.js → index-DD2WOdSn.js} +1983 -1950
- package/dist/index.d.ts +1 -0
- package/dist/index.js +30 -29
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare function __claimSpawnSlotForTests(cfg: PanelConfig): number;
|
|
|
51
51
|
* map is the whole teardown.
|
|
52
52
|
*/
|
|
53
53
|
export declare function __resetSpawnSlotsForTests(): void;
|
|
54
|
+
export declare const __OPEN_VERIFY_DELAY_MS_FOR_TESTS = 250;
|
|
54
55
|
export { assertValidPanelConfig, configurePanel, setPanelColorPresets } from "./config/panel-config.js";
|
|
55
56
|
export type { PanelConfig, PanelInstanceHandle, ApplySink } from "./config/panel-config.js";
|
|
56
57
|
/**
|
package/dist/index.js
CHANGED
|
@@ -1,49 +1,50 @@
|
|
|
1
1
|
import "preact/jsx-runtime";
|
|
2
2
|
import "preact";
|
|
3
|
-
import { D as t, S as n, c as l, d, _
|
|
4
|
-
import { Z as
|
|
5
|
-
import { b as
|
|
3
|
+
import { D as t, S as n, c as l, d, _, e as p, f as S, g, h as m, i as P, j as T, k as C, l as A, m as E, n as D, o as M, q as c, r as f, s as u, t as F, v as K, w as h, x as k, y as v, z as w, B as x, C as y, E as L, F as O } from "./index-DD2WOdSn.js";
|
|
4
|
+
import { Z as Y, a3 as b, x as H, w as R, a6 as z } from "./tweak-state-BiaKbhXN.js";
|
|
5
|
+
import { b as N, c as B, s as G } from "./panel-config-DKfob-1r.js";
|
|
6
6
|
import "./autoload-state-CtB0e8mY.js";
|
|
7
|
-
import { i as
|
|
7
|
+
import { i as j, r as q, s as J } from "./mode-dependence-Ci9avNt8.js";
|
|
8
8
|
import "./constants.js";
|
|
9
9
|
export {
|
|
10
10
|
t as DesignTokenSchemaError,
|
|
11
11
|
n as SCHEMA_V1,
|
|
12
12
|
l as SCHEMA_V2,
|
|
13
13
|
d as SCHEMA_V3,
|
|
14
|
-
|
|
14
|
+
Y as ZDTP_LEGACY_TYPOGRAPHY_RENAME_MAP,
|
|
15
|
+
_ as __OPEN_VERIFY_DELAY_MS_FOR_TESTS,
|
|
15
16
|
p as __claimSpawnSlotForTests,
|
|
16
|
-
|
|
17
|
+
S as __mountedSpawnSlotsForTests,
|
|
17
18
|
g as __panelConfigForTest,
|
|
18
19
|
m as __reapplyFromStorageForTests,
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
P as __resetInstanceBindingsForTests,
|
|
21
|
+
T as __resetSpawnSlotsForTests,
|
|
21
22
|
C as analyzeDesignTokenJson,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
23
|
+
N as assertValidPanelConfig,
|
|
24
|
+
B as configurePanel,
|
|
25
|
+
A as deserialize,
|
|
26
|
+
E as disableAutoload,
|
|
27
|
+
b as emptyOverrides,
|
|
28
|
+
D as enableAutoload,
|
|
29
|
+
H as getClusterDefaultMode,
|
|
30
|
+
M as hideDesignTokenPanel,
|
|
31
|
+
c as isColorKind,
|
|
32
|
+
f as isContentKind,
|
|
33
|
+
u as isCursorKind,
|
|
34
|
+
F as isLengthKind,
|
|
34
35
|
K as isMaskImageKind,
|
|
35
|
-
|
|
36
|
+
j as isModeDependent,
|
|
36
37
|
h as isNumberKind,
|
|
37
38
|
k as isSelectKind,
|
|
38
39
|
v as isTextKind,
|
|
39
40
|
w as reapplyPersistedOverrides,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
q as resolveModeSides,
|
|
42
|
+
R as resolvePerModeLiteral,
|
|
43
|
+
z as resolveSemanticPreviewColor,
|
|
43
44
|
x as setLifecycleAdapter,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
G as setPanelColorPresets,
|
|
46
|
+
y as shouldAutoload,
|
|
47
|
+
L as showDesignTokenPanel,
|
|
48
|
+
J as splitLightDark,
|
|
49
|
+
O as toggleDesignPanel
|
|
49
50
|
};
|