@udixio/tailwind 2.4.1 → 2.4.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 2.4.4 (2025-12-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @udixio/theme to 2.1.6
6
+
7
+ ## 2.4.3 (2025-12-16)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated @udixio/theme to 2.1.5
12
+
13
+ ## 2.4.2 (2025-12-16)
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated @udixio/theme to 2.1.4
18
+
1
19
  ## 2.4.1 (2025-11-05)
2
20
 
3
21
  ### 🧱 Updated Dependencies
package/dist/main.d.ts CHANGED
@@ -6,5 +6,5 @@ export type ConfigCss = {
6
6
  fontStyles: string[];
7
7
  responsiveBreakPoints: string[];
8
8
  };
9
- export declare const main: import('node_modules/tailwindcss/dist/types-WlZgYgM8.mjs').c<ConfigJs>;
9
+ export declare const main: import('node_modules/tailwindcss/dist/types-CJYAW1ql.mjs').c<ConfigJs>;
10
10
  //# sourceMappingURL=main.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export interface AnimationPluginOptions {
2
2
  prefix?: string;
3
3
  }
4
- export declare const animation: import('node_modules/tailwindcss/dist/types-WlZgYgM8.mjs').c<AnimationPluginOptions>;
4
+ export declare const animation: import('node_modules/tailwindcss/dist/types-CJYAW1ql.mjs').c<AnimationPluginOptions>;
5
5
  //# sourceMappingURL=animation.d.ts.map
@@ -3,5 +3,5 @@ export interface FontPluginOptions {
3
3
  fontStyles: Record<FontRole, Record<FontSize, FontStyle>>;
4
4
  responsiveBreakPoints: Record<string, number>;
5
5
  }
6
- export declare const font: import('node_modules/tailwindcss/dist/types-WlZgYgM8.mjs').c<FontPluginOptions>;
6
+ export declare const font: import('node_modules/tailwindcss/dist/types-CJYAW1ql.mjs').c<FontPluginOptions>;
7
7
  //# sourceMappingURL=font.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const shadow: import('node_modules/tailwindcss/dist/types-WlZgYgM8.mjs').b;
1
+ export declare const shadow: import('node_modules/tailwindcss/dist/types-CJYAW1ql.mjs').b;
2
2
  //# sourceMappingURL=shadow.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export type StateOptions = {
2
2
  colorKeys: string[];
3
3
  };
4
- export declare const state: import('node_modules/tailwindcss/dist/types-WlZgYgM8.mjs').c<StateOptions>;
4
+ export declare const state: import('node_modules/tailwindcss/dist/types-CJYAW1ql.mjs').c<StateOptions>;
5
5
  //# sourceMappingURL=state.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udixio/tailwind",
3
- "version": "2.4.1",
3
+ "version": "2.4.4",
4
4
  "type": "module",
5
5
  "main": "./dist/node.js",
6
6
  "module": "./dist/node.js",
@@ -31,14 +31,14 @@
31
31
  "chalk": "^5.6.0",
32
32
  "pathe": "^2.0.3",
33
33
  "tslib": "^2.3.0",
34
- "@udixio/theme": "2.1.3"
34
+ "@udixio/theme": "2.1.6"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
38
38
  "url": "https://github.com/Udixio/UI.git"
39
39
  },
40
40
  "publishConfig": {
41
- "registry": "https://registry.npmjs.org/",
41
+ "provenance": true,
42
42
  "access": "public"
43
43
  }
44
44
  }