@warp-ds/css 1.0.0-alpha.27 → 1.0.0-alpha.28
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.
|
@@ -412,7 +412,7 @@ export const toggle = {
|
|
|
412
412
|
|
|
413
413
|
export const clickable = {
|
|
414
414
|
clickable: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset',
|
|
415
|
-
clickableNotToggle: 'inset-0 absolute',
|
|
415
|
+
clickableNotToggle: 'inset-0 absolute bg-transparent',
|
|
416
416
|
label: `px-12 ${label.label} py-8! cursor-pointer focusable focusable-inset`,
|
|
417
417
|
focusable: 'focusable',
|
|
418
418
|
};
|
package/package.json
CHANGED