@oxyhq/services 0.0.74 → 0.0.75
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 +6 -5
- package/dist/components/auth/styles/account-switcher-modal.module.css +0 -35
- package/dist/components/auth/styles/account-switcher-modal.module.css.map +0 -1
- package/dist/components/auth/styles/session-owner-modal.module.css +0 -35
- package/dist/components/auth/styles/session-owner-modal.module.css.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxyhq/services",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.75",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://oxy.so/",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
|
-
"build:scss": "sass src:
|
|
13
|
-
"copy:css": "ncp temp dist",
|
|
12
|
+
"build:scss": "sass src:dist",
|
|
14
13
|
"build:ts": "tsc",
|
|
15
14
|
"clean": "rimraf dist",
|
|
16
|
-
"
|
|
15
|
+
"copy:scss": "cpx 'src/**/*.scss' dist",
|
|
16
|
+
"build": "npm run clean && npm run build:scss && npm run build:ts && npm run copy:scss",
|
|
17
17
|
"test": "jest",
|
|
18
18
|
"lint": "eslint src/**/*.{ts,tsx}"
|
|
19
19
|
},
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"ncp": "^2.0.0",
|
|
40
40
|
"sass": "^1.77.2",
|
|
41
41
|
"tailwindcss": "^3.4.3",
|
|
42
|
-
"typescript": "^5.4.5"
|
|
42
|
+
"typescript": "^5.4.5",
|
|
43
|
+
"cpx": "^1.5.0"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
46
|
"@tanstack/react-query": "^5.40.0",
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.container {
|
|
2
|
-
width: 300px;
|
|
3
|
-
background-color: var(--clr-background);
|
|
4
|
-
box-shadow: 0 0rem 10px -2px var(--clr-tertiary);
|
|
5
|
-
border-radius: 1rem;
|
|
6
|
-
padding: 0.8em 0;
|
|
7
|
-
overflow: hidden;
|
|
8
|
-
position: fixed;
|
|
9
|
-
top: 0;
|
|
10
|
-
bottom: 0;
|
|
11
|
-
left: 0;
|
|
12
|
-
right: 0;
|
|
13
|
-
margin: auto;
|
|
14
|
-
a {
|
|
15
|
-
font-size: var(--fs-milli);
|
|
16
|
-
font-weight: var(--fw-700);
|
|
17
|
-
display: block;
|
|
18
|
-
padding: 0.8em 1em;
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
transition: background-color 0.1s ease-in-out;
|
|
21
|
-
&:hover {
|
|
22
|
-
background-color: var(--clr-trends-hover);
|
|
23
|
-
}
|
|
24
|
-
&:active {
|
|
25
|
-
background-color: var(--clr-trends-active);
|
|
26
|
-
}
|
|
27
|
-
&:focus-visible {
|
|
28
|
-
background-color: var(--clr-trends-hover);
|
|
29
|
-
outline: 2px solid var(--clr-primary-disabled);
|
|
30
|
-
outline-offset: -2px;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/*# sourceMappingURL=account-switcher-modal.module.css.map */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../src/components/auth/styles/account-switcher-modal.module.css"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;IAEA;MACE;;IAGF;MACE;;IAGF;MACE;MACA;MACA","file":"account-switcher-modal.module.css"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.container {
|
|
2
|
-
width: 300px;
|
|
3
|
-
background-color: var(--clr-background);
|
|
4
|
-
box-shadow: 0 0rem 10px -2px var(--clr-tertiary);
|
|
5
|
-
border-radius: 1rem;
|
|
6
|
-
padding: 0.8em 0;
|
|
7
|
-
overflow: hidden;
|
|
8
|
-
position: fixed;
|
|
9
|
-
top: 0;
|
|
10
|
-
bottom: 0;
|
|
11
|
-
left: 0;
|
|
12
|
-
right: 0;
|
|
13
|
-
margin: auto;
|
|
14
|
-
}
|
|
15
|
-
.container a {
|
|
16
|
-
font-size: var(--fs-milli);
|
|
17
|
-
font-weight: var(--fw-700);
|
|
18
|
-
display: block;
|
|
19
|
-
padding: 0.8em 1em;
|
|
20
|
-
cursor: pointer;
|
|
21
|
-
transition: background-color 0.1s ease-in-out;
|
|
22
|
-
}
|
|
23
|
-
.container a:hover {
|
|
24
|
-
background-color: var(--clr-trends-hover);
|
|
25
|
-
}
|
|
26
|
-
.container a:active {
|
|
27
|
-
background-color: var(--clr-trends-active);
|
|
28
|
-
}
|
|
29
|
-
.container a:focus-visible {
|
|
30
|
-
background-color: var(--clr-trends-hover);
|
|
31
|
-
outline: 2px solid var(--clr-primary-disabled);
|
|
32
|
-
outline-offset: -2px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/*# sourceMappingURL=session-owner-modal.module.css.map */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../src/components/auth/styles/session-owner-modal.module.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA","file":"session-owner-modal.module.css"}
|