katalyst-riya-test 0.0.2 → 0.0.11-alpha
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.cjs +28 -28
- package/dist/index.css +147 -178
- package/dist/index.js +28 -28
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -124,7 +124,7 @@ function AccordionItem({
|
|
|
124
124
|
{
|
|
125
125
|
className: cn(
|
|
126
126
|
"rounded-lg mb-3 shadow-cardShadow dark:shadow-none border dark:border-gray-900",
|
|
127
|
-
isOpen ? "border-
|
|
127
|
+
isOpen ? "border-primary-500 shadow-cardShadowActive dark:bg-gray-900" : "hover:border-gray-500 hover:bg-gray-100 hover:dark:bg-transparent hover:dark:border-gray-600",
|
|
128
128
|
disabled ? "opacity-50 cursor-not-allowed" : "cursor-pointer"
|
|
129
129
|
)
|
|
130
130
|
},
|
|
@@ -168,9 +168,9 @@ var buttonVariants = (0, import_class_variance_authority.cva)(
|
|
|
168
168
|
{
|
|
169
169
|
variants: {
|
|
170
170
|
variant: {
|
|
171
|
-
primary: "bg-
|
|
172
|
-
"primary-light": "bg-
|
|
173
|
-
secondary: "bg-
|
|
171
|
+
primary: "bg-primary-500 text-light border hover:bg-primary-600 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#0000002E] active:bg-primary-400 active:shadow-[0px_0px_0px_3px] active:shadow-primary-300",
|
|
172
|
+
"primary-light": "bg-primary-50 text-primary-600 hover:bg-primary-200 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#356AC32E] active:shadow-[0px_0px_0px_3px] active:bg-primary-50 active:shadow-primary-300",
|
|
173
|
+
secondary: "bg-primary-50 text-primary-800 hover:bg-primary-200 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#6984AD2E] active:bg-primary-50 active:shadow-[0px_0px_0px_3px] active:shadow-primary-700",
|
|
174
174
|
tertiary: "bg-gray-100 text-gray-900 hover:bg-gray-300 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#9595952E] active:bg-gray-25 active:shadow-[0px_0px_0px_3px] active:shadow-gray-700",
|
|
175
175
|
quaternary: "bg-gray-50/[0.02] text-light backdrop-blur-[6px] hover:shadow-[inset_0px_8px_8px_-2px_#23232314] hover:backdrop-blur-md hover:bg-gray-200/10 active:bg-gray-25 active:shadow-[0px_0px_0px_3px] active:text-gray-900 active:shadow-[#46464659]"
|
|
176
176
|
},
|
|
@@ -342,7 +342,7 @@ var Checkbox = (0, import_react7.forwardRef)(
|
|
|
342
342
|
"div",
|
|
343
343
|
{
|
|
344
344
|
className: cn(
|
|
345
|
-
"group inline-flex relative items-center rounded-full border-2 border-transparent hover:border-
|
|
345
|
+
"group inline-flex relative items-center rounded-full border-2 border-transparent hover:border-primary-300",
|
|
346
346
|
disabled && "border-none"
|
|
347
347
|
)
|
|
348
348
|
},
|
|
@@ -356,7 +356,7 @@ var Checkbox = (0, import_react7.forwardRef)(
|
|
|
356
356
|
readOnly,
|
|
357
357
|
checked,
|
|
358
358
|
className: cn(
|
|
359
|
-
"peer relative h-5 w-5 cursor-pointer appearance-none rounded-full border-2 border-gray-300 transition-all checked:border-
|
|
359
|
+
"peer relative h-5 w-5 cursor-pointer appearance-none rounded-full border-2 border-gray-300 transition-all checked:border-primary-500 hover:border-primary-500 hover:bg-primary-25/25 disabled:opacity-30 disabled:pointer-events-none disabled:border-gray-400",
|
|
360
360
|
className
|
|
361
361
|
)
|
|
362
362
|
}
|
|
@@ -365,7 +365,7 @@ var Checkbox = (0, import_react7.forwardRef)(
|
|
|
365
365
|
"span",
|
|
366
366
|
{
|
|
367
367
|
className: cn(
|
|
368
|
-
"absolute text-
|
|
368
|
+
"absolute text-primary-600 transition-opacity opacity-0 pointer-events-none top-2/4 left-2/4 -translate-y-2/4 -translate-x-2/4 peer-checked:opacity-100",
|
|
369
369
|
disabled && "text-gray-300"
|
|
370
370
|
)
|
|
371
371
|
},
|
|
@@ -402,9 +402,9 @@ var import_class_variance_authority5 = require("class-variance-authority");
|
|
|
402
402
|
var chipVariants = (0, import_class_variance_authority5.cva)("", {
|
|
403
403
|
variants: {
|
|
404
404
|
variant: {
|
|
405
|
-
primary: "bg-white text-
|
|
406
|
-
secondary: "bg-
|
|
407
|
-
glass: "text-
|
|
405
|
+
primary: "bg-white text-primary-500 hover:text-white hover:bg-gradient-to-r hover:from-primary-500 hover:to-primary-600",
|
|
406
|
+
secondary: "bg-primary-500 text-white hover:text-white hover:bg-gradient-to-r hover:from-primary-500 hover:to-primary-600",
|
|
407
|
+
glass: "text-primary-500"
|
|
408
408
|
},
|
|
409
409
|
size: {
|
|
410
410
|
sm: "text-sm py-1 px-3",
|
|
@@ -432,10 +432,10 @@ var Chip = ({
|
|
|
432
432
|
className: cn(
|
|
433
433
|
"rounded-radius-xl bg-gradient-to-r w-fit",
|
|
434
434
|
{
|
|
435
|
-
solid: "from-
|
|
436
|
-
primary: "from-
|
|
437
|
-
secondary: "from-
|
|
438
|
-
glass: "border border-
|
|
435
|
+
solid: "from-primary-200 to-primary-500",
|
|
436
|
+
primary: "from-primary-200 to-primary-500",
|
|
437
|
+
secondary: "from-primary-200 to-primary-500",
|
|
438
|
+
glass: "border border-primary-500"
|
|
439
439
|
}[variant || "primary"],
|
|
440
440
|
"p-[1px]"
|
|
441
441
|
)
|
|
@@ -543,12 +543,12 @@ function Footer({
|
|
|
543
543
|
"footer",
|
|
544
544
|
{
|
|
545
545
|
className: cn(
|
|
546
|
-
"bg-gradient-to-b from-gray-25 to-
|
|
546
|
+
"bg-gradient-to-b from-gray-25 to-primary-100 dark:from-primary-900 dark:to-dark",
|
|
547
547
|
className
|
|
548
548
|
)
|
|
549
549
|
},
|
|
550
550
|
children,
|
|
551
|
-
footerBottom && /* @__PURE__ */ import_react10.default.createElement("section", { className: "border-t border-
|
|
551
|
+
footerBottom && /* @__PURE__ */ import_react10.default.createElement("section", { className: "border-t border-primary-500 dark:border-primary-800 text-center py-spacing-md" }, footerBottom)
|
|
552
552
|
);
|
|
553
553
|
}
|
|
554
554
|
var FooterHeader = ({ children, className }) => {
|
|
@@ -590,20 +590,20 @@ var FooterList = ({ footerItems, target }) => {
|
|
|
590
590
|
Paragraph_default,
|
|
591
591
|
{
|
|
592
592
|
variant: "b3",
|
|
593
|
-
className: "dark:text-gray-300 hover:text-
|
|
593
|
+
className: "dark:text-gray-300 hover:text-primary-400 dark:hover:text-primary-600 text-gray-900"
|
|
594
594
|
},
|
|
595
595
|
data2?.text
|
|
596
596
|
)))))))
|
|
597
597
|
);
|
|
598
598
|
};
|
|
599
599
|
var FooterIcons = ({ icons }) => {
|
|
600
|
-
return /* @__PURE__ */ import_react10.default.createElement("div", { className: "flex flex-wrap justify-center items-center gap-5 text-
|
|
600
|
+
return /* @__PURE__ */ import_react10.default.createElement("div", { className: "flex flex-wrap justify-center items-center gap-5 text-primary-700 dark:text-primary-200" }, icons.map((icon, index) => /* @__PURE__ */ import_react10.default.createElement(
|
|
601
601
|
import_link.default,
|
|
602
602
|
{
|
|
603
603
|
href: icon.link,
|
|
604
604
|
key: index,
|
|
605
605
|
target: "_blank",
|
|
606
|
-
className: "hover:bg-
|
|
606
|
+
className: "hover:bg-primary-100 dark:hover:bg-primary-800 p-1 rounded-radius-sm"
|
|
607
607
|
},
|
|
608
608
|
icon.icon
|
|
609
609
|
)));
|
|
@@ -623,7 +623,7 @@ var ImageCard = ({
|
|
|
623
623
|
"div",
|
|
624
624
|
{
|
|
625
625
|
className: cn(
|
|
626
|
-
"transition-all duration-300 ease-in-out hover:ring-1 hover:ring-
|
|
626
|
+
"transition-all duration-300 ease-in-out hover:ring-1 hover:ring-brand-500 relative rounded-radius-xl overflow-hidden block z-10 bg-cover bg-no-repeat bg-center",
|
|
627
627
|
className
|
|
628
628
|
),
|
|
629
629
|
style: {
|
|
@@ -644,7 +644,7 @@ var inputVariants = (0, import_class_variance_authority6.cva)(
|
|
|
644
644
|
{
|
|
645
645
|
variants: {
|
|
646
646
|
variant: {
|
|
647
|
-
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:has-[:disabled]:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-
|
|
647
|
+
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:has-[:disabled]:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-primary-100 focus-within:hover:bg-primary-50 has-[:disabled]:bg-gray-25 has-[:disabled]:border-gray-400",
|
|
648
648
|
glass: "backdrop-blur-[3.5px] bg-light/10 dark:bg-dark/20 dark:border-gray-800 border-gray-200/50 text-light"
|
|
649
649
|
}
|
|
650
650
|
},
|
|
@@ -719,7 +719,7 @@ var ListItem = import_react14.default.forwardRef(
|
|
|
719
719
|
({ className, title, href, onClick, as = "link", variant = "solid", icon }, ref) => {
|
|
720
720
|
const pathname = (0, import_navigation.usePathname)();
|
|
721
721
|
const isActive = as === "link" && href === pathname;
|
|
722
|
-
const variantClasses = variant === "solid" ? "rounded-radius-lg hover:bg-
|
|
722
|
+
const variantClasses = variant === "solid" ? "rounded-radius-lg hover:bg-primary-50 text-dark group border border-transparent hover:border-primary-200 focus:outline-none focus:ring-1 focus:ring-primary-500 focus:text-white leading-none no-underline outline-none transition-colors" : variant === "glass" ? "rounded-radius-lg group border border-transparent hover:border-primary-200 focus:outline-none focus:ring-1 focus:ring-primary-500 focus:text-white leading-none no-underline outline-none transition-colors" : "";
|
|
723
723
|
if (as === "button") {
|
|
724
724
|
return /* @__PURE__ */ import_react14.default.createElement(
|
|
725
725
|
"button",
|
|
@@ -739,7 +739,7 @@ var ListItem = import_react14.default.forwardRef(
|
|
|
739
739
|
passHref: true,
|
|
740
740
|
className: cn(
|
|
741
741
|
"px-4 py-[8px] font-karla w-full flex items-center gap-2 group",
|
|
742
|
-
isActive ? "bg-
|
|
742
|
+
isActive ? "bg-primary-400 text-white border border-primary-200" : variantClasses,
|
|
743
743
|
className
|
|
744
744
|
),
|
|
745
745
|
ref
|
|
@@ -778,7 +778,7 @@ var Slider = (0, import_react15.forwardRef)(
|
|
|
778
778
|
size === "sm" ? "h-1.5" : "h-4"
|
|
779
779
|
),
|
|
780
780
|
style: {
|
|
781
|
-
background: `linear-gradient(to right,
|
|
781
|
+
background: `linear-gradient(to right, var(--primary-500) ${progress}%, #d1d5db ${progress}%)`
|
|
782
782
|
}
|
|
783
783
|
}
|
|
784
784
|
));
|
|
@@ -799,12 +799,12 @@ var StatsCard = ({
|
|
|
799
799
|
Card,
|
|
800
800
|
{
|
|
801
801
|
className: cn(
|
|
802
|
-
"border border-[#eee] hover:border-
|
|
802
|
+
"border border-[#eee] hover:border-primary-500 rounded-radius-xl bg-[#FFFFFFE5] bg-gradient-to-b bg-[#fff] hover:from-[#8EB6F8D9] hover:to-[#356AC3D9] dark:from-[#252525D9] dark:to-[#070707D9] dark:hover:from-[#1A3562D9] dark:hover:to-[#070707D9] backdrop-blur-sm px-[32px] py-[64px] group",
|
|
803
803
|
className
|
|
804
804
|
)
|
|
805
805
|
},
|
|
806
806
|
/* @__PURE__ */ import_react16.default.createElement("span", { className: "group-hover:text-white text-dark dark:text-white" }, cardIcon),
|
|
807
|
-
/* @__PURE__ */ import_react16.default.createElement(CardTitle, { className: "group-hover:text-white text-[48px] font-bold text-
|
|
807
|
+
/* @__PURE__ */ import_react16.default.createElement(CardTitle, { className: "group-hover:text-white text-[48px] font-bold text-primary-500 dark:text-white my-4" }, statTitle),
|
|
808
808
|
/* @__PURE__ */ import_react16.default.createElement(CardDescription, { className: "group-hover:text-white text-[24px] hover:text-white text-dark leading-[25px]" }, statDesc)
|
|
809
809
|
);
|
|
810
810
|
};
|
|
@@ -818,7 +818,7 @@ var textareaVariants = (0, import_class_variance_authority8.cva)(
|
|
|
818
818
|
{
|
|
819
819
|
variants: {
|
|
820
820
|
variant: {
|
|
821
|
-
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:disabled:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-
|
|
821
|
+
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:disabled:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-primary-100 focus-within:hover:bg-primary-50 disabled:bg-gray-25 disabled:border-gray-400",
|
|
822
822
|
glass: "backdrop-blur-[3.5px] bg-light/10 dark:bg-dark/20 dark:border-gray-800 border-gray-200/50 text-light"
|
|
823
823
|
}
|
|
824
824
|
},
|
|
@@ -850,7 +850,7 @@ var Textarea_default = Textarea;
|
|
|
850
850
|
var import_class_variance_authority9 = require("class-variance-authority");
|
|
851
851
|
var import_react18 = __toESM(require("react"), 1);
|
|
852
852
|
var toggleVariants = (0, import_class_variance_authority9.cva)(
|
|
853
|
-
"rounded-radius-xl bg-gray-300 transition-colors peer-checked:bg-
|
|
853
|
+
"rounded-radius-xl bg-gray-300 transition-colors peer-checked:bg-primary-500 peer-active:ring-2 peer-active:ring-primary-300",
|
|
854
854
|
{
|
|
855
855
|
variants: {
|
|
856
856
|
size: {
|
package/dist/index.css
CHANGED
|
@@ -325,6 +325,21 @@ video {
|
|
|
325
325
|
[hidden]:where(:not([hidden=until-found])) {
|
|
326
326
|
display: none;
|
|
327
327
|
}
|
|
328
|
+
:root {
|
|
329
|
+
.theme-brand {
|
|
330
|
+
--primary-25: #fafaff;
|
|
331
|
+
--primary-50: #f4f3ff;
|
|
332
|
+
--primary-100: #ebe9fe;
|
|
333
|
+
--primary-200: #d9d6fe;
|
|
334
|
+
--primary-300: #bdb4fe;
|
|
335
|
+
--primary-400: #9b8afb;
|
|
336
|
+
--primary-500: #7a5af8;
|
|
337
|
+
--primary-600: #6938ef;
|
|
338
|
+
--primary-700: #5925dc;
|
|
339
|
+
--primary-800: #4a1fb8;
|
|
340
|
+
--primary-900: #3e1c96;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
328
343
|
.sr-only {
|
|
329
344
|
position: absolute;
|
|
330
345
|
width: 1px;
|
|
@@ -778,14 +793,6 @@ video {
|
|
|
778
793
|
--tw-border-opacity: 1;
|
|
779
794
|
border-color: rgb(238 238 238 / var(--tw-border-opacity));
|
|
780
795
|
}
|
|
781
|
-
.border-brand-200 {
|
|
782
|
-
--tw-border-opacity: 1;
|
|
783
|
-
border-color: rgb(255 224 143 / var(--tw-border-opacity));
|
|
784
|
-
}
|
|
785
|
-
.border-brand-500 {
|
|
786
|
-
--tw-border-opacity: 1;
|
|
787
|
-
border-color: rgb(255 195 66 / var(--tw-border-opacity));
|
|
788
|
-
}
|
|
789
796
|
.border-gray-200 {
|
|
790
797
|
--tw-border-opacity: 1;
|
|
791
798
|
border-color: rgb(242 242 242 / var(--tw-border-opacity));
|
|
@@ -800,6 +807,12 @@ video {
|
|
|
800
807
|
--tw-border-opacity: 1;
|
|
801
808
|
border-color: rgb(228 228 228 / var(--tw-border-opacity));
|
|
802
809
|
}
|
|
810
|
+
.border-primary-200 {
|
|
811
|
+
border-color: var(--primary-200);
|
|
812
|
+
}
|
|
813
|
+
.border-primary-500 {
|
|
814
|
+
border-color: var(--primary-500);
|
|
815
|
+
}
|
|
803
816
|
.border-transparent {
|
|
804
817
|
border-color: transparent;
|
|
805
818
|
}
|
|
@@ -821,26 +834,6 @@ video {
|
|
|
821
834
|
--tw-bg-opacity: 1;
|
|
822
835
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
|
|
823
836
|
}
|
|
824
|
-
.bg-brand-100 {
|
|
825
|
-
--tw-bg-opacity: 1;
|
|
826
|
-
background-color: rgb(255 236 186 / var(--tw-bg-opacity));
|
|
827
|
-
}
|
|
828
|
-
.bg-brand-300 {
|
|
829
|
-
--tw-bg-opacity: 1;
|
|
830
|
-
background-color: rgb(255 214 101 / var(--tw-bg-opacity));
|
|
831
|
-
}
|
|
832
|
-
.bg-brand-400 {
|
|
833
|
-
--tw-bg-opacity: 1;
|
|
834
|
-
background-color: rgb(255 203 76 / var(--tw-bg-opacity));
|
|
835
|
-
}
|
|
836
|
-
.bg-brand-50 {
|
|
837
|
-
--tw-bg-opacity: 1;
|
|
838
|
-
background-color: rgb(255 248 228 / var(--tw-bg-opacity));
|
|
839
|
-
}
|
|
840
|
-
.bg-brand-500 {
|
|
841
|
-
--tw-bg-opacity: 1;
|
|
842
|
-
background-color: rgb(255 195 66 / var(--tw-bg-opacity));
|
|
843
|
-
}
|
|
844
837
|
.bg-gray-100 {
|
|
845
838
|
--tw-bg-opacity: 1;
|
|
846
839
|
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
@@ -863,6 +856,21 @@ video {
|
|
|
863
856
|
.bg-light\/10 {
|
|
864
857
|
background-color: rgb(255 255 255 / 0.1);
|
|
865
858
|
}
|
|
859
|
+
.bg-primary-100 {
|
|
860
|
+
background-color: var(--primary-100);
|
|
861
|
+
}
|
|
862
|
+
.bg-primary-300 {
|
|
863
|
+
background-color: var(--primary-300);
|
|
864
|
+
}
|
|
865
|
+
.bg-primary-400 {
|
|
866
|
+
background-color: var(--primary-400);
|
|
867
|
+
}
|
|
868
|
+
.bg-primary-50 {
|
|
869
|
+
background-color: var(--primary-50);
|
|
870
|
+
}
|
|
871
|
+
.bg-primary-500 {
|
|
872
|
+
background-color: var(--primary-500);
|
|
873
|
+
}
|
|
866
874
|
.bg-red-100 {
|
|
867
875
|
--tw-bg-opacity: 1;
|
|
868
876
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
|
|
@@ -883,16 +891,6 @@ video {
|
|
|
883
891
|
.bg-none {
|
|
884
892
|
background-image: none;
|
|
885
893
|
}
|
|
886
|
-
.from-brand-200 {
|
|
887
|
-
--tw-gradient-from: #FFE08F var(--tw-gradient-from-position);
|
|
888
|
-
--tw-gradient-to: rgb(255 224 143 / 0) var(--tw-gradient-to-position);
|
|
889
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
890
|
-
}
|
|
891
|
-
.from-brand-700 {
|
|
892
|
-
--tw-gradient-from: #FFA33A var(--tw-gradient-from-position);
|
|
893
|
-
--tw-gradient-to: rgb(255 163 58 / 0) var(--tw-gradient-to-position);
|
|
894
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
895
|
-
}
|
|
896
894
|
.from-gray-25 {
|
|
897
895
|
--tw-gradient-from: #fff var(--tw-gradient-from-position);
|
|
898
896
|
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
@@ -903,6 +901,16 @@ video {
|
|
|
903
901
|
--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
|
|
904
902
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
905
903
|
}
|
|
904
|
+
.from-primary-200 {
|
|
905
|
+
--tw-gradient-from: var(--primary-200) var(--tw-gradient-from-position);
|
|
906
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
907
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
908
|
+
}
|
|
909
|
+
.from-primary-700 {
|
|
910
|
+
--tw-gradient-from: var(--primary-700) var(--tw-gradient-from-position);
|
|
911
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
912
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
913
|
+
}
|
|
906
914
|
.from-transparent {
|
|
907
915
|
--tw-gradient-from: transparent var(--tw-gradient-from-position);
|
|
908
916
|
--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
|
|
@@ -921,14 +929,14 @@ video {
|
|
|
921
929
|
.to-black {
|
|
922
930
|
--tw-gradient-to: #000 var(--tw-gradient-to-position);
|
|
923
931
|
}
|
|
924
|
-
.to-
|
|
925
|
-
--tw-gradient-to:
|
|
932
|
+
.to-primary-100 {
|
|
933
|
+
--tw-gradient-to: var(--primary-100) var(--tw-gradient-to-position);
|
|
926
934
|
}
|
|
927
|
-
.to-
|
|
928
|
-
--tw-gradient-to:
|
|
935
|
+
.to-primary-500 {
|
|
936
|
+
--tw-gradient-to: var(--primary-500) var(--tw-gradient-to-position);
|
|
929
937
|
}
|
|
930
|
-
.to-
|
|
931
|
-
--tw-gradient-to:
|
|
938
|
+
.to-primary-900 {
|
|
939
|
+
--tw-gradient-to: var(--primary-900) var(--tw-gradient-to-position);
|
|
932
940
|
}
|
|
933
941
|
.to-\[93\.83\%\] {
|
|
934
942
|
--tw-gradient-to-position: 93.83%;
|
|
@@ -1166,26 +1174,6 @@ video {
|
|
|
1166
1174
|
--tw-text-opacity: 1;
|
|
1167
1175
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1168
1176
|
}
|
|
1169
|
-
.text-brand-400 {
|
|
1170
|
-
--tw-text-opacity: 1;
|
|
1171
|
-
color: rgb(255 203 76 / var(--tw-text-opacity));
|
|
1172
|
-
}
|
|
1173
|
-
.text-brand-500 {
|
|
1174
|
-
--tw-text-opacity: 1;
|
|
1175
|
-
color: rgb(255 195 66 / var(--tw-text-opacity));
|
|
1176
|
-
}
|
|
1177
|
-
.text-brand-600 {
|
|
1178
|
-
--tw-text-opacity: 1;
|
|
1179
|
-
color: rgb(255 181 61 / var(--tw-text-opacity));
|
|
1180
|
-
}
|
|
1181
|
-
.text-brand-700 {
|
|
1182
|
-
--tw-text-opacity: 1;
|
|
1183
|
-
color: rgb(255 163 58 / var(--tw-text-opacity));
|
|
1184
|
-
}
|
|
1185
|
-
.text-brand-800 {
|
|
1186
|
-
--tw-text-opacity: 1;
|
|
1187
|
-
color: rgb(253 148 56 / var(--tw-text-opacity));
|
|
1188
|
-
}
|
|
1189
1177
|
.text-dark {
|
|
1190
1178
|
--tw-text-opacity: 1;
|
|
1191
1179
|
color: rgb(7 7 7 / var(--tw-text-opacity));
|
|
@@ -1218,6 +1206,21 @@ video {
|
|
|
1218
1206
|
--tw-text-opacity: 1;
|
|
1219
1207
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1220
1208
|
}
|
|
1209
|
+
.text-primary-400 {
|
|
1210
|
+
color: var(--primary-400);
|
|
1211
|
+
}
|
|
1212
|
+
.text-primary-500 {
|
|
1213
|
+
color: var(--primary-500);
|
|
1214
|
+
}
|
|
1215
|
+
.text-primary-600 {
|
|
1216
|
+
color: var(--primary-600);
|
|
1217
|
+
}
|
|
1218
|
+
.text-primary-700 {
|
|
1219
|
+
color: var(--primary-700);
|
|
1220
|
+
}
|
|
1221
|
+
.text-primary-800 {
|
|
1222
|
+
color: var(--primary-800);
|
|
1223
|
+
}
|
|
1221
1224
|
.text-white {
|
|
1222
1225
|
--tw-text-opacity: 1;
|
|
1223
1226
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -1332,9 +1335,6 @@ video {
|
|
|
1332
1335
|
.ease-in-out {
|
|
1333
1336
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1334
1337
|
}
|
|
1335
|
-
.test {
|
|
1336
|
-
border: 1px solid red;
|
|
1337
|
-
}
|
|
1338
1338
|
.gradientOne {
|
|
1339
1339
|
background:
|
|
1340
1340
|
linear-gradient(
|
|
@@ -1384,21 +1384,21 @@ video {
|
|
|
1384
1384
|
appearance: none;
|
|
1385
1385
|
width: 36px;
|
|
1386
1386
|
height: 24px;
|
|
1387
|
-
background-color:
|
|
1387
|
+
background-color: var(--primary-500);
|
|
1388
1388
|
border-radius: 9999px;
|
|
1389
1389
|
cursor: pointer;
|
|
1390
1390
|
}
|
|
1391
1391
|
.slider::-webkit-slider-thumb:hover {
|
|
1392
|
-
background-color:
|
|
1392
|
+
background-color: var(--primary-700);
|
|
1393
1393
|
}
|
|
1394
1394
|
.slider::-webkit-slider-thumb:active {
|
|
1395
|
-
background-color:
|
|
1396
|
-
outline: 3px solid
|
|
1395
|
+
background-color: var(--primary-500);
|
|
1396
|
+
outline: 3px solid var(--primary-200);
|
|
1397
1397
|
box-shadow: 0px 4px 4.7px 0px #0000002e;
|
|
1398
1398
|
}
|
|
1399
1399
|
.slider::-moz-range-thumb {
|
|
1400
1400
|
width: 50px;
|
|
1401
|
-
outline: 3px solid
|
|
1401
|
+
outline: 3px solid var(--primary-200);
|
|
1402
1402
|
height: 50px;
|
|
1403
1403
|
background-color: #000;
|
|
1404
1404
|
border-radius: 0;
|
|
@@ -1407,9 +1407,8 @@ video {
|
|
|
1407
1407
|
.last\:border-none:last-child {
|
|
1408
1408
|
border-style: none;
|
|
1409
1409
|
}
|
|
1410
|
-
.checked\:border-
|
|
1411
|
-
|
|
1412
|
-
border-color: rgb(255 195 66 / var(--tw-border-opacity));
|
|
1410
|
+
.checked\:border-primary-500:checked {
|
|
1411
|
+
border-color: var(--primary-500);
|
|
1413
1412
|
}
|
|
1414
1413
|
.focus-within\:border-gray-400:focus-within {
|
|
1415
1414
|
--tw-border-opacity: 1;
|
|
@@ -1426,22 +1425,6 @@ video {
|
|
|
1426
1425
|
.hover\:border-2:hover {
|
|
1427
1426
|
border-width: 2px;
|
|
1428
1427
|
}
|
|
1429
|
-
.hover\:border-\[\#4285F4\]:hover {
|
|
1430
|
-
--tw-border-opacity: 1;
|
|
1431
|
-
border-color: rgb(66 133 244 / var(--tw-border-opacity));
|
|
1432
|
-
}
|
|
1433
|
-
.hover\:border-brand-200:hover {
|
|
1434
|
-
--tw-border-opacity: 1;
|
|
1435
|
-
border-color: rgb(255 224 143 / var(--tw-border-opacity));
|
|
1436
|
-
}
|
|
1437
|
-
.hover\:border-brand-300:hover {
|
|
1438
|
-
--tw-border-opacity: 1;
|
|
1439
|
-
border-color: rgb(255 214 101 / var(--tw-border-opacity));
|
|
1440
|
-
}
|
|
1441
|
-
.hover\:border-brand-500:hover {
|
|
1442
|
-
--tw-border-opacity: 1;
|
|
1443
|
-
border-color: rgb(255 195 66 / var(--tw-border-opacity));
|
|
1444
|
-
}
|
|
1445
1428
|
.hover\:border-gray-300:hover {
|
|
1446
1429
|
--tw-border-opacity: 1;
|
|
1447
1430
|
border-color: rgb(228 228 228 / var(--tw-border-opacity));
|
|
@@ -1450,6 +1433,15 @@ video {
|
|
|
1450
1433
|
--tw-border-opacity: 1;
|
|
1451
1434
|
border-color: rgb(162 162 162 / var(--tw-border-opacity));
|
|
1452
1435
|
}
|
|
1436
|
+
.hover\:border-primary-200:hover {
|
|
1437
|
+
border-color: var(--primary-200);
|
|
1438
|
+
}
|
|
1439
|
+
.hover\:border-primary-300:hover {
|
|
1440
|
+
border-color: var(--primary-300);
|
|
1441
|
+
}
|
|
1442
|
+
.hover\:border-primary-500:hover {
|
|
1443
|
+
border-color: var(--primary-500);
|
|
1444
|
+
}
|
|
1453
1445
|
.hover\:bg-blue-500:hover {
|
|
1454
1446
|
--tw-bg-opacity: 1;
|
|
1455
1447
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
@@ -1458,25 +1450,6 @@ video {
|
|
|
1458
1450
|
--tw-bg-opacity: 1;
|
|
1459
1451
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
|
|
1460
1452
|
}
|
|
1461
|
-
.hover\:bg-brand-100:hover {
|
|
1462
|
-
--tw-bg-opacity: 1;
|
|
1463
|
-
background-color: rgb(255 236 186 / var(--tw-bg-opacity));
|
|
1464
|
-
}
|
|
1465
|
-
.hover\:bg-brand-200:hover {
|
|
1466
|
-
--tw-bg-opacity: 1;
|
|
1467
|
-
background-color: rgb(255 224 143 / var(--tw-bg-opacity));
|
|
1468
|
-
}
|
|
1469
|
-
.hover\:bg-brand-25\/25:hover {
|
|
1470
|
-
background-color: rgb(245 250 255 / 0.25);
|
|
1471
|
-
}
|
|
1472
|
-
.hover\:bg-brand-50:hover {
|
|
1473
|
-
--tw-bg-opacity: 1;
|
|
1474
|
-
background-color: rgb(255 248 228 / var(--tw-bg-opacity));
|
|
1475
|
-
}
|
|
1476
|
-
.hover\:bg-brand-600:hover {
|
|
1477
|
-
--tw-bg-opacity: 1;
|
|
1478
|
-
background-color: rgb(255 181 61 / var(--tw-bg-opacity));
|
|
1479
|
-
}
|
|
1480
1453
|
.hover\:bg-gray-100:hover {
|
|
1481
1454
|
--tw-bg-opacity: 1;
|
|
1482
1455
|
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
@@ -1496,6 +1469,18 @@ video {
|
|
|
1496
1469
|
--tw-bg-opacity: 1;
|
|
1497
1470
|
background-color: rgb(70 70 70 / var(--tw-bg-opacity));
|
|
1498
1471
|
}
|
|
1472
|
+
.hover\:bg-primary-100:hover {
|
|
1473
|
+
background-color: var(--primary-100);
|
|
1474
|
+
}
|
|
1475
|
+
.hover\:bg-primary-200:hover {
|
|
1476
|
+
background-color: var(--primary-200);
|
|
1477
|
+
}
|
|
1478
|
+
.hover\:bg-primary-50:hover {
|
|
1479
|
+
background-color: var(--primary-50);
|
|
1480
|
+
}
|
|
1481
|
+
.hover\:bg-primary-600:hover {
|
|
1482
|
+
background-color: var(--primary-600);
|
|
1483
|
+
}
|
|
1499
1484
|
.hover\:bg-gradient-to-b:hover {
|
|
1500
1485
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
|
1501
1486
|
}
|
|
@@ -1512,9 +1497,9 @@ video {
|
|
|
1512
1497
|
--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
|
|
1513
1498
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1514
1499
|
}
|
|
1515
|
-
.hover\:from-
|
|
1516
|
-
--tw-gradient-from:
|
|
1517
|
-
--tw-gradient-to: rgb(255
|
|
1500
|
+
.hover\:from-primary-500:hover {
|
|
1501
|
+
--tw-gradient-from: var(--primary-500) var(--tw-gradient-from-position);
|
|
1502
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
1518
1503
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1519
1504
|
}
|
|
1520
1505
|
.hover\:via-black\/70:hover {
|
|
@@ -1527,23 +1512,19 @@ video {
|
|
|
1527
1512
|
.hover\:to-\[\#070707\]:hover {
|
|
1528
1513
|
--tw-gradient-to: #070707 var(--tw-gradient-to-position);
|
|
1529
1514
|
}
|
|
1530
|
-
.hover\:to-\[\#264D8E\]:hover {
|
|
1531
|
-
--tw-gradient-to: #264D8E var(--tw-gradient-to-position);
|
|
1532
|
-
}
|
|
1533
|
-
.hover\:to-\[\#285092\]:hover {
|
|
1534
|
-
--tw-gradient-to: #285092 var(--tw-gradient-to-position);
|
|
1535
|
-
}
|
|
1536
1515
|
.hover\:to-\[\#356AC3D9\]:hover {
|
|
1537
1516
|
--tw-gradient-to: #356AC3D9 var(--tw-gradient-to-position);
|
|
1538
1517
|
}
|
|
1539
|
-
.hover\:
|
|
1540
|
-
--tw-
|
|
1541
|
-
color: rgb(255 203 76 / var(--tw-text-opacity));
|
|
1518
|
+
.hover\:to-primary-600:hover {
|
|
1519
|
+
--tw-gradient-to: var(--primary-600) var(--tw-gradient-to-position);
|
|
1542
1520
|
}
|
|
1543
1521
|
.hover\:text-gray-500:hover {
|
|
1544
1522
|
--tw-text-opacity: 1;
|
|
1545
1523
|
color: rgb(162 162 162 / var(--tw-text-opacity));
|
|
1546
1524
|
}
|
|
1525
|
+
.hover\:text-primary-400:hover {
|
|
1526
|
+
color: var(--primary-400);
|
|
1527
|
+
}
|
|
1547
1528
|
.hover\:text-white:hover {
|
|
1548
1529
|
--tw-text-opacity: 1;
|
|
1549
1530
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -1596,22 +1577,20 @@ video {
|
|
|
1596
1577
|
var(--tw-ring-shadow),
|
|
1597
1578
|
var(--tw-shadow, 0 0 #0000);
|
|
1598
1579
|
}
|
|
1599
|
-
.hover\:ring
|
|
1580
|
+
.hover\:ring-brand-500:hover {
|
|
1600
1581
|
--tw-ring-opacity: 1;
|
|
1601
|
-
--tw-ring-color: rgb(
|
|
1582
|
+
--tw-ring-color: rgb(122 90 248 / var(--tw-ring-opacity));
|
|
1602
1583
|
}
|
|
1603
1584
|
.hover\:backdrop-blur-md:hover {
|
|
1604
1585
|
--tw-backdrop-blur: blur(12px);
|
|
1605
1586
|
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1606
1587
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1607
1588
|
}
|
|
1608
|
-
.focus-within\:hover\:border-
|
|
1609
|
-
|
|
1610
|
-
border-color: rgb(255 236 186 / var(--tw-border-opacity));
|
|
1589
|
+
.focus-within\:hover\:border-primary-100:hover:focus-within {
|
|
1590
|
+
border-color: var(--primary-100);
|
|
1611
1591
|
}
|
|
1612
|
-
.focus-within\:hover\:bg-
|
|
1613
|
-
|
|
1614
|
-
background-color: rgb(255 248 228 / var(--tw-bg-opacity));
|
|
1592
|
+
.focus-within\:hover\:bg-primary-50:hover:focus-within {
|
|
1593
|
+
background-color: var(--primary-50);
|
|
1615
1594
|
}
|
|
1616
1595
|
.focus-within\:hover\:text-dark:hover:focus-within {
|
|
1617
1596
|
--tw-text-opacity: 1;
|
|
@@ -1633,22 +1612,19 @@ video {
|
|
|
1633
1612
|
var(--tw-ring-shadow),
|
|
1634
1613
|
var(--tw-shadow, 0 0 #0000);
|
|
1635
1614
|
}
|
|
1636
|
-
.focus\:ring-
|
|
1637
|
-
--tw-ring-
|
|
1638
|
-
--tw-ring-color: rgb(255 195 66 / var(--tw-ring-opacity));
|
|
1639
|
-
}
|
|
1640
|
-
.active\:bg-brand-400:active {
|
|
1641
|
-
--tw-bg-opacity: 1;
|
|
1642
|
-
background-color: rgb(255 203 76 / var(--tw-bg-opacity));
|
|
1643
|
-
}
|
|
1644
|
-
.active\:bg-brand-50:active {
|
|
1645
|
-
--tw-bg-opacity: 1;
|
|
1646
|
-
background-color: rgb(255 248 228 / var(--tw-bg-opacity));
|
|
1615
|
+
.focus\:ring-primary-500:focus {
|
|
1616
|
+
--tw-ring-color: var(--primary-500);
|
|
1647
1617
|
}
|
|
1648
1618
|
.active\:bg-gray-25:active {
|
|
1649
1619
|
--tw-bg-opacity: 1;
|
|
1650
1620
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1651
1621
|
}
|
|
1622
|
+
.active\:bg-primary-400:active {
|
|
1623
|
+
background-color: var(--primary-400);
|
|
1624
|
+
}
|
|
1625
|
+
.active\:bg-primary-50:active {
|
|
1626
|
+
background-color: var(--primary-50);
|
|
1627
|
+
}
|
|
1652
1628
|
.active\:text-gray-900:active {
|
|
1653
1629
|
--tw-text-opacity: 1;
|
|
1654
1630
|
color: rgb(37 37 37 / var(--tw-text-opacity));
|
|
@@ -1665,16 +1641,16 @@ video {
|
|
|
1665
1641
|
--tw-shadow-color: #46464659;
|
|
1666
1642
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1667
1643
|
}
|
|
1668
|
-
.active\:shadow-
|
|
1669
|
-
--tw-shadow-color: #
|
|
1644
|
+
.active\:shadow-gray-700:active {
|
|
1645
|
+
--tw-shadow-color: #656565;
|
|
1670
1646
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1671
1647
|
}
|
|
1672
|
-
.active\:shadow-
|
|
1673
|
-
--tw-shadow-color:
|
|
1648
|
+
.active\:shadow-primary-300:active {
|
|
1649
|
+
--tw-shadow-color: var(--primary-300);
|
|
1674
1650
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1675
1651
|
}
|
|
1676
|
-
.active\:shadow-
|
|
1677
|
-
--tw-shadow-color:
|
|
1652
|
+
.active\:shadow-primary-700:active {
|
|
1653
|
+
--tw-shadow-color: var(--primary-700);
|
|
1678
1654
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1679
1655
|
}
|
|
1680
1656
|
.disabled\:pointer-events-none:disabled {
|
|
@@ -1717,9 +1693,8 @@ video {
|
|
|
1717
1693
|
--tw-translate-x: 0.75rem;
|
|
1718
1694
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1719
1695
|
}
|
|
1720
|
-
.peer:checked ~ .peer-checked\:bg-
|
|
1721
|
-
|
|
1722
|
-
background-color: rgb(255 195 66 / var(--tw-bg-opacity));
|
|
1696
|
+
.peer:checked ~ .peer-checked\:bg-primary-500 {
|
|
1697
|
+
background-color: var(--primary-500);
|
|
1723
1698
|
}
|
|
1724
1699
|
.peer:checked ~ .peer-checked\:opacity-100 {
|
|
1725
1700
|
opacity: 1;
|
|
@@ -1732,9 +1707,8 @@ video {
|
|
|
1732
1707
|
var(--tw-ring-shadow),
|
|
1733
1708
|
var(--tw-shadow, 0 0 #0000);
|
|
1734
1709
|
}
|
|
1735
|
-
.peer:active ~ .peer-active\:ring-
|
|
1736
|
-
--tw-ring-
|
|
1737
|
-
--tw-ring-color: rgb(255 214 101 / var(--tw-ring-opacity));
|
|
1710
|
+
.peer:active ~ .peer-active\:ring-primary-300 {
|
|
1711
|
+
--tw-ring-color: var(--primary-300);
|
|
1738
1712
|
}
|
|
1739
1713
|
.has-\[\:disabled\]\:pointer-events-none:has(:disabled) {
|
|
1740
1714
|
pointer-events: none;
|
|
@@ -1753,14 +1727,6 @@ video {
|
|
|
1753
1727
|
.has-\[\:disabled\]\:opacity-30:has(:disabled) {
|
|
1754
1728
|
opacity: 0.3;
|
|
1755
1729
|
}
|
|
1756
|
-
.dark\:border-brand-100:is(.dark *) {
|
|
1757
|
-
--tw-border-opacity: 1;
|
|
1758
|
-
border-color: rgb(255 236 186 / var(--tw-border-opacity));
|
|
1759
|
-
}
|
|
1760
|
-
.dark\:border-brand-800:is(.dark *) {
|
|
1761
|
-
--tw-border-opacity: 1;
|
|
1762
|
-
border-color: rgb(253 148 56 / var(--tw-border-opacity));
|
|
1763
|
-
}
|
|
1764
1730
|
.dark\:border-gray-600:is(.dark *) {
|
|
1765
1731
|
--tw-border-opacity: 1;
|
|
1766
1732
|
border-color: rgb(121 121 121 / var(--tw-border-opacity));
|
|
@@ -1773,6 +1739,12 @@ video {
|
|
|
1773
1739
|
--tw-border-opacity: 1;
|
|
1774
1740
|
border-color: rgb(37 37 37 / var(--tw-border-opacity));
|
|
1775
1741
|
}
|
|
1742
|
+
.dark\:border-primary-100:is(.dark *) {
|
|
1743
|
+
border-color: var(--primary-100);
|
|
1744
|
+
}
|
|
1745
|
+
.dark\:border-primary-800:is(.dark *) {
|
|
1746
|
+
border-color: var(--primary-800);
|
|
1747
|
+
}
|
|
1776
1748
|
.dark\:bg-dark:is(.dark *) {
|
|
1777
1749
|
--tw-bg-opacity: 1;
|
|
1778
1750
|
background-color: rgb(7 7 7 / var(--tw-bg-opacity));
|
|
@@ -1797,16 +1769,16 @@ video {
|
|
|
1797
1769
|
--tw-gradient-to: rgb(37 37 37 / 0) var(--tw-gradient-to-position);
|
|
1798
1770
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1799
1771
|
}
|
|
1800
|
-
.dark\:from-brand-900:is(.dark *) {
|
|
1801
|
-
--tw-gradient-from: #F97835 var(--tw-gradient-from-position);
|
|
1802
|
-
--tw-gradient-to: rgb(249 120 53 / 0) var(--tw-gradient-to-position);
|
|
1803
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1804
|
-
}
|
|
1805
1772
|
.dark\:from-cyan-500:is(.dark *) {
|
|
1806
1773
|
--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
|
|
1807
1774
|
--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
|
|
1808
1775
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1809
1776
|
}
|
|
1777
|
+
.dark\:from-primary-900:is(.dark *) {
|
|
1778
|
+
--tw-gradient-from: var(--primary-900) var(--tw-gradient-from-position);
|
|
1779
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
1780
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1781
|
+
}
|
|
1810
1782
|
.dark\:to-\[\#070707D9\]:is(.dark *) {
|
|
1811
1783
|
--tw-gradient-to: #070707D9 var(--tw-gradient-to-position);
|
|
1812
1784
|
}
|
|
@@ -1816,10 +1788,6 @@ video {
|
|
|
1816
1788
|
.dark\:to-dark:is(.dark *) {
|
|
1817
1789
|
--tw-gradient-to: #070707 var(--tw-gradient-to-position);
|
|
1818
1790
|
}
|
|
1819
|
-
.dark\:text-brand-200:is(.dark *) {
|
|
1820
|
-
--tw-text-opacity: 1;
|
|
1821
|
-
color: rgb(255 224 143 / var(--tw-text-opacity));
|
|
1822
|
-
}
|
|
1823
1791
|
.dark\:text-dark:is(.dark *) {
|
|
1824
1792
|
--tw-text-opacity: 1;
|
|
1825
1793
|
color: rgb(7 7 7 / var(--tw-text-opacity));
|
|
@@ -1848,6 +1816,9 @@ video {
|
|
|
1848
1816
|
--tw-text-opacity: 1;
|
|
1849
1817
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1850
1818
|
}
|
|
1819
|
+
.dark\:text-primary-200:is(.dark *) {
|
|
1820
|
+
color: var(--primary-200);
|
|
1821
|
+
}
|
|
1851
1822
|
.dark\:text-white:is(.dark *) {
|
|
1852
1823
|
--tw-text-opacity: 1;
|
|
1853
1824
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -1880,10 +1851,6 @@ video {
|
|
|
1880
1851
|
--tw-border-opacity: 1;
|
|
1881
1852
|
border-color: rgb(121 121 121 / var(--tw-border-opacity));
|
|
1882
1853
|
}
|
|
1883
|
-
.dark\:hover\:bg-brand-800:hover:is(.dark *) {
|
|
1884
|
-
--tw-bg-opacity: 1;
|
|
1885
|
-
background-color: rgb(253 148 56 / var(--tw-bg-opacity));
|
|
1886
|
-
}
|
|
1887
1854
|
.dark\:hover\:bg-gray-600:hover:is(.dark *) {
|
|
1888
1855
|
--tw-bg-opacity: 1;
|
|
1889
1856
|
background-color: rgb(121 121 121 / var(--tw-bg-opacity));
|
|
@@ -1892,6 +1859,9 @@ video {
|
|
|
1892
1859
|
--tw-bg-opacity: 1;
|
|
1893
1860
|
background-color: rgb(70 70 70 / var(--tw-bg-opacity));
|
|
1894
1861
|
}
|
|
1862
|
+
.dark\:hover\:bg-primary-800:hover:is(.dark *) {
|
|
1863
|
+
background-color: var(--primary-800);
|
|
1864
|
+
}
|
|
1895
1865
|
.hover\:dark\:bg-transparent:is(.dark *):hover {
|
|
1896
1866
|
background-color: transparent;
|
|
1897
1867
|
}
|
|
@@ -1903,14 +1873,13 @@ video {
|
|
|
1903
1873
|
.dark\:hover\:to-\[\#070707D9\]:hover:is(.dark *) {
|
|
1904
1874
|
--tw-gradient-to: #070707D9 var(--tw-gradient-to-position);
|
|
1905
1875
|
}
|
|
1906
|
-
.dark\:hover\:text-brand-600:hover:is(.dark *) {
|
|
1907
|
-
--tw-text-opacity: 1;
|
|
1908
|
-
color: rgb(255 181 61 / var(--tw-text-opacity));
|
|
1909
|
-
}
|
|
1910
1876
|
.dark\:hover\:text-light:hover:is(.dark *) {
|
|
1911
1877
|
--tw-text-opacity: 1;
|
|
1912
1878
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1913
1879
|
}
|
|
1880
|
+
.dark\:hover\:text-primary-600:hover:is(.dark *) {
|
|
1881
|
+
color: var(--primary-600);
|
|
1882
|
+
}
|
|
1914
1883
|
.dark\:focus-within\:hover\:bg-gray-700:hover:focus-within:is(.dark *) {
|
|
1915
1884
|
--tw-bg-opacity: 1;
|
|
1916
1885
|
background-color: rgb(101 101 101 / var(--tw-bg-opacity));
|
package/dist/index.js
CHANGED
|
@@ -55,7 +55,7 @@ function AccordionItem({
|
|
|
55
55
|
{
|
|
56
56
|
className: cn(
|
|
57
57
|
"rounded-lg mb-3 shadow-cardShadow dark:shadow-none border dark:border-gray-900",
|
|
58
|
-
isOpen ? "border-
|
|
58
|
+
isOpen ? "border-primary-500 shadow-cardShadowActive dark:bg-gray-900" : "hover:border-gray-500 hover:bg-gray-100 hover:dark:bg-transparent hover:dark:border-gray-600",
|
|
59
59
|
disabled ? "opacity-50 cursor-not-allowed" : "cursor-pointer"
|
|
60
60
|
)
|
|
61
61
|
},
|
|
@@ -99,9 +99,9 @@ var buttonVariants = cva(
|
|
|
99
99
|
{
|
|
100
100
|
variants: {
|
|
101
101
|
variant: {
|
|
102
|
-
primary: "bg-
|
|
103
|
-
"primary-light": "bg-
|
|
104
|
-
secondary: "bg-
|
|
102
|
+
primary: "bg-primary-500 text-light border hover:bg-primary-600 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#0000002E] active:bg-primary-400 active:shadow-[0px_0px_0px_3px] active:shadow-primary-300",
|
|
103
|
+
"primary-light": "bg-primary-50 text-primary-600 hover:bg-primary-200 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#356AC32E] active:shadow-[0px_0px_0px_3px] active:bg-primary-50 active:shadow-primary-300",
|
|
104
|
+
secondary: "bg-primary-50 text-primary-800 hover:bg-primary-200 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#6984AD2E] active:bg-primary-50 active:shadow-[0px_0px_0px_3px] active:shadow-primary-700",
|
|
105
105
|
tertiary: "bg-gray-100 text-gray-900 hover:bg-gray-300 hover:shadow-[inset_0px_2px_8px_-2px_#FFFFFF8F,inset_0px_8px_8px_-2px_#9595952E] active:bg-gray-25 active:shadow-[0px_0px_0px_3px] active:shadow-gray-700",
|
|
106
106
|
quaternary: "bg-gray-50/[0.02] text-light backdrop-blur-[6px] hover:shadow-[inset_0px_8px_8px_-2px_#23232314] hover:backdrop-blur-md hover:bg-gray-200/10 active:bg-gray-25 active:shadow-[0px_0px_0px_3px] active:text-gray-900 active:shadow-[#46464659]"
|
|
107
107
|
},
|
|
@@ -273,7 +273,7 @@ var Checkbox = forwardRef(
|
|
|
273
273
|
"div",
|
|
274
274
|
{
|
|
275
275
|
className: cn(
|
|
276
|
-
"group inline-flex relative items-center rounded-full border-2 border-transparent hover:border-
|
|
276
|
+
"group inline-flex relative items-center rounded-full border-2 border-transparent hover:border-primary-300",
|
|
277
277
|
disabled && "border-none"
|
|
278
278
|
)
|
|
279
279
|
},
|
|
@@ -287,7 +287,7 @@ var Checkbox = forwardRef(
|
|
|
287
287
|
readOnly,
|
|
288
288
|
checked,
|
|
289
289
|
className: cn(
|
|
290
|
-
"peer relative h-5 w-5 cursor-pointer appearance-none rounded-full border-2 border-gray-300 transition-all checked:border-
|
|
290
|
+
"peer relative h-5 w-5 cursor-pointer appearance-none rounded-full border-2 border-gray-300 transition-all checked:border-primary-500 hover:border-primary-500 hover:bg-primary-25/25 disabled:opacity-30 disabled:pointer-events-none disabled:border-gray-400",
|
|
291
291
|
className
|
|
292
292
|
)
|
|
293
293
|
}
|
|
@@ -296,7 +296,7 @@ var Checkbox = forwardRef(
|
|
|
296
296
|
"span",
|
|
297
297
|
{
|
|
298
298
|
className: cn(
|
|
299
|
-
"absolute text-
|
|
299
|
+
"absolute text-primary-600 transition-opacity opacity-0 pointer-events-none top-2/4 left-2/4 -translate-y-2/4 -translate-x-2/4 peer-checked:opacity-100",
|
|
300
300
|
disabled && "text-gray-300"
|
|
301
301
|
)
|
|
302
302
|
},
|
|
@@ -333,9 +333,9 @@ import { cva as cva5 } from "class-variance-authority";
|
|
|
333
333
|
var chipVariants = cva5("", {
|
|
334
334
|
variants: {
|
|
335
335
|
variant: {
|
|
336
|
-
primary: "bg-white text-
|
|
337
|
-
secondary: "bg-
|
|
338
|
-
glass: "text-
|
|
336
|
+
primary: "bg-white text-primary-500 hover:text-white hover:bg-gradient-to-r hover:from-primary-500 hover:to-primary-600",
|
|
337
|
+
secondary: "bg-primary-500 text-white hover:text-white hover:bg-gradient-to-r hover:from-primary-500 hover:to-primary-600",
|
|
338
|
+
glass: "text-primary-500"
|
|
339
339
|
},
|
|
340
340
|
size: {
|
|
341
341
|
sm: "text-sm py-1 px-3",
|
|
@@ -363,10 +363,10 @@ var Chip = ({
|
|
|
363
363
|
className: cn(
|
|
364
364
|
"rounded-radius-xl bg-gradient-to-r w-fit",
|
|
365
365
|
{
|
|
366
|
-
solid: "from-
|
|
367
|
-
primary: "from-
|
|
368
|
-
secondary: "from-
|
|
369
|
-
glass: "border border-
|
|
366
|
+
solid: "from-primary-200 to-primary-500",
|
|
367
|
+
primary: "from-primary-200 to-primary-500",
|
|
368
|
+
secondary: "from-primary-200 to-primary-500",
|
|
369
|
+
glass: "border border-primary-500"
|
|
370
370
|
}[variant || "primary"],
|
|
371
371
|
"p-[1px]"
|
|
372
372
|
)
|
|
@@ -474,12 +474,12 @@ function Footer({
|
|
|
474
474
|
"footer",
|
|
475
475
|
{
|
|
476
476
|
className: cn(
|
|
477
|
-
"bg-gradient-to-b from-gray-25 to-
|
|
477
|
+
"bg-gradient-to-b from-gray-25 to-primary-100 dark:from-primary-900 dark:to-dark",
|
|
478
478
|
className
|
|
479
479
|
)
|
|
480
480
|
},
|
|
481
481
|
children,
|
|
482
|
-
footerBottom && /* @__PURE__ */ React10.createElement("section", { className: "border-t border-
|
|
482
|
+
footerBottom && /* @__PURE__ */ React10.createElement("section", { className: "border-t border-primary-500 dark:border-primary-800 text-center py-spacing-md" }, footerBottom)
|
|
483
483
|
);
|
|
484
484
|
}
|
|
485
485
|
var FooterHeader = ({ children, className }) => {
|
|
@@ -521,20 +521,20 @@ var FooterList = ({ footerItems, target }) => {
|
|
|
521
521
|
Paragraph_default,
|
|
522
522
|
{
|
|
523
523
|
variant: "b3",
|
|
524
|
-
className: "dark:text-gray-300 hover:text-
|
|
524
|
+
className: "dark:text-gray-300 hover:text-primary-400 dark:hover:text-primary-600 text-gray-900"
|
|
525
525
|
},
|
|
526
526
|
data2?.text
|
|
527
527
|
)))))))
|
|
528
528
|
);
|
|
529
529
|
};
|
|
530
530
|
var FooterIcons = ({ icons }) => {
|
|
531
|
-
return /* @__PURE__ */ React10.createElement("div", { className: "flex flex-wrap justify-center items-center gap-5 text-
|
|
531
|
+
return /* @__PURE__ */ React10.createElement("div", { className: "flex flex-wrap justify-center items-center gap-5 text-primary-700 dark:text-primary-200" }, icons.map((icon, index) => /* @__PURE__ */ React10.createElement(
|
|
532
532
|
Link,
|
|
533
533
|
{
|
|
534
534
|
href: icon.link,
|
|
535
535
|
key: index,
|
|
536
536
|
target: "_blank",
|
|
537
|
-
className: "hover:bg-
|
|
537
|
+
className: "hover:bg-primary-100 dark:hover:bg-primary-800 p-1 rounded-radius-sm"
|
|
538
538
|
},
|
|
539
539
|
icon.icon
|
|
540
540
|
)));
|
|
@@ -554,7 +554,7 @@ var ImageCard = ({
|
|
|
554
554
|
"div",
|
|
555
555
|
{
|
|
556
556
|
className: cn(
|
|
557
|
-
"transition-all duration-300 ease-in-out hover:ring-1 hover:ring-
|
|
557
|
+
"transition-all duration-300 ease-in-out hover:ring-1 hover:ring-brand-500 relative rounded-radius-xl overflow-hidden block z-10 bg-cover bg-no-repeat bg-center",
|
|
558
558
|
className
|
|
559
559
|
),
|
|
560
560
|
style: {
|
|
@@ -575,7 +575,7 @@ var inputVariants = cva6(
|
|
|
575
575
|
{
|
|
576
576
|
variants: {
|
|
577
577
|
variant: {
|
|
578
|
-
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:has-[:disabled]:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-
|
|
578
|
+
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:has-[:disabled]:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-primary-100 focus-within:hover:bg-primary-50 has-[:disabled]:bg-gray-25 has-[:disabled]:border-gray-400",
|
|
579
579
|
glass: "backdrop-blur-[3.5px] bg-light/10 dark:bg-dark/20 dark:border-gray-800 border-gray-200/50 text-light"
|
|
580
580
|
}
|
|
581
581
|
},
|
|
@@ -650,7 +650,7 @@ var ListItem = React14.forwardRef(
|
|
|
650
650
|
({ className, title, href, onClick, as = "link", variant = "solid", icon }, ref) => {
|
|
651
651
|
const pathname = usePathname();
|
|
652
652
|
const isActive = as === "link" && href === pathname;
|
|
653
|
-
const variantClasses = variant === "solid" ? "rounded-radius-lg hover:bg-
|
|
653
|
+
const variantClasses = variant === "solid" ? "rounded-radius-lg hover:bg-primary-50 text-dark group border border-transparent hover:border-primary-200 focus:outline-none focus:ring-1 focus:ring-primary-500 focus:text-white leading-none no-underline outline-none transition-colors" : variant === "glass" ? "rounded-radius-lg group border border-transparent hover:border-primary-200 focus:outline-none focus:ring-1 focus:ring-primary-500 focus:text-white leading-none no-underline outline-none transition-colors" : "";
|
|
654
654
|
if (as === "button") {
|
|
655
655
|
return /* @__PURE__ */ React14.createElement(
|
|
656
656
|
"button",
|
|
@@ -670,7 +670,7 @@ var ListItem = React14.forwardRef(
|
|
|
670
670
|
passHref: true,
|
|
671
671
|
className: cn(
|
|
672
672
|
"px-4 py-[8px] font-karla w-full flex items-center gap-2 group",
|
|
673
|
-
isActive ? "bg-
|
|
673
|
+
isActive ? "bg-primary-400 text-white border border-primary-200" : variantClasses,
|
|
674
674
|
className
|
|
675
675
|
),
|
|
676
676
|
ref
|
|
@@ -709,7 +709,7 @@ var Slider = forwardRef3(
|
|
|
709
709
|
size === "sm" ? "h-1.5" : "h-4"
|
|
710
710
|
),
|
|
711
711
|
style: {
|
|
712
|
-
background: `linear-gradient(to right,
|
|
712
|
+
background: `linear-gradient(to right, var(--primary-500) ${progress}%, #d1d5db ${progress}%)`
|
|
713
713
|
}
|
|
714
714
|
}
|
|
715
715
|
));
|
|
@@ -730,12 +730,12 @@ var StatsCard = ({
|
|
|
730
730
|
Card,
|
|
731
731
|
{
|
|
732
732
|
className: cn(
|
|
733
|
-
"border border-[#eee] hover:border-
|
|
733
|
+
"border border-[#eee] hover:border-primary-500 rounded-radius-xl bg-[#FFFFFFE5] bg-gradient-to-b bg-[#fff] hover:from-[#8EB6F8D9] hover:to-[#356AC3D9] dark:from-[#252525D9] dark:to-[#070707D9] dark:hover:from-[#1A3562D9] dark:hover:to-[#070707D9] backdrop-blur-sm px-[32px] py-[64px] group",
|
|
734
734
|
className
|
|
735
735
|
)
|
|
736
736
|
},
|
|
737
737
|
/* @__PURE__ */ React16.createElement("span", { className: "group-hover:text-white text-dark dark:text-white" }, cardIcon),
|
|
738
|
-
/* @__PURE__ */ React16.createElement(CardTitle, { className: "group-hover:text-white text-[48px] font-bold text-
|
|
738
|
+
/* @__PURE__ */ React16.createElement(CardTitle, { className: "group-hover:text-white text-[48px] font-bold text-primary-500 dark:text-white my-4" }, statTitle),
|
|
739
739
|
/* @__PURE__ */ React16.createElement(CardDescription, { className: "group-hover:text-white text-[24px] hover:text-white text-dark leading-[25px]" }, statDesc)
|
|
740
740
|
);
|
|
741
741
|
};
|
|
@@ -751,7 +751,7 @@ var textareaVariants = cva8(
|
|
|
751
751
|
{
|
|
752
752
|
variants: {
|
|
753
753
|
variant: {
|
|
754
|
-
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:disabled:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-
|
|
754
|
+
default: "dark:text-gray-500 dark:bg-gray-900 dark:border-gray-800 dark:hover:text-light dark:hover:bg-gray-800 dark:hover:border-gray-700 dark:focus-within:bg-gray-100 dark:focus-within:border-gray-800 dark:focus-within:hover:bg-gray-700 dark:focus-within:text-dark dark:disabled:bg-gray-700 bg-gray-100 border-gray-200 text-gray-600 hover:border-gray-300 hover:text-gray-500 hover:bg-gray-300 focus-within:bg-gray-50 focus-within:border-gray-400 focus-within:text-dark focus-within:hover:text-dark focus-within:hover:border-primary-100 focus-within:hover:bg-primary-50 disabled:bg-gray-25 disabled:border-gray-400",
|
|
755
755
|
glass: "backdrop-blur-[3.5px] bg-light/10 dark:bg-dark/20 dark:border-gray-800 border-gray-200/50 text-light"
|
|
756
756
|
}
|
|
757
757
|
},
|
|
@@ -783,7 +783,7 @@ var Textarea_default = Textarea;
|
|
|
783
783
|
import { cva as cva9 } from "class-variance-authority";
|
|
784
784
|
import React18, { forwardRef as forwardRef5 } from "react";
|
|
785
785
|
var toggleVariants = cva9(
|
|
786
|
-
"rounded-radius-xl bg-gray-300 transition-colors peer-checked:bg-
|
|
786
|
+
"rounded-radius-xl bg-gray-300 transition-colors peer-checked:bg-primary-500 peer-active:ring-2 peer-active:ring-primary-300",
|
|
787
787
|
{
|
|
788
788
|
variants: {
|
|
789
789
|
size: {
|