@pixelated-tech/components 3.3.6 → 3.4.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/README.COMPONENTS.md +126 -0
- package/README.md +14 -7
- package/dist/components/admin/componentusage/componentAnalysis.js +144 -0
- package/dist/components/admin/componentusage/componentDiscovery.js +85 -0
- package/dist/components/admin/deploy/deployment.integration.js +170 -0
- package/dist/components/admin/site-health/google-api-auth.js +69 -0
- package/dist/components/admin/site-health/seo-metrics.config.json +265 -0
- package/dist/components/admin/site-health/site-health-accessibility.js +158 -0
- package/dist/components/admin/site-health/site-health-axe-core.integration.js +119 -0
- package/dist/components/admin/site-health/site-health-axe-core.js +53 -0
- package/dist/components/admin/site-health/site-health-cache.js +23 -0
- package/dist/components/admin/site-health/site-health-core-web-vitals.integration.js +208 -0
- package/dist/components/admin/site-health/site-health-dependency-vulnerabilities.js +38 -0
- package/dist/components/admin/site-health/site-health-github.integration.js +81 -0
- package/dist/components/admin/site-health/site-health-github.js +34 -0
- package/dist/components/admin/site-health/site-health-google-analytics.integration.js +112 -0
- package/dist/components/admin/site-health/site-health-google-analytics.js +43 -0
- package/dist/components/admin/site-health/site-health-google-search-console.integration.js +118 -0
- package/dist/components/admin/site-health/site-health-google-search-console.js +43 -0
- package/dist/components/admin/site-health/site-health-indicators.js +71 -0
- package/dist/components/admin/site-health/site-health-on-site-seo.integration.js +578 -0
- package/dist/components/admin/site-health/site-health-on-site-seo.js +204 -0
- package/dist/components/admin/site-health/site-health-overview.js +65 -0
- package/dist/components/admin/site-health/site-health-performance.js +191 -0
- package/dist/components/admin/site-health/site-health-security.integration.js +109 -0
- package/dist/components/admin/site-health/site-health-security.js +169 -0
- package/dist/components/admin/site-health/site-health-seo.js +124 -0
- package/dist/components/admin/site-health/site-health-template.js +62 -0
- package/dist/components/admin/site-health/site-health-types.js +1 -0
- package/dist/components/admin/site-health/site-health-uptime.integration.js +29 -0
- package/dist/components/admin/site-health/site-health-uptime.js +30 -0
- package/dist/components/admin/site-health/site-health.css +427 -0
- package/dist/components/admin/sites/sites.integration.js +117 -0
- package/dist/components/cms/contentful.management.js +104 -0
- package/dist/components/shoppingcart/shipping.from.json +101 -0
- package/dist/components/shoppingcart/shipping.parcel.json +112 -0
- package/dist/components/shoppingcart/shipping.to.json +422 -0
- package/dist/components/shoppingcart/shoppingCartDiscountCodes.json +26 -0
- package/dist/components/shoppingcart/shoppingcart.components.js +1 -1
- package/dist/components/sitebuilder/config/ConfigBuilder.js +36 -140
- package/dist/components/sitebuilder/config/siteinfo-form.json +200 -0
- package/dist/components/sitebuilder/config/visualdesignform.json +244 -0
- package/dist/components/structured/buzzwordbingo.js +3 -2
- package/dist/data/404-data.json +128 -102
- package/dist/data/flickr.json +25 -0
- package/dist/data/form.json +368 -368
- package/dist/data/recipes.json +3251 -3251
- package/dist/data/references.json +138 -137
- package/dist/data/requestform.json +111 -0
- package/dist/data/requests.json +136 -135
- package/dist/data/resume.json +2573 -2575
- package/dist/data/routes.json +238 -238
- package/dist/data/routes2.json +141 -140
- package/dist/index.js +16 -3
- package/dist/index.server.js +36 -15
- package/dist/types/components/admin/componentusage/componentAnalysis.d.ts +35 -0
- package/dist/types/components/admin/componentusage/componentAnalysis.d.ts.map +1 -0
- package/dist/types/components/admin/componentusage/componentDiscovery.d.ts +10 -0
- package/dist/types/components/admin/componentusage/componentDiscovery.d.ts.map +1 -0
- package/dist/types/components/admin/deploy/deployment.integration.d.ts +26 -0
- package/dist/types/components/admin/deploy/deployment.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/google-api-auth.d.ts +37 -0
- package/dist/types/components/admin/site-health/google-api-auth.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-accessibility.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-accessibility.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-axe-core.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-axe-core.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-axe-core.integration.d.ts +63 -0
- package/dist/types/components/admin/site-health/site-health-axe-core.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-cache.d.ts +12 -0
- package/dist/types/components/admin/site-health/site-health-cache.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-core-web-vitals.integration.d.ts +3 -0
- package/dist/types/components/admin/site-health/site-health-core-web-vitals.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-github.d.ts +8 -0
- package/dist/types/components/admin/site-health/site-health-github.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-github.integration.d.ts +26 -0
- package/dist/types/components/admin/site-health/site-health-github.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts +8 -0
- package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-google-analytics.integration.d.ts +26 -0
- package/dist/types/components/admin/site-health/site-health-google-analytics.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts +8 -0
- package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-google-search-console.integration.d.ts +46 -0
- package/dist/types/components/admin/site-health/site-health-google-search-console.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-indicators.d.ts +73 -0
- package/dist/types/components/admin/site-health/site-health-indicators.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts +4 -0
- package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-on-site-seo.integration.d.ts +34 -0
- package/dist/types/components/admin/site-health/site-health-on-site-seo.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-overview.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-overview.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-performance.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-performance.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-security.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-security.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-security.integration.d.ts +29 -0
- package/dist/types/components/admin/site-health/site-health-security.integration.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-seo.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-seo.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-template.d.ts +12 -0
- package/dist/types/components/admin/site-health/site-health-template.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-types.d.ts +186 -0
- package/dist/types/components/admin/site-health/site-health-types.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-uptime.d.ts +6 -0
- package/dist/types/components/admin/site-health/site-health-uptime.d.ts.map +1 -0
- package/dist/types/components/admin/site-health/site-health-uptime.integration.d.ts +10 -0
- package/dist/types/components/admin/site-health/site-health-uptime.integration.d.ts.map +1 -0
- package/dist/types/components/admin/sites/sites.integration.d.ts +40 -0
- package/dist/types/components/admin/sites/sites.integration.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.management.d.ts +41 -0
- package/dist/types/components/cms/contentful.management.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts +4 -4
- package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts.map +1 -1
- package/dist/types/components/structured/buzzwordbingo.d.ts +1 -1
- package/dist/types/components/structured/buzzwordbingo.d.ts.map +1 -1
- package/dist/types/components/structured/buzzwordbingo.words.d.ts +2 -0
- package/dist/types/components/structured/buzzwordbingo.words.d.ts.map +1 -0
- package/dist/types/index.d.ts +16 -3
- package/dist/types/index.server.d.ts +36 -13
- package/dist/types/stories/admin/preview.d.ts +12 -0
- package/dist/types/stories/admin/preview.d.ts.map +1 -0
- package/dist/types/stories/admin/site-health.stories.d.ts +65 -0
- package/dist/types/stories/admin/site-health.stories.d.ts.map +1 -0
- package/dist/types/stories/structured/buzzword-bingo.stories.d.ts +1 -1
- package/dist/types/stories/structured/buzzword-bingo.stories.d.ts.map +1 -1
- package/dist/types/tests/site-health-axe-core.test.d.ts +2 -0
- package/dist/types/tests/site-health-axe-core.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-cache.test.d.ts +2 -0
- package/dist/types/tests/site-health-cache.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-indicators.test.d.ts +2 -0
- package/dist/types/tests/site-health-indicators.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-overview.test.d.ts +2 -0
- package/dist/types/tests/site-health-overview.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-template.test.d.ts +2 -0
- package/dist/types/tests/site-health-template.test.d.ts.map +1 -0
- package/dist/types/tests/sites.integration.test.d.ts +2 -0
- package/dist/types/tests/sites.integration.test.d.ts.map +1 -0
- package/package.json +14 -8
- package/dist/data/shipping.to.json +0 -422
- package/dist/data/siteinfo-form.json +0 -200
- package/dist/data/visualdesignform.json +0 -244
- package/dist/types/data/buzzwords.d.ts +0 -2
- package/dist/types/data/buzzwords.d.ts.map +0 -1
- /package/dist/{data/buzzwords.js → components/structured/buzzwordbingo.words.js} +0 -0
package/dist/data/requests.json
CHANGED
|
@@ -1,137 +1,138 @@
|
|
|
1
|
+
|
|
1
2
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
3
|
+
{
|
|
4
|
+
"Name":"svod4263",
|
|
5
|
+
"Address":"",
|
|
6
|
+
"Email":"",
|
|
7
|
+
"Source":"eBay",
|
|
8
|
+
"Request":"Fuel Cell - Seattle Seahawks Blue, Green and Silver with metallic flakes",
|
|
9
|
+
"Date":"10/22/2023",
|
|
10
|
+
"Status":"Submitted"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"Name":"jbbmhh",
|
|
14
|
+
"Address":"",
|
|
15
|
+
"Email":"",
|
|
16
|
+
"Source":"eBay",
|
|
17
|
+
"Request":"Juiter Factory Lite Ear Socks - Red",
|
|
18
|
+
"Date":"02/08/2025",
|
|
19
|
+
"Status":"Submitted"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"Name":"stangatron",
|
|
23
|
+
"Address":"",
|
|
24
|
+
"Email":"",
|
|
25
|
+
"Source":"eBay",
|
|
26
|
+
"Request":"Juiter Factory Lite Ear Socks - Brown",
|
|
27
|
+
"Date":"12/18/2024",
|
|
28
|
+
"Status":"Submitted"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"Name":"no1foley",
|
|
32
|
+
"Address":"",
|
|
33
|
+
"Email":"",
|
|
34
|
+
"Source":"eBay",
|
|
35
|
+
"Request":"Juiter Factory Lite Ear Socks - Black",
|
|
36
|
+
"Date":"12/15/2024",
|
|
37
|
+
"Status":"Submitted"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"Name":"surferwes",
|
|
41
|
+
"Address":"",
|
|
42
|
+
"Email":"",
|
|
43
|
+
"Source":"eBay",
|
|
44
|
+
"Request":"Gascans - multicolor splatter",
|
|
45
|
+
"Date":"08/07/2024",
|
|
46
|
+
"Status":"Submitted"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"Name":"robbyb413",
|
|
50
|
+
"Address":"",
|
|
51
|
+
"Email":"",
|
|
52
|
+
"Source":"eBay",
|
|
53
|
+
"Request":"Juiter Factory Lite Ear Socks - Brown",
|
|
54
|
+
"Date":"07/12/2024",
|
|
55
|
+
"Status":"Submitted"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"Name":"gs300kb",
|
|
59
|
+
"Address":"",
|
|
60
|
+
"Email":"",
|
|
61
|
+
"Source":"eBay",
|
|
62
|
+
"Request":"Frogskins Lobster Replica",
|
|
63
|
+
"Date":"06/21/2024",
|
|
64
|
+
"Status":"Submitted"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"Name":"jeepxj3hotmail",
|
|
68
|
+
"Address":"",
|
|
69
|
+
"Email":"",
|
|
70
|
+
"Source":"eBay",
|
|
71
|
+
"Request":"Factory Lite Ear Socks",
|
|
72
|
+
"Date":"03/22/2024",
|
|
73
|
+
"Status":"Submitted"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"Name":"idj4u",
|
|
77
|
+
"Address":"",
|
|
78
|
+
"Email":"",
|
|
79
|
+
"Source":"eBay",
|
|
80
|
+
"Request":"Custom Frames",
|
|
81
|
+
"Date":"02/29/2024",
|
|
82
|
+
"Status":"Submitted"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"Name":"resurrect",
|
|
86
|
+
"Address":"",
|
|
87
|
+
"Email":"",
|
|
88
|
+
"Source":"eBay",
|
|
89
|
+
"Request":"Custom M Frame SI 3.0 - all white",
|
|
90
|
+
"Date":"01/28/2024",
|
|
91
|
+
"Status":"Submitted"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"Name":"Robin Schoffer",
|
|
95
|
+
"Address":"",
|
|
96
|
+
"Email":"",
|
|
97
|
+
"Source":"eBay",
|
|
98
|
+
"Request":"Customize customers' Clear Gascans - solid color",
|
|
99
|
+
"Date":"01/15/2024",
|
|
100
|
+
"Status":"Submitted"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"Name":"diveramck",
|
|
104
|
+
"Address":"",
|
|
105
|
+
"Email":"",
|
|
106
|
+
"Source":"eBay",
|
|
107
|
+
"Request":"Customize customers' Oakleys",
|
|
108
|
+
"Date":"10/25/2023",
|
|
109
|
+
"Status":"Submitted"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"Name":"Steven Donker",
|
|
113
|
+
"Address":"",
|
|
114
|
+
"Email":"",
|
|
115
|
+
"Source":"eBay",
|
|
116
|
+
"Request":"Custom Oakley Frogskins",
|
|
117
|
+
"Date":"5/01/2023",
|
|
118
|
+
"Status":"Submitted"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"Name":"Scott Overstreet",
|
|
122
|
+
"Address":"",
|
|
123
|
+
"Email":"",
|
|
124
|
+
"Source":"email",
|
|
125
|
+
"Request":"Custom Oakley Slivers - brite blue, pink and lime green color combo",
|
|
126
|
+
"Date":"5/22/2025",
|
|
127
|
+
"Status":"Completed"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"Name":"briacc0",
|
|
131
|
+
"Address":"",
|
|
132
|
+
"Email":"",
|
|
133
|
+
"Source":"eBay",
|
|
134
|
+
"Request":"Custom Oakley Chainlinks - faded blended Joker style - purple and poison green with purple green lenses",
|
|
135
|
+
"Date":"5/22/2025",
|
|
136
|
+
"Status":"Submitted"
|
|
137
|
+
}
|
|
137
138
|
]
|