@tachui/modifiers 0.8.30 → 0.8.32
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/index.js +27 -27
- package/dist/base.js +1 -1
- package/dist/basic/index.js +39 -39
- package/dist/basic/margin.js +3 -3
- package/dist/basic/padding.js +1 -1
- package/dist/basic/size.js +7 -7
- package/dist/effects/backdrop/index.js +1 -1
- package/dist/effects/index.d.ts +11 -0
- package/dist/effects/index.d.ts.map +1 -1
- package/dist/effects/index.js +25 -21
- package/dist/index.js +31 -31
- package/dist/interaction/index.js +43 -43
- package/dist/layout/index.js +20 -20
- package/dist/{modifiers-basic-BpDjg0Rp.js → modifiers-basic-7HZ7ereG.js} +264 -264
- package/dist/preload/basic.d.ts +11 -2
- package/dist/preload/basic.d.ts.map +1 -1
- package/dist/preload/basic.js +254 -252
- package/dist/preload/effects.d.ts +5 -2
- package/dist/preload/effects.d.ts.map +1 -1
- package/dist/preload/effects.js +98 -95
- package/dist/typography/index.js +18 -18
- package/dist/typography/text.js +4 -4
- package/dist/utility/index.js +12 -12
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as a,
|
|
1
|
+
import { A as a, s as e, t as n, K as i, z as r, E as c, G as t, J as l, N as u, P as d, Q as M, R as b, S as f, T as v, U as h, V as y, W as O, X as p, a2 as C, ad as g, ah as K, a$ as S, b0 as w, b2 as H, b3 as D, bd as P, be as T, bq as B, bw as I, bx as k, bX as F, bY as G, bZ as L, b_ as U, b$ as x, c0 as E, c1 as m, c2 as X, c3 as $, c4 as q, c5 as A, c6 as R, c7 as W, c8 as Y, c9 as Z, ca as _, cb as j, cc as z, cd as J, ce as N, cf as Q, cg as V, ch as oo, ci as so, cj as ao, ck as eo, cl as no, cm as io, cn as ro, co, cp as to, cq as lo, cr as uo, cs as Mo, ct as bo, cu as fo, cv as vo, cD as ho, cE as yo, cF as Oo, cZ as po, c_ as Co, c$ as go, d0 as Ko, d1 as So, d2 as wo } from "../modifiers-basic-7HZ7ereG.js";
|
|
2
2
|
export {
|
|
3
3
|
a as AllowsHitTestingModifier,
|
|
4
4
|
e as FocusableModifier,
|
|
@@ -7,51 +7,51 @@ export {
|
|
|
7
7
|
r as OnBlurModifier,
|
|
8
8
|
c as OnContextMenuModifier,
|
|
9
9
|
t as OnContinuousHoverModifier,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
l as OnDoubleClickModifier,
|
|
11
|
+
u as OnFocusModifier,
|
|
12
|
+
d as OnHoverModifier,
|
|
13
|
+
M as OnKeyDownModifier,
|
|
14
|
+
b as OnKeyPressModifier,
|
|
15
15
|
f as OnKeyUpModifier,
|
|
16
16
|
v as OnLongPressGestureModifier,
|
|
17
17
|
h as OnMouseDownModifier,
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
y as OnMouseEnterModifier,
|
|
19
|
+
O as OnMouseLeaveModifier,
|
|
20
20
|
p as OnMouseUpModifier,
|
|
21
21
|
C as ScrollModifier,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
g as activatable,
|
|
23
|
+
K as allowsHitTesting,
|
|
24
|
+
S as disableHitTesting,
|
|
25
|
+
w as disabled,
|
|
26
|
+
H as editable,
|
|
27
|
+
D as enableHitTesting,
|
|
28
|
+
P as focusable,
|
|
29
|
+
T as focused,
|
|
30
|
+
B as highPriorityGesture,
|
|
31
31
|
I as keyboardShortcut,
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
k as keyboardShortcutBuilder,
|
|
33
|
+
F as onBlur,
|
|
34
34
|
G as onBlurInteraction,
|
|
35
35
|
L as onChange,
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
U as onContextMenu,
|
|
37
|
+
x as onContextMenuInteraction,
|
|
38
38
|
E as onContinuousHover,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
39
|
+
m as onContinuousHoverGlobal,
|
|
40
|
+
X as onContinuousHoverLocal,
|
|
41
|
+
$ as onCopy,
|
|
42
|
+
q as onCut,
|
|
43
|
+
A as onDoubleClick,
|
|
44
|
+
R as onDoubleClickInteraction,
|
|
45
|
+
W as onFocus,
|
|
46
46
|
Y as onFocusInteraction,
|
|
47
47
|
Z as onHover,
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
_ as onInput,
|
|
49
|
+
j as onKeyDown,
|
|
50
50
|
z as onKeyDownInteraction,
|
|
51
51
|
J as onKeyPress,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
N as onKeyPressInteraction,
|
|
53
|
+
Q as onKeyUp,
|
|
54
|
+
V as onKeyUpInteraction,
|
|
55
55
|
oo as onLongPressGesture,
|
|
56
56
|
so as onMouseDown,
|
|
57
57
|
ao as onMouseEnter,
|
|
@@ -61,19 +61,19 @@ export {
|
|
|
61
61
|
ro as onScroll,
|
|
62
62
|
co as onSelect,
|
|
63
63
|
to as onSwipeLeft,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
lo as onSwipeRight,
|
|
65
|
+
uo as onTap,
|
|
66
|
+
Mo as onTouchEnd,
|
|
67
|
+
bo as onTouchMove,
|
|
68
68
|
fo as onTouchStart,
|
|
69
69
|
vo as onWheel,
|
|
70
70
|
ho as overscrollBehavior,
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
yo as overscrollBehaviorX,
|
|
72
|
+
Oo as overscrollBehaviorY,
|
|
73
73
|
po as scroll,
|
|
74
74
|
Co as scrollBehavior,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
75
|
+
go as scrollMargin,
|
|
76
|
+
Ko as scrollPadding,
|
|
77
|
+
So as scrollSnap,
|
|
78
|
+
wo as simultaneousGesture
|
|
79
79
|
};
|
package/dist/layout/index.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { f as e, F as i, r as f, O as o, Z as r, $ as b, a1 as l, ab as t, ac as x, af as c, ag as d, ap as n, aM as p, b4 as M, b5 as y, b6 as m, b7 as S, b8 as g, b9 as u, ba as z, bb as P, bc as v, bl as F, bm as G, bv as I, by as O, bW as w, cC as C, cQ as E, cV as R, cX as W, cY as Z, dr as h } from "../modifiers-basic-7HZ7ereG.js";
|
|
2
2
|
export {
|
|
3
3
|
e as AspectRatioModifier,
|
|
4
4
|
i as FixedSizeModifier,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
f as FlexboxModifier,
|
|
6
|
+
o as OffsetModifier,
|
|
7
7
|
r as OverlayModifier,
|
|
8
|
-
|
|
8
|
+
b as PositionModifier,
|
|
9
9
|
l as ScaleEffectModifier,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
t as ZIndexModifier,
|
|
11
|
+
x as absolutePosition,
|
|
12
|
+
c as alignItems,
|
|
13
|
+
d as alignSelf,
|
|
14
14
|
n as aspectRatio,
|
|
15
15
|
p as columnGap,
|
|
16
16
|
M as fixedSize,
|
|
17
17
|
y as flex,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
m as flexBasis,
|
|
19
|
+
S as flexDirection,
|
|
20
|
+
g as flexGrow,
|
|
21
|
+
u as flexShrink,
|
|
22
|
+
z as flexWrap,
|
|
23
23
|
P as flexbox,
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
v as flexboxPresets,
|
|
25
|
+
F as frame,
|
|
26
26
|
G as gap,
|
|
27
27
|
I as justifyContent,
|
|
28
28
|
O as layoutPriority,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
w as offset,
|
|
30
|
+
C as overlay,
|
|
31
|
+
E as position,
|
|
32
32
|
R as resizable,
|
|
33
33
|
W as rowGap,
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
Z as scaleEffect,
|
|
35
|
+
h as zIndex
|
|
36
36
|
};
|