atls / hyperion

Highly ordered User Interface Kit
https://ui.atls.design
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Добавить зависимость csstype в utils/use-popover #547

Closed oxiqod closed 10 months ago

oxiqod commented 10 months ago

С чем связан запрос на фичу?

добавить недостающую зависимость

Расскажите как вы это себе видите

сейчас при использовании пакета @atls-utils/use-popover необходимо добавлять дополнительную зависимость csstype через packageExtensions:


packageExtensions:
  '@atls-utils/use-popover@*':
    dependencies:
      csstype: '3.0.10'

что бы избежать этого - пакету нужно добавить свою зависимость csstype

Definition of done (критерий готовности)

-

Приложите пример реализаций

No response

Приложите материалы задачи

ошибка без данной зависимости:


 YN0000: │   Error: Cannot find module 'csstype' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@atls-utils-use-popover-virtual-818a428db2/0/cache/@atls-utils-use-popover-npm-0.0.2-c422063e9b-71767d41c2.zip/node_modules/@atls-utils/use-popover/dist/use-popover.hook.d.ts
➤ YN0000: │ 
➤ YN0000: │   Error: Cannot find module 'csstype' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@atls-utils-use-popover-virtual-818a428db2/0/cache/@atls-utils-use-popover-npm-0.0.2-c422063e9b-71767d41c2.zip/node_modules/@atls-utils/use-popover/dist/use-popover.hook.d.ts
➤ YN0000: │ 
➤ YN0000: │   Error: Cannot find module 'csstype' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@atls-utils-use-popover-virtual-818a428db2/0/cache/@atls-utils-use-popover-npm-0.0.2-c422063e9b-71767d41c2.zip/node_modules/@atls-utils/use-popover/dist/use-popover.hook.d.ts
➤ YN0000: │ 
➤ YN0000: │   Error: Cannot find module 'csstype' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@atls-utils-use-popover-virtual-818a428db2/0/cache/@atls-utils-use-popover-npm-0.0.2-c422063e9b-71767d41c2.zip/node_modules/@atls-utils/use-popover/dist/use-popover.hook.d.ts
➤ YN0000: │ 
➤ YN0000: │   Error: Cannot find module 'csstype' or its corresponding type declarations.

и так далее...