@swc-react/thumbnail 0.31.1-react.21 → 0.32.0

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 (2) hide show
  1. package/next.d.ts +2 -1
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -262,9 +262,10 @@ export declare const Thumbnail: import("react").ComponentType<Partial<{
262
262
  } & {
263
263
  readonly attributes: NamedNodeMap;
264
264
  readonly localName: string;
265
- size: import("@spectrum-web-components/base").ElementSize;
265
+ size: string;
266
266
  background?: string | undefined;
267
267
  cover: boolean;
268
+ layer: boolean;
268
269
  readonly accessKeyLabel: string;
269
270
  autocapitalize: string;
270
271
  inert: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/thumbnail",
3
- "version": "0.31.1-react.21+44f0b1df9",
3
+ "version": "0.32.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit-labs/react": "^1.1.1",
33
- "@spectrum-web-components/thumbnail": "^0.31.1-react.21+44f0b1df9"
33
+ "@spectrum-web-components/thumbnail": "^0.32.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
43
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
44
44
  }