@versini/ui-pill 1.4.0 → 1.4.1

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsxs as l, jsx as i } from "react/jsx-runtime";
2
2
  import n from "clsx";
3
3
  /*!
4
- @versini/ui-pill v1.4.0
4
+ @versini/ui-pill v1.4.1
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_PILL__ || (window.__VERSINI_UI_PILL__ = {
9
- version: "1.4.0",
10
- buildTime: "12/26/2024 06:05 PM EST",
9
+ version: "1.4.1",
10
+ buildTime: "12/28/2024 05:53 PM EST",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
@@ -15,13 +15,13 @@ try {
15
15
  }
16
16
  const u = "av-pill";
17
17
  /*!
18
- @versini/ui-spacing v1.1.0
18
+ @versini/ui-spacing v1.1.1
19
19
  © 2024 gizmette.com
20
20
  */
21
21
  try {
22
22
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
23
- version: "1.1.0",
24
- buildTime: "12/26/2024 06:05 PM EST",
23
+ version: "1.1.1",
24
+ buildTime: "12/28/2024 05:53 PM EST",
25
25
  homepage: "https://github.com/aversini/ui-components",
26
26
  license: "MIT"
27
27
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-pill",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,13 +39,13 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-spacing": "1.1.0",
43
- "@versini/ui-types": "1.0.0",
42
+ "@versini/ui-spacing": "1.1.1",
43
+ "@versini/ui-types": "1.1.0",
44
44
  "clsx": "2.1.1",
45
45
  "tailwindcss": "3.4.17"
46
46
  },
47
47
  "sideEffects": [
48
48
  "**/*.css"
49
49
  ],
50
- "gitHead": "abbb7b1770a9130157721d514fe20267fd15f35e"
50
+ "gitHead": "900bc75dfbd7b5635476cfd59ba97711ce7be2fc"
51
51
  }