@tachui/modifiers 0.8.27 → 0.8.28

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.
@@ -1,97 +1,97 @@
1
1
  import { active as r, buttonHover as o, cardHover as a, conditionalHover as s, disabledCursor as i, draggableCursor as n, focus as d, helpCursor as l, hover as h, hoverEffect as c, hoverWithTransition as m, imageHover as u, interactiveCursor as f, linkHover as v, loadingCursor as p, pressed as w, textCursor as g, zoomCursor as x } from "../effects/index.js";
2
- import { blackAndWhite as b, blur as C, brightness as k, colorInvert as y, contrast as E, coolTone as H, darkModeInvert as T, faded as I, filter as P, filterDropShadow as X, grayscale as Y, highContrastMode as Z, highKey as F, hueRotate as K, hueRotation as M, invert as O, lowKey as R, saturate as W, saturation as z, sepia as A, softFocus as B, subtleBlur as D, vibrant as G, vintagePhoto as U, warmTone as V } from "../effects/filters/index.js";
3
- import { advancedTransform as q, backfaceVisibility as J, matrix as L, matrix3d as N, perspective as Q, perspectiveOrigin as _, rotate as $, rotate3d as ee, rotateX as te, rotateY as re, rotateZ as oe, scale as ae, scale3d as se, scaleX as ie, scaleY as ne, scaleZ as de, skew as le, transform as he, transformStyle as ce, translate as me, translate3d as ue, translateX as fe, translateY as ve, translateZ as pe } from "../effects/transforms/index.js";
4
- import { animatedShadow as ge, dropShadow as xe, elevationShadow as Se, glowEffect as be, insetShadow as Ce, layeredShadow as ke, neonEffect as ye, neumorphism as Ee, neumorphismPressed as He, reactiveShadow as Te, shadow as Ie, shadowPreset as Pe, shadows as Xe, swiftUIShadow as Ye, textEmbossed as Ze, textEngraved as Fe, textOutline as Ke, textShadow as Me, textShadowStrong as Oe, textShadowSubtle as Re } from "../effects/shadows/index.js";
5
- import { backdropFilter as ze, customGlassmorphism as Ae, glassmorphism as Be } from "../effects/backdrop/index.js";
2
+ import { advancedTransform as b, backfaceVisibility as C, matrix as k, matrix3d as y, perspective as E, perspectiveOrigin as H, rotate as T, rotate3d as I, rotateX as P, rotateY as X, rotateZ as Y, scale as Z, scale3d as F, scaleX as K, scaleY as M, scaleZ as O, skew as R, transform as W, transformStyle as z, translate as A, translate3d as B, translateX as D, translateY as G, translateZ as U } from "../effects/transforms/index.js";
3
+ import { animatedShadow as j, dropShadow as q, elevationShadow as J, glowEffect as L, insetShadow as N, layeredShadow as Q, neonEffect as _, neumorphism as $, neumorphismPressed as ee, reactiveShadow as te, shadow as re, shadowPreset as oe, shadows as ae, swiftUIShadow as se, textEmbossed as ie, textEngraved as ne, textOutline as de, textShadow as le, textShadowStrong as he, textShadowSubtle as ce } from "../effects/shadows/index.js";
4
+ import { backdropFilter as ue, customGlassmorphism as fe, glassmorphism as ve } from "../effects/backdrop/index.js";
5
+ import { blackAndWhite as we, blur as ge, brightness as xe, colorInvert as Se, contrast as be, coolTone as Ce, darkModeInvert as ke, faded as ye, filter as Ee, filterDropShadow as He, grayscale as Te, highContrastMode as Ie, highKey as Pe, hueRotate as Xe, hueRotation as Ye, invert as Ze, lowKey as Fe, saturate as Ke, saturation as Me, sepia as Oe, softFocus as Re, subtleBlur as We, vibrant as ze, vintagePhoto as Ae, warmTone as Be } from "../effects/filters/index.js";
6
6
  export {
7
7
  r as active,
8
- q as advancedTransform,
9
- ge as animatedShadow,
10
- ze as backdropFilter,
11
- J as backfaceVisibility,
12
- b as blackAndWhite,
13
- C as blur,
14
- k as brightness,
8
+ b as advancedTransform,
9
+ j as animatedShadow,
10
+ ue as backdropFilter,
11
+ C as backfaceVisibility,
12
+ we as blackAndWhite,
13
+ ge as blur,
14
+ xe as brightness,
15
15
  o as buttonHover,
16
16
  a as cardHover,
17
- y as colorInvert,
17
+ Se as colorInvert,
18
18
  s as conditionalHover,
19
- E as contrast,
20
- H as coolTone,
21
- Ae as customGlassmorphism,
22
- T as darkModeInvert,
19
+ be as contrast,
20
+ Ce as coolTone,
21
+ fe as customGlassmorphism,
22
+ ke as darkModeInvert,
23
23
  i as disabledCursor,
24
24
  n as draggableCursor,
25
- xe as dropShadow,
26
- Se as elevationShadow,
27
- I as faded,
28
- P as filter,
29
- X as filterDropShadow,
25
+ q as dropShadow,
26
+ J as elevationShadow,
27
+ ye as faded,
28
+ Ee as filter,
29
+ He as filterDropShadow,
30
30
  d as focus,
31
- Be as glassmorphism,
32
- be as glowEffect,
33
- Y as grayscale,
31
+ ve as glassmorphism,
32
+ L as glowEffect,
33
+ Te as grayscale,
34
34
  l as helpCursor,
35
- Z as highContrastMode,
36
- F as highKey,
35
+ Ie as highContrastMode,
36
+ Pe as highKey,
37
37
  h as hover,
38
38
  c as hoverEffect,
39
39
  m as hoverWithTransition,
40
- K as hueRotate,
41
- M as hueRotation,
40
+ Xe as hueRotate,
41
+ Ye as hueRotation,
42
42
  u as imageHover,
43
- Ce as insetShadow,
43
+ N as insetShadow,
44
44
  f as interactiveCursor,
45
- O as invert,
46
- ke as layeredShadow,
45
+ Ze as invert,
46
+ Q as layeredShadow,
47
47
  v as linkHover,
48
48
  p as loadingCursor,
49
- R as lowKey,
50
- L as matrix,
51
- N as matrix3d,
52
- ye as neonEffect,
53
- Ee as neumorphism,
54
- He as neumorphismPressed,
55
- Q as perspective,
56
- _ as perspectiveOrigin,
49
+ Fe as lowKey,
50
+ k as matrix,
51
+ y as matrix3d,
52
+ _ as neonEffect,
53
+ $ as neumorphism,
54
+ ee as neumorphismPressed,
55
+ E as perspective,
56
+ H as perspectiveOrigin,
57
57
  w as pressed,
58
- Te as reactiveShadow,
59
- $ as rotate,
60
- ee as rotate3d,
61
- te as rotateX,
62
- re as rotateY,
63
- oe as rotateZ,
64
- W as saturate,
65
- z as saturation,
66
- ae as scale,
67
- se as scale3d,
68
- ie as scaleX,
69
- ne as scaleY,
70
- de as scaleZ,
71
- A as sepia,
72
- Ie as shadow,
73
- Pe as shadowPreset,
74
- Xe as shadows,
75
- le as skew,
76
- B as softFocus,
77
- D as subtleBlur,
78
- Ye as swiftUIShadow,
58
+ te as reactiveShadow,
59
+ T as rotate,
60
+ I as rotate3d,
61
+ P as rotateX,
62
+ X as rotateY,
63
+ Y as rotateZ,
64
+ Ke as saturate,
65
+ Me as saturation,
66
+ Z as scale,
67
+ F as scale3d,
68
+ K as scaleX,
69
+ M as scaleY,
70
+ O as scaleZ,
71
+ Oe as sepia,
72
+ re as shadow,
73
+ oe as shadowPreset,
74
+ ae as shadows,
75
+ R as skew,
76
+ Re as softFocus,
77
+ We as subtleBlur,
78
+ se as swiftUIShadow,
79
79
  g as textCursor,
80
- Ze as textEmbossed,
81
- Fe as textEngraved,
82
- Ke as textOutline,
83
- Me as textShadow,
84
- Oe as textShadowStrong,
85
- Re as textShadowSubtle,
86
- he as transform,
87
- ce as transformStyle,
88
- me as translate,
89
- ue as translate3d,
90
- fe as translateX,
91
- ve as translateY,
92
- pe as translateZ,
93
- G as vibrant,
94
- U as vintagePhoto,
95
- V as warmTone,
80
+ ie as textEmbossed,
81
+ ne as textEngraved,
82
+ de as textOutline,
83
+ le as textShadow,
84
+ he as textShadowStrong,
85
+ ce as textShadowSubtle,
86
+ W as transform,
87
+ z as transformStyle,
88
+ A as translate,
89
+ B as translate3d,
90
+ D as translateX,
91
+ G as translateY,
92
+ U as translateZ,
93
+ ze as vibrant,
94
+ Ae as vintagePhoto,
95
+ Be as warmTone,
96
96
  x as zoomCursor
97
97
  };
