@micromag/screen-quote 0.3.357 → 0.3.359
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/es/index.js +18 -2
- package/lib/index.js +18 -2
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -281,7 +281,15 @@ var definition = {
|
|
|
281
281
|
"type": 0,
|
|
282
282
|
"value": "Header"
|
|
283
283
|
}]
|
|
284
|
-
})
|
|
284
|
+
}),
|
|
285
|
+
theme: {
|
|
286
|
+
badge: {
|
|
287
|
+
label: {
|
|
288
|
+
textStyle: 'badge'
|
|
289
|
+
},
|
|
290
|
+
boxStyle: 'badge'
|
|
291
|
+
}
|
|
292
|
+
}
|
|
285
293
|
}, {
|
|
286
294
|
name: 'footer',
|
|
287
295
|
type: 'footer',
|
|
@@ -291,7 +299,15 @@ var definition = {
|
|
|
291
299
|
"type": 0,
|
|
292
300
|
"value": "Footer"
|
|
293
301
|
}]
|
|
294
|
-
})
|
|
302
|
+
}),
|
|
303
|
+
theme: {
|
|
304
|
+
callToAction: {
|
|
305
|
+
label: {
|
|
306
|
+
textStyle: 'cta'
|
|
307
|
+
},
|
|
308
|
+
boxStyle: 'cta'
|
|
309
|
+
}
|
|
310
|
+
}
|
|
295
311
|
}]
|
|
296
312
|
};
|
|
297
313
|
|
package/lib/index.js
CHANGED
|
@@ -301,7 +301,15 @@ var definition = {
|
|
|
301
301
|
"type": 0,
|
|
302
302
|
"value": "Header"
|
|
303
303
|
}]
|
|
304
|
-
})
|
|
304
|
+
}),
|
|
305
|
+
theme: {
|
|
306
|
+
badge: {
|
|
307
|
+
label: {
|
|
308
|
+
textStyle: 'badge'
|
|
309
|
+
},
|
|
310
|
+
boxStyle: 'badge'
|
|
311
|
+
}
|
|
312
|
+
}
|
|
305
313
|
}, {
|
|
306
314
|
name: 'footer',
|
|
307
315
|
type: 'footer',
|
|
@@ -311,7 +319,15 @@ var definition = {
|
|
|
311
319
|
"type": 0,
|
|
312
320
|
"value": "Footer"
|
|
313
321
|
}]
|
|
314
|
-
})
|
|
322
|
+
}),
|
|
323
|
+
theme: {
|
|
324
|
+
callToAction: {
|
|
325
|
+
label: {
|
|
326
|
+
textStyle: 'cta'
|
|
327
|
+
},
|
|
328
|
+
boxStyle: 'cta'
|
|
329
|
+
}
|
|
330
|
+
}
|
|
315
331
|
}]
|
|
316
332
|
};
|
|
317
333
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quote",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.359",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-container": "^0.3.
|
|
55
|
-
"@micromag/element-footer": "^0.3.
|
|
56
|
-
"@micromag/element-header": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-quote": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.359",
|
|
53
|
+
"@micromag/element-background": "^0.3.359",
|
|
54
|
+
"@micromag/element-container": "^0.3.359",
|
|
55
|
+
"@micromag/element-footer": "^0.3.359",
|
|
56
|
+
"@micromag/element-header": "^0.3.359",
|
|
57
|
+
"@micromag/element-layout": "^0.3.359",
|
|
58
|
+
"@micromag/element-quote": "^0.3.359",
|
|
59
|
+
"@micromag/element-text": "^0.3.359",
|
|
60
|
+
"@micromag/transforms": "^0.3.359",
|
|
61
61
|
"classnames": "^2.2.6",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
63
|
"prop-types": "^15.7.2",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
|
|
71
71
|
}
|