@crm-market/template-shared 1.0.0

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.
Files changed (160) hide show
  1. package/assets/css/custom.css +70 -0
  2. package/assets/css/remixicon.css +2782 -0
  3. package/assets/css/satoshi-font.css +31 -0
  4. package/assets/fonts/flaticon.css +463 -0
  5. package/assets/fonts/flaticon.eot +0 -0
  6. package/assets/fonts/flaticon.html +2153 -0
  7. package/assets/fonts/flaticon.svg +441 -0
  8. package/assets/fonts/flaticon.ttf +0 -0
  9. package/assets/fonts/flaticon.woff +0 -0
  10. package/assets/fonts/flaticon.woff2 +0 -0
  11. package/assets/fonts/remixicon.eot +0 -0
  12. package/assets/fonts/remixicon.svg +8230 -0
  13. package/assets/fonts/remixicon.ttf +0 -0
  14. package/assets/fonts/remixicon.woff +0 -0
  15. package/assets/fonts/remixicon.woff2 +0 -0
  16. package/assets/scss/_variables.scss +31 -0
  17. package/assets/scss/components/_about.scss +58 -0
  18. package/assets/scss/components/_authentication.scss +124 -0
  19. package/assets/scss/components/_backtoptop.scss +27 -0
  20. package/assets/scss/components/_banner.scss +396 -0
  21. package/assets/scss/components/_best-deals.scss +74 -0
  22. package/assets/scss/components/_blank.scss +40 -0
  23. package/assets/scss/components/_blog.scss +193 -0
  24. package/assets/scss/components/_cart.scss +108 -0
  25. package/assets/scss/components/_categories.scss +82 -0
  26. package/assets/scss/components/_checkout.scss +110 -0
  27. package/assets/scss/components/_dashboard.scss +388 -0
  28. package/assets/scss/components/_faq.scss +22 -0
  29. package/assets/scss/components/_filter-rang.scss +109 -0
  30. package/assets/scss/components/_footer.scss +270 -0
  31. package/assets/scss/components/_global.scss +550 -0
  32. package/assets/scss/components/_header.scss +587 -0
  33. package/assets/scss/components/_hurry.scss +52 -0
  34. package/assets/scss/components/_navbar.scss +1008 -0
  35. package/assets/scss/components/_offers.scss +689 -0
  36. package/assets/scss/components/_pagination.scss +71 -0
  37. package/assets/scss/components/_popup.scss +172 -0
  38. package/assets/scss/components/_preloader.scss +108 -0
  39. package/assets/scss/components/_products.scss +1147 -0
  40. package/assets/scss/components/_rtl.scss +806 -0
  41. package/assets/scss/components/_services.scss +16 -0
  42. package/assets/scss/components/_sidebar.scss +259 -0
  43. package/assets/scss/style.css +6676 -0
  44. package/assets/scss/style.css.map +1 -0
  45. package/assets/scss/style.scss +40 -0
  46. package/assets/webfonts/Satoshi-Bold.eot +0 -0
  47. package/assets/webfonts/Satoshi-Bold.woff +0 -0
  48. package/assets/webfonts/Satoshi-Bold.woff2 +0 -0
  49. package/assets/webfonts/Satoshi-Medium.eot +0 -0
  50. package/assets/webfonts/Satoshi-Medium.woff +0 -0
  51. package/assets/webfonts/Satoshi-Medium.woff2 +0 -0
  52. package/assets/webfonts/Satoshi-Regular.eot +0 -0
  53. package/assets/webfonts/Satoshi-Regular.woff +0 -0
  54. package/assets/webfonts/Satoshi-Regular.woff2 +0 -0
  55. package/components/AboutUs/AboutUsTuan.vue +25 -0
  56. package/components/AboutUs/Statistics.vue +42 -0
  57. package/components/AboutUs/SubscribeToTheNewsletter.vue +57 -0
  58. package/components/AddAddress/index.vue +70 -0
  59. package/components/BestSellers/Products.vue +1562 -0
  60. package/components/BestSellers/RecentlyViewed.vue +304 -0
  61. package/components/Cart/ProductQuantity.vue +29 -0
  62. package/components/Cart/index.vue +167 -0
  63. package/components/Categories/index.vue +305 -0
  64. package/components/ChangePassword/index.vue +71 -0
  65. package/components/Checkout/index.vue +192 -0
  66. package/components/Common/DashboardNavigation.vue +37 -0
  67. package/components/Common/PageBanner.vue +28 -0
  68. package/components/Common/ProductCard.vue +152 -0
  69. package/components/Common/Services.vue +58 -0
  70. package/components/Contact/ContactForm.vue +91 -0
  71. package/components/Contact/ContactInfo.vue +74 -0
  72. package/components/Dashboard/RecentOrder.vue +173 -0
  73. package/components/Dashboard/index.vue +79 -0
  74. package/components/EditAddress/index.vue +119 -0
  75. package/components/EditProfile/index.vue +97 -0
  76. package/components/FAQ/index.vue +121 -0
  77. package/components/FeaturedProduct/FeaturedProducts.vue +304 -0
  78. package/components/FeaturedProduct/Products.vue +1562 -0
  79. package/components/ForgotPassword/index.vue +51 -0
  80. package/components/Layout/BackToUp.vue +38 -0
  81. package/components/Layout/Copyright.vue +25 -0
  82. package/components/Layout/Footer.vue +183 -0
  83. package/components/Layout/FooterTwo.vue +165 -0
  84. package/components/Layout/LocationOption.vue +178 -0
  85. package/components/Layout/MiddleHeader.vue +229 -0
  86. package/components/Layout/MiddleHeaderThree.vue +204 -0
  87. package/components/Layout/MiddleHeaderTwo.vue +240 -0
  88. package/components/Layout/Navbar.vue +185 -0
  89. package/components/Layout/NavbarStyleFour.vue +334 -0
  90. package/components/Layout/NavbarStyleThree.vue +188 -0
  91. package/components/Layout/NavbarStyleTwo.vue +108 -0
  92. package/components/Layout/Preloader.vue +18 -0
  93. package/components/Layout/RTLSwitchBtn.vue +40 -0
  94. package/components/Layout/ResponsiveNavbar.vue +431 -0
  95. package/components/Layout/TopHeader.vue +130 -0
  96. package/components/Login/index.vue +94 -0
  97. package/components/MyAccount/index.vue +154 -0
  98. package/components/NewArrivals/Products.vue +1969 -0
  99. package/components/NewArrivals/RecentlyViewed.vue +304 -0
  100. package/components/OrderDetails/index.vue +77 -0
  101. package/components/OrderHistory/index.vue +197 -0
  102. package/components/PrivacyPolicy/index.vue +112 -0
  103. package/components/ProductDetails/ProductDetailsTab.vue +343 -0
  104. package/components/ProductDetails/ProductQuantity.vue +29 -0
  105. package/components/ProductDetails/RecentlyViewed.vue +304 -0
  106. package/components/ProductDetails/index.vue +268 -0
  107. package/components/Products/RecentlyViewed.vue +304 -0
  108. package/components/Products/index.vue +292 -0
  109. package/components/Register/index.vue +88 -0
  110. package/components/TermsConditions/index.vue +112 -0
  111. package/components/TrendingProducts/FeaturedProducts.vue +304 -0
  112. package/components/TrendingProducts/Products.vue +1564 -0
  113. package/components/Wishlist/ProductQuantity.vue +29 -0
  114. package/components/Wishlist/index.vue +128 -0
  115. package/composables/useCart.ts +149 -0
  116. package/composables/useCategories.ts +87 -0
  117. package/composables/useCheckout.ts +131 -0
  118. package/composables/useProducts.ts +162 -0
  119. package/composables/useSiteConfig.ts +236 -0
  120. package/composables/useTemplateSections.ts +74 -0
  121. package/e2e/cart.spec.ts +71 -0
  122. package/e2e/fixtures/mock-api.ts +166 -0
  123. package/e2e/homepage.spec.ts +65 -0
  124. package/e2e/layout.spec.ts +73 -0
  125. package/e2e/navigation.spec.ts +61 -0
  126. package/e2e/pages/cart.page.ts +44 -0
  127. package/e2e/pages/homepage.page.ts +46 -0
  128. package/e2e/playwright.config.ts +32 -0
  129. package/e2e/products.spec.ts +33 -0
  130. package/layouts/default.vue +94 -0
  131. package/layouts/inner.vue +70 -0
  132. package/nuxt.config.ts +86 -0
  133. package/package.json +38 -0
  134. package/pages/about-us.vue +12 -0
  135. package/pages/address.vue +10 -0
  136. package/pages/cart.vue +10 -0
  137. package/pages/categories.vue +10 -0
  138. package/pages/change-password.vue +10 -0
  139. package/pages/checkout.vue +10 -0
  140. package/pages/contact.vue +11 -0
  141. package/pages/dashboard.vue +10 -0
  142. package/pages/edit-address.vue +10 -0
  143. package/pages/edit-profile.vue +10 -0
  144. package/pages/faq.vue +10 -0
  145. package/pages/forgot-password.vue +10 -0
  146. package/pages/login.vue +10 -0
  147. package/pages/my-account.vue +10 -0
  148. package/pages/order-details.vue +10 -0
  149. package/pages/order-history.vue +10 -0
  150. package/pages/privacy-policy.vue +10 -0
  151. package/pages/product-details.vue +10 -0
  152. package/pages/products.vue +10 -0
  153. package/pages/register.vue +10 -0
  154. package/pages/terms-conditions.vue +10 -0
  155. package/pages/wishlist.vue +10 -0
  156. package/plugins/site-init.client.ts +24 -0
  157. package/plugins/vuetify.ts +18 -0
  158. package/types/index.ts +121 -0
  159. package/utils/image.ts +13 -0
  160. package/utils/store.ts +21 -0
