@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
@@ -1,142 +1,143 @@
1
1
  {
2
- "siteInfo": {
3
- "name": "Pixelated Technologies",
4
- "description": "Custom web development and digital design agency specializing in React, Next.js, and modern web technologies",
5
- "url": "https://pixelated.tech",
6
- "email": "info@pixelated.tech",
7
- "image": "/images/pix/pix-bg-512.gif",
8
- "image_height": "512",
9
- "image_width": "512",
10
- "favicon": "/favicon.ico",
11
- "telephone": "+1-973-710-8008",
12
- "address": {
13
- "streetAddress": "10 Jade Circle",
14
- "addressLocality": "Denville",
15
- "addressRegion": "NJ",
16
- "postalCode": "07834",
17
- "addressCountry": "US"
18
- },
19
- "priceRange": "$$",
20
- "sameAs": [
21
- "https://www.linkedin.com/in/brianwhaley",
22
- "https://github.com/brianwhaley",
23
- "https://twitter.com/brianwhaley"
24
- ],
25
- "keywords": "pixelated, web development, react, next.js, custom websites, digital design, small business"
26
- },
27
- "routes": [
28
- {
29
- "name": "Home",
30
- "path": "/",
31
- "title": "Pixelated Technologies - Home",
32
- "description": "Pixelated Technologies offers a wide varity of products and services, including custom web development for small businesses, stock photography, touchup services, home design and remodeling, and more.",
33
- "keywords": "pixelated, web development, small business, stock photography, home redesign, remodeling, social media"
34
- }, {
35
- "name": "Process",
36
- "path": "/process",
37
- "title": "Pixelated Technologies - Our Process",
38
- "description": "Pixelated Technologies offers a proven process to get results for you and your customer gather information, develop a strategy, implement, measure outcomes, refine results, and support. ",
39
- "keywords": "pixelated, web development, small business, process, strategy, implement, measure, refine, support"
40
- }, {
41
- "name": "Portfolio",
42
- "path": "/portfolio",
43
- "title": "Pixelated Technologies - Portfolio",
44
- "description": "Examples of web development and design work delivered by our team members over the years. ",
45
- "keywords": "pixelated, web development, design, small business, delivery"
46
- }, {
47
- "name": "Blog",
48
- "path": "/blog",
49
- "title": "Pixelated Technologies - Blog Posts",
50
- "description": "Read the latest blog posts from Pixelated Technologies.",
51
- "keywords": "pixelated, blog, web development, small business"
52
- }, {
53
- "name": "Schedule",
54
- "path": "/schedule",
55
- "title": "Pixelated Technologies - Schedule an Appointment",
56
- "description": "Schedule a consult appointment with Pixelated Technologies for custom IT development work - web development, social media mearketing, search engine optimization, and small business modernization.",
57
- "keywords": "pixelated, brian whaley, schedule an appointment, schedule a meeting, web development, small business modernization"
58
- }, {
59
- "name": "Terms",
60
- "path": "/terms",
61
- "title": "Pixelated Technologies - Terms of Service",
62
- "description": "Pixelated Technologies Terms of Service",
63
- "keywords": "pixelated, terms of service"
64
- }, {
65
- "name": "Privacy",
66
- "path": "/privacy",
67
- "title": "Pixelated Technologies - Privacy Policy",
68
- "description": "Pixelated Technologies Privacy Policy",
69
- "keywords": "pixelated, privacy policy, data retention"
70
- }, {
71
- "name": "NerdJokes",
72
- "path": "/nerdjokes",
73
- "hidden": true,
74
- "title": "Pixelated Technologies - NerdJokes",
75
- "description": "NerdJokes Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
76
- "keywords": ""
77
- }, {
78
- "name": "Stkr",
79
- "path": "/stkr",
80
- "hidden": true,
81
- "title": "Pixelated Technologies - Stkr",
82
- "description": "Stkr Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
83
- "keywords": ""
84
- }, {
85
- "name": "Form",
86
- "path": "/form",
87
- "hidden": true,
88
- "title": "Pixelated Technologies - Form",
89
- "description": "Test my Form Builder, Form Components, and Form Validations",
90
- "keywords": ""
91
- }, {
92
- "name": "Form Build",
93
- "path": "/form/build",
94
- "hidden": true,
95
- "title": "Pixelated Technologies - Form Builder",
96
- "description": "Build your own form with my Form Builder",
97
- "keywords": ""
98
- }, {
99
- "name": "Form Extract",
100
- "path": "/form/extract",
101
- "hidden": true,
102
- "title": "Pixelated Technologies - Form Extract",
103
- "description": "Extract the JSON needed from a live site to use my Form Builder",
104
- "keywords": ""
105
- }, {
106
- "name": "Sandbox",
107
- "routes": [
108
- {
109
- "name": "NerdJokes",
110
- "path": "/nerdjokes",
111
- "title": "Pixelated Technologies - NerdJokes",
112
- "description": "NerdJokes Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
113
- "keywords": ""
114
- }, {
115
- "name": "Stkr",
116
- "path": "/stkr",
117
- "title": "Pixelated Technologies - Stkr",
118
- "description": "Stkr Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
119
- "keywords": ""
120
- }, {
121
- "name": "Form",
122
- "path": "/form",
123
- "title": "Pixelated Technologies - Form",
124
- "description": "Test my Form Builder, Form Components, and Form Validations",
125
- "keywords": ""
126
- }, {
127
- "name": "Form Build",
128
- "path": "/form/build",
129
- "title": "Pixelated Technologies - Form Builder",
130
- "description": "Build your own form with my Form Builder",
131
- "keywords": ""
132
- }, {
133
- "name": "Form Extract",
134
- "path": "/form/extract",
135
- "title": "Pixelated Technologies - Form Extract",
136
- "description": "Extract the JSON needed from a live site to use my Form Builder",
137
- "keywords": ""
138
- }
139
- ]
140
- }
141
- ]
2
+ "siteInfo": {
3
+ "name": "Pixelated Technologies",
4
+ "description": "Custom web development and digital design agency specializing in React, Next.js, and modern web technologies",
5
+ "url": "https://pixelated.tech",
6
+ "email": "info@pixelated.tech",
7
+ "image": "/images/pix/pix-bg-512.gif",
8
+ "image_height": "512",
9
+ "image_width": "512",
10
+ "favicon": "/favicon.ico",
11
+ "telephone": "+1-973-710-8008",
12
+ "address": {
13
+ "streetAddress": "10 Jade Circle",
14
+ "addressLocality": "Denville",
15
+ "addressRegion": "NJ",
16
+ "postalCode": "07834",
17
+ "addressCountry": "US"
18
+ },
19
+ "priceRange": "$$",
20
+ "sameAs": [
21
+ "https://www.linkedin.com/in/brianwhaley",
22
+ "https://github.com/brianwhaley",
23
+ "https://twitter.com/brianwhaley"
24
+ ],
25
+ "keywords": "pixelated, web development, react, next.js, custom websites, digital design, small business"
26
+ },
27
+ "routes": [
28
+ {
29
+ "name": "Home",
30
+ "path": "/",
31
+ "title": "Pixelated Technologies - Home",
32
+ "description": "Pixelated Technologies offers a wide varity of products and services, including custom web development for small businesses, stock photography, touchup services, home design and remodeling, and more.",
33
+ "keywords": "pixelated, web development, small business, stock photography, home redesign, remodeling, social media"
34
+ } , {
35
+ "name": "Process",
36
+ "path": "/process",
37
+ "title": "Pixelated Technologies - Our Process",
38
+ "description": "Pixelated Technologies offers a proven process to get results for you and your customer gather information, develop a strategy, implement, measure outcomes, refine results, and support. ",
39
+ "keywords": "pixelated, web development, small business, process, strategy, implement, measure, refine, support"
40
+ } , {
41
+ "name": "Portfolio",
42
+ "path": "/portfolio",
43
+ "title": "Pixelated Technologies - Portfolio",
44
+ "description": "Examples of web development and design work delivered by our team members over the years. ",
45
+ "keywords": "pixelated, web development, design, small business, delivery"
46
+ } , {
47
+ "name": "Blog",
48
+ "path": "/blog",
49
+ "title": "Pixelated Technologies - Blog Posts",
50
+ "description": "Read the latest blog posts from Pixelated Technologies.",
51
+ "keywords": "pixelated, blog, web development, small business"
52
+ } , {
53
+ "name": "Schedule",
54
+ "path": "/schedule",
55
+ "title": "Pixelated Technologies - Schedule an Appointment",
56
+ "description": "Schedule a consult appointment with Pixelated Technologies for custom IT development work - web development, social media mearketing, search engine optimization, and small business modernization." ,
57
+ "keywords": "pixelated, brian whaley, schedule an appointment, schedule a meeting, web development, small business modernization"
58
+ } , {
59
+ "name": "Terms",
60
+ "path": "/terms",
61
+ "title": "Pixelated Technologies - Terms of Service",
62
+ "description": "Pixelated Technologies Terms of Service",
63
+ "keywords": "pixelated, terms of service"
64
+
65
+ } , {
66
+ "name": "Privacy",
67
+ "path": "/privacy",
68
+ "title": "Pixelated Technologies - Privacy Policy",
69
+ "description": "Pixelated Technologies Privacy Policy",
70
+ "keywords": "pixelated, privacy policy, data retention"
71
+ } , {
72
+ "name": "NerdJokes",
73
+ "path": "/nerdjokes",
74
+ "hidden": true,
75
+ "title": "Pixelated Technologies - NerdJokes",
76
+ "description": "NerdJokes Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
77
+ "keywords": ""
78
+ } , {
79
+ "name": "Stkr",
80
+ "path": "/stkr",
81
+ "hidden": true,
82
+ "title": "Pixelated Technologies - Stkr",
83
+ "description": "Stkr Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
84
+ "keywords": ""
85
+ } , {
86
+ "name": "Form",
87
+ "path": "/form",
88
+ "hidden": true,
89
+ "title": "Pixelated Technologies - Form",
90
+ "description": "Test my Form Builder, Form Components, and Form Validations",
91
+ "keywords": ""
92
+ } , {
93
+ "name": "Form Build",
94
+ "path": "/form/build",
95
+ "hidden": true,
96
+ "title": "Pixelated Technologies - Form Builder",
97
+ "description": "Build your own form with my Form Builder",
98
+ "keywords": ""
99
+ } , {
100
+ "name": "Form Extract",
101
+ "path": "/form/extract",
102
+ "hidden": true,
103
+ "title": "Pixelated Technologies - Form Extract",
104
+ "description": "Extract the JSON needed from a live site to use my Form Builder",
105
+ "keywords": ""
106
+ } , {
107
+ "name": "Sandbox",
108
+ "routes": [
109
+ {
110
+ "name": "NerdJokes",
111
+ "path": "/nerdjokes",
112
+ "title": "Pixelated Technologies - NerdJokes",
113
+ "description": "NerdJokes Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
114
+ "keywords": ""
115
+ } , {
116
+ "name": "Stkr",
117
+ "path": "/stkr",
118
+ "title": "Pixelated Technologies - Stkr",
119
+ "description": "Stkr Slack Bot - How To, Customer Support, Terms, and Privacy Policy",
120
+ "keywords": ""
121
+ } , {
122
+ "name": "Form",
123
+ "path": "/form",
124
+ "title": "Pixelated Technologies - Form",
125
+ "description": "Test my Form Builder, Form Components, and Form Validations",
126
+ "keywords": ""
127
+ } , {
128
+ "name": "Form Build",
129
+ "path": "/form/build",
130
+ "title": "Pixelated Technologies - Form Builder",
131
+ "description": "Build your own form with my Form Builder",
132
+ "keywords": ""
133
+ } , {
134
+ "name": "Form Extract",
135
+ "path": "/form/extract",
136
+ "title": "Pixelated Technologies - Form Extract",
137
+ "description": "Extract the JSON needed from a live site to use my Form Builder",
138
+ "keywords": ""
139
+ }
140
+ ]
141
+ }
142
+ ]
142
143
  }
