Skip to content

Commit 9244037

Browse files
Update snapshots
1 parent 79144ce commit 9244037

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

integrations/cli/index.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ test(
15291529
"
15301530
--- ./dist/out.css ---
15311531
:root, :host {
1532-
--color-blue-500: oklch(0.623 0.214 259.815);
1532+
--color-blue-500: oklch(62.3% 0.214 259.815);
15331533
}
15341534
.flex {
15351535
display: flex;
@@ -1552,8 +1552,8 @@ test(
15521552
"
15531553
--- ./dist/out.css ---
15541554
:root, :host {
1555-
--color-red-500: oklch(0.637 0.237 25.331);
1556-
--color-blue-500: oklch(0.623 0.214 259.815);
1555+
--color-red-500: oklch(63.7% 0.237 25.331);
1556+
--color-blue-500: oklch(62.3% 0.214 259.815);
15571557
}
15581558
.flex {
15591559
display: flex;

integrations/upgrade/js-config.test.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -472,17 +472,17 @@ test(
472472
@import 'tailwindcss';
473473
474474
@theme {
475-
--color-gray-50: oklch(0.985 0 0);
476-
--color-gray-100: oklch(0.97 0 0);
477-
--color-gray-200: oklch(0.922 0 0);
478-
--color-gray-300: oklch(0.87 0 0);
479-
--color-gray-400: oklch(0.708 0 0);
480-
--color-gray-500: oklch(0.556 0 0);
481-
--color-gray-600: oklch(0.439 0 0);
482-
--color-gray-700: oklch(0.371 0 0);
483-
--color-gray-800: oklch(0.269 0 0);
484-
--color-gray-900: oklch(0.205 0 0);
485-
--color-gray-950: oklch(0.145 0 0);
475+
--color-gray-50: oklch(98.5% 0 0);
476+
--color-gray-100: oklch(97% 0 0);
477+
--color-gray-200: oklch(92.2% 0 0);
478+
--color-gray-300: oklch(87% 0 0);
479+
--color-gray-400: oklch(70.8% 0 0);
480+
--color-gray-500: oklch(55.6% 0 0);
481+
--color-gray-600: oklch(43.9% 0 0);
482+
--color-gray-700: oklch(37.1% 0 0);
483+
--color-gray-800: oklch(26.9% 0 0);
484+
--color-gray-900: oklch(20.5% 0 0);
485+
--color-gray-950: oklch(14.5% 0 0);
486486
}
487487
488488
/*

integrations/webpack/index.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test(
7575
"
7676
--- ./dist/main.css ---
7777
:root, :host {
78-
--color-blue-500: oklch(0.623 0.214 259.815);
78+
--color-blue-500: oklch(62.3% 0.214 259.815);
7979
}
8080
.flex {
8181
display: flex;
@@ -98,8 +98,8 @@ test(
9898
"
9999
--- ./dist/main.css ---
100100
:root, :host {
101-
--color-red-500: oklch(0.637 0.237 25.331);
102-
--color-blue-500: oklch(0.623 0.214 259.815);
101+
--color-red-500: oklch(63.7% 0.237 25.331);
102+
--color-blue-500: oklch(62.3% 0.214 259.815);
103103
}
104104
.flex {
105105
display: flex;

packages/tailwindcss/src/compat/config/resolve-config.test.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -231,17 +231,17 @@ test('theme keys can read from the CSS theme', () => {
231231
},
232232
caretColor: {
233233
primary: {
234-
'50': 'oklch(0.982 0.018 155.826)',
235-
'100': 'oklch(0.962 0.044 156.743)',
236-
'200': 'oklch(0.925 0.084 155.995)',
237-
'300': 'oklch(0.871 0.15 154.449)',
238-
'400': 'oklch(0.792 0.209 151.711)',
239-
'500': 'oklch(0.723 0.219 149.579)',
240-
'600': 'oklch(0.627 0.194 149.214)',
241-
'700': 'oklch(0.527 0.154 150.069)',
242-
'800': 'oklch(0.448 0.119 151.328)',
243-
'900': 'oklch(0.393 0.095 152.535)',
244-
'950': 'oklch(0.266 0.065 152.934)',
234+
'100': 'oklch(96.2% 0.044 156.743)',
235+
'200': 'oklch(92.5% 0.084 155.995)',
236+
'300': 'oklch(87.1% 0.15 154.449)',
237+
'400': 'oklch(79.2% 0.209 151.711)',
238+
'50': 'oklch(98.2% 0.018 155.826)',
239+
'500': 'oklch(72.3% 0.219 149.579)',
240+
'600': 'oklch(62.7% 0.194 149.214)',
241+
'700': 'oklch(52.7% 0.154 150.069)',
242+
'800': 'oklch(44.8% 0.119 151.328)',
243+
'900': 'oklch(39.3% 0.095 152.535)',
244+
'950': 'oklch(26.6% 0.065 152.934)',
245245
},
246246
},
247247
transitionColor: {

0 commit comments

Comments
 (0)