@takeshape/schema 9.43.0 → 9.47.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.
Files changed (72) hide show
  1. package/dist/migration/index.d.ts +1 -0
  2. package/dist/migration/index.d.ts.map +1 -1
  3. package/dist/migration/index.js +4 -1
  4. package/dist/migration/to/v3.34.0.d.ts +7 -0
  5. package/dist/migration/to/v3.34.0.d.ts.map +1 -0
  6. package/dist/migration/to/v3.34.0.js +161 -0
  7. package/dist/project-schema/index.d.ts +4 -1
  8. package/dist/project-schema/index.d.ts.map +1 -1
  9. package/dist/project-schema/index.js +20 -3
  10. package/dist/project-schema/latest.d.ts +1 -1
  11. package/dist/project-schema/migrate.d.ts.map +1 -1
  12. package/dist/project-schema/migrate.js +4 -0
  13. package/dist/project-schema/v3.34.0.d.ts +1446 -0
  14. package/dist/project-schema/v3.34.0.d.ts.map +1 -0
  15. package/dist/project-schema/v3.34.0.js +5 -0
  16. package/dist/schema-util.js +5 -5
  17. package/dist/schemas/index.d.ts +2 -2
  18. package/dist/schemas/index.d.ts.map +1 -1
  19. package/dist/schemas/index.js +6 -4
  20. package/dist/schemas/index.ts +4 -2
  21. package/dist/schemas/project-schema/latest.json +3 -3
  22. package/dist/schemas/project-schema/v3.34.0.json +3088 -0
  23. package/dist/schemas/project-schema.json +3 -0
  24. package/dist/types/types.d.ts +2 -2
  25. package/dist/types/types.d.ts.map +1 -1
  26. package/es/migration/index.js +3 -1
  27. package/es/migration/to/v3.34.0.js +140 -0
  28. package/es/project-schema/index.js +3 -1
  29. package/es/project-schema/migrate.js +5 -1
  30. package/es/project-schema/v3.34.0.js +1 -0
  31. package/es/schema-util.js +5 -5
  32. package/es/schemas/index.js +4 -3
  33. package/es/schemas/index.ts +4 -2
  34. package/es/schemas/project-schema/latest.json +3 -3
  35. package/es/schemas/project-schema/v3.34.0.json +3088 -0
  36. package/es/schemas/project-schema.json +3 -0
  37. package/examples/latest/betzino.json +2012 -1756
  38. package/examples/latest/blog-schema.json +1 -1
  39. package/examples/latest/brewery-schema.json +31 -26
  40. package/examples/latest/complex-project-schema.json +645 -480
  41. package/examples/latest/complex-schema.json +866 -671
  42. package/examples/latest/fabric-ecommerce.json +7 -38
  43. package/examples/latest/frank-and-fred-schema.json +866 -671
  44. package/examples/latest/klirr-schema.json +1641 -1264
  45. package/examples/latest/massive-schema.json +897 -681
  46. package/examples/latest/mill-components-schema.json +1 -1
  47. package/examples/latest/one-earth.json +3012 -2462
  48. package/examples/latest/pet-oneof-array.json +1 -1
  49. package/examples/latest/post-schema.json +1 -1
  50. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  51. package/examples/latest/real-world-schema.json +19 -14
  52. package/examples/latest/recursive-repeater-schema.json +1 -1
  53. package/examples/latest/recursive-schema.json +1 -1
  54. package/examples/latest/rick-and-morty-ast.json +39 -226
  55. package/examples/latest/rick-and-morty-graphql.json +35 -222
  56. package/examples/latest/rick-and-morty-rest.json +1 -1
  57. package/examples/latest/schema-with-repeater-draftjs.json +1 -1
  58. package/examples/latest/shape-books-v3_2_0.json +19 -14
  59. package/examples/latest/shape-books.json +19 -14
  60. package/examples/latest/shape-editor-schema-edited.json +1009 -0
  61. package/examples/latest/shape-editor-schema-initial.json +411 -0
  62. package/examples/latest/shopify-lookbook.json +9 -39
  63. package/examples/latest/shopify-product-2022-07.json +21 -213
  64. package/examples/latest/shopify-product-2023-04.json +21 -213
  65. package/examples/latest/shopify-store-with-widget.json +97 -360
  66. package/examples/latest/stripe-product-runtime-schema.json +21 -213
  67. package/examples/latest/stripe-starter-resolved.json +21 -213
  68. package/examples/latest/user-schema-no-required.json +1 -1
  69. package/examples/latest/user-schema-with-defaults.json +1 -1
  70. package/examples/source/shape-editor-schema-edited.json +1009 -0
  71. package/examples/source/shape-editor-schema-initial.json +411 -0
  72. package/package.json +5 -5
@@ -15,7 +15,7 @@
15
15
  "apiVersion": "1",
16
16
  "queries": {},
17
17
  "mutations": {},
18
- "schemaVersion": "3.33.0",
18
+ "schemaVersion": "3.34.0",
19
19
  "shapes": {
20
20
  "DocumentUploadForm": {
21
21
  "id": "HJPFlRKkr",
@@ -13433,6 +13433,19 @@
13433
13433
  ]
13434
13434
  }
13435
13435
  },
13436
+ "LoginProviderTags": {
13437
+ "default": {
13438
+ "properties": {
13439
+ "value": {
13440
+ "widget": "singleLineText"
13441
+ }
13442
+ },
13443
+ "widget": "repeater",
13444
+ "order": [
13445
+ "value"
13446
+ ]
13447
+ }
13448
+ },
13436
13449
  "LoginProvider": {
13437
13450
  "default": {
13438
13451
  "properties": {
@@ -13446,15 +13459,7 @@
13446
13459
  "widget": "checkboxes"
13447
13460
  },
13448
13461
  "tags": {
13449
- "properties": {
13450
- "value": {
13451
- "widget": "singleLineText"
13452
- }
13453
- },
13454
- "widget": "repeater",
13455
- "order": [
13456
- "value"
13457
- ]
13462
+ "widget": "shapeArray"
13458
13463
  }
13459
13464
  },
13460
13465
  "order": [
@@ -13465,6 +13470,19 @@
13465
13470
  ]
13466
13471
  }
13467
13472
  },
13473
+ "RedirectionDevices": {
13474
+ "default": {
13475
+ "properties": {
13476
+ "value": {
13477
+ "widget": "singleLineText"
13478
+ }
13479
+ },
13480
+ "widget": "repeater",
13481
+ "order": [
13482
+ "value"
13483
+ ]
13484
+ }
13485
+ },
13468
13486
  "Redirection": {
13469
13487
  "default": {
13470
13488
  "properties": {
@@ -13478,26 +13496,10 @@
13478
13496
  "widget": "dropdown"
13479
13497
  },
13480
13498
  "devices": {
13481
- "properties": {
13482
- "value": {
13483
- "widget": "singleLineText"
13484
- }
13485
- },
13486
- "widget": "repeater",
13487
- "order": [
13488
- "value"
13489
- ]
13499
+ "widget": "shapeArray"
13490
13500
  },
13491
13501
  "jurisdictions": {
13492
- "properties": {
13493
- "value": {
13494
- "widget": "singleLineText"
13495
- }
13496
- },
13497
- "widget": "repeater",
13498
- "order": [
13499
- "value"
13500
- ]
13502
+ "widget": "shapeArray"
13501
13503
  }
13502
13504
  },
13503
13505
  "order": [
@@ -13509,6 +13511,19 @@
13509
13511
  ]
13510
13512
  }
