@versini/ui-truncate 1.1.5 → 1.1.7

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.
@@ -3,13 +3,13 @@ import o from "clsx";
3
3
  import k, { useState as U } from "react";
4
4
  const y = "av-button";
5
5
  /*!
6
- @versini/ui-spacing v1.0.0
6
+ @versini/ui-spacing v1.1.0
7
7
  © 2024 gizmette.com
8
8
  */
9
9
  try {
10
10
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
11
- version: "1.0.0",
12
- buildTime: "12/25/2024 12:30 PM EST",
11
+ version: "1.1.0",
12
+ buildTime: "12/26/2024 06:05 PM EST",
13
13
  homepage: "https://github.com/aversini/ui-components",
14
14
  license: "MIT"
15
15
  });
@@ -271,13 +271,13 @@ const N = k.forwardRef(
271
271
  );
272
272
  N.displayName = "Button";
273
273
  /*!
274
- @versini/ui-button v1.4.0
274
+ @versini/ui-button v1.6.0
275
275
  © 2024 gizmette.com
276
276
  */
277
277
  try {
278
278
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
279
- version: "1.4.0",
280
- buildTime: "12/25/2024 12:30 PM EST",
279
+ version: "1.6.0",
280
+ buildTime: "12/26/2024 06:05 PM EST",
281
281
  homepage: "https://github.com/aversini/ui-components",
282
282
  license: "MIT"
283
283
  });
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.1.5
3
+ @versini/ui-truncate v1.1.7
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
8
- version: "1.1.5",
9
- buildTime: "12/25/2024 12:30 PM EST",
8
+ version: "1.1.7",
9
+ buildTime: "12/26/2024 06:06 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": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "1.4.0",
42
+ "@versini/ui-button": "1.6.0",
43
43
  "tailwindcss": "3.4.17"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "51f74738512b2962734cd6087ded58d17ef0f8d4"
48
+ "gitHead": "abbb7b1770a9130157721d514fe20267fd15f35e"
49
49
  }