@plumeria/webpack-plugin 0.19.0 → 0.19.1
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.
|
@@ -597,6 +597,8 @@ function loader(source) {
|
|
|
597
597
|
if (Object.keys(viewTransitionObjectTable).length > 0) {
|
|
598
598
|
fileStyles.viewTransitionStyles = Object.entries(viewTransitionObjectTable)
|
|
599
599
|
.map(([hash, obj]) => (0, zss_engine_1.transpile)({
|
|
600
|
+
[`::view-transition-group(vt-${hash})`]: obj.group,
|
|
601
|
+
[`::view-transition-image-pair(vt-${hash})`]: obj.imagePair,
|
|
600
602
|
[`::view-transition-old(vt-${hash})`]: obj.old,
|
|
601
603
|
[`::view-transition-new(vt-${hash})`]: obj.new,
|
|
602
604
|
}, undefined, '--global').styleSheet)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/webpack-plugin",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"description": "Plumeria Webpack plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@rust-gear/glob": "^0.2.2",
|
|
25
25
|
"@types/babel__core": "^7.20.5",
|
|
26
26
|
"webpack": "^5.101.0",
|
|
27
|
-
"zss-engine": "^0.2.
|
|
27
|
+
"zss-engine": "^0.2.88"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|