tailwindcss 0.0.0-insiders.d593a21 → 0.0.0-insiders.d596b0c

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/lib.mjs CHANGED
@@ -1 +1 @@
1
- import{a,b,c,d,e,f}from"./chunk-FTZ4NPTT.mjs";import"./chunk-G32FJCSR.mjs";import"./chunk-HTB5LLOP.mjs";export{b as Features,a as Polyfills,e as __unstable__loadDesignSystem,d as compile,c as compileAst,f as default};
1
+ import{a,b,c,d,e,f}from"./chunk-OI75EA57.mjs";import"./chunk-TDNFF6A4.mjs";import"./chunk-X4GG3EDV.mjs";export{b as Features,a as Polyfills,e as __unstable__loadDesignSystem,d as compile,c as compileAst,f as default};
package/dist/plugin.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { P as PluginUtils } from './resolve-config-QUZ9b-Gn.mjs';
2
- import { a as PluginFn, C as Config, b as PluginWithConfig, c as PluginWithOptions } from './types-WlZgYgM8.mjs';
3
- export { d as PluginAPI, P as PluginsConfig, T as ThemeConfig } from './types-WlZgYgM8.mjs';
2
+ import { a as PluginFn, C as Config, b as PluginWithConfig, c as PluginWithOptions } from './types-CJYAW1ql.mjs';
3
+ export { d as PluginAPI, P as PluginsConfig, T as ThemeConfig } from './types-CJYAW1ql.mjs';
4
4
  import './colors.mjs';
5
5
 
6
6
  declare function createPlugin(handler: PluginFn, config?: Partial<Config>): PluginWithConfig;
package/dist/plugin.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { N as NamedUtilityValue, P as PluginUtils } from './resolve-config-BIFUA2FY.js';
2
- import './colors-b_6i0Oi7.js';
1
+ import { N as NamedUtilityValue, P as PluginUtils } from './resolve-config-B4yBzhca.js';
2
+ import './colors-C__qRT83.js';
3
3
 
