@swc-react/swatch 1.10.0 → 1.11.0-snapshot-test.20260129145631

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 -2
  2. package/package.json +7 -2
package/next.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export declare const Swatch: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("swatch/src/Swatch.js").Swatch>, "size" | "label" | "change" | "toggle" | "disabled" | "color" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "border" | "mixedValue" | "nothing" | "rounding" | "selected" | "shape" | "value" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "focusElement" | "selfManageFocusElement"> & {
1
+ export declare const Swatch: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("swatch/src/Swatch.js").Swatch>, "label" | "change" | "toggle" | "renderOptions" | "disabled" | "color" | "size" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "border" | "mixedValue" | "nothing" | "rounding" | "selected" | "shape" | "value" | "isLTR" | "hasVisibleFocusInTree" | "focusElement" | "selfManageFocusElement"> & {
2
2
  change?: ((e: Event) => void) | undefined;
3
3
  } & Partial<Omit<import("swatch/src/Swatch.js").Swatch, keyof HTMLElement>> & import("react").RefAttributes<import("swatch/src/Swatch.js").Swatch>>;
4
- export declare const SwatchGroup: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("swatch/src/SwatchGroup.js").SwatchGroup>, "size" | "change" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "border" | "rounding" | "selected" | "shape" | "density" | "selects" | "swatches" | "rovingTabindexController" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree"> & {
4
+ export declare const SwatchGroup: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("swatch/src/SwatchGroup.js").SwatchGroup>, "change" | "renderOptions" | "size" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "border" | "rounding" | "selected" | "shape" | "density" | "selects" | "swatches" | "rovingTabindexController" | "isLTR" | "hasVisibleFocusInTree"> & {
5
5
  change?: ((e: Event) => void) | undefined;
6
6
  } & Partial<Omit<import("swatch/src/SwatchGroup.js").SwatchGroup, keyof HTMLElement>> & import("react").RefAttributes<import("swatch/src/SwatchGroup.js").SwatchGroup>>;
package/package.json CHANGED
@@ -1,12 +1,17 @@
1
1
  {
2
2
  "name": "@swc-react/swatch",
3
- "version": "1.10.0",
3
+ "version": "1.11.0-snapshot-test.20260129145631",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "React and Next.js wrapper of the @spectrum-web-components/swatch component",
8
8
  "license": "Apache-2.0",
9
9
  "author": "Adobe",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/adobe/spectrum-web-components.git",
13
+ "directory": "1st-gen/react/swatch"
14
+ },
10
15
  "type": "module",
11
16
  "exports": {
12
17
  ".": {
@@ -26,7 +31,7 @@
26
31
  ],
27
32
  "dependencies": {
28
33
  "@lit/react": "^1.0.2",
29
- "@spectrum-web-components/swatch": "^1.10.0"
34
+ "@spectrum-web-components/swatch": "^1.11.0-snapshot-test.20260129145631"
30
35
  },
31
36
  "peerDependencies": {
32
37
  "next": "~13.4 || ~14"