@versini/ui-pill 2.0.0 → 2.0.2

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 +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsxs as i, jsx as c } from "react/jsx-runtime";
2
2
  import s from "clsx";
3
3
  /*!
4
- @versini/ui-pill v2.0.0
4
+ @versini/ui-pill v2.0.2
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_PILL__ || (window.__VERSINI_UI_PILL__ = {
9
- version: "2.0.0",
10
- buildTime: "12/29/2024 04:16 PM EST",
9
+ version: "2.0.2",
10
+ buildTime: "12/30/2024 12:27 PM EST",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-pill",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,12 +39,12 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-types": "2.0.0",
42
+ "@versini/ui-types": "2.2.0",
43
43
  "clsx": "2.1.1",
44
44
  "tailwindcss": "3.4.17"
45
45
  },
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "1ac4ef9fd8d68f6e247711f623af2f6bec72df23"
49
+ "gitHead": "914bac4e3074de68e54cd84fe91e6fe50c38b554"
50
50
  }