-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ e0cf15e 🚀
- Loading branch information
0 parents
commit d6c75e4
Showing
1,260 changed files
with
3,031,826 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { r as reactExports } from "./index-DDLqOySG.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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { r as reactExports } from "./index-DDLqOySG.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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
var _a, _b, _c; | ||
import { j as jsxRuntimeExports } from "./jsx-runtime-CC5-Dj7Q.js"; | ||
import { R as React } from "./index-DDLqOySG.js"; | ||
import { A as AccuDrawWidget, I as IModelApp, C as CompassMode, F as FrameworkAccuDraw, S as SvgPlaceholder } from "./appui-react-C9ZfVugo.js"; | ||
import { A as AppUiStory, c as createFrontstage } from "./AppUiStory-Cn93-k6G.js"; | ||
import "./Dialog-B9qh2Lpe.js"; | ||
import "./_commonjs-dynamic-modules-DTCOR0lh.js"; | ||
import "./inheritsLoose-HEqISCW8.js"; | ||
import "./iframe-pTpkL8uL.js"; | ||
import "../sb-preview/runtime.js"; | ||
import "./index-BwI9SQDf.js"; | ||
import "./index-BZqLgkBR.js"; | ||
import "./client-D6MDPju-.js"; | ||
import "./index-DFd6OTru.js"; | ||
import "./index-DLlB04eo.js"; | ||
import "./index-BZDuRpLS.js"; | ||
import "./index-BdOSk9or.js"; | ||
import "./DemoIModel-B8H6_QN-.js"; | ||
import "./Provider-BZmnub4v.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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { r as reactExports } from "./index-DDLqOySG.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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { r as reactExports } from "./index-DDLqOySG.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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { r as reactExports } from "./index-DDLqOySG.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 | ||
}; |
Oops, something went wrong.