@superblocksteam/library 2.0.3-next.194 → 2.0.3-next.196

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.
Files changed (24) hide show
  1. package/dist/{allPaths-TKGgbejI.js → allPaths-C_dOrZGg.js} +2 -2
  2. package/dist/{allPaths-TKGgbejI.js.map → allPaths-C_dOrZGg.js.map} +1 -1
  3. package/dist/{allPaths-CPmeaksr.js → allPaths-Dgpxk8Um.js} +2 -2
  4. package/dist/{allPaths-CPmeaksr.js.map → allPaths-Dgpxk8Um.js.map} +1 -1
  5. package/dist/{allPathsLoader-B0O4sfbG.js → allPathsLoader-ByP0iRQq.js} +3 -3
  6. package/dist/{allPathsLoader-B0O4sfbG.js.map → allPathsLoader-ByP0iRQq.js.map} +1 -1
  7. package/dist/{allPathsLoader-DhkzAeHr.js → allPathsLoader-CW9Ec2JW.js} +3 -3
  8. package/dist/{allPathsLoader-DhkzAeHr.js.map → allPathsLoader-CW9Ec2JW.js.map} +1 -1
  9. package/dist/devtools-consolidated-pFTghgz2.js +590 -0
  10. package/dist/devtools-consolidated-pFTghgz2.js.map +1 -0
  11. package/dist/{index-DzenoqnP.js → index-DZvnjpQm.js} +224 -219
  12. package/dist/{index-DzenoqnP.js.map → index-DZvnjpQm.js.map} +1 -1
  13. package/dist/index.css +166 -0
  14. package/dist/index.js +149 -149
  15. package/dist/{splitPathsBySizeLoader-DH3bh2P5.js → splitPathsBySizeLoader-BrImLlIK.js} +2 -2
  16. package/dist/{splitPathsBySizeLoader-DH3bh2P5.js.map → splitPathsBySizeLoader-BrImLlIK.js.map} +1 -1
  17. package/dist/{splitPathsBySizeLoader-DQGuCgWt.js → splitPathsBySizeLoader-bkDhkrOd.js} +2 -2
  18. package/dist/{splitPathsBySizeLoader-DQGuCgWt.js.map → splitPathsBySizeLoader-bkDhkrOd.js.map} +1 -1
  19. package/dist-types/lib/internal-details/lib/devtools/devtools-consolidated.d.ts +5 -0
  20. package/dist-types/lib/internal-details/lib/devtools/index.d.ts +4 -0
  21. package/dist-types/lib/internal-details/lib/devtools/serialize-store-data.d.ts +1 -0
  22. package/dist-types/lib/user-facing/themes/constants.d.ts +7 -2
  23. package/package.json +3 -4
  24. package/dist-types/lib/internal-details/lib/devtools.d.ts +0 -1
@@ -48,7 +48,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
48
48
  var __privateMethod = (obj, member, method4) => (__accessCheck(obj, member, "access private method"), method4);
49
49
  var _removeSourceIdElement_dec, _setSourceIdElement_dec, _setActiveRootInstanceId_dec, _init, _cancelApi_dec, _runApi_dec, _init2, _renameWidget_dec, _setWidgetProperty_dec, _setWidgetProperties_dec, _writeRuntimeProperties_dec, _deleteComponents_dec, _dropComponent_dec, _createComponent_dec, _batchUpdate_dec, _clearPendingTransactions_dec, _addPendingTransaction_dec, _executeOrAddToBatch_dec, _init3, _addOptimisticCreateWidget_dec, _processRootWidget_dec, _init4, _refreshPositionsAndGetDropConstraints_dec, _init5, _updateChildPositions_dec, _setWidgetPosition_dec, _setActiveTargetRect_dec, _setActiveDragRect_dec, _setDropTargetId_dec, _setInvalidDropTarget_dec, _setValidRootIds_dec, _cancelNewComponentDrag_dec, _startNewComponentDrag_dec, _setIsDragging_dec, _setWidgetFeatures_dec, _init6;
50
50
  import * as React from "react";
