@flarehr/apollo-customer-workplace-link 1.4.25 → 1.4.32936

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/package.json CHANGED
@@ -1,79 +1,48 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-customer-workplace-link",
3
- "version": "1.4.25",
3
+ "version": "1.4.32936",
4
4
  "license": "MIT",
5
5
  "main": "build/bundle.js",
6
6
  "files": [
7
7
  "build"
8
8
  ],
9
- "babelMacros": {
10
- "twin": {
11
- "preset": "goober"
12
- }
13
- },
9
+ "type": "module",
14
10
  "scripts": {
15
- "build": "preact build --no-prerender -c preact.config.js --no-sw",
16
- "analyze": "preact build --no-prerender -c preact.config.js --no-sw --analyze",
17
- "serve": "sirv build --port 7070 --cors --single",
18
- "dev": "preact watch --template src/template.local.html",
19
- "dev:built": "preact watch --template src/template.built.html",
11
+ "dev": "vite --open index.html",
12
+ "dev-benefits-web": "vite --open index.benefits-web.html",
13
+ "build": "tsc && vite build",
20
14
  "lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc --noemit --skipLibCheck",
21
- "test": "jest ./tests",
22
- "prepare": "cd ../.. && husky install git-hooks/.husky"
15
+ "preview": "vite preview"
23
16
  },
24
17
  "dependencies": {
25
- "@openid/appauth": "^1.3.1",
26
- "axios": "^0.24.0",
27
- "goober": "^2.0.44",
28
- "jwt-decode": "^3.1.2",
29
- "preact": "^10.3.1",
30
- "preact-custom-element": "^4.2.1",
31
- "preact-render-to-string": "^5.1.4",
32
- "preact-router": "^3.2.1",
33
- "qrcode.react": "^1.0.1"
18
+ "@headlessui/react": "^1.7.17",
19
+ "axios": "^1.6.0",
20
+ "goober": "^2.1.13",
21
+ "jwt-decode": "^4.0.0",
22
+ "preact": "^10.16.0",
23
+ "preact-custom-element": "^4.3.0",
24
+ "qrcode.react": "^3.1.0"
34
25
  },
35
26
  "devDependencies": {
36
- "@agney/babel-plugin-goober-css-prop": "^0.0.1",
37
- "@babel/core": "^7.16.0",
38
- "@babel/preset-env": "^7.16.4",
39
- "@jest/types": "^27.0.3",
40
- "@testing-library/jest-dom": "^5.15.0",
41
- "@testing-library/preact": "^2.0.1",
42
- "@types/jest": "^27.0.3",
43
- "@types/preact-custom-element": "^4.0.1",
44
- "@types/qrcode.react": "^1.0.2",
45
- "@types/styled-components": "^5.1.15",
46
- "@typescript-eslint/eslint-plugin": "^5.3.0",
47
- "@typescript-eslint/parser": "^5.3.0",
48
- "axios-mock-adapter": "^1.20.0",
49
- "babel-jest": "^27.3.1",
50
- "babel-plugin-macros": "^3.1.0",
51
- "babel-plugin-transform-goober": "^1.2.0",
52
- "base64-inline-loader": "^2.0.1",
53
- "enzyme": "^3.11.0",
54
- "enzyme-adapter-preact-pure": "^3.1.0",
55
- "eslint": "^8.1.0",
56
- "eslint-config-preact": "^1.2.0",
57
- "eslint-config-prettier": "^8.3.0",
58
- "eslint-plugin-compat": "^3.13.0",
59
- "eslint-plugin-jest": "^25.2.2",
60
- "eslint-plugin-react": "^7.26.1",
61
- "eslint-plugin-react-hooks": "^4.2.1-alpha-00ced1e2b-20211102",
62
- "husky": "^7.0.4",
63
- "identity-obj-proxy": "^3.0.0",
64
- "jest": "^27.2.5",
65
- "jest-preset-preact": "^4.0.2",
66
- "lint-staged": "^11.2.6",
67
- "preact-cli": "^3.3.1",
68
- "prettier": "2.4.1",
69
- "sirv-cli": "^1.0.0-next.3",
70
- "tailwindcss": "^2.2.19",
71
- "ts-jest": "^27.0.7",
72
- "twin.macro": "^2.8.1",
73
- "typescript": "^4.5.2"
27
+ "@preact/preset-vite": "^2.5.0",
28
+ "@types/preact-custom-element": "^4.0.3",
29
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
30
+ "autoprefixer": "^10.4.16",
31
+ "eslint": "^8.52.0",
32
+ "eslint-config-preact": "^1.3.0",
33
+ "eslint-config-prettier": "^9.0.0",
34
+ "eslint-plugin-jest": "^27.6.0",
35
+ "prettier": "^3.0.3",
36
+ "tailwindcss": "^3.3.5",
37
+ "terser": "^5.24.0",
38
+ "twin.macro": "^3.4.0",
39
+ "typescript": "^5.0.2",
40
+ "vite": "^4.4.5",
41
+ "vite-plugin-babel-macros": "^1.0.6",
42
+ "vite-plugin-svgr": "^4.2.0"
74
43
  },
