revert: removed atls-ui-proto #106
Annotations
17 errors
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.:
../.yarn/berry/cache/swiper-npm-9.4.1-38d46d35a3-10.zip/node_modules/swiper/react/swiper-react.d.ts#L0
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
|
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './react/MockedProvider.js'?:
.yarn/__virtual__/@apollo-client-virtual-f15825646b/2/.yarn/berry/cache/@apollo-client-npm-3.6.6-71e00c79ad-10.zip/node_modules/@apollo/client/testing/index.d.ts#L0
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './react/MockedProvider.js'?
|
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.:
.yarn/__virtual__/@apollo-client-virtual-f15825646b/2/.yarn/berry/cache/@apollo-client-npm-3.6.6-71e00c79ad-10.zip/node_modules/@apollo/client/testing/index.d.ts#L0
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
|
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@apollo/client/testing")' call instead.:
ui-admin/upload/src/upload.stories.tsx#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("@apollo/client/testing")' call instead.
To convert this file to an ECMAScript module, add the field `"type": "module"` to '/home/runner/work/hyperion/hyperion/ui-admin/upload/package.json'.
|
Module '"@atls-ui-parts/input"' has no exported member 'Input'.:
ui-parts/autocomplete/src/autocomplete.component.tsx#L11
Module '"@atls-ui-parts/input"' has no exported member 'Input'.
|
Module '"@atls-ui-parts/input"' has no exported member 'Input'.:
ui-parts/datepicker/src/datepicker.stories.tsx#L5
Module '"@atls-ui-parts/input"' has no exported member 'Input'.
|
Module '"@atls-ui-parts/button"' has no exported member 'Button'.:
ui-parts/progress/src/progress.stories.tsx#L4
Module '"@atls-ui-parts/button"' has no exported member 'Button'.
|
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("nanoid")' call instead.:
ui-parts/select/src/select.stories.tsx#L5
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("nanoid")' call instead.
To convert this file to an ECMAScript module, add the field `"type": "module"` to '/home/runner/work/hyperion/hyperion/ui-parts/select/package.json'.
|
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.:
ui-parts/swiper/src/swiper-instance-exporter.component.ts#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.
To convert this file to an ECMAScript module, change its file extension to '.mts', or add the field `"type": "module"` to '/home/runner/work/hyperion/hyperion/ui-parts/swiper/package.json'.
|
Type '{ children: Element[]; slidesPerView: number; spaceBetween: number; loop: true; width: number; grabCursor: true; touchEventsTarget: string; }' is not assignable to type 'IntrinsicAttributes & SwiperProps'.:
ui-parts/swiper/src/swiper.stories.tsx#L29
Type '{ children: Element[]; slidesPerView: number; spaceBetween: number; loop: true; width: number; grabCursor: true; touchEventsTarget: string; }' is not assignable to type 'IntrinsicAttributes & SwiperProps'.
Property 'slidesPerView' does not exist on type 'IntrinsicAttributes & SwiperProps'.
|
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.:
ui-parts/swiper/src/swiper.tsx#L5
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.
To convert this file to an ECMAScript module, add the field `"type": "module"` to '/home/runner/work/hyperion/hyperion/ui-parts/swiper/package.json'.
|
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.:
ui-parts/swiper/src/swiper.tsx#L6
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.
To convert this file to an ECMAScript module, add the field `"type": "module"` to '/home/runner/work/hyperion/hyperion/ui-parts/swiper/package.json'.
|
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("nanoid")' call instead.:
ui-parts/swiper/src/swiper.tsx#L7
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("nanoid")' call instead.
To convert this file to an ECMAScript module, add the field `"type": "module"` to '/home/runner/work/hyperion/hyperion/ui-parts/swiper/package.json'.
|
Property 'width' does not exist on type 'SwiperProps'.:
ui-parts/swiper/src/swiper.tsx#L15
Property 'width' does not exist on type 'SwiperProps'.
|
Type '{ tag?: string | undefined; wrapperTag?: string | undefined; onSwiper?: ((swiper: SwiperClass) => void) | undefined; onAutoplayStart?: ((swiper: SwiperClass) => void) | undefined; onAutoplayStop?: ((swiper: SwiperClass) => void) | undefined; ... 334 more ...; className: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<SwiperRef> & SwiperProps'.:
ui-parts/swiper/src/swiper.tsx#L41
Type '{ tag?: string | undefined; wrapperTag?: string | undefined; onSwiper?: ((swiper: SwiperClass) => void) | undefined; onAutoplayStart?: ((swiper: SwiperClass) => void) | undefined; onAutoplayStop?: ((swiper: SwiperClass) => void) | undefined; ... 334 more ...; className: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<SwiperRef> & SwiperProps'.
Property 'width' does not exist on type 'IntrinsicAttributes & RefAttributes<SwiperRef> & SwiperProps'.
|
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.:
ui-parts/swiper/src/swiper.tsx#L44
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("swiper/react")' call instead.
To convert this file to an ECMAScript module, add the field `"type": "module"` to '/home/runner/work/hyperion/hyperion/ui-parts/swiper/package.json'.
|
Spread types may only be created from object types.:
ui-parts/tooltip/src/container/container.component.tsx#L22
Spread types may only be created from object types.
|