@dropi/react-native-design-system 0.2.22 → 0.2.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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,10 +34,13 @@ El **Design System de Dropi** para aplicaciones **React Native**. Este paquete r
34
34
 
35
35
  - [🧪 Moléculas](#moléculas)
36
36
  - [Alert](#alert)
37
+ - [Bottom Sheet](#bottom-sheet)
38
+ - [Chip](#chip)
37
39
  - [Empty State](#empty-state)
38
40
  - [Radio Buttons](#radio-buttons)
39
41
  - [Title Description](#title-description)
40
42
  - [Search](#search)
43
+ - [Select](#select)
41
44
  - [Tooltip](#tooltip)
42
45
  - [Tags](#tags)
43
46
  - [Order Tag](#order-tag)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",