@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,16 @@
1
+ /* Blank Area Style
2
+ ============================================*/
3
+ .single-servives-item {
4
+ margin-bottom: 25px;
5
+ i {
6
+ font-size: 48px;
7
+ color: var(--primary);
8
+ }
9
+ h3 {
10
+ font-size: 16px;
11
+ margin-bottom: 0;
12
+ }
13
+ span {
14
+ font-size: var(--fontSize14);
15
+ }
16
+ }
@@ -0,0 +1,259 @@
1
+ /* Blank Area Style
2
+ ============================================*/
3
+ .sidebar {
4
+ h3 {
5
+ font-size: var(--fontSize18);
6
+ font-family: var(--fontFamilyBold);
7
+ margin-bottom: 15px;
8
+ }
9
+ &.ms-78 {
10
+ margin-left: 78px;
11
+ }
12
+ .filter-selecet {
13
+ max-height: 400px;
14
+ overflow: auto;
15
+ li {
16
+ margin-bottom: 10px;
17
+ &:last-child {
18
+ margin-bottom: 0;
19
+ }
20
+ .form-check {
21
+ .form-check-input {
22
+ position: relative;
23
+ top: 1px;
24
+ border-color: #57636c;
25
+ &:focus {
26
+ box-shadow: none;
27
+ border-color: var(--primary);
28
+ }
29
+ }
30
+ .form-check-label {
31
+ font-size: var(--fontSize14);
32
+ font-family: var(--fontFamilyMedium);
33
+ }
34
+ }
35
+ }
36
+ }
37
+ .h-36 {
38
+ height: 36px;
39
+ &::placeholder {
40
+ font-size: 15px;
41
+ font-family: var(--fontFamilyMedium);
42
+ color: var(--secondary);
43
+ }
44
+ }
45
+ // Filter Rang
46
+ .filter-rang {
47
+ .noUi-target {
48
+ cursor: pointer;
49
+ :focus {
50
+ outline: none;
51
+ }
52
+ }
53
+ .noUi-horizontal {
54
+ height: 7px;
55
+ .noUi-handle {
56
+ top: -5px;
57
+ right: -12px;
58
+ width: 15px;
59
+ height: 15px;
60
+ background: var(--bodyColor);
61
+ border: 2px solid var(--bodyColor);
62
+ border-radius: 50%;
63
+ box-shadow: unset;
64
+ cursor: pointer;
65
+ transition: transform 0.1s;
66
+ &:before,
67
+ &:after {
68
+ content: none;
69
+ }
70
+ &:hover {
71
+ transform: scale(1.1);
72
+ }
73
+ }
74
+ }
75
+ .noUi-connect {
76
+ background: var(--bodyColor);
77
+ }
78
+ .noUi-base {
79
+ background: #eeeeee;
80
+ }
81
+ .filter__label {
82
+ max-width: 67px;
83
+ background: transparent;
84
+ border-radius: 6px;
85
+ padding: 5px 0;
86
+ position: relative;
87
+ cursor: pointer;
88
+ &:before {
89
+ position: absolute;
90
+ left: 8px;
91
+ top: 50%;
92
+ transform: translateY(-50%);
93
+ right: 28px;
94
+ left: auto;
95
+ color: var(--secondary);
96
+ }
97
+ &:nth-child(1) {
98
+ &:before {
99
+ content: "$";
100
+ }
101
+ }
102
+ &:nth-child(2) {
103
+ &:before {
104
+ content: "$";
105
+ }
106
+ }
107
+ .filter__input {
108
+ font-weight: 600;
109
+ color: var(--secondary);
110
+ background-color: transparent;
111
+ height: 35px;
112
+ padding: 0;
113
+ cursor: pointer;
114
+ max-width: 160px;
115
+ border: none;
116
+ &:focus {
117
+ border: none;
118
+ outline: none;
119
+ }
120
+ }
121
+ }
122
+ .filter__slider-price {
123
+ width: 100%;
124
+ margin-top: 20px;
125
+ margin-bottom: 0;
126
+ border-radius: none;
127
+ border: 0;
128
+ }
129
+ }
130
+ .color-filter {
131
+ li {
132
+ cursor: pointer;
133
+ width: 30px;
134
+ height: 30px;
135
+ border-radius: 50px;
136
+ &.color1 {
137
+ background-color: #d9d9d9;
138
+ }
139
+ &.color2 {
140
+ background-color: #f7931e;
141
+ }
142
+ &.color3 {
143
+ background-color: #ff0000;
144
+ }
145
+ &.color4 {
146
+ background-color: #75b344;
147
+ }
148
+ &.color5 {
149
+ background-color: #a58a00;
150
+ }
151
+ &.color6 {
152
+ background-color: #0052ce;
153
+ }
154
+ &.color7 {
155
+ background-color: #ff91be;
156
+ }
157
+ &.color8 {
158
+ background-color: #000000;
159
+ }
160
+ }
161
+ }
162
+ &.product-sidebar {
163
+ border-right: 1px solid #e7e9eb;
164
+ padding-right: 24px;
165
+ }
166
+ }
167
+ .single-sidebar-widget {
168
+ margin-bottom: 30px;
169
+ &:last-child {
170
+ margin-bottom: 0;
171
+ }
172
+ .popular-item {
173
+ margin-bottom: 20px;
174
+ &:last-child {
175
+ margin-bottom: 0;
176
+ }
177
+ img {
178
+ border-radius: var(--borderRadius6);
179
+ }
180
+ h6 {
181
+ a {
182
+ font-size: 15px;
183
+ font-family: var(--fontFamilyBold);
184
+ text-decoration: none;
185
+ color: var(--secondary);
186
+ }
187
+ }
188
+ i {
189
+ color: var(--warning);
190
+ margin-right: 8px;
191
+ }
192
+ span {
193
+ font-size: var(--fontSize15);
194
+ }
195
+ &:hover {
196
+ h6 {
197
+ a {
198
+ color: var(--primary);
199
+ }
200
+ }
201
+ }
202
+ }
203
+ .categories {
204
+ li {
205
+ margin-bottom: 5px;
206
+ &:last-child {
207
+ margin-bottom: 0;
208
+ }
209
+ a {
210
+ text-decoration: none;
211
+ font-size: var(--fontSize15);
212
+ font-family: var(--fontFamilyBold);
213
+ }
214
+ }
215
+ }
216
+ .tags {
217
+ margin-right: -4px;
218
+ li {
219
+ display: inline-block;
220
+ margin-bottom: 8px;
221
+ margin-right: 4px;
222
+ a {
223
+ display: inline-block;
224
+ border: 1px solid var(--warning);
225
+ padding: 5px 20px;
226
+ text-decoration: none;
227
+ border-radius: 50px;
228
+ &:hover {
229
+ background-color: var(--warning);
230
+ color: var(--white);
231
+ }
232
+ }
233
+ }
234
+ }
235
+ .form-control {
236
+ padding: 8px 20px;
237
+ }
238
+ }
239
+
240
+ /* Min width 1200px to Max width 1399px */
241
+ @media only screen and (min-width: 1200px) and (max-width: 1399px) {
242
+ .sidebar {
243
+ &.ms-78 {
244
+ margin-left: 0;
245
+ }
246
+ }
247
+ }
248
+
249
+ @media only screen and (max-width: 1199px) {
250
+ .sidebar {
251
+ &.ms-78 {
252
+ margin-left: 0;
253
+ }
254
+ &.product-sidebar {
255
+ border: none;
256
+ padding: 0;
257
+ }
258
+ }
259
+ }