@smart-coder-labs/apple-design-system 1.0.15 → 1.0.17
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.
- package/README.md +15 -1
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -58,6 +58,20 @@ Esto:
|
|
|
58
58
|
|
|
59
59
|
---
|
|
60
60
|
|
|
61
|
+
### `update`
|
|
62
|
+
|
|
63
|
+
Actualiza los componentes instalados en tu proyecto a la última versión disponible.
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
npx @smart-coder-labs/apple-design-system update [Componente]
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Esto:
|
|
70
|
+
1. Comprueba si hay versiones nuevas de los componentes en tu carpeta `components/ui`.
|
|
71
|
+
2. Te pregunta antes de sobrescribir cualquier archivo.
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
61
75
|
## ✨ Características
|
|
62
76
|
|
|
63
77
|
- 🎨 **Estilo Apple Premium** - Minimalista, elegante y aireado
|
|
@@ -199,7 +213,7 @@ function App() {
|
|
|
199
213
|
|
|
200
214
|
## 🎨 Demo
|
|
201
215
|
|
|
202
|
-
|
|
216
|
+
Explora nuestra demostración interactiva de Storybook con una Landing Page completa construida con nuestro Sistema de Diseño. Experimenta el cambio de modo oscuro, diseño responsivo y varios componentes de UI en acción.
|
|
203
217
|
|
|
204
218
|
**[🎬 Ver demo completa →](https://smart-coder-labs.github.io/design-system/?path=/story/pages-landing-page--business-landing)**
|
|
205
219
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smart-coder-labs/apple-design-system",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "Design system completo estilo Apple (macOS/iOS/VisionOS) con Framer Motion",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apple-design-system",
|
|
@@ -55,15 +55,14 @@
|
|
|
55
55
|
"chalk": "^4.1.2",
|
|
56
56
|
"commander": "^11.1.0",
|
|
57
57
|
"fs-extra": "^11.2.0",
|
|
58
|
-
"html2canvas": "^1.4.1",
|
|
59
|
-
"jspdf": "^4.0.0",
|
|
60
|
-
"markdown-it": "^14.1.0",
|
|
61
58
|
"ora": "^5.4.1",
|
|
62
|
-
"prompts": "^2.4.2"
|
|
63
|
-
"tailwind-merge": "^3.4.0",
|
|
64
|
-
"zod": "^3.22.4"
|
|
59
|
+
"prompts": "^2.4.2"
|
|
65
60
|
},
|
|
66
61
|
"devDependencies": {
|
|
62
|
+
"html2canvas": "^1.4.1",
|
|
63
|
+
"jspdf": "^4.0.0",
|
|
64
|
+
"markdown-it": "^14.1.0",
|
|
65
|
+
"zod": "^3.22.4",
|
|
67
66
|
"@storybook/addon-docs": "^10.0.8",
|
|
68
67
|
"@storybook/addon-onboarding": "^10.0.8",
|
|
69
68
|
"@storybook/react-vite": "^10.0.8",
|