13511
13513
  },
13514
+ "RedirectionJurisdictions": {
13515
+ "default": {
13516
+ "properties": {
13517
+ "value": {
13518
+ "widget": "singleLineText"
13519
+ }
13520
+ },
13521
+ "widget": "repeater",
13522
+ "order": [
13523
+ "value"
13524
+ ]
13525
+ }
13526
+ },
13512
13527
  "StyleTag": {
13513
13528
  "default": {
13514
13529
  "properties": {
@@ -13770,6 +13785,19 @@
13770
13785
  ]
13771
13786
  }
13772
13787
  },
13788
+ "ResponsiveTableHeaderColumn": {
13789
+ "default": {
13790
+ "properties": {
13791
+ "content": {
13792
+ "widget": "wysiwygText"
13793
+ }
13794
+ },
13795
+ "widget": "repeater",
13796
+ "order": [
13797
+ "content"
13798
+ ]
13799
+ }
13800
+ },
13773
13801
  "ResponsiveTable": {
13774
13802
  "default": {
13775
13803
  "properties": {
@@ -13777,38 +13805,10 @@
13777
13805
  "widget": "singleLineText"
13778
13806
  },
13779
13807
  "headerColumn": {
13780
- "properties": {
13781
- "content": {
13782
- "widget": "wysiwygText"
13783
- }
13784
- },
13785
- "widget": "repeater",
13786
- "order": [
13787
- "content"
13788
- ]
13808
+ "widget": "shapeArray"
13789
13809
  },
13790
13810
  "row": {
13791
- "properties": {
13792
- "column": {
13793
- "properties": {
13794
- "width": {
13795
- "widget": "singleLineText"
13796
- },
13797
- "content": {
13798
- "widget": "wysiwygText"
13799
- }
13800
- },
13801
- "widget": "repeater",
13802
- "order": [
13803
- "width",
13804
- "content"
13805
- ]
13806
- }
13807
- },
13808
- "widget": "repeater",
13809
- "order": [
13810
- "column"
13811
- ]
13811
+ "widget": "shapeArray"
13812
13812
  }
13813
13813
  },
13814
13814
  "order": [
@@ -13818,6 +13818,36 @@
13818
13818
  ]
13819
13819
  }
13820
13820
  },
13821
+ "ResponsiveTableRow": {
13822
+ "default": {
13823
+ "properties": {
13824
+ "column": {
13825
+ "widget": "shapeArray"
13826
+ }
13827
+ },
13828
+ "widget": "repeater",
13829
+ "order": [
13830
+ "column"
13831
+ ]
13832
+ }
13833
+ },
13834
+ "ResponsiveTableRowColumn": {
13835
+ "default": {
13836
+ "properties": {
13837
+ "width": {
13838
+ "widget": "singleLineText"
13839
+ },
13840
+ "content": {
13841
+ "widget": "wysiwygText"
13842
+ }
13843
+ },
13844
+ "widget": "repeater",
13845
+ "order": [
13846
+ "width",
13847
+ "content"
13848
+ ]
13849
+ }
13850
+ },
13821
13851
  "NavList": {
13822
13852
  "default": {
13823
13853
  "properties": {
@@ -13930,6 +13960,71 @@
13930
13960
  ]
13931
13961
  }
13932
13962
  },
13963
+ "ColorPaletteContrastColors": {
13964
+ "default": {
13965
+ "properties": {
13966
+ "c200": {
13967
+ "widget": "color"
13968
+ },
13969
+ "c100": {
13970
+ "widget": "color"
13971
+ },
13972
+ "c800": {
13973
+ "widget": "color"
13974
+ },
13975
+ "c700": {
13976
+ "widget": "color"
13977
+ },
13978
+ "a700": {
13979
+ "widget": "color"
13980
+ },
13981
+ "c900": {
13982
+ "widget": "color"
13983
+ },
13984
+ "c400": {
13985
+ "widget": "color"
13986
+ },
13987
+ "a100": {
13988
+ "widget": "color"
13989
+ },
13990
+ "c300": {
13991
+ "widget": "color"
13992
+ },
13993
+ "a200": {
13994
+ "widget": "color"
13995
+ },
13996
+ "c600": {
13997
+ "widget": "color"
13998
+ },
13999
+ "c50": {
14000
+ "widget": "color"
14001
+ },
14002
+ "c500": {
14003
+ "widget": "color"
14004
+ },
14005
+ "a400": {
14006
+ "widget": "color"
14007
+ }
14008
+ },
14009
+ "widget": "object",
14010
+ "order": [
14011
+ "c50",
14012
+ "c100",
14013
+ "c200",
14014
+ "c300",
14015
+ "c400",
14016
+ "c500",
14017
+ "c600",
14018
+ "c700",
14019
+ "c800",
14020
+ "c900",
14021
+ "a100",
14022
+ "a200",
14023
+ "a400",
14024
+ "a700"
14025
+ ]
14026
+ }
14027
+ },
13933
14028
  "ColorPalette": {
13934
14029
  "default": {
13935
14030
  "properties": {
@@ -13937,130 +14032,10 @@
13937
14032
  "widget": "singleLineText"
13938
14033
  },
13939
14034
  "contrastColors": {
13940
- "properties": {
13941
- "c200": {
13942
- "widget": "color"
13943
- },
13944
- "c100": {
13945
- "widget": "color"
13946
- },
13947
- "c800": {
13948
- "widget": "color"
13949
- },
13950
- "c700": {
13951
- "widget": "color"
13952
- },
13953
- "a700": {
13954
- "widget": "color"
13955
- },
13956
- "c900": {
13957
- "widget": "color"
13958
- },
13959
- "c400": {
13960
- "widget": "color"
13961
- },
13962
- "a100": {
13963
- "widget": "color"
13964
- },
13965
- "c300": {
13966
- "widget": "color"
13967
- },
13968
- "a200": {
13969
- "widget": "color"
13970
- },
13971
- "c600": {
13972
- "widget": "color"
13973
- },
13974
- "c50": {
13975
- "widget": "color"
13976
- },
13977
- "c500": {
13978
- "widget": "color"
13979
- },
13980
- "a400": {
13981
- "widget": "color"
13982
- }
13983
- },
13984
- "widget": "object",
13985
- "order": [
13986
- "c50",
13987
- "c100",
13988
- "c200",
13989
- "c300",
13990
- "c400",
13991
- "c500",
13992
- "c600",
13993
- "c700",
13994
- "c800",
13995
- "c900",
13996
- "a100",
13997
- "a200",
13998
- "a400",
13999
- "a700"
14000
- ]
14035
+ "widget": "shapeObject"
14001
14036
  },
14002
14037
  "colors": {
14003
- "properties": {
14004
- "c200": {
14005
- "widget": "color"
14006
- },
14007
- "c100": {
14008
- "widget": "color"
14009
- },
14010
- "c800": {
14011
- "widget": "color"
14012
- },
14013
- "c700": {
14014
- "widget": "color"
14015
- },
14016
- "a700": {
14017
- "widget": "color"
14018
- },
14019
- "c900": {
14020
- "widget": "color"
14021
- },
14022
- "c400": {
14023
- "widget": "color"
14024
- },
14025
- "a100": {
14026
- "widget": "color"
14027
- },
14028
- "c300": {
14029
- "widget": "color"
14030
- },
14031
- "a200": {
14032
- "widget": "color"
14033
- },
14034
- "c600": {
14035
- "widget": "color"
14036
- },
14037
- "c50": {
14038
- "widget": "color"
14039
- },
14040
- "c500": {
14041
- "widget": "color"
14042
- },
14043
- "a400": {
14044
- "widget": "color"
14045
- }
14046
- },
14047
- "widget": "object",
14048
- "order": [
14049
- "c50",
14050
- "c100",
14051
- "c200",
14052
- "c300",
14053
- "c400",
14054
- "c500",
14055
- "c600",
14056
- "c700",
14057
- "c800",
14058
- "c900",
14059
- "a100",
14060
- "a200",
14061
- "a400",
14062
- "a700"
14063
- ]
14038
+ "widget": "shapeObject"
14064
14039
  }
14065
14040
  },
14066
14041
  "order": [
@@ -14070,6 +14045,84 @@
14070
14045
  ]
14071
14046
  }
