@versini/ui-responsive-text 1.0.7 → 1.1.0

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
1
+ import { JSX } from 'react';
2
2
 
3
3
  declare type Breakpoint = "sm" | "md" | "lg" | "xl";
4
4
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-responsive-text v1.0.7
2
+ @versini/ui-responsive-text v1.1.0
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -7,6 +7,8 @@ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
7
7
 
8
8
 
9
9
 
10
+
11
+
10
12
  // Static class maps to keep Tailwind's JIT scanner happy
11
13
  const viewportClasses = {
12
14
  sm: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-responsive-text",
3
- "version": "1.0.7",
3
+ "version": "1.1.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -37,13 +37,13 @@
37
37
  "test": "vitest run"
38
38
  },
39
39
  "devDependencies": {
40
- "@versini/ui-types": "10.0.0"
40
+ "@versini/ui-types": "10.1.0"
41
41
  },
42
42
  "dependencies": {
43
- "tailwindcss": "4.3.0"
43
+ "tailwindcss": "4.3.1"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "a4c236d5680901b7581b91eaea816f55fd5b2691"
48
+ "gitHead": "fbfcead0c4637fdf2cf9c8f6a701fe5da9508d4b"
49
49
  }