@versini/ui-styles 8.3.4 → 8.4.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 +4 -0
- package/dist/index.js +3 -1
- package/package.json +2 -2
package/dist/cli/tokens.ts
CHANGED
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
*/
|
|
14
14
|
"action-dark": colors.slate[600],
|
|
15
15
|
"action-dark-hover": colors.slate[700],
|
|
16
|
+
"action-darker-hover": colors.slate[800],
|
|
16
17
|
"action-dark-active": colors.slate[800],
|
|
17
18
|
|
|
18
19
|
"action-light": accentColor,
|
|
@@ -118,6 +119,9 @@ export default {
|
|
|
118
119
|
*/
|
|
119
120
|
"focus-dark": colors.slate[400],
|
|
120
121
|
"focus-light": colors.slate[400],
|
|
122
|
+
|
|
123
|
+
"focus-medium": colors.slate[500],
|
|
124
|
+
|
|
121
125
|
"focus-error-dark": colors.red[700],
|
|
122
126
|
"focus-error-light": errorColorLight,
|
|
123
127
|
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v8.
|
|
2
|
+
@versini/ui-styles v8.4.0
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -131,6 +131,7 @@ const accentColor = colors.violet["300"];
|
|
|
131
131
|
* @example bg-action-dark, hover:bg-action-dark-hover
|
|
132
132
|
*/ "action-dark": colors.slate["600"],
|
|
133
133
|
"action-dark-hover": colors.slate["700"],
|
|
134
|
+
"action-darker-hover": colors.slate["800"],
|
|
134
135
|
"action-dark-active": colors.slate["800"],
|
|
135
136
|
"action-light": accentColor,
|
|
136
137
|
"action-light-hover": colors.violet["400"],
|
|
@@ -213,6 +214,7 @@ const accentColor = colors.violet["300"];
|
|
|
213
214
|
* @example outline-focus-dark, focus:ring-focus-dark
|
|
214
215
|
*/ "focus-dark": colors.slate["400"],
|
|
215
216
|
"focus-light": colors.slate["400"],
|
|
217
|
+
"focus-medium": colors.slate["500"],
|
|
216
218
|
"focus-error-dark": colors.red["700"],
|
|
217
219
|
"focus-error-light": errorColorLight,
|
|
218
220
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"rollup-plugin-copy": "3.5.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "17220b771f97115901ce34188fe98b911b75cfdc"
|
|
53
53
|
}
|