From bf976b47761d8d4c03e493b19ab2ba7af9097602 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 19 Dec 2024 22:57:16 +0000 Subject: [PATCH 1/2] Remove CSS modules feature flag from VisuallyHidden --- .../__snapshots__/CounterLabel.test.tsx.snap | 24 +---------- .../src/VisuallyHidden/VisuallyHidden.tsx | 41 ++----------------- .../__snapshots__/Autocomplete.test.tsx.snap | 12 +----- 3 files changed, 6 insertions(+), 71 deletions(-) diff --git a/packages/react/src/CounterLabel/__snapshots__/CounterLabel.test.tsx.snap b/packages/react/src/CounterLabel/__snapshots__/CounterLabel.test.tsx.snap index 77ff00aad26..27f0f50a32b 100644 --- a/packages/react/src/CounterLabel/__snapshots__/CounterLabel.test.tsx.snap +++ b/packages/react/src/CounterLabel/__snapshots__/CounterLabel.test.tsx.snap @@ -1,16 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`CounterLabel renders with secondary scheme when no "scheme" prop is provided 1`] = ` -.c0:not(:focus):not(:active):not(:focus-within) { - -webkit-clip-path: inset(50%); - clip-path: inset(50%); - height: 1px; - overflow: hidden; - position: absolute; - white-space: nowrap; - width: 1px; -} -