@stoked-ui/github 0.1.0-alpha.11.1 → 0.1.0-alpha.11.2

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.
@@ -10,7 +10,7 @@ import Avatar from '@mui/material/Avatar';
10
10
  import Button from '@mui/material/Button';
11
11
  import CheckoutIcon from '@mui/icons-material/CallMade';
12
12
  import PullRequestView from './PullRequestView';
13
- import { getPullRequestDetails } from 'packages/sui-github/src/apiHandlers';
13
+ import { getPullRequestDetails } from '../../../apiHandlers';
14
14
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
15
  async function getPRDetails({
16
16
  apiUrl,
package/index.d.ts CHANGED
@@ -1,8 +1,7 @@
1
- import GithubBranch from './GithubBranch';
2
- import GithubCalendar from './GithubCalendar';
3
- import GithubCommit from './GithubCommit';
4
- import GithubEvents from './GithubEvents';
5
- import { createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery } from './apiHandlers';
6
- export { GithubBranch, GithubCalendar, GithubCommit, GithubEvents, createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery, };
1
+ export { default as GithubBranch } from './GithubBranch';
2
+ export { default as GithubCalendar } from './GithubCalendar';
3
+ export { default as GithubCommit } from './GithubCommit';
4
+ export { default as GithubEvents } from './GithubEvents';
5
+ export { createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery, } from './apiHandlers';
7
6
  export type { EventsQuery } from './apiHandlers';
8
7
  export type { GithubBranchData, GithubCommitData } from './types/github';
package/index.js CHANGED
@@ -1,13 +1,12 @@
1
1
  /**
2
- * @stoked-ui/github v0.1.0
2
+ * @stoked-ui/github v0.1.0-alpha.11.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
- import GithubBranch from './GithubBranch';
9
- import GithubCalendar from './GithubCalendar';
10
- import GithubCommit from './GithubCommit';
11
- import GithubEvents from './GithubEvents';
12
- import { createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery } from './apiHandlers';
13
- export { GithubBranch, GithubCalendar, GithubCommit, GithubEvents, createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery };
8
+ export { default as GithubBranch } from './GithubBranch';
9
+ export { default as GithubCalendar } from './GithubCalendar';
10
+ export { default as GithubCommit } from './GithubCommit';
11
+ export { default as GithubEvents } from './GithubEvents';
12
+ export { createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery } from './apiHandlers';
@@ -10,7 +10,7 @@ import Avatar from '@mui/material/Avatar';
10
10
  import Button from '@mui/material/Button';
11
11
  import CheckoutIcon from '@mui/icons-material/CallMade';
12
12
  import PullRequestView from './PullRequestView';
13
- import { getPullRequestDetails } from 'packages/sui-github/src/apiHandlers';
13
+ import { getPullRequestDetails } from '../../../apiHandlers';
14
14
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
15
  async function getPRDetails({
16
16
  apiUrl,
package/modern/index.js CHANGED
@@ -1,13 +1,12 @@
1
1
  /**
2
- * @stoked-ui/github v0.1.0
2
+ * @stoked-ui/github v0.1.0-alpha.11.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
- import GithubBranch from './GithubBranch';
9
- import GithubCalendar from './GithubCalendar';
10
- import GithubCommit from './GithubCommit';
11
- import GithubEvents from './GithubEvents';
12
- import { createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery } from './apiHandlers';
13
- export { GithubBranch, GithubCalendar, GithubCommit, GithubEvents, createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery };
8
+ export { default as GithubBranch } from './GithubBranch';
9
+ export { default as GithubCalendar } from './GithubCalendar';
10
+ export { default as GithubCommit } from './GithubCommit';
11
+ export { default as GithubEvents } from './GithubEvents';
12
+ export { createGithubBranchHandler, createGithubCommitHandler, createGithubContributionsHandler, createGithubEventsHandler, getBranchCompareDetails, getCommitDetails, getGithubContributions, getGithubEvents, getPullRequestDetails, githubEventsQuery } from './apiHandlers';
@@ -15,7 +15,7 @@ var _Avatar = _interopRequireDefault(require("@mui/material/Avatar"));
15
15
  var _Button = _interopRequireDefault(require("@mui/material/Button"));
16
16
  var _CallMade = _interopRequireDefault(require("@mui/icons-material/CallMade"));
17
17
  var _PullRequestView = _interopRequireDefault(require("./PullRequestView"));
18
- var _apiHandlers = require("packages/sui-github/src/apiHandlers");
18
+ var _apiHandlers = require("../../../apiHandlers");
19
19
  var _jsxRuntime = require("react/jsx-runtime");
20
20
  var _CheckoutIcon, _Typography2, _Typography3, _CircularProgress; // import Stack from '@mui/material/Stack';
21
21
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @stoked-ui/github v0.1.0
2
+ * @stoked-ui/github v0.1.0-alpha.11.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoked-ui/github",
3
- "version": "0.1.0-alpha.11.1",
3
+ "version": "0.1.0-alpha.11.2",
4
4
  "description": "Github components for Stoked UI",
5
5
  "author": "Brian Stoker",
6
6
  "main": "./node/index.js",
@@ -40,6 +40,7 @@
40
40
  "@mui/utils": "^5.15.20",
41
41
  "@octokit/request-error": "^6.1.8",
42
42
  "@octokit/types": "^14.0.0",
43
+ "@stoked-ui/common": "0.1.3-a.0",
43
44
  "date-fns": "^3.0.0",
44
45
  "date-fns-tz": "^3.2.0",
45
46
  "lodash": "^4.17.23",
@@ -55,10 +56,6 @@
55
56
  "@emotion/styled": "^11.8.1",
56
57
  "@mui/icons-material": "^5.15.21",
57
58
  "@mui/material": "^5.15.21",
58
- "@stoked-ui/common": "0.1.3-a.0",
59
- "@stoked-ui/file-explorer": "0.1.3-a.0",
60
- "@stoked-ui/media": "0.1.0-alpha.5",
61
- "@stoked-ui/timeline": "0.1.4-a.0",
62
59
  "react": "18.3.1",
63
60
  "react-dom": "^17.0.0 || ^18.0.0"
64
61
  },
@@ -68,4 +65,4 @@
68
65
  "private": false,
69
66
  "module": "./index.js",
70
67
  "types": "./index.d.ts"
71
- }
68
+ }