@versini/ui-pill 5.3.0 → 5.3.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.
- package/dist/index.js +1 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-pill v5.3.
|
|
2
|
+
@versini/ui-pill v5.3.2
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -108,7 +108,6 @@ const Pill = ({ label, className, variant = "information", description, onClose
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
111
|
-
// force new release
|
|
112
111
|
|
|
113
112
|
|
|
114
113
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-pill",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"build:js": "rslib build",
|
|
24
24
|
"build:types": "echo 'Types now built with rslib'",
|
|
25
25
|
"build": "npm-run-all --serial clean build:check build:js",
|
|
26
|
-
"clean": "rimraf dist tmp",
|
|
26
|
+
"clean": "rimraf dist tmp coverage",
|
|
27
27
|
"dev:js": "rslib build --watch",
|
|
28
28
|
"dev:types": "echo 'Types now watched with rslib'",
|
|
29
29
|
"dev": "rslib build --watch",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test": "vitest run"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@versini/ui-types": "8.
|
|
40
|
+
"@versini/ui-types": "8.2.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@tailwindcss/typography": "0.5.19",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5cc3c9aaf61ca3843f16a3d6b322a92f7fb210ca"
|
|
52
52
|
}
|