@superblocksteam/library 2.0.3-next.146 → 2.0.3-next.148

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