@@ -0,0 +1,71 @@
1
+ /*
2
+ Page-navigation Area Style
3
+ ======================================================*/
4
+ .pagination-area {
5
+ .page-numbers {
6
+ width: 32px;
7
+ height: 32px;
8
+ line-height: 32px;
9
+ text-align: center;
10
+ display: inline-block;
11
+ margin-left: 0;
12
+ margin-right: 0;
13
+ font-size: 16px;
14
+ color: var(--bodyColor);
15
+ text-decoration: none;
16
+ transition: var(--transition);
17
+ border-radius: 50px;
18
+ background-color: var(--white);
19
+ position: relative;
20
+ i {
21
+ font-size: 22px;
22
+ font-weight: normal;
23
+ color: var(--bodyColor);
24
+ transition: var(--transition);
25
+ }
26
+ &:hover {
27
+ color: var(--dark);
28
+ background-color: var(--white);
29
+ i {
30
+ color: var(--white);
31
+ }
32
+ }
33
+ &.next {
34
+ top: 3px;
35
+ background-color: var(--gray2);
36
+ &:hover {
37
+ background-color: var(--primary);
38
+ color: var(--white);
39
+ }
40
+ }
41
+ &:hover {
42
+ color: var(--secondary);
43
+ }
44
+ &.current {
45
+ color: var(--secondary);
46
+ }
47
+ }
48
+ }
49
+
50
+ /* Max width 767px */
51
+ @media only screen and (max-width: 767px) {
52
+ }
53
+
54
+ /* Min width 768px to Max width 992px */
55
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
56
+ }
57
+
58
+ /* Min width 992px to Max width 1199px */
59
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
60
+ }
61
+
62
+ /* Min width 1200px to Max width 1399px */
63
+ @media only screen and (min-width: 1200px) and (max-width: 1399px) {
64
+ }
65
+
66
+ /* Min width 1400px to Max width 1799px */
67
+ @media only screen and (min-width: 1400px) and (max-width: 1799px) {
68
+ }
69
+
70
+ @media only screen and (max-width: 1199px) {
71
+ }
@@ -0,0 +1,172 @@
1
+ /* Modal Newsletter Area Style
2
+ ============================================*/
3
+ .popup-overlay {
4
+ height: 100%;
5
+ width: 100%;
6
+ background: rgba(0, 0, 0, 0.8);
7
+ position: fixed;
8
+ z-index: 9999;
9
+ transition: var(--transition);
10
+ top: 50%;
11
+ left: 50%;
12
+ transform: translate(-50%, -50%);
13
+ border: none;
14
+ .container {
15
+ padding: 0;
16
+ }
17
+ .align-middle {
18
+ position: absolute;
19
+ justify-content: center;
20
+ align-items: center;
21
+ display: flex;
22
+ width: 100%;
23
+ height: 100%;
24
+ left: 0;
25
+ right: 0;
26
+ .popup-body {
27
+ max-width: 810px;
28
+ height: auto;
29
+ background-color: var(--white);
30
+ box-shadow: 0 0 15px 5px #222;
31
+ margin: auto;
32
+ z-index: 9999;
33
+ margin: 30px;
34
+ position: relative;
35
+ .popup-close {
36
+ position: absolute;
37
+ top: -12.5px;
38
+ right: -12.5px;
39
+ cursor: pointer;
40
+ i {
41
+ width: 25px;
42
+ height: 25px;
43
+ line-height: 25px;
44
+ background-color: var(--secondary);
45
+ display: inline-block;
46
+ text-align: center;
47
+ box-shadow: var(--boxShadow);
48
+ color: var(--white);
49
+ transition: var(--transition);
50
+ }
51
+ &:hover {
52
+ i {
53
+ background-color: #ff0000;
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ .modal-newsletter {
60
+ padding-right: 24px;
61
+ padding-top: 50px;
62
+ padding-bottom: 50px;
63
+ h3 {
64
+ font-size: 24px;
65
+ }
66
+ .newsletter-form {
67
+ .default-btn {
68
+ position: relative;
69
+ width: 100%;
70
+ margin-top: 30px;
71
+ }
72
+ #chb1 {
73
+ margin-right: 5px;
74
+ position: relative;
75
+ top: 1px;
76
+ }
77
+ }
78
+ ul {
79
+ padding: 0;
80
+ margin: 0;
81
+ list-style-type: none;
82
+ margin-top: 30px;
83
+ margin-bottom: 20px;
84
+ li {
85
+ display: inline-block;
86
+ margin-right: 10px;
87
+ &:last-child {
88
+ margin-right: 0;
89
+ }
90
+ a {
91
+ i {
92
+ width: 40px;
93
+ height: 40px;
94
+ line-height: 40px;
95
+ background-color: var(--gray1);
96
+ color: var(--secondary);
97
+ transition: var(--transition);
98
+ display: inline-block;
99
+ text-align: center;
100
+ }
101
+ &:hover {
102
+ i {
103
+ color: var(--white);
104
+ background-color: var(--primary);
105
+ }
106
+ }
107
+ }
108
+ }
109
+ }
110
+ }
111
+ &.popup-hide {
112
+ opacity: 0;
113
+ visibility: hidden;
114
+ }
115
+ .slider {
116
+ position: relative;
117
+ top: -1px;
118
+ margin-left: 3px;
119
+ }
120
+ }
121
+ .popup-show {
122
+ opacity: 1;
123
+ visibility: visible;
124
+ }
125
+ .popup-overlay {
126
+ display: none;
127
+ }
128
+ .popup-hide {
129
+ .popup-overlay {
130
+ display: block;
131
+ }
132
+ }
133
+ .popup-show {
134
+ .popup-overlay {
135
+ //display: none;
136
+ }
137
+ }
138
+ [data-theme="show"] {
139
+ .popup-overlay {
140
+ display: block;
141
+ }
142
+ }
143
+ [data-theme="hide"] {
144
+ .popup-overlay {
145
+ display: none;
146
+ }
147
+ }
148
+
149
+ /* Max width 767px */
150
+ @media only screen and (max-width: 767px) {
151
+ .popup-overlay {
152
+ .align-middle {
153
+ .popup-body {
154
+ margin: 20px;
155
+ }
156
+ }
157
+ label {
158
+ font-size: 14px;
159
+ }
160
+ }
161
+ .popup-overlay .modal-newsletter {
162
+ padding: 20px;
163
+ h3 {
164
+ font-size: 20px;
165
+ }
166
+ }
167
+ .newsletter-img {
168
+ img {
169
+ width: 100%;
170
+ }
171
+ }
172
+ }
@@ -0,0 +1,108 @@
1
+ /* Preloader Area Style
2
+ ============================================*/
3
+ #preloader {
4
+ top: 0;
5
+ left: 0;
6
+ right: 0;
7
+ bottom: 0;
8
+ z-index: 9999;
9
+ position: fixed;
10
+ background-color: var(--white);
11
+
12
+ .preloader {
13
+ transform: translate(-50%, -50%);
14
+ position: absolute;
15
+ left: 50%;
16
+ top: 50%;
17
+
18
+ .loader {
19
+ position: relative;
20
+ overflow: hidden;
21
+ display: block;
22
+ height: 150px;
23
+ width: 150px;
24
+ margin: {
25
+ left: auto;
26
+ right: auto;
27
+ }
28
+ div {
29
+ height: 100%;
30
+ }
31
+ }
32
+ .loader,
33
+ .loader div {
34
+ padding: 8px;
35
+ border-radius: 50%;
36
+ border: 2px solid transparent;
37
+ animation: rotate linear 3.5s infinite;
38
+ border: {
39
+ top-color: var(--primary);
40
+ border-bottom: var(--primary);
41
+ }
42
+ }
43
+ .waviy {
44
+ margin-top: 20px;
45
+ position: relative;
46
+ text-align: center;
47
+ -webkit-box-reflect: below -47px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
48
+ font: {
49
+ size: 60px;
50
+ weight: 700;
51
+ }
52
+ span {
53
+ position: relative;
54
+ color: var(--dark);
55
+ animation-delay: 0.1s;
56
+ display: inline-block;
57
+ animation: waviy 1s infinite;
58
+
59
+ &:nth-child(2) {
60
+ animation-delay: 0.2s;
61
+ }
62
+ &:nth-child(3) {
63
+ animation-delay: 0.3s;
64
+ }
65
+ &:nth-child(4) {
66
+ animation-delay: 0.4s;
67
+ }
68
+ &:nth-child(5) {
69
+ animation-delay: 0.5s;
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
75
+ @keyframes rotate {
76
+ 0% {
77
+ transform: rotate(0deg);
78
+ }
79
+ 50% {
80
+ transform: rotate(180deg);
81
+ }
82
+ 100% {
83
+ transform: rotate(360deg);
84
+ }
85
+ }
86
+ @keyframes waviy {
87
+ 0%,
88
+ 40%,
89
+ 100% {
90
+ transform: translateY(0);
91
+ }
92
+ 20% {
93
+ transform: translateY(-20px);
94
+ }
95
+ }
96
+
97
+ /* Max width 767px */
98
+ @media only screen and (max-width: 767px) {
99
+ #preloader {
100
+ .preloader {
101
+ .waviy {
102
+ font: {
103
+ size: 40px;
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }