@dropi/react-native-design-system 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +31 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,11 +6,39 @@
6
6
  ![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue?logo=typescript)
7
7
  ![Platforms](https://img.shields.io/badge/Platforms-iOS%20%7C%20Android-lightgrey)
8
8
 
9
- # 🎨 Dropi - React Native Design System
9
+ # Dropi - React Native Design System 🎨
10
10
 
11
11
  El **Design System de Dropi** para aplicaciones **React Native**. Este paquete reúne la base visual y funcional de nuestros productos móviles, ofreciendo **tokens de diseño, componentes reutilizables y patrones consistentes** para mantener la coherencia en la experiencia de usuario. Su objetivo es simplificar el desarrollo, acelerar la implementación de interfaces y garantizar que cada proyecto Dropi mantenga una identidad visual sólida y escalable.
12
12
 
13
- ## 📦 Instalación
13
+
14
+ # Tabla de contenido
15
+ - [📦 Instalación](#instalación)
16
+
17
+ - [🎨 Tokens](#-tokens)
18
+ - [Radius](#radius)
19
+ - [Spacing](#spacing)
20
+ - [Sizes](#sizes)
21
+ - [Weights](#weights)
22
+ - [Colors](#colors)
23
+
24
+ - [🧩 Átomos](#átomos)
25
+ - [Textos](#textos)
26
+ - [Body](#body)
27
+ - [Caption](#caption)
28
+ - [Heading](#heading)
29
+ - [Label](#label)
30
+ - [Botones](#botones)
31
+ - [Default Button](#default-button)
32
+ - [Feedback Button](#feedback-button)
33
+ - [Text Button](#text-button)
34
+
35
+ - [🧪 Moléculas](#moléculas)
36
+ - [Alert](#alert)
37
+ - [Empty State](#empty-state)
38
+ - [Title Description](#title-description)
39
+ - [Tooltip](#tooltip)
40
+
41
+ # Instalación
14
42
 
15
43
  Para instalar @dropi/react-native-design-system, sigue estos pasos según tu entorno (Expo o React Native CLI).
16
44
 
@@ -376,7 +404,7 @@ import { TextButton } from "@dropi/react-native-design-system";
376
404
 
377
405
  ## Moléculas
378
406
 
379
- ## 🚨 Alert
407
+ ## Alert
380
408
 
381
409
  El componente Alert muestra un mensaje contextual acompañado de un ícono y colores que representan su nivel de severidad. Está diseñado para comunicar información relevante al usuario: advertencias, errores, confirmaciones o simples avisos informativos.
382
410
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",