@superblocksteam/library 2.0.60 → 2.0.62
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/{devtools-consolidated-Dm9AFGZs.js → devtools-consolidated-CSZHv1_D.js} +2 -2
- package/dist/{devtools-consolidated-Dm9AFGZs.js.map → devtools-consolidated-CSZHv1_D.js.map} +1 -1
- package/dist/jsx-dev-runtime/index.js +1 -1
- package/dist/{jsx-wrapper-BaEUS0A1.js → jsx-wrapper-DXTcuKmN.js} +2 -2
- package/dist/{jsx-wrapper-BaEUS0A1.js.map → jsx-wrapper-DXTcuKmN.js.map} +1 -1
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +3 -3
- package/package.json +2 -2
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
1
2
|
import { Dim, EditorConfig, EvaluateOrValueComputedArgs, Property, TailwindPropertyKey } from "@superblocksteam/library-shared";
|
|
2
3
|
import * as React$2 from "react";
|
|
3
4
|
import React$1, { LegacyRef, ReactNode } from "react";
|
|
4
5
|
import { DataRouter, Location, Params } from "react-router";
|
|
5
6
|
import { OrchestratorViewMode, PlaceholderInfo, Profile } from "@superblocksteam/shared";
|
|
6
7
|
import { AiContextMode, AiGenerationState, AppToEditorMessage, Catalog, CatalogWithInternalDetails, ComponentRegistryShareState, CreateChild, CreateChild as CreateChild$1, CreateRequest, DeleteMeLibraryApi, DeleteRequest, EditOperationPayload, EditOperationType, EditOperations, EditorConfig as EditorConfig$1, Entity, EntityOutputProp, InteractionMode, PayloadAction, PropertyInfo, ReparentRequest, RuntimeErrorData, RuntimeSyncComposite, SbApiRunOptions, SbElement, SbSelector, SetPropertiesRequest, SetPropertyRequest, SourceLocation, TransactionInfo, UrlState, ViteMessage, ViteMessageKind, WithBindingIdentifier } from "@superblocksteam/library-shared/types";
|
|
7
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
8
8
|
import { Callback, ControlType, DataType, DataTypeString, EntityDefinition, HeaderType, PropertiesPanelDefinition as PropertiesPanelDefinition$1, PropertiesPanelDisplay, PropertyForData, PropsCategory, Relation, WidgetPropertyDefinition } from "@superblocksteam/library-shared/props";
|
|
9
9
|
import { Graph } from "@dagrejs/graphlib";
|
|
10
10
|
import { XYCoord } from "react-dnd";
|
package/dist/lib/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { A as SuperblocksContextProvider, B as iframeMessageHandler, C as startEditorSync, E as getContextFromTraceHeaders, F as useSuperblocksUser, H as isEditMode, I as sendNotification, L as colors$1, M as useSuperblocksContext, N as useSuperblocksGroups, O as rejectById, P as useSuperblocksProfiles, R as editorBridge, S as createPropertiesPanelDefinition, T as createIframeSpan, V as isEmbeddedBySuperblocksFirstParty, _ as root_store_default, a as FixWithClarkButton, b as PropsCategory, c as ErrorContent, d as ErrorMessage, f as ErrorStack, g as StyledClarkIcon, h as SecondaryButton, i as getWidgetRectAnchorName, j as getAppMode, k as resolveById, l as ErrorDetails, m as ErrorTitle, n as useJSXContext, o as ActionsContainer, p as ErrorSummary, r as getWidgetAnchorName, s as ErrorContainer, u as ErrorIconContainer, v as createManagedPropsList, w as generateId, x as Section, y as Prop, z as getEditStore } from "../jsx-wrapper-
|
|
1
|
+
import { A as SuperblocksContextProvider, B as iframeMessageHandler, C as startEditorSync, E as getContextFromTraceHeaders, F as useSuperblocksUser, H as isEditMode, I as sendNotification, L as colors$1, M as useSuperblocksContext, N as useSuperblocksGroups, O as rejectById, P as useSuperblocksProfiles, R as editorBridge, S as createPropertiesPanelDefinition, T as createIframeSpan, V as isEmbeddedBySuperblocksFirstParty, _ as root_store_default, a as FixWithClarkButton, b as PropsCategory, c as ErrorContent, d as ErrorMessage, f as ErrorStack, g as StyledClarkIcon, h as SecondaryButton, i as getWidgetRectAnchorName, j as getAppMode, k as resolveById, l as ErrorDetails, m as ErrorTitle, n as useJSXContext, o as ActionsContainer, p as ErrorSummary, r as getWidgetAnchorName, s as ErrorContainer, u as ErrorIconContainer, v as createManagedPropsList, w as generateId, x as Section, y as Prop, z as getEditStore } from "../jsx-wrapper-DXTcuKmN.js";
|
|
2
2
|
import { n as initTracerProviderWithOrigin } from "../utils-AzBGeVXo.js";
|
|
3
3
|
import { n as consoleLogAttributes, t as early_console_buffer_default } from "../early-console-buffer-oUqxIuRK.js";
|
|
4
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
4
5
|
import { Dim, NATIVE_COMPONENT_TYPES, NO_SELECT_ATTRIBUTE, Property, Property as Property$1, SELECTOR_ID_ATTRIBUTE, SOURCE_ID_ATTRIBUTE, generateSourceId, getBindingIdentifier } from "@superblocksteam/library-shared";
|
|
5
6
|
import * as React$1 from "react";
|
|
6
7
|
import React, { Suspense, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
|
|
@@ -10,7 +11,6 @@ import { isEqual } from "lodash";
|
|
|
10
11
|
import { ISocketWithClientAuth, OBS_TAG_APPLICATION_ID, connectWebSocket, createISocketClient } from "@superblocksteam/shared";
|
|
11
12
|
import { AiContextMode, AiGenerationState, ViteMessageKind } from "@superblocksteam/library-shared/types";
|
|
12
13
|
import styled from "styled-components";
|
|
13
|
-
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
14
14
|
import { trace } from "@opentelemetry/api";
|
|
15
15
|
import { Observer, observer } from "mobx-react-lite";
|
|
16
16
|
import defaultTheme from "tailwindcss/defaultTheme";
|
|
@@ -3973,7 +3973,7 @@ var InternalErrorBoundary = class extends React.Component {
|
|
|
3973
3973
|
//#region src/lib/internal-details/lib/devtools/index.tsx
|
|
3974
3974
|
const SUPPORTED_MODES = ["local-dev"];
|
|
3975
3975
|
const DevToolsInternal = React.lazy(() => {
|
|
3976
|
-
return import("../devtools-consolidated-
|
|
3976
|
+
return import("../devtools-consolidated-CSZHv1_D.js").then((module) => ({ default: module.CustomDevTools }));
|
|
3977
3977
|
});
|
|
3978
3978
|
const DevTools = () => {
|
|
3979
3979
|
if (!SUPPORTED_MODES.includes("production")) return null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/library",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.62",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@react-hook/resize-observer": "1.2.6",
|
|
49
49
|
"@superblocksteam/fast-deep-equal": "3.1.4",
|
|
50
50
|
"@superblocksteam/iso-currency": "2.0.0",
|
|
51
|
-
"@superblocksteam/library-shared": "2.0.
|
|
51
|
+
"@superblocksteam/library-shared": "2.0.62",
|
|
52
52
|
"@superblocksteam/shared": "0.9543.7",
|
|
53
53
|
"apca-w3": "^0.1.9",
|
|
54
54
|
"clsx": "^2.1.1",
|