@woosmap/ui 3.60.0 → 3.63.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "3.60.0",
3
+ "version": "3.63.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -121,6 +121,7 @@ import { ReactComponent as SeePage } from '../../icons/see-page.svg';
121
121
  import { ReactComponent as Settings } from '../../icons/settings.svg';
122
122
  import { ReactComponent as Shield } from '../../icons/shield.svg';
123
123
  import { ReactComponent as Star } from '../../icons/star.svg';
124
+ import { ReactComponent as StarFilled } from '../../icons/star-filled.svg';
124
125
  import { ReactComponent as Support } from '../../icons/support.svg';
125
126
  import { ReactComponent as Switch } from '../../icons/switch.svg';
126
127
  import { ReactComponent as Team } from '../../icons/team.svg';
@@ -154,7 +154,7 @@
154
154
  &__footer
155
155
  padding 0
156
156
  &--testimonial
157
- width 36rem
157
+ width 46rem
158
158
  margin 2rem 2rem 4rem 2rem
159
159
  .wcard
160
160
  &__header
@@ -162,6 +162,7 @@
162
162
  align-items center
163
163
  justify-content center
164
164
  flex-shrink 0
165
+ opacity 1
165
166
  &__content
166
167
  padding 2rem 4rem
167
168
  height 100%
@@ -313,21 +314,24 @@
313
314
  &__header .title
314
315
  &__body
315
316
  opacity 0.01
317
+ &:not(.wcard--testimonial)
318
+ &:hover
319
+ border-color $dark15
320
+ box-shadow 0 1.5rem 1.6rem $dark15
321
+ transform translateY(-.4rem)
322
+ color $textColor
323
+ .wcard
324
+ &__header
325
+ opacity 1
326
+ &__link
327
+ .btn
328
+ color $linkColorHover !important
329
+ .icon
330
+ fill $linkColorHover !important
331
+ @media screen and (max-width 960px)
332
+ .wcard--testimonial
333
+ margin 0 0 6rem 0
316
334
 
317
-
318
- &:hover
319
- border-color $dark15
320
- box-shadow 0 1.5rem 1.6rem $dark15
321
- transform translateY(-.4rem)
322
- color $textColor
323
- .wcard
324
- &__header
325
- opacity 1
326
- &__link
327
- .btn
328
- color $linkColorHover !important
329
- .icon
330
- fill $linkColorHover !important
331
335
  @media screen and (max-width 768px)
332
336
  .wcard--featured
333
337
  flex-direction column
@@ -343,6 +347,8 @@
343
347
  border-top 3rem solid $logo6
344
348
  border-left 0
345
349
  padding 2.3rem
350
+ .wcard--testimonial
351
+ width 100%
346
352
  @media screen and (max-width 580px)
347
353
  .wcard--small
348
354
  width auto