tailwindcss 4.1.17 → 4.1.18
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/chunk-CT46QCH7.mjs +38 -0
- package/dist/flatten-color-palette.js +2 -2
- package/dist/flatten-color-palette.mjs +1 -1
- package/dist/lib.d.mts +3 -2
- package/dist/lib.js +16 -16
- package/dist/lib.mjs +1 -1
- package/dist/plugin.d.mts +2 -2
- package/dist/plugin.d.ts +3 -0
- package/dist/{types-WlZgYgM8.d.mts → types-CJYAW1ql.d.mts} +3 -0
- package/package.json +2 -2
- package/dist/chunk-MEY3PWYT.mjs +0 -38
package/dist/lib.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e,f}from"./chunk-
|
|
1
|
+
import{a,b,c,d,e,f}from"./chunk-CT46QCH7.mjs";import"./chunk-GFBUASX3.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};
|
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-
|
|
3
|
-
export { d as PluginAPI, P as PluginsConfig, T as ThemeConfig } from './types-
|
|
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
|
@@ -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 {
|
|
@@ -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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.18",
|
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"lightningcss": "1.30.2",
|
|
79
79
|
"magic-string": "^0.30.21",
|
|
80
80
|
"source-map-js": "^1.2.1",
|
|
81
|
-
"@tailwindcss/oxide": "^4.1.
|
|
81
|
+
"@tailwindcss/oxide": "^4.1.18"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"lint": "tsc --noEmit",
|