@versini/ui-styles 9.0.4 → 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 -5
- package/dist/index.js +4 -6
- 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],
|
|
@@ -130,9 +128,6 @@ export default {
|
|
|
130
128
|
* To be used for table row and header backgrounds.
|
|
131
129
|
* @example bg-table-dark-odd
|
|
132
130
|
*/
|
|
133
|
-
"table-head-dark": colors.gray[950],
|
|
134
|
-
"table-head-light": colors.gray[100],
|
|
135
|
-
|
|
136
131
|
"table-dark": colors.gray[700],
|
|
137
132
|
"table-dark-hover": colors.slate[700],
|
|
138
133
|
"table-dark-odd": colors.gray[800],
|
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
|
|
|
@@ -92,6 +92,7 @@ import colors from "tailwindcss/colors";
|
|
|
92
92
|
"@versini/ui-card",
|
|
93
93
|
"@versini/ui-datagrid",
|
|
94
94
|
"@versini/ui-debug-overlay",
|
|
95
|
+
"@versini/ui-dialog",
|
|
95
96
|
"@versini/ui-dropdown",
|
|
96
97
|
"@versini/ui-fingerprint",
|
|
97
98
|
"@versini/ui-footer",
|
|
@@ -100,6 +101,7 @@ import colors from "tailwindcss/colors";
|
|
|
100
101
|
"@versini/ui-icons",
|
|
101
102
|
"@versini/ui-liveregion",
|
|
102
103
|
"@versini/ui-main",
|
|
104
|
+
"@versini/ui-menu",
|
|
103
105
|
"@versini/ui-panel",
|
|
104
106
|
"@versini/ui-pill",
|
|
105
107
|
"@versini/ui-spinner",
|
|
@@ -198,8 +200,6 @@ const accentColor = colors.violet["300"];
|
|
|
198
200
|
"border-danger-medium": colors.red["400"],
|
|
199
201
|
"border-danger-light": colors.red["300"],
|
|
200
202
|
"border-selected-dark": colors.green["800"],
|
|
201
|
-
"border-selected-medium": colors.green["400"],
|
|
202
|
-
"border-selected-light": colors.green["300"],
|
|
203
203
|
"border-white": colors.white,
|
|
204
204
|
"border-error-dark": colors.red["700"],
|
|
205
205
|
"border-error-light": errorColorLight,
|
|
@@ -220,9 +220,7 @@ const accentColor = colors.violet["300"];
|
|
|
220
220
|
* Table tokens
|
|
221
221
|
* To be used for table row and header backgrounds.
|
|
222
222
|
* @example bg-table-dark-odd
|
|
223
|
-
*/ "table-
|
|
224
|
-
"table-head-light": colors.gray["100"],
|
|
225
|
-
"table-dark": colors.gray["700"],
|
|
223
|
+
*/ "table-dark": colors.gray["700"],
|
|
226
224
|
"table-dark-hover": colors.slate["700"],
|
|
227
225
|
"table-dark-odd": colors.gray["800"],
|
|
228
226
|
"table-dark-even": colors.gray["900"],
|
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
|
}
|