@micromag/screen-text 0.3.69 → 0.3.74
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 +4 -2
- package/lib/index.js +4 -2
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -276,8 +276,9 @@ var definition = [{
|
|
|
276
276
|
name: 'callToAction',
|
|
277
277
|
type: 'call-to-action',
|
|
278
278
|
theme: {
|
|
279
|
+
boxStyle: 'cta',
|
|
279
280
|
label: {
|
|
280
|
-
textStyle: '
|
|
281
|
+
textStyle: 'cta'
|
|
281
282
|
}
|
|
282
283
|
}
|
|
283
284
|
}]
|
|
@@ -356,8 +357,9 @@ var definition = [{
|
|
|
356
357
|
name: 'callToAction',
|
|
357
358
|
type: 'call-to-action',
|
|
358
359
|
theme: {
|
|
360
|
+
boxStyle: 'cta',
|
|
359
361
|
label: {
|
|
360
|
-
textStyle: '
|
|
362
|
+
textStyle: 'cta'
|
|
361
363
|
}
|
|
362
364
|
}
|
|
363
365
|
}]
|
package/lib/index.js
CHANGED
|
@@ -296,8 +296,9 @@ var definition = [{
|
|
|
296
296
|
name: 'callToAction',
|
|
297
297
|
type: 'call-to-action',
|
|
298
298
|
theme: {
|
|
299
|
+
boxStyle: 'cta',
|
|
299
300
|
label: {
|
|
300
|
-
textStyle: '
|
|
301
|
+
textStyle: 'cta'
|
|
301
302
|
}
|
|
302
303
|
}
|
|
303
304
|
}]
|
|
@@ -376,8 +377,9 @@ var definition = [{
|
|
|
376
377
|
name: 'callToAction',
|
|
377
378
|
type: 'call-to-action',
|
|
378
379
|
theme: {
|
|
380
|
+
boxStyle: 'cta',
|
|
379
381
|
label: {
|
|
380
|
-
textStyle: '
|
|
382
|
+
textStyle: 'cta'
|
|
381
383
|
}
|
|
382
384
|
}
|
|
383
385
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-text",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.74",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,14 +49,14 @@
|
|
|
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-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.74",
|
|
53
|
+
"@micromag/element-background": "^0.3.74",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.74",
|
|
55
|
+
"@micromag/element-container": "^0.3.74",
|
|
56
|
+
"@micromag/element-heading": "^0.3.74",
|
|
57
|
+
"@micromag/element-layout": "^0.3.74",
|
|
58
|
+
"@micromag/element-text": "^0.3.74",
|
|
59
|
+
"@micromag/transforms": "^0.3.74",
|
|
60
60
|
"classnames": "^2.2.6",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"prop-types": "^15.7.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
|
|
70
70
|
}
|