@versini/ui-styles 8.2.0 → 8.2.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/index.js +1 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v8.2.
|
|
2
|
+
@versini/ui-styles v8.2.1
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -463,7 +463,6 @@ const typography_typography = ({ theme })=>({
|
|
|
463
463
|
};
|
|
464
464
|
|
|
465
465
|
;// CONCATENATED MODULE: ./src/plugins/index.ts
|
|
466
|
-
// force new release
|
|
467
466
|
|
|
468
467
|
|
|
469
468
|
export { twPlugin };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build:types": "echo 'Types now built with rslib'",
|
|
29
29
|
"build:list": "node lib/buildComponentsList.js",
|
|
30
30
|
"build": "npm-run-all --serial clean build:list build:check build:js build:cli",
|
|
31
|
-
"clean": "rimraf dist tmp",
|
|
31
|
+
"clean": "rimraf dist tmp coverage",
|
|
32
32
|
"dev:js": "rslib build --watch",
|
|
33
33
|
"dev:types": "echo 'Types now watched with rslib'",
|
|
34
34
|
"dev": "rslib build --watch",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"rollup-plugin-copy": "3.5.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "a3730974df8fcea3c016bd83844c4243dbb10208"
|
|
53
53
|
}
|