@tuwaio/docs-ui 0.0.7 → 0.0.8
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/index.css +2 -5
- package/package.json +10 -10
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1
|
|
1
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
2
|
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
3
3
|
@layer properties;
|
|
4
4
|
@layer properties;
|
|
@@ -156,10 +156,7 @@
|
|
|
156
156
|
.novacore\:bg-black\/55 {
|
|
157
157
|
background-color: var(--novacore-color-black);
|
|
158
158
|
@supports (color: color-mix(in lab, red, red)) {
|
|
159
|
-
background-color: var(--novacore-color-black);
|
|
160
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
161
|
-
background-color: color-mix(in oklab, var(--novacore-color-black) 55%, transparent);
|
|
162
|
-
}
|
|
159
|
+
background-color: color-mix(in oklab, var(--novacore-color-black) 55%, transparent);
|
|
163
160
|
}
|
|
164
161
|
}
|
|
165
162
|
.novacore\:p-0 {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/docs-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@tuwaio/nova-core": "^0.3.
|
|
50
|
+
"@tuwaio/nova-core": "^0.3.2",
|
|
51
51
|
"clsx": "^2.1.1",
|
|
52
|
-
"react-syntax-highlighter": "^16.1.
|
|
52
|
+
"react-syntax-highlighter": "^16.1.1",
|
|
53
53
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
54
|
-
"tailwind-merge": "^3.
|
|
54
|
+
"tailwind-merge": "^3.5.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@heroicons/react": ">=2",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"nextra": "^4.6.1",
|
|
66
66
|
"nextra-theme-docs": "^4.6.1",
|
|
67
67
|
"@heroicons/react": "^2.2.0",
|
|
68
|
-
"@tailwindcss/postcss": "^4.1
|
|
69
|
-
"@tailwindcss/vite": "^4.1
|
|
68
|
+
"@tailwindcss/postcss": "^4.2.1",
|
|
69
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
70
70
|
"@types/node": "^25",
|
|
71
|
-
"@types/react": "^19.2.
|
|
72
|
-
"autoprefixer": "^10.4.
|
|
73
|
-
"postcss": "^8.5.
|
|
71
|
+
"@types/react": "^19.2.14",
|
|
72
|
+
"autoprefixer": "^10.4.27",
|
|
73
|
+
"postcss": "^8.5.8",
|
|
74
74
|
"postcss-cli": "^11.0.1",
|
|
75
75
|
"react": "^19.2.4",
|
|
76
|
-
"tailwindcss": "^4.1
|
|
76
|
+
"tailwindcss": "^4.2.1",
|
|
77
77
|
"tsup": "^8.5.1",
|
|
78
78
|
"typescript": "^5.9.3"
|
|
79
79
|
},
|