@swc-react/coachmark 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.
- package/next.d.ts +2 -2
- package/package.json +7 -2
package/next.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const CoachIndicator: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("coachmark/src/CoachIndicator.js").CoachIndicator>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "
|
|
2
|
-
export declare const Coachmark: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("coachmark/src/Coachmark.js").Coachmark>, "open" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "
|
|
1
|
+
export declare const CoachIndicator: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("coachmark/src/CoachIndicator.js").CoachIndicator>, "renderOptions" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "staticColor" | "quiet" | "isLTR" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("coachmark/src/CoachIndicator.js").CoachIndicator, keyof HTMLElement>> & import("react").RefAttributes<import("coachmark/src/CoachIndicator.js").CoachIndicator>>;
|
|
2
|
+
export declare const Coachmark: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("coachmark/src/Coachmark.js").Coachmark>, "renderOptions" | "open" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "placement" | "tip" | "tipElement" | "primary" | "secondary" | "item" | "modifierKeys" | "hasAsset" | "asset" | "currentStep" | "totalSteps" | "primaryCTA" | "secondaryCTA" | "isLTR" | "hasVisibleFocusInTree"> & {
|
|
3
3
|
primary?: ((e: Event) => void) | undefined;
|
|
4
4
|
secondary?: ((e: Event) => void) | undefined;
|
|
5
5
|
} & Partial<Omit<import("coachmark/src/Coachmark.js").Coachmark, keyof HTMLElement>> & import("react").RefAttributes<import("coachmark/src/Coachmark.js").Coachmark>>;
|
package/package.json
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/coachmark",
|
|
3
|
-
"version": "1.
|
|
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/coachmark 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/coachmark"
|
|
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/coachmark": "^1.
|
|
34
|
+
"@spectrum-web-components/coachmark": "^1.11.0-snapshot-test.20260129145631"
|
|
30
35
|
},
|
|
31
36
|
"peerDependencies": {
|
|
32
37
|
"next": "~13.4 || ~14"
|