@deneb-ui/cli 2.0.11 → 2.0.12

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": "@deneb-ui/cli",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Official developer CLI for DENEB UI — Validating, scaffolding, testing, and packaging storefront templates. Created by Chamika Gayashan & Induranga Kawishwara.",
5
5
  "bin": {
6
6
  "deneb": "bin/index.js",
@@ -280,6 +280,11 @@
280
280
  "key": "contactHeading",
281
281
  "type": "text",
282
282
  "label": "Contact Column Heading"
283
+ },
284
+ {
285
+ "key": "instagramUrl",
286
+ "type": "text",
287
+ "label": "Instagram Profile URL"
283
288
  }
284
289
  ]
285
290
  }
@@ -589,6 +594,16 @@
589
594
  "type": "textarea",
590
595
  "label": "WhatsApp Section Description"
591
596
  },
597
+ {
598
+ "key": "whatsappCtaLabel",
599
+ "type": "text",
600
+ "label": "WhatsApp CTA Button Label"
601
+ },
602
+ {
603
+ "key": "whatsappCtaUrl",
604
+ "type": "text",
605
+ "label": "WhatsApp CTA Link URL"
606
+ },
592
607
  {
593
608
  "key": "categoryLabel1",
594
609
  "type": "text",
@@ -1019,7 +1034,8 @@
1019
1034
  "supportLink1": "Shipping & Returns",
1020
1035
  "supportLink2": "Size Guide",
1021
1036
  "supportLink3": "WhatsApp Orders",
1022
- "contactHeading": "Contact"
1037
+ "contactHeading": "Contact",
1038
+ "instagramUrl": "https://instagram.com"
1023
1039
  }
1024
1040
  },
1025
1041
  "home": {
@@ -1080,6 +1096,8 @@
1080
1096
  "whatsappLabel": "Easy Ordering",
1081
1097
  "whatsappTitle": "Order Directly via WhatsApp",
1082
1098
  "whatsappDesc": "Select your size, add to your bag, and send your order in one tap. Our team confirms availability within hours.",
1099
+ "whatsappCtaLabel": "Start a Conversation",
1100
+ "whatsappCtaUrl": "https://wa.me/94771234567?text=Hi%2C%20I'd%20like%20to%20order%3A%0A%0AI'm%20interested%20in%20VANTA%20footwear.%20Can%20you%20help%20me%20choose%20a%20pair%3F",
1083
1101
  "categoryLabel1": "Performance",
1084
1102
  "categoryLabel2": "Sneakers",
1085
1103
  "categoryLabel3": "Lifestyle",
@@ -255,6 +255,11 @@
255
255
  "key": "contactHeading",
256
256
  "type": "text",
257
257
  "label": "Contact Column Heading"
258
+ },
259
+ {
260
+ "key": "instagramUrl",
261
+ "type": "text",
262
+ "label": "Instagram Profile URL"
258
263
  }
259
264
  ]
260
265
  }
@@ -564,6 +569,16 @@
564
569
  "type": "textarea",
565
570
  "label": "WhatsApp Section Description"
566
571
  },
572
+ {
573
+ "key": "whatsappCtaLabel",
574
+ "type": "text",
575
+ "label": "WhatsApp CTA Button Label"
576
+ },
577
+ {
578
+ "key": "whatsappCtaUrl",
579
+ "type": "text",
580
+ "label": "WhatsApp CTA Link URL"
581
+ },
567
582
  {
568
583
  "key": "categoryLabel1",
569
584
  "type": "text",
@@ -994,7 +1009,8 @@
994
1009
  "supportLink1": "Shipping & Returns",
995
1010
  "supportLink2": "Size Guide",
996
1011
  "supportLink3": "WhatsApp Orders",
997
- "contactHeading": "Contact"
1012
+ "contactHeading": "Contact",
1013
+ "instagramUrl": "https://instagram.com"
998
1014
  }
999
1015
  },
1000
1016
  "home": {
@@ -1055,6 +1071,8 @@
1055
1071
  "whatsappLabel": "Easy Ordering",
1056
1072
  "whatsappTitle": "Order Directly via WhatsApp",
1057
1073
  "whatsappDesc": "Select your size, add to your bag, and send your order in one tap. Our team confirms availability within hours.",
1074
+ "whatsappCtaLabel": "Start a Conversation",
1075
+ "whatsappCtaUrl": "https://wa.me/94771234567?text=Hi%2C%20I'd%20like%20to%20order%3A%0A%0AI'm%20interested%20in%20VANTA%20footwear.%20Can%20you%20help%20me%20choose%20a%20pair%3F",
1058
1076
  "categoryLabel1": "Performance",
1059
1077
  "categoryLabel2": "Sneakers",
1060
1078
  "categoryLabel3": "Lifestyle",