@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
package/dist/preload/effects.js
CHANGED
|
@@ -1,97 +1,100 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { registerEffectModifiers as e } from "../effects/index.js";
|
|
2
|
+
import { active as a, buttonHover as s, cardHover as i, conditionalHover as d, disabledCursor as n, draggableCursor as l, focus as h, helpCursor as c, hover as m, hoverEffect as f, hoverWithTransition as u, imageHover as p, interactiveCursor as v, linkHover as w, loadingCursor as g, pressed as x, textCursor as S, zoomCursor as b } from "../effects/index.js";
|
|
3
|
+
import { advancedTransform as k, backfaceVisibility as y, matrix as E, matrix3d as H, perspective as T, perspectiveOrigin as I, rotate as M, rotate3d as P, rotateX as X, rotateY as Y, rotateZ as Z, scale as F, scale3d as K, scaleX as O, scaleY as R, scaleZ as W, skew as z, transform as A, transformStyle as B, translate as D, translate3d as G, translateX as U, translateY as V, translateZ as j } from "../effects/transforms/index.js";
|
|
4
|
+
import { animatedShadow as J, dropShadow as L, elevationShadow as N, glowEffect as Q, insetShadow as _, layeredShadow as $, neonEffect as ee, neumorphism as te, neumorphismPressed as re, reactiveShadow as oe, shadow as ae, shadowPreset as se, shadows as ie, swiftUIShadow as de, textEmbossed as ne, textEngraved as le, textOutline as he, textShadow as ce, textShadowStrong as me, textShadowSubtle as fe } from "../effects/shadows/index.js";
|
|
5
|
+
import { backdropFilter as pe, customGlassmorphism as ve, glassmorphism as we } from "../effects/backdrop/index.js";
|
|
6
|
+
import { blackAndWhite as xe, blur as Se, brightness as be, colorInvert as Ce, contrast as ke, coolTone as ye, darkModeInvert as Ee, faded as He, filter as Te, filterDropShadow as Ie, grayscale as Me, highContrastMode as Pe, highKey as Xe, hueRotate as Ye, hueRotation as Ze, invert as Fe, lowKey as Ke, saturate as Oe, saturation as Re, sepia as We, softFocus as ze, subtleBlur as Ae, vibrant as Be, vintagePhoto as De, warmTone as Ge } from "../effects/filters/index.js";
|
|
7
|
+
e();
|
|
6
8
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
P as
|
|
62
|
-
X as
|
|
63
|
-
Y as
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
F as
|
|
68
|
-
K as
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
ne as
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
9
|
+
a as active,
|
|
10
|
+
k as advancedTransform,
|
|
11
|
+
J as animatedShadow,
|
|
12
|
+
pe as backdropFilter,
|
|
13
|
+
y as backfaceVisibility,
|
|
14
|
+
xe as blackAndWhite,
|
|
15
|
+
Se as blur,
|
|
16
|
+
be as brightness,
|
|
17
|
+
s as buttonHover,
|
|
18
|
+
i as cardHover,
|
|
19
|
+
Ce as colorInvert,
|
|
20
|
+
d as conditionalHover,
|
|
21
|
+
ke as contrast,
|
|
22
|
+
ye as coolTone,
|
|
23
|
+
ve as customGlassmorphism,
|
|
24
|
+
Ee as darkModeInvert,
|
|
25
|
+
n as disabledCursor,
|
|
26
|
+
l as draggableCursor,
|
|
27
|
+
L as dropShadow,
|
|
28
|
+
N as elevationShadow,
|
|
29
|
+
He as faded,
|
|
30
|
+
Te as filter,
|
|
31
|
+
Ie as filterDropShadow,
|
|
32
|
+
h as focus,
|
|
33
|
+
we as glassmorphism,
|
|
34
|
+
Q as glowEffect,
|
|
35
|
+
Me as grayscale,
|
|
36
|
+
c as helpCursor,
|
|
37
|
+
Pe as highContrastMode,
|
|
38
|
+
Xe as highKey,
|
|
39
|
+
m as hover,
|
|
40
|
+
f as hoverEffect,
|
|
41
|
+
u as hoverWithTransition,
|
|
42
|
+
Ye as hueRotate,
|
|
43
|
+
Ze as hueRotation,
|
|
44
|
+
p as imageHover,
|
|
45
|
+
_ as insetShadow,
|
|
46
|
+
v as interactiveCursor,
|
|
47
|
+
Fe as invert,
|
|
48
|
+
$ as layeredShadow,
|
|
49
|
+
w as linkHover,
|
|
50
|
+
g as loadingCursor,
|
|
51
|
+
Ke as lowKey,
|
|
52
|
+
E as matrix,
|
|
53
|
+
H as matrix3d,
|
|
54
|
+
ee as neonEffect,
|
|
55
|
+
te as neumorphism,
|
|
56
|
+
re as neumorphismPressed,
|
|
57
|
+
T as perspective,
|
|
58
|
+
I as perspectiveOrigin,
|
|
59
|
+
x as pressed,
|
|
60
|
+
oe as reactiveShadow,
|
|
61
|
+
e as registerEffectModifiers,
|
|
62
|
+
M as rotate,
|
|
63
|
+
P as rotate3d,
|
|
64
|
+
X as rotateX,
|
|
65
|
+
Y as rotateY,
|
|
66
|
+
Z as rotateZ,
|
|
67
|
+
Oe as saturate,
|
|
68
|
+
Re as saturation,
|
|
69
|
+
F as scale,
|
|
70
|
+
K as scale3d,
|
|
71
|
+
O as scaleX,
|
|
72
|
+
R as scaleY,
|
|
73
|
+
W as scaleZ,
|
|
74
|
+
We as sepia,
|
|
75
|
+
ae as shadow,
|
|
76
|
+
se as shadowPreset,
|
|
77
|
+
ie as shadows,
|
|
78
|
+
z as skew,
|
|
79
|
+
ze as softFocus,
|
|
80
|
+
Ae as subtleBlur,
|
|
81
|
+
de as swiftUIShadow,
|
|
82
|
+
S as textCursor,
|
|
83
|
+
ne as textEmbossed,
|
|
84
|
+
le as textEngraved,
|
|
85
|
+
he as textOutline,
|
|
86
|
+
ce as textShadow,
|
|
87
|
+
me as textShadowStrong,
|
|
88
|
+
fe as textShadowSubtle,
|
|
89
|
+
A as transform,
|
|
90
|
+
B as transformStyle,
|
|
91
|
+
D as translate,
|
|
92
|
+
G as translate3d,
|
|
93
|
+
U as translateX,
|
|
94
|
+
V as translateY,
|
|
95
|
+
j as translateZ,
|
|
96
|
+
Be as vibrant,
|
|
97
|
+
De as vintagePhoto,
|
|
98
|
+
Ge as warmTone,
|
|
99
|
+
b as zoomCursor
|
|
97
100
|
};
|
package/dist/typography/index.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { H as e,
|
|
1
|
+
import { H as e, x as o, Y as r, a8 as t, aa as i, aW as d, bf as f, bg as p, bh as n, bi as l, br as b, bz as h, bC as y, bD as c, cy as g, cz as m, d6 as w, d9 as x, da as M, db as W, dc as v, dd as C, dj as S, dm as z, dp as H, dq as k } from "../modifiers-basic-7HZ7ereG.js";
|
|
2
2
|
export {
|
|
3
3
|
e as HyphensModifier,
|
|
4
4
|
o as LineClampModifier,
|
|
5
5
|
r as OverflowWrapModifier,
|
|
6
6
|
t as TypographyModifier,
|
|
7
7
|
i as WordBreakModifier,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
d as custom,
|
|
9
|
+
f as font,
|
|
10
|
+
p as fontFamily,
|
|
11
|
+
n as fontSize,
|
|
12
|
+
l as fontWeight,
|
|
13
|
+
b as hyphens,
|
|
14
|
+
h as letterSpacing,
|
|
15
|
+
y as lineClamp,
|
|
16
|
+
c as lineHeight,
|
|
17
17
|
g as overflow,
|
|
18
18
|
m as overflowWrap,
|
|
19
19
|
w as system,
|
|
20
20
|
x as textAlign,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
21
|
+
M as textCase,
|
|
22
|
+
W as textDecoration,
|
|
23
|
+
v as textOverflow,
|
|
24
|
+
C as textTransform,
|
|
25
|
+
S as typography,
|
|
26
|
+
z as whiteSpace,
|
|
27
|
+
H as wordBreak,
|
|
28
|
+
k as wordSpacing
|
|
29
29
|
};
|
package/dist/typography/text.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { H as e,
|
|
1
|
+
import { H as e, x as o, Y as i, aa as s, br as p, bC as d, cz as f, dp as l } from "../modifiers-basic-7HZ7ereG.js";
|
|
2
2
|
export {
|
|
3
3
|
e as HyphensModifier,
|
|
4
4
|
o as LineClampModifier,
|
|
5
5
|
i as OverflowWrapModifier,
|
|
6
6
|
s as WordBreakModifier,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
p as hyphens,
|
|
8
|
+
d as lineClamp,
|
|
9
|
+
f as overflowWrap,
|
|
10
10
|
l as wordBreak
|
|
11
11
|
};
|
package/dist/utility/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as i, e as o, j as e, C as r, a9 as t, ao as c, ax as l, aQ as d, aR as f, aS as M, aU as n, aV as S, b1 as u, cw as y, cx as V, cA as b, cB as p, dl as w } from "../modifiers-basic-7HZ7ereG.js";
|
|
2
2
|
export {
|
|
3
3
|
i as AsHTMLModifier,
|
|
4
4
|
o as AsHTMLValidator,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
e as BasicSanitizer,
|
|
6
|
+
r as CSSModifier,
|
|
7
|
+
t as UtilityModifier,
|
|
8
|
+
c as asHTML,
|
|
9
9
|
l as basicSanitize,
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
d as css,
|
|
11
|
+
f as cssProperty,
|
|
12
12
|
M as cssVariable,
|
|
13
13
|
n as cssVendor,
|
|
14
|
-
|
|
14
|
+
S as cursor,
|
|
15
15
|
u as display,
|
|
16
16
|
y as outline,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
V as outlineOffset,
|
|
18
|
+
b as overflowX,
|
|
19
|
+
p as overflowY,
|
|
20
|
+
w as utility
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachui/modifiers",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.32",
|
|
4
4
|
"description": "Essential styling modifiers for tachUI framework",
|
|
5
5
|
"homepage": "https://tachui.dev/",
|
|
6
6
|
"type": "module",
|
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
"lint": "oxlint src"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@tachui/types": "0.8.
|
|
128
|
-
"@tachui/core": "0.8.
|
|
129
|
-
"@tachui/registry": "0.8.
|
|
127
|
+
"@tachui/types": "0.8.31",
|
|
128
|
+
"@tachui/core": "0.8.31",
|
|
129
|
+
"@tachui/registry": "0.8.31"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
132
|
"@types/node": "^20.0.0",
|