@woosmap/ui 3.165.0 → 3.166.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
|
@@ -14,7 +14,7 @@ const Story = {
|
|
|
14
14
|
export default Story;
|
|
15
15
|
const renderAsideContent = () => (
|
|
16
16
|
<>
|
|
17
|
-
<Card.Aside mode="
|
|
17
|
+
<Card.Aside mode="addon" product={{ id: 'LOCALITIES_ADDRESS_UK', name: 'Localisties UK' }}>
|
|
18
18
|
switch
|
|
19
19
|
</Card.Aside>
|
|
20
20
|
</>
|
|
@@ -22,7 +22,7 @@ const renderAsideContent = () => (
|
|
|
22
22
|
|
|
23
23
|
const Template = () => (
|
|
24
24
|
<div className="flex-column mbib--large">
|
|
25
|
-
<Card asideContent={renderAsideContent()} isVertical size="small" product="
|
|
25
|
+
<Card asideContent={renderAsideContent()} isVertical size="small" product="GEOLOCATION">
|
|
26
26
|
<Card.Header>
|
|
27
27
|
<h4 className="card__header__title">Geolocation API</h4>
|
|
28
28
|
</Card.Header>
|
|
@@ -40,7 +40,7 @@ const Template = () => (
|
|
|
40
40
|
<Switch text="Activate" />
|
|
41
41
|
</Card.Footer>
|
|
42
42
|
</Card>
|
|
43
|
-
<Card isVertical size="large" product="TRAFFIC">
|
|
43
|
+
<Card asideContent={renderAsideContent()} isVertical size="large" product="TRAFFIC">
|
|
44
44
|
<Card.Header>
|
|
45
45
|
<h4 className="card__header__title">Traffic API</h4>
|
|
46
46
|
<div className="card__status">
|
|
@@ -137,6 +137,11 @@
|
|
|
137
137
|
&__body
|
|
138
138
|
&__desc
|
|
139
139
|
margin-bottom 1rem
|
|
140
|
+
&.card--large
|
|
141
|
+
.card
|
|
142
|
+
&__wrapper
|
|
143
|
+
display block
|
|
144
|
+
|
|
140
145
|
&.card--small
|
|
141
146
|
flex-direction row
|
|
142
147
|
width 26rem
|
|
@@ -146,7 +151,7 @@
|
|
|
146
151
|
&__img
|
|
147
152
|
br()
|
|
148
153
|
sq(5)
|
|
149
|
-
margin
|
|
154
|
+
margin 1rem
|
|
150
155
|
&__content
|
|
151
156
|
mbib(1.2)
|
|
152
157
|
padding 0
|
|
@@ -160,49 +165,51 @@
|
|
|
160
165
|
mbib(.6)
|
|
161
166
|
&__footer
|
|
162
167
|
padding-top 1rem
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
168
|
+
&__aside
|
|
169
|
+
mbib(1.1)
|
|
170
|
+
padding 1rem 1.4rem 1.4rem 1.4rem
|
|
171
|
+
font-size $fontSizeSmall
|
|
172
|
+
.card--large &
|
|
173
|
+
padding 1rem 2rem 1.4rem 2rem
|
|
174
|
+
&--grey
|
|
175
|
+
&:last-child
|
|
176
|
+
border-radius 0 0 .5rem .5rem
|
|
177
|
+
&__list
|
|
178
|
+
mbib(.8)
|
|
179
|
+
display flex
|
|
180
|
+
flex-direction column
|
|
181
|
+
&__item
|
|
182
|
+
mbi(1.4)
|
|
183
|
+
display flex
|
|
184
|
+
align-items center
|
|
185
|
+
&__image
|
|
186
|
+
sq(3)
|
|
187
|
+
br()
|
|
188
|
+
&__section
|
|
189
|
+
width 100%
|
|
190
|
+
&__title
|
|
191
|
+
font-weight 600
|
|
192
|
+
font-size $fontSize
|
|
193
|
+
margin-bottom .5rem
|
|
194
|
+
&__footer
|
|
195
|
+
color $dark40
|
|
196
|
+
&--small
|
|
197
|
+
font-size $fontSizeSmall
|
|
198
|
+
.card__aside
|
|
199
|
+
&__list
|
|
200
|
+
mbi(1)
|
|
201
|
+
&__item
|
|
202
|
+
&__image
|
|
203
|
+
sq(2.2)
|
|
204
|
+
br(50)
|
|
205
|
+
&__title
|
|
206
|
+
font-size $fontSizeSmall
|
|
207
|
+
&--addon
|
|
208
|
+
.card__aside
|
|
209
|
+
&__list
|
|
210
|
+
&__item
|
|
211
|
+
&__image
|
|
212
|
+
sq(4.2)
|
|
206
213
|
|
|
207
214
|
&__wrapper
|
|
208
215
|
display flex
|