@marigold/theme-docs 2.4.2 → 2.4.3
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/styles.css +4 -1
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.12 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root, :host {
|
|
@@ -2005,6 +2005,7 @@
|
|
|
2005
2005
|
--tw-shadow-color: #ffffff;
|
|
2006
2006
|
}
|
|
2007
2007
|
.outline-hidden {
|
|
2008
|
+
--tw-outline-style: none;
|
|
2008
2009
|
outline-style: none;
|
|
2009
2010
|
@media (forced-colors: active) {
|
|
2010
2011
|
outline: 2px solid transparent;
|
|
@@ -2215,6 +2216,7 @@
|
|
|
2215
2216
|
}
|
|
2216
2217
|
.focus\:outline-hidden {
|
|
2217
2218
|
&:where([data-rac])[data-focused] {
|
|
2219
|
+
--tw-outline-style: none;
|
|
2218
2220
|
outline-style: none;
|
|
2219
2221
|
@media (forced-colors: active) {
|
|
2220
2222
|
outline: 2px solid transparent;
|
|
@@ -2222,6 +2224,7 @@
|
|
|
2222
2224
|
}
|
|
2223
2225
|
}
|
|
2224
2226
|
&:where(:not([data-rac])):focus {
|
|
2227
|
+
--tw-outline-style: none;
|
|
2225
2228
|
outline-style: none;
|
|
2226
2229
|
@media (forced-colors: active) {
|
|
2227
2230
|
outline: 2px solid transparent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/theme-docs",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "Marigold Docs Theme",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"cssnano": "7.0.6",
|
|
45
|
-
"tailwindcss": "4.0.
|
|
45
|
+
"tailwindcss": "4.0.12",
|
|
46
46
|
"tsup": "8.3.6",
|
|
47
|
-
"@tailwindcss/postcss": "4.0.
|
|
47
|
+
"@tailwindcss/postcss": "4.0.12",
|
|
48
48
|
"postcss-cli": "11.0.0",
|
|
49
49
|
"postcss-prefix-selector": "2.1.0",
|
|
50
50
|
"@marigold/tsconfig": "0.4.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@marigold/components": "11.2.
|
|
54
|
-
"@marigold/system": "11.2.
|
|
53
|
+
"@marigold/components": "11.2.2",
|
|
54
|
+
"@marigold/system": "11.2.2",
|
|
55
55
|
"@marigold/theme-plugins": "1.0.1"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|