Improve import/export for colors
Ouverte
enhancement
- Langage dominant
- TypeScript
- Étoiles
- 90
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Currently colors can be imported as:
```
import { red } from '@actyx/industrial-ui/lib/colors
```
Instead should be imported as:
```
import { red } from '@actyx/industrial-ui/colors
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by tracing the package entry points behind the current `@actyx/industrial-ui/lib/colors` import and the desired `@actyx/industrial-ui/colors` import. Verify that the shorter path resolves to the same color exports and add or update the relevant import/export test if one exists; done means the documented import works without `/lib`.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- typescript
- Domaine
- frontend, tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100