@warp-ds/css 1.0.0-alpha.24 → 1.0.0-alpha.26
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.
|
@@ -391,6 +391,8 @@ export namespace clickable {
|
|
|
391
391
|
export const clickableNotToggle: string;
|
|
392
392
|
const label_6: string;
|
|
393
393
|
export { label_6 as label };
|
|
394
|
+
const focusable_1: string;
|
|
395
|
+
export { focusable_1 as focusable };
|
|
394
396
|
}
|
|
395
397
|
export namespace combobox {
|
|
396
398
|
const wrapper_11: string;
|
|
@@ -414,6 +414,7 @@ export const clickable = {
|
|
|
414
414
|
clickable: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset',
|
|
415
415
|
clickableNotToggle: 'inset-0 absolute',
|
|
416
416
|
label: `px-12 ${label.label} py-8! cursor-pointer focusable focusable-inset`,
|
|
417
|
+
focusable: 'focusable',
|
|
417
418
|
};
|
|
418
419
|
|
|
419
420
|
export const combobox = {
|
package/package.json
CHANGED