get-elementa-ui 1.9.0 → 1.10.1
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/components/avatar.js +23 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +6 -0
- package/dist/types/components/avatar.d.ts +11 -0
- package/dist/types/components/button.d.ts +2 -2
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/index.ts +6 -0
- package/src/styles/globals.css +1 -70
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { Avatar as AvatarPrimitive } from 'radix-ui';
|
|
4
|
+
import { cn } from '@/src/lib/utils';
|
|
5
|
+
function Avatar({ className, size = 'default', ...props }) {
|
|
6
|
+
return (_jsx(AvatarPrimitive.Root, { "data-slot": "avatar", "data-size": size, className: cn('group/avatar relative flex size-8 shrink-0 overflow-hidden rounded-full select-none data-[size=lg]:size-10 data-[size=sm]:size-6', className), ...props }));
|
|
7
|
+
}
|
|
8
|
+
function AvatarImage({ className, ...props }) {
|
|
9
|
+
return (_jsx(AvatarPrimitive.Image, { "data-slot": "avatar-image", className: cn('aspect-square size-full', className), ...props }));
|
|
10
|
+
}
|
|
11
|
+
function AvatarFallback({ className, ...props }) {
|
|
12
|
+
return (_jsx(AvatarPrimitive.Fallback, { "data-slot": "avatar-fallback", className: cn('bg-muted text-muted-foreground flex size-full items-center justify-center rounded-full text-sm group-data-[size=sm]/avatar:text-xs', className), ...props }));
|
|
13
|
+
}
|
|
14
|
+
function AvatarBadge({ className, ...props }) {
|
|
15
|
+
return (_jsx("span", { "data-slot": "avatar-badge", className: cn('bg-primary text-primary-foreground ring-background absolute right-0 bottom-0 z-10 inline-flex items-center justify-center rounded-full ring-2 select-none', 'group-data-[size=sm]/avatar:size-2 group-data-[size=sm]/avatar:[&>svg]:hidden', 'group-data-[size=default]/avatar:size-2.5 group-data-[size=default]/avatar:[&>svg]:size-2', 'group-data-[size=lg]/avatar:size-3 group-data-[size=lg]/avatar:[&>svg]:size-2', className), ...props }));
|
|
16
|
+
}
|
|
17
|
+
function AvatarGroup({ className, ...props }) {
|
|
18
|
+
return (_jsx("div", { "data-slot": "avatar-group", className: cn('*:data-[slot=avatar]:ring-background group/avatar-group flex -space-x-2 *:data-[slot=avatar]:ring-2', className), ...props }));
|
|
19
|
+
}
|
|
20
|
+
function AvatarGroupCount({ className, ...props }) {
|
|
21
|
+
return (_jsx("div", { "data-slot": "avatar-group-count", className: cn('bg-muted text-muted-foreground ring-background relative flex size-8 shrink-0 items-center justify-center rounded-full text-sm ring-2 group-has-data-[size=lg]/avatar-group:size-10 group-has-data-[size=sm]/avatar-group:size-6 [&>svg]:size-4 group-has-data-[size=lg]/avatar-group:[&>svg]:size-5 group-has-data-[size=sm]/avatar-group:[&>svg]:size-3', className), ...props }));
|
|
22
|
+
}
|
|
23
|
+
export { Avatar, AvatarImage, AvatarFallback, AvatarBadge, AvatarGroup, AvatarGroupCount };
|
package/dist/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{
|
|
1
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{Avatar as a,Slot as r,Checkbox as i,Select as n,Separator as o}from"radix-ui";import{clsx as s}from"clsx";import{twMerge as d}from"tailwind-merge";import{cva as l}from"class-variance-authority";import{CheckIcon as c,ChevronDownIcon as u,ChevronUpIcon as p}from"lucide-react";import{useState as g,useEffect as m}from"react";function v(...e){return d(s(e))}function f({className:t,size:r="default",...i}){return e(a.Root,{"data-slot":"avatar","data-size":r,className:v("group/avatar relative flex size-8 shrink-0 overflow-hidden rounded-full select-none data-[size=lg]:size-10 data-[size=sm]:size-6",t),...i})}const b=l("focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 rounded-lg border border-transparent bg-clip-padding text-sm font-medium focus-visible:ring-3 aria-invalid:ring-3 [&_svg:not([class*='size-'])]:size-4 inline-flex items-center justify-center whitespace-nowrap transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none shrink-0 [&_svg]:shrink-0 outline-none group/button select-none",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",outline:"border-border bg-background hover:bg-muted hover:text-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50 aria-expanded:bg-muted aria-expanded:text-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80 aria-expanded:bg-secondary aria-expanded:text-secondary-foreground",ghost:"hover:bg-muted hover:text-foreground dark:hover:bg-muted/50 aria-expanded:bg-muted aria-expanded:text-foreground",destructive:"bg-destructive/10 hover:bg-destructive/20 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/20 text-destructive focus-visible:border-destructive/40 dark:hover:bg-destructive/30",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-8 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2",xs:"h-6 gap-1 rounded-[min(var(--radius-md),10px)] px-2 text-xs in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-7 gap-1 rounded-[min(var(--radius-md),12px)] px-2.5 text-[0.8rem] in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3.5",lg:"h-9 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-3 has-data-[icon=inline-start]:pl-3",icon:"size-8","icon-xs":"size-6 rounded-[min(var(--radius-md),10px)] in-data-[slot=button-group]:rounded-lg [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-7 rounded-[min(var(--radius-md),12px)] in-data-[slot=button-group]:rounded-lg","icon-lg":"size-9"}},defaultVariants:{variant:"default",size:"default"}});function h({className:t,variant:a="default",size:i="default",asChild:n=!1,...o}){const s=n?r.Root:"button";return e(s,{"data-slot":"button","data-variant":a,"data-size":i,className:v(b({variant:a,size:i,className:t})),...o})}function x({className:t,...a}){return e(i.Root,{"data-slot":"checkbox",className:v("border-input dark:bg-input/30 data-checked:bg-primary data-checked:text-primary-foreground dark:data-checked:bg-primary data-checked:border-primary aria-invalid:aria-checked:border-primary aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 flex size-4 items-center justify-center rounded-[4px] border transition-colors group-has-disabled/field:opacity-50 focus-visible:ring-3 aria-invalid:ring-3 peer relative shrink-0 outline-none after:absolute after:-inset-x-3 after:-inset-y-2 disabled:cursor-not-allowed disabled:opacity-50",t),...a,children:e(i.Indicator,{"data-slot":"checkbox-indicator",className:"[&>svg]:size-3.5 grid place-content-center text-current transition-none",children:e(c,{})})})}function z({...t}){return e(n.Root,{"data-slot":"select",...t})}function y({className:t,...a}){return e(n.Group,{"data-slot":"select-group",className:v("scroll-my-1 p-1",t),...a})}function k({...t}){return e(n.Value,{"data-slot":"select-value",...t})}function N({className:a,size:r="default",children:i,...o}){return t(n.Trigger,{"data-slot":"select-trigger","data-size":r,className:v("border-input data-placeholder:text-muted-foreground dark:bg-input/30 dark:hover:bg-input/50 focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 gap-1.5 rounded-lg border bg-transparent py-2 pr-2 pl-2.5 text-sm transition-colors select-none focus-visible:ring-3 aria-invalid:ring-3 data-[size=default]:h-8 data-[size=sm]:h-7 data-[size=sm]:rounded-[min(var(--radius-md),10px)] *:data-[slot=select-value]:gap-1.5 [&_svg:not([class*='size-'])]:size-4 flex w-fit items-center justify-between whitespace-nowrap outline-none disabled:cursor-not-allowed disabled:opacity-50 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center [&_svg]:pointer-events-none [&_svg]:shrink-0",a),...o,children:[i,e(n.Icon,{asChild:!0,children:e(u,{className:"text-muted-foreground size-4 pointer-events-none"})})]})}function w({className:a,children:r,position:i="item-aligned",align:o="center",...s}){return e(n.Portal,{children:t(n.Content,{"data-slot":"select-content","data-align-trigger":"item-aligned"===i,className:v("bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 min-w-36 rounded-lg shadow-md ring-1 duration-100 relative z-50 max-h-(--radix-select-content-available-height) origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto data-[align-trigger=true]:animate-none","popper"===i&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",a),position:i,align:o,...s,children:[e(C,{}),e(n.Viewport,{"data-position":i,className:v("data-[position=popper]:h-(--radix-select-trigger-height) data-[position=popper]:w-full data-[position=popper]:min-w-(--radix-select-trigger-width)","popper"===i&&""),children:r}),e(S,{})]})})}function H({className:t,...a}){return e(n.Label,{"data-slot":"select-label",className:v("text-muted-foreground px-1.5 py-1 text-xs",t),...a})}function _({className:a,children:r,...i}){return t(n.Item,{"data-slot":"select-item",className:v("focus:bg-accent focus:text-accent-foreground not-data-[variant=destructive]:focus:**:text-accent-foreground gap-1.5 rounded-md py-1 pr-8 pl-1.5 text-sm [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2 relative flex w-full cursor-default items-center outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0",a),...i,children:[e("span",{className:"pointer-events-none absolute right-2 flex size-4 items-center justify-center",children:e(n.ItemIndicator,{children:e(c,{className:"pointer-events-none"})})}),e(n.ItemText,{children:r})]})}function B({className:t,...a}){return e(n.Separator,{"data-slot":"select-separator",className:v("bg-border -mx-1 my-1 h-px pointer-events-none",t),...a})}function C({className:t,...a}){return e(n.ScrollUpButton,{"data-slot":"select-scroll-up-button",className:v("bg-popover z-10 flex cursor-default items-center justify-center py-1 [&_svg:not([class*='size-'])]:size-4",t),...a,children:e(p,{})})}function S({className:t,...a}){return e(n.ScrollDownButton,{"data-slot":"select-scroll-down-button",className:v("bg-popover z-10 flex cursor-default items-center justify-center py-1 [&_svg:not([class*='size-'])]:size-4",t),...a,children:e(u,{})})}function j({className:t,orientation:a="horizontal",decorative:r=!0,...i}){return e(o.Root,{"data-slot":"separator",decorative:r,orientation:a,className:v("bg-border shrink-0 data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch",t),...i})}function I({className:t,...a}){return e("div",{"data-slot":"skeleton",className:v("bg-muted rounded-md animate-pulse",t),...a})}var R;function V({variant:t=R.Body,color:a,children:r,customClassName:i}){const[n,o]=g("");return m(()=>{o(v((e=>{switch(e){case R.H1:return"text-[61px] font-heading";case R.H2:return"text-[48px] font-heading";case R.H3:return"text-[39px] font-heading";case R.H4:return"text-[31px] font-bold font-heading";case R.H5:return"text-[25px] font-bold font-heading";case R.H6:return"text-[20px] font-bold font-heading";case R.Body:return"text-[16px] font-body";case R.Button:return"text-[16px] font-bold font-body";default:return"text-[16px] font-body"}})(t),a,i))},[t,a,i]),e("p",{className:n,children:r})}!function(e){e[e.H1=0]="H1",e[e.H2=1]="H2",e[e.H3=2]="H3",e[e.H4=3]="H4",e[e.H5=4]="H5",e[e.H6=5]="H6",e[e.Body=6]="Body",e[e.Button=7]="Button",e[e.Subtitle1=8]="Subtitle1",e[e.Subtitle2=9]="Subtitle2",e[e.Caption=10]="Caption",e[e.Custom=11]="Custom"}(R||(R={}));export{f as Avatar,h as Button,x as Checkbox,z as Select,w as SelectContent,y as SelectGroup,_ as SelectItem,H as SelectLabel,S as SelectScrollDownButton,C as SelectScrollUpButton,B as SelectSeparator,N as SelectTrigger,k as SelectValue,j as Separator,I as Skeleton,V as Text};
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
|
+
// SECTION: Imports
|
|
2
|
+
import { Avatar } from '@/src/components/avatar';
|
|
1
3
|
import { Button } from '@/src/components/button';
|
|
2
4
|
import { Checkbox } from '@/src/components/checkbox';
|
|
3
5
|
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '@/src/components/select';
|
|
4
6
|
import { Separator } from '@/src/components/separator';
|
|
5
7
|
import { Skeleton } from '@/src/components/skeleton';
|
|
6
8
|
import { Text } from '@/src/components/text';
|
|
9
|
+
// !SECTION: Imports
|
|
10
|
+
// SECTION: Exports
|
|
11
|
+
export { Avatar };
|
|
7
12
|
export { Button };
|
|
8
13
|
export { Checkbox };
|
|
9
14
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
10
15
|
export { Separator };
|
|
11
16
|
export { Skeleton };
|
|
12
17
|
export { Text };
|
|
18
|
+
// !SECTION: Exports
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Avatar as AvatarPrimitive } from 'radix-ui';
|
|
3
|
+
declare function Avatar({ className, size, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root> & {
|
|
4
|
+
size?: 'default' | 'sm' | 'lg';
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function AvatarBadge({ className, ...props }: React.ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function AvatarGroup({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function AvatarGroupCount({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export { Avatar, AvatarImage, AvatarFallback, AvatarBadge, AvatarGroup, AvatarGroupCount };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type VariantProps } from 'class-variance-authority';
|
|
3
3
|
declare const buttonVariants: (props?: ({
|
|
4
|
-
variant?: "default" | "outline" | "secondary" | "ghost" | "destructive" |
|
|
5
|
-
size?: "default" | "
|
|
4
|
+
variant?: "link" | "default" | "outline" | "secondary" | "ghost" | "destructive" | null | undefined;
|
|
5
|
+
size?: "default" | "sm" | "lg" | "xs" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
7
|
declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
8
8
|
asChild?: boolean;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { Avatar } from '@/src/components/avatar';
|
|
1
2
|
import { Button } from '@/src/components/button';
|
|
2
3
|
import { Checkbox } from '@/src/components/checkbox';
|
|
3
4
|
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '@/src/components/select';
|
|
4
5
|
import { Separator } from '@/src/components/separator';
|
|
5
6
|
import { Skeleton } from '@/src/components/skeleton';
|
|
6
7
|
import { Text } from '@/src/components/text';
|
|
8
|
+
export { Avatar };
|
|
7
9
|
export { Button };
|
|
8
10
|
export { Checkbox };
|
|
9
11
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// SECTION: Imports
|
|
2
|
+
import { Avatar } from '@/src/components/avatar';
|
|
1
3
|
import { Button } from '@/src/components/button';
|
|
2
4
|
import { Checkbox } from '@/src/components/checkbox';
|
|
3
5
|
import {
|
|
@@ -15,7 +17,10 @@ import {
|
|
|
15
17
|
import { Separator } from '@/src/components/separator';
|
|
16
18
|
import { Skeleton } from '@/src/components/skeleton';
|
|
17
19
|
import { Text } from '@/src/components/text';
|
|
20
|
+
// !SECTION: Imports
|
|
18
21
|
|
|
22
|
+
// SECTION: Exports
|
|
23
|
+
export { Avatar };
|
|
19
24
|
export { Button };
|
|
20
25
|
export { Checkbox };
|
|
21
26
|
export {
|
|
@@ -33,3 +38,4 @@ export {
|
|
|
33
38
|
export { Separator };
|
|
34
39
|
export { Skeleton };
|
|
35
40
|
export { Text };
|
|
41
|
+
// !SECTION: Exports
|
package/src/styles/globals.css
CHANGED
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
--color-background: var(--background);
|
|
214
214
|
--color-foreground: var(--foreground);
|
|
215
215
|
|
|
216
|
-
1. Structure & Surfaces
|
|
216
|
+
/* 1. Structure & Surfaces (6 Tokens) */
|
|
217
217
|
|
|
218
218
|
|
|
219
219
|
|
|
@@ -356,75 +356,6 @@ For charts, graphs, and status badges. These are vital for dashboards (Deriva's
|
|
|
356
356
|
body { @apply bg-background text-foreground transition-colors duration-300; }
|
|
357
357
|
} */
|
|
358
358
|
|
|
359
|
-
:root {
|
|
360
|
-
--radius: 0.625rem;
|
|
361
|
-
--background: oklch(1 0 0);
|
|
362
|
-
--foreground: oklch(0.145 0 0);
|
|
363
|
-
--card: oklch(1 0 0);
|
|
364
|
-
--card-foreground: oklch(0.145 0 0);
|
|
365
|
-
--popover: oklch(1 0 0);
|
|
366
|
-
--popover-foreground: oklch(0.145 0 0);
|
|
367
|
-
--primary: oklch(0.205 0 0);
|
|
368
|
-
--primary-foreground: oklch(0.985 0 0);
|
|
369
|
-
--secondary: oklch(0.97 0 0);
|
|
370
|
-
--secondary-foreground: oklch(0.205 0 0);
|
|
371
|
-
--muted: oklch(0.97 0 0);
|
|
372
|
-
--muted-foreground: oklch(0.556 0 0);
|
|
373
|
-
--accent: oklch(0.97 0 0);
|
|
374
|
-
--accent-foreground: oklch(0.205 0 0);
|
|
375
|
-
--destructive: oklch(0.577 0.245 27.325);
|
|
376
|
-
--border: oklch(0.922 0 0);
|
|
377
|
-
--input: oklch(0.922 0 0);
|
|
378
|
-
--ring: oklch(0.708 0 0);
|
|
379
|
-
--chart-1: oklch(0.646 0.222 41.116);
|
|
380
|
-
--chart-2: oklch(0.6 0.118 184.704);
|
|
381
|
-
--chart-3: oklch(0.398 0.07 227.392);
|
|
382
|
-
--chart-4: oklch(0.828 0.189 84.429);
|
|
383
|
-
--chart-5: oklch(0.769 0.188 70.08);
|
|
384
|
-
--sidebar: oklch(0.985 0 0);
|
|
385
|
-
--sidebar-foreground: oklch(0.145 0 0);
|
|
386
|
-
--sidebar-primary: oklch(0.205 0 0);
|
|
387
|
-
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
388
|
-
--sidebar-accent: oklch(0.97 0 0);
|
|
389
|
-
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
390
|
-
--sidebar-border: oklch(0.922 0 0);
|
|
391
|
-
--sidebar-ring: oklch(0.708 0 0);
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.dark {
|
|
395
|
-
--background: oklch(0.145 0 0);
|
|
396
|
-
--foreground: oklch(0.985 0 0);
|
|
397
|
-
--card: oklch(0.205 0 0);
|
|
398
|
-
--card-foreground: oklch(0.985 0 0);
|
|
399
|
-
--popover: oklch(0.205 0 0);
|
|
400
|
-
--popover-foreground: oklch(0.985 0 0);
|
|
401
|
-
--primary: oklch(0.922 0 0);
|
|
402
|
-
--primary-foreground: oklch(0.205 0 0);
|
|
403
|
-
--secondary: oklch(0.269 0 0);
|
|
404
|
-
--secondary-foreground: oklch(0.985 0 0);
|
|
405
|
-
--muted: oklch(0.269 0 0);
|
|
406
|
-
--muted-foreground: oklch(0.708 0 0);
|
|
407
|
-
--accent: oklch(0.269 0 0);
|
|
408
|
-
--accent-foreground: oklch(0.985 0 0);
|
|
409
|
-
--destructive: oklch(0.704 0.191 22.216);
|
|
410
|
-
--border: oklch(1 0 0 / 10%);
|
|
411
|
-
--input: oklch(1 0 0 / 15%);
|
|
412
|
-
--ring: oklch(0.556 0 0);
|
|
413
|
-
--chart-1: oklch(0.488 0.243 264.376);
|
|
414
|
-
--chart-2: oklch(0.696 0.17 162.48);
|
|
415
|
-
--chart-3: oklch(0.769 0.188 70.08);
|
|
416
|
-
--chart-4: oklch(0.627 0.265 303.9);
|
|
417
|
-
--chart-5: oklch(0.645 0.246 16.439);
|
|
418
|
-
--sidebar: oklch(0.205 0 0);
|
|
419
|
-
--sidebar-foreground: oklch(0.985 0 0);
|
|
420
|
-
--sidebar-primary: oklch(0.488 0.243 264.376);
|
|
421
|
-
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
422
|
-
--sidebar-accent: oklch(0.269 0 0);
|
|
423
|
-
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
424
|
-
--sidebar-border: oklch(1 0 0 / 10%);
|
|
425
|
-
--sidebar-ring: oklch(0.556 0 0);
|
|
426
|
-
}
|
|
427
|
-
|
|
428
359
|
@layer base {
|
|
429
360
|
* {
|
|
430
361
|
@apply border-border outline-ring/50;
|