package/dist/index.js CHANGED
@@ -22,7 +22,6 @@ export * from './components/cms/wordpress.functions';
22
22
  export * from './components/cms/yelp';
23
23
  export * from './components/config/config.client';
24
24
  export * from './components/config/config.server';
25
- export * from './components/config/config';
26
25
  export * from './components/config/config.types';
27
26
  export * from './components/general/css';
28
27
  export * from './components/general/accordion';
@@ -49,7 +48,6 @@ export * from './components/sitebuilder/config/ConfigEngine';
49
48
  export * from './components/sitebuilder/config/FontSelector';
50
49
  export * from './components/sitebuilder/config/CompoundFontSelector';
51
50
  export * from './components/sitebuilder/config/fonts';
52
- export * from './components/sitebuilder/config/google-fonts';
53
51
  export * from './components/sitebuilder/form/formcomponents';
54
52
  export * from './components/sitebuilder/form/formtypes';
55
53
  export * from './components/sitebuilder/form/formutils';
@@ -62,7 +60,6 @@ export * from './components/sitebuilder/form/formextractor';
62
60
  export * from './components/sitebuilder/page/lib/componentGeneration';
63
61
  export * from './components/sitebuilder/page/lib/componentMap';
64
62
  export * from './components/sitebuilder/page/lib/componentMetadata';
