simpo-component-library 2.0.6 → 2.0.7
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.
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +8 -4
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +9 -5
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +8 -4
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
- package/esm2022/lib/elements/index.mjs +6 -5
- package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +29 -0
- package/esm2022/lib/elements/text/text.component.mjs +3 -3
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +15 -12
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +9 -6
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +7 -4
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +10 -6
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +7 -4
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +11 -7
- package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +7 -4
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +10 -7
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +12 -7
- package/esm2022/lib/sections/features-section/features-section.component.mjs +7 -4
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +9 -6
- package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
- package/esm2022/lib/sections/header-text/header-text.component.mjs +9 -6
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -6
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -6
- package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -6
- package/esm2022/lib/sections/location-section/location-section.component.mjs +9 -6
- package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +7 -4
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -6
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +7 -4
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -6
- package/esm2022/lib/sections/process-section/process-section.component.mjs +9 -6
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +7 -4
- package/esm2022/lib/sections/service-section/service-section.component.mjs +9 -6
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +9 -6
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +9 -6
- package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
- package/esm2022/lib/sections/video-section/video-section.component.mjs +9 -6
- package/esm2022/lib/services/rest.service.mjs +3 -3
- package/esm2022/lib/styles/index.mjs +22 -1
- package/esm2022/lib/styles/style.model.mjs +1 -1
- package/fesm2022/simpo-component-library.mjs +318 -187
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +3 -2
- package/lib/ecommerce/sections/category-product/category-product.component.d.ts +3 -2
- package/lib/ecommerce/sections/checkout/checkout.component.d.ts +4 -2
- package/lib/ecommerce/sections/customer-review/customer-review.component.d.ts +3 -1
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +3 -2
- package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +3 -2
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +2 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +2 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -2
- package/lib/elements/index.d.ts +2 -1
- package/lib/elements/svg-divider/svg-divider.component.d.ts +54 -0
- package/lib/sections/appointment-form/appointment-form.component.d.ts +3 -2
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +5 -4
- package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +3 -1
- package/lib/sections/banner-section/banner-section.component.d.ts +3 -2
- package/lib/sections/blog-list/blog-list.component.d.ts +3 -1
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +4 -3
- package/lib/sections/carousel-banner/carousel-banner.model.d.ts +2 -1
- package/lib/sections/choose-us-section/choose-us-section.component.d.ts +3 -1
- package/lib/sections/contact-us/contact-us.component.d.ts +3 -2
- package/lib/sections/faq-section/faq-section.component.d.ts +3 -2
- package/lib/sections/features-section/features-section.component.d.ts +3 -1
- package/lib/sections/footer-section/footer-section.component.d.ts +3 -1
- package/lib/sections/footer-section/footer-section.modal.d.ts +2 -1
- package/lib/sections/header-text/header-text.component.d.ts +3 -2
- package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +5 -3
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +3 -1
- package/lib/sections/image-section/image-section.component.d.ts +5 -3
- package/lib/sections/location-section/location-section.component.d.ts +3 -1
- package/lib/sections/logo-gallery/logo-gallery.component.d.ts +3 -1
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +3 -2
- package/lib/sections/pricing-section/pricing-section.component.d.ts +3 -2
- package/lib/sections/process-modern/process-modern.component.d.ts +3 -2
- package/lib/sections/process-section/process-section.component.d.ts +3 -2
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +3 -2
- package/lib/sections/service-section/service-section.component.d.ts +3 -2
- package/lib/sections/team-member-section/team-member-section.component.d.ts +3 -2
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +3 -1
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +3 -2
- package/lib/sections/testimonial-video/testimonial-video.component.d.ts +3 -1
- package/lib/sections/text-image-section/text-image-section.component.d.ts +3 -2
- package/lib/sections/text-section/text-section.component.d.ts +3 -2
- package/lib/sections/video-section/video-section.component.d.ts +3 -1
- package/lib/styles/index.d.ts +17 -0
- package/lib/styles/style.model.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-2.0.7.tgz +0 -0
- package/src/lib/styles/global-styles.css +86 -0
- package/simpo-component-library-2.0.6.tgz +0 -0
@@ -0,0 +1,86 @@
|
|
1
|
+
@media screen and (min-width: 1280px) {
|
2
|
+
.content-side {
|
3
|
+
h1 {
|
4
|
+
font-size: 72px!important;
|
5
|
+
line-height: 80px!important;
|
6
|
+
}
|
7
|
+
h2 {
|
8
|
+
font-size: 48px!important;
|
9
|
+
line-height: 56px!important;
|
10
|
+
}
|
11
|
+
h3 {
|
12
|
+
font-size: 32px!important;
|
13
|
+
line-height: 40px!important;
|
14
|
+
}
|
15
|
+
h4 {
|
16
|
+
font-size: 24px!important;
|
17
|
+
line-height: 36px!important;
|
18
|
+
}
|
19
|
+
h5 {
|
20
|
+
font-size: 18px!important;
|
21
|
+
line-height: 28px!important;
|
22
|
+
}
|
23
|
+
p{
|
24
|
+
font-size: 16px!important;
|
25
|
+
line-height: 21px!important;
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
}
|
30
|
+
|
31
|
+
@media screen and (min-width: 768px) {
|
32
|
+
.content-side {
|
33
|
+
h1 {
|
34
|
+
font-size: 46px;
|
35
|
+
line-height: 54px;
|
36
|
+
}
|
37
|
+
h2 {
|
38
|
+
font-size: 35px;
|
39
|
+
line-height: 42px;
|
40
|
+
}
|
41
|
+
h3 {
|
42
|
+
font-size: 28px;
|
43
|
+
line-height: 36px;
|
44
|
+
}
|
45
|
+
h4 {
|
46
|
+
font-size: 18px;
|
47
|
+
line-height: 26px;
|
48
|
+
}
|
49
|
+
h5 {
|
50
|
+
font-size: 16px;
|
51
|
+
line-height: 24px;
|
52
|
+
}
|
53
|
+
p{
|
54
|
+
font-size: 14px;
|
55
|
+
line-height: 21px;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
}
|
60
|
+
|
61
|
+
.content-side {
|
62
|
+
h1 {
|
63
|
+
font-size: 36px;
|
64
|
+
line-height: 42px;
|
65
|
+
}
|
66
|
+
h2 {
|
67
|
+
font-size: 30px;
|
68
|
+
line-height: 36px;
|
69
|
+
}
|
70
|
+
h3 {
|
71
|
+
font-size: 24px;
|
72
|
+
line-height: 32px;
|
73
|
+
}
|
74
|
+
h4 {
|
75
|
+
font-size: 18px;
|
76
|
+
line-height: 26px;
|
77
|
+
}
|
78
|
+
h5 {
|
79
|
+
font-size: 16px;
|
80
|
+
line-height: 24px;
|
81
|
+
}
|
82
|
+
p{
|
83
|
+
font-size: 14px;
|
84
|
+
line-height: 21px;
|
85
|
+
}
|
86
|
+
}
|
Binary file
|