@superblocksteam/library 2.0.3-next.147 → 2.0.3-next.149

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.
@@ -2692,14 +2692,14 @@ function getLoaderFn$1(options) {
2692
2692
  if (!(loader === "all")) return [3, 3];
2693
2693
  return [4, import(
2694
2694
  /* webpackChunkName: "blueprint-icons-all-paths-loader" */
2695
- "./allPathsLoader-BS0mbqLk.js"
2695
+ "./allPathsLoader-Dj1TVp4W.js"
2696
2696
  )];
2697
2697
  case 2:
2698
2698
  return [2, _b2.sent().allPathsLoader];
2699
2699
  case 3:
2700
2700
  return [4, import(
2701
2701
  /* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
2702
- "./splitPathsBySizeLoader-D14asw4p.js"
2702
+ "./splitPathsBySizeLoader-BLcFUXxw.js"
2703
2703
  )];
2704
2704
  case 4:
2705
2705
  return [2, _b2.sent().splitPathsBySizeLoader];
@@ -110119,7 +110119,7 @@ const GlobalScope = registerScope(
110119
110119
  });
110120
110120
  }
110121
110121
  }, [theme]);
110122
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children });
110122
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children });
110123
110123
  },
110124
110124
  InternalGlobalScope
110125
110125
  );
@@ -114522,8 +114522,7 @@ function getModalChildren(modalName) {
114522
114522
  properties: {
114523
114523
  variant: Property.Static("none"),
114524
114524
  width: Property.Dimension(Dim.fill()),
114525
- horizontalAlign: Property.Static("left"),
114526
- minHeight: Property.Dimension(Dim.px(48))
114525
+ horizontalAlign: Property.Static("left")
114527
114526
  },
114528
114527
  children: []
114529
114528
  },
@@ -116160,7 +116159,17 @@ const RightClickMenu = ({
116160
116159
  },
116161
116160
  [props.sourceId]
116162
116161
  );
116163
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { onContextMenu: handleContextMenu, children });
116162
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
116163
+ "div",
116164
+ {
116165
+ style: {
116166
+ width: "100%",
116167
+ height: "100%"
116168
+ },
116169
+ onContextMenu: handleContextMenu,
116170
+ children
116171
+ }
116172
+ );
116164
116173
  };
116165
116174
  const RightClickMenuWrapper = ({ disabled, ...props }) => {
116166
116175
  return disabled ? /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: props.children }) : /* @__PURE__ */ jsxRuntimeExports.jsx(RightClickMenu, { ...props });
@@ -117202,7 +117211,7 @@ const textStyle$3 = textStyleProp().default(function() {
117202
117211
  }
117203
117212
  };
117204
117213
  });
117205
- const propertiesDefinition$j = {
117214
+ const propertiesDefinition$i = {
117206
117215
  general: Section.category(PropsPanelCategory.Content).children({
117207
117216
  label: Prop.string().readAndWrite().validate(VALIDATORS.TEXT_ALLOW_UNDEFINED).propertiesPanel({
117208
117217
  label: "Label",
@@ -117326,7 +117335,7 @@ const propertiesDefinition$j = {
117326
117335
  const SbButton = registerSbComponent(
117327
117336
  "SbButton",
117328
117337
  {
117329
- propertiesDefinition: propertiesDefinition$j
117338
+ propertiesDefinition: propertiesDefinition$i
117330
117339
  },
117331
117340
  (props) => {
117332
117341
  var _a2;
@@ -117795,7 +117804,7 @@ const InternalVStack = (props) => {
117795
117804
  const InternalHStack = (props) => {
117796
117805
  return /* @__PURE__ */ jsxRuntimeExports.jsx(InternalStack, { direction: "row", ...props });
117797
117806
  };
117798
- const propertiesDefinition$i = {
117807
+ const propertiesDefinition$h = {
117799
117808
  contents: Section.category(PropsPanelCategory.Content).children({
117800
117809
  columns: Prop.array().readAndWrite().propertiesPanel({
117801
117810
  label: "Columns",
@@ -117835,7 +117844,7 @@ const SbSection = registerSbComponent(
117835
117844
  "SbSection",
117836
117845
  {
117837
117846
  container: true,
117838
- propertiesDefinition: propertiesDefinition$i
117847
+ propertiesDefinition: propertiesDefinition$h
117839
117848
  },
117840
117849
  (props) => {
117841
117850
  const { style: style2, ...passthroughProps } = usePassthroughProps(props);
@@ -118191,7 +118200,7 @@ const StaticComponent = ({
118191
118200
  }, [staticHeight]);
118192
118201
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { ...style2, width: "100%", height: "100%" }, children });
118193
118202
  };
118194
- const propertiesDefinition$h = {
118203
+ const propertiesDefinition$g = {
118195
118204
  layout: Section.category(PropsPanelCategory.Layout).add(containerLayout()).add(spacing()).add({
118196
118205
  padding: Prop.composite({
118197
118206
  top: Prop.dimension().default(function() {
@@ -118391,11 +118400,11 @@ const SbContainer = registerSbComponent(
118391
118400
  "SbContainer",
118392
118401
  {
118393
118402
  container: true,
118394
- propertiesDefinition: propertiesDefinition$h
118403
+ propertiesDefinition: propertiesDefinition$g
118395
118404
  },
118396
118405
  InternalContainer
118397
118406
  );
118398
- const propertiesDefinition$g = {
118407
+ const propertiesDefinition$f = {
118399
118408
  layout: Section.category(PropsPanelCategory.Layout).add(containerLayout()).add(spacing()).add(padding()).add(
118400
118409
  size$2({
118401
118410
  defaults: {
@@ -118424,7 +118433,7 @@ const SbColumn = registerSbComponent(
118424
118433
  "SbColumn",
118425
118434
  {
118426
118435
  container: true,
118427
- propertiesDefinition: propertiesDefinition$g
118436
+ propertiesDefinition: propertiesDefinition$f
118428
118437
  },
118429
118438
  (props) => {
118430
118439
  const { style: style2, ...passthroughProps } = usePassthroughProps(props);
@@ -125835,7 +125844,7 @@ const textStyle$2 = textStyleProp({
125835
125844
  }
125836
125845
  })
125837
125846
  );
125838
- const propertiesDefinition$f = {
125847
+ const propertiesDefinition$e = {
125839
125848
  general: Section.category(PropsPanelCategory.Content).children({
125840
125849
  label: Prop.string().readAndWrite().default("").propertiesPanel({
125841
125850
  label: "Label",
@@ -126065,7 +126074,7 @@ const propertiesDefinition$f = {
126065
126074
  const SbInput = registerSbComponent(
126066
126075
  "SbInput",
126067
126076
  {
126068
- propertiesDefinition: propertiesDefinition$f
126077
+ propertiesDefinition: propertiesDefinition$e
126069
126078
  },
126070
126079
  (props) => {
126071
126080
  var _a2, _b2, _c2;
@@ -126224,7 +126233,7 @@ const SbInput = registerSbComponent(
126224
126233
  ) });
126225
126234
  }
126226
126235
  );
126227
- const propertiesDefinition$e = {
126236
+ const propertiesDefinition$d = {
126228
126237
  layout: basicLayout(),
126229
126238
  events: Section.category(PropsPanelCategory.EventHandlers).children({
126230
126239
  onLoad: Prop.event().propertiesPanel({
@@ -126236,7 +126245,7 @@ const SbPage = registerSbComponent(
126236
126245
  "SbPage",
126237
126246
  {
126238
126247
  container: true,
126239
- propertiesDefinition: propertiesDefinition$e
126248
+ propertiesDefinition: propertiesDefinition$d
126240
126249
  },
126241
126250
  (props) => {
126242
126251
  const { name, isAnonymous, style: style2, onLoad, ...other } = props;
@@ -132920,7 +132929,7 @@ const textStyle$1 = textStyleProp().default(function() {
132920
132929
  textColor: Theme.typographies.label.textColor
132921
132930
  };
132922
132931
  });
132923
- const propertiesDefinition$d = {
132932
+ const propertiesDefinition$c = {
132924
132933
  general: Section.category(PropsPanelCategory.Content).children({
132925
132934
  text: Prop.string().readAndWrite().propertiesPanel({
132926
132935
  label: "Text",
@@ -133185,7 +133194,7 @@ const useIconContainerStyles = ({
133185
133194
  const SbText = registerSbComponent(
133186
133195
  "SbText",
133187
133196
  {
133188
- propertiesDefinition: propertiesDefinition$d
133197
+ propertiesDefinition: propertiesDefinition$c
133189
133198
  },
133190
133199
  (props) => {
133191
133200
  const {
@@ -133446,7 +133455,7 @@ const ModalComponent = (props) => {
133446
133455
  )
133447
133456
  ] });
133448
133457
  };
133449
- const propertiesDefinition$c = {
133458
+ const propertiesDefinition$b = {
133450
133459
  layout: Section.category(PropsPanelCategory.Layout).add(containerLayout()).add(spacing()).add(padding()),
133451
133460
  appearance: Section.category(PropsPanelCategory.Appearance).children({
133452
133461
  backgroundColor: Prop.string().readAndWrite().propertiesPanel({
@@ -133520,7 +133529,7 @@ const propertiesDefinition$c = {
133520
133529
  const SbModal = registerSbComponent(
133521
133530
  "SbModal",
133522
133531
  {
133523
- propertiesDefinition: propertiesDefinition$c,
133532
+ propertiesDefinition: propertiesDefinition$b,
133524
133533
  container: true
133525
133534
  },
133526
133535
  (props) => {
@@ -133645,60 +133654,6 @@ const SbModal = registerSbComponent(
133645
133654
  );
133646
133655
  }
133647
133656
  );
133648
- const propertiesDefinition$b = {
133649
- layout: basicLayout()
133650
- };
133651
- const SbSlideout = registerSbComponent(
133652
- "SbSlideout",
133653
- {
133654
- propertiesDefinition: propertiesDefinition$b,
133655
- container: true
133656
- },
133657
- (props) => {
133658
- const { isOpen, children, ...other } = props;
133659
- const dialogRef = useRef(null);
133660
- useLayoutEffect$2(() => {
133661
- var _a2, _b2, _c2, _d2;
133662
- if (props.isOpen && !((_a2 = dialogRef.current) == null ? void 0 : _a2.open)) {
133663
- (_b2 = dialogRef.current) == null ? void 0 : _b2.showModal();
133664
- } else if (!props.isOpen && ((_c2 = dialogRef.current) == null ? void 0 : _c2.open)) {
133665
- (_d2 = dialogRef.current) == null ? void 0 : _d2.close();
133666
- }
133667
- }, [props.isOpen]);
133668
- const { update } = useActions();
133669
- return /* @__PURE__ */ jsxRuntimeExports.jsxs(
133670
- "dialog",
133671
- {
133672
- ref: (el2) => {
133673
- dialogRef.current = el2;
133674
- },
133675
- ...other,
133676
- children: [
133677
- /* @__PURE__ */ jsxRuntimeExports.jsx(
133678
- "div",
133679
- {
133680
- onClick: () => {
133681
- var _a2;
133682
- (_a2 = dialogRef.current) == null ? void 0 : _a2.close();
133683
- update((e3) => {
133684
- e3.isOpen = false;
133685
- });
133686
- },
133687
- style: {
133688
- position: "absolute",
133689
- top: 5,
133690
- right: 5,
133691
- cursor: "pointer"
133692
- },
133693
- children: "X"
133694
- }
133695
- ),
133696
- children
133697
- ]
133698
- }
133699
- );
133700
- }
133701
- );
133702
133657
  var PaginationTypes = /* @__PURE__ */ ((PaginationTypes2) => {
133703
133658
  PaginationTypes2["NONE"] = "NONE";
133704
133659
  PaginationTypes2["CLIENT_SIDE"] = "CLIENT_SIDE";
@@ -143575,14 +143530,14 @@ function getLoaderFn(options) {
143575
143530
  if (!(loader === "all")) return [3, 3];
143576
143531
  return [4, import(
143577
143532
  /* webpackChunkName: "blueprint-icons-all-paths-loader" */
143578
- "./allPathsLoader-CeMMKy8q.js"
143533
+ "./allPathsLoader-C-FXvnuW.js"
143579
143534
  )];
143580
143535
  case 2:
143581
143536
  return [2, _b2.sent().allPathsLoader];
143582
143537
  case 3:
143583
143538
  return [4, import(
143584
143539
  /* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
143585
- "./splitPathsBySizeLoader-sJXMvn68.js"
143540
+ "./splitPathsBySizeLoader-CeBbpssv.js"
143586
143541
  )];
143587
143542
  case 4:
143588
143543
  return [2, _b2.sent().splitPathsBySizeLoader];
@@ -191542,146 +191497,145 @@ function requireClient() {
191542
191497
  }
191543
191498
  var clientExports = requireClient();
191544
191499
  export {
191545
- Form2 as $,
191500
+ HashRouter as $,
191546
191501
  AppStateVarPersistence6 as A,
191547
- copyToClipboard as B,
191548
- navigateTo as C,
191549
- setQueryParams as D,
191550
- download as E,
191551
- showAlert as F,
191552
- logoutIntegrations as G,
191553
- registerScope as H,
191502
+ navigateTo as B,
191503
+ setQueryParams as C,
191504
+ download as D,
191505
+ showAlert as E,
191506
+ logoutIntegrations as F,
191507
+ registerScope as G,
191508
+ registerPage as H,
191554
191509
  IconSize$2 as I,
191555
- registerPage as J,
191556
- createSbScope as K,
191557
- Global as L,
191558
- Embed as M,
191559
- Env as N,
191560
- SbEvent as O,
191561
- useUpdateProperties as P,
191562
- Prop as Q,
191563
- sbComputed as R,
191510
+ createSbScope as J,
191511
+ Global as K,
191512
+ Embed as L,
191513
+ Env as M,
191514
+ SbEvent as N,
191515
+ useUpdateProperties as O,
191516
+ Prop as P,
191517
+ sbComputed as Q,
191518
+ Dim as R,
191564
191519
  SbButton as S,
191565
191520
  Theme as T,
191566
- Dim as U,
191567
- SB as V,
191568
- Outlet as W,
191569
- clientExports as X,
191570
- Await as Y,
191571
- BrowserRouter as Z,
191521
+ SB as U,
191522
+ Outlet as V,
191523
+ clientExports as W,
191524
+ Await as X,
191525
+ BrowserRouter as Y,
191526
+ Form2 as Z,
191572
191527
  __awaiter as _,
191573
191528
  __generator as a,
191574
- generatePath as a$,
191575
- HashRouter as a0,
191576
- IDLE_BLOCKER as a1,
191577
- IDLE_FETCHER as a2,
191578
- IDLE_NAVIGATION as a3,
191579
- Link as a4,
191580
- Links as a5,
191581
- MemoryRouter as a6,
191582
- Meta as a7,
191583
- NavLink as a8,
191584
- Navigate as a9,
191585
- createRouter as aA,
191586
- decodeViaTurboStream as aB,
191587
- deserializeErrors2 as aC,
191588
- getPatchRoutesOnNavigationFunction as aD,
191589
- getSingleFetchDataStrategy as aE,
191590
- invariant as aF,
191591
- mapRouteProperties as aG,
191592
- shouldHydrateRouteLoader as aH,
191593
- useFogOFWarDiscovery as aI,
191594
- useScrollRestoration as aJ,
191595
- createBrowserRouter as aK,
191596
- createCookie as aL,
191597
- createCookieSessionStorage as aM,
191598
- createHashRouter as aN,
191599
- createMemoryRouter as aO,
191600
- createMemorySessionStorage as aP,
191601
- createPath as aQ,
191602
- createRequestHandler as aR,
191603
- createRoutesFromChildren as aS,
191604
- createRoutesFromElements as aT,
191605
- createRoutesStub as aU,
191606
- createSearchParams as aV,
191607
- createSession as aW,
191608
- createSessionStorage as aX,
191609
- createStaticHandler2 as aY,
191610
- createStaticRouter as aZ,
191611
- data as a_,
191612
- Action as aa,
191613
- PrefetchPageLinks as ab,
191614
- Route as ac,
191615
- Router as ad,
191616
- RouterProvider as ae,
191617
- Routes as af,
191618
- Scripts as ag,
191619
- ScrollRestoration as ah,
191620
- ServerRouter as ai,
191621
- StaticRouter as aj,
191622
- StaticRouterProvider as ak,
191623
- DataRouterContext as al,
191624
- DataRouterStateContext as am,
191625
- ErrorResponseImpl as an,
191626
- FetchersContext as ao,
191627
- FrameworkContext as ap,
191628
- LocationContext as aq,
191629
- NavigationContext as ar,
191630
- RemixErrorBoundary as as,
191631
- RouteContext as at,
191632
- ServerMode as au,
191633
- SingleFetchRedirectSymbol as av,
191634
- ViewTransitionContext as aw,
191635
- createBrowserHistory as ax,
191636
- createClientRoutes as ay,
191637
- createClientRoutesWithHMRRevalidationOptOut as az,
191529
+ href as a$,
191530
+ IDLE_BLOCKER as a0,
191531
+ IDLE_FETCHER as a1,
191532
+ IDLE_NAVIGATION as a2,
191533
+ Link as a3,
191534
+ Links as a4,
191535
+ MemoryRouter as a5,
191536
+ Meta as a6,
191537
+ NavLink as a7,
191538
+ Navigate as a8,
191539
+ Action as a9,
191540
+ decodeViaTurboStream as aA,
191541
+ deserializeErrors2 as aB,
191542
+ getPatchRoutesOnNavigationFunction as aC,
191543
+ getSingleFetchDataStrategy as aD,
191544
+ invariant as aE,
191545
+ mapRouteProperties as aF,
191546
+ shouldHydrateRouteLoader as aG,
191547
+ useFogOFWarDiscovery as aH,
191548
+ useScrollRestoration as aI,
191549
+ createBrowserRouter as aJ,
191550
+ createCookie as aK,
191551
+ createCookieSessionStorage as aL,
191552
+ createHashRouter as aM,
191553
+ createMemoryRouter as aN,
191554
+ createMemorySessionStorage as aO,
191555
+ createPath as aP,
191556
+ createRequestHandler as aQ,
191557
+ createRoutesFromChildren as aR,
191558
+ createRoutesFromElements as aS,
191559
+ createRoutesStub as aT,
191560
+ createSearchParams as aU,
191561
+ createSession as aV,
191562
+ createSessionStorage as aW,
191563
+ createStaticHandler2 as aX,
191564
+ createStaticRouter as aY,
191565
+ data as aZ,
191566
+ generatePath as a_,
191567
+ PrefetchPageLinks as aa,
191568
+ Route as ab,
191569
+ Router as ac,
191570
+ RouterProvider as ad,
191571
+ Routes as ae,
191572
+ Scripts as af,
191573
+ ScrollRestoration as ag,
191574
+ ServerRouter as ah,
191575
+ StaticRouter as ai,
191576
+ StaticRouterProvider as aj,
191577
+ DataRouterContext as ak,
191578
+ DataRouterStateContext as al,
191579
+ ErrorResponseImpl as am,
191580
+ FetchersContext as an,
191581
+ FrameworkContext as ao,
191582
+ LocationContext as ap,
191583
+ NavigationContext as aq,
191584
+ RemixErrorBoundary as ar,
191585
+ RouteContext as as,
191586
+ ServerMode as at,
191587
+ SingleFetchRedirectSymbol as au,
191588
+ ViewTransitionContext as av,
191589
+ createBrowserHistory as aw,
191590
+ createClientRoutes as ax,
191591
+ createClientRoutesWithHMRRevalidationOptOut as ay,
191592
+ createRouter as az,
191638
191593
  IconSize as b,
191639
- href as b0,
191640
- isCookie as b1,
191641
- isRouteErrorResponse as b2,
191642
- isSession as b3,
191643
- matchPath as b4,
191644
- matchRoutes as b5,
191645
- parsePath as b6,
191646
- redirect as b7,
191647
- redirectDocument as b8,
191648
- renderMatches as b9,
191649
- useOutletContext as bA,
191650
- useParams as bB,
191651
- useResolvedPath as bC,
191652
- useRevalidator as bD,
191653
- useRouteError as bE,
191654
- useRouteLoaderData as bF,
191655
- useRoutes as bG,
191656
- useSearchParams as bH,
191657
- useSubmit as bI,
191658
- useViewTransitionState as bJ,
191659
- replace2 as ba,
191660
- resolvePath as bb,
191661
- HistoryRouter as bc,
191662
- unstable_RouterContextProvider as bd,
191663
- unstable_createContext as be,
191664
- setDevServerHooks as bf,
191665
- usePrompt as bg,
191666
- useActionData as bh,
191667
- useAsyncError as bi,
191668
- useAsyncValue as bj,
191669
- useBeforeUnload as bk,
191670
- useBlocker as bl,
191671
- useFetcher as bm,
191672
- useFetchers as bn,
191673
- useFormAction as bo,
191674
- useHref as bp,
191675
- useInRouterContext as bq,
191676
- useLinkClickHandler as br,
191677
- useLoaderData as bs,
191678
- useLocation as bt,
191679
- useMatch as bu,
191680
- useMatches as bv,
191681
- useNavigate as bw,
191682
- useNavigation as bx,
191683
- useNavigationType as by,
191684
- useOutlet as bz,
191594
+ isCookie as b0,
191595
+ isRouteErrorResponse as b1,
191596
+ isSession as b2,
191597
+ matchPath as b3,
191598
+ matchRoutes as b4,
191599
+ parsePath as b5,
191600
+ redirect as b6,
191601
+ redirectDocument as b7,
191602
+ renderMatches as b8,
191603
+ replace2 as b9,
191604
+ useParams as bA,
191605
+ useResolvedPath as bB,
191606
+ useRevalidator as bC,
191607
+ useRouteError as bD,
191608
+ useRouteLoaderData as bE,
191609
+ useRoutes as bF,
191610
+ useSearchParams as bG,
191611
+ useSubmit as bH,
191612
+ useViewTransitionState as bI,
191613
+ resolvePath as ba,
191614
+ HistoryRouter as bb,
191615
+ unstable_RouterContextProvider as bc,
191616
+ unstable_createContext as bd,
191617
+ setDevServerHooks as be,
191618
+ usePrompt as bf,
191619
+ useActionData as bg,
191620
+ useAsyncError as bh,
191621
+ useAsyncValue as bi,
191622
+ useBeforeUnload as bj,
191623
+ useBlocker as bk,
191624
+ useFetcher as bl,
191625
+ useFetchers as bm,
191626
+ useFormAction as bn,
191627
+ useHref as bo,
191628
+ useInRouterContext as bp,
191629
+ useLinkClickHandler as bq,
191630
+ useLoaderData as br,
191631
+ useLocation as bs,
191632
+ useMatch as bt,
191633
+ useMatches as bu,
191634
+ useNavigate as bv,
191635
+ useNavigation as bw,
191636
+ useNavigationType as bx,
191637
+ useOutlet as by,
191638
+ useOutletContext as bz,
191685
191639
  SbSection as c,
191686
191640
  SbColumn as d,
191687
191641
  SbContainer as e,
@@ -191689,22 +191643,22 @@ export {
191689
191643
  SbPage as g,
191690
191644
  SbText as h,
191691
191645
  SbModal as i,
191692
- SbSlideout as j,
191693
- SbTable as k,
191694
- SbDropdown as l,
191695
- SbCustom as m,
191696
- SbKeyValue as n,
191697
- SbCheckbox as o,
191646
+ SbTable as j,
191647
+ SbDropdown as k,
191648
+ SbCustom as l,
191649
+ SbKeyValue as m,
191650
+ SbCheckbox as n,
191651
+ SbDatePicker as o,
191698
191652
  pascalCase as p,
191699
- SbDatePicker as q,
191653
+ SbSwitch as q,
191700
191654
  registerComponent as r,
191701
- SbSwitch as s,
191702
- SbIcon as t,
191703
- SbImage as u,
191704
- SbVariable as v,
191705
- SbTimer as w,
191706
- SbApi as x,
191707
- SbProvider as y,
191708
- SbEventFlow as z
191709
- };
191710
- //# sourceMappingURL=index-BXG5T8Go.js.map
191655
+ SbIcon as s,
191656
+ SbImage as t,
191657
+ SbVariable as u,
191658
+ SbTimer as v,
191659
+ SbApi as w,
191660
+ SbProvider as x,
191661
+ SbEventFlow as y,
191662
+ copyToClipboard as z
191663
+ };
191664
+ //# sourceMappingURL=index-B-szZ_Dc.js.map