@khipu/design-system 0.1.0-alpha.16 → 0.1.0-alpha.18

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.d.mts CHANGED
@@ -104,9 +104,9 @@ declare const colors: {
104
104
  readonly contrastText: "#FFFFFF";
105
105
  };
106
106
  readonly primary: {
107
- readonly main: "#4CAF50";
108
- readonly light: "#81C784";
109
- readonly dark: "#388E3C";
107
+ readonly main: "#8347AD";
108
+ readonly light: "#A66BC7";
109
+ readonly dark: "#5E3280";
110
110
  readonly contrastText: "#FFFFFF";
111
111
  readonly states: {
112
112
  readonly hover: "rgba(131, 71, 173, 0.04)";
@@ -433,9 +433,9 @@ declare const tokens: {
433
433
  readonly contrastText: "#FFFFFF";
434
434
  };
435
435
  readonly primary: {
436
- readonly main: "#4CAF50";
437
- readonly light: "#81C784";
438
- readonly dark: "#388E3C";
436
+ readonly main: "#8347AD";
437
+ readonly light: "#A66BC7";
438
+ readonly dark: "#5E3280";
439
439
  readonly contrastText: "#FFFFFF";
440
440
  readonly states: {
441
441
  readonly hover: "rgba(131, 71, 173, 0.04)";
package/dist/index.d.ts CHANGED
@@ -104,9 +104,9 @@ declare const colors: {
104
104
  readonly contrastText: "#FFFFFF";
105
105
  };
106
106
  readonly primary: {
107
- readonly main: "#4CAF50";
108
- readonly light: "#81C784";
109
- readonly dark: "#388E3C";
107
+ readonly main: "#8347AD";
108
+ readonly light: "#A66BC7";
109
+ readonly dark: "#5E3280";
110
110
  readonly contrastText: "#FFFFFF";
111
111
  readonly states: {
112
112
  readonly hover: "rgba(131, 71, 173, 0.04)";
@@ -433,9 +433,9 @@ declare const tokens: {
433
433
  readonly contrastText: "#FFFFFF";
434
434
  };
435
435
  readonly primary: {
436
- readonly main: "#4CAF50";
437
- readonly light: "#81C784";
438
- readonly dark: "#388E3C";
436
+ readonly main: "#8347AD";
437
+ readonly light: "#A66BC7";
438
+ readonly dark: "#5E3280";
439
439
  readonly contrastText: "#FFFFFF";
440
440
  readonly states: {
441
441
  readonly hover: "rgba(131, 71, 173, 0.04)";
package/dist/index.js CHANGED
@@ -102,9 +102,10 @@ var import_styles = require("@mui/material/styles");
102
102
  var lightModeColors = {
103
103
  // Primary palette - Purple (Khipu brand)
104
104
  primary: {
105
- main: "#4CAF50",
106
- light: "#81C784",
107
- dark: "#388E3C",
105
+ main: "#8347AD",
106
+ // Khipu Purple
107
+ light: "#A66BC7",
108
+ dark: "#5E3280",
108
109
  contrastText: "#FFFFFF",
109
110
  states: {
110
111
  hover: "rgba(131, 71, 173, 0.04)",
package/dist/index.mjs CHANGED
@@ -5,9 +5,10 @@ import { createTheme } from "@mui/material/styles";
5
5
  var lightModeColors = {
6
6
  // Primary palette - Purple (Khipu brand)
7
7
  primary: {
8
- main: "#4CAF50",
9
- light: "#81C784",
10
- dark: "#388E3C",
8
+ main: "#8347AD",
9
+ // Khipu Purple
10
+ light: "#A66BC7",
11
+ dark: "#5E3280",
11
12
  contrastText: "#FFFFFF",
12
13
  states: {
13
14
  hover: "rgba(131, 71, 173, 0.04)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khipu/design-system",
3
- "version": "0.1.0-alpha.16",
3
+ "version": "0.1.0-alpha.18",
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",