@australiangreens/ag-internal-components 0.0.51 → 0.0.53
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/dist/.gitignore +0 -0
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/NavBar/NavBarContext.d.ts.map +1 -1
- package/dist/domainCode/DomainCodeDialog.d.ts.map +1 -1
- package/dist/domainCode/hooks.d.ts.map +1 -1
- package/dist/esm/index.js +362 -360
- package/dist/esm/index.js.map +1 -1
- package/dist/layouts/AppLayout/NavBar/NavBar.d.ts +1 -1
- package/dist/layouts/AppLayout/NavBar/NavBar.d.ts.map +1 -1
- package/dist/layouts/AppLayout/NavBar/UserInfo.d.ts +1 -1
- package/dist/layouts/AppLayout/NavBar/UserInfo.d.ts.map +1 -1
- package/dist/testing/wrappers.d.ts.map +1 -1
- package/package.json +20 -22
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../src/layouts/AppLayout/NavBar/UserInfo.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../src/layouts/AppLayout/NavBar/UserInfo.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAc/B,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;CACzB;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,IAAI,EACJ,UAAU,EACV,IAAI,EACJ,iBAAiB,EACjB,eAAe,GAChB,EAAE,aAAa,eAoEf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrappers.d.ts","sourceRoot":"","sources":["../../src/testing/wrappers.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAY,YAAY,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"wrappers.d.ts","sourceRoot":"","sources":["../../src/testing/wrappers.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAY,YAAY,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAY1C;;;;;;;GAOG;AAEH,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAQpB,CAAC;AAEF,KAAK,cAAc,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;AAE3D,KAAK,gBAAgB,GAAG,MAAM,OAAO,eAAe,CAAC;AAErD,KAAK,eAAe,CAAC,CAAC,SAAS,gBAAgB,IAAI,UAAU,CAC3D,OAAO,YAAY,CAAC,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CACjD,CAAC;AAEF,KAAK,UAAU,GAAG;KAAG,CAAC,IAAI,gBAAgB,GAAG,eAAe,CAAC,CAAC,CAAC;CAAE,CAAC;AAElE,eAAO,MAAM,gBAAgB,qCAE3B,CAAC;AAEH,eAAO,MAAM,YAAY;;kBAMxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,mEAiBhC,CAAC"}
|
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.
|
|
4
|
+
"version": "0.0.53",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://github.com/australiangreens/ag-internal-components#readme",
|
|
7
7
|
"license": "MIT",
|
|
@@ -10,25 +10,6 @@
|
|
|
10
10
|
"contributors": [
|
|
11
11
|
"Anthony Blond <anthony@unfinishedteleporter.com>"
|
|
12
12
|
],
|
|
13
|
-
"scripts": {
|
|
14
|
-
"dev": "vite",
|
|
15
|
-
"build": "vite build && sh ./scripts/post-build.sh",
|
|
16
|
-
"preview": "vite preview",
|
|
17
|
-
"eslint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
|
|
18
|
-
"test": "vitest run",
|
|
19
|
-
"test:coverage": "vitest run --coverage",
|
|
20
|
-
"test:watch": "vitest",
|
|
21
|
-
"### LIFECYCLE SCRIPTS ###": "See https://yarnpkg.com/advanced/lifecycle-scripts",
|
|
22
|
-
"prepare": "husky install",
|
|
23
|
-
"prepublishOnly": "yarn eslint && yarn test && yarn build",
|
|
24
|
-
"### HUSKY GIT HOOKS ###": "Called by husky pre-commit and pre-push scripts",
|
|
25
|
-
"prepush": "sh ./scripts/githooks/pre-push.sh",
|
|
26
|
-
"precommit": "sh ./scripts/githooks/pre-commit.sh",
|
|
27
|
-
"commitmsg": "sh ./scripts/githooks/commit-msg.sh",
|
|
28
|
-
"storybook": "storybook dev -p 6006",
|
|
29
|
-
"storybook:no": "storybook dev -p 6006 --no-open",
|
|
30
|
-
"build-storybook": "storybook build"
|
|
31
|
-
},
|
|
32
13
|
"files": [
|
|
33
14
|
"dist/*"
|
|
34
15
|
],
|
|
@@ -80,7 +61,7 @@
|
|
|
80
61
|
"@vitejs/plugin-react": "^4.0.1",
|
|
81
62
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
82
63
|
"@vitest/coverage-v8": "^0.34.1",
|
|
83
|
-
"eslint": "^8.
|
|
64
|
+
"eslint": "^8.47.0",
|
|
84
65
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
85
66
|
"eslint-config-prettier": "^8.8.0",
|
|
86
67
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -124,5 +105,22 @@
|
|
|
124
105
|
},
|
|
125
106
|
"engines": {
|
|
126
107
|
"node": ">=16.14.0"
|
|
108
|
+
},
|
|
109
|
+
"scripts": {
|
|
110
|
+
"dev": "vite",
|
|
111
|
+
"build": "vite build && sh ./scripts/post-build.sh",
|
|
112
|
+
"preview": "vite preview",
|
|
113
|
+
"eslint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
|
|
114
|
+
"test": "vitest run",
|
|
115
|
+
"test:coverage": "vitest run --coverage",
|
|
116
|
+
"test:watch": "vitest",
|
|
117
|
+
"### LIFECYCLE SCRIPTS ###": "",
|
|
118
|
+
"### HUSKY GIT HOOKS ###": "Called by husky pre-commit and pre-push scripts",
|
|
119
|
+
"prepush": "sh ./scripts/githooks/pre-push.sh",
|
|
120
|
+
"precommit": "sh ./scripts/githooks/pre-commit.sh",
|
|
121
|
+
"commitmsg": "sh ./scripts/githooks/commit-msg.sh",
|
|
122
|
+
"storybook": "storybook dev -p 6006",
|
|
123
|
+
"storybook:no": "storybook dev -p 6006 --no-open",
|
|
124
|
+
"build-storybook": "storybook build"
|
|
127
125
|
}
|
|
128
|
-
}
|
|
126
|
+
}
|