Loading package.json +1 −1 Original line number Diff line number Diff line { "name": "@d.malygin/UI_storybook", "version": "1.0.4", "version": "1.0.5", "type": "module", "scripts": { "dev": "vite", Loading src/common/helpers/colors.ts +1 −1 Original line number Diff line number Diff line import type { TThemeColor } from '@interfaces/common'; import type { TThemeColor } from '../interfaces/common'; export const convert100ThemeToColor = (theme: TThemeColor) => { switch (theme) { Loading src/common/helpers/common.ts +1 −1 Original line number Diff line number Diff line import { EThemeColor, type TDarkness, type TSize, type TThemeColor } from '@interfaces/common'; import { EThemeColor, type TDarkness, type TSize, type TThemeColor } from '../interfaces/common'; import { convert100ThemeToColor, convert200ThemeToColor, Loading src/common/interfaces/common.ts +1 −1 Original line number Diff line number Diff line import type { iconsSet } from '@/common/constants/icons'; import type { iconsSet } from '../constants/icons'; export type TIcon = keyof typeof iconsSet; Loading src/common/interfaces/componentsProp.ts +2 −2 Original line number Diff line number Diff line import type { TDarkness, TIcon, TPosition, TTextStyle, TThemeColor } from '@interfaces/common'; import type { TDarkness, TIcon, TPosition, TTextStyle, TThemeColor } from '../interfaces/common'; import type { ICheckboxProps, IKnobProps, IProgressBarProps, IRatingProps, ISelectProps, } from '@interfaces/componentsProps'; } from '../interfaces/componentsProps'; export interface ITableColumn { name: string; Loading Loading
package.json +1 −1 Original line number Diff line number Diff line { "name": "@d.malygin/UI_storybook", "version": "1.0.4", "version": "1.0.5", "type": "module", "scripts": { "dev": "vite", Loading
src/common/helpers/colors.ts +1 −1 Original line number Diff line number Diff line import type { TThemeColor } from '@interfaces/common'; import type { TThemeColor } from '../interfaces/common'; export const convert100ThemeToColor = (theme: TThemeColor) => { switch (theme) { Loading
src/common/helpers/common.ts +1 −1 Original line number Diff line number Diff line import { EThemeColor, type TDarkness, type TSize, type TThemeColor } from '@interfaces/common'; import { EThemeColor, type TDarkness, type TSize, type TThemeColor } from '../interfaces/common'; import { convert100ThemeToColor, convert200ThemeToColor, Loading
src/common/interfaces/common.ts +1 −1 Original line number Diff line number Diff line import type { iconsSet } from '@/common/constants/icons'; import type { iconsSet } from '../constants/icons'; export type TIcon = keyof typeof iconsSet; Loading
src/common/interfaces/componentsProp.ts +2 −2 Original line number Diff line number Diff line import type { TDarkness, TIcon, TPosition, TTextStyle, TThemeColor } from '@interfaces/common'; import type { TDarkness, TIcon, TPosition, TTextStyle, TThemeColor } from '../interfaces/common'; import type { ICheckboxProps, IKnobProps, IProgressBarProps, IRatingProps, ISelectProps, } from '@interfaces/componentsProps'; } from '../interfaces/componentsProps'; export interface ITableColumn { name: string; Loading