@versini/ui-button 11.1.0 → 11.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.
- package/dist/common/constants.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/ButtonCopy.js +1 -1
- package/dist/components/Button/ButtonIcon.js +1 -1
- package/dist/components/Button/ButtonLink.js +1 -1
- package/dist/components/Button/utilities.js +1 -1
- package/dist/components/index.js +1 -2
- package/dist/components/private/BaseButton.js +1 -1
- package/dist/components/private/ButtonSort.js +1 -1
- package/package.json +5 -5
package/dist/common/constants.js
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-button v11.1.
|
|
2
|
+
@versini/ui-button v11.1.1
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -11,7 +11,6 @@ export * from "./Button/ButtonLink.js";
|
|
|
11
11
|
export * from "./private/ButtonSort.js";
|
|
12
12
|
|
|
13
13
|
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
14
|
-
// force new release
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-button",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build:js": "rslib build",
|
|
44
44
|
"build:types": "echo 'Types now built with rslib'",
|
|
45
45
|
"build": "npm-run-all --serial clean build:check build:js",
|
|
46
|
-
"clean": "rimraf dist tmp test-results playwright-report playwright/.cache",
|
|
46
|
+
"clean": "rimraf dist tmp test-results playwright-report playwright/.cache coverage",
|
|
47
47
|
"dev:js": "rslib build --watch",
|
|
48
48
|
"dev:types": "echo 'Types now watched with rslib'",
|
|
49
49
|
"dev": "rslib build --watch",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@testing-library/jest-dom": "6.9.1",
|
|
66
|
-
"@versini/ui-types": "8.1.
|
|
66
|
+
"@versini/ui-types": "8.1.1"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@tailwindcss/typography": "0.5.19",
|
|
70
|
-
"@versini/ui-hooks": "6.1.
|
|
70
|
+
"@versini/ui-hooks": "6.1.1",
|
|
71
71
|
"@versini/ui-icons": "4.15.1",
|
|
72
72
|
"clsx": "2.1.1",
|
|
73
73
|
"tailwindcss": "4.1.18"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"sideEffects": [
|
|
76
76
|
"**/*.css"
|
|
77
77
|
],
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a3730974df8fcea3c016bd83844c4243dbb10208"
|
|
79
79
|
}
|