@pixelated-tech/components 3.3.6 → 3.4.1

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.
Files changed (156) hide show
  1. package/README.COMPONENTS.md +126 -0
  2. package/README.md +14 -7
  3. package/dist/components/admin/componentusage/componentAnalysis.js +144 -0
  4. package/dist/components/admin/componentusage/componentDiscovery.js +85 -0
  5. package/dist/components/admin/deploy/deployment.integration.js +163 -0
  6. package/dist/components/admin/site-health/google-api-auth.js +69 -0
  7. package/dist/components/admin/site-health/seo-constants.js +14 -0
  8. package/dist/components/admin/site-health/seo-metrics.config.json +265 -0
  9. package/dist/components/admin/site-health/site-health-accessibility.js +158 -0
  10. package/dist/components/admin/site-health/site-health-axe-core.integration.js +119 -0
  11. package/dist/components/admin/site-health/site-health-axe-core.js +53 -0
  12. package/dist/components/admin/site-health/site-health-cache.js +23 -0
  13. package/dist/components/admin/site-health/site-health-core-web-vitals.integration.js +208 -0
  14. package/dist/components/admin/site-health/site-health-dependency-vulnerabilities.js +38 -0
  15. package/dist/components/admin/site-health/site-health-github.integration.js +81 -0
  16. package/dist/components/admin/site-health/site-health-github.js +34 -0
  17. package/dist/components/admin/site-health/site-health-google-analytics.integration.js +112 -0
  18. package/dist/components/admin/site-health/site-health-google-analytics.js +43 -0
  19. package/dist/components/admin/site-health/site-health-google-search-console.integration.js +118 -0
  20. package/dist/components/admin/site-health/site-health-google-search-console.js +43 -0
  21. package/dist/components/admin/site-health/site-health-indicators.js +71 -0
  22. package/dist/components/admin/site-health/site-health-on-site-seo.integration.js +669 -0
  23. package/dist/components/admin/site-health/site-health-on-site-seo.js +204 -0
  24. package/dist/components/admin/site-health/site-health-overview.js +65 -0
  25. package/dist/components/admin/site-health/site-health-performance.js +191 -0
  26. package/dist/components/admin/site-health/site-health-security.integration.js +109 -0
  27. package/dist/components/admin/site-health/site-health-security.js +169 -0
  28. package/dist/components/admin/site-health/site-health-seo.js +124 -0
  29. package/dist/components/admin/site-health/site-health-template.js +62 -0
  30. package/dist/components/admin/site-health/site-health-types.js +1 -0
  31. package/dist/components/admin/site-health/site-health-uptime.integration.js +29 -0
  32. package/dist/components/admin/site-health/site-health-uptime.js +30 -0
  33. package/dist/components/admin/site-health/site-health.css +427 -0
  34. package/dist/components/admin/sites/sites.integration.js +117 -0
  35. package/dist/components/cms/contentful.management.js +104 -0
  36. package/dist/components/cms/pixelated.linkedin1.js +0 -19
  37. package/dist/components/shoppingcart/shipping.from.json +101 -0
  38. package/dist/components/shoppingcart/shipping.parcel.json +112 -0
  39. package/dist/components/shoppingcart/shipping.to.json +422 -0
  40. package/dist/components/shoppingcart/shoppingCartDiscountCodes.json +26 -0
  41. package/dist/components/shoppingcart/shoppingcart.components.js +3 -2
  42. package/dist/components/sitebuilder/config/ConfigBuilder.js +36 -140
  43. package/dist/components/sitebuilder/config/siteinfo-form.json +200 -0
  44. package/dist/components/sitebuilder/config/visualdesignform.json +244 -0
  45. package/dist/components/structured/buzzwordbingo.js +3 -2
  46. package/dist/components/utilities/functions.js +5 -2
  47. package/dist/data/404-data.json +128 -102
  48. package/dist/data/flickr.json +25 -0
  49. package/dist/data/form.json +368 -368
  50. package/dist/data/recipes.json +3251 -3251
  51. package/dist/data/references.json +138 -137
  52. package/dist/data/requestform.json +111 -0
  53. package/dist/data/requests.json +136 -135
  54. package/dist/data/resume.json +2573 -2575
  55. package/dist/data/routes.json +238 -238
  56. package/dist/data/routes2.json +141 -140
  57. package/dist/index.js +17 -3
  58. package/dist/index.server.js +37 -15
  59. package/dist/types/components/admin/componentusage/componentAnalysis.d.ts +35 -0
  60. package/dist/types/components/admin/componentusage/componentAnalysis.d.ts.map +1 -0
  61. package/dist/types/components/admin/componentusage/componentDiscovery.d.ts +10 -0
  62. package/dist/types/components/admin/componentusage/componentDiscovery.d.ts.map +1 -0
  63. package/dist/types/components/admin/deploy/deployment.integration.d.ts +26 -0
  64. package/dist/types/components/admin/deploy/deployment.integration.d.ts.map +1 -0
  65. package/dist/types/components/admin/site-health/google-api-auth.d.ts +37 -0
  66. package/dist/types/components/admin/site-health/google-api-auth.d.ts.map +1 -0
  67. package/dist/types/components/admin/site-health/seo-constants.d.ts +8 -0
  68. package/dist/types/components/admin/site-health/seo-constants.d.ts.map +1 -0
  69. package/dist/types/components/admin/site-health/site-health-accessibility.d.ts +6 -0
  70. package/dist/types/components/admin/site-health/site-health-accessibility.d.ts.map +1 -0
  71. package/dist/types/components/admin/site-health/site-health-axe-core.d.ts +6 -0
  72. package/dist/types/components/admin/site-health/site-health-axe-core.d.ts.map +1 -0
  73. package/dist/types/components/admin/site-health/site-health-axe-core.integration.d.ts +63 -0
  74. package/dist/types/components/admin/site-health/site-health-axe-core.integration.d.ts.map +1 -0
  75. package/dist/types/components/admin/site-health/site-health-cache.d.ts +12 -0
  76. package/dist/types/components/admin/site-health/site-health-cache.d.ts.map +1 -0
  77. package/dist/types/components/admin/site-health/site-health-core-web-vitals.integration.d.ts +3 -0
  78. package/dist/types/components/admin/site-health/site-health-core-web-vitals.integration.d.ts.map +1 -0
  79. package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts +6 -0
  80. package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts.map +1 -0
  81. package/dist/types/components/admin/site-health/site-health-github.d.ts +8 -0
  82. package/dist/types/components/admin/site-health/site-health-github.d.ts.map +1 -0
  83. package/dist/types/components/admin/site-health/site-health-github.integration.d.ts +26 -0
  84. package/dist/types/components/admin/site-health/site-health-github.integration.d.ts.map +1 -0
  85. package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts +8 -0
  86. package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts.map +1 -0
  87. package/dist/types/components/admin/site-health/site-health-google-analytics.integration.d.ts +26 -0
  88. package/dist/types/components/admin/site-health/site-health-google-analytics.integration.d.ts.map +1 -0
  89. package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts +8 -0
  90. package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts.map +1 -0
  91. package/dist/types/components/admin/site-health/site-health-google-search-console.integration.d.ts +46 -0
  92. package/dist/types/components/admin/site-health/site-health-google-search-console.integration.d.ts.map +1 -0
  93. package/dist/types/components/admin/site-health/site-health-indicators.d.ts +73 -0
  94. package/dist/types/components/admin/site-health/site-health-indicators.d.ts.map +1 -0
  95. package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts +4 -0
  96. package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts.map +1 -0
  97. package/dist/types/components/admin/site-health/site-health-on-site-seo.integration.d.ts +34 -0
  98. package/dist/types/components/admin/site-health/site-health-on-site-seo.integration.d.ts.map +1 -0
  99. package/dist/types/components/admin/site-health/site-health-overview.d.ts +6 -0
  100. package/dist/types/components/admin/site-health/site-health-overview.d.ts.map +1 -0
  101. package/dist/types/components/admin/site-health/site-health-performance.d.ts +6 -0
  102. package/dist/types/components/admin/site-health/site-health-performance.d.ts.map +1 -0
  103. package/dist/types/components/admin/site-health/site-health-security.d.ts +6 -0
  104. package/dist/types/components/admin/site-health/site-health-security.d.ts.map +1 -0
  105. package/dist/types/components/admin/site-health/site-health-security.integration.d.ts +29 -0
  106. package/dist/types/components/admin/site-health/site-health-security.integration.d.ts.map +1 -0
  107. package/dist/types/components/admin/site-health/site-health-seo.d.ts +6 -0
  108. package/dist/types/components/admin/site-health/site-health-seo.d.ts.map +1 -0
  109. package/dist/types/components/admin/site-health/site-health-template.d.ts +12 -0
  110. package/dist/types/components/admin/site-health/site-health-template.d.ts.map +1 -0
  111. package/dist/types/components/admin/site-health/site-health-types.d.ts +186 -0
  112. package/dist/types/components/admin/site-health/site-health-types.d.ts.map +1 -0
  113. package/dist/types/components/admin/site-health/site-health-uptime.d.ts +6 -0
  114. package/dist/types/components/admin/site-health/site-health-uptime.d.ts.map +1 -0
  115. package/dist/types/components/admin/site-health/site-health-uptime.integration.d.ts +10 -0
  116. package/dist/types/components/admin/site-health/site-health-uptime.integration.d.ts.map +1 -0
  117. package/dist/types/components/admin/sites/sites.integration.d.ts +40 -0
  118. package/dist/types/components/admin/sites/sites.integration.d.ts.map +1 -0
  119. package/dist/types/components/cms/contentful.management.d.ts +41 -0
  120. package/dist/types/components/cms/contentful.management.d.ts.map +1 -1
  121. package/dist/types/components/cms/pixelated.linkedin1.d.ts.map +1 -1
  122. package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts +4 -4
  123. package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts.map +1 -1
  124. package/dist/types/components/structured/buzzwordbingo.d.ts +1 -1
  125. package/dist/types/components/structured/buzzwordbingo.d.ts.map +1 -1
  126. package/dist/types/components/structured/buzzwordbingo.words.d.ts +2 -0
  127. package/dist/types/components/structured/buzzwordbingo.words.d.ts.map +1 -0
  128. package/dist/types/components/utilities/functions.d.ts.map +1 -1
  129. package/dist/types/index.d.ts +17 -3
  130. package/dist/types/index.server.d.ts +37 -13
  131. package/dist/types/stories/admin/preview.d.ts +12 -0
  132. package/dist/types/stories/admin/preview.d.ts.map +1 -0
  133. package/dist/types/stories/admin/site-health.stories.d.ts +65 -0
  134. package/dist/types/stories/admin/site-health.stories.d.ts.map +1 -0
  135. package/dist/types/stories/carousel/tiles.stories.d.ts.map +1 -1
  136. package/dist/types/stories/structured/buzzword-bingo.stories.d.ts +1 -1
  137. package/dist/types/stories/structured/buzzword-bingo.stories.d.ts.map +1 -1
  138. package/dist/types/tests/site-health-axe-core.test.d.ts +2 -0
  139. package/dist/types/tests/site-health-axe-core.test.d.ts.map +1 -0
  140. package/dist/types/tests/site-health-cache.test.d.ts +2 -0
  141. package/dist/types/tests/site-health-cache.test.d.ts.map +1 -0
  142. package/dist/types/tests/site-health-indicators.test.d.ts +2 -0
  143. package/dist/types/tests/site-health-indicators.test.d.ts.map +1 -0
  144. package/dist/types/tests/site-health-overview.test.d.ts +2 -0
  145. package/dist/types/tests/site-health-overview.test.d.ts.map +1 -0
  146. package/dist/types/tests/site-health-template.test.d.ts +2 -0
  147. package/dist/types/tests/site-health-template.test.d.ts.map +1 -0
  148. package/dist/types/tests/sites.integration.test.d.ts +2 -0
  149. package/dist/types/tests/sites.integration.test.d.ts.map +1 -0
  150. package/package.json +14 -8
  151. package/dist/data/shipping.to.json +0 -422
  152. package/dist/data/siteinfo-form.json +0 -200
  153. package/dist/data/visualdesignform.json +0 -244
  154. package/dist/types/data/buzzwords.d.ts +0 -2
  155. package/dist/types/data/buzzwords.d.ts.map +0 -1
  156. /package/dist/{data/buzzwords.js → components/structured/buzzwordbingo.words.js} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"site-health-cache.test.d.ts","sourceRoot":"","sources":["../../../src/tests/site-health-cache.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=site-health-indicators.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"site-health-indicators.test.d.ts","sourceRoot":"","sources":["../../../src/tests/site-health-indicators.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=site-health-overview.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"site-health-overview.test.d.ts","sourceRoot":"","sources":["../../../src/tests/site-health-overview.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=site-health-template.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"site-health-template.test.d.ts","sourceRoot":"","sources":["../../../src/tests/site-health-template.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sites.integration.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sites.integration.test.d.ts","sourceRoot":"","sources":["../../../src/tests/sites.integration.test.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelated-tech/components",
3
- "version": "3.3.6",
3
+ "version": "3.4.1",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Pixelated Technologies",
@@ -28,6 +28,7 @@
28
28
  "import": "./dist/index.server.js",
29
29
  "default": "./dist/index.server.js"
30
30
  },
31
+ "./dist/components/*": "./dist/components/*",
31
32
  "./css/*": "./dist/css/*"
32
33
  },
