@threedddplus/logoeditor 0.0.25 → 0.0.26

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.
@@ -24,6 +24,7 @@ import { getDocument } from 'pdfjs-dist/webpack';
24
24
  import { MdLayers, MdOutlineFileUpload, MdOutlineCancel } from 'react-icons/md';
25
25
  import { shallow } from 'zustand/shallow';
26
26
  import { BsSortDown, BsCheckLg } from 'react-icons/bs';
27
+ import { FaRegImage } from 'react-icons/fa6';
27
28
  import { initTE, Tab } from 'tw-elements';
28
29
  import { FiAlignLeft, FiAlignCenter, FiAlignRight } from 'react-icons/fi';
29
30
  import { load } from 'opentype.js';
@@ -656,59 +657,6 @@ var MyLogo = function MyLogo(props) {
656
657
  })(props);
657
658
  };
658
659
 
659
- var AddMascots = function AddMascots(props) {
660
- return GenIcon({
661
- tag: 'svg',
662
- attr: {
663
- xmlns: 'http://www.w3.org/2000/svg',
664
- width: '17.794',
665
- height: '17.8',
666
- viewBox: '0 0 17.794 17.8'
667
- },
668
- child: [{
669
- tag: 'defs',
670
- attr: {},
671
- child: [{
672
- tag: 'clipPath',
673
- attr: {
674
- id: 'a'
675
- },
676
- child: [{
677
- tag: 'path',
678
- attr: {
679
- d: 'M0 0h17.794v17.8H0z'
680
- },
681
- child: []
682
- }]
683
- }]
684
- }, {
685
- tag: 'g',
686
- attr: {
687
- 'clip-path': 'url(#a)'
688
- },
689
- child: [{
690
- tag: 'path',
691
- attr: {
692
- d: 'M15.2 17.8H2.6a1.263 1.263 0 0 0-.151-.046 2.957 2.957 0 0 1-2.443-2.882Q0 8.9.006 2.92A2.937 2.937 0 0 1 2.918.008q5.975-.014 11.949 0a2.76 2.76 0 0 1 2.475 1.415 7.114 7.114 0 0 1 .452 1.177v12.6a.57.57 0 0 0-.041.1 2.964 2.964 0 0 1-2.29 2.422c-.088.02-.176.046-.264.069M1.984 8.9v5.769a1 1 0 0 0 1.147 1.147h11.536a1 1 0 0 0 1.147-1.148V3.129a1 1 0 0 0-1.148-1.147H3.13a1 1 0 0 0-1.146 1.151v5.769'
693
- },
694
- child: []
695
- }, {
696
- tag: 'path',
697
- attr: {
698
- d: 'm5.938 8.903 1.483 2.433 2.965-6.388 4.443 8.889H2.975l2.963-4.934'
699
- },
700
- child: []
701
- }, {
702
- tag: 'path',
703
- attr: {
704
- d: 'M6.916 5.433a1.481 1.481 0 1 1-2.961.005 1.5 1.5 0 0 1 1.47-1.481 1.479 1.479 0 0 1 1.491 1.476'
705
- },
706
- child: []
707
- }]
708
- }]
709
- })(props);
710
- };
711
-
712
660
  var AddText = function AddText(props) {
713
661
  return GenIcon({
714
662
  tag: 'svg',
@@ -5735,7 +5683,7 @@ var LeftMenu = function LeftMenu() {
5735
5683
  display: true
5736
5684
  }, {
5737
5685
  name: 'Add Mascots',
5738
- icon: React.createElement(AddMascots, null),
5686
+ icon: React.createElement(FaRegImage, null),
5739
5687
  id: 4,
5740
5688
  display: true
5741
5689
  }, {
@@ -5803,7 +5751,7 @@ var LeftMenu = function LeftMenu() {
5803
5751
  label: '',
5804
5752
  icon: step.icon,
5805
5753
  size: "2rem",
5806
- className: (step.id === selectedStepper ? BUTTON_TEXT_COLOR : TEXT_COLOR_1) + " pointer-events-auto cursor-pointer m-auto group-hover:text-white"
5754
+ className: (step.id === selectedStepper ? BUTTON_TEXT_COLOR : TEXT_COLOR_1) + " pointer-events-auto cursor-pointer m-auto "
5807
5755
  })), React.createElement("span", {
5808
5756
  className: step.id === selectedStepper ? SELECT_TEXT_COLOR + " " + TEXT_SIZE_1 + " uppercase font-bold text-center" : TEXT_COLOR_1 + " " + TEXT_SIZE_1 + " uppercase font-bold text-center group-hover:text-white"
5809
5757
  }, step.name)));