65
- export * from './components/sitebuilder/page/lib/pageStorageLocal';
66
63
  export * from './components/sitebuilder/page/lib/pageStorageContentful';
67
64
  export * from './components/sitebuilder/page/lib/pageStorageTypes';
68
65
  export * from './components/sitebuilder/page/lib/propTypeIntrospection';
@@ -82,6 +79,23 @@ export * from './components/seo/manifest';
82
79
  export * from './components/seo/metadata.functions';
83
80
  export * from './components/seo/metadata.components';
84
81
  export * from './components/seo/sitemap';
82
+ export * from './components/admin/site-health/site-health-indicators';
83
+ export * from './components/admin/site-health/site-health-accessibility';
84
+ export * from './components/admin/site-health/site-health-axe-core';
85
+ export * from './components/admin/site-health/site-health-cache';
86
+ export * from './components/admin/site-health/site-health-dependency-vulnerabilities';
87
+ export * from './components/admin/site-health/site-health-github';
88
+ export * from './components/admin/site-health/site-health-google-analytics';
89
+ export * from './components/admin/site-health/site-health-google-search-console';
90
+ export * from './components/admin/site-health/site-health-on-site-seo';
91
+ export * from './components/admin/site-health/seo-constants';
92
+ export * from './components/admin/site-health/site-health-overview';
93
+ export * from './components/admin/site-health/site-health-performance';
94
+ export * from './components/admin/site-health/site-health-security';
95
+ export * from './components/admin/site-health/site-health-seo';
96
+ export * from './components/admin/site-health/site-health-template';
97
+ export * from './components/admin/site-health/site-health-types';
98
+ export * from './components/admin/site-health/site-health-uptime';
85
99
  export * from './components/shoppingcart/ebay.components';
