impaktapps-ui-builder 0.0.101-alpha.255 → 0.0.101-alpha.256

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.255",
3
+ "version": "0.0.101-alpha.256",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -91,7 +91,7 @@ export default function Card(theme){
91
91
  scope: "#/properties/programType",
92
92
  config: {
93
93
  main: {
94
- heading: "$",
94
+ heading: "",
95
95
  },
96
96
  style: {
97
97
  color: "black",
@@ -153,7 +153,7 @@ export default function Card(theme){
153
153
  background: "inherit",
154
154
  width: "calc(100%+8px)",
155
155
  margin: "-8px",
156
- marginTop: {xs: "0px", md: "20px"},
156
+ marginTop: {xs: "8px", md: "20px"},
157
157
  },
158
158
  layout: 12,
159
159
  },