@crystaldesign/content-item 25.7.0-beta.4 → 25.7.0-beta.6
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/build/esm/index.js
CHANGED
|
@@ -181,7 +181,7 @@ var Video = function Video(_ref) {
|
|
|
181
181
|
src: urlObject.toString(),
|
|
182
182
|
referrerPolicy: "strict-origin-when-cross-origin",
|
|
183
183
|
allow: "autoplay; gyroscope; picture-in-picture"
|
|
184
|
-
});
|
|
184
|
+
}, video);
|
|
185
185
|
}
|
|
186
186
|
return /*#__PURE__*/jsx("video", {
|
|
187
187
|
className: videoClass,
|
|
@@ -194,7 +194,7 @@ var Video = function Video(_ref) {
|
|
|
194
194
|
src: video + (thumb ? '#t=2' : ''),
|
|
195
195
|
type: video.includes('.mp4') ? 'video/mp4' : 'video/webm'
|
|
196
196
|
})
|
|
197
|
-
});
|
|
197
|
+
}, video);
|
|
198
198
|
};
|
|
199
199
|
|
|
200
200
|
var title = "title-0S918";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Components/Video/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,KAAK,KAAK,GAAG;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC;AAEjC,QAAA,MAAM,KAAK,+BAAgC,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Components/Video/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,KAAK,KAAK,GAAG;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC;AAEjC,QAAA,MAAM,KAAK,+BAAgC,KAAK,sBA4B/C,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/content-item",
|
|
3
|
-
"version": "25.7.0-beta.
|
|
3
|
+
"version": "25.7.0-beta.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "storybook dev -p 6006",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
},
|
|
35
35
|
"module": "build/esm/index.js",
|
|
36
36
|
"types": "./build/types/content-item/src/index.d.ts",
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "6f0074a9537b5411a5685718b004454efda77f76"
|
|
38
38
|
}
|