86
100
  export * from './components/shoppingcart/ebay.functions';
87
101
  export * from './components/shoppingcart/paypal';
@@ -2,6 +2,24 @@
2
2
  // Use this entry point for Next.js server components, API routes, and build-time code
3
3
  // Note: Client components (with JSX, CSS imports, browser APIs) are NOT exported here.
4
4
  // Import those from the main package entry point: @pixelated-tech/components
5
+ export * from './components/admin/componentusage/componentDiscovery';
6
+ export * from './components/admin/componentusage/componentAnalysis';
7
+ export * from './components/admin/deploy/deployment.integration';
8
+ export * from './components/admin/site-health/google-api-auth';
9
+ export * from './components/admin/site-health/site-health-axe-core.integration';
10
+ export * from './components/admin/site-health/site-health-cache';
11
+ export * from './components/admin/site-health/site-health-core-web-vitals.integration';
12
+ export * from './components/admin/site-health/site-health-github.integration';
13
+ export * from './components/admin/site-health/site-health-google-analytics.integration';
14
+ export * from './components/admin/site-health/site-health-google-search-console.integration';
15
+ export * from './components/admin/site-health/site-health-indicators';
16
+ export * from './components/admin/site-health/site-health-on-site-seo.integration';
17
+ export * from './components/admin/site-health/seo-constants';
18
+ export * from './components/admin/site-health/site-health-security.integration';
19
+ export * from './components/admin/site-health/site-health-performance';
20
+ export * from './components/admin/site-health/site-health-types';
21
+ export * from './components/admin/site-health/site-health-uptime.integration';
22
+ export * from './components/admin/sites/sites.integration';
5
23
  export * from './components/cms/contentful.delivery';
