@versini/ui-styles 1.5.0 → 1.6.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/index.js +4 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7101,9 +7101,11 @@ const gi = "#ff3f3f", K = {
|
|
|
7101
7101
|
/**
|
|
7102
7102
|
* Table tokens
|
|
7103
7103
|
*/
|
|
7104
|
+
"table-head-dark": H.gray[950],
|
|
7104
7105
|
"table-dark": H.gray[700],
|
|
7105
7106
|
"table-dark-odd": H.gray[800],
|
|
7106
7107
|
"table-dark-even": H.gray[900],
|
|
7108
|
+
"table-head-light": H.gray[100],
|
|
7107
7109
|
"table-light": H.gray[100],
|
|
7108
7110
|
"table-light-odd": H.gray[200],
|
|
7109
7111
|
"table-light-even": H.gray[300]
|
|
@@ -7123,7 +7125,8 @@ const gi = "#ff3f3f", K = {
|
|
|
7123
7125
|
css: {
|
|
7124
7126
|
maxWidth: "inherit",
|
|
7125
7127
|
"h1, h2, h3, h4, h5, h6": {
|
|
7126
|
-
fontFamily: "Open Sans, ui-sans-serif, system-ui, sans-serif"
|
|
7128
|
+
fontFamily: "Open Sans, ui-sans-serif, system-ui, sans-serif",
|
|
7129
|
+
fontWeight: "400"
|
|
7127
7130
|
},
|
|
7128
7131
|
blockquote: {
|
|
7129
7132
|
borderLeftWidth: "6px"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"culori": "4.0.1",
|
|
37
37
|
"tailwindcss": "3.4.1"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "f28bc11e3da51db1450ac1b6cb29c68aac1904eb"
|
|
40
40
|
}
|