From a807db3551c32f0336cbb63ccb83c638ea6123d4 Mon Sep 17 00:00:00 2001 From: pkrawat1 Date: Wed, 22 Nov 2023 11:19:25 +0530 Subject: [PATCH 1/5] WIP : using tailwind migrator --- package.json | 11 +- .../forget-password.component.html | 22 +- .../components/login/login.component.html | 34 +- .../components/sign-up/sign-up.component.html | 12 +- .../update-password.component.html | 8 +- .../add-address/add-address.component.html | 64 ++-- .../checkout/address/address.component.html | 16 +- .../delivery-options.component.html | 2 +- src/app/checkout/cart/cart.component.html | 14 +- .../empty-cart/empty-cart.component.html | 2 +- .../line-item/line-item.component.html | 22 +- .../order-total-summary.component.html | 10 +- .../order-failed/order-failed.component.html | 54 +-- .../order-success.component.html | 48 +-- .../cash-on-delivery.component.html | 6 +- .../hosted-payment.component.html | 6 +- .../payment-modes-list.component.html | 6 +- .../razor-payment.component.html | 6 +- .../stripe-payment.component.html | 6 +- .../checkout/payment/payment.component.html | 10 +- .../about-us/about-us.component.html | 8 +- .../brands-page/brands-page.component.html | 2 +- .../faq-page/faq-page.component.html | 6 +- .../lp-banner/lp-banner.component.html | 4 +- .../lp-brands/lp-brands.component.html | 10 +- .../lp-promo/lp-promo.component.html | 6 +- .../return-policy.component.html | 8 +- src/app/landing/landing.component.html | 4 +- .../checkout-header.component.html | 4 +- .../footer-contact-info.component.html | 14 +- src/app/layout/footer/footer.component.html | 18 +- .../brand-menu-dropdown.component.html | 4 +- .../brand-logo/brand-logo.component.html | 4 +- .../categories-details.component.html | 24 +- .../categories-menu-dropdown.component.html | 12 +- .../category-mobile-menu.component.html | 2 +- .../header-cart/header-cart.component.html | 8 +- .../header-help-dropdown.component.html | 10 +- .../header-search.component.html | 2 +- .../profile-dropdown.component.html | 58 ++-- src/app/layout/header/header.component.html | 34 +- .../filter-summary-filter-list.component.html | 4 +- .../filter-summary-sort-by.component.html | 8 +- .../filter-summary-container.component.html | 6 +- .../multiselect-filter.component.html | 10 +- .../range-filter/range-filter.component.html | 6 +- .../single-selection-filter.component.html | 10 +- .../search-filters-container.component.html | 4 +- .../search-result-item.component.html | 8 +- .../search-result-list.component.html | 6 +- .../search-results-container.component.html | 4 +- .../search-title-container.component.html | 4 +- .../search-page/search-page.component.html | 30 +- .../product-description.component.html | 2 +- .../product-details.component.html | 72 ++-- .../product-images.component.html | 16 +- .../check-pincode.component.html | 18 +- .../product-count.component.html | 16 +- .../product-price-info.component.html | 22 +- .../product-review.component.html | 66 ++-- .../product-variants.component.html | 2 +- .../write-product-review.component.html | 42 +-- .../breadcrumbs/breadcrumbs.component.html | 8 +- .../inner-product.component.html | 6 +- .../product-slider.component.html | 6 +- .../saved-address.component.html | 34 +- .../search-bar/search-bar.component.html | 6 +- .../add-edit-address.component.html | 52 +-- .../favorite-product-list-item.component.html | 14 +- .../favorite-products.component.html | 4 +- .../order-detail/order-detail.component.html | 36 +- .../order-list-item.component.html | 34 +- .../components/orders/orders.component.html | 10 +- .../profile-email.component.html | 28 +- .../profile-password.component.html | 26 +- .../components/profile/profile.component.html | 4 +- src/app/user/user.component.html | 10 +- src/styles.scss | 3 + tailwind.config.js | 11 + yarn.lock | 316 ++++++++++++++++-- 80 files changed, 930 insertions(+), 635 deletions(-) create mode 100644 tailwind.config.js diff --git a/package.json b/package.json index 1fb01703..2b08c852 100644 --- a/package.json +++ b/package.json @@ -48,27 +48,27 @@ "@ngrx/effects": "^10.0.1", "@ngrx/entity": "^10.0.1", "@ngrx/store": "^10.0.1", + "@ngu/carousel": "^3.0.1", "@nguniversal/builders": "^14.0.3", "@nguniversal/common": "^14.0.3", "@nguniversal/express-engine": "^14.0.3", "@ngx-lite/input-star-rating": "^0.3.7", "@ngx-lite/json-ld": "^0.6.4", - "ngx-progressbar": "^6.0.3", - "@ngu/carousel": "^3.0.1", "@types/crypto-js": "^3.1.40", "@types/express": "^4.17.9", "angular-svg-round-progressbar": "^5.0.2", "bootstrap": "4.1.3", "crypto-js": "^3.1.9-1", - "jsonapi-deserializer": "^0.1.1", "express": "^4.17.1", "fibers": "^4.0.2", "font-awesome": "^4.7.0", "hammerjs": "^2.0.8", "immutable": "^4.0.0-rc.12", + "jsonapi-deserializer": "^0.1.1", "ng-lazyload-image": "^7.0.1", "ng2-ui-auth": "^9.2.0", "ngx-bootstrap": "^6.2.0", + "ngx-progressbar": "^6.0.3", "ngx-toastr": "^16.0.2", "picturefill": "^3.0.3", "reselect": "^4.0.0", @@ -94,6 +94,7 @@ "@types/morris.js": "~0.5.7", "@types/node": "^12.11.7", "@types/scriptjs": "^0.0.2", + "autoprefixer": "^10.4.16", "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", @@ -104,9 +105,11 @@ "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "nswag": "^11.20.1", + "postcss": "^8.4.31", "protractor": "~7.0.0", "source-map-explorer": "^1.6.0", "sw-precache": "^5.2.1", + "tailwindcss": "^3.3.5", "ts-node": "~7.0.1", "tslint": "~6.1.0", "typescript": "4.9.5", @@ -116,4 +119,4 @@ "main": "index.js", "repository": "git@github.com:aviabird/angularspree.git", "author": "Pankaj Rawat " -} \ No newline at end of file +} diff --git a/src/app/auth/components/forget-password/forget-password.component.html b/src/app/auth/components/forget-password/forget-password.component.html index dd6b6543..e5cf664b 100644 --- a/src/app/auth/components/forget-password/forget-password.component.html +++ b/src/app/auth/components/forget-password/forget-password.component.html @@ -1,10 +1,10 @@ -
-
-
-
-