@versini/ui-truncate 1.0.5 → 1.0.6

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.
@@ -257,13 +257,13 @@ const N = k.forwardRef(
257
257
  );
258
258
  N.displayName = "Button";
259
259
  /*!
260
- @versini/ui-button v1.1.8
260
+ @versini/ui-button v1.1.9
261
261
  © 2024 gizmette.com
262
262
  */
263
263
  try {
264
264
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
265
- version: "1.1.8",
266
- buildTime: "09/27/2024 10:43 AM EDT",
265
+ version: "1.1.9",
266
+ buildTime: "09/27/2024 11:56 AM EDT",
267
267
  homepage: "https://github.com/aversini/ui-components",
268
268
  license: "MIT"
269
269
  });
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 v1.0.5
3
+ @versini/ui-truncate v1.0.6
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
8
- version: "1.0.5",
9
- buildTime: "09/27/2024 10:44 AM EDT",
8
+ version: "1.0.6",
9
+ buildTime: "09/27/2024 11:56 AM EDT",
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": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,11 +42,11 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.15",
45
- "@versini/ui-button": "1.1.8",
45
+ "@versini/ui-button": "1.1.9",
46
46
  "tailwindcss": "3.4.13"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "04197d90dcc3ff0223fe3fbcaa663b62c76439fa"
51
+ "gitHead": "59a50c5bf72988d53a6b7d23afaf87c38bfb1e8f"
52
52
  }