@carbon/utilities-react 0.23.0-rc.0 → 0.24.0-rc.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.
- package/es/StepFlow/index.d.ts +1 -1
- package/es/chunk.d.ts +1 -2
- package/lib/chunk.js +0 -6
- package/lib/useNoInteractiveChildren/index.js +0 -1
- package/package.json +5 -5
package/es/StepFlow/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { i as StepGroup, n as useStepContext, r as StepContextType, t as StepProvider } from "../chunk.js";
|
|
2
|
-
export { StepContextType, StepGroup, StepProvider, useStepContext };
|
|
2
|
+
export { type StepContextType, StepGroup, StepProvider, useStepContext };
|
package/es/chunk.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React, { Dispatch, ReactNode, SetStateAction } from "react";
|
|
2
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
2
|
|
|
4
3
|
//#region src/StepFlow/StepGroup.d.ts
|
|
5
4
|
interface StepGroupProps {
|
|
@@ -39,7 +38,7 @@ interface StepProviderProps {
|
|
|
39
38
|
}
|
|
40
39
|
declare const StepProvider: ({
|
|
41
40
|
children
|
|
42
|
-
}: StepProviderProps) =>
|
|
41
|
+
}: StepProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
43
42
|
declare const useStepContext: () => StepContextType;
|
|
44
43
|
//#endregion
|
|
45
44
|
export { StepGroup as i, useStepContext as n, StepContextType as r, StepProvider as t };
|
package/lib/chunk.js
CHANGED
|
@@ -89,12 +89,6 @@ Object.defineProperty(exports, "StepProvider", {
|
|
|
89
89
|
return StepProvider;
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
Object.defineProperty(exports, "__toESM", {
|
|
93
|
-
enumerable: true,
|
|
94
|
-
get: function() {
|
|
95
|
-
return __toESM;
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
92
|
Object.defineProperty(exports, "useStepContext", {
|
|
99
93
|
enumerable: true,
|
|
100
94
|
get: function() {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/utilities-react",
|
|
3
3
|
"description": "Utilities and helpers to drive consistency across software products using the Carbon Design System with React",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.24.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"rimraf": "^6.0.1",
|
|
58
|
-
"tsdown": "^0.
|
|
59
|
-
"typescript-config-carbon": "^0.10.0
|
|
58
|
+
"tsdown": "^0.22.0",
|
|
59
|
+
"typescript-config-carbon": "^0.10.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@carbon/utilities": "^0.
|
|
62
|
+
"@carbon/utilities": "^0.21.0-rc.0",
|
|
63
63
|
"@ibm/telemetry-js": "^1.6.1"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "415bf87b56763dc172a38f310ee5536e70dd792b"
|
|
66
66
|
}
|