14072
14047
  },
14048
+ "ColorPaletteColors": {
14049
+ "default": {
14050
+ "properties": {
14051
+ "c200": {
14052
+ "widget": "color"
14053
+ },
14054
+ "c100": {
14055
+ "widget": "color"
14056
+ },
14057
+ "c800": {
14058
+ "widget": "color"
14059
+ },
14060
+ "c700": {
14061
+ "widget": "color"
14062
+ },
14063
+ "a700": {
14064
+ "widget": "color"
14065
+ },
14066
+ "c900": {
14067
+ "widget": "color"
14068
+ },
14069
+ "c400": {
14070
+ "widget": "color"
14071
+ },
14072
+ "a100": {
14073
+ "widget": "color"
14074
+ },
14075
+ "c300": {
14076
+ "widget": "color"
14077
+ },
14078
+ "a200": {
14079
+ "widget": "color"
14080
+ },
14081
+ "c600": {
14082
+ "widget": "color"
14083
+ },
14084
+ "c50": {
14085
+ "widget": "color"
14086
+ },
14087
+ "c500": {
14088
+ "widget": "color"
14089
+ },
14090
+ "a400": {
14091
+ "widget": "color"
14092
+ }
14093
+ },
14094
+ "widget": "object",
14095
+ "order": [
14096
+ "c50",
14097
+ "c100",
14098
+ "c200",
14099
+ "c300",
14100
+ "c400",
14101
+ "c500",
14102
+ "c600",
14103
+ "c700",
14104
+ "c800",
14105
+ "c900",
14106
+ "a100",
14107
+ "a200",
14108
+ "a400",
14109
+ "a700"
14110
+ ]
14111
+ }
14112
+ },
14113
+ "GridLayoutTiles": {
14114
+ "default": {
14115
+ "properties": {
14116
+ "gridArea": {
14117
+ "widget": "singleLineText"
14118
+ }
14119
+ },
14120
+ "widget": "repeater",
14121
+ "order": [
14122
+ "gridArea"
14123
+ ]
14124
+ }
14125
+ },
14073
14126
  "GridLayout": {
14074
14127
  "default": {
14075
14128
  "properties": {
@@ -14077,15 +14130,7 @@
14077
14130
  "widget": "singleLineText"
14078
14131
  },
14079
14132
  "tiles": {
14080
- "properties": {
14081
- "gridArea": {
14082
- "widget": "singleLineText"
14083
- }
14084
- },
14085
- "widget": "repeater",
14086
- "order": [
14087
- "gridArea"
14088
- ]
14133
+ "widget": "shapeArray"
14089
14134
  },
14090
14135
  "componentLimit": {
14091
14136
  "widget": "number"
@@ -14106,15 +14151,7 @@
14106
14151
  "widget": "singleLineText"
14107
14152
  },
14108
14153
  "blacklistedComponents": {
14109
- "properties": {
14110
- "value": {
14111
- "widget": "dropdown"
14112
- }
14113
- },
14114
- "widget": "repeater",
14115
- "order": [
14116
- "value"
14117
- ]
14154
+ "widget": "shapeArray"
14118
14155
  },
14119
14156
  "breakpoints": {
14120
14157
  "widget": "relationship"
@@ -14138,6 +14175,19 @@
14138
14175
  ]
14139
14176
  }
14140
14177
  },
14178
+ "GridLayoutBlacklistedComponents": {
14179
+ "default": {
14180
+ "properties": {
14181
+ "value": {
14182
+ "widget": "dropdown"
14183
+ }
14184
+ },
14185
+ "widget": "repeater",
14186
+ "order": [
14187
+ "value"
14188
+ ]
14189
+ }
14190
+ },
14141
14191
  "PaymentMethod": {
14142
14192
  "default": {
14143
14193
  "properties": {
@@ -14219,6 +14269,19 @@
14219
14269
  ]
14220
14270
  }
14221
14271
  },
14272
+ "LanguageSelectorFlags": {
14273
+ "default": {
14274
+ "properties": {
14275
+ "flag": {
14276
+ "widget": "shapeObject"
14277
+ }
14278
+ },
14279
+ "widget": "repeater",
14280
+ "order": [
14281
+ "flag"
14282
+ ]
14283
+ }
14284
+ },
14222
14285
  "LanguageSelector": {
14223
14286
  "default": {
14224
14287
  "properties": {
@@ -14226,27 +14289,7 @@
14226
14289
  "widget": "singleLineText"
14227
14290
  },
14228
14291
  "flags": {
14229
- "properties": {
14230
- "flag": {
14231
- "properties": {
14232
- "locale": {
14233
- "widget": "singleLineText"
14234
- },
14235
- "image": {
14236
- "widget": "relationship"
14237
- }
14238
- },
14239
- "widget": "object",
14240
- "order": [
14241
- "locale",
14242
- "image"
14243
- ]
14244
- }
14245
- },
14246
- "widget": "repeater",
14247
- "order": [
14248
- "flag"
14249
- ]
14292
+ "widget": "shapeArray"
14250
14293
  },
14251
14294
  "minWidth": {
14252
14295
  "widget": "singleLineText"
@@ -14271,27 +14314,49 @@
14271
14314
  ]
14272
14315
  }
14273
14316
  },
