@saltcorn/builder 1.5.0-beta.15 → 1.5.0-beta.17

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": "@saltcorn/builder",
3
- "version": "1.5.0-beta.15",
3
+ "version": "1.5.0-beta.17",
4
4
  "description": "Drag and drop view builder for Saltcorn, open-source no-code platform",
5
5
  "main": "index.js",
6
6
  "homepage": "https://saltcorn.com",
@@ -21,7 +21,7 @@
21
21
  "@babel/preset-react": "7.24.7",
22
22
  "@craftjs/core": "0.1.0-beta.20",
23
23
  "@craftjs/utils": "0.1.0-beta.20",
24
- "@saltcorn/common-code": "1.5.0-beta.15",
24
+ "@saltcorn/common-code": "1.5.0-beta.17",
25
25
  "saltcorn-craft-layers-noeye": "0.1.0-beta.22",
26
26
  "@fonticonpicker/react-fonticonpicker": "1.2.0",
27
27
  "@fortawesome/fontawesome-svg-core": "1.2.34",
@@ -131,7 +131,7 @@ const ToggleFilterSettings = () => {
131
131
  ) : (
132
132
  <input
133
133
  value={value}
134
- className="w-100"
134
+ className="form-control"
135
135
  onChange={setAProp("value")}
136
136
  />
137
137
  )}
@@ -165,7 +165,7 @@ const ToggleFilterSettings = () => {
165
165
  <td>
166
166
  <input
167
167
  value={label}
168
- className="w-100"
168
+ className="form-control"
169
169
  onChange={setAProp("label")}
170
170
  />
171
171
  </td>