@tarsis/toolkit 0.4.3 → 0.4.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/dist/index.cjs +14 -14
- package/dist/index.js +14 -14
- package/dist/styles.css +482 -482
- package/package.json +22 -22
package/dist/index.cjs
CHANGED
|
@@ -670,11 +670,11 @@ const BubblyParticlesButton = () => {
|
|
|
670
670
|
);
|
|
671
671
|
};
|
|
672
672
|
|
|
673
|
-
const root$4k = "
|
|
674
|
-
const button$o = "
|
|
675
|
-
const p = "
|
|
676
|
-
const text$z = "
|
|
677
|
-
const effects = "
|
|
673
|
+
const root$4k = "_root_1vufl_1";
|
|
674
|
+
const button$o = "_button_1vufl_13";
|
|
675
|
+
const p = "_p_1vufl_26";
|
|
676
|
+
const text$z = "_text_1vufl_26";
|
|
677
|
+
const effects = "_effects_1vufl_240";
|
|
678
678
|
const styles$4H = {
|
|
679
679
|
root: root$4k,
|
|
680
680
|
button: button$o,
|
|
@@ -4489,9 +4489,9 @@ const NeonButton = ({ className = "", ...rest }) => {
|
|
|
4489
4489
|
return /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", ...rest, className: cn(styles$49.root, className), children: "Neon" });
|
|
4490
4490
|
};
|
|
4491
4491
|
|
|
4492
|
-
const root$3R = "
|
|
4493
|
-
const i$1 = "
|
|
4494
|
-
const text$s = "
|
|
4492
|
+
const root$3R = "_root_10ijq_2";
|
|
4493
|
+
const i$1 = "_i_10ijq_22";
|
|
4494
|
+
const text$s = "_text_10ijq_482";
|
|
4495
4495
|
const styles$48 = {
|
|
4496
4496
|
root: root$3R,
|
|
4497
4497
|
i: i$1,
|
|
@@ -18443,11 +18443,11 @@ const ScrambledText = ({ children, reveal = false }) => {
|
|
|
18443
18443
|
);
|
|
18444
18444
|
};
|
|
18445
18445
|
|
|
18446
|
-
const root$_ = "
|
|
18447
|
-
const line = "
|
|
18448
|
-
const word$1 = "
|
|
18449
|
-
const link = "
|
|
18450
|
-
const letter = "
|
|
18446
|
+
const root$_ = "_root_1nzj3_1";
|
|
18447
|
+
const line = "_line_1nzj3_9";
|
|
18448
|
+
const word$1 = "_word_1nzj3_14";
|
|
18449
|
+
const link = "_link_1nzj3_18";
|
|
18450
|
+
const letter = "_letter_1nzj3_22";
|
|
18451
18451
|
const styles$13 = {
|
|
18452
18452
|
root: root$_,
|
|
18453
18453
|
line: line,
|
|
@@ -24756,9 +24756,9 @@ const styles$E = {
|
|
|
24756
24756
|
|
|
24757
24757
|
const DIGITS = [0, 3, 4, 8, 7, 2];
|
|
24758
24758
|
const PROXIMITY_RADIUS = 200;
|
|
24759
|
+
const DISTANCE_MAPPER = gsap$1.utils.mapRange(250, 50, 0, 90);
|
|
24759
24760
|
const GlidingReveal = () => {
|
|
24760
24761
|
const codeRef = React.useRef(null);
|
|
24761
|
-
const DISTANCE_MAPPER = gsap$1.utils.mapRange(250, 50, 0, 90);
|
|
24762
24762
|
const update = React.useCallback((x, y) => {
|
|
24763
24763
|
if (!codeRef.current) return;
|
|
24764
24764
|
const CENTER_POINT = codeRef.current.getBoundingClientRect();
|
package/dist/index.js
CHANGED
|
@@ -648,11 +648,11 @@ const BubblyParticlesButton = () => {
|
|
|
648
648
|
);
|
|
649
649
|
};
|
|
650
650
|
|
|
651
|
-
const root$4k = "
|
|
652
|
-
const button$o = "
|
|
653
|
-
const p = "
|
|
654
|
-
const text$z = "
|
|
655
|
-
const effects = "
|
|
651
|
+
const root$4k = "_root_1vufl_1";
|
|
652
|
+
const button$o = "_button_1vufl_13";
|
|
653
|
+
const p = "_p_1vufl_26";
|
|
654
|
+
const text$z = "_text_1vufl_26";
|
|
655
|
+
const effects = "_effects_1vufl_240";
|
|
656
656
|
const styles$4H = {
|
|
657
657
|
root: root$4k,
|
|
658
658
|
button: button$o,
|
|
@@ -4467,9 +4467,9 @@ const NeonButton = ({ className = "", ...rest }) => {
|
|
|
4467
4467
|
return /* @__PURE__ */ jsx("button", { type: "button", ...rest, className: cn(styles$49.root, className), children: "Neon" });
|
|
4468
4468
|
};
|
|
4469
4469
|
|
|
4470
|
-
const root$3R = "
|
|
4471
|
-
const i$1 = "
|
|
4472
|
-
const text$s = "
|
|
4470
|
+
const root$3R = "_root_10ijq_2";
|
|
4471
|
+
const i$1 = "_i_10ijq_22";
|
|
4472
|
+
const text$s = "_text_10ijq_482";
|
|
4473
4473
|
const styles$48 = {
|
|
4474
4474
|
root: root$3R,
|
|
4475
4475
|
i: i$1,
|
|
@@ -18421,11 +18421,11 @@ const ScrambledText = ({ children, reveal = false }) => {
|
|
|
18421
18421
|
);
|
|
18422
18422
|
};
|
|
18423
18423
|
|
|
18424
|
-
const root$_ = "
|
|
18425
|
-
const line = "
|
|
18426
|
-
const word$1 = "
|
|
18427
|
-
const link = "
|
|
18428
|
-
const letter = "
|
|
18424
|
+
const root$_ = "_root_1nzj3_1";
|
|
18425
|
+
const line = "_line_1nzj3_9";
|
|
18426
|
+
const word$1 = "_word_1nzj3_14";
|
|
18427
|
+
const link = "_link_1nzj3_18";
|
|
18428
|
+
const letter = "_letter_1nzj3_22";
|
|
18429
18429
|
const styles$13 = {
|
|
18430
18430
|
root: root$_,
|
|
18431
18431
|
line: line,
|
|
@@ -24734,9 +24734,9 @@ const styles$E = {
|
|
|
24734
24734
|
|
|
24735
24735
|
const DIGITS = [0, 3, 4, 8, 7, 2];
|
|
24736
24736
|
const PROXIMITY_RADIUS = 200;
|
|
24737
|
+
const DISTANCE_MAPPER = gsap$1.utils.mapRange(250, 50, 0, 90);
|
|
24737
24738
|
const GlidingReveal = () => {
|
|
24738
24739
|
const codeRef = useRef(null);
|
|
24739
|
-
const DISTANCE_MAPPER = gsap$1.utils.mapRange(250, 50, 0, 90);
|
|
24740
24740
|
const update = useCallback((x, y) => {
|
|
24741
24741
|
if (!codeRef.current) return;
|
|
24742
24742
|
const CENTER_POINT = codeRef.current.getBoundingClientRect();
|