tailwind-to-style 3.1.1 → 3.1.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/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tailwind-to-style v3.1.1
2
+ * tailwind-to-style v3.1.2
3
3
  * Runtime Tailwind CSS to inline styles converter
4
4
  * Core only: tws, twsx, configure
5
5
  *
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tailwind-to-style v3.1.1
2
+ * tailwind-to-style v3.1.2
3
3
  * Runtime Tailwind CSS to inline styles converter
4
4
  * Core only: tws, twsx, configure
5
5
  *
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "tailwind-to-style",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Runtime Tailwind CSS to inline styles converter. Simple, fast, framework-agnostic.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.esm.js",
8
+ "browser": "dist/index.min.js",
9
+ "unpkg": "dist/index.min.js",
10
+ "jsdelivr": "dist/index.min.js",
8
11
  "types": "dist/index.d.ts",
9
12
  "exports": {
10
13
  ".": {