@australiangreens/ag-internal-components 0.0.75 → 0.0.77

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.
@@ -1 +1 @@
1
- {"version":3,"file":"SettingsEtcPlaceholder.d.ts","sourceRoot":"","sources":["../../../../src/layouts/AppLayout/NavBar/SettingsEtcPlaceholder.tsx"],"names":[],"mappings":";AAWA,MAAM,CAAC,OAAO,UAAU,sBAAsB,gBA4D7C"}
1
+ {"version":3,"file":"SettingsEtcPlaceholder.d.ts","sourceRoot":"","sources":["../../../../src/layouts/AppLayout/NavBar/SettingsEtcPlaceholder.tsx"],"names":[],"mappings":";AAWA,MAAM,CAAC,OAAO,UAAU,sBAAsB,gBAiE7C"}
@@ -0,0 +1,8 @@
1
+ import { Auth0ContextInterface } from '@auth0/auth0-react';
2
+ import { User } from '@auth0/auth0-spa-js';
3
+ import { Auth0UserRecord } from '../types';
4
+ export type Builder<T> = (overrides?: Partial<T>) => T;
5
+ export declare const buildAuth0User: Builder<User>;
6
+ export declare const buildAuth0UserRecord: Builder<Auth0UserRecord>;
7
+ export declare const buildAuth0ContextInterface: Builder<Auth0ContextInterface<User>>;
8
+ //# sourceMappingURL=testBuilders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testBuilders.d.ts","sourceRoot":"","sources":["../../src/testHelpers/testBuilders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;AAEvD,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,IAAI,CAMvC,CAAC;AAEH,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,eAAe,CAMxD,CAAC;AAEH,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAgB1E,CAAC"}
@@ -0,0 +1,7 @@
1
+ export interface Auth0UserRecord {
2
+ id: string;
3
+ name: string;
4
+ email: string;
5
+ picture: string;
6
+ }
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@australiangreens/ag-internal-components",
3
3
  "private": false,
4
- "version": "0.0.75",
4
+ "version": "0.0.77",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/australiangreens/ag-internal-components#readme",
7
7
  "license": "MIT",
@@ -48,9 +48,12 @@
48
48
  "dependencies": {
49
49
  "@australiangreens/ag-error": "^0.1.7",
50
50
  "@australiangreens/ag-error-jest": "^0.1.9",
51
+ "@auth0/auth0-react": "^2.2.1",
52
+ "@auth0/auth0-spa-js": "^2.1.2",
51
53
  "@tanstack/react-query": "^4.35.3",
52
54
  "@types/react-transition-group": "^4.4.6",
53
55
  "autosuggest-highlight": "^3.3.4",
56
+ "buffer": "^6.0.3",
54
57
  "jotai": "^2.3.1",
55
58
  "react-transition-group": "^4.4.5",
56
59
  "souvlaki": "^0.3.0"
@@ -60,9 +63,9 @@
60
63
  "@emotion/styled": "11.11.0",
61
64
  "@mui/icons-material": "^5.14.8",
62
65
  "@mui/material": "^5.14.8",
66
+ "@tanstack/react-query": "^4.35.3",
63
67
  "react": "^18.2.0",
64
- "react-dom": "^18.2.0",
65
- "@tanstack/react-query": "^4.35.3"
68
+ "react-dom": "^18.2.0"
66
69
  },
67
70
  "devDependencies": {
68
71
  "@emotion/react": "^11.11.1",