6
24
  export * from './components/cms/contentful.management';
7
25
  export * from './components/cms/flickr';
@@ -10,12 +28,30 @@ export * from './components/cms/gravatar.functions';
10
28
  export * from './components/cms/instagram.functions';
11
29
  export * from './components/cms/wordpress.functions';
12
30
  export * from './components/config/config';
31
+ export * from './components/config/config.server';
13
32
  export * from './components/config/config.types';
33
+ export * from './components/menu/menu-accordion';
34
+ export * from './components/menu/menu-expando';
35
+ export * from './components/menu/menu-simple';
36
+ export * from './components/seo/googlemap';
37
+ export * from './components/seo/manifest';
38
+ export * from './components/seo/metadata.functions';
39
+ export * from './components/seo/schema-blogposting';
40
+ export * from './components/seo/schema-blogposting.functions';
41
+ export * from './components/seo/schema-localbusiness';
42
+ export * from './components/seo/schema-recipe';
43
+ export * from './components/seo/schema-services';
44
+ export * from './components/seo/schema-website';
45
+ export * from './components/seo/sitemap';
46
+ export * from './components/shoppingcart/ebay.functions';
47
+ export * from './components/sitebuilder/config/ConfigBuilder';
14
48
  export * from './components/sitebuilder/config/ConfigEngine';
15
49
  export * from './components/sitebuilder/config/google-fonts';
16
50
  export * from './components/sitebuilder/config/fonts';
17
51
  export * from './components/sitebuilder/form/formutils';
18
52
  export * from './components/sitebuilder/form/formtypes';
53
+ export * from './components/sitebuilder/page/components/ComponentTree';
54
+ export * from './components/sitebuilder/page/components/PageEngine';
19
55
  export * from './components/sitebuilder/page/lib/componentGeneration';
20
56
  export * from './components/sitebuilder/page/lib/componentMap';
21
57
  export * from './components/sitebuilder/page/lib/componentMetadata';
@@ -24,19 +60,5 @@ export * from './components/sitebuilder/page/lib/pageStorageContentful';
24
60
  export * from './components/sitebuilder/page/lib/pageStorageTypes';
25
61
  export * from './components/sitebuilder/page/lib/propTypeIntrospection';
26
62
  export * from './components/sitebuilder/page/lib/types';
