impaktapps-ui-builder 1.0.147 → 1.0.148

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.
@@ -180,6 +180,7 @@ export default function Card(theme: any): {
180
180
  style: {
181
181
  color: string;
182
182
  fontSize: string;
183
+ fontWeight: string;
183
184
  justifyContent: string;
184
185
  whiteSpace: string;
185
186
  overflowX: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.147",
3
+ "version": "1.0.148",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -123,8 +123,8 @@ export default function Card(theme){
123
123
  style: {
124
124
  color: "black",
125
125
  display: "flex",
126
- fontSize: { xs: "24px", md: "25px" },
127
- fontWeight: "bold",
126
+ fontSize: { xs: "21px", md: "22px" },
127
+ fontWeight: "500",
128
128
  background: "inherit",
129
129
  justifyContent: "flex-start",
130
130
  width: "auto",
@@ -160,6 +160,7 @@ export default function Card(theme){
160
160
  style: {
161
161
  color: "black",
162
162
  fontSize: "16px",
163
+ fontWeight: "400",
163
164
  justifyContent: "center",
164
165
  whiteSpace: "nowrap",
165
166
  overflowX: "auto",