@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.
- package/bundle/bundle.umd.js +3 -3
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +3 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/src/ui-kit/TabsControl/TabItemInner.tsx +2 -2
- package/package.json +1 -1
- package/src/ui-kit/TabsControl/TabItemInner.tsx +2 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -13644,7 +13644,7 @@
|
|
|
13644
13644
|
};
|
|
13645
13645
|
const tabTextStyle = 'text-secondary-text hover:text-primary-main';
|
|
13646
13646
|
const activeTabTextStyleMap = {
|
|
13647
|
-
default: 'text-
|
|
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-
|
|
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.
|
|
14290
|
+
const packageVersion = "0.14.1015";
|
|
14291
14291
|
|
|
14292
14292
|
exports.Blocks = Blocks;
|
|
14293
14293
|
exports.ContentPage = ContentPage;
|