@micromag/screens 0.4.78 → 0.4.80
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/fields.js +5 -0
- package/fields.json +5 -0
- package/package.json +28 -28
package/fields.js
CHANGED
|
@@ -127,6 +127,7 @@ export default {
|
|
|
127
127
|
/^popupStyles\.button\.buttonTextStyle\.fontFamily$/,
|
|
128
128
|
/^items\.[0-9]+\.heading\.textStyle\.fontFamily$/,
|
|
129
129
|
/^items\.[0-9]+\.content\.textStyle\.fontFamily$/,
|
|
130
|
+
/^items\.[0-9]+\.video\.captions\.textStyle\.fontFamily$/,
|
|
130
131
|
/^items\.[0-9]+\.button\.label\.textStyle\.fontFamily$/,
|
|
131
132
|
/^title\.textStyle\.fontFamily$/,
|
|
132
133
|
/^subtitle\.textStyle\.fontFamily$/,
|
|
@@ -630,6 +631,10 @@ export default {
|
|
|
630
631
|
/^items\.[0-9]+\.heading\.textStyle\.fontFamily\.variants\.[0-9]+\.media$/,
|
|
631
632
|
/^items\.[0-9]+\.content\.textStyle\.fontFamily\.media$/,
|
|
632
633
|
/^items\.[0-9]+\.content\.textStyle\.fontFamily\.variants\.[0-9]+\.media$/,
|
|
634
|
+
/^items\.[0-9]+\.video\.media$/,
|
|
635
|
+
/^items\.[0-9]+\.video\.thumbnail$/,
|
|
636
|
+
/^items\.[0-9]+\.video\.captions\.textStyle\.fontFamily\.media$/,
|
|
637
|
+
/^items\.[0-9]+\.video\.captions\.textStyle\.fontFamily\.variants\.[0-9]+\.media$/,
|
|
633
638
|
/^items\.[0-9]+\.largeVisual$/,
|
|
634
639
|
/^items\.[0-9]+\.button\.label\.textStyle\.fontFamily\.media$/,
|
|
635
640
|
/^items\.[0-9]+\.button\.label\.textStyle\.fontFamily\.variants\.[0-9]+\.media$/,
|
package/fields.json
CHANGED
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"/^popupStyles\\.button\\.buttonTextStyle\\.fontFamily$/",
|
|
114
114
|
"/^items\\.[0-9]+\\.heading\\.textStyle\\.fontFamily$/",
|
|
115
115
|
"/^items\\.[0-9]+\\.content\\.textStyle\\.fontFamily$/",
|
|
116
|
+
"/^items\\.[0-9]+\\.video\\.captions\\.textStyle\\.fontFamily$/",
|
|
116
117
|
"/^items\\.[0-9]+\\.button\\.label\\.textStyle\\.fontFamily$/",
|
|
117
118
|
"/^title\\.textStyle\\.fontFamily$/",
|
|
118
119
|
"/^subtitle\\.textStyle\\.fontFamily$/",
|
|
@@ -579,6 +580,10 @@
|
|
|
579
580
|
"/^items\\.[0-9]+\\.heading\\.textStyle\\.fontFamily\\.variants\\.[0-9]+\\.media$/",
|
|
580
581
|
"/^items\\.[0-9]+\\.content\\.textStyle\\.fontFamily\\.media$/",
|
|
581
582
|
"/^items\\.[0-9]+\\.content\\.textStyle\\.fontFamily\\.variants\\.[0-9]+\\.media$/",
|
|
583
|
+
"/^items\\.[0-9]+\\.video\\.media$/",
|
|
584
|
+
"/^items\\.[0-9]+\\.video\\.thumbnail$/",
|
|
585
|
+
"/^items\\.[0-9]+\\.video\\.captions\\.textStyle\\.fontFamily\\.media$/",
|
|
586
|
+
"/^items\\.[0-9]+\\.video\\.captions\\.textStyle\\.fontFamily\\.variants\\.[0-9]+\\.media$/",
|
|
582
587
|
"/^items\\.[0-9]+\\.largeVisual$/",
|
|
583
588
|
"/^items\\.[0-9]+\\.button\\.label\\.textStyle\\.fontFamily\\.media$/",
|
|
584
589
|
"/^items\\.[0-9]+\\.button\\.label\\.textStyle\\.fontFamily\\.variants\\.[0-9]+\\.media$/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screens",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.80",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -81,32 +81,32 @@
|
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"@babel/runtime": "^7.28.6",
|
|
84
|
-
"@micromag/core": "^0.4.
|
|
85
|
-
"@micromag/screen-article": "^0.4.
|
|
86
|
-
"@micromag/screen-audio": "^0.4.
|
|
87
|
-
"@micromag/screen-contribution": "^0.4.
|
|
88
|
-
"@micromag/screen-conversation": "^0.4.
|
|
89
|
-
"@micromag/screen-gallery": "^0.4.
|
|
90
|
-
"@micromag/screen-gallery-feed": "^0.4.
|
|
91
|
-
"@micromag/screen-game-sort": "^0.4.
|
|
92
|
-
"@micromag/screen-image": "^0.4.
|
|
93
|
-
"@micromag/screen-keypad": "^0.4.
|
|
94
|
-
"@micromag/screen-map": "^0.4.
|
|
95
|
-
"@micromag/screen-quiz": "^0.4.
|
|
96
|
-
"@micromag/screen-quote": "^0.4.
|
|
97
|
-
"@micromag/screen-ranking": "^0.4.
|
|
98
|
-
"@micromag/screen-share": "^0.4.
|
|
99
|
-
"@micromag/screen-slideshow": "^0.4.
|
|
100
|
-
"@micromag/screen-survey": "^0.4.
|
|
101
|
-
"@micromag/screen-text": "^0.4.
|
|
102
|
-
"@micromag/screen-timeline": "^0.4.
|
|
103
|
-
"@micromag/screen-title": "^0.4.
|
|
104
|
-
"@micromag/screen-urbania-article": "^0.4.
|
|
105
|
-
"@micromag/screen-urbania-horoscope": "^0.4.
|
|
106
|
-
"@micromag/screen-urbania-recommendation": "^0.4.
|
|
107
|
-
"@micromag/screen-urbania-trivia": "^0.4.
|
|
108
|
-
"@micromag/screen-video": "^0.4.
|
|
109
|
-
"@micromag/screen-video-360": "^0.4.
|
|
84
|
+
"@micromag/core": "^0.4.80",
|
|
85
|
+
"@micromag/screen-article": "^0.4.80",
|
|
86
|
+
"@micromag/screen-audio": "^0.4.80",
|
|
87
|
+
"@micromag/screen-contribution": "^0.4.80",
|
|
88
|
+
"@micromag/screen-conversation": "^0.4.80",
|
|
89
|
+
"@micromag/screen-gallery": "^0.4.80",
|
|
90
|
+
"@micromag/screen-gallery-feed": "^0.4.80",
|
|
91
|
+
"@micromag/screen-game-sort": "^0.4.80",
|
|
92
|
+
"@micromag/screen-image": "^0.4.80",
|
|
93
|
+
"@micromag/screen-keypad": "^0.4.80",
|
|
94
|
+
"@micromag/screen-map": "^0.4.80",
|
|
95
|
+
"@micromag/screen-quiz": "^0.4.80",
|
|
96
|
+
"@micromag/screen-quote": "^0.4.80",
|
|
97
|
+
"@micromag/screen-ranking": "^0.4.80",
|
|
98
|
+
"@micromag/screen-share": "^0.4.80",
|
|
99
|
+
"@micromag/screen-slideshow": "^0.4.80",
|
|
100
|
+
"@micromag/screen-survey": "^0.4.80",
|
|
101
|
+
"@micromag/screen-text": "^0.4.80",
|
|
102
|
+
"@micromag/screen-timeline": "^0.4.80",
|
|
103
|
+
"@micromag/screen-title": "^0.4.80",
|
|
104
|
+
"@micromag/screen-urbania-article": "^0.4.80",
|
|
105
|
+
"@micromag/screen-urbania-horoscope": "^0.4.80",
|
|
106
|
+
"@micromag/screen-urbania-recommendation": "^0.4.80",
|
|
107
|
+
"@micromag/screen-urbania-trivia": "^0.4.80",
|
|
108
|
+
"@micromag/screen-video": "^0.4.80",
|
|
109
|
+
"@micromag/screen-video-360": "^0.4.80",
|
|
110
110
|
"classnames": "^2.2.6",
|
|
111
111
|
"lodash": "^4.17.23"
|
|
112
112
|
},
|
|
@@ -114,6 +114,6 @@
|
|
|
114
114
|
"access": "public",
|
|
115
115
|
"registry": "https://registry.npmjs.org/"
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "7b7cc58e5fec6cc024896ac481b80fd2976ca26d",
|
|
118
118
|
"types": "es/index.d.ts"
|
|
119
119
|
}
|