@myxtra/authentication-green 1.13.0 → 1.14.1
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/App-26d46559.mjs +3356 -0
- package/dist/{index-44240dac.mjs → index-cdca036c.mjs} +1725 -1721
- package/dist/style.css +1 -1
- package/dist/xtra-authentication.mjs +2 -2
- package/package.json +20 -20
- package/dist/App-5cbf8f46.mjs +0 -3387
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-
|
|
1
|
+
.button--authentication{position:relative;display:flex;width:auto;width:fit-content;min-height:unset;align-items:center;padding:var(--spacing-2);border:none;border-radius:var(--border-radius-md);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-flex;align-items:center}.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)}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myxtra/authentication-green",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"main": "./dist/xtra-authentication.mjs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"typecheck": "tsc --noEmit"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@myxtra/shared": "1.
|
|
24
|
-
"@myxtra/ui-react": "1.
|
|
25
|
-
"@tanstack/react-query": "^
|
|
23
|
+
"@myxtra/shared": "1.13.0",
|
|
24
|
+
"@myxtra/ui-react": "1.14.0",
|
|
25
|
+
"@tanstack/react-query": "^5.12.0",
|
|
26
26
|
"clsx": "^2.0.0",
|
|
27
|
-
"i18next": "^23.
|
|
28
|
-
"i18next-browser-languagedetector": "^7.
|
|
27
|
+
"i18next": "^23.7.7",
|
|
28
|
+
"i18next-browser-languagedetector": "^7.2.0",
|
|
29
29
|
"js-cookie": "^3.0.5",
|
|
30
30
|
"react": "^18.2.0",
|
|
31
31
|
"react-dom": "^18.2.0",
|
|
32
|
-
"react-i18next": "^13.
|
|
32
|
+
"react-i18next": "^13.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@crowdin/cli": "^3.15.0",
|
|
36
|
-
"@myxtra/eslint-config": "1.
|
|
37
|
-
"@myxtra/stylelint-config": "1.
|
|
36
|
+
"@myxtra/eslint-config": "1.13.0",
|
|
37
|
+
"@myxtra/stylelint-config": "1.13.0",
|
|
38
38
|
"@testing-library/dom": "^9.3.3",
|
|
39
|
-
"@testing-library/jest-dom": "^6.1.
|
|
40
|
-
"@testing-library/react": "^14.1.
|
|
39
|
+
"@testing-library/jest-dom": "^6.1.5",
|
|
40
|
+
"@testing-library/react": "^14.1.2",
|
|
41
41
|
"@testing-library/user-event": "^14.5.1",
|
|
42
42
|
"@types/js-cookie": "^3.0.6",
|
|
43
|
-
"@types/react": "^18.2.
|
|
44
|
-
"@types/react-dom": "^18.2.
|
|
45
|
-
"@vitejs/plugin-react": "^4.
|
|
43
|
+
"@types/react": "^18.2.39",
|
|
44
|
+
"@types/react-dom": "^18.2.17",
|
|
45
|
+
"@vitejs/plugin-react": "^4.2.0",
|
|
46
46
|
"@vitest/coverage-istanbul": "^0.34.6",
|
|
47
|
-
"eslint": "^8.
|
|
47
|
+
"eslint": "^8.54.0",
|
|
48
48
|
"happy-dom": "^12.10.3",
|
|
49
|
-
"msw": "2.0.
|
|
50
|
-
"prettier": "^3.0
|
|
51
|
-
"rollup-plugin-visualizer": "^5.9.
|
|
49
|
+
"msw": "2.0.9",
|
|
50
|
+
"prettier": "^3.1.0",
|
|
51
|
+
"rollup-plugin-visualizer": "^5.9.3",
|
|
52
52
|
"stylelint": "^15.11.0",
|
|
53
|
-
"typescript": "^5.
|
|
54
|
-
"vite": "^
|
|
53
|
+
"typescript": "^5.3.2",
|
|
54
|
+
"vite": "^5.0.4",
|
|
55
55
|
"vite-tsconfig-paths": "^4.2.1",
|
|
56
56
|
"vitest": "^0.34.6"
|
|
57
57
|
}
|