Skip to content

Commit

Permalink
Deploying to gh-pages from @ 478d270 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardasB committed Sep 17, 2024
0 parents commit 5fed6f5
Show file tree
Hide file tree
Showing 1,479 changed files with 3,103,850 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
12 changes: 12 additions & 0 deletions 1022/assets/2D-BxdbF6B_.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { r as reactExports } from "./index-DM9bPmif.js";
const Svg2D = (props) => {
return reactExports.createElement(
"svg",
{ viewBox: "0 0 16 16", width: "1rem", height: "1rem", fill: "var(--iui-color-icon-muted, currentColor)", ...props },
reactExports.createElement("path", { d: "M12 5v.5a6.48 6.48 0 01-.18 1.5H14v7H7v-2.18a6.48 6.48 0 01-1.5.18H5v4h11V5z" }),
reactExports.createElement("path", { d: "M5.5 2A3.5 3.5 0 112 5.5 3.5 3.5 0 015.5 2m0-2A5.5 5.5 0 1011 5.5 5.5 5.5 0 005.5 0" })
);
};
export {
Svg2D as S
};
12 changes: 12 additions & 0 deletions 1022/assets/3D-DAP4mQ8M.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { r as reactExports } from "./index-DM9bPmif.js";
const Svg3D = (props) => {
return reactExports.createElement(
"svg",
{ viewBox: "0 0 16 16", width: "1rem", height: "1rem", fill: "var(--iui-color-icon-muted, currentColor)", ...props },
reactExports.createElement("path", { d: "M16 7v6l-5 3V8.84M5 7v6l5 3V8.84M10.31 5L5.65 6.11l5 1.89 4.84-1.89" }),
reactExports.createElement("path", { d: "M4 6.5a1.2 1.2 0 01.92-1.16l3.8-1.64a1.33 1.33 0 01.28 0V3a11.07 11.07 0 01-4.5 1A11.11 11.11 0 010 3v8.85c0 .54 2.14 1 4 1.14zM4.5 0C7 0 9 .67 9 1.5S7 3 4.5 3 0 2.33 0 1.5 2 0 4.5 0z" })
);
};
export {
Svg3D as S
};
63 changes: 63 additions & 0 deletions 1022/assets/AccuDrawWidget.stories-CEVUiALg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
var _a, _b, _c;
import { j as jsxRuntimeExports } from "./jsx-runtime-D2-sc1j1.js";
import { R as React } from "./index-DM9bPmif.js";
import { A as AccuDrawWidget, I as IModelApp, C as CompassMode, F as FrameworkAccuDraw, S as SvgPlaceholder } from "./DefaultToolSettingsProvider-biGvZHvT.js";
import "./Key.enum-D8yfUfwX.js";
import "./index-EDRsojbr.js";
import { A as AppUiStory, c as createFrontstage } from "./AppUiStory-BZXAtR1N.js";
import "./_commonjsHelpers-LQfde5yM.js";
import "./getPrototypeOf-BiGzxcdS.js";
import "./inheritsLoose-CwB_PDSN.js";
import "./iframe-By8ntfw3.js";
import "../sb-preview/runtime.js";
import "./index-B47T7vRo.js";
import "./index-o5c4FNrW.js";
import "./index-Cp4dr_sK.js";
import "./index-ex9_VrIg.js";
import "./index-BdOSk9or.js";
import "./DemoIModel-DuWsADYF.js";
function StoryWrapper(props) {
React.useEffect(() => {
IModelApp.accuDraw.setCompassMode(CompassMode.Rectangular);
FrameworkAccuDraw.uiStateStorage = {
...FrameworkAccuDraw.uiStateStorage,
xIcon: "icon-placeholder",
xIconNode: /* @__PURE__ */ jsxRuntimeExports.jsx(SvgPlaceholder, {})
};
}, []);
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {
children: props.children
});
}
const StoryDecorator = (Story) => {
return /* @__PURE__ */ jsxRuntimeExports.jsx(AppUiStory, {
frontstages: [createFrontstage({
content: /* @__PURE__ */ jsxRuntimeExports.jsx(StoryWrapper, {
children: /* @__PURE__ */ jsxRuntimeExports.jsx(Story, {})
})
})]
});
};
const meta = {
title: "Components/AccuDrawWidget",
component: AccuDrawWidget,
tags: ["autodocs"],
decorators: [StoryDecorator]
};
const Basic = {};
Basic.parameters = {
...Basic.parameters,
docs: {
...(_a = Basic.parameters) == null ? void 0 : _a.docs,
source: {
originalSource: "{}",
...(_c = (_b = Basic.parameters) == null ? void 0 : _b.docs) == null ? void 0 : _c.source
}
}
};
const __namedExportsOrder = ["Basic"];
export {
Basic,
__namedExportsOrder,
meta as default
};
11 changes: 11 additions & 0 deletions 1022/assets/Activity-C9dEWSdZ.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { r as reactExports } from "./index-DM9bPmif.js";
const SvgActivity = (props) => {
return reactExports.createElement(
"svg",
{ viewBox: "0 0 32 32", width: "1rem", height: "1rem", fill: "var(--iui-color-icon-muted, currentColor)", ...props },
reactExports.createElement("path", { d: "M31 16H20.7l-2.2 5L14.2.8 9.5 16H1.4c-.6 0-1.1.4-1.3.9-.3 1.2.3 2.1 1.3 2.1h10.1l2.2-7.2 4 18.5L22.5 19h8.1c1 0 1.6-.9 1.3-2.1-.2-.5-.7-.9-1.3-.9" })
);
};
export {
SvgActivity as S
};
11 changes: 11 additions & 0 deletions 1022/assets/Airplane-nk1HFfHW.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { r as reactExports } from "./index-DM9bPmif.js";
const SvgAirplane = (props) => {
return reactExports.createElement(
"svg",
{ viewBox: "0 0 16 16", width: "1rem", height: "1rem", fill: "var(--iui-color-icon-muted, currentColor)", ...props },
reactExports.createElement("path", { d: "M14.003 15.433L12.467 4.735l3.004-3.008s.801-1.204.4-1.605c-.333-.334-1.601.401-1.601.401L11.199 3.6.585 1.994l-.601.602L8.462 6.34l-4.139 4.145-3.07-.2-1.07 1.135 2.47.67c-.4 1.336-.2 1.47-.2 1.47s.2.2 1.469-.2l.667 2.473 1.135-1.07-.2-3.075 4.139-4.145 3.738 8.49z" })
);
};
export {
SvgAirplane as S
};
11 changes: 11 additions & 0 deletions 1022/assets/Android-Brx0zRv2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { r as reactExports } from "./index-DM9bPmif.js";
const SvgAndroid = (props) => {
return reactExports.createElement(
"svg",
{ viewBox: "0 0 16 16", width: "1rem", height: "1rem", fill: "var(--iui-color-icon-muted, currentColor)", ...props },
reactExports.createElement("path", { d: "M3.285 6.184v4.122a.976.976 0 11-1.952 0V6.184a.976.976 0 111.952 0zm2.581-4.715L5.178.209a.142.142 0 01.054-.191.138.138 0 01.189.055l.696 1.273a4.634 4.634 0 013.766 0L10.58.073a.137.137 0 01.189-.055.142.142 0 01.054.191l-.688 1.26a4.04 4.04 0 012.218 3.546H3.648a4.04 4.04 0 012.218-3.546zm3.78 1.562a.363.363 0 10.363-.368.366.366 0 00-.364.368zm-4.018 0a.363.363 0 10.363-.368.366.366 0 00-.363.368zm8.063 2.164a.984.984 0 00-.976.989v4.122a.976.976 0 101.952 0V6.184a.984.984 0 00-.976-.99zm-10.043.169v6.397A1.06 1.06 0 004.7 12.828h.699v2.183a.975.975 0 101.95 0v-2.183h1.302v2.183a.975.975 0 101.95 0v-2.183h.699a1.06 1.06 0 001.052-1.067V5.364z" })
);
};
export {
SvgAndroid as S
};
Loading

0 comments on commit 5fed6f5

Please sign in to comment.