@khipu/design-system 0.1.0-alpha.22 → 0.1.0-alpha.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.
package/dist/index.js CHANGED
@@ -103,7 +103,6 @@ var lightModeColors = {
103
103
  // Primary palette - Purple (Khipu brand)
104
104
  primary: {
105
105
  main: "#4CAF50",
106
- // ← ACTUAL: Verde
107
106
  light: "#81C784",
108
107
  dark: "#388E3C",
109
108
  contrastText: "#FFFFFF",
package/dist/index.mjs CHANGED
@@ -6,7 +6,6 @@ var lightModeColors = {
6
6
  // Primary palette - Purple (Khipu brand)
7
7
  primary: {
8
8
  main: "#4CAF50",
9
- // ← ACTUAL: Verde
10
9
  light: "#81C784",
11
10
  dark: "#388E3C",
12
11
  contrastText: "#FFFFFF",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khipu/design-system",
3
- "version": "0.1.0-alpha.22",
3
+ "version": "0.1.0-alpha.23",
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",