4
4
  /**
5
5
  * The source code for one or more nodes in the AST
@@ -122,6 +122,9 @@ interface UserConfig {
122
122
  interface UserConfig {
123
123
  future?: 'all' | Record<string, boolean>;
124
124
  }
125
+ interface UserConfig {
126
+ experimental?: 'all' | Record<string, boolean>;
127
+ }
125
128
 
126
129
  declare function createPlugin(handler: PluginFn, config?: Partial<Config>): PluginWithConfig;
127
130
  declare namespace createPlugin {
@@ -1,4 +1,4 @@
1
- import { _ as _default } from './colors-b_6i0Oi7.js';
1
+ import { _ as _default } from './colors-C__qRT83.js';
2
2
 
3
3
  type NamedUtilityValue = {
4
4
  kind: 'named';
@@ -121,5 +121,8 @@ interface UserConfig {
121
121
  interface UserConfig {
122
122
  future?: 'all' | Record<string, boolean>;
123
123
  }
124
+ interface UserConfig {
125
+ experimental?: 'all' | Record<string, boolean>;
126
+ }
124
127
 
125
128
  export type { Config as C, Plugin as P, SourceLocation as S, ThemeConfig as T, UserConfig as U, PluginFn as a, PluginWithConfig as b, PluginWithOptions as c, PluginAPI as d };
package/index.css CHANGED
@@ -274,6 +274,54 @@
274
274
  --color-stone-900: oklch(21.6% 0.006 56.043);
275
275
  --color-stone-950: oklch(14.7% 0.004 49.25);
276
276
 
277
+ --color-mauve-50: oklch(98.5% 0 0);
278
+ --color-mauve-100: oklch(96% 0.003 325.6);
279
+ --color-mauve-200: oklch(92.2% 0.005 325.62);
280
+ --color-mauve-300: oklch(86.5% 0.012 325.68);
281
+ --color-mauve-400: oklch(71.1% 0.019 323.02);
282
+ --color-mauve-500: oklch(54.2% 0.034 322.5);
283
+ --color-mauve-600: oklch(43.5% 0.029 321.78);
284
+ --color-mauve-700: oklch(36.4% 0.029 323.89);
285
+ --color-mauve-800: oklch(26.3% 0.024 320.12);
286
+ --color-mauve-900: oklch(21.2% 0.019 322.12);
287
+ --color-mauve-950: oklch(14.5% 0.008 326);
288
+
289
+ --color-olive-50: oklch(98.8% 0.003 106.5);
290
+ --color-olive-100: oklch(96.6% 0.005 106.5);
291
+ --color-olive-200: oklch(93% 0.007 106.5);
292
+ --color-olive-300: oklch(88% 0.011 106.6);
293
+ --color-olive-400: oklch(73.7% 0.021 106.9);
294
+ --color-olive-500: oklch(58% 0.031 107.3);
295
+ --color-olive-600: oklch(46.6% 0.025 107.3);
296
+ --color-olive-700: oklch(39.4% 0.023 107.4);
297
+ --color-olive-800: oklch(28.6% 0.016 107.4);
298
+ --color-olive-900: oklch(22.8% 0.013 107.4);
299
+ --color-olive-950: oklch(15.3% 0.006 107.1);
300
+
301
+ --color-mist-50: oklch(98.7% 0.002 197.1);
302
+ --color-mist-100: oklch(96.3% 0.002 197.1);
303
+ --color-mist-200: oklch(92.5% 0.005 214.3);
304
+ --color-mist-300: oklch(87.2% 0.007 219.6);
305
+ --color-mist-400: oklch(72.3% 0.014 214.4);
306
+ --color-mist-500: oklch(56% 0.021 213.5);
307
+ --color-mist-600: oklch(45% 0.017 213.2);
308
+ --color-mist-700: oklch(37.8% 0.015 216);
309
+ --color-mist-800: oklch(27.5% 0.011 216.9);
310
+ --color-mist-900: oklch(21.8% 0.008 223.9);
311
+ --color-mist-950: oklch(14.8% 0.004 228.8);
312
+
313
+ --color-taupe-50: oklch(98.6% 0.002 67.8);
314
+ --color-taupe-100: oklch(96% 0.002 17.2);
315
+ --color-taupe-200: oklch(92.2% 0.005 34.3);
316
+ --color-taupe-300: oklch(86.8% 0.007 39.5);
317
+ --color-taupe-400: oklch(71.4% 0.014 41.2);
318
+ --color-taupe-500: oklch(54.7% 0.021 43.1);
319
+ --color-taupe-600: oklch(43.8% 0.017 39.3);
320
+ --color-taupe-700: oklch(36.7% 0.016 35.7);
321
+ --color-taupe-800: oklch(26.8% 0.011 36.5);
322
+ --color-taupe-900: oklch(21.4% 0.009 43.1);
323
+ --color-taupe-950: oklch(14.7% 0.004 49.3);
324
+
277
325
  --color-black: #000;
278
326
  --color-white: #fff;
279
327
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "0.0.0-insiders.d593a21",
3
+ "version": "0.0.0-insiders.d596b0c",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -72,13 +72,13 @@
72
72
  "utilities.css"
73
73
  ],
74
74
  "devDependencies": {
75
- "@jridgewell/remapping": "^2.3.4",
75
+ "@jridgewell/remapping": "^2.3.5",
76
76
  "@types/node": "^20.19.0",
77
- "dedent": "1.6.0",
78
- "lightningcss": "1.30.1",
79
- "magic-string": "^0.30.18",
77
+ "dedent": "1.7.1",
78
+ "lightningcss": "1.32.0",
79
+ "magic-string": "^0.30.21",
80
80
  "source-map-js": "^1.2.1",
81
- "@tailwindcss/oxide": "0.0.0-insiders.d593a21"
81
+ "@tailwindcss/oxide": "0.0.0-insiders.d596b0c"
82
82
  },
83
83
  "scripts": {
84
84
  "lint": "tsc --noEmit",
package/theme.css CHANGED
@@ -271,6 +271,54 @@
271
271
  --color-stone-900: oklch(21.6% 0.006 56.043);
272
272
  --color-stone-950: oklch(14.7% 0.004 49.25);
273
273
 
274
+ --color-mauve-50: oklch(98.5% 0 0);
275
+ --color-mauve-100: oklch(96% 0.003 325.6);
276
+ --color-mauve-200: oklch(92.2% 0.005 325.62);
277
+ --color-mauve-300: oklch(86.5% 0.012 325.68);
278
+ --color-mauve-400: oklch(71.1% 0.019 323.02);
279
+ --color-mauve-500: oklch(54.2% 0.034 322.5);
280
+ --color-mauve-600: oklch(43.5% 0.029 321.78);
281
+ --color-mauve-700: oklch(36.4% 0.029 323.89);
282
+ --color-mauve-800: oklch(26.3% 0.024 320.12);
283
+ --color-mauve-900: oklch(21.2% 0.019 322.12);
284
+ --color-mauve-950: oklch(14.5% 0.008 326);
285
+
286
+ --color-olive-50: oklch(98.8% 0.003 106.5);
287
+ --color-olive-100: oklch(96.6% 0.005 106.5);
288
+ --color-olive-200: oklch(93% 0.007 106.5);
289
+ --color-olive-300: oklch(88% 0.011 106.6);
290
+ --color-olive-400: oklch(73.7% 0.021 106.9);
291
+ --color-olive-500: oklch(58% 0.031 107.3);
292
+ --color-olive-600: oklch(46.6% 0.025 107.3);
293
+ --color-olive-700: oklch(39.4% 0.023 107.4);
294
+ --color-olive-800: oklch(28.6% 0.016 107.4);
295
+ --color-olive-900: oklch(22.8% 0.013 107.4);
296
+ --color-olive-950: oklch(15.3% 0.006 107.1);
297
+
298
+ --color-mist-50: oklch(98.7% 0.002 197.1);
299
+ --color-mist-100: oklch(96.3% 0.002 197.1);
300
+ --color-mist-200: oklch(92.5% 0.005 214.3);
301
+ --color-mist-300: oklch(87.2% 0.007 219.6);
302
+ --color-mist-400: oklch(72.3% 0.014 214.4);
303
+ --color-mist-500: oklch(56% 0.021 213.5);
304
+ --color-mist-600: oklch(45% 0.017 213.2);
305
+ --color-mist-700: oklch(37.8% 0.015 216);
306
+ --color-mist-800: oklch(27.5% 0.011 216.9);
307
+ --color-mist-900: oklch(21.8% 0.008 223.9);
308
+ --color-mist-950: oklch(14.8% 0.004 228.8);
309
+
310
+ --color-taupe-50: oklch(98.6% 0.002 67.8);
311
+ --color-taupe-100: oklch(96% 0.002 17.2);
312
+ --color-taupe-200: oklch(92.2% 0.005 34.3);
313
+ --color-taupe-300: oklch(86.8% 0.007 39.5);
314
+ --color-taupe-400: oklch(71.4% 0.014 41.2);
315
+ --color-taupe-500: oklch(54.7% 0.021 43.1);
316
+ --color-taupe-600: oklch(43.8% 0.017 39.3);
317
+ --color-taupe-700: oklch(36.7% 0.016 35.7);
318
+ --color-taupe-800: oklch(26.8% 0.011 36.5);
319
+ --color-taupe-900: oklch(21.4% 0.009 43.1);
320
+ --color-taupe-950: oklch(14.7% 0.004 49.3);
321
+
274
322
  --color-black: #000;
275
323
  --color-white: #fff;
276
324