@sprucelabs/heartwood-view-controllers 123.0.8 → 123.1.0

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.
@@ -71,7 +71,7 @@ const buttonSchema = {
71
71
  label: 'Type',
72
72
  type: 'select',
73
73
  defaultValue: "secondary",
74
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
74
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
75
75
  },
76
76
  /** Image. */
77
77
  'image': {
@@ -65,7 +65,7 @@ const buttonBarButtonSchema = {
65
65
  label: 'Type',
66
66
  type: 'select',
67
67
  defaultValue: "secondary",
68
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
68
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
69
69
  },
70
70
  /** Image. */
71
71
  'image': {
@@ -70,7 +70,7 @@ const cardFooterButtonSchema = {
70
70
  label: 'Type',
71
71
  type: 'select',
72
72
  defaultValue: "secondary",
73
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
73
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
74
74
  },
75
75
  /** Image. */
76
76
  'image': {
@@ -70,7 +70,7 @@ const dropdownButtonSchema = {
70
70
  label: 'Type',
71
71
  type: 'select',
72
72
  defaultValue: "secondary",
73
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
73
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
74
74
  },
75
75
  /** Image. */
76
76
  'image': {
@@ -71,7 +71,7 @@ const listCellButtonSchema = {
71
71
  label: 'Type',
72
72
  type: 'select',
73
73
  defaultValue: "secondary",
74
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
74
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
75
75
  },
76
76
  /** Image. */
77
77
  'image': {
@@ -72,7 +72,7 @@ const navigationDropdownButtonSchema = {
72
72
  label: 'Type',
73
73
  type: 'select',
74
74
  defaultValue: "secondary",
75
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
75
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
76
76
  },
77
77
  /** Image. */
78
78
  'image': {
@@ -3943,7 +3943,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3943
3943
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
3944
3944
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
3945
3945
  /** Type. */
3946
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
3946
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
3947
3947
  /** Image. */
3948
3948
  'image'?: string | undefined | null;
3949
3949
  /** Avatar. */
@@ -4040,6 +4040,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
4040
4040
  }, {
4041
4041
  "value": "secondary";
4042
4042
  "label": "Secondary";
4043
+ }, {
4044
+ "value": "tertiary";
4045
+ "label": "Tertiary";
4043
4046
  }, {
4044
4047
  "value": "destructive";
4045
4048
  "label": "Destructive";
@@ -10909,7 +10912,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
10909
10912
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
10910
10913
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
10911
10914
  /** Type. */
10912
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
10915
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
10913
10916
  /** Image. */
10914
10917
  'image'?: string | undefined | null;
10915
10918
  /** Avatar. */
@@ -11003,6 +11006,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
11003
11006
  }, {
11004
11007
  "value": "secondary";
11005
11008
  "label": "Secondary";
11009
+ }, {
11010
+ "value": "tertiary";
11011
+ "label": "Tertiary";
11006
11012
  }, {
11007
11013
  "value": "destructive";
11008
11014
  "label": "Destructive";
@@ -13302,7 +13308,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
13302
13308
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
13303
13309
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
13304
13310
  /** Type. */
13305
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
13311
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
13306
13312
  /** Image. */
13307
13313
  'image'?: string | undefined | null;
13308
13314
  /** Avatar. */
@@ -13402,6 +13408,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
13402
13408
  }, {
13403
13409
  "value": "secondary";
13404
13410
  "label": "Secondary";
13411
+ }, {
13412
+ "value": "tertiary";
13413
+ "label": "Tertiary";
13405
13414
  }, {
13406
13415
  "value": "destructive";
13407
13416
  "label": "Destructive";
@@ -16209,7 +16218,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
16209
16218
  'shouldShowHintIcon'?: boolean | undefined | null;
16210
16219
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
16211
16220
  /** Type. */
16212
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
16221
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
16213
16222
  /** Image. */
16214
16223
  'image'?: string | undefined | null;
16215
16224
  /** Avatar. */
@@ -16292,6 +16301,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
16292
16301
  }, {
16293
16302
  "value": "secondary";
16294
16303
  "label": "Secondary";
16304
+ }, {
16305
+ "value": "tertiary";
16306
+ "label": "Tertiary";
16295
16307
  }, {
16296
16308
  "value": "destructive";
16297
16309
  "label": "Destructive";
@@ -17186,7 +17198,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
17186
17198
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
17187
17199
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
17188
17200
  /** Type. */
17189
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
17201
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
17190
17202
  /** Image. */
17191
17203
  'image'?: string | undefined | null;
17192
17204
  /** Avatar. */
@@ -17282,6 +17294,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
17282
17294
  }, {
17283
17295
  "value": "secondary";
17284
17296
  "label": "Secondary";
17297
+ }, {
17298
+ "value": "tertiary";
17299
+ "label": "Tertiary";
17285
17300
  }, {
17286
17301
  "value": "destructive";
17287
17302
  "label": "Destructive";
@@ -18206,7 +18221,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
18206
18221
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
18207
18222
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
18208
18223
  /** Type. */
18209
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
18224
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
18210
18225
  /** Image. */
18211
18226
  'image'?: string | undefined | null;
18212
18227
  /** Avatar. */
@@ -18300,6 +18315,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
18300
18315
  }, {
18301
18316
  "value": "secondary";
18302
18317
  "label": "Secondary";
18318
+ }, {
18319
+ "value": "tertiary";
18320
+ "label": "Tertiary";
18303
18321
  }, {
18304
18322
  "value": "destructive";
18305
18323
  "label": "Destructive";
@@ -523,6 +523,10 @@ exports.buttonFields = {
523
523
  value: 'secondary',
524
524
  label: 'Secondary',
525
525
  },
526
+ {
527
+ value: 'tertiary',
528
+ label: 'Tertiary',
529
+ },
526
530
  {
527
531
  value: 'destructive',
528
532
  label: 'Destructive',
@@ -66,7 +66,7 @@ const buttonSchema = {
66
66
  label: 'Type',
67
67
  type: 'select',
68
68
  defaultValue: "secondary",
69
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
69
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
70
70
  },
71
71
  /** Image. */
72
72
  'image': {
@@ -60,7 +60,7 @@ const buttonBarButtonSchema = {
60
60
  label: 'Type',
61
61
  type: 'select',
62
62
  defaultValue: "secondary",
63
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
63
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
64
64
  },
65
65
  /** Image. */
66
66
  'image': {
@@ -65,7 +65,7 @@ const cardFooterButtonSchema = {
65
65
  label: 'Type',
66
66
  type: 'select',
67
67
  defaultValue: "secondary",
68
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
68
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
69
69
  },
70
70
  /** Image. */
71
71
  'image': {
@@ -65,7 +65,7 @@ const dropdownButtonSchema = {
65
65
  label: 'Type',
66
66
  type: 'select',
67
67
  defaultValue: "secondary",
68
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
68
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
69
69
  },
70
70
  /** Image. */
71
71
  'image': {
@@ -66,7 +66,7 @@ const listCellButtonSchema = {
66
66
  label: 'Type',
67
67
  type: 'select',
68
68
  defaultValue: "secondary",
69
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
69
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
70
70
  },
71
71
  /** Image. */
72
72
  'image': {
@@ -67,7 +67,7 @@ const navigationDropdownButtonSchema = {
67
67
  label: 'Type',
68
68
  type: 'select',
69
69
  defaultValue: "secondary",
70
- options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "destructive", "label": "Destructive" }], }
70
+ options: { choices: [{ "value": "primary", "label": "Primary" }, { "value": "secondary", "label": "Secondary" }, { "value": "tertiary", "label": "Tertiary" }, { "value": "destructive", "label": "Destructive" }], }
71
71
  },
72
72
  /** Image. */
73
73
  'image': {
@@ -3943,7 +3943,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3943
3943
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
3944
3944
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
3945
3945
  /** Type. */
3946
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
3946
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
3947
3947
  /** Image. */
3948
3948
  'image'?: string | undefined | null;
3949
3949
  /** Avatar. */
@@ -4040,6 +4040,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
4040
4040
  }, {
4041
4041
  "value": "secondary";
4042
4042
  "label": "Secondary";
4043
+ }, {
4044
+ "value": "tertiary";
4045
+ "label": "Tertiary";
4043
4046
  }, {
4044
4047
  "value": "destructive";
4045
4048
  "label": "Destructive";
@@ -10909,7 +10912,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
10909
10912
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
10910
10913
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
10911
10914
  /** Type. */
10912
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
10915
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
10913
10916
  /** Image. */
10914
10917
  'image'?: string | undefined | null;
10915
10918
  /** Avatar. */
@@ -11003,6 +11006,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
11003
11006
  }, {
11004
11007
  "value": "secondary";
11005
11008
  "label": "Secondary";
11009
+ }, {
11010
+ "value": "tertiary";
11011
+ "label": "Tertiary";
11006
11012
  }, {
11007
11013
  "value": "destructive";
11008
11014
  "label": "Destructive";
@@ -13302,7 +13308,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
13302
13308
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
13303
13309
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
13304
13310
  /** Type. */
13305
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
13311
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
13306
13312
  /** Image. */
13307
13313
  'image'?: string | undefined | null;
13308
13314
  /** Avatar. */
@@ -13402,6 +13408,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
13402
13408
  }, {
13403
13409
  "value": "secondary";
13404
13410
  "label": "Secondary";
13411
+ }, {
13412
+ "value": "tertiary";
13413
+ "label": "Tertiary";
13405
13414
  }, {
13406
13415
  "value": "destructive";
13407
13416
  "label": "Destructive";
@@ -16209,7 +16218,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
16209
16218
  'shouldShowHintIcon'?: boolean | undefined | null;
16210
16219
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
16211
16220
  /** Type. */
16212
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
16221
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
16213
16222
  /** Image. */
16214
16223
  'image'?: string | undefined | null;
16215
16224
  /** Avatar. */
@@ -16292,6 +16301,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
16292
16301
  }, {
16293
16302
  "value": "secondary";
16294
16303
  "label": "Secondary";
16304
+ }, {
16305
+ "value": "tertiary";
16306
+ "label": "Tertiary";
16295
16307
  }, {
16296
16308
  "value": "destructive";
16297
16309
  "label": "Destructive";
@@ -17186,7 +17198,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
17186
17198
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
17187
17199
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
17188
17200
  /** Type. */
17189
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
17201
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
17190
17202
  /** Image. */
17191
17203
  'image'?: string | undefined | null;
17192
17204
  /** Avatar. */
@@ -17282,6 +17294,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
17282
17294
  }, {
17283
17295
  "value": "secondary";
17284
17296
  "label": "Secondary";
17297
+ }, {
17298
+ "value": "tertiary";
17299
+ "label": "Tertiary";
17285
17300
  }, {
17286
17301
  "value": "destructive";
17287
17302
  "label": "Destructive";
@@ -18206,7 +18221,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
18206
18221
  'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
18207
18222
  'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
18208
18223
  /** Type. */
18209
- 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
18224
+ 'type'?: ("primary" | "secondary" | "tertiary" | "destructive") | undefined | null;
18210
18225
  /** Image. */
18211
18226
  'image'?: string | undefined | null;
18212
18227
  /** Avatar. */
@@ -18300,6 +18315,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
18300
18315
  }, {
18301
18316
  "value": "secondary";
18302
18317
  "label": "Secondary";
18318
+ }, {
18319
+ "value": "tertiary";
18320
+ "label": "Tertiary";
18303
18321
  }, {
18304
18322
  "value": "destructive";
18305
18323
  "label": "Destructive";
@@ -516,6 +516,10 @@ export const buttonFields = {
516
516
  value: 'secondary',
517
517
  label: 'Secondary',
518
518
  },
519
+ {
520
+ value: 'tertiary',
521
+ label: 'Tertiary',
522
+ },
519
523
  {
520
524
  value: 'destructive',
521
525
  label: 'Destructive',
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "123.0.8",
16
+ "version": "123.1.0",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {