Compare commits
4
Commits
aaafe073a9
...
v0.5.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efc2238802 | ||
|
|
292fd70e2a | ||
|
|
b6fcc7ae00 | ||
|
|
e27059bfd9 |
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@jason/ui-kit",
|
"name": "@jason/ui-kit",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jason/ui-kit",
|
"name": "@jason/ui-kit",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource-variable/jetbrains-mono": "^5.3.0",
|
"@fontsource-variable/jetbrains-mono": "^5.3.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jason/ui-kit",
|
"name": "@jason/ui-kit",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"description": "Shared design foundation — branded tokens, Tailwind preset, shadcn-style components, motion, app shell + marketing blocks. Guarded by Impeccable.",
|
"description": "Shared design foundation — branded tokens, Tailwind preset, shadcn-style components, motion, app shell + marketing blocks. Guarded by Impeccable.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
+1
-1
@@ -35,7 +35,7 @@
|
|||||||
"successForeground": "#FFFFFF",
|
"successForeground": "#FFFFFF",
|
||||||
"warning": "#7A5B00",
|
"warning": "#7A5B00",
|
||||||
"warningForeground": "#FFFFFF",
|
"warningForeground": "#FFFFFF",
|
||||||
"danger": "#9B3D22",
|
"danger": "#A42D20",
|
||||||
"dangerForeground": "#FFFFFF",
|
"dangerForeground": "#FFFFFF",
|
||||||
"info": "#366B99",
|
"info": "#366B99",
|
||||||
"infoForeground": "#FFFFFF"
|
"infoForeground": "#FFFFFF"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
--success-foreground: 0 0% 100%;
|
--success-foreground: 0 0% 100%;
|
||||||
--warning: 45 100% 24%;
|
--warning: 45 100% 24%;
|
||||||
--warning-foreground: 0 0% 100%;
|
--warning-foreground: 0 0% 100%;
|
||||||
--danger: 13 64% 37%;
|
--danger: 6 67% 38%;
|
||||||
--danger-foreground: 0 0% 100%;
|
--danger-foreground: 0 0% 100%;
|
||||||
--info: 208 48% 41%;
|
--info: 208 48% 41%;
|
||||||
--info-foreground: 0 0% 100%;
|
--info-foreground: 0 0% 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user