@pradip1995/theme-valero 1.1.7 → 2.0.0

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": "@pradip1995/theme-valero",
3
- "version": "1.1.7",
3
+ "version": "2.0.0",
4
4
  "description": "Valero Medusa storefront theme — Impulse-inspired design tokens and components",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -31,8 +31,8 @@
31
31
  "./*": "./src/*"
32
32
  },
33
33
  "peerDependencies": {
34
- "@pradip1995/commerce-auth": "^1.1.7",
35
- "@pradip1995/commerce-core": "^1.1.7",
34
+ "@pradip1995/commerce-auth": "^2.0.0",
35
+ "@pradip1995/commerce-core": "^2.0.0",
36
36
  "@medusajs/types": ">=2",
37
37
  "@medusajs/ui": ">=4",
38
38
  "color": ">=5",
@@ -41,8 +41,8 @@
41
41
  "react-dom": ">=19"
42
42
  },
43
43
  "devDependencies": {
44
- "@pradip1995/commerce-auth": "^1.1.7",
45
- "@pradip1995/commerce-core": "^1.1.7",
44
+ "@pradip1995/commerce-auth": "^2.0.0",
45
+ "@pradip1995/commerce-core": "^2.0.0",
46
46
  "@medusajs/types": "latest",
47
47
  "@medusajs/ui": "latest",
48
48
  "@types/color": "^4.2.0",
@@ -1,16 +0,0 @@
1
- /**
2
- * @deprecated Use theme.css CSS variables as the source of truth.
3
- * Kept for tooling that reads JS token files during migration.
4
- */
5
- module.exports = {
6
- colors: {
7
- pageBg: "var(--color-page-bg)",
8
- brand: {
9
- accent: "var(--color-brand-accent)",
10
- accentHover: "var(--color-brand-accent-hover)",
11
- accentLight: "var(--color-brand-accent-light)",
12
- pink: "var(--color-brand-pink)",
13
- primary: "var(--color-brand-primary)",
14
- },
15
- },
16
- }