51
- import React__default, { isValidElement as isValidElement$1, version as version$2, createContext, useContext, useEffect, useRef, useLayoutEffect as useLayoutEffect$2, Component, useState, useMemo as useMemo$2, useCallback, forwardRef, useImperativeHandle, cloneElement as cloneElement$1, createElement, Children, memo, useReducer, PureComponent, useSyncExternalStore, Suspense, createRef } from "react";
51
+ import React__default, { isValidElement as isValidElement$1, version as version$2, createContext, useContext, useEffect, useRef, useLayoutEffect as useLayoutEffect$2, Component, useState, useMemo as useMemo$2, useCallback, forwardRef, useImperativeHandle, cloneElement as cloneElement$1, createElement, Suspense, Children, memo, useReducer, PureComponent, useSyncExternalStore, createRef } from "react";
52
52
  import { S as SvgClose, a as SvgSystemDanger, b as SvgSystemInfo, c as SvgSystemError, d as SvgSystemSuccess, e as SvgPlus, f as SvgHide, g as SvgChevronDown, h as SvgEmptyCheckbox, i as SvgMinus, j as SvgCheckmark, k as SvgCopy, l as SvgExternalLink, m as SvgPlay, n as SvgDownload, o as SvgTrash, p as SvgFilter, q as SvgFreeze, r as SvgSort, s as SvgEllipsis, t as SvgCrossXs, u as SvgClark } from "./icons-NrNO8p_u.js";
53
53
  import * as ReactDOM from "react-dom";
54
54
  import ReactDOM__default, { unstable_batchedUpdates, flushSync, createPortal } from "react-dom";
@@ -5917,18 +5917,11 @@ if (typeof __MOBX_DEVTOOLS_GLOBAL_HOOK__ === "object") {
5917
5917
  $mobx
5918
5918
  });
5919
5919
  }
