l-min-components 1.0.1095 → 1.0.1097

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.1095",
3
+ "version": "1.0.1097",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -4,30 +4,10 @@ import BannerImg from "./assets/book.png";
4
4
  import BannerImg2 from "./assets/pack.png";
5
5
  import BannerImg3 from "./assets/globe.png";
6
6
  import Button from "../button";
7
- // import Slider from "react-slick";
8
- // import "slick-carousel/slick/slick.css";
9
- // import "slick-carousel/slick/slick-theme.css";
10
7
  import "pure-react-carousel/dist/react-carousel.es.css";
11
- import {
12
- CarouselProvider,
13
- Slider,
14
- Slide,
15
- ButtonBack,
16
- ButtonNext,
17
- DotGroup,
18
- } from "pure-react-carousel";
8
+ import { CarouselProvider, Slider, Slide, DotGroup } from "pure-react-carousel";
19
9
 
20
10
  const DeveloperBanner = ({ findText }) => {
21
- // const settings = {
22
- // dots: true,
23
- // infinite: true,
24
- // speed: 500,
25
- // slidesToShow: 1,
26
- // slidesToScroll: 1,
27
- // autoplay: true,
28
- // autoplaySpeed: 10000,
29
- // pauseOnHover: true
30
- // };
31
11
  const ref = useRef();
32
12
 
33
13
  // function to create slider dots
@@ -103,7 +103,7 @@ export const DevBannerWrapper = styled.div`
103
103
  flex-direction: column;
104
104
  align-items: center;
105
105
  text-align: center;
106
- height: 575px;
106
+ height: 535px;
107
107
  width: 182px;
108
108
  margin: 0 auto;
109
109
  }
@@ -128,7 +128,7 @@ export const DevBannerWrapper = styled.div`
128
128
  font-weight: 600;
129
129
  letter-spacing: 0.36px;
130
130
  margin-bottom: 20px;
131
- line-height: 1;
131
+ line-height: 1.1;
132
132
  }
133
133
  .dev_banner_txt {
134
134
  color: #fff;
@@ -138,6 +138,7 @@ export const DevBannerWrapper = styled.div`
138
138
  font-weight: 400;
139
139
  letter-spacing: 0.32px;
140
140
  margin-bottom: 20px;
141
+ line-height: 1.2;
141
142
  }
142
143
 
143
144
  img {