@tachui/modifiers 0.8.20 → 0.8.21
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/dist/appearance/background.d.ts +22 -0
- package/dist/appearance/background.d.ts.map +1 -1
- package/dist/appearance/blend-mode.d.ts +24 -0
- package/dist/appearance/blend-mode.d.ts.map +1 -0
- package/dist/appearance/index.d.ts +1 -0
- package/dist/appearance/index.d.ts.map +1 -1
- package/dist/appearance/index.js +37 -31
- package/dist/base.js +4 -4
- package/dist/basic/index.d.ts.map +1 -1
- package/dist/basic/index.js +254 -248
- package/dist/basic/margin.js +4 -4
- package/dist/basic/padding.js +1 -1
- package/dist/basic/size.js +6 -6
- package/dist/effects/backdrop/index.js +1 -1
- package/dist/index.js +273 -267
- package/dist/interaction/index.js +32 -32
- package/dist/layout/index.js +1 -1
- package/dist/{modifiers-basic-CsxLd0CR.js → modifiers-basic-1IqUHBr5.js} +1102 -1009
- package/dist/preload/basic.js +254 -248
- package/dist/types.d.ts +4 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/typography/index.js +1 -1
- package/dist/typography/text.js +1 -1
- package/dist/utility/index.js +9 -9
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bs as s, bk as e, bi as n, bf as i, ba as r, aY as b, bo as t, aX as l, b9 as u, aR as c, b3 as M, b5 as d, b4 as f, bd as v, aV as h, aT as O, aU as y, aW as C, aI as p, bm as g, bt as K, bv as S, bT as H, bn as w, bu as I, bl as P, bj as T, bw as B, bg as D, bh as L, bc as k, bA as F, bJ as G, b2 as U, bG as x, bp as E, br as m, bq as R, bK as A, bL as J, b1 as N, bF as Q, bb as W, bz as X, aS as Y, bI as j, b6 as q, bC as z, b8 as V, bD as Z, b7 as _, bE as $, be as oo, a$ as ao, aZ as so, a_ as eo, b0 as no, bM as io, bB as ro, bN as bo, bR as to, bS as lo, by as uo, bQ as co, bP as Mo, bO as fo, bH as vo, aL as ho, aM as Oo, aN as yo, aJ as Co, aK as po, aO as go, aP as Ko, aQ as So, bx as Ho } from "../modifiers-basic-1IqUHBr5.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AllowsHitTestingModifier,
|
|
4
4
|
e as FocusableModifier,
|
|
@@ -15,39 +15,39 @@ export {
|
|
|
15
15
|
f as OnKeyUpModifier,
|
|
16
16
|
v as OnLongPressGestureModifier,
|
|
17
17
|
h as OnMouseDownModifier,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
O as OnMouseEnterModifier,
|
|
19
|
+
y as OnMouseLeaveModifier,
|
|
20
|
+
C as OnMouseUpModifier,
|
|
21
21
|
p as ScrollModifier,
|
|
22
22
|
g as activatable,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
K as allowsHitTesting,
|
|
24
|
+
S as disableHitTesting,
|
|
25
|
+
H as disabled,
|
|
26
26
|
w as editable,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
I as enableHitTesting,
|
|
28
|
+
P as focusable,
|
|
29
|
+
T as focused,
|
|
30
|
+
B as highPriorityGesture,
|
|
31
|
+
D as keyboardShortcut,
|
|
32
32
|
L as keyboardShortcutBuilder,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
k as onBlur,
|
|
34
|
+
F as onBlurInteraction,
|
|
35
|
+
G as onChange,
|
|
36
36
|
U as onContextMenu,
|
|
37
37
|
x as onContextMenuInteraction,
|
|
38
38
|
E as onContinuousHover,
|
|
39
39
|
m as onContinuousHoverGlobal,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
40
|
+
R as onContinuousHoverLocal,
|
|
41
|
+
A as onCopy,
|
|
42
|
+
J as onCut,
|
|
43
|
+
N as onDoubleClick,
|
|
44
|
+
Q as onDoubleClickInteraction,
|
|
45
|
+
W as onFocus,
|
|
46
|
+
X as onFocusInteraction,
|
|
47
|
+
Y as onHover,
|
|
48
|
+
j as onInput,
|
|
49
|
+
q as onKeyDown,
|
|
50
|
+
z as onKeyDownInteraction,
|
|
51
51
|
V as onKeyPress,
|
|
52
52
|
Z as onKeyPressInteraction,
|
|
53
53
|
_ as onKeyUp,
|
|
@@ -68,12 +68,12 @@ export {
|
|
|
68
68
|
fo as onTouchStart,
|
|
69
69
|
vo as onWheel,
|
|
70
70
|
ho as overscrollBehavior,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
Oo as overscrollBehaviorX,
|
|
72
|
+
yo as overscrollBehaviorY,
|
|
73
|
+
Co as scroll,
|
|
74
74
|
po as scrollBehavior,
|
|
75
75
|
go as scrollMargin,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
Ko as scrollPadding,
|
|
77
|
+
So as scrollSnap,
|
|
78
|
+
Ho as simultaneousGesture
|
|
79
79
|
};
|
package/dist/layout/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, t as i, F as o, O as f, C as r, P as t, S as l, Z as x, x as d, g as n, h as c, q as p, l as M, u as y, e as S, d as b, m, a as u, c as z, n as P, f as g, o as v, v as w, i as F, j as G, w as I, p as O, D as h, z as j, y as k, k as A, s as B, B as C } from "../modifiers-basic-
|
|
1
|
+
import { A as e, t as i, F as o, O as f, C as r, P as t, S as l, Z as x, x as d, g as n, h as c, q as p, l as M, u as y, e as S, d as b, m, a as u, c as z, n as P, f as g, o as v, v as w, i as F, j as G, w as I, p as O, D as h, z as j, y as k, k as A, s as B, B as C } from "../modifiers-basic-1IqUHBr5.js";
|
|
2
2
|
export {
|
|
3
3
|
e as AspectRatioModifier,
|
|
4
4
|
i as FixedSizeModifier,
|