@@ -1,4 +1,4 @@
1
- import { a6 as e, a0 as o, a4 as r, T as t, a2 as i, $ as f, E as n, Y as p, K as l, L as d, a7 as h, Q as y, a1 as g, N as m, W as w, a5 as x, _ as c, H as M, X as W, J as v, U as S, I as C, G as H, V as T, a3 as k, R as B } from "../modifiers-basic-BR-ELO6K.js";
1
+ import { H as e, L as o, T as r, a1 as t, a3 as i, aO as f, b7 as n, b8 as d, b9 as p, ba as c, bj as l, br as b, bu as h, bv as y, cn as g, co as m, cX as w, cZ as x, c_ as v, c$ as M, d0 as S, d1 as W, d5 as C, d8 as H, da as O, db as T } from "../modifiers-basic-DKioeCqS.js";
2
2
  export {
3
3
  e as HyphensModifier,
4
4
  o as LineClampModifier,
@@ -7,23 +7,23 @@ export {
7
7
  i as WordBreakModifier,
8
8
  f as custom,
9
9
  n as font,
10
- p as fontFamily,
11
- l as fontSize,
12
- d as fontWeight,
13
- h as hyphens,
14
- y as letterSpacing,
15
- g as lineClamp,
16
- m as lineHeight,
17
- w as overflow,
18
- x as overflowWrap,
19
- c as system,
20
- M as textAlign,
21
- W as textCase,
22
- v as textDecoration,
10
+ d as fontFamily,
11
+ p as fontSize,
12
+ c as fontWeight,
13
+ l as hyphens,
14
+ b as letterSpacing,
15
+ h as lineClamp,
16
+ y as lineHeight,
17
+ g as overflow,
18
+ m as overflowWrap,
19
+ w as system,
20
+ x as textAlign,
21
+ v as textCase,
22
+ M as textDecoration,
23
23
  S as textOverflow,
24
- C as textTransform,
25
- H as typography,
26
- T as whiteSpace,
27
- k as wordBreak,
28
- B as wordSpacing
24
+ W as textTransform,
25
+ C as typography,
26
+ H as whiteSpace,
27
+ O as wordBreak,
28
+ T as wordSpacing
29
29
  };
@@ -1,11 +1,11 @@
1
- import { a6 as e, a0 as o, a4 as i, a2 as s, a7 as f, a1 as p, a5 as d, a3 as l } from "../modifiers-basic-BR-ELO6K.js";
1
+ import { H as e, L as o, T as i, a3 as s, bj as d, bu as f, co as p, da as l } from "../modifiers-basic-DKioeCqS.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
- f as hyphens,
8
- p as lineClamp,
9
- d as overflowWrap,
7
+ d as hyphens,
8
+ f as lineClamp,
9
+ p as overflowWrap,
10
10
  l as wordBreak
11
11
  };
