Skip to content

Commit

Permalink
[filigran-ui][version] v0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbanety committed Jan 7, 2025
1 parent f2b81c8 commit 5bbaa75
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/filigran-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filigran-ui",
"version": "0.25.1",
"version": "0.25.2",
"description": "Filigran UI library",
"author": "Filigran",
"main": "./dist/index.js",
Expand Down
6 changes: 2 additions & 4 deletions packages/filigran-ui/src/components/servers/callout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const calloutVariants = cva(
variant: {
primary: 'bg-primary text-primary-foreground',
secondary: 'bg-secondary text-secondary-foreground',
warning: 'bg-orange text-primary-foreground',
warning: 'bg-orange text-black',
destructive: 'bg-destructive text-primary-foreground',
outline: 'bg-transparent border-primary text-primary',
},
Expand All @@ -20,9 +20,7 @@ const calloutVariants = cva(
}
)

interface CalloutProps
extends HTMLAttributes<HTMLDivElement>,
VariantProps<typeof calloutVariants> {}
interface CalloutProps extends HTMLAttributes<HTMLDivElement>, VariantProps<typeof calloutVariants> {}

function Callout({className, variant, ...props}: CalloutProps) {
return (
Expand Down
18 changes: 9 additions & 9 deletions packages/filigran-ui/src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
--red-900: 4 92% 12%;

--orange-default: var(--orange-500);
--orange-100: 46 48% 76%;
--orange-200: 47 56% 72%;
--orange-300: 46 64% 68%;
--orange-400: 47 72% 64%;
--orange-500: 47 80% 60%;
--orange-600: 46 80% 54%;
--orange-700: 46 80% 48%;
--orange-800: 46 80% 42%;
--orange-900: 46 80% 36%;
--orange-100: 29 88% 87%;
--orange-200: 29 88% 76%;
--orange-300: 29 88% 68%;
--orange-400: 29 88% 59%;
--orange-500: 27 88% 48%;
--orange-600: 26 90% 38%;
--orange-700: 27 91% 28%;
--orange-800: 27 90% 18%;
--orange-900: 26 93% 12%;

--yellow-default: var(--yellow-400);
--yellow-100: 43 88% 88%;
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5096,7 +5096,7 @@ filigran-icon@^0.10.0, "filigran-icon@file:/Users/jbanety/Sites/filigran/ui-libr
resolved "file:packages/filigran-icon"

"filigran-ui@file:/Users/jbanety/Sites/filigran/ui-library/packages/filigran-ui":
version "0.25.1"
version "0.25.2"
resolved "file:packages/filigran-ui"
dependencies:
"@dnd-kit/core" "6.1.0"
Expand Down

0 comments on commit 5bbaa75

Please sign in to comment.