@supernova-studio/client 0.55.13 → 0.55.15

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/index.d.mts CHANGED
@@ -2906,6 +2906,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2906
2906
  }>;
2907
2907
  docExporterId: z.ZodString;
2908
2908
  sources: z.ZodArray<z.ZodAny, "many">;
2909
+ isAvailableToUser: z.ZodBoolean;
2909
2910
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
2910
2911
  }>, "strip", z.ZodTypeAny, {
2911
2912
  id: string;
@@ -2927,6 +2928,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2927
2928
  approvalRequiredForPublishing: boolean;
2928
2929
  accessMode: "Open" | "InviteOnly";
2929
2930
  membersGenerated: boolean;
2931
+ isAvailableToUser: boolean;
2930
2932
  docUserSlug?: string | undefined;
2931
2933
  docViewUrl?: string | undefined;
2932
2934
  designSystemSwitcher?: {
@@ -2954,6 +2956,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2954
2956
  approvalRequiredForPublishing: boolean;
2955
2957
  accessMode: "Open" | "InviteOnly";
2956
2958
  membersGenerated: boolean;
2959
+ isAvailableToUser: boolean;
2957
2960
  docUserSlug?: string | null | undefined;
2958
2961
  docViewUrl?: string | null | undefined;
2959
2962
  designSystemSwitcher?: {
@@ -3063,6 +3066,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3063
3066
  approvalRequiredForPublishing: boolean;
3064
3067
  accessMode: "Open" | "InviteOnly";
3065
3068
  membersGenerated: boolean;
3069
+ isAvailableToUser: boolean;
3066
3070
  docUserSlug?: string | undefined;
3067
3071
  docViewUrl?: string | undefined;
3068
3072
  designSystemSwitcher?: {
@@ -3297,6 +3301,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3297
3301
  approvalRequiredForPublishing: boolean;
3298
3302
  accessMode: "Open" | "InviteOnly";
3299
3303
  membersGenerated: boolean;
3304
+ isAvailableToUser: boolean;
3300
3305
  docUserSlug?: string | null | undefined;
3301
3306
  docViewUrl?: string | null | undefined;
3302
3307
  designSystemSwitcher?: {
@@ -7241,6 +7246,11 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7241
7246
  }>;
7242
7247
  docExporterId: z.ZodString;
7243
7248
  sources: z.ZodArray<z.ZodAny, "many">;
7249
+ /**
7250
+ * Whether or not user who is requesting the design system
7251
+ * has access to the design system's contents.
7252
+ */
7253
+ isAvailableToUser: z.ZodBoolean;
7244
7254
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
7245
7255
  }>, "strip", z.ZodTypeAny, {
7246
7256
  id: string;
@@ -7262,6 +7272,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7262
7272
  approvalRequiredForPublishing: boolean;
7263
7273
  accessMode: "Open" | "InviteOnly";
7264
7274
  membersGenerated: boolean;
7275
+ isAvailableToUser: boolean;
7265
7276
  docUserSlug?: string | undefined;
7266
7277
  docViewUrl?: string | undefined;
7267
7278
  designSystemSwitcher?: {
@@ -7289,6 +7300,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7289
7300
  approvalRequiredForPublishing: boolean;
7290
7301
  accessMode: "Open" | "InviteOnly";
7291
7302
  membersGenerated: boolean;
7303
+ isAvailableToUser: boolean;
7292
7304
  docUserSlug?: string | null | undefined;
7293
7305
  docViewUrl?: string | null | undefined;
7294
7306
  designSystemSwitcher?: {
@@ -7344,6 +7356,11 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7344
7356
  }>;
7345
7357
  docExporterId: z.ZodString;
7346
7358
  sources: z.ZodArray<z.ZodAny, "many">;
7359
+ /**
7360
+ * Whether or not user who is requesting the design system
7361
+ * has access to the design system's contents.
7362
+ */
7363
+ isAvailableToUser: z.ZodBoolean;
7347
7364
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
7348
7365
  }>, "strip", z.ZodTypeAny, {
7349
7366
  id: string;
@@ -7365,6 +7382,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7365
7382
  approvalRequiredForPublishing: boolean;
7366
7383
  accessMode: "Open" | "InviteOnly";
7367
7384
  membersGenerated: boolean;
7385
+ isAvailableToUser: boolean;
7368
7386
  docUserSlug?: string | undefined;
7369
7387
  docViewUrl?: string | undefined;
7370
7388
  designSystemSwitcher?: {
@@ -7392,6 +7410,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7392
7410
  approvalRequiredForPublishing: boolean;
7393
7411
  accessMode: "Open" | "InviteOnly";
7394
7412
  membersGenerated: boolean;
7413
+ isAvailableToUser: boolean;
7395
7414
  docUserSlug?: string | null | undefined;
7396
7415
  docViewUrl?: string | null | undefined;
7397
7416
  designSystemSwitcher?: {
@@ -7421,6 +7440,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7421
7440
  approvalRequiredForPublishing: boolean;
7422
7441
  accessMode: "Open" | "InviteOnly";
7423
7442
  membersGenerated: boolean;
7443
+ isAvailableToUser: boolean;
7424
7444
  docUserSlug?: string | undefined;
7425
7445
  docViewUrl?: string | undefined;
7426
7446
  designSystemSwitcher?: {
@@ -7450,6 +7470,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7450
7470
  approvalRequiredForPublishing: boolean;
7451
7471
  accessMode: "Open" | "InviteOnly";
7452
7472
  membersGenerated: boolean;
7473
+ isAvailableToUser: boolean;
7453
7474
  docUserSlug?: string | null | undefined;
7454
7475
  docViewUrl?: string | null | undefined;
7455
7476
  designSystemSwitcher?: {
@@ -7506,6 +7527,11 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7506
7527
  }>;
7507
7528
  docExporterId: z.ZodString;
7508
7529
  sources: z.ZodArray<z.ZodAny, "many">;
7530
+ /**
7531
+ * Whether or not user who is requesting the design system
7532
+ * has access to the design system's contents.
7533
+ */
7534
+ isAvailableToUser: z.ZodBoolean;
7509
7535
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
7510
7536
  }>, "strip", z.ZodTypeAny, {
7511
7537
  id: string;
@@ -7527,6 +7553,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7527
7553
  approvalRequiredForPublishing: boolean;
7528
7554
  accessMode: "Open" | "InviteOnly";
7529
7555
  membersGenerated: boolean;
7556
+ isAvailableToUser: boolean;
7530
7557
  docUserSlug?: string | undefined;
7531
7558
  docViewUrl?: string | undefined;
7532
7559
  designSystemSwitcher?: {
@@ -7554,6 +7581,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7554
7581
  approvalRequiredForPublishing: boolean;
7555
7582
  accessMode: "Open" | "InviteOnly";
7556
7583
  membersGenerated: boolean;
7584
+ isAvailableToUser: boolean;
7557
7585
  docUserSlug?: string | null | undefined;
7558
7586
  docViewUrl?: string | null | undefined;
7559
7587
  designSystemSwitcher?: {
@@ -7583,6 +7611,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7583
7611
  approvalRequiredForPublishing: boolean;
7584
7612
  accessMode: "Open" | "InviteOnly";
7585
7613
  membersGenerated: boolean;
7614
+ isAvailableToUser: boolean;
7586
7615
  docUserSlug?: string | undefined;
7587
7616
  docViewUrl?: string | undefined;
7588
7617
  designSystemSwitcher?: {
@@ -7612,6 +7641,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7612
7641
  approvalRequiredForPublishing: boolean;
7613
7642
  accessMode: "Open" | "InviteOnly";
7614
7643
  membersGenerated: boolean;
7644
+ isAvailableToUser: boolean;
7615
7645
  docUserSlug?: string | null | undefined;
7616
7646
  docViewUrl?: string | null | undefined;
7617
7647
  designSystemSwitcher?: {
@@ -47749,6 +47779,7 @@ declare class DesignSystemsEndpoint {
47749
47779
  approvalRequiredForPublishing: boolean;
47750
47780
  accessMode: "Open" | "InviteOnly";
47751
47781
  membersGenerated: boolean;
47782
+ isAvailableToUser: boolean;
47752
47783
  docUserSlug?: string | undefined;
47753
47784
  docViewUrl?: string | undefined;
47754
47785
  designSystemSwitcher?: {
@@ -47779,6 +47810,7 @@ declare class DesignSystemsEndpoint {
47779
47810
  approvalRequiredForPublishing: boolean;
47780
47811
  accessMode: "Open" | "InviteOnly";
47781
47812
  membersGenerated: boolean;
47813
+ isAvailableToUser: boolean;
47782
47814
  docUserSlug?: string | undefined;
47783
47815
  docViewUrl?: string | undefined;
47784
47816
  designSystemSwitcher?: {
@@ -47811,6 +47843,7 @@ declare class DesignSystemsEndpoint {
47811
47843
  approvalRequiredForPublishing: boolean;
47812
47844
  accessMode: "Open" | "InviteOnly";
47813
47845
  membersGenerated: boolean;
47846
+ isAvailableToUser: boolean;
47814
47847
  docUserSlug?: string | undefined;
47815
47848
  docViewUrl?: string | undefined;
47816
47849
  designSystemSwitcher?: {
@@ -47841,6 +47874,7 @@ declare class DesignSystemsEndpoint {
47841
47874
  approvalRequiredForPublishing: boolean;
47842
47875
  accessMode: "Open" | "InviteOnly";
47843
47876
  membersGenerated: boolean;
47877
+ isAvailableToUser: boolean;
47844
47878
  docUserSlug?: string | undefined;
47845
47879
  docViewUrl?: string | undefined;
47846
47880
  designSystemSwitcher?: {
package/dist/index.d.ts CHANGED
@@ -2906,6 +2906,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2906
2906
  }>;
2907
2907
  docExporterId: z.ZodString;
2908
2908
  sources: z.ZodArray<z.ZodAny, "many">;
2909
+ isAvailableToUser: z.ZodBoolean;
2909
2910
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
2910
2911
  }>, "strip", z.ZodTypeAny, {
2911
2912
  id: string;
@@ -2927,6 +2928,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2927
2928
  approvalRequiredForPublishing: boolean;
2928
2929
  accessMode: "Open" | "InviteOnly";
2929
2930
  membersGenerated: boolean;
2931
+ isAvailableToUser: boolean;
2930
2932
  docUserSlug?: string | undefined;
2931
2933
  docViewUrl?: string | undefined;
2932
2934
  designSystemSwitcher?: {
@@ -2954,6 +2956,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2954
2956
  approvalRequiredForPublishing: boolean;
2955
2957
  accessMode: "Open" | "InviteOnly";
2956
2958
  membersGenerated: boolean;
2959
+ isAvailableToUser: boolean;
2957
2960
  docUserSlug?: string | null | undefined;
2958
2961
  docViewUrl?: string | null | undefined;
2959
2962
  designSystemSwitcher?: {
@@ -3063,6 +3066,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3063
3066
  approvalRequiredForPublishing: boolean;
3064
3067
  accessMode: "Open" | "InviteOnly";
3065
3068
  membersGenerated: boolean;
3069
+ isAvailableToUser: boolean;
3066
3070
  docUserSlug?: string | undefined;
3067
3071
  docViewUrl?: string | undefined;
3068
3072
  designSystemSwitcher?: {
@@ -3297,6 +3301,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3297
3301
  approvalRequiredForPublishing: boolean;
3298
3302
  accessMode: "Open" | "InviteOnly";
3299
3303
  membersGenerated: boolean;
3304
+ isAvailableToUser: boolean;
3300
3305
  docUserSlug?: string | null | undefined;
3301
3306
  docViewUrl?: string | null | undefined;
3302
3307
  designSystemSwitcher?: {
@@ -7241,6 +7246,11 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7241
7246
  }>;
7242
7247
  docExporterId: z.ZodString;
7243
7248
  sources: z.ZodArray<z.ZodAny, "many">;
7249
+ /**
7250
+ * Whether or not user who is requesting the design system
7251
+ * has access to the design system's contents.
7252
+ */
7253
+ isAvailableToUser: z.ZodBoolean;
7244
7254
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
7245
7255
  }>, "strip", z.ZodTypeAny, {
7246
7256
  id: string;
@@ -7262,6 +7272,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7262
7272
  approvalRequiredForPublishing: boolean;
7263
7273
  accessMode: "Open" | "InviteOnly";
7264
7274
  membersGenerated: boolean;
7275
+ isAvailableToUser: boolean;
7265
7276
  docUserSlug?: string | undefined;
7266
7277
  docViewUrl?: string | undefined;
7267
7278
  designSystemSwitcher?: {
@@ -7289,6 +7300,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7289
7300
  approvalRequiredForPublishing: boolean;
7290
7301
  accessMode: "Open" | "InviteOnly";
7291
7302
  membersGenerated: boolean;
7303
+ isAvailableToUser: boolean;
7292
7304
  docUserSlug?: string | null | undefined;
7293
7305
  docViewUrl?: string | null | undefined;
7294
7306
  designSystemSwitcher?: {
@@ -7344,6 +7356,11 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7344
7356
  }>;
7345
7357
  docExporterId: z.ZodString;
7346
7358
  sources: z.ZodArray<z.ZodAny, "many">;
7359
+ /**
7360
+ * Whether or not user who is requesting the design system
7361
+ * has access to the design system's contents.
7362
+ */
7363
+ isAvailableToUser: z.ZodBoolean;
7347
7364
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
7348
7365
  }>, "strip", z.ZodTypeAny, {
7349
7366
  id: string;
@@ -7365,6 +7382,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7365
7382
  approvalRequiredForPublishing: boolean;
7366
7383
  accessMode: "Open" | "InviteOnly";
7367
7384
  membersGenerated: boolean;
7385
+ isAvailableToUser: boolean;
7368
7386
  docUserSlug?: string | undefined;
7369
7387
  docViewUrl?: string | undefined;
7370
7388
  designSystemSwitcher?: {
@@ -7392,6 +7410,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7392
7410
  approvalRequiredForPublishing: boolean;
7393
7411
  accessMode: "Open" | "InviteOnly";
7394
7412
  membersGenerated: boolean;
7413
+ isAvailableToUser: boolean;
7395
7414
  docUserSlug?: string | null | undefined;
7396
7415
  docViewUrl?: string | null | undefined;
7397
7416
  designSystemSwitcher?: {
@@ -7421,6 +7440,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7421
7440
  approvalRequiredForPublishing: boolean;
7422
7441
  accessMode: "Open" | "InviteOnly";
7423
7442
  membersGenerated: boolean;
7443
+ isAvailableToUser: boolean;
7424
7444
  docUserSlug?: string | undefined;
7425
7445
  docViewUrl?: string | undefined;
7426
7446
  designSystemSwitcher?: {
@@ -7450,6 +7470,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7450
7470
  approvalRequiredForPublishing: boolean;
7451
7471
  accessMode: "Open" | "InviteOnly";
7452
7472
  membersGenerated: boolean;
7473
+ isAvailableToUser: boolean;
7453
7474
  docUserSlug?: string | null | undefined;
7454
7475
  docViewUrl?: string | null | undefined;
7455
7476
  designSystemSwitcher?: {
@@ -7506,6 +7527,11 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7506
7527
  }>;
7507
7528
  docExporterId: z.ZodString;
7508
7529
  sources: z.ZodArray<z.ZodAny, "many">;
7530
+ /**
7531
+ * Whether or not user who is requesting the design system
7532
+ * has access to the design system's contents.
7533
+ */
7534
+ isAvailableToUser: z.ZodBoolean;
7509
7535
  role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
7510
7536
  }>, "strip", z.ZodTypeAny, {
7511
7537
  id: string;
@@ -7527,6 +7553,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7527
7553
  approvalRequiredForPublishing: boolean;
7528
7554
  accessMode: "Open" | "InviteOnly";
7529
7555
  membersGenerated: boolean;
7556
+ isAvailableToUser: boolean;
7530
7557
  docUserSlug?: string | undefined;
7531
7558
  docViewUrl?: string | undefined;
7532
7559
  designSystemSwitcher?: {
@@ -7554,6 +7581,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7554
7581
  approvalRequiredForPublishing: boolean;
7555
7582
  accessMode: "Open" | "InviteOnly";
7556
7583
  membersGenerated: boolean;
7584
+ isAvailableToUser: boolean;
7557
7585
  docUserSlug?: string | null | undefined;
7558
7586
  docViewUrl?: string | null | undefined;
7559
7587
  designSystemSwitcher?: {
@@ -7583,6 +7611,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7583
7611
  approvalRequiredForPublishing: boolean;
7584
7612
  accessMode: "Open" | "InviteOnly";
7585
7613
  membersGenerated: boolean;
7614
+ isAvailableToUser: boolean;
7586
7615
  docUserSlug?: string | undefined;
7587
7616
  docViewUrl?: string | undefined;
7588
7617
  designSystemSwitcher?: {
@@ -7612,6 +7641,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7612
7641
  approvalRequiredForPublishing: boolean;
7613
7642
  accessMode: "Open" | "InviteOnly";
7614
7643
  membersGenerated: boolean;
7644
+ isAvailableToUser: boolean;
7615
7645
  docUserSlug?: string | null | undefined;
7616
7646
  docViewUrl?: string | null | undefined;
7617
7647
  designSystemSwitcher?: {
@@ -47749,6 +47779,7 @@ declare class DesignSystemsEndpoint {
47749
47779
  approvalRequiredForPublishing: boolean;
47750
47780
  accessMode: "Open" | "InviteOnly";
47751
47781
  membersGenerated: boolean;
47782
+ isAvailableToUser: boolean;
47752
47783
  docUserSlug?: string | undefined;
47753
47784
  docViewUrl?: string | undefined;
47754
47785
  designSystemSwitcher?: {
@@ -47779,6 +47810,7 @@ declare class DesignSystemsEndpoint {
47779
47810
  approvalRequiredForPublishing: boolean;
47780
47811
  accessMode: "Open" | "InviteOnly";
47781
47812
  membersGenerated: boolean;
47813
+ isAvailableToUser: boolean;
47782
47814
  docUserSlug?: string | undefined;
47783
47815
  docViewUrl?: string | undefined;
47784
47816
  designSystemSwitcher?: {
@@ -47811,6 +47843,7 @@ declare class DesignSystemsEndpoint {
47811
47843
  approvalRequiredForPublishing: boolean;
47812
47844
  accessMode: "Open" | "InviteOnly";
47813
47845
  membersGenerated: boolean;
47846
+ isAvailableToUser: boolean;
47814
47847
  docUserSlug?: string | undefined;
47815
47848
  docViewUrl?: string | undefined;
47816
47849
  designSystemSwitcher?: {
@@ -47841,6 +47874,7 @@ declare class DesignSystemsEndpoint {
47841
47874
  approvalRequiredForPublishing: boolean;
47842
47875
  accessMode: "Open" | "InviteOnly";
47843
47876
  membersGenerated: boolean;
47877
+ isAvailableToUser: boolean;
47844
47878
  docUserSlug?: string | undefined;
47845
47879
  docViewUrl?: string | undefined;
47846
47880
  designSystemSwitcher?: {
package/dist/index.js CHANGED
@@ -5153,6 +5153,11 @@ var DTODesignSystem = DesignSystem.omit({
5153
5153
  meta: ObjectMeta,
5154
5154
  docExporterId: _zod.z.string(),
5155
5155
  sources: _zod.z.array(_zod.z.any()),
5156
+ /**
5157
+ * Whether or not user who is requesting the design system
5158
+ * has access to the design system's contents.
5159
+ */
5160
+ isAvailableToUser: _zod.z.boolean(),
5156
5161
  role: WorkspaceRoleSchema.optional()
5157
5162
  });
5158
5163
  var DTODesignSystemResponse = _zod.z.object({
@@ -10352,18 +10357,34 @@ var blocks = [
10352
10357
  {
10353
10358
  id: "io.supernova.block.code",
10354
10359
  name: "Code",
10355
- description: "Code description",
10360
+ description: "Display simple code examples",
10356
10361
  category: "Code",
10357
10362
  icon: "https://cdn-assets.supernova.io/blocks/icons/code.svg",
10358
10363
  searchKeywords: ["code"],
10359
10364
  item: {
10360
- properties: [{ id: "code", name: "Code", type: "Code", options: {} }],
10361
- appearance: { isBordered: true, hasBackground: false },
10365
+ properties: [
10366
+ {
10367
+ id: "code",
10368
+ name: "Code",
10369
+ type: "Code",
10370
+ options: {}
10371
+ }
10372
+ ],
10373
+ appearance: {
10374
+ isBordered: true,
10375
+ hasBackground: false
10376
+ },
10362
10377
  variants: [
10363
10378
  {
10364
10379
  id: "default",
10365
10380
  name: "Default",
10366
- layout: { type: "Column", children: ["code"], columnAlign: "Start", columnResizing: "Fill", gap: "Medium" },
10381
+ layout: {
10382
+ type: "Column",
10383
+ children: ["code"],
10384
+ columnAlign: "Start",
10385
+ columnResizing: "Fill",
10386
+ gap: "Medium"
10387
+ },
10367
10388
  maxColumns: 1,
10368
10389
  defaultColumns: 1,
10369
10390
  appearance: {}
@@ -10371,8 +10392,18 @@ var blocks = [
10371
10392
  ],
10372
10393
  defaultVariantKey: "default"
10373
10394
  },
10374
- behavior: { dataType: "Item", items: { numberOfItems: 1, allowLinks: false } },
10375
- editorOptions: { onboarding: { helpText: "Code descriptor." } },
10395
+ behavior: {
10396
+ dataType: "Item",
10397
+ items: {
10398
+ numberOfItems: 1,
10399
+ allowLinks: false
10400
+ }
10401
+ },
10402
+ editorOptions: {
10403
+ onboarding: {
10404
+ helpText: "Display simple code examples"
10405
+ }
10406
+ },
10376
10407
  appearance: {
10377
10408
  isBordered: false,
10378
10409
  hasBackground: false,