14317
+ "LanguageSelectorFlagsFlag": {
14318
+ "default": {
14319
+ "properties": {
14320
+ "locale": {
14321
+ "widget": "singleLineText"
14322
+ },
14323
+ "image": {
14324
+ "widget": "relationship"
14325
+ }
14326
+ },
14327
+ "widget": "object",
14328
+ "order": [
14329
+ "locale",
14330
+ "image"
14331
+ ]
14332
+ }
14333
+ },
14334
+ "GridListTiles": {
14335
+ "default": {
14336
+ "properties": {
14337
+ "rows": {
14338
+ "widget": "number"
14339
+ },
14340
+ "cols": {
14341
+ "widget": "number"
14342
+ },
14343
+ "classes": {
14344
+ "widget": "relationship"
14345
+ }
14346
+ },
14347
+ "widget": "repeater",
14348
+ "order": [
14349
+ "classes",
14350
+ "cols",
14351
+ "rows"
14352
+ ]
14353
+ }
14354
+ },
14274
14355
  "GridList": {
14275
14356
  "default": {
14276
14357
  "properties": {
14277
14358
  "tiles": {
14278
- "properties": {
14279
- "rows": {
14280
- "widget": "number"
14281
- },
14282
- "cols": {
14283
- "widget": "number"
14284
- },
14285
- "classes": {
14286
- "widget": "relationship"
14287
- }
14288
- },
14289
- "widget": "repeater",
14290
- "order": [
14291
- "classes",
14292
- "cols",
14293
- "rows"
14294
- ]
14359
+ "widget": "shapeArray"
14295
14360
  },
14296
14361
  "componentLimit": {
14297
14362
  "widget": "number"
@@ -14311,15 +14376,7 @@
14311
14376
  "widget": "singleLineText"
14312
14377
  },
14313
14378
  "blacklistedComponents": {
14314
- "properties": {
14315
- "value": {
14316
- "widget": "dropdown"
14317
- }
14318
- },
14319
- "widget": "repeater",
14320
- "order": [
14321
- "value"
14322
- ]
14379
+ "widget": "shapeArray"
14323
14380
  },
14324
14381
  "breakpoints": {
14325
14382
  "instructions": "If not defined content will be visible on all media sizes",
@@ -14351,6 +14408,19 @@
14351
14408
  ]
14352
14409
  }
14353
14410
  },
14411
+ "GridListBlacklistedComponents": {
14412
+ "default": {
14413
+ "properties": {
14414
+ "value": {
14415
+ "widget": "dropdown"
14416
+ }
14417
+ },
14418
+ "widget": "repeater",
14419
+ "order": [
14420
+ "value"
14421
+ ]
14422
+ }
14423
+ },
14354
14424
  "CasinoGameSearch": {
14355
14425
  "default": {
14356
14426
  "properties": {
@@ -14429,6 +14499,19 @@
14429
14499
  ]
14430
14500
  }
14431
14501
  },
14502
+ "RouteDevices": {
14503
+ "default": {
14504
+ "properties": {
14505
+ "value": {
14506
+ "widget": "singleLineText"
14507
+ }
14508
+ },
14509
+ "widget": "repeater",
14510
+ "order": [
14511
+ "value"
14512
+ ]
14513
+ }
14514
+ },
14432
14515
  "Route": {
14433
14516
  "default": {
14434
14517
  "properties": {
@@ -14445,26 +14528,10 @@
14445
14528
  "widget": "relationship"
14446
14529
  },
14447
14530
  "devices": {
14448
- "properties": {
14449
- "value": {
14450
- "widget": "singleLineText"
14451
- }
14452
- },
14453
- "widget": "repeater",
14454
- "order": [
14455
- "value"
14456
- ]
14531
+ "widget": "shapeArray"
14457
14532
  },
14458
14533
  "jurisdictions": {
14459
- "properties": {
14460
- "value": {
14461
- "widget": "singleLineText"
14462
- }
14463
- },
14464
- "widget": "repeater",
14465
- "order": [
14466
- "value"
14467
- ]
14534
+ "widget": "shapeArray"
14468
14535
  }
14469
14536
  },
14470
14537
  "order": [
@@ -14477,6 +14544,19 @@
14477
14544
  ]
14478
14545
  }
14479
14546
  },
14547
+ "RouteJurisdictions": {
14548
+ "default": {
14549
+ "properties": {
14550
+ "value": {
14551
+ "widget": "singleLineText"
14552
+ }
14553
+ },
14554
+ "widget": "repeater",
14555
+ "order": [
14556
+ "value"
14557
+ ]
14558
+ }
14559
+ },
14480
14560
  "SetLimitForm": {
14481
14561
  "default": {
14482
14562
  "properties": {
@@ -14517,23 +14597,28 @@
14517
14597
  ]
14518
14598
  }
14519
14599
  },
14600
+ "AchievementProgressBarBadges": {
14601
+ "default": {
14602
+ "properties": {
14603
+ "name": {
14604
+ "widget": "singleLineText"
14605
+ },
14606
+ "asset": {
14607
+ "widget": "image"
14608
+ }
14609
+ },
14610
+ "widget": "repeater",
14611
+ "order": [
14612
+ "name",
14613
+ "asset"
14614
+ ]
14615
+ }
14616
+ },
14520
14617
  "AchievementProgressBar": {
14521
14618
  "default": {
14522
14619
  "properties": {
14523
14620
  "badges": {
14524
- "properties": {
14525
- "name": {
14526
- "widget": "singleLineText"
14527
- },
14528
- "asset": {
14529
- "widget": "image"
14530
- }
14531
- },
14532
- "widget": "repeater",
14533
- "order": [
14534
- "name",
14535
- "asset"
14536
- ]
14621
+ "widget": "shapeArray"
14537
14622
  },
14538
14623
  "showProgress": {
14539
14624
  "widget": "checkbox"
@@ -14680,6 +14765,40 @@
14680
14765
  ]
14681
14766
  }
14682
14767
  },
14768
+ "LayoutItems": {
14769
+ "default": {
14770
+ "properties": {
14771
+ "components": {
14772
+ "widget": "relationship"
14773
+ },
14774
+ "breakpoints": {
14775
+ "widget": "relationship"
14776
+ },
14777
+ "grow": {
14778
+ "widget": "checkbox"
14779
+ },
14780
+ "size": {
14781
+ "instructions": "\"\" | px | % | vw | vh | <grow> <shrink> <basis>",
14782
+ "widget": "singleLineText"
14783
+ },
14784
+ "shrink": {
14785
+ "widget": "checkbox"
14786
+ },
14787
+ "classes": {
14788
+ "widget": "relationship"
14789
+ }
14790
+ },
14791
+ "widget": "repeater",
14792
+ "order": [
14793
+ "breakpoints",
14794
+ "components",
14795
+ "grow",
14796
+ "shrink",
14797
+ "size",
14798
+ "classes"
14799
+ ]
14800
+ }
14801
+ },
14683
14802
  "Layout": {
14684
14803
  "default": {
14685
14804
  "properties": {
@@ -14715,37 +14834,8 @@
14715
14834
  "alignY": {
14716
14835
  "widget": "relationship"
14717
14836
  },
14718
- "items": {
14719
- "properties": {
14720
- "components": {
14721
- "widget": "relationship"
14722
- },
14723
- "breakpoints": {
14724
- "widget": "relationship"
14725
- },
14726
- "grow": {
14727
- "widget": "checkbox"
14728
- },
14729
- "size": {
14730
- "instructions": "\"\" | px | % | vw | vh | <grow> <shrink> <basis>",
14731
- "widget": "singleLineText"
14732
- },
14733
- "shrink": {
14734
- "widget": "checkbox"
14735
- },
14736
- "classes": {
14737
- "widget": "relationship"
14738
- }
14739
- },
14740
- "widget": "repeater",
14741
- "order": [
14742
- "breakpoints",
14743
- "components",
14744
- "grow",
14745
- "shrink",
14746
- "size",
14747
- "classes"
14748
- ]
14837
+ "items": {
14838
+ "widget": "shapeArray"
14749
14839
  }
14750
14840
  },
14751
14841
  "order": [
@@ -14763,6 +14853,19 @@
14763
14853
  ]
14764
14854
  }
14765
14855
  },
14856
+ "PlaceholderTemplateModifiers": {
14857
+ "default": {
14858
+ "properties": {
14859
+ "value": {
14860
+ "widget": "dropdown"
14861
+ }
14862
+ },
14863
+ "widget": "repeater",
14864
+ "order": [
14865
+ "value"
14866
+ ]
14867
+ }
14868
+ },
14766
14869
  "PlaceholderTemplate": {
14767
14870
  "default": {
14768
14871
  "properties": {
@@ -14794,15 +14897,7 @@
14794
14897
  "widget": "relationship"
14795
14898
  },
14796
14899
  "modifiers": {
14797
- "properties": {
14798
- "value": {
14799
- "widget": "dropdown"
14800
- }
14801
- },
14802
- "widget": "repeater",
14803
- "order": [
14804
- "value"
14805
- ]
14900
+ "widget": "shapeArray"
14806
14901
  },
14807
14902
  "content": {
14808
14903
  "widget": "wysiwygText"
@@ -14823,15 +14918,7 @@
14823
14918
  "widget": "wysiwygText"
14824
14919
  },
14825
14920
  "campaignIds": {
14826
- "properties": {
14827
- "value": {
14828
- "widget": "singleLineText"
14829
- }
14830
- },
14831
- "widget": "repeater",
14832
- "order": [
14833
- "value"
14834
- ]
14921
+ "widget": "shapeArray"
14835
14922
  },
14836
14923
  "asset": {
14837
14924
  "widget": "image"
@@ -14863,6 +14950,40 @@
14863
14950
  ]
14864
14951
  }
14865
14952
  },
14953
+ "PlaceholderTemplateCampaignIds": {
14954
+ "default": {
14955
+ "properties": {
14956
+ "value": {
14957
+ "widget": "singleLineText"
14958
+ }
14959
+ },
14960
+ "widget": "repeater",
14961
+ "order": [
14962
+ "value"
14963
+ ]
14964
+ }
14965
+ },
14966
+ "VipBenefitLevels": {
14967
+ "default": {
14968
+ "properties": {
14969
+ "level": {
14970
+ "widget": "relationship"
14971
+ },
14972
+ "value": {
14973
+ "widget": "singleLineText"
14974
+ },
14975
+ "hasValue": {
14976
+ "widget": "checkbox"
14977
+ }
14978
+ },
14979
+ "widget": "repeater",
14980
+ "order": [
14981
+ "level",
14982
+ "hasValue",
14983
+ "value"
14984
+ ]
14985
+ }
14986
+ },
14866
14987
  "VipBenefit": {
14867
14988
  "default": {
14868
14989
  "properties": {
@@ -14876,23 +14997,7 @@
14876
14997
  "widget": "wysiwygSingleLineText"
14877
14998
  },
14878
14999
  "levels": {
14879
- "properties": {
14880
- "level": {
14881
- "widget": "relationship"
14882
- },
14883
- "value": {
14884
- "widget": "singleLineText"
14885
- },
14886
- "hasValue": {
14887
- "widget": "checkbox"
14888
- }
14889
- },
14890
- "widget": "repeater",
14891
- "order": [
14892
- "level",
14893
- "hasValue",
14894
- "value"
14895
- ]
15000
+ "widget": "shapeArray"
14896
15001
  }
14897
15002
  },
14898
15003
  "order": [
@@ -15019,6 +15124,19 @@
15019
15124
  ]
15020
15125
  }
15021
15126
  },
15127
+ "ActionDevices": {
15128
+ "default": {
15129
+ "properties": {
15130
+ "value": {
15131
+ "widget": "singleLineText"
15132
+ }
15133
+ },
15134
+ "widget": "repeater",
15135
+ "order": [
15136
+ "value"
15137
+ ]
15138
+ }
15139
+ },
15022
15140
  "Action": {
15023
15141
  "default": {
15024
15142
  "properties": {
@@ -15029,26 +15147,10 @@
15029
15147
  "widget": "singleLineText"
15030
15148
  },
15031
15149
  "devices": {
15032
- "properties": {
15033
- "value": {
15034
- "widget": "singleLineText"
15035
- }
15036
- },
15037
- "widget": "repeater",
15038
- "order": [
15039
- "value"
15040
- ]
15150
+ "widget": "shapeArray"
15041
15151
  },
15042
15152
  "jurisdictions": {
15043
- "properties": {
15044
- "value": {
15045
- "widget": "singleLineText"
15046
- }
15047
- },
15048
- "widget": "repeater",
15049
- "order": [
15050
- "value"
15051
- ]
15153
+ "widget": "shapeArray"
15052
15154
  }
15053
15155
  },
15054
15156
  "order": [
@@ -15059,6 +15161,19 @@
15059
15161
  ]
15060
15162
  }
15061
15163
  },
15164
+ "ActionJurisdictions": {
15165
+ "default": {
15166
+ "properties": {
15167
+ "value": {
15168
+ "widget": "singleLineText"
15169
+ }
15170
+ },
15171
+ "widget": "repeater",
15172
+ "order": [
15173
+ "value"
15174
+ ]
15175
+ }
15176
+ },
15062
15177
  "GameType": {
15063
15178
  "default": {
15064
15179
  "properties": {
@@ -15138,6 +15253,19 @@
15138
15253
  ]
15139
15254
  }
15140
15255
  },
15256
+ "SidebarDevices": {
15257
+ "default": {
15258
+ "properties": {
15259
+ "value": {
15260
+ "widget": "singleLineText"
15261
+ }
15262
+ },
15263
+ "widget": "repeater",
15264
+ "order": [
15265
+ "value"
15266
+ ]
15267
+ }
15268
+ },
15141
15269
  "Sidebar": {
15142
15270
  "default": {
15143
15271
  "properties": {
@@ -15145,15 +15273,7 @@
15145
15273
  "widget": "relationship"
15146
15274
  },
15147
15275
  "devices": {
15148
- "properties": {
15149
- "value": {
15150
- "widget": "singleLineText"
15151
- }
15152
- },
15153
- "widget": "repeater",
15154
- "order": [
15155
- "value"
15156
- ]
15276
+ "widget": "shapeArray"
15157
15277
  },
15158
15278
  "classes": {
15159
15279
  "instructions": "Add predefined utility classes",
@@ -15176,15 +15296,7 @@
15176
15296
  "widget": "relationship"
15177
15297
  },
15178
15298
  "jurisdictions": {
15179
- "properties": {
15180
- "value": {
15181
- "widget": "singleLineText"
15182
- }
15183
- },
15184
- "widget": "repeater",
15185
- "order": [
15186
- "value"
15187
- ]
15299
+ "widget": "shapeArray"
15188
15300
  }
15189
15301
  },
15190
15302
  "order": [
@@ -15200,6 +15312,19 @@
15200
15312
  ]
15201
15313
  }
15202
15314
  },
15315
+ "SidebarJurisdictions": {
15316
+ "default": {
15317
+ "properties": {
15318
+ "value": {
15319
+ "widget": "singleLineText"
15320
+ }
15321
+ },
15322
+ "widget": "repeater",
15323
+ "order": [
15324
+ "value"
15325
+ ]
15326
+ }
15327
+ },
15203
15328
  "PaymentSearch": {
15204
15329
  "default": {
15205
15330
  "properties": {
@@ -15517,6 +15642,23 @@
15517
15642
  ]
15518
15643
  }
15519
15644
  },
