@redneckz/wildless-cms-uni-blocks 0.14.1015 → 0.14.1016

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.
@@ -13644,7 +13644,7 @@
13644
13644
  };
13645
13645
  const tabTextStyle = 'text-secondary-text hover:text-primary-main';
13646
13646
  const activeTabTextStyleMap = {
13647
- default: 'text-black sm:text-white',
13647
+ default: 'text-white',
13648
13648
  underlined: 'text-primary-main border-b-2',
13649
13649
  animated: 'text-white sm:text-white',
13650
13650
  };
@@ -13654,7 +13654,7 @@
13654
13654
  animated: 'p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96',
13655
13655
  };
13656
13656
  const activeTabBgStyleMap = {
13657
- default: 'bg-white sm:bg-primary-main',
13657
+ default: 'bg-primary-main',
13658
13658
  underlined: 'bg-white',
13659
13659
  animated: 'p-2 border-none bg-primary-main text-white h-20 w-96',
13660
13660
  };
@@ -14287,7 +14287,7 @@
14287
14287
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14288
14288
  });
14289
14289
 
14290
- const packageVersion = "0.14.1014";
14290
+ const packageVersion = "0.14.1015";
14291
14291
 
14292
14292
  exports.Blocks = Blocks;
14293
14293
  exports.ContentPage = ContentPage;