@pixelated-tech/components 3.13.4 → 3.13.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.
@@ -63,7 +63,7 @@ export function Hero({ img, imgAlt, imgId, variant = 'static', height = '60vh',
63
63
  return (_jsx(_Fragment, { children: _jsxs("div", { id: id, className: "hero" + (variant ? " " + variant : ''), style: { height: height ?? '60vh' }, children: [_jsx("div", { id: id + "-bg", className: "hero-div-bg-img", style: { backgroundImage: `url(${img})` } }), children] }) }));
64
64
  }
65
65
  else if (variant === 'anchored-img') {
66
- return (_jsx(_Fragment, { children: _jsxs("div", { className: "hero" + (variant ? " " + variant : ''), id: "hero-" + id?.toString(), children: [_jsx(SmartImage, { src: img, alt: imgAlt || '', id: id?.toString() || '', style: { height: height ?? '60vh' } }), children] }) }));
66
+ return (_jsx(_Fragment, { children: _jsxs("div", { className: "hero" + (variant ? " " + variant : ''), id: "hero-" + id?.toString(), children: [_jsx(SmartImage, { src: img, alt: imgAlt || '', id: id?.toString() || '', quality: 100, width: "1000px", style: { height: height ?? '60vh' } }), children] }) }));
67
67
  }
68
68
  else {
69
69
  return (_jsx(_Fragment, { children: _jsx("div", { id: id, className: "hero" + (variant ? " " + variant : ''), style: { backgroundImage: `url(${img})`, height: height ?? '60vh' }, children: children }) }));
@@ -48,6 +48,7 @@
48
48
  /* border-radius: 20px; */
49
49
  width: 100%;
50
50
  height: 100%;
51
+ max-height: 150px;
51
52
  object-fit: cover;
52
53
  }
53
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelated-tech/components",
3
- "version": "3.13.4",
3
+ "version": "3.13.5",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Pixelated Technologies",
@@ -86,7 +86,8 @@
86
86
  "config:encrypt": "npm run config:vault -- encrypt src/config/pixelated.config.json",
87
87
  "config:decrypt": "npm run config:vault -- decrypt src/config/pixelated.config.json.enc",
88
88
  "create-pixelated-app": "node src/scripts/create-pixelated-app.js",
89
- "zip-theme": "node src/scripts/zip-pixelated-theme.js ../pixelated-blog-wp-theme Pixelated.zip"
89
+ "zip-theme": "node src/scripts/zip-pixelated-theme.js ../pixelated-blog-wp-theme Pixelated.zip",
90
+ "update": "UPDATES=$(npm outdated | awk 'NR>1 {print $1\"@\"$4}' || true); if [ -n \"$UPDATES\" ]; then echo \"Updating the following packages: $UPDATES\"; echo \"$UPDATES\" | xargs npm install --force --save 2>/dev/null || true; echo \"✅ Successfully updated: $UPDATES\"; else echo \"✅ No dependency updates needed.\"; fi; npm audit fix 2>/dev/null || true"
90
91
  },
91
92
  "scripts-20260113": {
92
93
  "build": "npm run validate-exports && npm run buildClean && npm run tsc && npm run rsync && npm run tscClean ",
@@ -109,8 +110,10 @@
109
110
  "html-entities": "^2.6.0"
110
111
  },