15645
+ "AppCampaignBonusConfigs": {
15646
+ "default": {
15647
+ "properties": {
15648
+ "campaignId": {
15649
+ "widget": "singleLineText"
15650
+ },
15651
+ "bonusId": {
15652
+ "widget": "singleLineText"
15653
+ }
15654
+ },
15655
+ "widget": "repeater",
15656
+ "order": [
15657
+ "campaignId",
15658
+ "bonusId"
15659
+ ]
15660
+ }
15661
+ },
15520
15662
  "App": {
15521
15663
  "default": {
15522
15664
  "properties": {
@@ -15545,19 +15687,7 @@
15545
15687
  "widget": "relationship"
15546
15688
  },
15547
15689
  "campaignBonusConfigs": {
15548
- "properties": {
15549
- "campaignId": {
15550
- "widget": "singleLineText"
15551
- },
15552
- "bonusId": {
15553
- "widget": "singleLineText"
15554
- }
15555
- },
15556
- "widget": "repeater",
15557
- "order": [
15558
- "campaignId",
15559
- "bonusId"
15560
- ]
15690
+ "widget": "shapeArray"
15561
15691
  }
15562
15692
  },
15563
15693
  "order": [
@@ -15733,6 +15863,19 @@
15733
15863
  ]
15734
15864
  }
15735
15865
  },
15866
+ "HeaderDevices": {
15867
+ "default": {
15868
+ "properties": {
15869
+ "value": {
15870
+ "widget": "singleLineText"
15871
+ }
15872
+ },
15873
+ "widget": "repeater",
15874
+ "order": [
15875
+ "value"
15876
+ ]
15877
+ }
15878
+ },
15736
15879
  "Header": {
15737
15880
  "default": {
15738
15881
  "properties": {
@@ -15749,15 +15892,7 @@
15749
15892
  "widget": "checkbox"
15750
15893
  },
15751
15894
  "devices": {
15752
- "properties": {
15753
- "value": {
15754
- "widget": "singleLineText"
15755
- }
15756
- },
15757
- "widget": "repeater",
15758
- "order": [
15759
- "value"
15760
- ]
15895
+ "widget": "shapeArray"
15761
15896
  },
15762
15897
  "classes": {
15763
15898
  "instructions": "Add predefined utility classes",
@@ -15789,15 +15924,7 @@
15789
15924
  "widget": "singleLineText"
15790
15925
  },
15791
15926
  "jurisdictions": {
15792
- "properties": {
15793
- "value": {
15794
- "widget": "singleLineText"
15795
- }
15796
- },
15797
- "widget": "repeater",
15798
- "order": [
15799
- "value"
15800
- ]
15927
+ "widget": "shapeArray"
15801
15928
  }
15802
15929
  },
15803
15930
  "order": [
@@ -15819,6 +15946,19 @@
15819
15946
  ]
15820
15947
  }
15821
15948
  },
15949
+ "HeaderJurisdictions": {
15950
+ "default": {
15951
+ "properties": {
15952
+ "value": {
15953
+ "widget": "singleLineText"
15954
+ }
15955
+ },
15956
+ "widget": "repeater",
15957
+ "order": [
15958
+ "value"
15959
+ ]
15960
+ }
15961
+ },
15822
15962
  "ForgotPasswordForm": {
15823
15963
  "default": {
15824
15964
  "properties": {
@@ -16020,116 +16160,141 @@
16020
16160
  ]
16021
16161
  }
16022
16162
  },
16163
+ "AppThemeLightTheme": {
16164
+ "default": {
16165
+ "properties": {
16166
+ "accent": {
16167
+ "widget": "relationship"
16168
+ },
16169
+ "backgroundForeground": {
16170
+ "widget": "relationship"
16171
+ },
16172
+ "primary": {
16173
+ "widget": "relationship"
16174
+ }
16175
+ },
16176
+ "widget": "object",
16177
+ "order": [
16178
+ "primary",
16179
+ "accent",
16180
+ "backgroundForeground"
16181
+ ]
16182
+ }
16183
+ },
16023
16184
  "AppTheme": {
16024
16185
  "default": {
16025
16186
  "properties": {
16026
16187
  "lightTheme": {
16027
- "properties": {
16028
- "accent": {
16029
- "widget": "relationship"
16030
- },
16031
- "backgroundForeground": {
16032
- "widget": "relationship"
16033
- },
16034
- "primary": {
16035
- "widget": "relationship"
16036
- }
16037
- },
16038
- "widget": "object",
16039
- "order": [
16040
- "primary",
16041
- "accent",
16042
- "backgroundForeground"
16043
- ]
16188
+ "widget": "shapeObject"
16044
16189
  },
16045
16190
  "defaultTheme": {
16046
16191
  "widget": "radio"
16047
16192
  },
16048
16193
  "headingStyle": {
16049
- "properties": {
16050
- "color": {
16051
- "widget": "singleLineText"
16052
- },
16053
- "textTransform": {
16054
- "widget": "dropdown"
16055
- }
16056
- },
16057
- "widget": "object",
16058
- "order": [
16059
- "color",
16060
- "textTransform"
16061
- ]
16194
+ "widget": "shapeObject"
16062
16195
  },
16063
16196
  "inputAppearance": {
16064
16197
  "instructions": "Select your material input appearance. [See examples](https://material.angular.io/components/form-field/overview#form-field-appearance-variants)",
16065
16198
  "widget": "dropdown"
16066
16199
  },
16067
16200
  "buttonStyle": {
16068
- "properties": {
16069
- "shape": {
16070
- "widget": "dropdown"
16071
- },
16072
- "textTransform": {
16073
- "widget": "dropdown"
16074
- }
16075
- },
16076
- "widget": "object",
16077
- "order": [
16078
- "shape",
16079
- "textTransform"
16080
- ]
16201
+ "widget": "shapeObject"
16081
16202
  },
16082
16203
  "darkTheme": {
16083
- "properties": {
16084
- "accent": {
16085
- "widget": "relationship"
16086
- },
16087
- "backgroundForeground": {
16088
- "widget": "relationship"
16089
- },
16090
- "primary": {
16091
- "widget": "relationship"
16092
- }
16093
- },
16094
- "widget": "object",
16095
- "order": [
16096
- "primary",
16097
- "accent",
16098
- "backgroundForeground"
16099
- ]
16204
+ "widget": "shapeObject"
16205
+ },
16206
+ "tabStyle": {
16207
+ "widget": "shapeObject"
16208
+ },
16209
+ "fontTheme": {
16210
+ "widget": "relationship"
16211
+ }
16212
+ },
16213
+ "order": [
16214
+ "inputAppearance",
16215
+ "buttonStyle",
16216
+ "headingStyle",
16217
+ "tabStyle",
16218
+ "defaultTheme",
16219
+ "lightTheme",
16220
+ "darkTheme",
16221
+ "fontTheme"
16222
+ ]
16223
+ }
16224
+ },
16225
+ "AppThemeHeadingStyle": {
16226
+ "default": {
16227
+ "properties": {
16228
+ "color": {
16229
+ "widget": "singleLineText"
16230
+ },
16231
+ "textTransform": {
16232
+ "widget": "dropdown"
16233
+ }
16234
+ },
16235
+ "widget": "object",
16236
+ "order": [
16237
+ "color",
16238
+ "textTransform"
16239
+ ]
16240
+ }
16241
+ },
16242
+ "AppThemeButtonStyle": {
16243
+ "default": {
16244
+ "properties": {
16245
+ "shape": {
16246
+ "widget": "dropdown"
16247
+ },
16248
+ "textTransform": {
16249
+ "widget": "dropdown"
16250
+ }
16251
+ },
16252
+ "widget": "object",
16253
+ "order": [
16254
+ "shape",
16255
+ "textTransform"
16256
+ ]
16257
+ }
16258
+ },
16259
+ "AppThemeDarkTheme": {
16260
+ "default": {
16261
+ "properties": {
16262
+ "accent": {
16263
+ "widget": "relationship"
16264
+ },
16265
+ "backgroundForeground": {
16266
+ "widget": "relationship"
16267
+ },
16268
+ "primary": {
16269
+ "widget": "relationship"
16270
+ }
16271
+ },
16272
+ "widget": "object",
16273
+ "order": [
16274
+ "primary",
16275
+ "accent",
16276
+ "backgroundForeground"
16277
+ ]
16278
+ }
16279
+ },
16280
+ "AppThemeTabStyle": {
16281
+ "default": {
16282
+ "properties": {
16283
+ "color": {
16284
+ "widget": "singleLineText"
16100
16285
  },
16101
- "tabStyle": {
16102
- "properties": {
16103
- "color": {
16104
- "widget": "singleLineText"
16105
- },
16106
- "activeColor": {
16107
- "widget": "singleLineText"
16108
- },
16109
- "textTransform": {
16110
- "widget": "dropdown"
16111
- }
16112
- },
16113
- "widget": "object",
16114
- "order": [
16115
- "color",
16116
- "activeColor",
16117
- "textTransform"
16118
- ]
16286
+ "activeColor": {
16287
+ "widget": "singleLineText"
16119
16288
  },
16120
- "fontTheme": {
16121
- "widget": "relationship"
16289
+ "textTransform": {
16290
+ "widget": "dropdown"
16122
16291
  }
16123
16292
  },
16293
+ "widget": "object",
16124
16294
  "order": [
16125
- "inputAppearance",
16126
- "buttonStyle",
16127
- "headingStyle",
16128
- "tabStyle",
16129
- "defaultTheme",
16130
- "lightTheme",
16131
- "darkTheme",
16132
- "fontTheme"
16295
+ "color",
16296
+ "activeColor",
16297
+ "textTransform"
16133
16298
  ]
16134
16299
  }
16135
16300
  },
@@ -16632,6 +16797,19 @@
16632
16797
  ]
16633
16798
  }
