@versini/ui-styles 9.0.5 → 9.0.6
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 +0 -2
- package/dist/index.js +2 -3
- package/package.json +2 -2
package/dist/cli/tokens.ts
CHANGED
|
@@ -100,8 +100,6 @@ export default {
|
|
|
100
100
|
"border-danger-light": colors.red[300],
|
|
101
101
|
|
|
102
102
|
"border-selected-dark": colors.green[800],
|
|
103
|
-
"border-selected-medium": colors.green[400],
|
|
104
|
-
"border-selected-light": colors.green[300],
|
|
105
103
|
|
|
106
104
|
"border-white": colors.white,
|
|
107
105
|
"border-error-dark": colors.red[700],
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v9.0.
|
|
2
|
+
@versini/ui-styles v9.0.6
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -101,6 +101,7 @@ import colors from "tailwindcss/colors";
|
|
|
101
101
|
"@versini/ui-icons",
|
|
102
102
|
"@versini/ui-liveregion",
|
|
103
103
|
"@versini/ui-main",
|
|
104
|
+
"@versini/ui-menu",
|
|
104
105
|
"@versini/ui-panel",
|
|
105
106
|
"@versini/ui-pill",
|
|
106
107
|
"@versini/ui-spinner",
|
|
@@ -199,8 +200,6 @@ const accentColor = colors.violet["300"];
|
|
|
199
200
|
"border-danger-medium": colors.red["400"],
|
|
200
201
|
"border-danger-light": colors.red["300"],
|
|
201
202
|
"border-selected-dark": colors.green["800"],
|
|
202
|
-
"border-selected-medium": colors.green["400"],
|
|
203
|
-
"border-selected-light": colors.green["300"],
|
|
204
203
|
"border-white": colors.white,
|
|
205
204
|
"border-error-dark": colors.red["700"],
|
|
206
205
|
"border-error-light": errorColorLight,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.6",
|
|
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": "9e91dfdc2ac129a36e3fc4cdd06ef02b8c6fef8b"
|
|
54
54
|
}
|