27
- export * from './components/seo/metadata.functions';
28
- export * from './components/seo/sitemap';
29
- export * from './components/seo/manifest';
30
- export * from './components/seo/schema-localbusiness';
31
- export * from './components/seo/schema-recipe';
32
- export * from './components/seo/schema-services';
33
- export * from './components/seo/schema-website';
34
- export * from './components/seo/schema-blogposting';
35
- export * from './components/seo/schema-blogposting.functions';
36
- export * from './components/shoppingcart/ebay.functions';
37
- // Server-only wrapper exports
38
- export * from './components/config/config.server';
39
- // Added missing server-safe components
40
- export * from './components/carousel/tiles';
41
- export * from './components/seo/googlemap';
63
+ export * from './components/sitebuilder/page/lib/usePageBuilder';
42
64
  export * from './components/structured/resume';
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Component Usage Analysis Services
3
+ * Server-side utilities for analyzing component usage across sites
4
+ */
5
+ export interface SiteConfig {
6
+ name: string;
7
+ localPath: string;
8
+ }
9
+ export interface ComponentUsageResult {
10
+ components: string[];
11
+ siteList: SiteConfig[];
12
+ usageMatrix: {
13
+ [component: string]: {
14
+ [site: string]: boolean;
15
+ };
16
+ };
17
+ }
18
+ /**
19
+ * Convert folder/filename format to actual export name
20
+ * e.g., "cms/calendly" -> "Calendly", "general/modal" -> "Modal"
21
+ */
22
+ export declare function folderFilenameToExportName(folderFilename: string): string;
23
+ /**
24
+ * Get all files recursively from a directory
25
+ */
26
+ export declare function getAllFiles(dirPath: string, extensions?: string[]): Promise<string[]>;
27
+ /**
28
+ * Check if a component is used in a site
29
+ */
30
+ export declare function checkComponentUsage(sitePath: string, componentName: string): Promise<boolean>;
31
+ /**
32
+ * Analyze component usage across all sites
33
+ */
34
+ export declare function analyzeComponentUsage(components: string[], sites: SiteConfig[]): Promise<ComponentUsageResult>;
35
+ //# sourceMappingURL=componentAnalysis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentAnalysis.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/componentusage/componentAnalysis.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,EAAE,UAAU,EAAE,CAAC;IACvB,WAAW,EAAE;QAAE,CAAC,SAAS,EAAE,MAAM,GAAG;YAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAA;KAAE,CAAC;CACnE;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,CAezE;AAED;;GAEG;AACH,wBAAsB,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,GAAE,MAAM,EAAO,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAoC/F;AAED;;GAEG;AACH,wBAAsB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CA+CnG;AAED;;GAEG;AACH,wBAAsB,qBAAqB,CAC1C,UAAU,EAAE,MAAM,EAAE,EACpB,KAAK,EAAE,UAAU,EAAE,GACjB,OAAO,CAAC,oBAAoB,CAAC,CAyC/B"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Dynamic Component Discovery
3
+ * Discovers components by parsing pixelated-components exports at runtime
4
+ */
5
+ /**
6
+ * Discover components dynamically by parsing the pixelated-components index
7
+ * This runs on the server side during API calls
8
+ */
9
+ export declare function discoverComponentsFromLibrary(): Promise<string[]>;
10
+ //# sourceMappingURL=componentDiscovery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentDiscovery.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/componentusage/componentDiscovery.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA+CH;;;GAGG;AACH,wBAAsB,6BAA6B,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAkBvE"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Deployment Integration Services
3
+ * Server-side utilities for site deployment operations
4
+ */
5
+ export interface SiteConfig {
6
+ name: string;
7
+ localPath: string;
8
+ remote: string;
9
+ }
10
+ export interface DeploymentRequest {
11
+ site: string;
12
+ environments: string[];
13
+ versionType: string;
14
+ commitMessage: string;
15
+ }
16
+ export interface DeploymentResult {
17
+ prep: string;
18
+ environments: {
19
+ [key: string]: string;
20
+ };
21
+ }
22
+ /**
23
+ * Execute deployment script for a site
24
+ */
25
+ export declare function executeDeployment(request: DeploymentRequest, siteConfig: SiteConfig, isLocalExecution?: boolean): Promise<DeploymentResult>;
26
+ //# sourceMappingURL=deployment.integration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployment.integration.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/deploy/deployment.integration.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAOH,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CACzC;AAED;;GAEG;AACH,wBAAsB,iBAAiB,CACtC,OAAO,EAAE,iBAAiB,EAC1B,UAAU,EAAE,UAAU,EACtB,gBAAgB,GAAE,OAAe,GAC/B,OAAO,CAAC,gBAAgB,CAAC,CAU3B"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Google API Authentication Utilities
3
+ * Shared authentication logic for Google services (Analytics, Search Console, etc.)
4
+ */
5
+ export interface GoogleAuthConfig {
6
+ serviceAccountKey?: string;
7
+ clientId?: string;
8
+ clientSecret?: string;
9
+ refreshToken?: string;
10
+ }
11
+ export interface GoogleServiceAuth {
12
+ auth: any;
13
+ client: any;
14
+ }
15
+ /**
16
+ * Create authenticated Google API client for a specific service
17
+ */
18
+ export declare function createGoogleAuthClient(config: GoogleAuthConfig, scopes: string[]): Promise<{
19
+ success: boolean;
20
+ auth?: any;
21
+ error?: string;
22
+ }>;
23
+ export interface GoogleAuthResult {
24
+ success: boolean;
25
+ auth?: any;
26
+ client?: any;
27
+ error?: string;
28
+ }
29
+ /**
30
+ * Create Analytics Data API client
31
+ */
32
+ export declare function createAnalyticsClient(config: GoogleAuthConfig): Promise<GoogleAuthResult>;
33
+ /**
34
+ * Create Search Console API client
35
+ */
36
+ export declare function createSearchConsoleClient(config: GoogleAuthConfig): Promise<GoogleAuthResult>;
37
+ //# sourceMappingURL=google-api-auth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-api-auth.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/google-api-auth.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,MAAM,WAAW,gBAAgB;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,GAAG,CAAC;IACV,MAAM,EAAE,GAAG,CAAC;CACb;AAED;;GAEG;AACH,wBAAsB,sBAAsB,CAC3C,MAAM,EAAE,gBAAgB,EACxB,MAAM,EAAE,MAAM,EAAE,GACd,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,IAAI,CAAC,EAAE,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAmC3D;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,wBAAsB,qBAAqB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAS/F;AAED;;GAEG;AACH,wBAAsB,yBAAyB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CASnG"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * SEO Analysis Constants
3
+ * Shared constants for SEO analysis functionality
4
+ */
5
+ export declare const EXCLUDED_URL_PATTERNS: string[];
6
+ export declare const EXCLUDED_FILE_EXTENSIONS: RegExp;
7
+ export declare const EXCLUDED_DIRECTORY_NAMES: string[];
8
+ //# sourceMappingURL=seo-constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seo-constants.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/seo-constants.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,eAAO,MAAM,qBAAqB,UAMjC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAA2G,CAAC;AAEjJ,eAAO,MAAM,wBAAwB,UAAuD,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface SiteHealthAccessibilityProps {
2
+ siteName: string;
3
+ }
4
+ export declare function SiteHealthAccessibility({ siteName }: SiteHealthAccessibilityProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=site-health-accessibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"site-health-accessibility.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-accessibility.tsx"],"names":[],"mappings":"AAcA,UAAU,4BAA4B;IACpC,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,uBAAuB,CAAC,EAAE,QAAQ,EAAE,EAAE,4BAA4B,2CA4PjF"}
@@ -0,0 +1,6 @@
1
+ interface SiteHealthAxeCoreProps {
2
+ siteName: string;
3
+ }
4
+ export declare function SiteHealthAxeCore({ siteName }: SiteHealthAxeCoreProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=site-health-axe-core.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"site-health-axe-core.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-axe-core.tsx"],"names":[],"mappings":"AAOA,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CAoQrE"}