16634
16799
  },
16800
+ "GameJurisdictions": {
16801
+ "default": {
16802
+ "properties": {
16803
+ "value": {
16804
+ "widget": "singleLineText"
16805
+ }
16806
+ },
16807
+ "widget": "repeater",
16808
+ "order": [
16809
+ "value"
16810
+ ]
16811
+ }
16812
+ },
16635
16813
  "Game": {
16636
16814
  "default": {
16637
16815
  "properties": {
@@ -16678,15 +16856,7 @@
16678
16856
  "widget": "number"
16679
16857
  },
16680
16858
  "jurisdictions": {
16681
- "properties": {
16682
- "value": {
16683
- "widget": "singleLineText"
16684
- }
16685
- },
16686
- "widget": "repeater",
16687
- "order": [
16688
- "value"
16689
- ]
16859
+ "widget": "shapeArray"
16690
16860
  },
16691
16861
  "gamble": {
16692
16862
  "widget": "checkbox"
@@ -16695,15 +16865,7 @@
16695
16865
  "widget": "singleLineText"
16696
16866
  },
16697
16867
  "devices": {
16698
- "properties": {
16699
- "value": {
16700
- "widget": "singleLineText"
16701
- }
16702
- },
16703
- "widget": "repeater",
16704
- "order": [
16705
- "value"
16706
- ]
16868
+ "widget": "shapeArray"
16707
16869
  },
16708
16870
  "loginRequired": {
16709
16871
  "widget": "checkbox"
@@ -16784,6 +16946,19 @@
16784
16946
  ]
16785
16947
  }
16786
16948
  },
16949
+ "GameDevices": {
16950
+ "default": {
16951
+ "properties": {
16952
+ "value": {
16953
+ "widget": "singleLineText"
16954
+ }
16955
+ },
16956
+ "widget": "repeater",
16957
+ "order": [
16958
+ "value"
16959
+ ]
16960
+ }
16961
+ },
16787
16962
  "PayAndPlay": {
16788
16963
  "default": {
16789
16964
  "properties": {
@@ -16866,6 +17041,19 @@
16866
17041
  ]
16867
17042
  }
16868
17043
  },
17044
+ "FooterDevices": {
17045
+ "default": {
17046
+ "properties": {
17047
+ "value": {
17048
+ "widget": "singleLineText"
17049
+ }
17050
+ },
17051
+ "widget": "repeater",
17052
+ "order": [
17053
+ "value"
17054
+ ]
17055
+ }
17056
+ },
16869
17057
  "Footer": {
16870
17058
  "default": {
16871
17059
  "properties": {
@@ -16873,15 +17061,7 @@
16873
17061
  "widget": "relationship"
16874
17062
  },
16875
17063
  "devices": {
16876
- "properties": {
16877
- "value": {
16878
- "widget": "singleLineText"
16879
- }
16880
- },
16881
- "widget": "repeater",
16882
- "order": [
16883
- "value"
16884
- ]
17064
+ "widget": "shapeArray"
16885
17065
  },
16886
17066
  "background": {
16887
17067
  "widget": "singleLineText"
@@ -16901,15 +17081,7 @@
16901
17081
  "widget": "relationship"
16902
17082
  },
16903
17083
  "jurisdictions": {
16904
- "properties": {
16905
- "value": {
16906
- "widget": "singleLineText"
16907
- }
16908
- },
16909
- "widget": "repeater",
16910
- "order": [
16911
- "value"
16912
- ]
17084
+ "widget": "shapeArray"
16913
17085
  }
16914
17086
  },
16915
17087
  "order": [
@@ -16924,6 +17096,19 @@
16924
17096
  ]
16925
17097
  }
16926
17098
  },
17099
+ "FooterJurisdictions": {
17100
+ "default": {
17101
+ "properties": {
17102
+ "value": {
17103
+ "widget": "singleLineText"
17104
+ }
17105
+ },
17106
+ "widget": "repeater",
17107
+ "order": [
17108
+ "value"
17109
+ ]
17110
+ }
17111
+ },
16927
17112
  "CommunicationDetailsForm": {
16928
17113
  "default": {
16929
17114
  "properties": {
@@ -16952,6 +17137,71 @@
16952
17137
  ]
16953
17138
  }
16954
17139
  },
