@versini/ui-styles 8.1.3 → 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 -13
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v8.1
|
|
2
|
+
@versini/ui-styles v8.2.1
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
|
-
try {
|
|
6
|
-
if (!window.__VERSINI_UI_STYLES__) {
|
|
7
|
-
window.__VERSINI_UI_STYLES__ = {
|
|
8
|
-
version: "8.1.3",
|
|
9
|
-
buildTime: "12/24/2025 09:18 AM EST",
|
|
10
|
-
homepage: "https://www.npmjs.com/package/@versini/ui-styles",
|
|
11
|
-
license: "MIT",
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
} catch (error) {
|
|
15
|
-
// nothing to declare officer
|
|
16
|
-
}
|
|
17
5
|
|
|
18
6
|
import container_queries from "@tailwindcss/container-queries";
|
|
19
7
|
import typography from "@tailwindcss/typography";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "8.1
|
|
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
|
}
|