@osdk/widget.vite-plugin 3.0.0-beta.5 → 3.0.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @osdk/widget.vite-plugin
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7901ae0: Simulated release
8
+ - b8936de: Use root id rather than body for widgets react-dom
9
+ - 7901ae0: Remove unstable suffix from widget packages
10
+ - f8db93d: improve media upload (beta)
11
+ - 1bcfbbc: Bump fs-extra from 11.2.0 to 11.3.0
12
+ - Updated dependencies [322c5bc]
13
+ - Updated dependencies [7901ae0]
14
+ - Updated dependencies [7901ae0]
15
+ - Updated dependencies [db62626]
16
+ - Updated dependencies [f8db93d]
17
+ - @osdk/foundry-config-json@1.2.0
18
+ - @osdk/widget.api@3.0.0
19
+
20
+ ## 3.0.0-beta.6
21
+
22
+ ### Minor Changes
23
+
24
+ - b8936de: Use root id rather than body for widgets react-dom
25
+
26
+ ### Patch Changes
27
+
28
+ - @osdk/widget.api@3.0.0-beta.6
29
+
3
30
  ## 3.0.0-beta.5
4
31
 
5
32
  ### Minor Changes
@@ -18,6 +18,6 @@ import "@blueprintjs/core/lib/css/blueprint.css";
18
18
  import "./main.css";
19
19
  import { createRoot } from "react-dom/client";
20
20
  import { App } from "./app.js";
21
- const root = document.querySelector("body");
21
+ const root = document.getElementById("root");
22
22
  createRoot(root).render(/*#__PURE__*/React.createElement(App, null));
23
23
  //# sourceMappingURL=main.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"main.js","names":["createRoot","App","root","document","querySelector","render","React","createElement"],"sources":["main.tsx"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport \"@blueprintjs/core/lib/css/blueprint.css\";\nimport \"./main.css\";\n\nimport { createRoot } from \"react-dom/client\";\nimport { App } from \"./app.js\";\n\nconst root = document.querySelector(\"body\")!;\n\ncreateRoot(root).render(\n <App />,\n);\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,yCAAyC;AAChD,OAAO,YAAY;AAEnB,SAASA,UAAU,QAAQ,kBAAkB;AAC7C,SAASC,GAAG,QAAQ,UAAU;AAE9B,MAAMC,IAAI,GAAGC,QAAQ,CAACC,aAAa,CAAC,MAAM,CAAE;AAE5CJ,UAAU,CAACE,IAAI,CAAC,CAACG,MAAM,cACrBC,KAAA,CAAAC,aAAA,CAACN,GAAG,MAAE,CACR,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"main.js","names":["createRoot","App","root","document","getElementById","render","React","createElement"],"sources":["main.tsx"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport \"@blueprintjs/core/lib/css/blueprint.css\";\nimport \"./main.css\";\n\nimport { createRoot } from \"react-dom/client\";\nimport { App } from \"./app.js\";\n\nconst root = document.getElementById(\"root\")!;\n\ncreateRoot(root).render(<App />);\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,yCAAyC;AAChD,OAAO,YAAY;AAEnB,SAASA,UAAU,QAAQ,kBAAkB;AAC7C,SAASC,GAAG,QAAQ,UAAU;AAE9B,MAAMC,IAAI,GAAGC,QAAQ,CAACC,cAAc,CAAC,MAAM,CAAE;AAE7CJ,UAAU,CAACE,IAAI,CAAC,CAACG,MAAM,cAACC,KAAA,CAAAC,aAAA,CAACN,GAAG,MAAE,CAAC,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- import{I as n}from"./index-Zx5rUdU4.js";import{I as e}from"./index-BrAe7gTM.js";import{p as r,I as s}from"./index-DLUL2ZpM.js";function I(o,t){var a=r(o);return t===s.STANDARD?n[a]:e[a]}function p(o){return r(o)}export{n as IconSvgPaths16,e as IconSvgPaths20,I as getIconPaths,p as iconNameToPathsRecordKey};
1
+ import{I as n}from"./index-Zx5rUdU4.js";import{I as e}from"./index-BrAe7gTM.js";import{p as r,I as s}from"./index-npVd4hRG.js";function I(o,t){var a=r(o);return t===s.STANDARD?n[a]:e[a]}function p(o){return r(o)}export{n as IconSvgPaths16,e as IconSvgPaths20,I as getIconPaths,p as iconNameToPathsRecordKey};
@@ -1,2 +1,2 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./allPaths-CoV91acR.js","./index-Zx5rUdU4.js","./index-BrAe7gTM.js","./index-DLUL2ZpM.js","./index-62l0mIXD.css"])))=>i.map(i=>d[i]);
2
- import{_ as o,a as i,b as n}from"./index-DLUL2ZpM.js";var _=function(e,a){return o(void 0,void 0,void 0,function(){var t;return i(this,function(r){switch(r.label){case 0:return[4,n(()=>import("./allPaths-CoV91acR.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url)];case 1:return t=r.sent().getIconPaths,[2,t(e,a)]}})})};export{_ as allPathsLoader};
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./allPaths--FceqVry.js","./index-Zx5rUdU4.js","./index-BrAe7gTM.js","./index-npVd4hRG.js","./index-62l0mIXD.css"])))=>i.map(i=>d[i]);
2
+ import{_ as o,a as i,b as n}from"./index-npVd4hRG.js";var _=function(e,a){return o(void 0,void 0,void 0,function(){var t;return i(this,function(r){switch(r.label){case 0:return[4,n(()=>import("./allPaths--FceqVry.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url)];case 1:return t=r.sent().getIconPaths,[2,t(e,a)]}})})};export{_ as allPathsLoader};