@eqtylab/equality 1.1.9 → 1.2.0
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.
|
@@ -101,11 +101,6 @@
|
|
|
101
101
|
min-width: calc(0.25rem * 0);
|
|
102
102
|
flex: 1;
|
|
103
103
|
flex-direction: column;
|
|
104
|
-
:where(& > :not(:last-child)) {
|
|
105
|
-
--tw-space-y-reverse: 0;
|
|
106
|
-
margin-block-start: calc(calc(0.25rem * 0.5) * var(--tw-space-y-reverse));
|
|
107
|
-
margin-block-end: calc(calc(0.25rem * 0.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
108
|
-
}
|
|
109
104
|
}
|
|
110
105
|
.dialog-title {
|
|
111
106
|
font-size: 1.125rem;
|
|
@@ -277,11 +272,6 @@
|
|
|
277
272
|
inherits: false;
|
|
278
273
|
initial-value: 0;
|
|
279
274
|
}
|
|
280
|
-
@property --tw-space-y-reverse {
|
|
281
|
-
syntax: "*";
|
|
282
|
-
inherits: false;
|
|
283
|
-
initial-value: 0;
|
|
284
|
-
}
|
|
285
275
|
@property --tw-leading {
|
|
286
276
|
syntax: "*";
|
|
287
277
|
inherits: false;
|
package/dist/index.d.cts
CHANGED
|
@@ -51,14 +51,14 @@ declare const AlertDialogFooter: {
|
|
|
51
51
|
declare const AlertDialogTitle: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
52
52
|
declare const AlertDialogDescription: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
53
53
|
declare const AlertDialogAction: React$1.ForwardRefExoticComponent<Omit<Omit<AlertDialogPrimitive.AlertDialogActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref">, "prefix"> & VariantProps<(props?: ({
|
|
54
|
-
variant?: "
|
|
54
|
+
variant?: "link" | "danger" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
55
55
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
56
56
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
57
57
|
prefix?: React$1.ReactNode;
|
|
58
58
|
suffix?: React$1.ReactNode;
|
|
59
59
|
} & React$1.RefAttributes<HTMLButtonElement>>;
|
|
60
60
|
declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<Omit<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React$1.RefAttributes<HTMLButtonElement>, "ref">, "prefix"> & VariantProps<(props?: ({
|
|
61
|
-
variant?: "
|
|
61
|
+
variant?: "link" | "danger" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
62
62
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
63
63
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
64
64
|
prefix?: React$1.ReactNode;
|
|
@@ -163,7 +163,7 @@ declare const BgGradient: ({ theme, placement, }: {
|
|
|
163
163
|
}) => react_jsx_runtime.JSX.Element;
|
|
164
164
|
|
|
165
165
|
declare const buttonVariants: (props?: ({
|
|
166
|
-
variant?: "
|
|
166
|
+
variant?: "link" | "danger" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
167
167
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
168
168
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
169
169
|
type ButtonBaseProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'prefix'>;
|
package/dist/index.d.ts
CHANGED
|
@@ -51,14 +51,14 @@ declare const AlertDialogFooter: {
|
|
|
51
51
|
declare const AlertDialogTitle: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
52
52
|
declare const AlertDialogDescription: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
53
53
|
declare const AlertDialogAction: React$1.ForwardRefExoticComponent<Omit<Omit<AlertDialogPrimitive.AlertDialogActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref">, "prefix"> & VariantProps<(props?: ({
|
|
54
|
-
variant?: "
|
|
54
|
+
variant?: "link" | "danger" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
55
55
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
56
56
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
57
57
|
prefix?: React$1.ReactNode;
|
|
58
58
|
suffix?: React$1.ReactNode;
|
|
59
59
|
} & React$1.RefAttributes<HTMLButtonElement>>;
|
|
60
60
|
declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<Omit<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React$1.RefAttributes<HTMLButtonElement>, "ref">, "prefix"> & VariantProps<(props?: ({
|
|
61
|
-
variant?: "
|
|
61
|
+
variant?: "link" | "danger" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
62
62
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
63
63
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
64
64
|
prefix?: React$1.ReactNode;
|
|
@@ -163,7 +163,7 @@ declare const BgGradient: ({ theme, placement, }: {
|
|
|
163
163
|
}) => react_jsx_runtime.JSX.Element;
|
|
164
164
|
|
|
165
165
|
declare const buttonVariants: (props?: ({
|
|
166
|
-
variant?: "
|
|
166
|
+
variant?: "link" | "danger" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
167
167
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
168
168
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
169
169
|
type ButtonBaseProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'prefix'>;
|
|
@@ -151,11 +151,6 @@
|
|
|
151
151
|
min-width: calc(0.25rem * 0);
|
|
152
152
|
flex: 1;
|
|
153
153
|
flex-direction: column;
|
|
154
|
-
:where(& > :not(:last-child)) {
|
|
155
|
-
--tw-space-y-reverse: 0;
|
|
156
|
-
margin-block-start: calc(calc(0.25rem * 0.5) * var(--tw-space-y-reverse));
|
|
157
|
-
margin-block-end: calc(calc(0.25rem * 0.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
158
|
-
}
|
|
159
154
|
}
|
|
160
155
|
.sheet-body {
|
|
161
156
|
min-height: calc(0.25rem * 0);
|
|
@@ -349,11 +344,6 @@
|
|
|
349
344
|
inherits: false;
|
|
350
345
|
initial-value: 100%;
|
|
351
346
|
}
|
|
352
|
-
@property --tw-space-y-reverse {
|
|
353
|
-
syntax: "*";
|
|
354
|
-
inherits: false;
|
|
355
|
-
initial-value: 0;
|
|
356
|
-
}
|
|
357
347
|
@property --tw-font-weight {
|
|
358
348
|
syntax: "*";
|
|
359
349
|
inherits: false;
|
package/package.json
CHANGED