@khipu/design-system 0.1.0-alpha.17 → 0.1.0-alpha.19

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/dist/index.js CHANGED
@@ -103,6 +103,7 @@ var lightModeColors = {
103
103
  // Primary palette - Purple (Khipu brand)
104
104
  primary: {
105
105
  main: "#4CAF50",
106
+ // ← ACTUAL: Verde
106
107
  light: "#81C784",
107
108
  dark: "#388E3C",
108
109
  contrastText: "#FFFFFF",
package/dist/index.mjs CHANGED
@@ -6,6 +6,7 @@ var lightModeColors = {
6
6
  // Primary palette - Purple (Khipu brand)
7
7
  primary: {
8
8
  main: "#4CAF50",
9
+ // ← ACTUAL: Verde
9
10
  light: "#81C784",
10
11
  dark: "#388E3C",
11
12
  contrastText: "#FFFFFF",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khipu/design-system",
3
- "version": "0.1.0-alpha.17",
3
+ "version": "0.1.0-alpha.19",
4
4
  "description": "Khipu Design System - UI components and design tokens for the Khipu payment platform",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",