@pixelated-tech/components 3.1.4 → 3.1.5
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.md +1 -1
- package/dist/index.server.js +1 -1
- package/dist/types/components/seo/sitemap.d.ts.map +1 -1
- package/package.json +135 -134
package/README.md
CHANGED
package/dist/index.server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Server-safe exports only - no client components, no CSS imports, no browser APIs
|
|
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
|
-
// Import those from the main package entry point: @
|
|
4
|
+
// Import those from the main package entry point: @pixelated-tech/components
|
|
5
5
|
export * from './components/cms/cloudinary';
|
|
6
6
|
export * from './components/cms/contentful.delivery';
|
|
7
7
|
export * from './components/cms/contentful.management';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sitemap.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/sitemap.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"sitemap.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/sitemap.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,MAAM,MAAM,YAAY,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,QAAQ,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAIF,wBAAsB,cAAc,CAAC,QAAQ,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,EAAE,EAAE,MAAM,EAAE,MAAM,2BAehF;AAID,wBAAsB,eAAe,CAAC,MAAM,EAAE,MAAM;;;KAUnD;AAID,wBAAsB,mBAAmB,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAA;CAAC,2BAY9D;AAaD,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAsB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2BAqBzE;yBArBqB,oBAAoB;;;;;;;;;;;AAkC1C,MAAM,MAAM,mCAAmC,GAAG,UAAU,CAAC,OAAO,+BAA+B,CAAC,SAAS,CAAC,CAAC;AAC/G,wBAAsB,+BAA+B,CAAC,KAAK,EAAE,mCAAmC,2BAgB/F;yBAhBqB,+BAA+B;;;;;;;;;;;AAmCrD,wBAAsB,kBAAkB,CAAC,MAAM,EAAE,MAAM,2BAiBtD;AAKD,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,YAAY,EAAE,UAU3D;AAKD,wBAAsB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,SAA4B,kBAuBjG"}
|
package/package.json
CHANGED
|
@@ -1,136 +1,137 @@
|
|
|
1
1
|
{
|
|
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
|
-
|
|
2
|
+
"name": "@pixelated-tech/components",
|
|
3
|
+
"version": "3.1.5",
|
|
4
|
+
"private": false,
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Pixelated Technologies",
|
|
7
|
+
"url": "https://www.pixelated.tech/"
|
|
8
|
+
},
|
|
9
|
+
"description": "Pixelated UI Components",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"main": "./dist/index.js",
|
|
12
|
+
"module": "./dist/index.js",
|
|
13
|
+
"types": "./dist/types/index.d.ts",
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"directories": {
|
|
18
|
+
"doc": "docs"
|
|
19
|
+
},
|
|
20
|
+
"exports": {
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./dist/types/index.d.ts",
|
|
23
|
+
"import": "./dist/index.js",
|
|
24
|
+
"require": "./dist/index.js"
|
|
25
|
+
},
|
|
26
|
+
"./server": {
|
|
27
|
+
"types": "./dist/types/index.server.d.ts",
|
|
28
|
+
"import": "./dist/index.server.js",
|
|
29
|
+
"default": "./dist/index.server.js"
|
|
30
|
+
},
|
|
31
|
+
"./css/*": "./dist/css/*"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://github.com/brianwhaley/pixelated-components#readme",
|
|
34
|
+
"bugs": {
|
|
35
|
+
"url": "https://github.com/brianwhaley/pixelated-components/issues"
|
|
36
|
+
},
|
|
37
|
+
"repository": {
|
|
38
|
+
"type": "git",
|
|
39
|
+
"url": "git+https://github.com/brianwhaley/pixelated-components.git"
|
|
40
|
+
},
|
|
41
|
+
"publishConfig": {
|
|
42
|
+
"registry": "https://registry.npmjs.org",
|
|
43
|
+
"access": "public"
|
|
44
|
+
},
|
|
45
|
+
"browser": {
|
|
46
|
+
"fs": false,
|
|
47
|
+
"path": false
|
|
48
|
+
},
|
|
49
|
+
"scripts": {
|
|
50
|
+
"build": "npm run validate-exports && npm run buildClean && npm run tsc && npm run rsync && npm run tscClean ",
|
|
51
|
+
"build-webpack": "webpack --config webpack.config.cjs && tsc --emitDeclarationOnly --outDir dist/types",
|
|
52
|
+
"buildClean": "rm -r dist ",
|
|
53
|
+
"tsc": "npx tsc --project tsconfig.json",
|
|
54
|
+
"tscClean": "rm -r dist/{images,stories,tests} ",
|
|
55
|
+
"rsync": "rsync -a --include='*.css' --include='*.scss' --include='*/' --exclude='*' src/ dist",
|
|
56
|
+
"validate-exports": "node scripts/validate-exports.cjs",
|
|
57
|
+
"build2brianwhaley": "npm run build && rm -rf ../brianwhaley/node_modules/@pixelated-tech/components/dist && cp -r dist ../brianwhaley/node_modules/@pixelated-tech/components/",
|
|
58
|
+
"build2informationfocus": "npm run build && rm -rf ../informationfocus/node_modules/@pixelated-tech/components/dist && cp -r dist ../informationfocus/node_modules/@pixelated-tech/components/",
|
|
59
|
+
"build2oaktreelandscaping": "npm run build && rm -rf ../oaktreelandscaping/node_modules/@pixelated-tech/components/dist && cp -r dist ../oaktreelandscaping/node_modules/@pixelated-tech/components/",
|
|
60
|
+
"build2palmettoepoxy": "npm run build && rm -rf ../palmetto-epoxy/node_modules/@pixelated-tech/components/dist && cp -r dist ../palmetto-epoxy/node_modules/@pixelated-tech/components/",
|
|
61
|
+
"build2pixelated": "npm run build && rm -rf ../pixelated/node_modules/@pixelated-tech/components/dist && cp -r dist ../pixelated/node_modules/@pixelated-tech/components/",
|
|
62
|
+
"build2pixelvivid": "npm run build && rm -rf ../pixelvivid/node_modules/@pixelated-tech/components/dist && cp -r dist ../pixelvivid/node_modules/@pixelated-tech/components/",
|
|
63
|
+
"storybook": "rm -rf node_modules/.cache && storybook dev -p 6006",
|
|
64
|
+
"buildStorybook": "rm -rf node_modules/.cache && storybook build",
|
|
65
|
+
"test": "react-scripts test"
|
|
66
|
+
},
|
|
67
|
+
"scripts-old": {
|
|
68
|
+
"buildBabel": "npm run buildClean && NODE_ENV=production babel src --out-dir dist --copy-files",
|
|
69
|
+
"build-webpack": "rm -rf dist && npx tsc --project tsconfig.json && webpack --config webpack.config.js && npm run build-webpack-rsync",
|
|
70
|
+
"build-webpack-rsync": "rsync -a --include='*' --include='*/' src/css dist/css"
|
|
71
|
+
},
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"date-fns": "^4.1.0",
|
|
74
|
+
"globals": "^16.5.0"
|
|
75
|
+
},
|
|
76
|
+
"devDependencies": {
|
|
77
|
+
"@babel/cli": "^7.28.3",
|
|
78
|
+
"@babel/core": "^7.28.5",
|
|
79
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
80
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
81
|
+
"@babel/preset-env": "^7.28.5",
|
|
82
|
+
"@babel/preset-react": "^7.28.5",
|
|
83
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
84
|
+
"@eslint/json": "^0.14.0",
|
|
85
|
+
"@eslint/markdown": "^7.5.1",
|
|
86
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
87
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
88
|
+
"@storybook/react-webpack5": "^10.1.4",
|
|
89
|
+
"@types/md5": "^2.3.6",
|
|
90
|
+
"@types/node": "^24.10.1",
|
|
91
|
+
"@types/prop-types": "^15.7.15",
|
|
92
|
+
"@types/react": "^19.2.7",
|
|
93
|
+
"@types/react-dom": "^19.2.3",
|
|
94
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
95
|
+
"ajv": "^8.17.1",
|
|
96
|
+
"ajv-keywords": "^5.1.0",
|
|
97
|
+
"babel-loader": "^10.0.0",
|
|
98
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
99
|
+
"copy-webpack-plugin": "^13.0.1",
|
|
100
|
+
"css-loader": "^7.1.2",
|
|
101
|
+
"eslint": "^9.39.1",
|
|
102
|
+
"eslint-config-standard": "^17.0.0",
|
|
103
|
+
"eslint-plugin-import": "^2.32.0",
|
|
104
|
+
"eslint-plugin-n": "^17.23.1",
|
|
105
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
106
|
+
"eslint-plugin-react": "^7.37.4",
|
|
107
|
+
"eslint-plugin-storybook": "^10.1.4",
|
|
108
|
+
"file-loader": "^6.2.0",
|
|
109
|
+
"less-loader": "^12.3.0",
|
|
110
|
+
"mini-css-extract-plugin": "^2.9.4",
|
|
111
|
+
"next": "^16.0.6",
|
|
112
|
+
"null-loader": "^4.0.1",
|
|
113
|
+
"prop-types": "^15.8.1",
|
|
114
|
+
"react": "^19.2.1",
|
|
115
|
+
"react-dom": "^19.2.1",
|
|
116
|
+
"sass": "^1.94.2",
|
|
117
|
+
"sass-loader": "^16.0.6",
|
|
118
|
+
"storybook": "^10.1.4",
|
|
119
|
+
"style-loader": "^4.0.0",
|
|
120
|
+
"ts-loader": "^9.5.4",
|
|
121
|
+
"typescript": "^5.9.3",
|
|
122
|
+
"url-loader": "^4.1.1",
|
|
123
|
+
"webpack": "^5.103.0",
|
|
124
|
+
"webpack-cli": "^6.0.1",
|
|
125
|
+
"webpack-dev-server": "^5.2.2",
|
|
126
|
+
"webpack-node-externals": "^3.0.0"
|
|
127
|
+
},
|
|
128
|
+
"peerDependencies": {
|
|
129
|
+
"next": "^16.0.3",
|
|
130
|
+
"react": "^19.2.0",
|
|
131
|
+
"react-dom": "^19.2.0"
|
|
132
|
+
},
|
|
133
|
+
"optionalDependencies": {
|
|
134
|
+
"md5": "^2.3.0"
|
|
135
|
+
},
|
|
136
|
+
"type": "module"
|
|
136
137
|
}
|