@pixelated-tech/components 3.3.3 → 3.3.4

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.
@@ -65,6 +65,7 @@ export function VisualDesignStyles({ visualdesign }) {
65
65
  ' background-color: var(--bg-color) !important;',
66
66
  ' color: var(--text-color);',
67
67
  ' font-family: var(--body-font);',
68
+ ' font-size: var(--font-size4);',
68
69
  '}',
69
70
  'h1, h2, h3, h4, h5, h6 {',
70
71
  ' line-height: 1.1;',
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigEngine.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/ConfigEngine.tsx"],"names":[],"mappings":"AAIA,wBAAgB,kBAAkB,CAAC,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,2CA8G1F;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,kDAyB1F"}
1
+ {"version":3,"file":"ConfigEngine.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/ConfigEngine.tsx"],"names":[],"mappings":"AAIA,wBAAgB,kBAAkB,CAAC,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,2CA+G1F;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,kDAyB1F"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelated-tech/components",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Pixelated Technologies",
@@ -103,7 +103,7 @@
103
103
  "@types/prop-types": "^15.7.15",
104
104
  "@types/react": "^19.2.7",
105
105
  "@types/react-dom": "^19.2.3",
106
- "@typescript-eslint/eslint-plugin": "^8.50.0",
106
+ "@typescript-eslint/eslint-plugin": "^8.50.1",
107
107
  "@vitejs/plugin-react": "^5.1.2",
108
108
  "@vitest/coverage-v8": "^4.0.16",
109
109
  "@vitest/ui": "^4.0.16",
@@ -126,7 +126,7 @@
126
126
  "jsdom": "^27.3.0",
127
127
  "less-loader": "^12.3.0",
128
128
  "mini-css-extract-plugin": "^2.9.4",
129
- "next": "^16.1.0",
129
+ "next": "^16.1.1",
130
130
  "null-loader": "^4.0.1",
131
131
  "prop-types": "^15.8.1",
132
132
  "react": "^19.2.3",