@marigold/theme-docs 3.1.4 → 3.1.5
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 +6 -6
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -296,6 +296,9 @@
|
|
|
296
296
|
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
297
297
|
padding-block: 0;
|
|
298
298
|
}
|
|
299
|
+
::-webkit-calendar-picker-indicator {
|
|
300
|
+
line-height: 1;
|
|
301
|
+
}
|
|
299
302
|
:-moz-ui-invalid {
|
|
300
303
|
box-shadow: none;
|
|
301
304
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/theme-docs",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"description": "Marigold Docs Theme",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"directory": "themes/theme-docs"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@tailwindcss/postcss": "4.1.
|
|
45
|
-
"cssnano": "7.1.
|
|
44
|
+
"@tailwindcss/postcss": "4.1.12",
|
|
45
|
+
"cssnano": "7.1.1",
|
|
46
46
|
"postcss-cli": "11.0.1",
|
|
47
47
|
"postcss-prefix-selector": "2.1.1",
|
|
48
|
-
"tailwindcss": "4.1.
|
|
48
|
+
"tailwindcss": "4.1.12",
|
|
49
49
|
"tsup": "8.5.0",
|
|
50
50
|
"@marigold/tsconfig": "0.4.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@marigold/components": "15.0.
|
|
54
|
-
"@marigold/system": "15.0.
|
|
53
|
+
"@marigold/components": "15.0.1",
|
|
54
|
+
"@marigold/system": "15.0.1",
|
|
55
55
|
"@marigold/theme-plugins": "1.0.2"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|