@builder.io/sdk-react 0.1.5 → 0.1.6

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.
Files changed (69) hide show
  1. package/dist/react/blocks/button/component-info.js +0 -1
  2. package/dist/react/blocks/columns/component-info.js +0 -1
  3. package/dist/react/blocks/custom-code/component-info.js +0 -1
  4. package/dist/react/blocks/embed/component-info.js +0 -1
  5. package/dist/react/blocks/form/component-info.js +0 -1
  6. package/dist/react/blocks/fragment/component-info.js +0 -1
  7. package/dist/react/blocks/image/component-info.js +0 -1
  8. package/dist/react/blocks/img/component-info.js +0 -1
  9. package/dist/react/blocks/input/component-info.js +0 -1
  10. package/dist/react/blocks/raw-text/component-info.js +0 -1
  11. package/dist/react/blocks/section/component-info.js +0 -1
  12. package/dist/react/blocks/select/component-info.js +0 -1
  13. package/dist/react/blocks/submit-button/component-info.js +0 -1
  14. package/dist/react/blocks/symbol/component-info.js +0 -1
  15. package/dist/react/blocks/text/component-info.js +0 -1
  16. package/dist/react/blocks/textarea/component-info.js +0 -1
  17. package/dist/react/blocks/video/component-info.js +0 -1
  18. package/dist/rsc/blocks/button/component-info.js +0 -1
  19. package/dist/rsc/blocks/columns/component-info.js +0 -1
  20. package/dist/rsc/blocks/custom-code/component-info.js +0 -1
  21. package/dist/rsc/blocks/embed/component-info.js +0 -1
  22. package/dist/rsc/blocks/form/component-info.js +0 -1
  23. package/dist/rsc/blocks/fragment/component-info.js +0 -1
  24. package/dist/rsc/blocks/image/component-info.js +0 -1
  25. package/dist/rsc/blocks/img/component-info.js +0 -1
  26. package/dist/rsc/blocks/input/component-info.js +0 -1
  27. package/dist/rsc/blocks/raw-text/component-info.js +0 -1
  28. package/dist/rsc/blocks/section/component-info.js +0 -1
  29. package/dist/rsc/blocks/select/component-info.js +0 -1
  30. package/dist/rsc/blocks/submit-button/component-info.js +0 -1
  31. package/dist/rsc/blocks/symbol/component-info.js +0 -1
  32. package/dist/rsc/blocks/text/component-info.js +0 -1
  33. package/dist/rsc/blocks/textarea/component-info.js +0 -1
  34. package/dist/rsc/blocks/video/component-info.js +0 -1
  35. package/package.json +1 -1
  36. package/packages/react/src/blocks/button/component-info.js +0 -1
  37. package/packages/react/src/blocks/columns/component-info.js +0 -1
  38. package/packages/react/src/blocks/custom-code/component-info.js +0 -1
  39. package/packages/react/src/blocks/embed/component-info.js +0 -1
  40. package/packages/react/src/blocks/form/component-info.js +0 -1
  41. package/packages/react/src/blocks/fragment/component-info.js +0 -1
  42. package/packages/react/src/blocks/image/component-info.js +0 -1
  43. package/packages/react/src/blocks/img/component-info.js +0 -1
  44. package/packages/react/src/blocks/input/component-info.js +0 -1
  45. package/packages/react/src/blocks/raw-text/component-info.js +0 -1
  46. package/packages/react/src/blocks/section/component-info.js +0 -1
  47. package/packages/react/src/blocks/select/component-info.js +0 -1
  48. package/packages/react/src/blocks/submit-button/component-info.js +0 -1
  49. package/packages/react/src/blocks/symbol/component-info.js +0 -1
  50. package/packages/react/src/blocks/text/component-info.js +0 -1
  51. package/packages/react/src/blocks/textarea/component-info.js +0 -1
  52. package/packages/react/src/blocks/video/component-info.js +0 -1
  53. package/packages/rsc/src/blocks/button/component-info.js +0 -1
  54. package/packages/rsc/src/blocks/columns/component-info.js +0 -1
  55. package/packages/rsc/src/blocks/custom-code/component-info.js +0 -1
  56. package/packages/rsc/src/blocks/embed/component-info.js +0 -1
  57. package/packages/rsc/src/blocks/form/component-info.js +0 -1
  58. package/packages/rsc/src/blocks/fragment/component-info.js +0 -1
  59. package/packages/rsc/src/blocks/image/component-info.js +0 -1
  60. package/packages/rsc/src/blocks/img/component-info.js +0 -1
  61. package/packages/rsc/src/blocks/input/component-info.js +0 -1
  62. package/packages/rsc/src/blocks/raw-text/component-info.js +0 -1
  63. package/packages/rsc/src/blocks/section/component-info.js +0 -1
  64. package/packages/rsc/src/blocks/select/component-info.js +0 -1
  65. package/packages/rsc/src/blocks/submit-button/component-info.js +0 -1
  66. package/packages/rsc/src/blocks/symbol/component-info.js +0 -1
  67. package/packages/rsc/src/blocks/text/component-info.js +0 -1
  68. package/packages/rsc/src/blocks/textarea/component-info.js +0 -1
  69. package/packages/rsc/src/blocks/video/component-info.js +0 -1
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Button",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -1,7 +1,6 @@
1
1
  import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Columns",
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "columns",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Custom Code",
3
3
  static: true,
