@woosmap/ui 3.58.0 → 3.59.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.
package/package.json
CHANGED
|
@@ -9,6 +9,7 @@ import { ReactComponent as Cars } from '../../icons/cars.svg';
|
|
|
9
9
|
import { ReactComponent as Elephant } from '../../icons/elephant.svg';
|
|
10
10
|
import { ReactComponent as Github } from '../../icons/github.svg';
|
|
11
11
|
import { ReactComponent as Green } from '../../icons/green.svg';
|
|
12
|
+
import { ReactComponent as HouseInsurance } from '../../icons/house-insurance.svg';
|
|
12
13
|
import { ReactComponent as Integrations } from '../../icons/integrations.svg';
|
|
13
14
|
import { ReactComponent as Like } from '../../icons/like.svg';
|
|
14
15
|
import { ReactComponent as MapHd } from '../../icons/map-hd.svg';
|
|
@@ -20,7 +21,7 @@ import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
|
|
|
20
21
|
import { ReactComponent as SaveMoney } from '../../icons/save-money.svg';
|
|
21
22
|
import { ReactComponent as Schedule } from '../../icons/schedule.svg';
|
|
22
23
|
import { ReactComponent as Security } from '../../icons/security.svg';
|
|
23
|
-
import { ReactComponent as Speed } from '../../icons/speed.svg';
|
|
24
|
+
import { ReactComponent as Speed, ReactComponent as StarFilled } from '../../icons/speed.svg';
|
|
24
25
|
import { ReactComponent as World } from '../../icons/world.svg';
|
|
25
26
|
import { ReactComponent as Zoom } from '../../icons/zoom.svg';
|
|
26
27
|
|
|
@@ -120,7 +121,6 @@ import { ReactComponent as SeePage } from '../../icons/see-page.svg';
|
|
|
120
121
|
import { ReactComponent as Settings } from '../../icons/settings.svg';
|
|
121
122
|
import { ReactComponent as Shield } from '../../icons/shield.svg';
|
|
122
123
|
import { ReactComponent as Star } from '../../icons/star.svg';
|
|
123
|
-
import { ReactComponent as StarFilled } from '../../icons/star-filled.svg';
|
|
124
124
|
import { ReactComponent as Support } from '../../icons/support.svg';
|
|
125
125
|
import { ReactComponent as Switch } from '../../icons/switch.svg';
|
|
126
126
|
import { ReactComponent as Team } from '../../icons/team.svg';
|
|
@@ -161,6 +161,7 @@ const Icons = {
|
|
|
161
161
|
elephant: Elephant,
|
|
162
162
|
github: Github,
|
|
163
163
|
green: Green,
|
|
164
|
+
'house-insurance': HouseInsurance,
|
|
164
165
|
integrations: Integrations,
|
|
165
166
|
like: Like,
|
|
166
167
|
'map-hd': MapHd,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M84.569 53.277a6.919 6.919 0 0 0-9.786 0l-8.932 8.933a6.926 6.926 0 0 0-6.842-5.939H41.557a13.641 13.641 0 0 0-8.929 3.329l-6.877 5.95-1.961-3.15-11.655 7.245 14.318 23.02 11.653-7.249-1.46-2.349h19.093a21.175 21.175 0 0 0 15.07-6.242l13.76-13.761a6.918 6.918 0 0 0 0-9.787ZM27.416 88.533 16.268 70.607l6.559-4.079 11.149 17.925Zm55.032-27.59L68.687 74.7a18.193 18.193 0 0 1-12.948 5.363H34.78l-7.425-11.934 7.236-6.262a10.646 10.646 0 0 1 6.966-2.6h17.452a3.921 3.921 0 0 1 0 7.841H48.134v3h10.875a6.918 6.918 0 0 0 .9-.066v.066A5.46 5.46 0 0 0 63.8 68.5l13.1-13.1a4.015 4.015 0 0 1 5.544 0 3.919 3.919 0 0 1 0 5.545ZM49.047 51.229a1.5 1.5 0 0 0 1.205 0 32.766 32.766 0 0 0 19.6-30v-5.992a1.5 1.5 0 0 0-1.052-1.432L50.1 7.969a1.5 1.5 0 0 0-.893 0L30.5 13.805a1.5 1.5 0 0 0-1.054 1.432v5.988a32.767 32.767 0 0 0 19.601 30.004ZM32.441 16.341l17.208-5.368 17.207 5.368v4.884a29.763 29.763 0 0 1-17.207 26.984 29.767 29.767 0 0 1-17.208-26.984Z"/><path d="M46.264 30.039h7.046l-.164 5.627h5.728V23.409l-9.251-7.39-9.252 7.39v12.257H46.1l.164-5.627z"/></svg>
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
background $light
|
|
13
13
|
color $textColor
|
|
14
14
|
cursor pointer
|
|
15
|
+
&-wrapper-link
|
|
16
|
+
width 33rem
|
|
17
|
+
margin 2rem 2rem 4rem 2rem
|
|
15
18
|
&-container
|
|
16
19
|
margin 0 auto
|
|
17
20
|
max-width 103rem
|
|
@@ -112,7 +115,7 @@
|
|
|
112
115
|
background-position 50% 50%
|
|
113
116
|
opacity .7
|
|
114
117
|
&__body
|
|
115
|
-
padding 0 $cardPadding
|
|
118
|
+
padding $cardPadding $cardPadding 0 $cardPadding
|
|
116
119
|
&__footer
|
|
117
120
|
padding $cardPadding
|
|
118
121
|
&__boxlink
|
|
@@ -150,6 +153,53 @@
|
|
|
150
153
|
flex-grow 1
|
|
151
154
|
&__footer
|
|
152
155
|
padding 0
|
|
156
|
+
&--testimonial
|
|
157
|
+
width 36rem
|
|
158
|
+
margin 2rem 2rem 4rem 2rem
|
|
159
|
+
.wcard
|
|
160
|
+
&__header
|
|
161
|
+
display flex
|
|
162
|
+
align-items center
|
|
163
|
+
justify-content center
|
|
164
|
+
flex-shrink 0
|
|
165
|
+
&__content
|
|
166
|
+
padding 2rem 4rem
|
|
167
|
+
height 100%
|
|
168
|
+
&__face
|
|
169
|
+
br(50)
|
|
170
|
+
sq(12)
|
|
171
|
+
border .2rem solid $light
|
|
172
|
+
box-shadow 0 0 2rem $dark10
|
|
173
|
+
&__quote
|
|
174
|
+
f4()
|
|
175
|
+
font-style italic
|
|
176
|
+
font-weight 400
|
|
177
|
+
text-align center
|
|
178
|
+
min-height 14.5rem
|
|
179
|
+
margin-bottom 3rem
|
|
180
|
+
overflow hidden
|
|
181
|
+
text-overflow ellipsis
|
|
182
|
+
display -webkit-box
|
|
183
|
+
-webkit-line-clamp 5
|
|
184
|
+
-webkit-box-orient vertical
|
|
185
|
+
&__stars
|
|
186
|
+
text-align center
|
|
187
|
+
height 4.4rem
|
|
188
|
+
.icon
|
|
189
|
+
sq(3)
|
|
190
|
+
fill $logo8
|
|
191
|
+
&__footer
|
|
192
|
+
background-color $dark3
|
|
193
|
+
border-top .1rem solid $dark6
|
|
194
|
+
padding 0 4rem
|
|
195
|
+
height 12.5rem
|
|
196
|
+
display flex
|
|
197
|
+
align-items center
|
|
198
|
+
justify-content center
|
|
199
|
+
flex-shrink 0
|
|
200
|
+
&__author-name
|
|
201
|
+
font-weight 700
|
|
202
|
+
margin-bottom .6rem
|
|
153
203
|
&--small
|
|
154
204
|
max-width 28rem
|
|
155
205
|
flex-shrink 1
|