5920
- let internalStores = {};
5921
- function registerStores(stores) {
5922
- internalStores = { ...internalStores, ...stores };
5923
- }
5924
5920
  class ConnectionManager {
5925
5921
  // The status of the connection to the remote dev server
5926
5922
  constructor() {
5927
5923
  __publicField(this, "connectionStatus", "pre-init");
5928
5924
  makeAutoObservable(this);
5929
- registerStores({
5930
- ConnectionManager: this
5931
- });
5932
5925
  }
5933
5926
  initializeSocket() {
5934
5927
  this.connectionStatus = "connecting";
@@ -43048,9 +43041,6 @@ class InteractionLayerManager {
43048
43041
  __publicField(this, "activeRootInstanceId");
43049
43042
  __publicField(this, "sourceIdElements", /* @__PURE__ */ new Map());
43050
43043
  makeAutoObservable(this);
43051
- registerStores({
43052
- InteractionLayerManager: this
43053
- });
43054
43044
  }
43055
43045
  setActiveRootInstanceId(rootInstanceId) {
43056
43046
  this.activeRootInstanceId = rootInstanceId;
@@ -83474,6 +83464,35 @@ function requireRfdc() {
83474
83464
  var rfdcExports = requireRfdc();
83475
83465
  const clone$3 = /* @__PURE__ */ getDefaultExportFromCjs(rfdcExports);
83476
83466
  const fastClone$1 = clone$3({});
83467
+ let internalStores = {};
83468
+ const SUPPORTED_MODES = ["local-dev"];
83469
+ function registerStores(stores) {
83470
+ internalStores = { ...internalStores, ...stores };
83471
+ if (SUPPORTED_MODES.includes("production")) {
83472
+ if (Object.keys(internalStores).length === Object.keys(stores).length) {
83473
+ import("./devtools-consolidated-pFTghgz2.js").then(({ initializeCustomDevTools, setRegisteredStores }) => {
83474
+ setRegisteredStores(internalStores);
83475
+ initializeCustomDevTools();
83476
+ }).catch((error) => {
83477
+ console.warn(
83478
+ "[DevTools] Failed to initialize custom devtools:",
83479
+ error
83480
+ );
83481
+ });
83482
+ }
83483
+ }
83484
+ }
83485
+ const DevToolsInternal = React__default.lazy(() => {
83486
+ return import("./devtools-consolidated-pFTghgz2.js").then((module2) => ({
83487
+ default: module2.CustomDevTools
83488
+ }));
83489
+ });
83490
+ const DevTools = () => {
83491
+ if (!SUPPORTED_MODES.includes("production")) {
83492
+ return null;
83493
+ }
83494
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Suspense, { fallback: null, children: /* @__PURE__ */ jsxRuntimeExports.jsx(DevToolsInternal, {}) });
83495
+ };
83477
83496
  const ARGS_VAR_NAME = "$SB_args";
83478
83497
  const USER_JS_CODE_VAR_NAME = "$SB_userJSCode";
83479
83498
  const SNAPSHOT_VAR_NAME = "$SB_snapshot";
@@ -86268,9 +86287,6 @@ class OperationManager {
86268
86287
  __publicField(this, "batchOperationTransactionId");
86269
86288
  __publicField(this, "visibleSourceIds", []);
86270
86289
  makeAutoObservable(this);
86271
- registerStores({
86272
- OperationManager: this
86273
- });
86274
86290
  }
86275
86291
  get allPendingTransactions() {
86276
86292
  return this.pendingTransactions;
@@ -86647,9 +86663,6 @@ class PropertiesPanelManager {
86647
86663
  makeAutoObservable(this, {
86648
86664
  _propertyLookupCache: false
86649
86665
  });
86650
- registerStores({
86651
- PropertiesPanelManager: this
86652
- });
86653
86666
  }
86654
86667
  getPropertiesPanel(scopeId, instanceId) {
86655
86668
  const props2 = this.entityManager.getEntityById(scopeId, instanceId);
@@ -87024,9 +87037,6 @@ class RuntimeWidgetsManager {
87024
87037
  addWidgetFromPayload: action,
87025
87038
  sourceToInstanceIdSample: observable
87026
87039
  });
87027
- registerStores({
87028
- RuntimeManager: this
87029
- });
87030
87040
  }
87031
87041
  setWidgetMeta(instanceId, meta) {
87032
87042
  const existingMeta = this.widgets[instanceId];
@@ -87377,9 +87387,6 @@ class RuntimeEntitiesManager {
87377
87387
  makeAutoObservable(this, {
87378
87388
  widgets: false
87379
87389
  });
87380
- registerStores({
87381
- DeployedRuntimeManager: this
87382
- });
87383
87390
  }
87384
87391
  processRootWidget(params) {
87385
87392
  this.widgets.processRoot(params);
@@ -87805,9 +87812,6 @@ class GridManager {
87805
87812
  this.root = root2;
87806
87813
  this.dnd = dnd;
87807
87814
  makeAutoObservable(this);
87808
- registerStores({
87809
- GridManager: this
87810
- });
87811
87815
  }
87812
87816
  get draggedInstanceId() {
87813
87817
  var _a2;
@@ -88328,9 +88332,6 @@ class StackManager {
88328
88332
  this.root = root2;
88329
88333
  this.dnd = dnd;
88330
88334
  makeAutoObservable(this);
88331
- registerStores({
88332
- StackManager: this
88333
- });
88334
88335
  }
88335
88336
  refreshPositionsAndGetDropIndex() {
88336
88337
  if (this.dnd.dropTargetId) {
@@ -88400,9 +88401,6 @@ class DragAndDropManager {
88400
88401
  this.stack = new StackManager(root2, this);
88401
88402
  this.grid = new GridManager(root2, this);
88402
88403
  makeAutoObservable(this);
88403
- registerStores({
88404
- DragAndDropManager: this
88405
- });
88406
88404
  startEditorSync({
88407
88405
  store: this,
88408
88406
  storeId: "dnd",
@@ -88643,9 +88641,6 @@ class ResizingManager {
88643
88641
  __publicField(this, "_activeResizes", /* @__PURE__ */ new Map());
88644
88642
  this.root = root2;
88645
88643
  makeAutoObservable(this);
88646
- registerStores({
88647
- ResizingManager: this
88648
- });
88649
88644
  startEditorSync({
88650
88645
  store: this,
88651
88646
  storeId: "resizing",
@@ -88980,9 +88975,6 @@ class UIStore {
88980
88975
  setFocusedInstanceId: action,
88981
88976
  selectWidget: action
88982
88977
  });
88983
- registerStores({
88984
- UIManager: this
88985
- });
88986
88978
  }
88987
88979
  // TODO (Alex): For these getters, we should differentiate between source and instance selection
88988
88980
  isSourceSelected(sourceId) {
@@ -90956,14 +90948,14 @@ function getLoaderFn$1(options) {
90956
90948
  if (!(loader === "all")) return [3, 3];
90957
90949
  return [4, import(
90958
90950
  /* webpackChunkName: "blueprint-icons-all-paths-loader" */
90959
- "./allPathsLoader-DhkzAeHr.js"
90951
+ "./allPathsLoader-CW9Ec2JW.js"
90960
90952
  )];
90961
90953
  case 2:
90962
90954
  return [2, _b2.sent().allPathsLoader];
90963
90955
  case 3:
90964
90956
  return [4, import(
90965
90957
  /* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
90966
- "./splitPathsBySizeLoader-DQGuCgWt.js"
90958
+ "./splitPathsBySizeLoader-bkDhkrOd.js"
90967
90959
  )];
90968
90960
  case 4:
90969
90961
  return [2, _b2.sent().splitPathsBySizeLoader];
@@ -99521,7 +99513,7 @@ const DEFAULT_TYPOGRAPHIES_NEW = {
99521
99513
  },
99522
99514
  buttonLabel: {
99523
99515
  ...DEFAULT_TYPOGRAPHIES_LEGACY.buttonLabel,
99524
- lineHeight: 1.1
99516
+ lineHeight: 1.2
99525
99517
  },
99526
99518
  code: {
99527
99519
  ...DEFAULT_TYPOGRAPHIES_LEGACY.code,
@@ -99684,12 +99676,6 @@ const BOX_SHADOWS = {
99684
99676
  dark: "0 3px 6px -4px rgba(160, 160, 160, 0.03), 0 6px 16px 0 rgba(160, 160, 160, 0.01)"
99685
99677
  }
99686
99678
  };
99687
- const BUTTON_PADDING = {
99688
- left: { mode: "px", value: 10 },
99689
- right: { mode: "px", value: 10 },
99690
- top: { mode: "px", value: 9 },
99691
- bottom: { mode: "px", value: 9 }
99692
- };
99693
99679
  const INPUT_PADDING = {
99694
99680
  left: Dim.px(10),
99695
99681
  right: Dim.px(10),
@@ -99697,6 +99683,7 @@ const INPUT_PADDING = {
99697
99683
  bottom: Dim.px(8)
99698
99684
  };
99699
99685
  const DROPDOWN_PADDING = INPUT_PADDING;
99686
+ const BUTTON_PADDING = INPUT_PADDING;
99700
99687
  const KEY_VALUE_PADDING = {
99701
99688
  left: Dim.px(20),
99702
99689
  right: Dim.px(20),
@@ -101386,8 +101373,8 @@ const shineAnimation = We$1`
101386
101373
  }
101387
101374
  `;
101388
101375
  const Skeleton2 = qe$1.div`
101389
- width: 24px;
101390
- height: 24px;
101376
+ height: var(--height);
101377
+ width: var(--width);
101391
101378
  border-radius: 50%;
101392
101379
  background: linear-gradient(110deg, #ececec 10%, #f5f5f5 30%, #ececec 60%);
101393
101380
  background-size: 200% 100%;
@@ -145403,14 +145390,14 @@ function getLoaderFn(options) {
145403
145390
  if (!(loader === "all")) return [3, 3];
145404
145391
  return [4, import(
145405
145392
  /* webpackChunkName: "blueprint-icons-all-paths-loader" */
145406
- "./allPathsLoader-B0O4sfbG.js"
145393
+ "./allPathsLoader-ByP0iRQq.js"
145407
145394
  )];
145408
145395
  case 2:
145409
145396
  return [2, _b2.sent().allPathsLoader];
145410
145397
  case 3:
145411
145398
  return [4, import(
145412
145399
  /* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
145413
- "./splitPathsBySizeLoader-DH3bh2P5.js"
145400
+ "./splitPathsBySizeLoader-BrImLlIK.js"
145414
145401
  )];
145415
145402
  case 4:
145416
145403
  return [2, _b2.sent().splitPathsBySizeLoader];
@@ -153405,7 +153392,8 @@ const StyledControlGroup$1 = qe$1(ControlGroup)`
153405
153392
  }
153406
153393
  }
153407
153394
 
153408
- .${INPUT_LEFT_CONTAINER$1}, .${INPUT_ACTION$1} {
153395
+ .${INPUT_LEFT_CONTAINER$1},
153396
+ .${INPUT_ACTION$1} {
153409
153397
  display: flex;
153410
153398
  align-items: center;
153411
153399
  height: 100%;
@@ -153741,24 +153729,32 @@ class DatePickerComponent extends React__default.Component {
153741
153729
  minHeight: this.props.inputLineHeightPx ? `${this.props.inputLineHeightPx + INPUT_ADDITIONAL_MIN_HEIGHT$1}px` : void 0
153742
153730
  },
153743
153731
  onClick: this.props.onInputClick,
153744
- leftElement: this.props.icon ? /* @__PURE__ */ jsxRuntimeExports.jsx(
153745
- "div",
153746
- {
153747
- className: `IconWrapper ${CLASS_NAMES.ICON} ${isInputFocused ? CLASS_NAMES.ACTIVE_MODIFIER : ""} ${this.props.isDisabled || this.props.selectedDate === "" || this.props.selectedDate == null ? CLASS_NAMES.DISABLED_MODIFIER : ""} ${!this.props.isValid ? CLASS_NAMES.ERROR_MODIFIER : ""}`,
153748
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(
153749
- DynamicSVG,
153750
- {
153751
- iconName: this.props.icon,
153752
- size: this.props.iconSize ?? DEFAULT_ICON_SIZE$1
153753
- }
153754
- )
153755
- }
153756
- ) : void 0,
153732
+ leftIcon: this.props.icon ? (
153733
+ /**
153734
+ * Use `leftIcon` (with Blueprint's `INPUT_LEFT_CONTAINER` CSS class) instead of `leftElement`.
153735
+ * Blueprint measures `leftElement` width after render to set input padding.
153736
+ * If the element isn't present (e.g., Suspense, modals), it measures 0 and sets `padding-left: 0`, causing overlap.
153737
+ * Setting the style to `paddingLeft` is overridden by Blueprint.
153738
+ */
153739
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
153740
+ "div",
153741
+ {
153742
+ className: `IconWrapper ${CLASS_NAMES.ICON} ${INPUT_LEFT_CONTAINER$1} ${isInputFocused ? CLASS_NAMES.ACTIVE_MODIFIER : ""} ${this.props.isDisabled || this.props.selectedDate === "" || this.props.selectedDate == null ? CLASS_NAMES.DISABLED_MODIFIER : ""} ${!this.props.isValid ? CLASS_NAMES.ERROR_MODIFIER : ""}`,
153743
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
153744
+ DynamicSVG,
153745
+ {
153746
+ iconName: this.props.icon,
153747
+ size: this.props.iconSize ?? DEFAULT_ICON_SIZE$1
153748
+ }
153749
+ )
153750
+ }
153751
+ )
153752
+ ) : null,
153753
+ rightElement: !formatIncludesTimezone(displayFormat) && this.props.showTimezone ? /* @__PURE__ */ jsxRuntimeExports.jsx(Timezone, { timezone: this.displayTimezone }) : void 0,
153754
+ onChange: this.onInputChanged,
153757
153755
  // @ts-expect-error extra props
153758
153756
  "data-invalid": !this.props.isValid && !this.state.isOpen,
153759
- "data-active": this.state.isOpen,
153760
- rightElement: !formatIncludesTimezone(displayFormat) && this.props.showTimezone ? /* @__PURE__ */ jsxRuntimeExports.jsx(Timezone, { timezone: this.displayTimezone }) : void 0,
153761
- onChange: this.onInputChanged
153757
+ "data-active": this.state.isOpen
153762
153758
  },
153763
153759
  popoverProps: {
153764
153760
  ...this.props.forceOpen ? { isOpen: this.state.isOpen } : {},
@@ -182771,6 +182767,7 @@ const SbDatePicker = registerSbComponent(
182771
182767
  backgroundColor: props2.backgroundColor,
182772
182768
  textStyle: props2.textStyle
182773
182769
  });
182770
+ const iconSize = useInputIconSize({ textStyle: props2.textStyle });
182774
182771
  return /* @__PURE__ */ jsxRuntimeExports.jsx(DatePickerContainer, { ...passThroughProps, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
182775
182772
  DatePickerComponent,
182776
182773
  {
@@ -182792,6 +182789,7 @@ const SbDatePicker = registerSbComponent(
182792
182789
  timezone: props2.manageTimezone ? props2.valueTimezone : void 0,
182793
182790
  showTimezone: !!props2.manageTimezone,
182794
182791
  icon: props2.icon,
182792
+ iconSize,
182795
182793
  onDatePickerClosed: handleDatePickerClosed,
182796
182794
  placeholder: props2.placeholder,
182797
182795
  labelStyleOverride: labelProps == null ? void 0 : labelProps.style,
@@ -186360,7 +186358,7 @@ const SbProvider = function SbProvider2({
186360
186358
  },
186361
186359
  id: "sb-provider-root",
186362
186360
  children: [
186363
- /* @__PURE__ */ jsxRuntimeExports.jsx(ErrorBoundary2, { theme: userAccessibleTheme, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
186361
+ /* @__PURE__ */ jsxRuntimeExports.jsx(ErrorBoundary2, { theme: userAccessibleTheme, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
186364
186362
  "div",
186365
186363
  {
186366
186364
  id: CANVAS_ROOT_ID,
@@ -186373,7 +186371,10 @@ const SbProvider = function SbProvider2({
186373
186371
  overflow: "hidden",
186374
186372
  position: "relative"
186375
186373
  },
186376
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(ThemeProvider, { theme: userAccessibleTheme, children: /* @__PURE__ */ jsxRuntimeExports.jsx(GlobalScope, { children: isEmbedded ? /* @__PURE__ */ jsxRuntimeExports.jsx(EmbedWrapper, { children }) : /* @__PURE__ */ jsxRuntimeExports.jsx(Auth0Wrapper, { children }) }) })
186374
+ children: [
186375
+ /* @__PURE__ */ jsxRuntimeExports.jsx(ThemeProvider, { theme: userAccessibleTheme, children: /* @__PURE__ */ jsxRuntimeExports.jsx(GlobalScope, { children: isEmbedded ? /* @__PURE__ */ jsxRuntimeExports.jsx(EmbedWrapper, { children }) : /* @__PURE__ */ jsxRuntimeExports.jsx(Auth0Wrapper, { children }) }) }),
186376
+ /* @__PURE__ */ jsxRuntimeExports.jsx(DevTools, {})
186377
+ ]
186377
186378
  }
186378
186379
  ) }),
186379
186380
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { id: MODAL_TARGET_ROOT_ID, "data-superblocks": MODAL_TARGET_ROOT_ID })
@@ -197786,145 +197787,149 @@ function requireClient() {
197786
197787
  }
197787
197788
  var clientExports = requireClient();
197788
197789
  export {
197789
- HashRouter as $,
197790
+ clientExports as $,
197790
197791
  AppStateVarPersistence6 as A,
197791
- setQueryParams as B,
197792
- download as C,
197793
- showAlert as D,
197794
- logoutIntegrations as E,
197795
- registerScope as F,
197796
- registerPage as G,
197797
- createSbScope as H,
197792
+ SbProvider as B,
197793
+ SbEventFlow as C,
197794
+ copyToClipboard as D,
197795
+ navigateTo as E,
197796
+ setQueryParams as F,
197797
+ download as G,
197798
+ showAlert as H,
197798
197799
  IconSize$2 as I,
197799
- Global as J,
197800
- Embed as K,
197801
- Env as L,
197802
- SbEvent as M,
197803
- useUpdateProperties as N,
197804
- useTheme as O,
197805
- Prop as P,
197806
- sbComputed as Q,
197807
- Dim as R,
197800
+ logoutIntegrations as J,
197801
+ registerScope as K,
197802
+ registerPage as L,
197803
+ createSbScope as M,
197804
+ Global as N,
197805
+ Embed as O,
197806
+ Env as P,
197807
+ SbEvent as Q,
197808
+ useUpdateProperties as R,
197808
197809
  SbButton as S,
197809
197810
  Theme as T,
197810
- SB as U,
197811
- Outlet as V,
197812
- clientExports as W,
197813
- Await as X,
197814
- BrowserRouter as Y,
197815
- Form2 as Z,
197811
+ useTheme as U,
197812
+ Prop as V,
197813
+ sbComputed as W,
197814
+ Dim as X,
197815
+ SB as Y,
197816
+ Outlet as Z,
197816
197817
  __awaiter as _,
197817
197818
  __generator as a,
197818
- href as a$,
197819
- IDLE_BLOCKER as a0,
197820
- IDLE_FETCHER as a1,
197821
- IDLE_NAVIGATION as a2,
197822
- Link as a3,
197823
- Links as a4,
197824
- MemoryRouter as a5,
197825
- Meta as a6,
197826
- NavLink as a7,
197827
- Navigate as a8,
197828
- Action as a9,
197829
- decodeViaTurboStream as aA,
197830
- deserializeErrors2 as aB,
197831
- getPatchRoutesOnNavigationFunction as aC,
197832
- getSingleFetchDataStrategy as aD,
197833
- invariant as aE,
197834
- mapRouteProperties as aF,
197835
- shouldHydrateRouteLoader as aG,
197836
- useFogOFWarDiscovery as aH,
197837
- useScrollRestoration as aI,
197838
- createBrowserRouter as aJ,
197839
- createCookie as aK,
197840
- createCookieSessionStorage as aL,
197841
- createHashRouter as aM,
197842
- createMemoryRouter as aN,
197843
- createMemorySessionStorage as aO,
197844
- createPath as aP,
197845
- createRequestHandler as aQ,
197846
- createRoutesFromChildren as aR,
197847
- createRoutesFromElements as aS,
197848
- createRoutesStub as aT,
197849
- createSearchParams as aU,
197850
- createSession as aV,
197851
- createSessionStorage as aW,
197852
- createStaticHandler2 as aX,
197853
- createStaticRouter as aY,
197854
- data as aZ,
197855
- generatePath as a_,
197856
- PrefetchPageLinks as aa,
197857
- Route as ab,
197858
- Router as ac,
197859
- RouterProvider as ad,
197860
- Routes as ae,
197861
- Scripts as af,
197862
- ScrollRestoration as ag,
197863
- ServerRouter as ah,
197864
- StaticRouter as ai,
197865
- StaticRouterProvider as aj,
197866
- DataRouterContext as ak,
197867
- DataRouterStateContext as al,
197868
- ErrorResponseImpl as am,
197869
- FetchersContext as an,
197870
- FrameworkContext as ao,
197871
- LocationContext as ap,
197872
- NavigationContext as aq,
197873
- RemixErrorBoundary as ar,
197874
- RouteContext as as,
197875
- ServerMode as at,
197876
- SingleFetchRedirectSymbol as au,
197877
- ViewTransitionContext as av,
197878
- createBrowserHistory as aw,
197879
- createClientRoutes as ax,
197880
- createClientRoutesWithHMRRevalidationOptOut as ay,
197881
- createRouter as az,
197819
+ createStaticHandler2 as a$,
197820
+ Await as a0,
197821
+ BrowserRouter as a1,
197822
+ Form2 as a2,
197823
+ HashRouter as a3,
197824
+ IDLE_BLOCKER as a4,
197825
+ IDLE_FETCHER as a5,
197826
+ IDLE_NAVIGATION as a6,
197827
+ Link as a7,
197828
+ Links as a8,
197829
+ MemoryRouter as a9,
197830
+ createBrowserHistory as aA,
197831
+ createClientRoutes as aB,
197832
+ createClientRoutesWithHMRRevalidationOptOut as aC,
197833
+ createRouter as aD,
197834
+ decodeViaTurboStream as aE,
197835
+ deserializeErrors2 as aF,
197836
+ getPatchRoutesOnNavigationFunction as aG,
197837
+ getSingleFetchDataStrategy as aH,
197838
+ invariant as aI,
197839
+ mapRouteProperties as aJ,
197840
+ shouldHydrateRouteLoader as aK,
197841
+ useFogOFWarDiscovery as aL,
197842
+ useScrollRestoration as aM,
197843
+ createBrowserRouter as aN,
197844
+ createCookie as aO,
197845
+ createCookieSessionStorage as aP,
197846
+ createHashRouter as aQ,
197847
+ createMemoryRouter as aR,
197848
+ createMemorySessionStorage as aS,
197849
+ createPath as aT,
197850
+ createRequestHandler as aU,
197851
+ createRoutesFromChildren as aV,
197852
+ createRoutesFromElements as aW,
197853
+ createRoutesStub as aX,
197854
+ createSearchParams as aY,
197855
+ createSession as aZ,
197856
+ createSessionStorage as a_,
197857
+ Meta as aa,
197858
+ NavLink as ab,
197859
+ Navigate as ac,
197860
+ Action as ad,
197861
+ PrefetchPageLinks as ae,
197862
+ Route as af,
197863
+ Router as ag,
197864
+ RouterProvider as ah,
197865
+ Routes as ai,
197866
+ Scripts as aj,
197867
+ ScrollRestoration as ak,
197868
+ ServerRouter as al,
197869
+ StaticRouter as am,
197870
+ StaticRouterProvider as an,
197871
+ DataRouterContext as ao,
197872
+ DataRouterStateContext as ap,
197873
+ ErrorResponseImpl as aq,
197874
+ FetchersContext as ar,
197875
+ FrameworkContext as as,
197876
+ LocationContext as at,
197877
+ NavigationContext as au,
197878
+ RemixErrorBoundary as av,
197879
+ RouteContext as aw,
197880
+ ServerMode as ax,
197881
+ SingleFetchRedirectSymbol as ay,
197882
+ ViewTransitionContext as az,
197882
197883
  IconSize as b,
197883
- isCookie as b0,
197884
- isRouteErrorResponse as b1,
197885
- isSession as b2,
197886
- matchPath as b3,
197887
- matchRoutes as b4,
197888
- parsePath as b5,
197889
- redirect as b6,
197890
- redirectDocument as b7,
197891
- renderMatches as b8,
197892
- replace2 as b9,
197893
- useParams as bA,
197894
- useResolvedPath as bB,
197895
- useRevalidator as bC,
197896
- useRouteError as bD,
197897
- useRouteLoaderData as bE,
197898
- useRoutes as bF,
197899
- useSearchParams as bG,
197900
- useSubmit as bH,
197901
- useViewTransitionState as bI,
197902
- resolvePath as ba,
197903
- HistoryRouter as bb,
197904
- unstable_RouterContextProvider as bc,
197905
- unstable_createContext as bd,
197906
- setDevServerHooks as be,
197907
- usePrompt as bf,
197908
- useActionData as bg,
197909
- useAsyncError as bh,
197910
- useAsyncValue as bi,
197911
- useBeforeUnload as bj,
197912
- useBlocker as bk,
197913
- useFetcher as bl,
197914
- useFetchers as bm,
197915
- useFormAction as bn,
197916
- useHref as bo,
197917
- useInRouterContext as bp,
197918
- useLinkClickHandler as bq,
197919
- useLoaderData as br,
197920
- useLocation as bs,
197921
- useMatch as bt,
197922
- useMatches as bu,
197923
- useNavigate as bv,
197924
- useNavigation as bw,
197925
- useNavigationType as bx,
197926
- useOutlet as by,
197927
- useOutletContext as bz,
197884
+ createStaticRouter as b0,
197885
+ data as b1,
197886
+ generatePath as b2,
197887
+ href as b3,
197888
+ isCookie as b4,
197889
+ isRouteErrorResponse as b5,
197890
+ isSession as b6,
197891
+ matchPath as b7,
197892
+ matchRoutes as b8,
197893
+ parsePath as b9,
197894
+ useNavigation as bA,
197895
+ useNavigationType as bB,
197896
+ useOutlet as bC,
197897
+ useOutletContext as bD,
197898
+ useParams as bE,
197899
+ useResolvedPath as bF,
197900
+ useRevalidator as bG,
197901
+ useRouteError as bH,
197902
+ useRouteLoaderData as bI,
197903
+ useRoutes as bJ,
197904
+ useSearchParams as bK,
197905
+ useSubmit as bL,
197906
+ useViewTransitionState as bM,
197907
+ redirect as ba,
197908
+ redirectDocument as bb,
197909
+ renderMatches as bc,
197910
+ replace2 as bd,
197911
+ resolvePath as be,
197912
+ HistoryRouter as bf,
197913
+ unstable_RouterContextProvider as bg,
197914
+ unstable_createContext as bh,
197915
+ setDevServerHooks as bi,
197916
+ usePrompt as bj,
197917
+ useActionData as bk,
197918
+ useAsyncError as bl,
197919
+ useAsyncValue as bm,
197920
+ useBeforeUnload as bn,
197921
+ useBlocker as bo,
197922
+ useFetcher as bp,
197923
+ useFetchers as bq,
197924
+ useFormAction as br,
197925
+ useHref as bs,
197926
+ useInRouterContext as bt,
197927
+ useLinkClickHandler as bu,
197928
+ useLoaderData as bv,
197929
+ useLocation as bw,
197930
+ useMatch as bx,
197931
+ useMatches as by,
197932
+ useNavigate as bz,
197928
197933
  SbSection as c,
197929
197934
  SbColumn as d,
197930
197935
  SbContainer as e,
@@ -197932,22 +197937,22 @@ export {
197932
197937
  SbPage as g,
197933
197938
  SbText as h,
197934
197939
  SbModal as i,
197935
- SbTable as j,
197936
- SbDropdown as k,
197937
- SbCustom as l,
197938
- SbCheckbox as m,
197939
- SbDatePicker as n,
197940
- SbSwitch as o,
197940
+ jsxRuntimeExports as j,
197941
+ SbTable as k,
197942
+ SbDropdown as l,
197943
+ makeAutoObservable as m,
197944
+ SbCustom as n,
197945
+ observer as o,
197941
197946
  pascalCase as p,
197942
- SbIcon as q,
197947
+ SbCheckbox as q,
197943
197948
  registerComponent as r,
197944
- SbImage as s,
197945
- SbVariable as t,
197946
- SbTimer as u,
197947
- SbApi as v,
197948
- SbProvider as w,
197949
- SbEventFlow as x,
197950
- copyToClipboard as y,
197951
- navigateTo as z
197952
- };
197953
- //# sourceMappingURL=index-DzenoqnP.js.map
197949
+ SbDatePicker as s,
197950
+ toJS as t,
197951
+ SbSwitch as u,
197952
+ SbIcon as v,
197953
+ SbImage as w,
197954
+ SbVariable as x,
197955
+ SbTimer as y,
197956
+ SbApi as z
197957
+ };
197958
+ //# sourceMappingURL=index-DZvnjpQm.js.map