17140
+ "BackgroundForegroundBackground": {
17141
+ "default": {
17142
+ "properties": {
17143
+ "raisedButton": {
17144
+ "widget": "color"
17145
+ },
17146
+ "disabledButtonToggle": {
17147
+ "widget": "color"
17148
+ },
17149
+ "focusedButton": {
17150
+ "widget": "color"
17151
+ },
17152
+ "unselectedChip": {
17153
+ "widget": "color"
17154
+ },
17155
+ "disabledButton": {
17156
+ "widget": "color"
17157
+ },
17158
+ "hover": {
17159
+ "widget": "color"
17160
+ },
17161
+ "dialog": {
17162
+ "widget": "color"
17163
+ },
17164
+ "appBar": {
17165
+ "widget": "color"
17166
+ },
17167
+ "background": {
17168
+ "widget": "color"
17169
+ },
17170
+ "selectedButton": {
17171
+ "widget": "color"
17172
+ },
17173
+ "statusBar": {
17174
+ "widget": "color"
17175
+ },
17176
+ "disabledListOption": {
17177
+ "widget": "color"
17178
+ },
17179
+ "selectedDisabledButton": {
17180
+ "widget": "color"
17181
+ },
17182
+ "card": {
17183
+ "widget": "color"
17184
+ }
17185
+ },
17186
+ "widget": "object",
17187
+ "order": [
17188
+ "statusBar",
17189
+ "appBar",
17190
+ "background",
17191
+ "hover",
17192
+ "card",
17193
+ "dialog",
17194
+ "disabledButton",
17195
+ "raisedButton",
17196
+ "focusedButton",
17197
+ "selectedButton",
17198
+ "selectedDisabledButton",
17199
+ "disabledButtonToggle",
17200
+ "unselectedChip",
17201
+ "disabledListOption"
17202
+ ]
17203
+ }
17204
+ },
16955
17205
  "BackgroundForeground": {
16956
17206
  "default": {
16957
17207
  "properties": {
@@ -16959,146 +17209,10 @@
16959
17209
  "widget": "singleLineText"
16960
17210
  },
16961
17211
  "background": {
16962
- "properties": {
16963
- "raisedButton": {
16964
- "widget": "color"
16965
- },
16966
- "disabledButtonToggle": {
16967
- "widget": "color"
16968
- },
16969
- "focusedButton": {
16970
- "widget": "color"
16971
- },
16972
- "unselectedChip": {
16973
- "widget": "color"
16974
- },
16975
- "disabledButton": {
16976
- "widget": "color"
16977
- },
16978
- "hover": {
16979
- "widget": "color"
16980
- },
16981
- "dialog": {
16982
- "widget": "color"
16983
- },
16984
- "appBar": {
16985
- "widget": "color"
16986
- },
16987
- "background": {
16988
- "widget": "color"
16989
- },
16990
- "selectedButton": {
16991
- "widget": "color"
16992
- },
16993
- "statusBar": {
16994
- "widget": "color"
16995
- },
16996
- "disabledListOption": {
16997
- "widget": "color"
16998
- },
16999
- "selectedDisabledButton": {
17000
- "widget": "color"
17001
- },
17002
- "card": {
17003
- "widget": "color"
17004
- }
17005
- },
17006
- "widget": "object",
17007
- "order": [
17008
- "statusBar",
17009
- "appBar",
17010
- "background",
17011
- "hover",
17012
- "card",
17013
- "dialog",
17014
- "disabledButton",
17015
- "raisedButton",
17016
- "focusedButton",
17017
- "selectedButton",
17018
- "selectedDisabledButton",
17019
- "disabledButtonToggle",
17020
- "unselectedChip",
17021
- "disabledListOption"
17022
- ]
17212
+ "widget": "shapeObject"
17023
17213
  },
17024
17214
  "foreground": {
17025
- "properties": {
17026
- "elevation": {
17027
- "widget": "color"
17028
- },
17029
- "sliderMin": {
17030
- "widget": "color"
17031
- },
17032
- "icon": {
17033
- "widget": "color"
17034
- },
17035
- "dividers": {
17036
- "widget": "color"
17037
- },
17038
- "icons": {
17039
- "widget": "color"
17040
- },
17041
- "sliderOffActive": {
17042
- "widget": "color"
17043
- },
17044
- "secondaryText": {
17045
- "widget": "color"
17046
- },
17047
- "disabledButton": {
17048
- "widget": "color"
17049
- },
17050
- "tabTextColor": {
17051
- "widget": "color"
17052
- },
17053
- "tabTextActiveColor": {
17054
- "widget": "color"
17055
- },
17056
- "hintText": {
17057
- "widget": "color"
17058
- },
17059
- "divider": {
17060
- "widget": "color"
17061
- },
17062
- "disabled": {
17063
- "widget": "color"
17064
- },
17065
- "sliderOff": {
17066
- "widget": "color"
17067
- },
17068
- "text": {
17069
- "widget": "color"
17070
- },
17071
- "disabledText": {
17072
- "widget": "color"
17073
- },
17074
- "base": {
17075
- "widget": "color"
17076
- },
17077
- "spinner": {
17078
- "widget": "color"
17079
- }
17080
- },
17081
- "widget": "object",
17082
- "order": [
17083
- "base",
17084
- "divider",
17085
- "dividers",
17086
- "disabled",
17087
- "disabledButton",
17088
- "disabledText",
17089
- "elevation",
17090
- "hintText",
17091
- "secondaryText",
17092
- "icon",
17093
- "icons",
17094
- "text",
17095
- "sliderMin",
17096
- "sliderOff",
17097
- "sliderOffActive",
17098
- "tabTextColor",
17099
- "tabTextActiveColor",
17100
- "spinner"
17101
- ]
17215
+ "widget": "shapeObject"
17102
17216
  }
17103
17217
  },
17104
17218
  "order": [
@@ -17108,6 +17222,87 @@
17108
17222
  ]
17109
17223
  }
17110
17224
  },
17225
+ "BackgroundForegroundForeground": {
17226
+ "default": {
17227
+ "properties": {
17228
+ "elevation": {
17229
+ "widget": "color"
17230
+ },
17231
+ "sliderMin": {
17232
+ "widget": "color"
17233
+ },
17234
+ "icon": {
17235
+ "widget": "color"
17236
+ },
17237
+ "dividers": {
17238
+ "widget": "color"
17239
+ },
17240
+ "icons": {
17241
+ "widget": "color"
17242
+ },
17243
+ "sliderOffActive": {
17244
+ "widget": "color"
17245
+ },
17246
+ "secondaryText": {
17247
+ "widget": "color"
17248
+ },
17249
+ "disabledButton": {
17250
+ "widget": "color"
17251
+ },
17252
+ "tabTextColor": {
17253
+ "widget": "color"
17254
+ },
17255
+ "tabTextActiveColor": {
17256
+ "widget": "color"
17257
+ },
17258
+ "hintText": {
17259
+ "widget": "color"
17260
+ },
17261
+ "divider": {
17262
+ "widget": "color"
17263
+ },
17264
+ "disabled": {
17265
+ "widget": "color"
17266
+ },
17267
+ "sliderOff": {
17268
+ "widget": "color"
17269
+ },
17270
+ "text": {
17271
+ "widget": "color"
17272
+ },
17273
+ "disabledText": {
17274
+ "widget": "color"
17275
+ },
17276
+ "base": {
17277
+ "widget": "color"
17278
+ },
17279
+ "spinner": {
17280
+ "widget": "color"
17281
+ }
17282
+ },
17283
+ "widget": "object",
17284
+ "order": [
17285
+ "base",
17286
+ "divider",
17287
+ "dividers",
17288
+ "disabled",
17289
+ "disabledButton",
17290
+ "disabledText",
17291
+ "elevation",
17292
+ "hintText",
17293
+ "secondaryText",
17294
+ "icon",
17295
+ "icons",
17296
+ "text",
17297
+ "sliderMin",
17298
+ "sliderOff",
17299
+ "sliderOffActive",
17300
+ "tabTextColor",
17301
+ "tabTextActiveColor",
17302
+ "spinner"
17303
+ ]
17304
+ }
17305
+ },
17111
17306
  "BonusList": {
17112
17307
  "default": {
17113
17308
  "properties": {