impaktapps-ui-builder 1.0.147-test.10 → 1.0.147-test.12
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/dist/impaktapps-ui-builder.es.js +2 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/cardOld.tsx +1 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -0
|
@@ -6331,6 +6331,7 @@ const ComponentSchema = {
|
|
|
6331
6331
|
maxPageSize: {
|
|
6332
6332
|
type: "number",
|
|
6333
6333
|
oneOf: [
|
|
6334
|
+
{ title: "5", const: 5 },
|
|
6334
6335
|
{ title: "10", const: 10 },
|
|
6335
6336
|
{ title: "20", const: 20 },
|
|
6336
6337
|
{ title: "30", const: 30 },
|
|
@@ -11560,7 +11561,7 @@ function Card(theme) {
|
|
|
11560
11561
|
top: "50%",
|
|
11561
11562
|
transform: "translateY(-50%)",
|
|
11562
11563
|
marginBottom: 0,
|
|
11563
|
-
borderRadius: "
|
|
11564
|
+
borderRadius: "8px"
|
|
11564
11565
|
},
|
|
11565
11566
|
componentsBoxStyle: {
|
|
11566
11567
|
boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)",
|