@budibase/server 3.12.16 → 3.12.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.
@@ -753,9 +753,9 @@
753
753
  }
754
754
  ]
755
755
  },
756
- "separator": {
757
- "name": "Separator",
758
- "description": "This component is a separator",
756
+ "divider": {
757
+ "name": "Divider",
758
+ "description": "A basic divider",
759
759
  "icon": "line-segments",
760
760
  "illegalChildren": ["section"],
761
761
  "size": {
@@ -1044,8 +1044,9 @@
1044
1044
  ]
1045
1045
  },
1046
1046
  "text": {
1047
- "name": "Text",
1048
- "description": "This component is text",
1047
+ "name": "Paragraph",
1048
+ "deprecated": true,
1049
+ "description": "A component for displaying paragraph text.",
1049
1050
  "icon": "text-t",
1050
1051
  "illegalChildren": ["section"],
1051
1052
  "editable": true,
@@ -1168,7 +1169,8 @@
1168
1169
  },
1169
1170
  "heading": {
1170
1171
  "name": "Headline",
1171
- "description": "This component is bold text",
1172
+ "deprecated": true,
1173
+ "description": "A component for displaying heading text",
1172
1174
  "icon": "text-b",
1173
1175
  "illegalChildren": ["section"],
1174
1176
  "editable": true,
@@ -1356,7 +1358,7 @@
1356
1358
  },
1357
1359
  "image": {
1358
1360
  "name": "Image",
1359
- "description": "This component is an image",
1361
+ "description": "A basic component for displaying images",
1360
1362
  "icon": "image",
1361
1363
  "styles": ["size"],
1362
1364
  "size": {
@@ -1559,7 +1561,7 @@
1559
1561
  },
1560
1562
  "link": {
1561
1563
  "name": "Link",
1562
- "description": "This component is a link",
1564
+ "description": "A basic link component for internal and external links",
1563
1565
  "icon": "link",
1564
1566
  "editable": true,
1565
1567
  "size": {
@@ -8311,7 +8313,7 @@
8311
8313
  "textv2": {
8312
8314
  "new": true,
8313
8315
  "name": "Text",
8314
- "description": "This component is text",
8316
+ "description": "A component for displaying text",
8315
8317
  "icon": "text-t",
8316
8318
  "size": {
8317
8319
  "width": 400,
@@ -8406,7 +8408,7 @@
8406
8408
  "width": 800,
8407
8409
  "height": 1200
8408
8410
  },
8409
- "description": "This component to render PDFs from other Budibase components",
8411
+ "description": "A component to render PDFs from other Budibase components",
8410
8412
  "settings": [
8411
8413
  {
8412
8414
  "type": "text",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "3.12.16",
4
+ "version": "3.12.17",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -216,5 +216,5 @@
216
216
  }
217
217
  }
218
218
  },
219
- "gitHead": "5d84b70e4dbedbe6dd5d323d752e5cc962e592e9"
219
+ "gitHead": "0968b9c7b2296abad4e298c3eaaac5d8154cdae3"
220
220
  }