Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.18
@@ -11,2 +11,3 @@ import React from "react"; | ||
export declare function useStepIndex(): readonly [number, React.Dispatch<React.SetStateAction<number>>]; | ||
export { StaticFallback, StaticToggle, useStaticToggle, } from "./utils/static-fallback.js"; | ||
//# sourceMappingURL=utils.d.ts.map |
"use client"; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import React from "react"; | ||
import { ObservedDiv, Scroller } from "./scroller.js"; | ||
import { ObservedDiv, Scroller } from "./utils/scroller.js"; | ||
const StepsContext = React.createContext({ | ||
@@ -43,1 +43,2 @@ selectedIndex: 0, | ||
} | ||
export { StaticFallback, StaticToggle, useStaticToggle, } from "./utils/static-fallback.js"; |
{ | ||
"name": "codehike", | ||
"version": "1.0.0-alpha.17", | ||
"version": "1.0.0-alpha.18", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247570
175
5793