@versini/ui-pill 1.0.10 → 1.1.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 +3 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsxs as t, jsx as i } from "react/jsx-runtime";
2
2
  import n from "clsx";
3
3
  /*!
4
- @versini/ui-pill v1.0.10
4
+ @versini/ui-pill v1.1.1
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_PILL__ || (window.__VERSINI_UI_PILL__ = {
9
- version: "1.0.10",
10
- buildTime: "12/12/2024 05:56 PM EST",
9
+ version: "1.1.1",
10
+ buildTime: "12/18/2024 01:22 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": "1.0.10",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -34,17 +34,17 @@
34
34
  "test": "vitest run"
35
35
  },
36
36
  "peerDependencies": {
37
- "react": "^18.3.1",
38
- "react-dom": "^18.3.1"
37
+ "react": "^18.3.1 || ^19.0.0",
38
+ "react-dom": "^18.3.1 || ^19.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-private": "1.4.19",
42
+ "@versini/ui-private": "1.5.1",
43
43
  "clsx": "2.1.1",
44
- "tailwindcss": "3.4.15"
44
+ "tailwindcss": "3.4.17"
45
45
  },
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "678eb92e8c1d2db9cd7d01616750305b5a7588df"
49
+ "gitHead": "123c2555b25210da73697c4fdd3b6a5f67a3b993"
50
50
  }