react-semaphor 0.0.631 → 0.0.632
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-DQulUok7.js → dashboard-plus-C9Zc94LX.js} +2996 -2997
- package/dist/chunks/dashboard-plus-Cj66-ScR.js +355 -0
- package/dist/chunks/{index-CXL7gvuy.js → index-BN9MFMRc.js} +1 -1
- package/dist/chunks/{index-CCBLRfsE.js → index-Ccd0W9ao.js} +13 -20
- 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 +5 -0
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-B3mZd8dr.js +0 -355
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-Cj66-ScR.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
|
@@ -2006,6 +2006,11 @@ export declare type UIConfig = {
|
|
|
2006
2006
|
* Defaults to true unless explicitly disabled.
|
|
2007
2007
|
*/
|
|
2008
2008
|
showAdvancedMode?: boolean;
|
|
2009
|
+
/**
|
|
2010
|
+
* Enables the Info tab in the editor/explorer view.
|
|
2011
|
+
* Defaults to true unless explicitly disabled.
|
|
2012
|
+
*/
|
|
2013
|
+
showInfoTab?: boolean;
|
|
2009
2014
|
/**
|
|
2010
2015
|
* Enables the AI-powered dashboard assistant.
|
|
2011
2016
|
* Defaults to true unless explicitly disabled.
|