@versini/ui-styles 1.6.1 → 1.7.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 +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7084,6 +7084,7 @@ const gi = "#ff3f3f", K = {
|
|
|
7084
7084
|
"border-dark": H.slate[900],
|
|
7085
7085
|
"border-medium": H.slate[400],
|
|
7086
7086
|
"border-light": H.slate[300],
|
|
7087
|
+
"border-accent": "#AAC0AF",
|
|
7087
7088
|
"border-danger-dark": H.red[900],
|
|
7088
7089
|
"border-danger-medium": H.red[400],
|
|
7089
7090
|
"border-danger-light": H.red[300],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.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.3"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "9cdb4118f5abdd9435aae76611d5bf74cafeb4c6"
|
|
40
40
|
}
|