@marigold/theme-docs 2.4.4 → 2.4.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.
Files changed (2) hide show
  1. package/dist/styles.css +14 -27
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -1,11 +1,7 @@
1
- /*! tailwindcss v4.0.12 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
3
  @layer theme {
4
4
  :root, :host {
5
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
6
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
7
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
8
- "Courier New", monospace;
9
5
  --color-red-50: #fef2f2;
10
6
  --color-red-400: #f87171;
11
7
  --color-amber-50: #fffbeb;
@@ -59,18 +55,6 @@
59
55
  --blur-xs: 4px;
60
56
  --default-transition-duration: 150ms;
61
57
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
62
- --default-font-family: var(--font-sans);
63
- --default-font-feature-settings: var(--font-sans--font-feature-settings);
64
- --default-font-variation-settings: var(
65
- --font-sans--font-variation-settings
66
- );
67
- --default-mono-font-family: var(--font-mono);
68
- --default-mono-font-feature-settings: var(
69
- --font-mono--font-feature-settings
70
- );
71
- --default-mono-font-variation-settings: var(
72
- --font-mono--font-variation-settings
73
- );
74
58
  --color-secondary-50: #f8fafc;
75
59
  --color-secondary-100: #f1f5f9;
76
60
  --color-secondary-300: #cbd5e1;
@@ -90,14 +74,12 @@
90
74
  line-height: 1.5;
91
75
  -webkit-text-size-adjust: 100%;
92
76
  tab-size: 4;
93
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
94
- font-feature-settings: var(--default-font-feature-settings, normal);
95
- font-variation-settings: var( --default-font-variation-settings, normal );
77
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
78
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
79
+ font-feature-settings: initial;
80
+ font-variation-settings: initial;
96
81
  -webkit-tap-highlight-color: transparent;
97
82
  }
98
- body {
99
- line-height: inherit;
100
- }
101
83
  hr {
102
84
  height: 0;
103
85
  color: inherit;
@@ -120,9 +102,10 @@
120
102
  font-weight: bolder;
121
103
  }
122
104
  code, kbd, samp, pre {
123
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
124
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
125
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
105
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
106
+ "Courier New", monospace;
107
+ font-feature-settings: initial;
108
+ font-variation-settings: initial;
126
109
  font-size: 1em;
127
110
  }
128
111
  small {
@@ -186,7 +169,11 @@
186
169
  }
187
170
  ::placeholder {
188
171
  opacity: 1;
189
- color: color-mix(in oklab, currentColor 50%, transparent);
172
+ }
173
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
174
+ ::placeholder {
175
+ color: color-mix(in oklab, currentColor 50%, transparent);
176
+ }
190
177
  }
191
178
  textarea {
192
179
  resize: vertical;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/theme-docs",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
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.12",
45
+ "tailwindcss": "4.0.17",
46
46
  "tsup": "8.3.6",
47
- "@tailwindcss/postcss": "4.0.12",
48
- "postcss-cli": "11.0.0",
47
+ "@tailwindcss/postcss": "4.0.17",
48
+ "postcss-cli": "11.0.1",
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.3",
54
- "@marigold/system": "11.2.3",
53
+ "@marigold/components": "11.3.0",
54
+ "@marigold/system": "11.3.0",
55
55
  "@marigold/theme-plugins": "1.0.1"
56
56
  },
57
57
  "scripts": {