@woosmap/ui 3.74.0 → 3.77.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.74.0",
3
+ "version": "3.77.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -240,6 +240,11 @@
240
240
  max-height 49rem
241
241
  .demo--localities--fr &
242
242
  max-height 33rem
243
+ &--address
244
+ &--localitiesaddress
245
+ &__formcontainer
246
+ position relative
247
+
243
248
  &--address
244
249
  &__formcontainer
245
250
  .input
@@ -7,6 +7,7 @@ import { ReactComponent as Battery } from '../../icons/battery.svg';
7
7
  import { ReactComponent as Care } from '../../icons/care.svg';
8
8
  import { ReactComponent as Cars } from '../../icons/cars.svg';
9
9
  import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
10
+ import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
10
11
  import { ReactComponent as CubeBig } from '../../icons/cube-big.svg';
11
12
  import { ReactComponent as DeliveryTime } from '../../icons/delivery-time.svg';
12
13
  import { ReactComponent as Demo } from '../../icons/demo.svg';
@@ -33,6 +34,7 @@ import { ReactComponent as Notification } from '../../icons/notification.svg';
33
34
  import { ReactComponent as NotificationPosition } from '../../icons/notification-position.svg';
34
35
  import { ReactComponent as OpenSource } from '../../icons/open-source.svg';
35
36
  import { ReactComponent as PlaceReview } from '../../icons/place-review.svg';
37
+ import { ReactComponent as PieChart } from '../../icons/pie-chart.svg';
36
38
  import { ReactComponent as Position } from '../../icons/position.svg';
37
39
  import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
38
40
  import { ReactComponent as Quote } from '../../icons/quote.svg';
