@asgard-js/react 0.0.37-canary.6 → 0.0.37-canary.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgard-js/react",
3
- "version": "0.0.37-canary.6",
3
+ "version": "0.0.37-canary.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -54,7 +54,7 @@
54
54
  "vitest": "^1.6.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@asgard-js/core": "^0.0.37-canary.6",
57
+ "@asgard-js/core": "^0.0.37-canary.8",
58
58
  "react": "^18.0.0",
59
59
  "react-dom": "^18.0.0"
60
60
  },
@@ -1,15 +0,0 @@
1
- /**
2
- * Darkens a color by a given percentage
3
- * @param color - Hex color string (e.g., "#640000")
4
- * @param percentage - Percentage to darken (e.g., 0.2 for 20%)
5
- * @returns Darkened hex color string
6
- */
7
- export declare function darkenColor(color: string, percentage: number): string;
8
- /**
9
- * Lightens a color by mixing with white
10
- * @param color - Hex color string (e.g., "#640000")
11
- * @param percentage - Percentage to lighten (e.g., 0.8 for 20% original, 80% white)
12
- * @returns Lightened hex color string
13
- */
14
- export declare function lightenColor(color: string, percentage: number): string;
15
- //# sourceMappingURL=color-utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"color-utils.d.ts","sourceRoot":"","sources":["../../src/utils/color-utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAmBrE;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAkBtE"}