@versini/ui-styles 9.2.0 → 9.3.0
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/cli/tokens.ts +1 -0
- package/dist/index.js +4 -1
- package/package.json +2 -2
package/dist/cli/tokens.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v9.
|
|
2
|
+
@versini/ui-styles v9.3.0
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -96,6 +96,7 @@ import colors from "tailwindcss/colors";
|
|
|
96
96
|
/**
|
|
97
97
|
* This file was automatically generated.
|
|
98
98
|
* Please do not edit manually.
|
|
99
|
+
* Last update: 2026-03-14T18:20:10.924Z
|
|
99
100
|
*
|
|
100
101
|
* To update this file, run `npm run build:list`.
|
|
101
102
|
*
|
|
@@ -116,6 +117,7 @@ import colors from "tailwindcss/colors";
|
|
|
116
117
|
"@versini/ui-main",
|
|
117
118
|
"@versini/ui-menu",
|
|
118
119
|
"@versini/ui-pill",
|
|
120
|
+
"@versini/ui-responsive-text",
|
|
119
121
|
"@versini/ui-spinner",
|
|
120
122
|
"@versini/ui-styles",
|
|
121
123
|
"@versini/ui-system",
|
|
@@ -194,6 +196,7 @@ const accentColor = colors.violet["300"];
|
|
|
194
196
|
"copy-error": colors.red["800"],
|
|
195
197
|
"copy-error-dark": colors.red["700"],
|
|
196
198
|
"copy-error-light": colors.red["500"],
|
|
199
|
+
"copy-error-lighter": colors.red["300"],
|
|
197
200
|
"copy-success": colors.green["800"],
|
|
198
201
|
"copy-success-light": colors.green["500"],
|
|
199
202
|
"copy-information": colors.violet["800"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"rollup-plugin-copy": "3.5.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "98be8f97ea1c7b1e08d01eaaa121e56dec2b5873"
|
|
54
54
|
}
|