@versini/ui-truncate 3.0.25 → 3.0.27

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.
@@ -499,13 +499,13 @@ const be = {
499
499
  }) => /* @__PURE__ */ g("span", { ref: e, className: t, children: r && /* @__PURE__ */ g("span", { className: a, children: r }) });
500
500
  G.displayName = "ButtonIcon";
501
501
  /*!
502
- @versini/ui-button v4.2.8
502
+ @versini/ui-button v4.2.10
503
503
  © 2025 gizmette.com
504
504
  */
505
505
  try {
506
506
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
507
- version: "4.2.8",
508
- buildTime: "02/16/2025 06:39 PM EST",
507
+ version: "4.2.10",
508
+ buildTime: "03/05/2025 01:30 PM EST",
509
509
  homepage: "https://github.com/aversini/ui-components",
510
510
  license: "MIT"
511
511
  });
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Truncate as o } from "./components/Truncate/Truncate.js";
2
2
  /*!
3
- @versini/ui-truncate v3.0.25
3
+ @versini/ui-truncate v3.0.27
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
8
- version: "3.0.25",
9
- buildTime: "02/16/2025 06:39 PM EST",
8
+ version: "3.0.27",
9
+ buildTime: "03/05/2025 01:31 PM EST",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-truncate",
3
- "version": "3.0.25",
3
+ "version": "3.0.27",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@tailwindcss/typography": "0.5.16",
43
- "@versini/ui-button": "4.2.8",
43
+ "@versini/ui-button": "4.2.10",
44
44
  "tailwindcss": "3.4.17"
45
45
  },
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "45b6ae437679028f6c1b791aa27f7b0a7fd66482"
49
+ "gitHead": "9e5d6d4b86a1c509628c6e5ea0a101921cd8eb78"
50
50
  }