33
34
  "homepage": "https://github.com/brianwhaley/pixelated-components#readme",
@@ -52,7 +53,7 @@
52
53
  "buildClean": "rm -r dist ",
53
54
  "tsc": "npx tsc --project tsconfig.json",
54
55
  "tscClean": "rm -r dist/{images,stories,tests} ",
55
- "rsync": "rsync -a --include='*.css' --include='*.scss' --include='*/' --exclude='*' src/ dist",
56
+ "rsync": "rsync -a --include='*.css' --include='*.scss' --include='*.json' --include='*/' --exclude='*' src/ dist",
56
57
  "validate-exports": "node scripts/validate-exports.cjs",
57
58
  "copy2brianwhaley": "rm -rf ../brianwhaley/node_modules/@pixelated-tech/components/dist && cp -r dist ../brianwhaley/node_modules/@pixelated-tech/components/",
58
59
  "copy2informationfocus": "rm -rf ../informationfocus/node_modules/@pixelated-tech/components/dist && cp -r dist ../informationfocus/node_modules/@pixelated-tech/components/",
@@ -78,9 +79,13 @@
78
79
  "build-webpack-rsync": "rsync -a --include='*' --include='*/' src/css dist/css"
79
80
  },
80
81
  "dependencies": {
82
+ "@aws-sdk/client-route-53": "^3.958.0",
81
83
  "date-fns": "^4.1.0",
82
- "globals": "^16.5.0",
83
- "html-entities": "^2.6.0"
84
+ "globals": "^17.0.0",
85
+ "googleapis": "^169.0.0",
86
+ "html-entities": "^2.6.0",
87
+ "puppeteer": "^24.34.0",
88
+ "recharts": "^3.6.0"
84
89
  },