111
112
  "devDependencies": {
112
- "@aws-sdk/client-amplify": "^3.984.0",
113
- "@aws-sdk/client-iam": "^3.984.0",
113
+ "@aws-sdk/client-amplify": "^3.893.0",
114
+ "@aws-sdk/client-cloudwatch": "^3.893.0",
115
+ "@aws-sdk/client-iam": "^3.893.0",
116
+ "@aws-sdk/client-route-53": "^3.893.0",
114
117
  "@babel/cli": "^7.28.6",
115
118
  "@babel/core": "^7.29.0",
116
119
  "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -118,47 +121,48 @@
118
121
  "@babel/preset-env": "^7.29.0",
119
122
  "@babel/preset-react": "^7.28.5",
120
123
  "@babel/preset-typescript": "^7.28.5",
121
- "@eslint/json": "^1.0.0",
124
+ "@eslint/js": "^9.39.2",
125
+ "@eslint/json": "^1.0.1",
122
126
  "@eslint/markdown": "^7.5.1",
123
- "@storybook/addon-a11y": "^10.2.7",
124
- "@storybook/addon-docs": "^10.2.7",
127
+ "@storybook/addon-a11y": "^10.2.9",
128
+ "@storybook/addon-docs": "^10.2.9",
125
129
  "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
126
130
  "@storybook/preset-scss": "^1.0.3",
127
- "@storybook/react-webpack5": "^10.2.7",
131
+ "@storybook/react-webpack5": "^10.2.9",
128
132
  "@testing-library/dom": "^10.4.1",
129
133
  "@testing-library/react": "^16.3.2",
130
134
  "@testing-library/user-event": "^14.6.1",
131
135
  "@types/md5": "^2.3.6",
132
- "@types/node": "^25.2.1",
136
+ "@types/node": "^25.2.3",
133
137
  "@types/prop-types": "^15.7.15",
134
- "@types/react": "^19.2.13",
138
+ "@types/react": "^19.2.14",
135
139
  "@types/react-dom": "^19.2.3",
136
- "@typescript-eslint/eslint-plugin": "^8.54.0",
137
- "@typescript-eslint/parser": "^8.54.0",
138
- "@vitejs/plugin-react": "^5.1.3",
140
+ "@typescript-eslint/eslint-plugin": "^8.56.0",
141
+ "@typescript-eslint/parser": "^8.56.0",
142
+ "@vitejs/plugin-react": "^5.1.4",
139
143
  "@vitest/coverage-v8": "^4.0.18",
140
144
  "@vitest/ui": "^4.0.18",
141
- "ajv": "^8.17.1",
145
+ "ajv": "^8.18.0",
142
146
  "ajv-keywords": "^5.1.0",
143
147
  "babel-loader": "^10.0.0",
144
148
  "clean-webpack-plugin": "^4.0.0",
145
149
  "copy-webpack-plugin": "^13.0.1",
146
- "css-loader": "^7.1.3",
150
+ "css-loader": "^7.1.4",
147
151
  "eslint": "^9.39.2",
148
- "eslint-config-standard": "^17.0.0",
152
+ "eslint-config-standard": "^10.2.1",
149
153
  "eslint-plugin-import": "^2.32.0",
150
154
  "eslint-plugin-jsx-a11y": "^6.10.2",
151
- "eslint-plugin-n": "^17.23.2",
152
- "eslint-plugin-promise": "^7.2.1",
153
- "eslint-plugin-react": "^7.37.4",
154
- "eslint-plugin-storybook": "^10.2.7",
155
- "file-loader": "^6.2.0",
156
- "happy-dom": "^20.5.0",
157
- "jsdom": "^28.0.0",
155
+ "eslint-plugin-n": "^17.24.0",
156
+ "eslint-plugin-promise": "^4.3.1",
157
+ "eslint-plugin-react": "^7.37.5",
158
+ "eslint-plugin-storybook": "^0.1.1",
159
+ "file-loader": "^1.0.0",
160
+ "happy-dom": "^20.6.2",
161
+ "jsdom": "^28.1.0",
158
162
  "less-loader": "^12.3.1",
159
163
  "mini-css-extract-plugin": "^2.10.0",
160
164
  "next": "^16.1.6",
161
- "null-loader": "^4.0.1",
165
+ "null-loader": "^0.1.1",
162
166
  "prop-types": "^15.8.1",
163
167
  "react": "^19.2.4",
164
168
  "react-dom": "^19.2.4",
@@ -167,13 +171,13 @@
167
171
  "redux": "^5.0.1",
168
172
  "sass": "^1.97.3",
169
173
  "sass-loader": "^16.0.7",
170
- "storybook": "^10.2.7",
174
+ "storybook": "^10.2.9",
171
175
  "style-loader": "^4.0.0",
172
176
  "ts-loader": "^9.5.4",
173
177
  "typescript": "^5.9.3",
174
- "url-loader": "^4.1.1",
178
+ "url-loader": "^0.5.9",
175
179
  "vitest": "^4.0.18",
176
- "webpack": "^5.105.0",
180
+ "webpack": "^5.105.2",
177
181
  "webpack-cli": "^6.0.1",
178
182
  "webpack-dev-server": "^5.2.3",
179
183
  "webpack-node-externals": "^3.0.0"
@@ -184,11 +188,11 @@
184
188
  "react-dom": "^19.2.0"
185
189
  },
186
190
  "optionalDependencies": {
187
- "@aws-sdk/client-cloudwatch": "^3.984.0",
188
- "@aws-sdk/client-route-53": "^3.984.0",
191
+ "@aws-sdk/client-cloudwatch": "^3.893.0",
192
+ "@aws-sdk/client-route-53": "^3.893.0",
189
193
  "googleapis": "^171.4.0",
190
194
  "md5": "^2.3.0",
191
- "puppeteer": "^24.37.2",
195
+ "puppeteer": "^24.37.3",
192
196
  "react-redux": "*",
193
197
  "recharts": "^3.7.0",
194
198
  "redux": "*"