@udixio/tailwind 0.3.0 → 0.3.2

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,27 @@
1
+ ## 0.3.1 (2025-07-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **tailwind:** update `main` field in package.json and clean up index export ([14f3b7a](https://github.com/Udixio/UI/commit/14f3b7a))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Joël VIGREUX
10
+
11
+ ## 0.3.0 (2025-07-24)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **package:** add `publishConfig` to package.json for public npm publishing ([40307c0](https://github.com/Udixio/UI/commit/40307c0))
16
+
17
+ ### 🧱 Updated Dependencies
18
+
19
+ - Updated theme to 0.3.0
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Joël VIGREUX
24
+
1
25
  ## 0.2.0 (2025-07-24)
2
26
 
3
27
  ### 🚀 Features
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@udixio/tailwind",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "type": "commonjs",
5
- "main": "src/index.ts",
5
+ "main": "src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "tslib": "^2.3.0",
9
- "@udixio/theme": "0.0.1"
9
+ "@udixio/theme": "1.0.1"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
package/src/index.js CHANGED
@@ -1,4 +1,3 @@
1
- // add-primary-color.js
2
1
  import { createTheme } from '@udixio/theme';
3
2
  module.exports = createTheme();
4
3
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/tailwind/src/index.ts"],"names":[],"mappings":"AAAA,uBAAuB;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/tailwind/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,CAAC,OAAO,GAAG,WAAW,EAAE,CAAC"}