@micromag/screens 0.4.79 → 0.4.83

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.
Files changed (3) hide show
  1. package/fields.js +5 -0
  2. package/fields.json +5 -0
  3. 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.79",
3
+ "version": "0.4.83",
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.79",
85
- "@micromag/screen-article": "^0.4.79",
86
- "@micromag/screen-audio": "^0.4.79",
87
- "@micromag/screen-contribution": "^0.4.79",
88
- "@micromag/screen-conversation": "^0.4.79",
89
- "@micromag/screen-gallery": "^0.4.79",
90
- "@micromag/screen-gallery-feed": "^0.4.79",
91
- "@micromag/screen-game-sort": "^0.4.79",
92
- "@micromag/screen-image": "^0.4.79",
93
- "@micromag/screen-keypad": "^0.4.79",
94
- "@micromag/screen-map": "^0.4.79",
95
- "@micromag/screen-quiz": "^0.4.79",
96
- "@micromag/screen-quote": "^0.4.79",
97
- "@micromag/screen-ranking": "^0.4.79",
98
- "@micromag/screen-share": "^0.4.79",
99
- "@micromag/screen-slideshow": "^0.4.79",
100
- "@micromag/screen-survey": "^0.4.79",
101
- "@micromag/screen-text": "^0.4.79",
102
- "@micromag/screen-timeline": "^0.4.79",
103
- "@micromag/screen-title": "^0.4.79",
104
- "@micromag/screen-urbania-article": "^0.4.79",
105
- "@micromag/screen-urbania-horoscope": "^0.4.79",
106
- "@micromag/screen-urbania-recommendation": "^0.4.79",
107
- "@micromag/screen-urbania-trivia": "^0.4.79",
108
- "@micromag/screen-video": "^0.4.79",
109
- "@micromag/screen-video-360": "^0.4.79",
84
+ "@micromag/core": "^0.4.83",
85
+ "@micromag/screen-article": "^0.4.83",
86
+ "@micromag/screen-audio": "^0.4.83",
87
+ "@micromag/screen-contribution": "^0.4.83",
88
+ "@micromag/screen-conversation": "^0.4.83",
89
+ "@micromag/screen-gallery": "^0.4.83",
90
+ "@micromag/screen-gallery-feed": "^0.4.83",
91
+ "@micromag/screen-game-sort": "^0.4.83",
92
+ "@micromag/screen-image": "^0.4.83",
93
+ "@micromag/screen-keypad": "^0.4.83",
94
+ "@micromag/screen-map": "^0.4.83",
95
+ "@micromag/screen-quiz": "^0.4.83",
96
+ "@micromag/screen-quote": "^0.4.83",
97
+ "@micromag/screen-ranking": "^0.4.83",
98
+ "@micromag/screen-share": "^0.4.83",
99
+ "@micromag/screen-slideshow": "^0.4.83",
100
+ "@micromag/screen-survey": "^0.4.83",
101
+ "@micromag/screen-text": "^0.4.83",
102
+ "@micromag/screen-timeline": "^0.4.83",
103
+ "@micromag/screen-title": "^0.4.83",
104
+ "@micromag/screen-urbania-article": "^0.4.83",
105
+ "@micromag/screen-urbania-horoscope": "^0.4.83",
106
+ "@micromag/screen-urbania-recommendation": "^0.4.83",
107
+ "@micromag/screen-urbania-trivia": "^0.4.83",
108
+ "@micromag/screen-video": "^0.4.83",
109
+ "@micromag/screen-video-360": "^0.4.83",
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": "9390fd82c9dbf9c0eeaa15697e34bbc79625383c",
117
+ "gitHead": "323b1d85d8fe4665b160783048a92d78f663050f",
118
118
  "types": "es/index.d.ts"
119
119
  }