@tarsis/toolkit 0.7.0 → 0.7.1

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 CHANGED
@@ -766,31 +766,31 @@ var BubblyParticlesButton = () => {
766
766
  });
767
767
  };
768
768
  var BurningButton_module_default = {
769
- root: "_root_fetjv_1",
770
- button: "_button_fetjv_11",
771
- p: "_p_fetjv_24",
772
- text: "_text_fetjv_24",
773
- rise1: "_rise1_fetjv_1",
774
- rise2: "_rise2_fetjv_1",
775
- rise3: "_rise3_fetjv_1",
776
- rise4: "_rise4_fetjv_1",
777
- rise5: "_rise5_fetjv_1",
778
- rise6: "_rise6_fetjv_1",
779
- rise7: "_rise7_fetjv_1",
780
- rise8: "_rise8_fetjv_1",
781
- rise9: "_rise9_fetjv_1",
782
- rise10: "_rise10_fetjv_1",
783
- rise11: "_rise11_fetjv_1",
784
- rise12: "_rise12_fetjv_1",
785
- rise13: "_rise13_fetjv_1",
786
- rise14: "_rise14_fetjv_1",
787
- rise15: "_rise15_fetjv_1",
788
- rise16: "_rise16_fetjv_1",
789
- rise17: "_rise17_fetjv_1",
790
- rise18: "_rise18_fetjv_1",
791
- rise19: "_rise19_fetjv_1",
792
- rise20: "_rise20_fetjv_1",
793
- effects: "_effects_fetjv_238"
769
+ root: "_root_7dhw5_1",
770
+ button: "_button_7dhw5_11",
771
+ p: "_p_7dhw5_24",
772
+ text: "_text_7dhw5_24",
773
+ rise1: "_rise1_7dhw5_1",
774
+ rise2: "_rise2_7dhw5_1",
775
+ rise3: "_rise3_7dhw5_1",
776
+ rise4: "_rise4_7dhw5_1",
777
+ rise5: "_rise5_7dhw5_1",
778
+ rise6: "_rise6_7dhw5_1",
779
+ rise7: "_rise7_7dhw5_1",
780
+ rise8: "_rise8_7dhw5_1",
781
+ rise9: "_rise9_7dhw5_1",
782
+ rise10: "_rise10_7dhw5_1",
783
+ rise11: "_rise11_7dhw5_1",
784
+ rise12: "_rise12_7dhw5_1",
785
+ rise13: "_rise13_7dhw5_1",
786
+ rise14: "_rise14_7dhw5_1",
787
+ rise15: "_rise15_7dhw5_1",
788
+ rise16: "_rise16_7dhw5_1",
789
+ rise17: "_rise17_7dhw5_1",
790
+ rise18: "_rise18_7dhw5_1",
791
+ rise19: "_rise19_7dhw5_1",
792
+ rise20: "_rise20_7dhw5_1",
793
+ effects: "_effects_7dhw5_238"
794
794
  };
795
795
  //#endregion
796
796
  //#region src/components/Buttons/BurningButton/BurningButton.tsx
@@ -3842,10 +3842,10 @@ var NeonButton = ({ className, ...rest }) => {
3842
3842
  });
3843
3843
  };
3844
3844
  var NoisyButton_module_default = {
3845
- root: "_root_e1i5q_2",
3846
- i: "_i_e1i5q_22",
3847
- noise: "_noise_e1i5q_1",
3848
- text: "_text_e1i5q_482"
3845
+ root: "_root_hepo2_2",
3846
+ i: "_i_hepo2_22",
3847
+ noise: "_noise_hepo2_1",
3848
+ text: "_text_hepo2_482"
3849
3849
  };
3850
3850
  //#endregion
3851
3851
  //#region src/components/Buttons/NoisyButton/NoisyButton.tsx
@@ -12472,18 +12472,18 @@ var DIGIT_BANK = {
12472
12472
  }
12473
12473
  };