75
44
  "lint-staged": {
76
- "*.{js,jsx,ts,tsx}": "eslint --fix",
45
+ "!(*.d).{js,jsx,ts,tsx}": "eslint --fix",
77
46
  "*.{ts,tsx,js,css,md}": "prettier --write"
78
47
  }
79
48
  }
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="125" height="125" fill="none" xmlns:v="https://vecta.io/nano"><g clip-path="url(#A)"><path d="M62.499 119.932c31.719 0 57.432-25.713 57.432-57.432S94.218 5.068 62.499 5.068 5.066 30.781 5.066 62.5s25.713 57.432 57.432 57.432z" fill="#eeefee"/><path d="M73.142 6.068a57.43 57.43 0 0 1 32.806 26.793c7.122 12.785 9.095 27.806 5.516 41.996s-12.44 26.479-24.774 34.357-27.209 10.749-41.589 8.029c7.466 2.369 15.338 3.185 23.131 2.399a57.43 57.43 0 0 0 22.186-6.97 57.44 57.44 0 0 0 17.604-15.196c4.77-6.213 8.219-13.336 10.134-20.93s2.258-15.502 1.005-23.233-4.075-15.126-8.291-21.727-9.738-12.27-16.226-16.658a57.43 57.43 0 0 0-21.502-8.859z" fill="#dbd8dd"/><path d="M72.773 62.5l18.233 18.233-10.272 10.272-18.233-18.233-18.233 18.233-10.272-10.272L52.229 62.5 33.996 44.267l10.272-10.272 18.233 18.233 18.233-18.233 10.272 10.272L72.773 62.5z" fill="silver"/><g fill="#323c6b"><path d="M80.732 91.85a.86.86 0 0 1-.324-.064c-.103-.042-.196-.105-.274-.183L62.499 73.966 44.864 91.603c-.158.158-.373.247-.597.247s-.439-.089-.597-.247L33.397 81.331c-.158-.158-.247-.373-.247-.597s.089-.439.247-.597L51.033 62.5 33.396 44.865c-.158-.158-.247-.373-.247-.597s.089-.439.247-.597l10.272-10.272c.158-.158.373-.247.597-.247s.439.089.597.247l17.637 17.635 17.635-17.635c.158-.158.373-.247.597-.247s.439.089.597.247L91.6 43.671c.158.158.247.373.247.597s-.089.439-.247.597L73.965 62.5 91.6 80.135c.158.158.247.373.247.597s-.089.439-.247.597L81.328 91.601a.84.84 0 0 1-.596.248zM62.499 71.927a.83.83 0 0 1 .323.064c.102.043.196.104.274.183l17.635 17.635 9.078-9.078-17.635-17.635c-.158-.158-.247-.373-.247-.597s.089-.439.247-.597L89.81 44.267l-9.078-9.078-17.635 17.635c-.158.158-.373.247-.597.247s-.439-.089-.597-.247L44.267 35.189l-9.078 9.078 17.635 17.635c.158.158.247.373.247.597s-.089.439-.247.597L35.19 80.731l9.078 9.078 17.635-17.635c.158-.158.373-.247.596-.247zm.001 48.85A58.28 58.28 0 0 1 5.342 51.131c2.248-11.304 7.799-21.689 15.949-29.839S39.826 7.591 51.13 5.343a58.28 58.28 0 0 1 33.671 3.316 58.27 58.27 0 0 1 26.154 21.464c6.403 9.584 9.822 20.851 9.822 32.377-.018 15.451-6.163 30.264-17.088 41.189S77.95 120.76 62.5 120.777zm0-114.865a56.59 56.59 0 0 0-40.013 96.602A56.59 56.59 0 0 0 119.089 62.5c-.017-15.003-5.985-29.386-16.593-39.995A56.65 56.65 0 0 0 62.5 5.912z"/></g></g><defs><clipPath id="A"><path fill="#fff" d="M0 0h125v125H0z"/></clipPath></defs></svg>
Binary file