Updated the pnpm-lock.yaml to override versions of '@radix-ui/react-dismissable-layer' and '@radix-ui/react-focus-scope' to their latest releases. Enhanced the CSS for popover components by introducing a new '.crt-popover' class for improved styling, ensuring a more distinct appearance over other content. Refactored related components to utilize the new class, improving visual consistency across the application.
8 lines
684 B
YAML
8 lines
684 B
YAML
# Radix держит стек всплывающих слоёв (диалог, поповер, меню) в модульных синглтонах: два
|
|
# экземпляра react-dismissable-layer или react-focus-scope в дереве — это два независимых стека,
|
|
# и вложенный в диалог поповер перестаёт получать указатель и фокус. Пакеты пинуют точные версии
|
|
# зависимостей, поэтому единственность обеспечивается здесь.
|
|
overrides:
|
|
'@radix-ui/react-dismissable-layer': 1.1.17
|
|
'@radix-ui/react-focus-scope': 1.1.14
|