@udixio/tailwind 2.4.12 → 2.4.13

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,9 @@
1
+ ## 2.4.13 (2026-02-02)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @udixio/theme to 2.1.13
6
+
1
7
  ## 2.4.12 (2026-01-30)
2
8
 
3
9
  ### 🧱 Updated Dependencies
package/dist/browser.js CHANGED
@@ -1,5 +1,5 @@
1
- import { m as main } from "./tailwind.plugin-DONDY0v2.js";
2
- import { T, b, a, f, s } from "./tailwind.plugin-DONDY0v2.js";
1
+ import { m as main } from "./tailwind.plugin-CMqXbpDC.js";
2
+ import { T, b, a, f, s } from "./tailwind.plugin-CMqXbpDC.js";
3
3
  export {
4
4
  T as TailwindImplPluginBrowser,
5
5
  b as TailwindPlugin,
package/dist/node.js CHANGED
@@ -1,12 +1,12 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { T as TailwindImplPluginBrowser, m as main } from "./tailwind.plugin-DONDY0v2.js";
5
- import { a, f, s } from "./tailwind.plugin-DONDY0v2.js";
4
+ import { T as TailwindImplPluginBrowser, m as main } from "./tailwind.plugin-CMqXbpDC.js";
5
+ import { a, f, s } from "./tailwind.plugin-CMqXbpDC.js";
6
6
  import { PluginAbstract, FontPlugin } from "@udixio/theme";
7
7
  import * as fs from "fs";
8
8
  import * as console from "node:console";
9
- import { join, resolve, dirname, normalize } from "pathe";
9
+ import { resolve, join, dirname, normalize } from "pathe";
10
10
  import chalk from "chalk";
11
11
  class TailwindPlugin extends PluginAbstract {
12
12
  constructor() {
@@ -3,7 +3,7 @@ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { en
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  import plugin from "tailwindcss/plugin";
5
5
  import { kebabCase } from "text-case";
6
- import { PluginAbstract, FontPlugin, PluginImplAbstract } from "@udixio/theme";
6
+ import { PluginImplAbstract, PluginAbstract, FontPlugin } from "@udixio/theme";
7
7
  import { hexFromArgb, Hct, argbFromHex } from "@material/material-color-utilities";
8
8
  const createAnimationFunc = ({
9
9
  addBase,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udixio/tailwind",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "type": "module",
5
5
  "main": "./dist/node.js",
6
6
  "module": "./dist/node.js",
@@ -31,7 +31,7 @@
31
31
  "chalk": "^5.6.0",
32
32
  "pathe": "^2.0.3",
33
33
  "tslib": "^2.3.0",
34
- "@udixio/theme": "2.1.12"
34
+ "@udixio/theme": "2.1.13"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",