@engrate/components 0.1.2 → 0.1.3
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/ui/Card/Card.d.ts +1 -1
- package/dist/index.cjs.js +5 -5
- package/dist/index.es.js +19 -20
- package/dist/styles.css +1 -1
- package/dist/tailwind.preset.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4360,13 +4360,13 @@ const To = K(
|
|
|
4360
4360
|
variants: {
|
|
4361
4361
|
variant: {
|
|
4362
4362
|
primary: "bg-sunflower text-primary hover:bg-sunflower-hover active:bg-sunflower-hover",
|
|
4363
|
-
secondary: "border-border bg-
|
|
4363
|
+
secondary: "border-border bg-border text-primary active:bg-alt border hover:bg-white",
|
|
4364
4364
|
ghost: "text-primary hover:bg-alt active:bg-contrast"
|
|
4365
4365
|
},
|
|
4366
4366
|
size: {
|
|
4367
|
-
sm: "rounded-pill text-small px-
|
|
4368
|
-
default: "rounded-pill text-small px-
|
|
4369
|
-
lg: "rounded-pill px-
|
|
4367
|
+
sm: "rounded-pill text-small px-5 py-1",
|
|
4368
|
+
default: "rounded-pill text-small px-8 py-1.5",
|
|
4369
|
+
lg: "rounded-pill text-body px-12 py-2",
|
|
4370
4370
|
icon: "h-10 w-10 rounded-full"
|
|
4371
4371
|
}
|
|
4372
4372
|
},
|
|
@@ -4468,7 +4468,7 @@ const fp = s.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c(
|
|
|
4468
4468
|
{
|
|
4469
4469
|
ref: n,
|
|
4470
4470
|
className: N(
|
|
4471
|
-
"text-primary text-lg leading-none
|
|
4471
|
+
"text-primary text-lg leading-none tracking-tight",
|
|
4472
4472
|
e
|
|
4473
4473
|
),
|
|
4474
4474
|
...t
|
|
@@ -4508,9 +4508,9 @@ const gp = K(
|
|
|
4508
4508
|
variants: {
|
|
4509
4509
|
variant: {
|
|
4510
4510
|
sunflower: "bg-sunflower text-primary",
|
|
4511
|
-
"lemon-meringue": "bg-lemon-meringue text-primary",
|
|
4512
|
-
vanilla: "bg-vanilla text-primary",
|
|
4513
|
-
eggshell: "bg-eggshell text-primary",
|
|
4511
|
+
"lemon-meringue": "bg-lemon-meringue text-primary border-tertiary border",
|
|
4512
|
+
vanilla: "bg-vanilla text-primary border-tertiary border",
|
|
4513
|
+
eggshell: "bg-eggshell text-primary border-tertiary border",
|
|
4514
4514
|
"warm-purple": "bg-warm-purple text-white",
|
|
4515
4515
|
"cool-purple": "bg-cool-purple text-white",
|
|
4516
4516
|
"electric-blue": "bg-electric-blue text-white",
|
|
@@ -4557,8 +4557,8 @@ const bp = K("text-small flex items-center font-sans", {
|
|
|
4557
4557
|
{
|
|
4558
4558
|
variants: {
|
|
4559
4559
|
isCurrentPage: {
|
|
4560
|
-
true: "
|
|
4561
|
-
false: "text-
|
|
4560
|
+
true: "cursor-default text-black",
|
|
4561
|
+
false: "text-quaternary hover:text-primary"
|
|
4562
4562
|
}
|
|
4563
4563
|
},
|
|
4564
4564
|
defaultVariants: {
|
|
@@ -4652,7 +4652,6 @@ const xp = K(
|
|
|
4652
4652
|
},
|
|
4653
4653
|
bg: {
|
|
4654
4654
|
// Default backgrounds
|
|
4655
|
-
white: "bg-white",
|
|
4656
4655
|
card: "bg-card",
|
|
4657
4656
|
main: "bg-main",
|
|
4658
4657
|
alt: "bg-alt",
|
|
@@ -7733,7 +7732,7 @@ const Rg = s.forwardRef(({ className: e, inset: t, ...n }, o) => /* @__PURE__ */
|
|
|
7733
7732
|
{
|
|
7734
7733
|
ref: o,
|
|
7735
7734
|
className: N(
|
|
7736
|
-
"text-small text-primary px-2 py-1.5
|
|
7735
|
+
"text-small text-primary px-2 py-1.5",
|
|
7737
7736
|
t && "pl-8",
|
|
7738
7737
|
e
|
|
7739
7738
|
),
|
|
@@ -9017,7 +9016,7 @@ const Qv = s.forwardRef(({ className: e, inset: t, ...n }, o) => /* @__PURE__ */
|
|
|
9017
9016
|
{
|
|
9018
9017
|
ref: o,
|
|
9019
9018
|
className: N(
|
|
9020
|
-
"text-small text-primary px-2 py-1.5
|
|
9019
|
+
"text-small text-primary px-2 py-1.5",
|
|
9021
9020
|
t && "pl-8",
|
|
9022
9021
|
e
|
|
9023
9022
|
),
|
|
@@ -9082,7 +9081,7 @@ const ob = K(
|
|
|
9082
9081
|
{
|
|
9083
9082
|
variants: {
|
|
9084
9083
|
variant: {
|
|
9085
|
-
default: "text-
|
|
9084
|
+
default: "text-primary",
|
|
9086
9085
|
primary: "text-primary",
|
|
9087
9086
|
secondary: "text-secondary"
|
|
9088
9087
|
},
|
|
@@ -9413,10 +9412,10 @@ const wb = K("text-primary font-normal", {
|
|
|
9413
9412
|
variants: {
|
|
9414
9413
|
level: {
|
|
9415
9414
|
hero: "font-display text-hero",
|
|
9416
|
-
h1: "text-h1 font-sans",
|
|
9417
|
-
h2: "text-h2 font-sans",
|
|
9418
|
-
h3: "text-h3 font-sans",
|
|
9419
|
-
h4: "text-h4 font-sans"
|
|
9415
|
+
h1: "text-h1 font-sans font-normal",
|
|
9416
|
+
h2: "text-h2 font-sans font-normal",
|
|
9417
|
+
h3: "text-h3 font-sans font-normal",
|
|
9418
|
+
h4: "text-h4 font-sans font-normal"
|
|
9420
9419
|
}
|
|
9421
9420
|
},
|
|
9422
9421
|
defaultVariants: {
|
|
@@ -9605,7 +9604,7 @@ const Db = s.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c(
|
|
|
9605
9604
|
{
|
|
9606
9605
|
ref: n,
|
|
9607
9606
|
className: N(
|
|
9608
|
-
"text-primary text-lg leading-none
|
|
9607
|
+
"text-primary text-lg leading-none tracking-tight",
|
|
9609
9608
|
e
|
|
9610
9609
|
),
|
|
9611
9610
|
...t
|
|
@@ -12156,7 +12155,7 @@ const rx = s.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c(
|
|
|
12156
12155
|
Xw,
|
|
12157
12156
|
{
|
|
12158
12157
|
ref: n,
|
|
12159
|
-
className: N("text-sm
|
|
12158
|
+
className: N("text-sm", e),
|
|
12160
12159
|
...t
|
|
12161
12160
|
}
|
|
12162
12161
|
));
|