@plumeria/core 0.19.0 → 0.19.2

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/dist/index.js CHANGED
@@ -153,6 +153,8 @@ const viewTransition = (object) => {
153
153
  const hash = (0, zss_engine.genBase36Hash)(object, 1, 8);
154
154
  const transitionName = `vt-${hash}`;
155
155
  global({
156
+ [`::view-transition-group(${transitionName})`]: object.group,
157
+ [`::view-transition-image-pair(${transitionName})`]: object.imagePair,
156
158
  [`::view-transition-old(${transitionName})`]: object.old,
157
159
  [`::view-transition-new(${transitionName})`]: object.new
158
160
  });
package/dist/index.mjs CHANGED
@@ -153,6 +153,8 @@ const viewTransition = (object) => {
153
153
  const hash = genBase36Hash(object, 1, 8);
154
154
  const transitionName = `vt-${hash}`;
155
155
  global({
156
+ [`::view-transition-group(${transitionName})`]: object.group,
157
+ [`::view-transition-image-pair(${transitionName})`]: object.imagePair,
156
158
  [`::view-transition-old(${transitionName})`]: object.old,
157
159
  [`::view-transition-new(${transitionName})`]: object.new
158
160
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
4
4
  "description": "A library for scalable and optimized styling.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "stylesheet.css"
46
46
  ],
47
47
  "dependencies": {
48
- "zss-engine": "0.2.87"
48
+ "zss-engine": "0.2.90"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"