12474
12474
  var SignatureAnimation_module_default = {
12475
- modal: "_modal_hpej7_2",
12476
- active: "_active_hpej7_23",
12477
- fieldWrapper: "_fieldWrapper_hpej7_29",
12478
- field: "_field_hpej7_29",
12479
- sign: "_sign_hpej7_62",
12480
- signedBy: "_signedBy_hpej7_63",
12481
- signature: "_signature_hpej7_106",
12482
- letterBank: "_letterBank_hpej7_110",
12483
- signatureMain: "_signatureMain_hpej7_121",
12484
- up: "_up_hpej7_135",
12485
- lo: "_lo_hpej7_136",
12486
- digit: "_digit_hpej7_137"
12475
+ modal: "_modal_13vif_2",
12476
+ active: "_active_13vif_23",
12477
+ fieldWrapper: "_fieldWrapper_13vif_29",
12478
+ field: "_field_13vif_29",
12479
+ sign: "_sign_13vif_62",
12480
+ signedBy: "_signedBy_13vif_63",
12481
+ signature: "_signature_13vif_106",
12482
+ letterBank: "_letterBank_13vif_110",
12483
+ signatureMain: "_signatureMain_13vif_121",
12484
+ up: "_up_13vif_135",
12485
+ lo: "_lo_13vif_136",
12486
+ digit: "_digit_13vif_137"
12487
12487
  };
12488
12488
  //#endregion
12489
12489
  //#region src/components/Inputs/SignatureAnimation/SignatureAnimation.tsx
@@ -12524,7 +12524,7 @@ var SignatureAnimation = ({ className, onChange }) => {
12524
12524
  if (digitData) {
12525
12525
  charInfo = digitData;
12526
12526
  className = SignatureAnimation_module_default.digit;
12527
- charKey = key;
12527
+ charKey = `digit-${key}`;
12528
12528
  } else {
12529
12529
  const letterKey = key.toLowerCase();
12530
12530
  const letterData = LETTER_BANK[letterKey];
@@ -19534,12 +19534,12 @@ var ScrambledText = ({ children, reveal = false }) => {
19534
19534
  });
19535
19535
  };
19536
19536
  var ScramblingLetters_module_default = {
19537
- root: "_root_i8kir_1",
19538
- line: "_line_i8kir_9",
19539
- word: "_word_i8kir_14",
19540
- link: "_link_i8kir_18",
19541
- letter: "_letter_i8kir_22",
19542
- wobble: "_wobble_i8kir_1"
19537
+ root: "_root_1xkae_1",
19538
+ line: "_line_1xkae_9",
19539
+ word: "_word_1xkae_14",
19540
+ link: "_link_1xkae_18",
19541
+ letter: "_letter_1xkae_22",
19542
+ wobble: "_wobble_1xkae_1"
19543
19543
  };
19544
19544
  //#endregion
19545
19545
  //#region src/components/Texts/ScramblingLetters/ScramblingLetters.tsx
package/dist/index.js CHANGED
@@ -758,31 +758,31 @@ var BubblyParticlesButton = () => {
758
758
  });
759
759
  };
760
760
  var BurningButton_module_default = {
761
- root: "_root_b03hn_1",
762
- button: "_button_b03hn_11",
763
- p: "_p_b03hn_24",
764
- text: "_text_b03hn_24",
765
- rise1: "_rise1_b03hn_1",
766
- rise2: "_rise2_b03hn_1",
767
- rise3: "_rise3_b03hn_1",
768
- rise4: "_rise4_b03hn_1",
769
- rise5: "_rise5_b03hn_1",
770
- rise6: "_rise6_b03hn_1",
771
- rise7: "_rise7_b03hn_1",
772
- rise8: "_rise8_b03hn_1",
773
- rise9: "_rise9_b03hn_1",
774
- rise10: "_rise10_b03hn_1",
775
- rise11: "_rise11_b03hn_1",
776
- rise12: "_rise12_b03hn_1",
777
- rise13: "_rise13_b03hn_1",
778
- rise14: "_rise14_b03hn_1",
779
- rise15: "_rise15_b03hn_1",
780
- rise16: "_rise16_b03hn_1",
781
- rise17: "_rise17_b03hn_1",
782
- rise18: "_rise18_b03hn_1",
783
- rise19: "_rise19_b03hn_1",
784
- rise20: "_rise20_b03hn_1",
785
- effects: "_effects_b03hn_238"
761
+ root: "_root_32poq_1",
762
+ button: "_button_32poq_11",
763
+ p: "_p_32poq_24",
764
+ text: "_text_32poq_24",
765
+ rise1: "_rise1_32poq_1",
766
+ rise2: "_rise2_32poq_1",
767
+ rise3: "_rise3_32poq_1",
768
+ rise4: "_rise4_32poq_1",
769
+ rise5: "_rise5_32poq_1",
770
+ rise6: "_rise6_32poq_1",
771
+ rise7: "_rise7_32poq_1",
772
+ rise8: "_rise8_32poq_1",
773
+ rise9: "_rise9_32poq_1",
774
+ rise10: "_rise10_32poq_1",
775
+ rise11: "_rise11_32poq_1",
776
+ rise12: "_rise12_32poq_1",
777
+ rise13: "_rise13_32poq_1",
778
+ rise14: "_rise14_32poq_1",
779
+ rise15: "_rise15_32poq_1",
780
+ rise16: "_rise16_32poq_1",
781
+ rise17: "_rise17_32poq_1",
782
+ rise18: "_rise18_32poq_1",
783
+ rise19: "_rise19_32poq_1",
784
+ rise20: "_rise20_32poq_1",
785
+ effects: "_effects_32poq_238"
786
786
  };