85
90
  "devDependencies": {
86
91
  "@babel/cli": "^7.28.3",
@@ -94,7 +99,7 @@
94
99
  "@eslint/markdown": "^7.5.1",
95
100
  "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
96
101
  "@storybook/preset-scss": "^1.0.3",
97
- "@storybook/react-webpack5": "^10.1.10",
102
+ "@storybook/react-webpack5": "^10.1.11",
98
103
  "@testing-library/dom": "^10.4.1",
99
104
  "@testing-library/react": "^16.3.1",
100
105
  "@testing-library/user-event": "^14.6.1",
@@ -103,7 +108,8 @@
103
108
  "@types/prop-types": "^15.7.15",
104
109
  "@types/react": "^19.2.7",
105
110
  "@types/react-dom": "^19.2.3",
106
- "@typescript-eslint/eslint-plugin": "^8.50.1",
111
+ "@typescript-eslint/eslint-plugin": "^8.51.0",
112
+ "@typescript-eslint/parser": "^8.51.0",
107
113
  "@vitejs/plugin-react": "^5.1.2",
108
114
  "@vitest/coverage-v8": "^4.0.16",
109
115
  "@vitest/ui": "^4.0.16",
@@ -120,7 +126,7 @@
120
126
  "eslint-plugin-n": "^17.23.1",
121
127
  "eslint-plugin-promise": "^7.2.1",
122
128
  "eslint-plugin-react": "^7.37.4",
123
- "eslint-plugin-storybook": "^10.1.10",
129
+ "eslint-plugin-storybook": "^10.1.11",
124
130
  "file-loader": "^6.2.0",
125
131
  "happy-dom": "^20.0.11",
126
132
  "jsdom": "^27.4.0",
@@ -134,7 +140,7 @@
134
140
  "react-test-renderer": "^19.2.3",
135
141
  "sass": "^1.97.1",
136
142
  "sass-loader": "^16.0.6",
137
- "storybook": "^10.1.10",
143
+ "storybook": "^10.1.11",
138
144
  "style-loader": "^4.0.0",
139
145
  "ts-loader": "^9.5.4",
140
146
  "typescript": "^5.9.3",
@@ -1,422 +0,0 @@
1
- {
2
- "fields": [
3
- {
4
- "component": "FormInput",
5
- "props": {
6
- "type": "text",
7
- "id": "name",
8
- "name": "name",
9
- "defaultValue": null,
10
- "placeholder": "Full Name",
11
- "autoComplete": "name",
12
- "size": "40",
13
- "display": "horizontal",
14
- "required": true,
15
- "label": "Name : ",
16
- "tooltip": "Please enter your First and Last Name"
17
- }
18
- }, {
19
- "component": "FormInput",
20
- "props": {
21
- "type": "text",
22
- "id": "street1",
23
- "name": "street1",
24
- "defaultValue": null,
25
- "placeholder": "Street Address",
26
- "autoComplete": "street-address",
27
- "size": "40",
28
- "display": "horizontal",
29
- "required": true,
30
- "label": "Street Address : ",
31
- "tooltip": "Please enter your Street Address"
32
- }
33
- }, {
34
- "component": "FormInput",
35
- "props": {
36
- "type": "text",
37
- "id": "city",
38
- "name": "city",
39
- "defaultValue": null,
40
- "placeholder": "City",
41
- "autoComplete": "address-level2",
42
- "size": "40",
43
- "display": "horizontal",
44
- "required": true,
45
- "label": "City : ",
46
- "tooltip": "Please enter your City"
47
- }
48
- }, {
49
- "component": "FormSelect",
50
- "props": {
51
- "id": "state",
52
- "name": "state",
53
- "size": null,
54
- "defaultValue": "",
55
- "placeholder": "State",
56
- "autoComplete": "address-level1",
57
- "multiple": null,
58
- "required": true,
59
- "display": "horizontal",
60
- "label": "State : ",
61
- "tooltip": "Please select your State",
62
- "options": [
63
- { "value": "", "text": "", "disabled": "disabled" },
64
- { "value": "AL", "text": "Alabama" },
65
- { "value": "AK", "text": "Alaska" },
66
- { "value": "AZ", "text": "Arizona" },
67
- { "value": "AR", "text": "Arkansas" },
68
- { "value": "CA", "text": "California" },
69
- { "value": "CO", "text": "Colorado" },
70
- { "value": "CT", "text": "Connecticut" },
71
- { "value": "DE", "text": "Delaware" },
72
- { "value": "FL", "text": "Florida" },
73
- { "value": "GA", "text": "Georgia" },
74
- { "value": "HI", "text": "Hawaii" },
75
- { "value": "ID", "text": "Idaho" },
76
- { "value": "IL", "text": "Illinois" },
77
- { "value": "IN", "text": "Indiana" },
78
- { "value": "IA", "text": "Iowa" },
79
- { "value": "KS", "text": "Kansas" },
80
- { "value": "KY", "text": "Kentucky" },
81
- { "value": "LA", "text": "Louisiana" },
82
- { "value": "ME", "text": "Maine" },
83
- { "value": "MD", "text": "Maryland" },
84
- { "value": "MA", "text": "Massachusetts" },
85
- { "value": "MI", "text": "Michigan" },
86
- { "value": "MN", "text": "Minnesota" },
87
- { "value": "MS", "text": "Mississippi" },
88
- { "value": "MO", "text": "Missouri" },
89
- { "value": "MT", "text": "Montana" },
90
- { "value": "NB", "text": "Nebraska" },
91
- { "value": "NV", "text": "Nevada" },
92
- { "value": "NH", "text": "New Hampshire" },
93
- { "value": "NJ", "text": "New Jersey" },
94
- { "value": "NM", "text": "New Mexico" },
95
- { "value": "NY", "text": "New York" },
96
- { "value": "NC", "text": "North Carolina" },
97
- { "value": "ND", "text": "North Dakota" },
98
- { "value": "OH", "text": "Ohio" },
99
- { "value": "OK", "text": "Oklahoma" },
100
- { "value": "OR", "text": "Oregon" },
101
- { "value": "PA", "text": "Pennsylvania" },
102
- { "value": "RI", "text": "Rhode Island" },
103
- { "value": "SC", "text": "South Carolina" },
104
- { "value": "SD", "text": "South Dakota" },
105
- { "value": "TN", "text": "Tennessee" },
106
- { "value": "TX", "text": "Texas" },
107
- { "value": "UT", "text": "Utah" },
108
- { "value": "VT", "text": "Vermont" },
109
- { "value": "VA", "text": "Virginia" },
110
- { "value": "WA", "text": "Washington" },
111
- { "value": "WV", "text": "West Virginia" },
112
- { "value": "WI", "text": "Wisconsin" },
113
- { "value": "WY", "text": "Wyoming" }
114
- ]
115
- }
116
- }, {
117
- "component": "FormInput",
118
- "props": {
119
- "type": "text",
120
- "id": "zip",
121
- "name": "zip",
122
- "defaultValue": null,
123
- "placeholder": "Zip Code",
124
- "autoComplete": "postal-code",
125
- "size": "40",
126
- "display": "horizontal",
127
- "required": true,
128
- "label": "Zip Code : ",
129
- "tooltip": "Please enter your Zip Code",
130
- "validate": "isValidUSZipCode"
131
- }
132
- }, {
133
- "component": "FormSelect",
134
- "props": {
135
- "id": "country",
136
- "name": "country",
137
- "size": null,
138
- "defaultValue": "",
139
- "placeholder": "Country",
140
- "autoComplete": "country",
141
- "multiple": null,
142
- "required": true,
143
- "display": "horizontal",
144
- "label": "Country : ",
145
- "tooltip": "Please select your Country",
146
- "options": [
147
- { "value": "", "text": "", "disabled": "disabled" },
148
- { "text": "United States", "value": "US" },
149
- { "text": "Afghanistan", "value": "AF" },
150
- { "text": "Albania", "value": "AL" },
151
- { "text": "Algeria", "value": "DZ" },
152
- { "text": "Andorra", "value": "AD" },
153
- { "text": "Angola", "value": "AO" },
154
- { "text": "Antigua and Barbuda", "value": "AG" },
155
- { "text": "Argentina", "value": "AR" },
156
- { "text": "Armenia", "value": "AM" },
157
- { "text": "Australia", "value": "AU" },
158
- { "text": "Austria", "value": "AT" },
159
- { "text": "Azerbaijan", "value": "AZ" },
160
- { "text": "Bahamas", "value": "BS" },
161
- { "text": "Bahrain", "value": "BH" },
162
- { "text": "Bangladesh", "value": "BD" },
163
- { "text": "Barbados", "value": "BB" },
164
- { "text": "Belarus", "value": "BY" },
165
- { "text": "Belgium", "value": "BE" },
166
- { "text": "Belize", "value": "BZ" },
167
- { "text": "Benin", "value": "BJ" },
168
- { "text": "Bhutan", "value": "BT" },
169
- { "text": "Bolivia", "value": "BO" },
170
- { "text": "Bosnia and Herzegovina", "value": "BA" },
171
- { "text": "Botswana", "value": "BW" },
172
- { "text": "Brazil", "value": "BR" },
173
- { "text": "Brunei", "value": "BN" },
174
- { "text": "Bulgaria", "value": "BG" },
175
- { "text": "Burkina Faso", "value": "BF" },
176
- { "text": "Burundi", "value": "BI" },
177
- { "text": "Cabo Verde", "value": "CV" },
178
- { "text": "Cambodia", "value": "KH" },
179
- { "text": "Cameroon", "value": "CM" },
180
- { "text": "Canada", "value": "CA" },
181
- { "text": "Central African Republic", "value": "CF" },
182
- { "text": "Chad", "value": "TD" },
183
- { "text": "Chile", "value": "CL" },
184
- { "text": "China", "value": "CN" },
185
- { "text": "Colombia", "value": "CO" },
186
- { "text": "Comoros", "value": "KM" },
187
- { "text": "Congo (Congo-Brazzaville)", "value": "CG" },
188
- { "text": "Costa Rica", "value": "CR" },
189
- { "text": "Croatia", "value": "HR" },
190
- { "text": "Cuba", "value": "CU" },
191
- { "text": "Cyprus", "value": "CY" },
192
- { "text": "Czechia (Czech Republic)", "value": "CZ" },
193
- { "text": "Democratic Republic of the Congo", "value": "CD" },
194
- { "text": "Denmark", "value": "DK" },
195
- { "text": "Djibouti", "value": "DJ" },
196
- { "text": "Dominica", "value": "DM" },
197
- { "text": "Dominican Republic", "value": "DO" },
198
- { "text": "Ecuador", "value": "EC" },
199
- { "text": "Egypt", "value": "EG" },
200
- { "text": "El Salvador", "value": "SV" },
201
- { "text": "Equatorial Guinea", "value": "GQ" },
202
- { "text": "Eritrea", "value": "ER" },
203
- { "text": "Estonia", "value": "EE" },
204
- { "text": "Eswatini", "value": "SZ" },
205
- { "text": "Ethiopia", "value": "ET" },
206
- { "text": "Fiji", "value": "FJ" },
207
- { "text": "Finland", "value": "FI" },
208
- { "text": "France", "value": "FR" },
209
- { "text": "Gabon", "value": "GA" },
210
- { "text": "Gambia", "value": "GM" },
211
- { "text": "Georgia", "value": "GE" },
212
- { "text": "Germany", "value": "DE" },
213
- { "text": "Ghana", "value": "GH" },
214
- { "text": "Greece", "value": "GR" },
215
- { "text": "Grenada", "value": "GD" },
216
- { "text": "Guatemala", "value": "GT" },
217
- { "text": "Guinea", "value": "GN" },
218
- { "text": "Guinea-Bissau", "value": "GW" },
219
- { "text": "Guyana", "value": "GY" },
220
- { "text": "Haiti", "value": "HT" },
221
- { "text": "Honduras", "value": "HN" },
222
- { "text": "Hungary", "value": "HU" },
223
- { "text": "Iceland", "value": "IS" },
224
- { "text": "India", "value": "IN" },
225
- { "text": "Indonesia", "value": "ID" },
226
- { "text": "Iran", "value": "IR" },
227
- { "text": "Iraq", "value": "IQ" },
228
- { "text": "Ireland", "value": "IE" },
229
- { "text": "Israel", "value": "IL" },
230
- { "text": "Italy", "value": "IT" },
231
- { "text": "Jamaica", "value": "JM" },
232
- { "text": "Japan", "value": "JP" },
233
- { "text": "Jordan", "value": "JO" },
234
- { "text": "Kazakhstan", "value": "KZ" },
235
- { "text": "Kenya", "value": "KE" },
236
- { "text": "Kiribati", "value": "KI" },
237
- { "text": "Kuwait", "value": "KW" },
238
- { "text": "Kyrgyzstan", "value": "KG" },
239
- { "text": "Laos", "value": "LA" },
240
- { "text": "Latvia", "value": "LV" },
241
- { "text": "Lebanon", "value": "LB" },
242
- { "text": "Lesotho", "value": "LS" },
243
- { "text": "Liberia", "value": "LR" },
244
- { "text": "Libya", "value": "LY" },
245
- { "text": "Liechtenstein", "value": "LI" },
246
- { "text": "Lithuania", "value": "LT" },
247
- { "text": "Luxembourg", "value": "LU" },
248
- { "text": "Madagascar", "value": "MG" },
249
- { "text": "Malawi", "value": "MW" },
250
- { "text": "Malaysia", "value": "MY" },
251
- { "text": "Maldives", "value": "MV" },
252
- { "text": "Mali", "value": "ML" },
253
- { "text": "Malta", "value": "MT" },
254
- { "text": "Marshall Islands", "value": "MH" },
255
- { "text": "Mauritania", "value": "MR" },
256
- { "text": "Mauritius", "value": "MU" },
257
- { "text": "Mexico", "value": "MX" },
258
- { "text": "Micronesia", "value": "FM" },
259
- { "text": "Moldova", "value": "MD" },
260
- { "text": "Monaco", "value": "MC" },
261
- { "text": "Mongolia", "value": "MN" },
262
- { "text": "Montenegro", "value": "ME" },
263
- { "text": "Morocco", "value": "MA" },
264
- { "text": "Mozambique", "value": "MZ" },
265
- { "text": "Myanmar (Burma)", "value": "MM" },
266
- { "text": "Namibia", "value": "NA" },
267
- { "text": "Nauru", "value": "NR" },
268
- { "text": "Nepal", "value": "NP" },
269
- { "text": "Netherlands", "value": "NL" },
270
- { "text": "New Zealand", "value": "NZ" },
271
- { "text": "Nicaragua", "value": "NI" },
272
- { "text": "Niger", "value": "NE" },
273
- { "text": "Nigeria", "value": "NG" },
274
- { "text": "North Korea", "value": "KP" },
275
- { "text": "North Macedonia", "value": "MK" },
276
- { "text": "Norway", "value": "NO" },
277
- { "text": "Oman", "value": "OM" },
278
- { "text": "Pakistan", "value": "PK" },
279
- { "text": "Palau", "value": "PW" },
280
- { "text": "Palestine State", "value": "PS" },
281
- { "text": "Panama", "value": "PA" },
282
- { "text": "Papua New Guinea", "value": "PG" },
283
- { "text": "Paraguay", "value": "PY" },
284
- { "text": "Peru", "value": "PE" },
285
- { "text": "Philippines", "value": "PH" },
286
- { "text": "Poland", "value": "PL" },
287
- { "text": "Portugal", "value": "PT" },
288
- { "text": "Qatar", "value": "QA" },
289
- { "text": "Romania", "value": "RO" },
290
- { "text": "Russia", "value": "RU" },
291
- { "text": "Rwanda", "value": "RW" },
292
- { "text": "Saint Kitts and Nevis", "value": "KN" },
293
- { "text": "Saint Lucia", "value": "LC" },
294
- { "text": "Saint Vincent and the Grenadines", "value": "VC" },
295
- { "text": "Samoa", "value": "WS" },
296
- { "text": "San Marino", "value": "SM" },
297
- { "text": "Sao Tome and Principe", "value": "ST" },
298
- { "text": "Saudi Arabia", "value": "SA" },
299
- { "text": "Senegal", "value": "SN" },
300
- { "text": "Serbia", "value": "RS" },
301
- { "text": "Seychelles", "value": "SC" },
302
- { "text": "Sierra Leone", "value": "SL" },
303
- { "text": "Singapore", "value": "SG" },
304
- { "text": "Slovakia", "value": "SK" },
305
- { "text": "Slovenia", "value": "SI" },
306
- { "text": "Solomon Islands", "value": "SB" },
307
- { "text": "Somalia", "value": "SO" },
308
- { "text": "South Africa", "value": "ZA" },
309
- { "text": "South Korea", "value": "KR" },
310
- { "text": "South Sudan", "value": "SS" },
311
- { "text": "Spain", "value": "ES" },
312
- { "text": "Sri Lanka", "value": "LK" },
313
- { "text": "Sudan", "value": "SD" },
314
- { "text": "Suriname", "value": "SR" },
315
- { "text": "Sweden", "value": "SE" },
316
- { "text": "Switzerland", "value": "CH" },
317
- { "text": "Syria", "value": "SY" },
318
- { "text": "Taiwan", "value": "TW" },
319
- { "text": "Tajikistan", "value": "TJ" },
320
- { "text": "Tanzania", "value": "TZ" },
321
- { "text": "Thailand", "value": "TH" },
322
- { "text": "Timor-Leste", "value": "TL" },
323
- { "text": "Togo", "value": "TG" },
324
- { "text": "Tonga", "value": "TO" },
325
- { "text": "Trinidad and Tobago", "value": "TT" },
326
- { "text": "Tunisia", "value": "TN" },
327
- { "text": "Turkey", "value": "TR" },
328
- { "text": "Turkmenistan", "value": "TM" },
329
- { "text": "Tuvalu", "value": "TV" },
330
- { "text": "Uganda", "value": "UG" },
331
- { "text": "Ukraine", "value": "UA" },
332
- { "text": "United Arab Emirates", "value": "AE" },
333
- { "text": "United Kingdom", "value": "GB" },
334
- { "text": "Uruguay", "value": "UY" },
335
- { "text": "Uzbekistan", "value": "UZ" },
336
- { "text": "Vanuatu", "value": "VU" },
337
- { "text": "Vatican City", "value": "VA" },
338
- { "text": "Venezuela", "value": "VE" },
339
- { "text": "Vietnam", "value": "VN" },
340
- { "text": "Yemen", "value": "YE" },
341
- { "text": "Zambia", "value": "ZM" },
342
- { "text": "Zimbabwe", "value": "ZW" }
343
- ]
344
- }
345
- }, {
346
- "component": "FormInput",
347
- "props": {
348
- "type": "tel",
349
- "id": "phone",
350
- "name": "phone",
351
- "defaultValue": null,
352
- "placeholder": "Phone Number",
353
- "autoComplete": "tel",
354
- "size": "40",
355
- "display": "horizontal",
356
- "required": true,
357
- "label": "Phone Number : ",
358
- "tooltip": "Please enter your Phone Number",
359
- "validate": "isValidUSPhoneNumber"
360
- }
361
- }, {
362
- "component": "FormInput",
363
- "props": {
364
- "type": "email",
365
- "id": "email",
366
- "name": "email",
367
- "defaultValue": null,
368
- "placeholder": "Email Address",
369
- "autoComplete": "email",
370
- "size": "40",
371
- "display": "horizontal",
372
- "required": true,
373
- "label": "Email Address : ",
374
- "tooltip": "Please enter your Email Address",
375
- "validate": "isValidEmailAddress"
376
- }
377
- }, {
378
- "component": "FormInput",
379
- "props": {
380
- "type": "text",
381
- "id": "discountCode",
382
- "name": "discountCode",
383
- "defaultValue": null,
384
- "placeholder": "Discount Code",
385
- "size": "40",
386
- "display": "horizontal",
387
- "required": null,
388
- "label": "Discount Code : ",
389
- "tooltip": "Please enter any discount code you have received",
390
- "validate": "isValidDiscountCode"
391
- }
392
- },
393
- {
394
- "component": "FormRadio",
395
- "props": {
396
- "id": "shippingMethod",
397
- "name": "shippingMethod",
398
- "label": "Shipping Method : ",
399
- "display": "vertical",
400
- "required": true,
401
- "validate": "isOneRadioSelected",
402
- "tooltip": "Please select your Shipping Method",
403
- "options": [
404
- { "value": "USPS-GA", "text": "USPS Ground Advantage ( 2 - 5 days ) $9.99", "checked": "" },
405
- { "value": "USPS-PM", "text": "USPS Priority Mail ( 2 - 3 days ) $14.99", "checked": "" },
406
- { "value": "USPS-PMX", "text": "USPS Priority Mail Express ( 1 - 3 days ) $39.99", "checked": "" },
407
- { "value": "USPS-FCP-I", "text": "USPS First Class Package International ( Varies ) $24.99", "checked": "" },
408
- { "value": "USPS-PM-I", "text": "USPS Priority Mail International ( 6 - 10 days ) $39.99", "checked": "" },
409
- { "value": "USPS-PMX-I", "text": "USPS Priority Mail Express International ( 3 - 5 days ) $69.99", "checked": "" }
410
- ]
411
- }
412
- },
413
- {
414
- "component": "FormButton",
415
- "props": {
416
- "type": "submit",
417
- "id": "submit",
418
- "text": "Checkout"
419
- }
420
- }
421
- ]
422
- }