@arbocollab/arbo-web-people 0.1.84

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.
Binary file
Binary file
Binary file
Binary file
package/favicon.ico ADDED
Binary file
package/favicon.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512"><path fill="#F6931C" d="M261 0c3.123 2.607 4.252 5.54 5.766 9.27l.805 1.96c.586 1.428 1.169 2.858 1.749 4.29 1.647 4.06 3.321 8.11 4.993 12.16l1.108 2.691c4.843 11.732 9.844 23.395 14.829 35.067a54362.6 54362.6 0 0 1 5.973 14l1.484 3.48a8853.657 8853.657 0 0 1 13.98 33.02c6.408 15.2 12.847 30.386 19.313 45.562 6.99 16.408 13.949 32.83 20.88 49.264C357.4 223.85 362.937 236.93 368.5 250c5.962 14.01 11.896 28.033 17.813 42.063 6.533 15.491 13.097 30.97 19.687 46.437a14658.76 14658.76 0 0 1 20.88 49.264 12620.24 12620.24 0 0 0 15.577 36.786 22577.234 22577.234 0 0 1 18.367 43.273c.808 1.91 1.617 3.818 2.426 5.727 1.139 2.686 2.275 5.372 3.41 8.06l.97 2.284c3.93 9.316 7.613 18.714 11.37 28.106H44c2.97-7.723 5.935-15.376 9.195-22.969l1.167-2.732 2.475-5.79c2.239-5.23 4.47-10.463 6.702-15.697l1.386-3.248A8065.94 8065.94 0 0 0 78.5 429.5c6.47-15.346 12.972-30.678 19.5-46a14653.16 14653.16 0 0 0 20.88-49.264 14133.775 14133.775 0 0 1 17.666-41.694 13533.024 13533.024 0 0 0 16.767-39.604 14724.94 14724.94 0 0 1 20.943-49.387 13936.55 13936.55 0 0 0 19.623-46.315C199.4 144.15 204.94 131.07 210.5 118a15566.927 15566.927 0 0 0 19.194-45.33 14921.327 14921.327 0 0 1 21.767-51.33l.939-2.204c2.268-5.331 4.488-10.68 6.677-16.044C260 1 260 1 261 0Z"/></svg>
package/npmjs.npmrc ADDED
@@ -0,0 +1,3 @@
1
+ legacy-peer-deps=true
2
+ //registry.npmjs.org/:_authToken=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
3
+ @arbocollab:registry=https://registry.npmjs.org
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@arbocollab/arbo-web-people",
3
+ "version": "0.1.84",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": " node scripts/fetch-build-config.mjs ${BUILD_MODE:-staging} && vite build",
8
+ "type-check": "vue-tsc --build --force",
9
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
10
+ "format": "prettier --write src/",
11
+ "analyze": "npx vite-bundle-visualizer",
12
+ "publish:lib": "cd lib && npm publish --userconfig=npmjs.npmrc --access public --tag ${PUBLISH_TAG:-beta}",
13
+ "publish:app": "firebase deploy --only hosting",
14
+ "fetch:config": " node scripts/fetch-build-config.mjs ${BUILD_MODE:-staging}"
15
+ },
16
+ "exports": {
17
+ ".": {
18
+ "import": "./es/index.es.js",
19
+ "require": "./cjs/index.cjs.js"
20
+ },
21
+ "./umd": {
22
+ "import": "./umd/index.umd.js",
23
+ "require": "./umd/index.umd.js"
24
+ },
25
+ "./styles.css": {
26
+ "import": "./arbo-web-people.css"
27
+ },
28
+ "./package.json": "./package.json"
29
+ },
30
+ "main": "./cjs/index.cjs.js",
31
+ "module": "./es/index.es.js",
32
+ "types": "./types/index.d.ts",
33
+ "unpkg": "./umd/index.umd.js",
34
+ "jsdelivr": "./umd/index.umd.js",
35
+ "files": [
36
+ "*"
37
+ ],
38
+ "packageManager": "pnpm@8.6.12+sha512.1336b80b948efd7979218a33ba96d9e4d380e6578144f6319979977deec6e3fe2e0a444b864b3ce2b077dda8adc4d654fee32b9c31868f0acb92da0abcf8ea1c"
39
+ }