@myxtra/authentication-green 1.9.5 → 1.10.0-alpha.0

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/style.css CHANGED
@@ -1 +1 @@
1
- .button--authentication{position:relative;display:flex;width:auto;width:fit-content;align-items:center;padding:var(--spacing-2);border:none;border-radius:var(--border-radius-sm);font:var(--subtext-medium);gap:0}.button--authentication .button__label{display:none}.button--authentication .button__icon{position:relative;width:24px;height:24px}.button--authentication--authenticated{padding:var(--spacing-2)}.button--authentication--unauthenticated{display:none}@media screen and (min-width: 64rem){.menu--unauthenticated{display:none}.button--authentication{gap:var(--spacing-2)}.button--authentication--unauthenticated{display:flex}.button--authentication:not(.button--authentication--authenticated){padding:var(--spacing-2) var(--spacing-6)}.button--authentication .button__label{display:inline}.button--authentication:not(.button--authentication--authenticated)>.button__icon-right{display:none}}@media (prefers-reduced-motion: no-preference){.spinner:after{position:absolute;width:16px;height:16px;border:4px solid transparent;border-radius:50%;border-top-color:transparent;border-top-color:var(--primary-500);margin:auto;animation:spin 1s ease infinite;content:"";inset:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}
1
+ .button--authentication{position:relative;display:flex;width:auto;width:fit-content;align-items:center;padding:var(--spacing-2);border:none;border-radius:var(--border-radius-sm);font:var(--subtext-medium);gap:0}.button--authentication .button__label{display:none}.button--authentication .button__icon{position:relative;width:24px;height:24px}.button--authentication--authenticated{padding:var(--spacing-2)}.button--authentication--unauthenticated{display:none}@media screen and (min-width: 64rem){.menu--unauthenticated{display:none}.button--authentication{gap:var(--spacing-2)}.button--authentication--unauthenticated{display:flex}.button--authentication:not(.button--authentication--authenticated){padding:var(--spacing-2) var(--spacing-6)}.button--authentication .button__label{display:inline}.button--authentication:not(.button--authentication--authenticated)>.button__icon-right{display:none}}@media (prefers-reduced-motion: no-preference){.spinner:after{position:absolute;width:16px;height:16px;border:4px solid transparent;border-radius:50%;border-top-color:transparent;border-top-color:var(--primary-500);margin:auto;animation:spin 1s ease infinite;content:"";top:0;right:0;bottom:0;left:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}
@@ -1,4 +1,4 @@
1
- import { c as f } from "./index-f380d606.mjs";
1
+ import { c as f } from "./index-66467a79.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myxtra/authentication-green",
3
- "version": "1.9.5",
3
+ "version": "1.10.0-alpha.0",
4
4
  "main": "./dist/xtra-authentication.mjs",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -19,40 +19,40 @@
19
19
  "translations:pull": "crowdin pull && prettier --write './src/assets/locales'"
20
20
  },
21
21
  "dependencies": {
22
- "@myxtra/authentication-react": "1.9.5",
23
- "@myxtra/shared": "1.9.4",
24
- "@myxtra/ui-react": "1.9.5",
25
- "@tanstack/react-query": "^4.33.0",
22
+ "@myxtra/authentication-react": "1.10.0-alpha.1",
23
+ "@myxtra/shared": "1.9.6-alpha.0",
24
+ "@myxtra/ui-react": "1.10.0-alpha.1",
25
+ "@tanstack/react-query": "^4.35.3",
26
26
  "clsx": "^2.0.0",
27
- "i18next": "^22.5.1",
27
+ "i18next": "^23.5.1",
28
28
  "i18next-browser-languagedetector": "^7.1.0",
29
29
  "js-cookie": "^3.0.5",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0",
32
- "react-i18next": "^12.3.1"
32
+ "react-i18next": "^13.2.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@crowdin/cli": "^3.13.0",
36
- "@myxtra/eslint-config-react": "1.9.4",
37
- "@myxtra/stylelint-config": "1.9.4",
38
- "@testing-library/dom": "^9.3.1",
39
- "@testing-library/jest-dom": "^6.0.1",
35
+ "@crowdin/cli": "^3.14.0",
36
+ "@myxtra/eslint-config": "1.10.0-alpha.0",
37
+ "@myxtra/stylelint-config": "1.10.0-alpha.1",
38
+ "@testing-library/dom": "^9.3.3",
39
+ "@testing-library/jest-dom": "^6.1.3",
40
40
  "@testing-library/react": "^14.0.0",
41
- "@testing-library/user-event": "^14.4.3",
42
- "@types/js-cookie": "^3.0.3",
43
- "@types/react": "^18.2.20",
41
+ "@testing-library/user-event": "^14.5.1",
42
+ "@types/js-cookie": "^3.0.4",
43
+ "@types/react": "^18.2.22",
44
44
  "@types/react-dom": "^18.2.7",
45
- "@vitejs/plugin-react": "^4.0.4",
46
- "@vitest/coverage-istanbul": "^0.34.4",
47
- "eslint": "^8.47.0",
48
- "happy-dom": "^10.11.2",
49
- "msw": "0.0.0-fetch.rc-17",
50
- "prettier": "^3.0.2",
45
+ "@vitejs/plugin-react": "^4.1.0",
46
+ "@vitest/coverage-istanbul": "^0.34.5",
47
+ "eslint": "^8.50.0",
48
+ "happy-dom": "^12.1.6",
49
+ "msw": "0.0.0-fetch.rc-20",
50
+ "prettier": "^3.0.3",
51
51
  "rollup-plugin-visualizer": "^5.9.2",
52
52
  "stylelint": "^15.10.3",
53
- "typescript": "^5.1.6",
53
+ "typescript": "^5.2.2",
54
54
  "vite": "^4.4.9",
55
- "vite-tsconfig-paths": "^4.2.0",
56
- "vitest": "^0.34.4"
55
+ "vite-tsconfig-paths": "^4.2.1",
56
+ "vitest": "^0.34.5"
57
57
  }
58
58
  }