@@ -189,6 +191,7 @@ const WebsiteIcons = {
189
191
  buildings: Buildings,
190
192
  care: Care,
191
193
  cars: Cars,
194
+ 'call-to-action': CallToAction,
192
195
  'check-big': CheckBig,
193
196
  'cube-big': CubeBig,
194
197
  'delivery-time': DeliveryTime,
@@ -214,12 +217,11 @@ const WebsiteIcons = {
214
217
  'mobile-rocket': MobileRocket,
215
218
  notification: Notification,
216
219
  'notification-position': NotificationPosition,
217
-
218
220
  'open-source': OpenSource,
221
+ 'pie-chart': PieChart,
219
222
  'place-review': PlaceReview,
220
223
  position: Position,
221
224
  'puzzle-star': PuzzleStar,
222
-
223
225
  quote: Quote,
224
226
  refresh: Refresh,
225
227
  'save-money': SaveMoney,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M87.861 27.069H40.095c-.791-8.753-8.161-15.637-17.116-15.637-9.481 0-17.194 7.714-17.194 17.195 0 8.798 6.645 16.062 15.177 17.065v36.52a6.361 6.361 0 0 0 6.354 6.354h60.545a6.361 6.361 0 0 0 6.354-6.354V33.424a6.361 6.361 0 0 0-6.354-6.354ZM8.785 28.628c0-7.827 6.368-14.195 14.194-14.195s14.195 6.368 14.195 14.195-6.368 14.194-14.195 14.194S8.785 36.455 8.785 28.628Zm82.431 53.585a3.358 3.358 0 0 1-3.354 3.354H27.315a3.358 3.358 0 0 1-3.354-3.354v-36.44c8.544-.486 15.43-7.22 16.139-15.703h47.76a3.358 3.358 0 0 1 3.354 3.354v48.789Z"/><path d="M82.572 38.683H42.267a1.5 1.5 0 1 0 0 3h40.305a1.5 1.5 0 1 0 0-3Zm-8.765 12.112a1.5 1.5 0 1 0 0-3h-31.54a1.5 1.5 0 1 0 0 3h31.54Zm-3.756 6.432H50.442c-5.335 0-9.675 4.34-9.675 9.675s4.34 9.676 9.675 9.676h19.609c5.335 0 9.675-4.341 9.675-9.676s-4.34-9.675-9.675-9.675Zm0 16.351H50.442c-3.681 0-6.675-2.995-6.675-6.676s2.995-6.675 6.675-6.675h19.609c3.681 0 6.675 2.994 6.675 6.675s-2.995 6.676-6.675 6.676Z"/><path d="M64.931 62.113a1.5 1.5 0 1 0-2.121 2.121l1.167 1.167H52.801a1.5 1.5 0 1 0 0 3h11.365l-1.168 1.168a1.5 1.5 0 1 0 2.122 2.121l3.634-3.634a1.5 1.5 0 0 0 0-2.122l-3.823-3.822ZM26.834 34.867h-7.709a3.854 3.854 0 0 0 7.708 0Zm5.218-3.834c0-.766-.621-1.387-1.387-1.387H29.3v-4.752c0-3.403-2.615-6.332-6.015-6.492a6.32 6.32 0 0 0-6.626 6.313v4.931h-1.365a1.387 1.387 0 0 0 0 2.774h15.372c.766 0 1.387-.621 1.387-1.387Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M53.71 11.659a1.5 1.5 0 0 0-1.5 1.5V46.29a1.5 1.5 0 0 0 1.5 1.5h33.13a1.5 1.5 0 0 0 1.5-1.5c0-19.096-15.535-34.631-34.63-34.631Z"/><path d="M76.93 53.455H46.545V23.07a1.5 1.5 0 0 0-1.5-1.5c-18.409 0-33.385 14.977-33.385 33.385s14.977 33.386 33.385 33.386S78.43 73.364 78.43 54.955a1.5 1.5 0 0 0-1.5-1.5ZM45.045 85.341c-16.754 0-30.385-13.631-30.385-30.386 0-16.251 12.825-29.563 28.885-30.349v30.349a1.5 1.5 0 0 0 1.5 1.5h30.349c-.785 16.061-14.097 28.886-30.349 28.886Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path style="fill:#3c4359" d="M13.664 7.698V4.227h-3.36v3.471H5.153v5.151H1.682v3.36h6.831v-5.151h5.151v-3.36z"/><path style="fill:#3c4359" d="M15.487 7.791v5.151h-5.151v6.831h3.36v-3.471h5.151v-5.151h3.471v-3.36H15.487z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path style="fill:#3c4359" d="M13.664 7.698V4.227h-3.36v3.471H5.153v5.151H1.682v3.36h6.831v-5.151h5.151v-3.36z"/><path style="fill:#3c4359" d="M15.487 7.791v5.151h-5.151v6.831h3.36v-3.471h5.151v-5.151h3.471v-3.36h-6.831z"/></svg>
@@ -81,6 +81,8 @@ img
81
81
  margin-top 1rem
82
82
  &--5
83
83
  margin-top .5rem
84
+ &--0
85
+ margin-top 0
84
86
  .mb
85
87
  &--100
86
88
  margin-bottom 10rem
@@ -122,6 +124,8 @@ img
122
124
  margin-bottom 1rem
123
125
  &--5
124
126
  margin-bottom .5rem
127
+ &--0
128
+ margin-bottom 0
125
129
 
126
130
  .my
127
131
  &--100
@@ -92,9 +92,30 @@
92
92
  -webkit-box-orient vertical
93
93
  text-shadow none
94
94
  overflow hidden
95
- .image-title
96
- max-width 16rem
97
- margin auto
95
+
96
+ .image-title
97
+ display flex
98
+ align-items center
99
+ justify-content center
100
+ margin-bottom 2rem
101
+ width 28.8rem
102
+ height 20.6rem
103
+ .title-container
104
+ display flex !important
105
+ align-items center
106
+ width 100%
107
+ min-height 7.8rem
108
+ margin-bottom 2rem
109
+ .title-card
110
+ font-size $cardTitle
111
+ line-height $cardTitleLineHeight
112
+ margin-bottom 0
113
+ overflow hidden
114
+ text-overflow ellipsis
115
+ display -webkit-box
116
+ -webkit-line-clamp 3
117
+ -webkit-box-orient vertical
118
+
98
119
  .paragraph
99
120
  margin-bottom 0 !important
100
121
  height 7rem
@@ -266,6 +287,10 @@
266
287
  -webkit-box-orient vertical
267
288
  overflow hidden
268
289
  .wcard
290
+ &__header
291
+ margin-bottom 0
292
+ &__content
293
+ padding-top 2rem
269
294
  &__body
270
295
  .paragraph
271
296
  margin-bottom 2rem !important
@@ -334,7 +359,11 @@
334
359
  color $linkColorHover !important
335
360
  .icon
336
361
  fill $linkColorHover !important
337
-
362
+ .no-link
363
+ cursor default
364
+ .wcard
365
+ cursor default
366
+ transform unset !important
338
367
 
339
368
  @media screen and (min-width 1260px)
340
369
  .wcard-container