diff --git a/README.md b/README.md index 4b373e6..a309384 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ gulp | Ui Kit React Free | [**Live Preview**](https://free.saasable.io/) | [**Download**](https://github.com/phoenixcoded/saasable-ui/) | | Ui Kit React Pro | [**Live Preview**](https://saasable.io/) | [**Download**](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/) | | Ui Kit Tailwind Free | [**Live Preview**](https://tailwind.saasable.io/free) | [**Download**](https://github.com/phoenixcoded/saasable-ui) | -| Ui Kit Tailwind Pro | [**Live Preview**](https://tailwind.saasable.io/) | [**Download**](https://themeforest.net/item/saasable-tailwind-multipurpose-ui-kit-for-saas-startup-agency/58488275?s_rank=1) | +| Ui Kit Tailwind Pro | [**Live Preview**](https://tailwind.saasable.io/) | [**Download**](https://codedthemes.com/item/saasable-tailwind-ui-kit/) | ## Deploy your own diff --git a/uikit/tailwind/dist/assets/css/style.css b/uikit/tailwind/dist/assets/css/style.css index 30e4520..89912f4 100644 --- a/uikit/tailwind/dist/assets/css/style.css +++ b/uikit/tailwind/dist/assets/css/style.css @@ -7,7 +7,6 @@ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --color-red-500: oklch(63.7% 0.237 25.331); --color-gray-600: oklch(44.6% 0.03 256.802); --color-gray-900: oklch(21% 0.034 264.665); --color-neutral-50: var(--neutral-50); @@ -560,9 +559,6 @@ .h-\[308px\] { height: 308px; } - .h-\[320px\] { - height: 320px; - } .h-\[380px\] { height: 380px; } @@ -1497,9 +1493,6 @@ .text-primary-500 { color: var(--color-primary-500); } - .text-red-500 { - color: var(--color-red-500); - } .text-theme-text-primary { color: var(--color-theme-text-primary); } @@ -3744,6 +3737,13 @@ } } } + .ltr\:lg\:rotate-\[0deg\] { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + @media (width >= 64rem) { + rotate: 0deg; + } + } + } .ltr\:lg\:transform-none { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { @media (width >= 64rem) { diff --git a/uikit/tailwind/dist/assets/images/presentation/benefits-dark.svg b/uikit/tailwind/dist/assets/images/presentation/metrics-dark.svg similarity index 100% rename from uikit/tailwind/dist/assets/images/presentation/benefits-dark.svg rename to uikit/tailwind/dist/assets/images/presentation/metrics-dark.svg diff --git a/uikit/tailwind/dist/assets/images/presentation/benefits-light.svg b/uikit/tailwind/dist/assets/images/presentation/metrics-light.svg similarity index 100% rename from uikit/tailwind/dist/assets/images/presentation/benefits-light.svg rename to uikit/tailwind/dist/assets/images/presentation/metrics-light.svg diff --git a/uikit/tailwind/dist/assets/js/tech-stack.js b/uikit/tailwind/dist/assets/js/tech-stack.js new file mode 100644 index 0000000..4f85373 --- /dev/null +++ b/uikit/tailwind/dist/assets/js/tech-stack.js @@ -0,0 +1,79 @@ +/** +========================================================================= +========================================================================= +Template Name: SaasAble - Tailwind Multipurpose UI Kit +Author: Phoenixcoded +Support: https://phoenixcoded.authordesk.app +File: tech-stack.js +Description: this file will contains code for handling Buynow link. +========================================================================= +========================================================================= +*/ + +var BuyNowLink = ''; +var ref = ""; + +function getQueryStringParameters() { + const queryString = window.location.search; + const params = new URLSearchParams(queryString); + if (params.get('ref') == 'tf') { + ref = "tf" + sessionStorage.setItem('ref', ref); + } + check_auth(); + function check_auth() { + if (sessionStorage.getItem('ref', ref)) { + BuyNowLink = 'https://codedthemes.com/item/saasable-tailwind-ui-kit/'; + } else { + try { + BuyNowLink = 'https://codedthemes.com/item/saasable-tailwind-ui-kit/'; + if (ref == "tf") { + BuyNowLink = 'https://codedthemes.com/item/saasable-tailwind-ui-kit/'; + } + } catch (err) { + BuyNowLink = 'https://codedthemes.com/item/saasable-tailwind-ui-kit/'; + } + } + } + + document.addEventListener('DOMContentLoaded', function () { + var elem = document.querySelectorAll('.buy_now_link'); + for (var j = 0; j < elem.length; j++) { + elem[j].setAttribute('href', BuyNowLink); + } + }); +} +getQueryStringParameters(); + +function changebrand(word) { + // Map brand names to their corresponding classes + const brandClasses = { + Themeforest: 'tf', + Codedthemes: 'ct' + }; + + // Get the class to show based on the word + const showClass = brandClasses[word] || null; + if (!showClass) return; // Exit if no matching brand + + // Select all elements for both classes + const tfElements = document.querySelectorAll('.tf'); + const ctElements = document.querySelectorAll('.ct'); + + // Helper to toggle display + function toggleDisplay(elements, show) { + elements.forEach(el => el.style.display = show ? '' : 'none'); + } + + // Show elements with the matched class, hide others + toggleDisplay(tfElements, showClass === 'tf'); + toggleDisplay(ctElements, showClass === 'ct'); +} + +document.addEventListener('DOMContentLoaded', () => { + if (ref === "tf") { + changebrand('Themeforest'); + } else { + changebrand('Codedthemes'); + } +}) \ No newline at end of file diff --git a/uikit/tailwind/dist/block/about.html b/uikit/tailwind/dist/block/about.html index b95379b..6291cbb 100644 --- a/uikit/tailwind/dist/block/about.html +++ b/uikit/tailwind/dist/block/about.html @@ -216,7 +216,7 @@
SaasAble offers 200+ customizable blocks, empowering you to effortlessly design and build landing pages tailored to your product or service needs.
- Buy Now + Buy Now @@ -409,7 +409,7 @@