4
- builtIn: true,
5
4
  requiredPermissions: ["editCode"],
6
5
  inputs: [
7
6
  {
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Embed",
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "url",
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Form",
3
- builtIn: true,
4
3
  defaults: {
5
4
  responsiveStyles: {
6
5
  large: {
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Fragment",
3
3
  static: true,
4
4
  hidden: true,
5
- builtIn: true,
6
5
  canHaveChildren: true,
7
6
  noWrap: true
8
7
  };
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Image",
4
4
  static: true,
5
- builtIn: true,
6
5
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
7
6
  defaultStyles: {
8
7
  position: "relative",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Raw:Img",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Input",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fad6f37889d9e40bbbbc72cdb5875d6ca",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Builder:RawText",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "text",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Section",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Select",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F83acca093fb24aaf94dee136e9a4b045",
5
4
  defaultStyles: {
6
5
  alignSelf: "flex-start"
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:SubmitButton",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fdf2820ffed1f4349a94c40b3221f5b98",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Symbol",
3
3
  noWrap: true,
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "symbol",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Text",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-text_fields-24px%20(1).svg?alt=media&token=12177b73-0ee3-42ca-98c6-0dd003de1929",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:TextArea",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Ff74a2f3de58c4c3e939204e5b6b8f6c3",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Video",
3
3
  canHaveChildren: true,
4
- builtIn: true,
5
4
  defaultStyles: {
6
5
  minHeight: "20px",
7
6
  minWidth: "20px"
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Button",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -1,7 +1,6 @@
1
1
  import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Columns",
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "columns",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Custom Code",
3
3
  static: true,
4
- builtIn: true,
5
4
  requiredPermissions: ["editCode"],
6
5
  inputs: [
7
6
  {
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Embed",
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "url",
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Form",
3
- builtIn: true,
4
3
  defaults: {
5
4
  responsiveStyles: {
6
5
  large: {
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Fragment",
3
3
  static: true,
4
4
  hidden: true,
5
- builtIn: true,
6
5
  canHaveChildren: true,
7
6
  noWrap: true
8
7
  };
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Image",
4
4
  static: true,
5
- builtIn: true,
6
5
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
7
6
  defaultStyles: {
8
7
  position: "relative",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Raw:Img",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Input",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fad6f37889d9e40bbbbc72cdb5875d6ca",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Builder:RawText",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "text",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Section",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Select",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F83acca093fb24aaf94dee136e9a4b045",
5
4
  defaultStyles: {
6
5
  alignSelf: "flex-start"
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:SubmitButton",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fdf2820ffed1f4349a94c40b3221f5b98",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Symbol",
3
3
  noWrap: true,
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "symbol",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Text",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-text_fields-24px%20(1).svg?alt=media&token=12177b73-0ee3-42ca-98c6-0dd003de1929",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:TextArea",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Ff74a2f3de58c4c3e939204e5b6b8f6c3",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Video",
3
3
  canHaveChildren: true,
4
- builtIn: true,
5
4
  defaultStyles: {
6
5
  minHeight: "20px",
7
6
  minWidth: "20px"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-react",
3
3
  "description": "Builder.io SDK for React",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
7
7
  "exports": {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Button",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -1,7 +1,6 @@
1
1
  import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Columns",
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "columns",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Custom Code",
3
3
  static: true,
4
- builtIn: true,
5
4
  requiredPermissions: ["editCode"],
6
5
  inputs: [
7
6
  {
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Embed",
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "url",
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Form",
3
- builtIn: true,
4
3
  defaults: {
5
4
  responsiveStyles: {
6
5
  large: {
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Fragment",
3
3
  static: true,
4
4
  hidden: true,
5
- builtIn: true,
6
5
  canHaveChildren: true,
7
6
  noWrap: true
8
7
  };
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Image",
4
4
  static: true,
5
- builtIn: true,
6
5
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
7
6
  defaultStyles: {
8
7
  position: "relative",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Raw:Img",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Input",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fad6f37889d9e40bbbbc72cdb5875d6ca",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Builder:RawText",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "text",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Section",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Select",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F83acca093fb24aaf94dee136e9a4b045",
5
4
  defaultStyles: {
6
5
  alignSelf: "flex-start"
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:SubmitButton",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fdf2820ffed1f4349a94c40b3221f5b98",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Symbol",
3
3
  noWrap: true,
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "symbol",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Text",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-text_fields-24px%20(1).svg?alt=media&token=12177b73-0ee3-42ca-98c6-0dd003de1929",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:TextArea",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Ff74a2f3de58c4c3e939204e5b6b8f6c3",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Video",
3
3
  canHaveChildren: true,
4
- builtIn: true,
5
4
  defaultStyles: {
6
5
  minHeight: "20px",
7
6
  minWidth: "20px"
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Button",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -1,7 +1,6 @@
1
1
  import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Columns",
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "columns",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Custom Code",
3
3
  static: true,
4
- builtIn: true,
5
4
  requiredPermissions: ["editCode"],
6
5
  inputs: [
7
6
  {
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Embed",
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "url",
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Form",
3
- builtIn: true,
4
3
  defaults: {
5
4
  responsiveStyles: {
6
5
  large: {
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Fragment",
3
3
  static: true,
4
4
  hidden: true,
5
- builtIn: true,
6
5
  canHaveChildren: true,
7
6
  noWrap: true
8
7
  };
@@ -2,7 +2,6 @@ import { serializeFn } from "../util.js";
2
2
  const componentInfo = {
3
3
  name: "Image",
4
4
  static: true,
5
- builtIn: true,
6
5
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
7
6
  defaultStyles: {
8
7
  position: "relative",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Raw:Img",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Input",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fad6f37889d9e40bbbbc72cdb5875d6ca",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Builder:RawText",
3
3
  hideFromInsertMenu: true,
4
- builtIn: true,
5
4
  inputs: [
6
5
  {
7
6
  name: "text",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Core:Section",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:Select",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F83acca093fb24aaf94dee136e9a4b045",
5
4
  defaultStyles: {
6
5
  alignSelf: "flex-start"
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:SubmitButton",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Fdf2820ffed1f4349a94c40b3221f5b98",
5
4
  defaultStyles: {
6
5
  appearance: "none",
@@ -2,7 +2,6 @@ const componentInfo = {
2
2
  name: "Symbol",
3
3
  noWrap: true,
4
4
  static: true,
5
- builtIn: true,
6
5
  inputs: [
7
6
  {
8
7
  name: "symbol",
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Text",
3
3
  static: true,
4
- builtIn: true,
5
4
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-text_fields-24px%20(1).svg?alt=media&token=12177b73-0ee3-42ca-98c6-0dd003de1929",
6
5
  inputs: [
7
6
  {
@@ -1,6 +1,5 @@
1
1
  const componentInfo = {
2
2
  name: "Form:TextArea",
3
- builtIn: true,
4
3
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2Ff74a2f3de58c4c3e939204e5b6b8f6c3",
5
4
  inputs: [
6
5
  {
@@ -1,7 +1,6 @@
1
1
  const componentInfo = {
2
2
  name: "Video",
3
3
  canHaveChildren: true,
4
- builtIn: true,
5
4
  defaultStyles: {
6
5
  minHeight: "20px",
7
6
  minWidth: "20px"