@versini/ui-pill 6.2.11 → 6.2.12

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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
1
+ import { JSX } from 'react';
2
2
 
3
3
  export declare const Pill: ({ label, className, variant, description, onClose, }: PillProps) => JSX.Element | null;
4
4
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-pill v6.2.11
2
+ @versini/ui-pill v6.2.12
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -8,6 +8,8 @@ import { IconCloseLight } from "@versini/ui-icons";
8
8
  import { useState } from "react";
9
9
  import clsx from "clsx";
10
10
 
11
+
12
+
11
13
  const PILL_CLASSNAME = "av-pill";
12
14
 
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-pill",
3
- "version": "6.2.11",
3
+ "version": "6.2.12",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,12 +40,12 @@
40
40
  "@versini/ui-types": "10.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@versini/ui-icons": "4.28.0",
43
+ "@versini/ui-icons": "4.29.0",
44
44
  "clsx": "2.1.1",
45
- "tailwindcss": "4.3.0"
45
+ "tailwindcss": "4.3.1"
46
46
  },
47
47
  "sideEffects": [
48
48
  "**/*.css"
49
49
  ],
50
- "gitHead": "bb0dd462526f521e10223fba77fd0bf94101f411"
50
+ "gitHead": "f25e4b557175f745705c249d10e2e77dc02ed462"
51
51
  }