react-semaphor 0.1.58 → 0.1.60
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/dist/chunks/{dashboard-plus-DttJ7tRM.js → dashboard-plus-BEe61COU.js} +4990 -5152
- package/dist/chunks/dashboard-plus-Bi6F5Cid.js +225 -0
- package/dist/chunks/{index-DbMJ2vk9.js → index-BzapoQUW.js} +10691 -10654
- package/dist/chunks/{index-B3HYK-tY.js → index-DvVwuOlu.js} +183 -183
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/dist/types/main.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-zWWZ2ch-.js +0 -235
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-Bi6F5Cid.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
package/dist/types/main.d.ts
CHANGED
|
@@ -217,7 +217,7 @@ declare type Actions_2 = TableActions & ExplorerActions & DrillActions & {
|
|
|
217
217
|
setOnClose: (onClose: () => void) => void;
|
|
218
218
|
};
|
|
219
219
|
|
|
220
|
-
export declare function AdvancedModeToggle({ className,
|
|
220
|
+
export declare function AdvancedModeToggle({ className, switchClassName, }: AdvancedModeToggleProps): JSX_2.Element | null;
|
|
221
221
|
|
|
222
222
|
declare interface AdvancedModeToggleProps {
|
|
223
223
|
className?: string;
|