@@ -1,21 +1,21 @@
1
- import { c9 as i, cb as c, c7 as o, c2 as r, bW as e, ca as t, c8 as b, c3 as l, c4 as f, c5 as d, c6 as M, bY as n, b$ as u, c0 as y, c1 as S, b_ as p, bZ as H, bX as L } from "../modifiers-basic-BR-ELO6K.js";
1
+ import { b as i, c as o, h as r, C as e, a2 as c, ag as t, ap as l, aI as f, aJ as d, aK as M, aM as n, aN as p, aV as u, cl as y, cm as S, cp as V, cq as b, d7 as H } from "../modifiers-basic-DKioeCqS.js";
2
2
  export {
3
3
  i as AsHTMLModifier,
4
- c as AsHTMLValidator,
5
- o as BasicSanitizer,
6
- r as CSSModifier,
7
- e as UtilityModifier,
4
+ o as AsHTMLValidator,
5
+ r as BasicSanitizer,
6
+ e as CSSModifier,
7
+ c as UtilityModifier,
8
8
  t as asHTML,
9
- b as basicSanitize,
10
- l as css,
11
- f as cssProperty,
12
- d as cssVariable,
13
- M as cssVendor,
14
- n as cursor,
9
+ l as basicSanitize,
10
+ f as css,
11
+ d as cssProperty,
12
+ M as cssVariable,
13
+ n as cssVendor,
14
+ p as cursor,
15
15
  u as display,
16
16
  y as outline,
17
17
  S as outlineOffset,
18
- p as overflowX,
19
- H as overflowY,
20
- L as utility
18
+ V as overflowX,
19
+ b as overflowY,
20
+ H as utility
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachui/modifiers",
3
- "version": "0.8.27",
3
+ "version": "0.8.28",
4
4
  "description": "Essential styling modifiers for tachUI framework",
5
5
  "homepage": "https://tachui.dev/",
6
6
  "type": "module",
@@ -108,10 +108,25 @@
108
108
  "files": [
109
109
  "dist"
110
110
  ],
111
+ "scripts": {
112
+ "build": "rm -rf dist tsconfig.build.tsbuildinfo && vite build --mode production && tsc --project tsconfig.build.json --emitDeclarationOnly",
113
+ "build:dev": "rm -rf dist && vite build --mode development --mode production && tsc --project tsconfig.build.json --emitDeclarationOnly",
114
+ "build:prod": "rm -rf dist && vite build --mode production --mode production && tsc --project tsconfig.build.json --emitDeclarationOnly",
115
+ "dev": "vite build --watch",
116
+ "valid": "clear && vitest run && bun run type-check && bun run lint && bun run build",
117
+ "test": "vitest run",
118
+ "test:coverage": "vitest run --coverage",
119
+ "test:watch": "vitest",
120
+ "test:ci": "vitest run",
121
+ "type-check": "tsc --project tsconfig.type-check.json",
122
+ "verify:tree-shaking": "tsx scripts/verify-tree-shaking.ts",
123
+ "clean": "rm -rf dist",
124
+ "lint": "oxlint src"
125
+ },
111
126
  "dependencies": {
112
- "@tachui/types": "0.8.26",
113
- "@tachui/core": "0.8.26",
114
- "@tachui/registry": "0.8.26"
127
+ "@tachui/types": "workspace:*",
128
+ "@tachui/core": "workspace:*",
129
+ "@tachui/registry": "workspace:*"
115
130
  },
116
131
  "devDependencies": {
117
132
  "@types/node": "^20.0.0",
@@ -158,20 +173,5 @@
158
173
  ],
159
174
  "publishConfig": {
160
175
  "access": "public"
161
- },
162
- "scripts": {
163
- "build": "rm -rf dist tsconfig.build.tsbuildinfo && vite build --mode production && tsc --project tsconfig.build.json --emitDeclarationOnly",
164
- "build:dev": "rm -rf dist && vite build --mode development --mode production && tsc --project tsconfig.build.json --emitDeclarationOnly",
165
- "build:prod": "rm -rf dist && vite build --mode production --mode production && tsc --project tsconfig.build.json --emitDeclarationOnly",
166
- "dev": "vite build --watch",
167
- "valid": "clear && vitest run && pnpm type-check && pnpm lint && pnpm build",
168
- "test": "vitest run",
169
- "test:coverage": "vitest run --coverage",
170
- "test:watch": "vitest",
171
- "test:ci": "vitest run",
172
- "type-check": "tsc --project tsconfig.type-check.json",
173
- "verify:tree-shaking": "tsx scripts/verify-tree-shaking.ts",
174
- "clean": "rm -rf dist",
175
- "lint": "oxlint src"
176
176
  }
177
- }
177
+ }