@versini/ui-pill 5.3.5 → 5.3.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.
- package/dist/index.js +1 -9
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-pill v5.3.
|
|
2
|
+
@versini/ui-pill v5.3.7
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -8,18 +8,12 @@ import { IconCloseLight } from "@versini/ui-icons";
|
|
|
8
8
|
import { useState } from "react";
|
|
9
9
|
import clsx from "clsx";
|
|
10
10
|
|
|
11
|
-
;// CONCATENATED MODULE: ./src/common/constants.ts
|
|
12
11
|
const PILL_CLASSNAME = "av-pill";
|
|
13
12
|
|
|
14
|
-
;// CONCATENATED MODULE: external "react/jsx-runtime"
|
|
15
13
|
|
|
16
|
-
;// CONCATENATED MODULE: external "@versini/ui-icons"
|
|
17
14
|
|
|
18
|
-
;// CONCATENATED MODULE: external "react"
|
|
19
15
|
|
|
20
|
-
;// CONCATENATED MODULE: external "clsx"
|
|
21
16
|
|
|
22
|
-
;// CONCATENATED MODULE: ./src/components/Pill/utilities.ts
|
|
23
17
|
|
|
24
18
|
|
|
25
19
|
const getPillBorderClasses = ({ variant })=>{
|
|
@@ -60,7 +54,6 @@ const getPillClasses = (props)=>{
|
|
|
60
54
|
};
|
|
61
55
|
};
|
|
62
56
|
|
|
63
|
-
;// CONCATENATED MODULE: ./src/components/Pill/Pill.tsx
|
|
64
57
|
|
|
65
58
|
|
|
66
59
|
|
|
@@ -107,7 +100,6 @@ const Pill = ({ label, className, variant = "information", description, onClose
|
|
|
107
100
|
});
|
|
108
101
|
};
|
|
109
102
|
|
|
110
|
-
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
111
103
|
|
|
112
104
|
|
|
113
105
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-pill",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@tailwindcss/typography": "0.5.19",
|
|
44
|
-
"@versini/ui-icons": "4.
|
|
44
|
+
"@versini/ui-icons": "4.17.0",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "4.1.18"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "95f2bef12f132245b2f2a09fc23d6500467a7251"
|
|
52
52
|
}
|