787
787
  //#endregion
788
788
  //#region src/components/Buttons/BurningButton/BurningButton.tsx
@@ -3834,10 +3834,10 @@ var NeonButton = ({ className, ...rest }) => {
3834
3834
  });
3835
3835
  };
3836
3836
  var NoisyButton_module_default = {
3837
- root: "_root_17vj9_2",
3838
- i: "_i_17vj9_22",
3839
- noise: "_noise_17vj9_1",
3840
- text: "_text_17vj9_482"
3837
+ root: "_root_hbg92_2",
3838
+ i: "_i_hbg92_22",
3839
+ noise: "_noise_hbg92_1",
3840
+ text: "_text_hbg92_482"
3841
3841
  };
3842
3842
  //#endregion
3843
3843
  //#region src/components/Buttons/NoisyButton/NoisyButton.tsx
@@ -12464,18 +12464,18 @@ var DIGIT_BANK = {
12464
12464
  }
12465
12465
  };
12466
12466
  var SignatureAnimation_module_default = {
12467
- modal: "_modal_hpej7_2",
12468
- active: "_active_hpej7_23",
12469
- fieldWrapper: "_fieldWrapper_hpej7_29",
12470
- field: "_field_hpej7_29",
12471
- sign: "_sign_hpej7_62",
12472
- signedBy: "_signedBy_hpej7_63",
12473
- signature: "_signature_hpej7_106",
12474
- letterBank: "_letterBank_hpej7_110",
12475
- signatureMain: "_signatureMain_hpej7_121",
12476
- up: "_up_hpej7_135",
12477
- lo: "_lo_hpej7_136",
12478
- digit: "_digit_hpej7_137"
12467
+ modal: "_modal_13vif_2",
12468
+ active: "_active_13vif_23",
12469
+ fieldWrapper: "_fieldWrapper_13vif_29",
12470
+ field: "_field_13vif_29",
12471
+ sign: "_sign_13vif_62",
12472
+ signedBy: "_signedBy_13vif_63",
12473
+ signature: "_signature_13vif_106",
12474
+ letterBank: "_letterBank_13vif_110",
12475
+ signatureMain: "_signatureMain_13vif_121",
12476
+ up: "_up_13vif_135",
12477
+ lo: "_lo_13vif_136",
12478
+ digit: "_digit_13vif_137"
12479
12479
  };
12480
12480
  //#endregion
12481
12481
  //#region src/components/Inputs/SignatureAnimation/SignatureAnimation.tsx
@@ -12516,7 +12516,7 @@ var SignatureAnimation = ({ className, onChange }) => {
12516
12516
  if (digitData) {
12517
12517
  charInfo = digitData;
12518
12518
  className = SignatureAnimation_module_default.digit;
12519
- charKey = key;
12519
+ charKey = `digit-${key}`;
12520
12520
  } else {
12521
12521
  const letterKey = key.toLowerCase();
12522
12522
  const letterData = LETTER_BANK[letterKey];
@@ -19526,12 +19526,12 @@ var ScrambledText = ({ children, reveal = false }) => {
19526
19526
  });
19527
19527
  };
19528
19528
  var ScramblingLetters_module_default = {
19529
- root: "_root_d08cf_1",
19530
- line: "_line_d08cf_9",
19531
- word: "_word_d08cf_14",
19532
- link: "_link_d08cf_18",
19533
- letter: "_letter_d08cf_22",
19534
- wobble: "_wobble_d08cf_1"
19529
+ root: "_root_139g6_1",
19530
+ line: "_line_139g6_9",
19531
+ word: "_word_139g6_14",
19532
+ link: "_link_139g6_18",
19533
+ letter: "_letter_139g6_22",
19534
+ wobble: "_wobble_139g6_1"
19535
19535
  };
19536
19536
  //#endregion
19537
19537
  //#region src/components/Texts/ScramblingLetters/ScramblingLetters.tsx