@oxyhq/services 0.0.36 → 0.0.38
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/assets/css/styles.css +17 -0
- package/dist/index.css +5 -0
- package/dist/index.css.map +1 -0
- package/package.json +4 -3
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/* Error: Can't find stylesheet to import.
|
|
2
|
+
* ,
|
|
3
|
+
* 1 | @import "tailwindcss/base";
|
|
4
|
+
* | ^^^^^^^^^^^^^^^^^^
|
|
5
|
+
* '
|
|
6
|
+
* src/assets/css/styles.scss 1:9 root stylesheet */
|
|
7
|
+
|
|
8
|
+
body::before {
|
|
9
|
+
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
|
|
10
|
+
"Droid Sans Mono", monospace, monospace;
|
|
11
|
+
white-space: pre;
|
|
12
|
+
display: block;
|
|
13
|
+
padding: 1em;
|
|
14
|
+
margin-bottom: 1em;
|
|
15
|
+
border-bottom: 2px solid black;
|
|
16
|
+
content: "Error: Can't find stylesheet to import.\a \2577 \a 1 \2502 @import \"tailwindcss/base\";\a \2502 ^^^^^^^^^^^^^^^^^^\a \2575 \a src/assets/css/styles.scss 1:9 root stylesheet";
|
|
17
|
+
}
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/index.css"],"names":[],"mappings":"AAAA;AACA;AACA","file":"index.css"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxyhq/services",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://oxy.so/",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@types/react-dom": "^18.3.0",
|
|
32
32
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
33
33
|
"@typescript-eslint/parser": "^7.0.1",
|
|
34
|
-
"autoprefixer": "^10.4.
|
|
34
|
+
"autoprefixer": "^10.4.19",
|
|
35
35
|
"eslint": "^8.56.0",
|
|
36
36
|
"ncp": "^2.0.0",
|
|
37
37
|
"sass": "^1.77.2",
|
|
38
|
-
"tailwindcss": "^3.4.
|
|
38
|
+
"tailwindcss": "^3.4.3",
|
|
39
39
|
"typescript": "^5.4.5"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"dotenv": "^16.4.5",
|
|
46
46
|
"framer-motion": "^11.2.9",
|
|
47
47
|
"localforage": "^1.10.0",
|
|
48
|
+
"postcss": "^8.4.38",
|
|
48
49
|
"react": "^18.3.1",
|
|
49
50
|
"react-dom": "^18.3.1",
|
|
50
51
|
"react-icons": "^5.2.1",
|