@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,40 @@
1
+ /* Blank Area Style
2
+ ============================================*/
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+ /* Max width 767px */
14
+ @media only screen and (max-width : 767px) {
15
+
16
+ }
17
+
18
+ /* Min width 768px to Max width 992px */
19
+ @media only screen and (min-width : 768px) and (max-width : 991px) {
20
+
21
+ }
22
+
23
+ /* Min width 992px to Max width 1199px */
24
+ @media only screen and (min-width : 992px) and (max-width : 1199px) {
25
+
26
+ }
27
+
28
+ /* Min width 1200px to Max width 1399px */
29
+ @media only screen and (min-width : 1200px) and (max-width : 1399px) {
30
+
31
+ }
32
+
33
+ /* Min width 1400px to Max width 1799px */
34
+ @media only screen and (min-width : 1400px) and (max-width : 1799px) {
35
+
36
+ }
37
+
38
+ @media only screen and (max-width : 1199px) {
39
+
40
+ }
@@ -0,0 +1,193 @@
1
+ /* Blog Area Style
2
+ ============================================*/
3
+ .single-blog-item {
4
+ margin-bottom: 30px;
5
+ .blog-img {
6
+ margin-bottom: 20px;
7
+ display: block;
8
+ img {
9
+ border-radius: var(--borderRadius6);
10
+ }
11
+ }
12
+ .info {
13
+ margin-bottom: 15px;
14
+ }
15
+ h2 {
16
+ font-size: 28px;
17
+ margin-bottom: 16px;
18
+ a {
19
+ text-decoration: none;
20
+ color: var(--secondary);
21
+ }
22
+ }
23
+ }
24
+ .blog-details-content {
25
+ .blog-img {
26
+ margin-bottom: 20px;
27
+ display: block;
28
+ img {
29
+ border-radius: var(--borderRadius6);
30
+ }
31
+ }
32
+ .info {
33
+ margin-bottom: 15px;
34
+ }
35
+ h2 {
36
+ font-size: 28px;
37
+ margin-bottom: 16px;
38
+ a {
39
+ text-decoration: none;
40
+ color: var(--secondary);
41
+ }
42
+ }
43
+ }
44
+ .blockquote {
45
+ background-color: #fffae9;
46
+ padding: 50px 60px;
47
+ margin-top: 30px;
48
+ margin-bottom: 30px;
49
+ i {
50
+ font-size: 72px;
51
+ line-height: 1;
52
+ color: #d9d9d9;
53
+ }
54
+ p {
55
+ font-size: 16px;
56
+ }
57
+ }
58
+ .tags-share {
59
+ padding-top: 85px;
60
+ padding-bottom: 40px;
61
+ margin-bottom: 40px;
62
+ border-bottom: 1px solid var(--borderColor);
63
+ .tags {
64
+ i {
65
+ font-size: 18px;
66
+ }
67
+ span {
68
+ position: relative;
69
+ top: 1px;
70
+ }
71
+ }
72
+ .share {
73
+ span {
74
+ margin-right: 15px;
75
+ }
76
+ li {
77
+ margin-right: 5px;
78
+ a {
79
+ width: 30px;
80
+ height: 30px;
81
+ line-height: 30px;
82
+ text-align: center;
83
+ display: inline-block;
84
+ background-color: #d9d9d9;
85
+ border-radius: 50px;
86
+ &:hover {
87
+ background-color: var(--primary);
88
+ color: var(--white);
89
+ }
90
+ }
91
+ }
92
+ }
93
+ }
94
+ .post-left-right {
95
+ font-size: var(--fontSize15);
96
+ font-family: var(--fontFamilyMedium);
97
+ padding-bottom: 75px;
98
+ }
99
+ .commnet-form {
100
+ border: 1px solid var(--borderColor);
101
+ padding: 65px 80px;
102
+ border-radius: var(--borderRadius6);
103
+ h3 {
104
+ font-size: 28px;
105
+ margin-bottom: 20px;
106
+ }
107
+ }
108
+
109
+ /* Max width 767px */
110
+ @media only screen and (max-width: 767px) {
111
+ .single-blog-item {
112
+ h2 {
113
+ font-size: 20px;
114
+ }
115
+ .gap-4 {
116
+ gap: 0.5rem !important;
117
+ }
118
+ }
119
+ .blog-details-content {
120
+ h2 {
121
+ font-size: 20px;
122
+ }
123
+ .gap-4 {
124
+ gap: 0.5rem !important;
125
+ }
126
+ }
127
+ .blockquote {
128
+ padding: 20px;
129
+ i {
130
+ font-size: 30px;
131
+ }
132
+ }
133
+ .tags-share {
134
+ padding-top: 30px;
135
+ padding-bottom: 30px;
136
+ margin-bottom: 30px;
137
+ .share span {
138
+ margin-right: -1px;
139
+ }
140
+ }
141
+ .post-left-right {
142
+ padding-bottom: 30px;
143
+ }
144
+ .commnet-form {
145
+ padding: 30px;
146
+ h3 {
147
+ font-size: 22px;
148
+ }
149
+ }
150
+ }
151
+
152
+ /* Min width 768px to Max width 992px */
153
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
154
+ .single-blog-item {
155
+ h2 {
156
+ font-size: 20px;
157
+ }
158
+ .gap-4 {
159
+ gap: 0.2rem !important;
160
+ }
161
+ }
162
+ .blog-details-content {
163
+ h2 {
164
+ font-size: 20px;
165
+ }
166
+ .gap-4 {
167
+ gap: 0.2rem !important;
168
+ }
169
+ .blockquote {
170
+ padding: 20px;
171
+ i {
172
+ font-size: 30px;
173
+ }
174
+ }
175
+ .tags-share {
176
+ padding-top: 30px;
177
+ padding-bottom: 30px;
178
+ margin-bottom: 30px;
179
+ .share span {
180
+ margin-right: -1px;
181
+ }
182
+ }
183
+ .post-left-right {
184
+ padding-bottom: 30px;
185
+ }
186
+ .commnet-form {
187
+ padding: 30px;
188
+ h3 {
189
+ font-size: 22px;
190
+ }
191
+ }
192
+ }
193
+ }
@@ -0,0 +1,108 @@
1
+ /* Cart Area Style
2
+ ============================================*/
3
+ .cart-table {
4
+ table {
5
+ width: 1295px;
6
+ thead {
7
+ tr {
8
+ border-color: #d9d9d9;
9
+ th {
10
+ font-size: 14px;
11
+ color: var(--dark);
12
+ background-color: #fffbf5;
13
+ padding: 20px 30px;
14
+ }
15
+ }
16
+ }
17
+ tbody {
18
+ tr {
19
+ border-left: 1px solid #d9d9d9;
20
+ border-right: 1px solid #d9d9d9;
21
+ td {
22
+ padding: 20px 30px;
23
+ border-color: #d9d9d9;
24
+ .cart-product {
25
+ width: 80px;
26
+ }
27
+ a {
28
+ display: block;
29
+ color: var(--primary);
30
+ text-decoration: none;
31
+ }
32
+ .title {
33
+ width: 250px;
34
+ color: var(--secondary);
35
+ }
36
+ .price {
37
+ font-size: 16px;
38
+ font-family: var(--fontFamilyBold);
39
+ color: var(--bodyColor);
40
+ }
41
+ .remove {
42
+ i {
43
+ font-size: 20px;
44
+ color: var(--danger);
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ .coupon-wrap {
53
+ .form-control {
54
+ width: 200px;
55
+ margin-right: 10px;
56
+ height: 41px;
57
+ }
58
+ }
59
+ .total-cart {
60
+ background-color: #fffbf5;
61
+ max-width: 730px;
62
+ padding: 70px;
63
+ margin-top: 60px;
64
+ h3 {
65
+ font-size: 18px;
66
+ margin-bottom: 20px;
67
+ }
68
+ ul {
69
+ padding-left: 0;
70
+ margin-bottom: 20px;
71
+ list-style: none;
72
+ li {
73
+ padding: 20px 30px;
74
+ border: 1px solid #d9d9d9;
75
+ background-color: var(--white);
76
+ line-height: 1;
77
+ border-bottom: none;
78
+ .title {
79
+ font-size: 14px;
80
+ color: var(--dark);
81
+ }
82
+ .price {
83
+ font-family: var(--fontFamilyBold);
84
+ font-size: 16px;
85
+ color: var(--secondary);
86
+ }
87
+ &:last-child {
88
+ border-bottom: 1px solid #d9d9d9;
89
+ }
90
+ }
91
+ }
92
+ }
93
+
94
+ /* Max width 767px */
95
+ @media only screen and (max-width: 767px) {
96
+ .total-cart {
97
+ padding: 20px;
98
+ margin-top: 30px;
99
+ }
100
+ }
101
+
102
+ /* Min width 768px to Max width 992px */
103
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
104
+ .total-cart {
105
+ padding: 30px;
106
+ margin-top: 30px;
107
+ }
108
+ }
@@ -0,0 +1,82 @@
1
+ /* Categories Area Style
2
+ ============================================*/
3
+ .single-popular-categories-item {
4
+ text-align: center;
5
+ text-decoration: none;
6
+ img {
7
+ border: 1px solid var(--borderColor);
8
+ padding: 8px;
9
+ border-radius: 50%;
10
+ margin-bottom: 10px;
11
+ transition: var(--transition);
12
+ }
13
+ h3 {
14
+ font-size: var(--fontSize16);
15
+ margin-bottom: 3px;
16
+ transition: var(--transition);
17
+ }
18
+ span {
19
+ font-size: var(--fontSize13);
20
+ color: var(--bodyColor);
21
+ }
22
+ &:hover {
23
+ img {
24
+ border-color: var(--success);
25
+ }
26
+ h3 {
27
+ color: var(--success);
28
+ }
29
+ }
30
+ }
31
+ .popular-categories {
32
+ .controller-icon {
33
+ font-size: 18px;
34
+ width: 35px;
35
+ height: 35px;
36
+ line-height: 38px;
37
+ text-align: center;
38
+ border: 1px solid var(--borderColor);
39
+ display: inline-block;
40
+ border-radius: 50px;
41
+ background: var(--white);
42
+ z-index: 1;
43
+ transition: var(--transition);
44
+ position: absolute;
45
+ top: 26%;
46
+ left: 1px;
47
+ cursor: pointer;
48
+ &:hover {
49
+ background-color: var(--success);
50
+ border-color: var(--success);
51
+ color: var(--white);
52
+ }
53
+ }
54
+ .prev3 {
55
+ i {
56
+ position: relative;
57
+ right: 2px;
58
+ transform: scaleX(-1);
59
+ display: block;
60
+ }
61
+ }
62
+ .next3 {
63
+ left: auto;
64
+ right: 1px;
65
+ i {
66
+ position: relative;
67
+ right: -2px;
68
+ }
69
+ }
70
+ }
71
+ .bg-50 {
72
+ position: relative;
73
+ &::before {
74
+ content: "";
75
+ position: absolute;
76
+ top: 0;
77
+ left: 0;
78
+ width: 100%;
79
+ height: 64px;
80
+ background-color: var(--warningdiv1);
81
+ }
82
+ }
@@ -0,0 +1,110 @@
1
+ /* Checkout Area Style
2
+ ============================================*/
3
+ .checkout-content {
4
+ h3 {
5
+ font-size: 24px;
6
+ margin-bottom: 30px;
7
+ }
8
+ }
9
+ .your-order {
10
+ margin-left: 50px;
11
+ h3 {
12
+ font-size: 24px;
13
+ margin-bottom: 30px;
14
+ }
15
+ .title {
16
+ span {
17
+ margin-left: 5px;
18
+ max-width: 200px;
19
+ display: inline-block;
20
+ }
21
+ }
22
+ }
23
+ .your-order-form {
24
+ h3 {
25
+ font-size: 24px;
26
+ margin-top: 40px;
27
+ margin-bottom: 30px;
28
+ }
29
+ .table {
30
+ border-color: #d9d9d9;
31
+ thead {
32
+ tr {
33
+ border: none;
34
+ th {
35
+ border: none;
36
+ font-size: 18px;
37
+ padding-bottom: 20px;
38
+ padding-left: 0;
39
+ padding-right: 0;
40
+ }
41
+ }
42
+ }
43
+ tbody {
44
+ tr {
45
+ td {
46
+ padding: 20px 30px;
47
+ &.title {
48
+ color: var(--bodyColor);
49
+ }
50
+ &.price {
51
+ font-size: 16px;
52
+ font-family: var(--fontFamilyBold);
53
+ color: var(--secondary);
54
+ }
55
+ &.sub-title {
56
+ font-size: 18px;
57
+ color: var(--dark);
58
+ }
59
+ &.sub-price {
60
+ font-size: 18px;
61
+ font-weight: 700;
62
+ color: var(--primary);
63
+ }
64
+ }
65
+ }
66
+ }
67
+ }
68
+ .form-check {
69
+ margin-bottom: 15px;
70
+ .form-check-input {
71
+ .form-check-label {
72
+ font-weight: 500;
73
+ font-size: 14px;
74
+ margin-left: 9px;
75
+ }
76
+ &:focus {
77
+ box-shadow: none;
78
+ }
79
+ }
80
+ }
81
+ }
82
+
83
+ /* Max width 991px */
84
+ @media only screen and (max-width: 991px) {
85
+ .your-order-form {
86
+ .table {
87
+ tbody {
88
+ tr {
89
+ td {
90
+ padding: 10px;
91
+ &.title {
92
+ font-size: 14px;
93
+ }
94
+ &.sub-title {
95
+ font-size: 16px;
96
+ }
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
102
+ .your-order {
103
+ margin-top: 30px;
104
+ margin-left: 0;
105
+ h3 {
106
+ font-size: 20px;
107
+ margin-bottom: 20px;
108
+ }
109
+ }
110
+ }