@micromag/screen-text 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 +36 -4
- package/lib/index.js +36 -4
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -278,7 +278,15 @@ var definition = [{
|
|
|
278
278
|
"type": 0,
|
|
279
279
|
"value": "Header"
|
|
280
280
|
}]
|
|
281
|
-
})
|
|
281
|
+
}),
|
|
282
|
+
theme: {
|
|
283
|
+
badge: {
|
|
284
|
+
label: {
|
|
285
|
+
textStyle: 'badge'
|
|
286
|
+
},
|
|
287
|
+
boxStyle: 'badge'
|
|
288
|
+
}
|
|
289
|
+
}
|
|
282
290
|
}, {
|
|
283
291
|
name: 'footer',
|
|
284
292
|
type: 'footer',
|
|
@@ -288,7 +296,15 @@ var definition = [{
|
|
|
288
296
|
"type": 0,
|
|
289
297
|
"value": "Footer"
|
|
290
298
|
}]
|
|
291
|
-
})
|
|
299
|
+
}),
|
|
300
|
+
theme: {
|
|
301
|
+
callToAction: {
|
|
302
|
+
label: {
|
|
303
|
+
textStyle: 'cta'
|
|
304
|
+
},
|
|
305
|
+
boxStyle: 'cta'
|
|
306
|
+
}
|
|
307
|
+
}
|
|
292
308
|
}]
|
|
293
309
|
}, {
|
|
294
310
|
id: 'text-title',
|
|
@@ -370,7 +386,15 @@ var definition = [{
|
|
|
370
386
|
"type": 0,
|
|
371
387
|
"value": "Header"
|
|
372
388
|
}]
|
|
373
|
-
})
|
|
389
|
+
}),
|
|
390
|
+
theme: {
|
|
391
|
+
badge: {
|
|
392
|
+
label: {
|
|
393
|
+
textStyle: 'badge'
|
|
394
|
+
},
|
|
395
|
+
boxStyle: 'badge'
|
|
396
|
+
}
|
|
397
|
+
}
|
|
374
398
|
}, {
|
|
375
399
|
name: 'footer',
|
|
376
400
|
type: 'footer',
|
|
@@ -380,7 +404,15 @@ var definition = [{
|
|
|
380
404
|
"type": 0,
|
|
381
405
|
"value": "Footer"
|
|
382
406
|
}]
|
|
383
|
-
})
|
|
407
|
+
}),
|
|
408
|
+
theme: {
|
|
409
|
+
callToAction: {
|
|
410
|
+
label: {
|
|
411
|
+
textStyle: 'cta'
|
|
412
|
+
},
|
|
413
|
+
boxStyle: 'cta'
|
|
414
|
+
}
|
|
415
|
+
}
|
|
384
416
|
}]
|
|
385
417
|
}];
|
|
386
418
|
|
package/lib/index.js
CHANGED
|
@@ -300,7 +300,15 @@ var definition = [{
|
|
|
300
300
|
"type": 0,
|
|
301
301
|
"value": "Header"
|
|
302
302
|
}]
|
|
303
|
-
})
|
|
303
|
+
}),
|
|
304
|
+
theme: {
|
|
305
|
+
badge: {
|
|
306
|
+
label: {
|
|
307
|
+
textStyle: 'badge'
|
|
308
|
+
},
|
|
309
|
+
boxStyle: 'badge'
|
|
310
|
+
}
|
|
311
|
+
}
|
|
304
312
|
}, {
|
|
305
313
|
name: 'footer',
|
|
306
314
|
type: 'footer',
|
|
@@ -310,7 +318,15 @@ var definition = [{
|
|
|
310
318
|
"type": 0,
|
|
311
319
|
"value": "Footer"
|
|
312
320
|
}]
|
|
313
|
-
})
|
|
321
|
+
}),
|
|
322
|
+
theme: {
|
|
323
|
+
callToAction: {
|
|
324
|
+
label: {
|
|
325
|
+
textStyle: 'cta'
|
|
326
|
+
},
|
|
327
|
+
boxStyle: 'cta'
|
|
328
|
+
}
|
|
329
|
+
}
|
|
314
330
|
}]
|
|
315
331
|
}, {
|
|
316
332
|
id: 'text-title',
|
|
@@ -392,7 +408,15 @@ var definition = [{
|
|
|
392
408
|
"type": 0,
|
|
393
409
|
"value": "Header"
|
|
394
410
|
}]
|
|
395
|
-
})
|
|
411
|
+
}),
|
|
412
|
+
theme: {
|
|
413
|
+
badge: {
|
|
414
|
+
label: {
|
|
415
|
+
textStyle: 'badge'
|
|
416
|
+
},
|
|
417
|
+
boxStyle: 'badge'
|
|
418
|
+
}
|
|
419
|
+
}
|
|
396
420
|
}, {
|
|
397
421
|
name: 'footer',
|
|
398
422
|
type: 'footer',
|
|
@@ -402,7 +426,15 @@ var definition = [{
|
|
|
402
426
|
"type": 0,
|
|
403
427
|
"value": "Footer"
|
|
404
428
|
}]
|
|
405
|
-
})
|
|
429
|
+
}),
|
|
430
|
+
theme: {
|
|
431
|
+
callToAction: {
|
|
432
|
+
label: {
|
|
433
|
+
textStyle: 'cta'
|
|
434
|
+
},
|
|
435
|
+
boxStyle: 'cta'
|
|
436
|
+
}
|
|
437
|
+
}
|
|
406
438
|
}]
|
|
407
439
|
}];
|
|
408
440
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-text",
|
|
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-heading": "^0.3.
|
|
58
|
-
"@micromag/element-layout": "^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-heading": "^0.3.359",
|
|
58
|
+
"@micromag/element-layout": "^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
|
}
|