globalfy-design-system 1.45.0 → 1.46.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.
|
@@ -202,30 +202,37 @@ export declare const menuListVariants: import('tailwind-variants').TVReturnType<
|
|
|
202
202
|
export declare const optionVariants: import('tailwind-variants').TVReturnType<{
|
|
203
203
|
selected: {
|
|
204
204
|
true: string;
|
|
205
|
+
false: string;
|
|
205
206
|
};
|
|
206
|
-
}, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800
|
|
207
|
+
}, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
207
208
|
selected: {
|
|
208
209
|
true: string;
|
|
210
|
+
false: string;
|
|
209
211
|
};
|
|
210
212
|
}, {
|
|
211
213
|
selected: {
|
|
212
214
|
true: string;
|
|
215
|
+
false: string;
|
|
213
216
|
};
|
|
214
217
|
}>, {
|
|
215
218
|
selected: {
|
|
216
219
|
true: string;
|
|
220
|
+
false: string;
|
|
217
221
|
};
|
|
218
222
|
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
219
223
|
selected: {
|
|
220
224
|
true: string;
|
|
225
|
+
false: string;
|
|
221
226
|
};
|
|
222
|
-
}, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800
|
|
227
|
+
}, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
223
228
|
selected: {
|
|
224
229
|
true: string;
|
|
230
|
+
false: string;
|
|
225
231
|
};
|
|
226
232
|
}, {
|
|
227
233
|
selected: {
|
|
228
234
|
true: string;
|
|
235
|
+
false: string;
|
|
229
236
|
};
|
|
230
237
|
}>, unknown, unknown, undefined>>;
|
|
231
238
|
export declare const labelVariants: import('tailwind-variants').TVReturnType<{
|
|
@@ -52374,10 +52374,11 @@ const Rl = O0({
|
|
|
52374
52374
|
}), Wl = O0({
|
|
52375
52375
|
base: "mt-[5px] rounded-lg border border-primary-grey-600 bg-white py-2"
|
|
52376
52376
|
}), ei = O0({
|
|
52377
|
-
base: "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800
|
|
52377
|
+
base: "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800",
|
|
52378
52378
|
variants: {
|
|
52379
52379
|
selected: {
|
|
52380
|
-
true: "bg-secondary-green-500 font-medium text-white"
|
|
52380
|
+
true: "bg-secondary-green-500 font-medium text-white",
|
|
52381
|
+
false: "hover:bg-primary-grey-500 hover:font-medium hover:text-primary-grey-800"
|
|
52381
52382
|
}
|
|
52382
52383
|
}
|
|
52383
52384
|
}), Qs0 = O0({
|