mrpj 0.0.9 → 0.0.10

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/.jsii CHANGED
@@ -2971,7 +2971,7 @@
2971
2971
  },
2972
2972
  "locationInModule": {
2973
2973
  "filename": "src/projen-project.ts",
2974
- "line": 12
2974
+ "line": 15
2975
2975
  },
2976
2976
  "parameters": [
2977
2977
  {
@@ -2988,6 +2988,38 @@
2988
2988
  "line": 11
2989
2989
  },
2990
2990
  "name": "ProjenProject",
2991
+ "properties": [
2992
+ {
2993
+ "docs": {
2994
+ "stability": "stable"
2995
+ },
2996
+ "immutable": true,
2997
+ "locationInModule": {
2998
+ "filename": "src/projen-project.ts",
2999
+ "line": 12
3000
+ },
3001
+ "name": "logo",
3002
+ "optional": true,
3003
+ "type": {
3004
+ "fqn": "mrpj.logo.SvgFile"
3005
+ }
3006
+ },
3007
+ {
3008
+ "docs": {
3009
+ "stability": "stable"
3010
+ },
3011
+ "immutable": true,
3012
+ "locationInModule": {
3013
+ "filename": "src/projen-project.ts",
3014
+ "line": 13
3015
+ },
3016
+ "name": "wordmark",
3017
+ "optional": true,
3018
+ "type": {
3019
+ "fqn": "mrpj.logo.Wordmark"
3020
+ }
3021
+ }
3022
+ ],
2991
3023
  "symbolId": "src/projen-project:ProjenProject"
2992
3024
  },
2993
3025
  "mrpj.ProjenProjectOptions": {
@@ -4228,38 +4260,19 @@
4228
4260
  {
4229
4261
  "abstract": true,
4230
4262
  "docs": {
4231
- "default": "- true if a logo file is found, otherwise false",
4232
- "remarks": "If no logo is found and set to `true`, a placeholder image is used.",
4263
+ "remarks": "Use `Logo.placeholder()` to get started.",
4233
4264
  "stability": "stable",
4234
- "summary": "Generates wordmarks from a logo."
4265
+ "summary": "Add a logo."
4235
4266
  },
4236
4267
  "immutable": true,
4237
4268
  "locationInModule": {
4238
4269
  "filename": "src/projen-project-options.ts",
4239
- "line": 936
4270
+ "line": 935
4240
4271
  },
4241
4272
  "name": "logo",
4242
4273
  "optional": true,
4243
4274
  "type": {
4244
- "primitive": "boolean"
4245
- }
4246
- },
4247
- {
4248
- "abstract": true,
4249
- "docs": {
4250
- "default": "\"true\"",
4251
- "stability": "stable",
4252
- "summary": "Generate Wordmark from a logo if found."
4253
- },
4254
- "immutable": true,
4255
- "locationInModule": {
4256
- "filename": "src/projen-project-options.ts",
4257
- "line": 941
4258
- },
4259
- "name": "logoOptions",
4260
- "optional": true,
4261
- "type": {
4262
- "fqn": "mrpj.logo.LogoSystemOptions"
4275
+ "fqn": "mrpj.logo.ILogo"
4263
4276
  }
4264
4277
  },
4265
4278
  {
@@ -5565,6 +5578,25 @@
5565
5578
  "primitive": "boolean"
5566
5579
  }
5567
5580
  },
5581
+ {
5582
+ "abstract": true,
5583
+ "docs": {
5584
+ "default": "- derived from logo and project",
5585
+ "remarks": "Wordmarks are only created when a logo is available.",
5586
+ "stability": "stable",
5587
+ "summary": "Configure how the wordmark is created from a logo."
5588
+ },
5589
+ "immutable": true,
5590
+ "locationInModule": {
5591
+ "filename": "src/projen-project-options.ts",
5592
+ "line": 941
5593
+ },
5594
+ "name": "wordmarkOptions",
5595
+ "optional": true,
5596
+ "type": {
5597
+ "fqn": "mrpj.logo.WordmarkOptions"
5598
+ }
5599
+ },
5568
5600
  {
5569
5601
  "abstract": true,
5570
5602
  "docs": {
@@ -8100,7 +8132,7 @@
8100
8132
  "kind": "interface",
8101
8133
  "locationInModule": {
8102
8134
  "filename": "src/logo/Wordmark.ts",
8103
- "line": 19
8135
+ "line": 22
8104
8136
  },
8105
8137
  "name": "ColorScheme",
8106
8138
  "namespace": "logo",
@@ -8113,7 +8145,7 @@
8113
8145
  "immutable": true,
8114
8146
  "locationInModule": {
8115
8147
  "filename": "src/logo/Wordmark.ts",
8116
- "line": 20
8148
+ "line": 23
8117
8149
  },
8118
8150
  "name": "dark",
8119
8151
  "optional": true,
@@ -8129,7 +8161,7 @@
8129
8161
  "immutable": true,
8130
8162
  "locationInModule": {
8131
8163
  "filename": "src/logo/Wordmark.ts",
8132
- "line": 21
8164
+ "line": 24
8133
8165
  },
8134
8166
  "name": "light",
8135
8167
  "optional": true,
@@ -8150,7 +8182,7 @@
8150
8182
  "kind": "interface",
8151
8183
  "locationInModule": {
8152
8184
  "filename": "src/logo/Wordmark.ts",
8153
- "line": 24
8185
+ "line": 27
8154
8186
  },
8155
8187
  "name": "FontOptions",
8156
8188
  "namespace": "logo",
@@ -8163,7 +8195,7 @@
8163
8195
  "immutable": true,
8164
8196
  "locationInModule": {
8165
8197
  "filename": "src/logo/Wordmark.ts",
8166
- "line": 28
8198
+ "line": 31
8167
8199
  },
8168
8200
  "name": "color",
8169
8201
  "optional": true,
@@ -8179,7 +8211,7 @@
8179
8211
  "immutable": true,
8180
8212
  "locationInModule": {
8181
8213
  "filename": "src/logo/Wordmark.ts",
8182
- "line": 25
8214
+ "line": 28
8183
8215
  },
8184
8216
  "name": "family",
8185
8217
  "optional": true,
@@ -8195,7 +8227,7 @@
8195
8227
  "immutable": true,
8196
8228
  "locationInModule": {
8197
8229
  "filename": "src/logo/Wordmark.ts",
8198
- "line": 26
8230
+ "line": 29
8199
8231
  },
8200
8232
  "name": "size",
8201
8233
  "optional": true,
@@ -8211,7 +8243,7 @@
8211
8243
  "immutable": true,
8212
8244
  "locationInModule": {
8213
8245
  "filename": "src/logo/Wordmark.ts",
8214
- "line": 27
8246
+ "line": 30
8215
8247
  },
8216
8248
  "name": "weight",
8217
8249
  "optional": true,
@@ -8222,128 +8254,60 @@
8222
8254
  ],
8223
8255
  "symbolId": "src/logo/Wordmark:FontOptions"
8224
8256
  },
8225
- "mrpj.logo.LogoOptions": {
8257
+ "mrpj.logo.ILogo": {
8226
8258
  "assembly": "mrpj",
8227
- "datatype": true,
8228
8259
  "docs": {
8229
- "stability": "stable"
8260
+ "stability": "stable",
8261
+ "summary": "Implementation interface of a logo."
8230
8262
  },
8231
- "fqn": "mrpj.logo.LogoOptions",
8232
- "interfaces": [
8233
- "mrpj.logo.SizeOptions",
8234
- "mrpj.logo.TranslateOptions"
8235
- ],
8263
+ "fqn": "mrpj.logo.ILogo",
8236
8264
  "kind": "interface",
8237
8265
  "locationInModule": {
8238
- "filename": "src/logo/LogoSystem.ts",
8239
- "line": 5
8266
+ "filename": "src/logo/Logo.ts",
8267
+ "line": 92
8240
8268
  },
8241
- "name": "LogoOptions",
8242
- "namespace": "logo",
8243
- "properties": [
8269
+ "methods": [
8244
8270
  {
8245
8271
  "abstract": true,
8246
8272
  "docs": {
8247
- "stability": "stable"
8273
+ "stability": "stable",
8274
+ "summary": "Synth the logo and return the file path."
8248
8275
  },
8249
- "immutable": true,
8250
8276
  "locationInModule": {
8251
- "filename": "src/logo/LogoSystem.ts",
8252
- "line": 6
8277
+ "filename": "src/logo/Logo.ts",
8278
+ "line": 113
8253
8279
  },
8254
- "name": "file",
8255
- "optional": true,
8256
- "type": {
8257
- "primitive": "string"
8258
- }
8259
- }
8260
- ],
8261
- "symbolId": "src/logo/LogoSystem:LogoOptions"
8262
- },
8263
- "mrpj.logo.LogoSystem": {
8264
- "assembly": "mrpj",
8265
- "base": "projen.Component",
8266
- "docs": {
8267
- "stability": "stable"
8268
- },
8269
- "fqn": "mrpj.logo.LogoSystem",
8270
- "initializer": {
8271
- "docs": {
8272
- "stability": "stable"
8273
- },
8274
- "locationInModule": {
8275
- "filename": "src/logo/LogoSystem.ts",
8276
- "line": 18
8277
- },
8278
- "parameters": [
8279
- {
8280
- "name": "project",
8281
- "type": {
8282
- "fqn": "projen.Project"
8280
+ "name": "synth",
8281
+ "parameters": [
8282
+ {
8283
+ "name": "project",
8284
+ "type": {
8285
+ "fqn": "projen.Project"
8286
+ }
8283
8287
  }
8284
- },
8285
- {
8286
- "name": "options",
8287
- "optional": true,
8288
+ ],
8289
+ "returns": {
8288
8290
  "type": {
8289
- "fqn": "mrpj.logo.LogoSystemOptions"
8291
+ "primitive": "string"
8290
8292
  }
8291
8293
  }
8292
- ]
8293
- },
8294
- "kind": "class",
8295
- "locationInModule": {
8296
- "filename": "src/logo/LogoSystem.ts",
8297
- "line": 15
8298
- },
8299
- "name": "LogoSystem",
8300
- "namespace": "logo",
8301
- "properties": [
8302
- {
8303
- "docs": {
8304
- "stability": "stable"
8305
- },
8306
- "immutable": true,
8307
- "locationInModule": {
8308
- "filename": "src/logo/LogoSystem.ts",
8309
- "line": 16
8310
- },
8311
- "name": "convertTask",
8312
- "optional": true,
8313
- "type": {
8314
- "fqn": "projen.Task"
8315
- }
8316
8294
  }
8317
8295
  ],
8318
- "symbolId": "src/logo/LogoSystem:LogoSystem"
8319
- },
8320
- "mrpj.logo.LogoSystemOptions": {
8321
- "assembly": "mrpj",
8322
- "datatype": true,
8323
- "docs": {
8324
- "stability": "stable"
8325
- },
8326
- "fqn": "mrpj.logo.LogoSystemOptions",
8327
- "kind": "interface",
8328
- "locationInModule": {
8329
- "filename": "src/logo/LogoSystem.ts",
8330
- "line": 9
8331
- },
8332
- "name": "LogoSystemOptions",
8296
+ "name": "ILogo",
8333
8297
  "namespace": "logo",
8334
8298
  "properties": [
8335
8299
  {
8336
8300
  "abstract": true,
8337
8301
  "docs": {
8338
- "stability": "stable"
8302
+ "stability": "stable",
8303
+ "summary": "The SVG content of the logo as a string."
8339
8304
  },
8340
8305
  "immutable": true,
8341
8306
  "locationInModule": {
8342
- "filename": "src/logo/LogoSystem.ts",
8343
- "line": 10
8307
+ "filename": "src/logo/Logo.ts",
8308
+ "line": 109
8344
8309
  },
8345
- "name": "dirName",
8346
- "optional": true,
8310
+ "name": "content",
8347
8311
  "type": {
8348
8312
  "primitive": "string"
8349
8313
  }
@@ -8351,65 +8315,15 @@
8351
8315
  {
8352
8316
  "abstract": true,
8353
8317
  "docs": {
8354
- "stability": "stable"
8355
- },
8356
- "immutable": true,
8357
- "locationInModule": {
8358
- "filename": "src/logo/LogoSystem.ts",
8359
- "line": 11
8360
- },
8361
- "name": "logo",
8362
- "optional": true,
8363
- "type": {
8364
- "fqn": "mrpj.logo.LogoOptions"
8365
- }
8366
- },
8367
- {
8368
- "abstract": true,
8369
- "docs": {
8370
- "stability": "stable"
8371
- },
8372
- "immutable": true,
8373
- "locationInModule": {
8374
- "filename": "src/logo/LogoSystem.ts",
8375
- "line": 12
8376
- },
8377
- "name": "wordmark",
8378
- "optional": true,
8379
- "type": {
8380
- "fqn": "mrpj.logo.WordmarkOptions"
8381
- }
8382
- }
8383
- ],
8384
- "symbolId": "src/logo/LogoSystem:LogoSystemOptions"
8385
- },
8386
- "mrpj.logo.SizeOptions": {
8387
- "assembly": "mrpj",
8388
- "datatype": true,
8389
- "docs": {
8390
- "stability": "stable"
8391
- },
8392
- "fqn": "mrpj.logo.SizeOptions",
8393
- "kind": "interface",
8394
- "locationInModule": {
8395
- "filename": "src/logo/Wordmark.ts",
8396
- "line": 31
8397
- },
8398
- "name": "SizeOptions",
8399
- "namespace": "logo",
8400
- "properties": [
8401
- {
8402
- "abstract": true,
8403
- "docs": {
8404
- "stability": "stable"
8318
+ "stability": "stable",
8319
+ "summary": "The height of the logo in px."
8405
8320
  },
8406
8321
  "immutable": true,
8407
8322
  "locationInModule": {
8408
- "filename": "src/logo/Wordmark.ts",
8409
- "line": 33
8323
+ "filename": "src/logo/Logo.ts",
8324
+ "line": 100
8410
8325
  },
8411
8326
  "name": "height",
8412
- "optional": true,
8413
8327
  "type": {
8414
8328
  "primitive": "number"
8415
8329
  }
@@ -8417,15 +8331,15 @@
8417
8331
  {
8418
8332
  "abstract": true,
8419
8333
  "docs": {
8420
- "stability": "stable"
8334
+ "stability": "stable",
8335
+ "summary": "The width of the logo in px."
8421
8336
  },
8422
8337
  "immutable": true,
8423
8338
  "locationInModule": {
8424
- "filename": "src/logo/Wordmark.ts",
8425
- "line": 34
8339
+ "filename": "src/logo/Logo.ts",
8340
+ "line": 96
8426
8341
  },
8427
- "name": "scale",
8428
- "optional": true,
8342
+ "name": "width",
8429
8343
  "type": {
8430
8344
  "primitive": "number"
8431
8345
  }
@@ -8433,90 +8347,660 @@
8433
8347
  {
8434
8348
  "abstract": true,
8435
8349
  "docs": {
8436
- "stability": "stable"
8350
+ "default": "1",
8351
+ "stability": "stable",
8352
+ "summary": "Scale the logo by a factor."
8437
8353
  },
8438
8354
  "immutable": true,
8439
8355
  "locationInModule": {
8440
- "filename": "src/logo/Wordmark.ts",
8441
- "line": 32
8356
+ "filename": "src/logo/Logo.ts",
8357
+ "line": 105
8442
8358
  },
8443
- "name": "width",
8359
+ "name": "scale",
8444
8360
  "optional": true,
8445
8361
  "type": {
8446
8362
  "primitive": "number"
8447
8363
  }
8448
8364
  }
8449
8365
  ],
8450
- "symbolId": "src/logo/Wordmark:SizeOptions"
8366
+ "symbolId": "src/logo/Logo:ILogo"
8451
8367
  },
8452
- "mrpj.logo.SvgFile": {
8368
+ "mrpj.logo.Logo": {
8453
8369
  "assembly": "mrpj",
8454
- "base": "projen.SourceCode",
8455
8370
  "docs": {
8456
8371
  "stability": "stable",
8457
- "summary": "A SVG file."
8458
- },
8459
- "fqn": "mrpj.logo.SvgFile",
8460
- "initializer": {
8461
- "docs": {
8462
- "stability": "stable"
8463
- },
8464
- "locationInModule": {
8465
- "filename": "src/logo/SvgFile.ts",
8466
- "line": 18
8467
- },
8468
- "parameters": [
8469
- {
8470
- "name": "project",
8471
- "type": {
8472
- "fqn": "projen.Project"
8473
- }
8474
- },
8475
- {
8476
- "name": "filePath",
8477
- "type": {
8478
- "primitive": "string"
8479
- }
8480
- },
8481
- {
8482
- "name": "options",
8483
- "type": {
8484
- "fqn": "mrpj.logo.SvgFileOptions"
8485
- }
8486
- }
8487
- ]
8372
+ "summary": "Create a logo for the project."
8488
8373
  },
8374
+ "fqn": "mrpj.logo.Logo",
8375
+ "interfaces": [
8376
+ "mrpj.logo.ILogo"
8377
+ ],
8489
8378
  "kind": "class",
8490
8379
  "locationInModule": {
8491
- "filename": "src/logo/SvgFile.ts",
8492
- "line": 17
8380
+ "filename": "src/logo/Logo.ts",
8381
+ "line": 119
8493
8382
  },
8494
8383
  "methods": [
8495
8384
  {
8496
8385
  "docs": {
8497
8386
  "stability": "stable",
8498
- "summary": "Adds text as lines to the text file."
8387
+ "summary": "A logo for projen related projects."
8499
8388
  },
8500
8389
  "locationInModule": {
8501
- "filename": "src/logo/SvgFile.ts",
8502
- "line": 42
8390
+ "filename": "src/logo/Logo.ts",
8391
+ "line": 161
8503
8392
  },
8504
- "name": "lines",
8393
+ "name": "forProjen",
8505
8394
  "parameters": [
8506
8395
  {
8507
- "docs": {
8508
- "summary": "the text with line breaks to add."
8509
- },
8510
- "name": "lines",
8396
+ "name": "path",
8397
+ "optional": true,
8511
8398
  "type": {
8512
8399
  "primitive": "string"
8513
8400
  }
8401
+ },
8402
+ {
8403
+ "name": "options",
8404
+ "optional": true,
8405
+ "type": {
8406
+ "fqn": "mrpj.logo.LogoForProjenOptions"
8407
+ }
8514
8408
  }
8515
- ]
8516
- }
8517
- ],
8518
- "name": "SvgFile",
8519
- "namespace": "logo",
8409
+ ],
8410
+ "returns": {
8411
+ "type": {
8412
+ "fqn": "mrpj.logo.Logo"
8413
+ }
8414
+ },
8415
+ "static": true
8416
+ },
8417
+ {
8418
+ "docs": {
8419
+ "remarks": "Content should NOT include the outermost <svg> tag.",
8420
+ "stability": "stable",
8421
+ "summary": "Create the logo from this svg snippet."
8422
+ },
8423
+ "locationInModule": {
8424
+ "filename": "src/logo/Logo.ts",
8425
+ "line": 135
8426
+ },
8427
+ "name": "fromContent",
8428
+ "parameters": [
8429
+ {
8430
+ "name": "content",
8431
+ "type": {
8432
+ "primitive": "string"
8433
+ }
8434
+ },
8435
+ {
8436
+ "name": "options",
8437
+ "type": {
8438
+ "fqn": "mrpj.logo.LogoFromContentOptions"
8439
+ }
8440
+ }
8441
+ ],
8442
+ "returns": {
8443
+ "type": {
8444
+ "fqn": "mrpj.logo.Logo"
8445
+ }
8446
+ },
8447
+ "static": true
8448
+ },
8449
+ {
8450
+ "docs": {
8451
+ "stability": "stable",
8452
+ "summary": "Use an existing logo from a file."
8453
+ },
8454
+ "locationInModule": {
8455
+ "filename": "src/logo/Logo.ts",
8456
+ "line": 123
8457
+ },
8458
+ "name": "fromFile",
8459
+ "parameters": [
8460
+ {
8461
+ "name": "path",
8462
+ "type": {
8463
+ "primitive": "string"
8464
+ }
8465
+ },
8466
+ {
8467
+ "name": "options",
8468
+ "type": {
8469
+ "fqn": "mrpj.logo.LogoConfig"
8470
+ }
8471
+ }
8472
+ ],
8473
+ "returns": {
8474
+ "type": {
8475
+ "fqn": "mrpj.logo.Logo"
8476
+ }
8477
+ },
8478
+ "static": true
8479
+ },
8480
+ {
8481
+ "docs": {
8482
+ "remarks": "Can be used the get started before a logo is created.",
8483
+ "stability": "stable",
8484
+ "summary": "An empty placeholder logo."
8485
+ },
8486
+ "locationInModule": {
8487
+ "filename": "src/logo/Logo.ts",
8488
+ "line": 146
8489
+ },
8490
+ "name": "placeholder",
8491
+ "parameters": [
8492
+ {
8493
+ "name": "path",
8494
+ "optional": true,
8495
+ "type": {
8496
+ "primitive": "string"
8497
+ }
8498
+ }
8499
+ ],
8500
+ "returns": {
8501
+ "type": {
8502
+ "fqn": "mrpj.logo.Logo"
8503
+ }
8504
+ },
8505
+ "static": true
8506
+ },
8507
+ {
8508
+ "docs": {
8509
+ "stability": "stable",
8510
+ "summary": "Synth the logo and return the file path."
8511
+ },
8512
+ "locationInModule": {
8513
+ "filename": "src/logo/Logo.ts",
8514
+ "line": 220
8515
+ },
8516
+ "name": "synth",
8517
+ "overrides": "mrpj.logo.ILogo",
8518
+ "parameters": [
8519
+ {
8520
+ "name": "project",
8521
+ "type": {
8522
+ "fqn": "projen.Project"
8523
+ }
8524
+ }
8525
+ ],
8526
+ "returns": {
8527
+ "type": {
8528
+ "primitive": "string"
8529
+ }
8530
+ }
8531
+ }
8532
+ ],
8533
+ "name": "Logo",
8534
+ "namespace": "logo",
8535
+ "properties": [
8536
+ {
8537
+ "docs": {
8538
+ "stability": "stable",
8539
+ "summary": "The SVG content of the logo as a string."
8540
+ },
8541
+ "immutable": true,
8542
+ "locationInModule": {
8543
+ "filename": "src/logo/Logo.ts",
8544
+ "line": 205
8545
+ },
8546
+ "name": "content",
8547
+ "overrides": "mrpj.logo.ILogo",
8548
+ "type": {
8549
+ "primitive": "string"
8550
+ }
8551
+ },
8552
+ {
8553
+ "docs": {
8554
+ "stability": "stable",
8555
+ "summary": "The height of the logo in px."
8556
+ },
8557
+ "immutable": true,
8558
+ "locationInModule": {
8559
+ "filename": "src/logo/Logo.ts",
8560
+ "line": 203
8561
+ },
8562
+ "name": "height",
8563
+ "overrides": "mrpj.logo.ILogo",
8564
+ "type": {
8565
+ "primitive": "number"
8566
+ }
8567
+ },
8568
+ {
8569
+ "docs": {
8570
+ "stability": "stable",
8571
+ "summary": "The width of the logo in px."
8572
+ },
8573
+ "immutable": true,
8574
+ "locationInModule": {
8575
+ "filename": "src/logo/Logo.ts",
8576
+ "line": 202
8577
+ },
8578
+ "name": "width",
8579
+ "overrides": "mrpj.logo.ILogo",
8580
+ "type": {
8581
+ "primitive": "number"
8582
+ }
8583
+ },
8584
+ {
8585
+ "docs": {
8586
+ "stability": "stable",
8587
+ "summary": "Scale the logo by a factor."
8588
+ },
8589
+ "immutable": true,
8590
+ "locationInModule": {
8591
+ "filename": "src/logo/Logo.ts",
8592
+ "line": 204
8593
+ },
8594
+ "name": "scale",
8595
+ "optional": true,
8596
+ "overrides": "mrpj.logo.ILogo",
8597
+ "type": {
8598
+ "primitive": "number"
8599
+ }
8600
+ }
8601
+ ],
8602
+ "symbolId": "src/logo/Logo:Logo"
8603
+ },
8604
+ "mrpj.logo.LogoConfig": {
8605
+ "assembly": "mrpj",
8606
+ "datatype": true,
8607
+ "docs": {
8608
+ "stability": "stable",
8609
+ "summary": "Provide additional configuration for the logo."
8610
+ },
8611
+ "fqn": "mrpj.logo.LogoConfig",
8612
+ "kind": "interface",
8613
+ "locationInModule": {
8614
+ "filename": "src/logo/Logo.ts",
8615
+ "line": 8
8616
+ },
8617
+ "name": "LogoConfig",
8618
+ "namespace": "logo",
8619
+ "properties": [
8620
+ {
8621
+ "abstract": true,
8622
+ "docs": {
8623
+ "stability": "stable",
8624
+ "summary": "The height of the logo in px."
8625
+ },
8626
+ "immutable": true,
8627
+ "locationInModule": {
8628
+ "filename": "src/logo/Logo.ts",
8629
+ "line": 16
8630
+ },
8631
+ "name": "height",
8632
+ "type": {
8633
+ "primitive": "number"
8634
+ }
8635
+ },
8636
+ {
8637
+ "abstract": true,
8638
+ "docs": {
8639
+ "stability": "stable",
8640
+ "summary": "The width of the logo in px."
8641
+ },
8642
+ "immutable": true,
8643
+ "locationInModule": {
8644
+ "filename": "src/logo/Logo.ts",
8645
+ "line": 12
8646
+ },
8647
+ "name": "width",
8648
+ "type": {
8649
+ "primitive": "number"
8650
+ }
8651
+ },
8652
+ {
8653
+ "abstract": true,
8654
+ "docs": {
8655
+ "default": "1",
8656
+ "stability": "stable",
8657
+ "summary": "Scale the logo by a factor."
8658
+ },
8659
+ "immutable": true,
8660
+ "locationInModule": {
8661
+ "filename": "src/logo/Logo.ts",
8662
+ "line": 21
8663
+ },
8664
+ "name": "scale",
8665
+ "optional": true,
8666
+ "type": {
8667
+ "primitive": "number"
8668
+ }
8669
+ }
8670
+ ],
8671
+ "symbolId": "src/logo/Logo:LogoConfig"
8672
+ },
8673
+ "mrpj.logo.LogoForProjenOptions": {
8674
+ "assembly": "mrpj",
8675
+ "datatype": true,
8676
+ "docs": {
8677
+ "stability": "stable",
8678
+ "summary": "Options to create a logo from an SVG string."
8679
+ },
8680
+ "fqn": "mrpj.logo.LogoForProjenOptions",
8681
+ "kind": "interface",
8682
+ "locationInModule": {
8683
+ "filename": "src/logo/Logo.ts",
8684
+ "line": 47
8685
+ },
8686
+ "name": "LogoForProjenOptions",
8687
+ "namespace": "logo",
8688
+ "properties": [
8689
+ {
8690
+ "abstract": true,
8691
+ "docs": {
8692
+ "default": "\"#fa983c\"",
8693
+ "stability": "stable",
8694
+ "summary": "The hex code for the color of the front of the box."
8695
+ },
8696
+ "immutable": true,
8697
+ "locationInModule": {
8698
+ "filename": "src/logo/Logo.ts",
8699
+ "line": 66
8700
+ },
8701
+ "name": "frontColor",
8702
+ "optional": true,
8703
+ "type": {
8704
+ "primitive": "string"
8705
+ }
8706
+ },
8707
+ {
8708
+ "abstract": true,
8709
+ "docs": {
8710
+ "default": "- no icon",
8711
+ "stability": "stable",
8712
+ "summary": "The icon in front of the parcel box."
8713
+ },
8714
+ "immutable": true,
8715
+ "locationInModule": {
8716
+ "filename": "src/logo/Logo.ts",
8717
+ "line": 76
8718
+ },
8719
+ "name": "icon",
8720
+ "optional": true,
8721
+ "type": {
8722
+ "primitive": "string"
8723
+ }
8724
+ },
8725
+ {
8726
+ "abstract": true,
8727
+ "docs": {
8728
+ "remarks": "Likely needed to position the icon correctly.",
8729
+ "stability": "stable",
8730
+ "summary": "SVG transform for the icon."
8731
+ },
8732
+ "immutable": true,
8733
+ "locationInModule": {
8734
+ "filename": "src/logo/Logo.ts",
8735
+ "line": 81
8736
+ },
8737
+ "name": "iconTransform",
8738
+ "optional": true,
8739
+ "type": {
8740
+ "primitive": "string"
8741
+ }
8742
+ },
8743
+ {
8744
+ "abstract": true,
8745
+ "docs": {
8746
+ "stability": "stable",
8747
+ "summary": "The path where the logo file will be created."
8748
+ },
8749
+ "immutable": true,
8750
+ "locationInModule": {
8751
+ "filename": "src/logo/Logo.ts",
8752
+ "line": 51
8753
+ },
8754
+ "name": "outFile",
8755
+ "optional": true,
8756
+ "type": {
8757
+ "primitive": "string"
8758
+ }
8759
+ },
8760
+ {
8761
+ "abstract": true,
8762
+ "docs": {
8763
+ "default": "\"#66200b\"",
8764
+ "stability": "stable",
8765
+ "summary": "The hex code for the color of the parcel outline."
8766
+ },
8767
+ "immutable": true,
8768
+ "locationInModule": {
8769
+ "filename": "src/logo/Logo.ts",
8770
+ "line": 56
8771
+ },
8772
+ "name": "outlineColor",
8773
+ "optional": true,
8774
+ "type": {
8775
+ "primitive": "string"
8776
+ }
8777
+ },
8778
+ {
8779
+ "abstract": true,
8780
+ "docs": {
8781
+ "default": "\"#cbdada\"",
8782
+ "stability": "stable",
8783
+ "summary": "The hex code for the color of the packaging tape."
8784
+ },
8785
+ "immutable": true,
8786
+ "locationInModule": {
8787
+ "filename": "src/logo/Logo.ts",
8788
+ "line": 61
8789
+ },
8790
+ "name": "tapeColor",
8791
+ "optional": true,
8792
+ "type": {
8793
+ "primitive": "string"
8794
+ }
8795
+ },
8796
+ {
8797
+ "abstract": true,
8798
+ "docs": {
8799
+ "default": "\"#fcc161\"",
8800
+ "stability": "stable",
8801
+ "summary": "The hex code for the color of the top of the box."
8802
+ },
8803
+ "immutable": true,
8804
+ "locationInModule": {
8805
+ "filename": "src/logo/Logo.ts",
8806
+ "line": 71
8807
+ },
8808
+ "name": "topColor",
8809
+ "optional": true,
8810
+ "type": {
8811
+ "primitive": "string"
8812
+ }
8813
+ }
8814
+ ],
8815
+ "symbolId": "src/logo/Logo:LogoForProjenOptions"
8816
+ },
8817
+ "mrpj.logo.LogoFromContentOptions": {
8818
+ "assembly": "mrpj",
8819
+ "datatype": true,
8820
+ "docs": {
8821
+ "stability": "stable",
8822
+ "summary": "Options to create a logo from an SVG string."
8823
+ },
8824
+ "fqn": "mrpj.logo.LogoFromContentOptions",
8825
+ "interfaces": [
8826
+ "mrpj.logo.LogoConfig"
8827
+ ],
8828
+ "kind": "interface",
8829
+ "locationInModule": {
8830
+ "filename": "src/logo/Logo.ts",
8831
+ "line": 37
8832
+ },
8833
+ "name": "LogoFromContentOptions",
8834
+ "namespace": "logo",
8835
+ "properties": [
8836
+ {
8837
+ "abstract": true,
8838
+ "docs": {
8839
+ "stability": "stable",
8840
+ "summary": "The path where the logo file will be created."
8841
+ },
8842
+ "immutable": true,
8843
+ "locationInModule": {
8844
+ "filename": "src/logo/Logo.ts",
8845
+ "line": 41
8846
+ },
8847
+ "name": "outFile",
8848
+ "optional": true,
8849
+ "type": {
8850
+ "primitive": "string"
8851
+ }
8852
+ }
8853
+ ],
8854
+ "symbolId": "src/logo/Logo:LogoFromContentOptions"
8855
+ },
8856
+ "mrpj.logo.LogoInfo": {
8857
+ "assembly": "mrpj",
8858
+ "datatype": true,
8859
+ "docs": {
8860
+ "stability": "stable",
8861
+ "summary": "All required information to represent a logo."
8862
+ },
8863
+ "fqn": "mrpj.logo.LogoInfo",
8864
+ "interfaces": [
8865
+ "mrpj.logo.LogoConfig"
8866
+ ],
8867
+ "kind": "interface",
8868
+ "locationInModule": {
8869
+ "filename": "src/logo/Logo.ts",
8870
+ "line": 27
8871
+ },
8872
+ "name": "LogoInfo",
8873
+ "namespace": "logo",
8874
+ "properties": [
8875
+ {
8876
+ "abstract": true,
8877
+ "docs": {
8878
+ "stability": "stable",
8879
+ "summary": "The SVG content of the logo as a string."
8880
+ },
8881
+ "immutable": true,
8882
+ "locationInModule": {
8883
+ "filename": "src/logo/Logo.ts",
8884
+ "line": 31
8885
+ },
8886
+ "name": "content",
8887
+ "type": {
8888
+ "primitive": "string"
8889
+ }
8890
+ }
8891
+ ],
8892
+ "symbolId": "src/logo/Logo:LogoInfo"
8893
+ },
8894
+ "mrpj.logo.SizeOptions": {
8895
+ "assembly": "mrpj",
8896
+ "datatype": true,
8897
+ "docs": {
8898
+ "stability": "stable"
8899
+ },
8900
+ "fqn": "mrpj.logo.SizeOptions",
8901
+ "kind": "interface",
8902
+ "locationInModule": {
8903
+ "filename": "src/logo/Wordmark.ts",
8904
+ "line": 34
8905
+ },
8906
+ "name": "SizeOptions",
8907
+ "namespace": "logo",
8908
+ "properties": [
8909
+ {
8910
+ "abstract": true,
8911
+ "docs": {
8912
+ "stability": "stable"
8913
+ },
8914
+ "immutable": true,
8915
+ "locationInModule": {
8916
+ "filename": "src/logo/Wordmark.ts",
8917
+ "line": 36
8918
+ },
8919
+ "name": "height",
8920
+ "optional": true,
8921
+ "type": {
8922
+ "primitive": "number"
8923
+ }
8924
+ },
8925
+ {
8926
+ "abstract": true,
8927
+ "docs": {
8928
+ "stability": "stable"
8929
+ },
8930
+ "immutable": true,
8931
+ "locationInModule": {
8932
+ "filename": "src/logo/Wordmark.ts",
8933
+ "line": 37
8934
+ },
8935
+ "name": "scale",
8936
+ "optional": true,
8937
+ "type": {
8938
+ "primitive": "number"
8939
+ }
8940
+ },
8941
+ {
8942
+ "abstract": true,
8943
+ "docs": {
8944
+ "stability": "stable"
8945
+ },
8946
+ "immutable": true,
8947
+ "locationInModule": {
8948
+ "filename": "src/logo/Wordmark.ts",
8949
+ "line": 35
8950
+ },
8951
+ "name": "width",
8952
+ "optional": true,
8953
+ "type": {
8954
+ "primitive": "number"
8955
+ }
8956
+ }
8957
+ ],
8958
+ "symbolId": "src/logo/Wordmark:SizeOptions"
8959
+ },
8960
+ "mrpj.logo.SvgFile": {
8961
+ "assembly": "mrpj",
8962
+ "base": "projen.SourceCode",
8963
+ "docs": {
8964
+ "stability": "stable",
8965
+ "summary": "A SVG file."
8966
+ },
8967
+ "fqn": "mrpj.logo.SvgFile",
8968
+ "initializer": {
8969
+ "docs": {
8970
+ "stability": "stable"
8971
+ },
8972
+ "locationInModule": {
8973
+ "filename": "src/logo/SvgFile.ts",
8974
+ "line": 18
8975
+ },
8976
+ "parameters": [
8977
+ {
8978
+ "name": "project",
8979
+ "type": {
8980
+ "fqn": "projen.Project"
8981
+ }
8982
+ },
8983
+ {
8984
+ "name": "filePath",
8985
+ "type": {
8986
+ "primitive": "string"
8987
+ }
8988
+ },
8989
+ {
8990
+ "name": "options",
8991
+ "type": {
8992
+ "fqn": "mrpj.logo.SvgFileOptions"
8993
+ }
8994
+ }
8995
+ ]
8996
+ },
8997
+ "kind": "class",
8998
+ "locationInModule": {
8999
+ "filename": "src/logo/SvgFile.ts",
9000
+ "line": 17
9001
+ },
9002
+ "name": "SvgFile",
9003
+ "namespace": "logo",
8520
9004
  "symbolId": "src/logo/SvgFile:SvgFile"
8521
9005
  },
8522
9006
  "mrpj.logo.SvgFileOptions": {
@@ -8629,7 +9113,7 @@
8629
9113
  "kind": "interface",
8630
9114
  "locationInModule": {
8631
9115
  "filename": "src/logo/Wordmark.ts",
8632
- "line": 37
9116
+ "line": 40
8633
9117
  },
8634
9118
  "name": "TranslateOptions",
8635
9119
  "namespace": "logo",
@@ -8642,7 +9126,7 @@
8642
9126
  "immutable": true,
8643
9127
  "locationInModule": {
8644
9128
  "filename": "src/logo/Wordmark.ts",
8645
- "line": 38
9129
+ "line": 41
8646
9130
  },
8647
9131
  "name": "dx",
8648
9132
  "optional": true,
@@ -8658,7 +9142,7 @@
8658
9142
  "immutable": true,
8659
9143
  "locationInModule": {
8660
9144
  "filename": "src/logo/Wordmark.ts",
8661
- "line": 39
9145
+ "line": 42
8662
9146
  },
8663
9147
  "name": "dy",
8664
9148
  "optional": true,
@@ -8682,7 +9166,7 @@
8682
9166
  },
8683
9167
  "locationInModule": {
8684
9168
  "filename": "src/logo/Wordmark.ts",
8685
- "line": 59
9169
+ "line": 57
8686
9170
  },
8687
9171
  "parameters": [
8688
9172
  {
@@ -8703,93 +9187,25 @@
8703
9187
  "kind": "class",
8704
9188
  "locationInModule": {
8705
9189
  "filename": "src/logo/Wordmark.ts",
8706
- "line": 57
9190
+ "line": 54
8707
9191
  },
8708
- "methods": [
8709
- {
8710
- "docs": {
8711
- "stability": "stable"
8712
- },
8713
- "locationInModule": {
8714
- "filename": "src/logo/Wordmark.ts",
8715
- "line": 101
8716
- },
8717
- "name": "dynamic",
8718
- "parameters": [
8719
- {
8720
- "name": "dark",
8721
- "type": {
8722
- "fqn": "mrpj.logo.WordmarkOptions"
8723
- }
8724
- },
8725
- {
8726
- "name": "light",
8727
- "type": {
8728
- "fqn": "mrpj.logo.WordmarkOptions"
8729
- }
8730
- }
8731
- ],
8732
- "returns": {
8733
- "type": {
8734
- "collection": {
8735
- "elementtype": {
8736
- "fqn": "mrpj.logo.Wordmark"
8737
- },
8738
- "kind": "array"
8739
- }
8740
- }
8741
- }
8742
- },
8743
- {
8744
- "docs": {
8745
- "stability": "stable"
8746
- },
8747
- "locationInModule": {
8748
- "filename": "src/logo/Wordmark.ts",
8749
- "line": 93
8750
- },
8751
- "name": "variant",
8752
- "parameters": [
8753
- {
8754
- "name": "name",
8755
- "type": {
8756
- "primitive": "string"
8757
- }
8758
- },
8759
- {
8760
- "name": "options",
8761
- "type": {
8762
- "fqn": "mrpj.logo.WordmarkOptions"
8763
- }
8764
- }
8765
- ],
8766
- "returns": {
8767
- "type": {
8768
- "fqn": "mrpj.logo.Wordmark"
8769
- }
8770
- }
8771
- }
8772
- ],
8773
9192
  "name": "Wordmark",
8774
9193
  "namespace": "logo",
8775
9194
  "symbolId": "src/logo/Wordmark:Wordmark"
8776
9195
  },
8777
- "mrpj.logo.WordmarkLogoOptions": {
9196
+ "mrpj.logo.WordmarkOptions": {
8778
9197
  "assembly": "mrpj",
8779
9198
  "datatype": true,
8780
9199
  "docs": {
8781
9200
  "stability": "stable"
8782
9201
  },
8783
- "fqn": "mrpj.logo.WordmarkLogoOptions",
8784
- "interfaces": [
8785
- "mrpj.logo.SizeOptions"
8786
- ],
9202
+ "fqn": "mrpj.logo.WordmarkOptions",
8787
9203
  "kind": "interface",
8788
9204
  "locationInModule": {
8789
9205
  "filename": "src/logo/Wordmark.ts",
8790
- "line": 42
9206
+ "line": 8
8791
9207
  },
8792
- "name": "WordmarkLogoOptions",
9208
+ "name": "WordmarkOptions",
8793
9209
  "namespace": "logo",
8794
9210
  "properties": [
8795
9211
  {
@@ -8800,12 +9216,12 @@
8800
9216
  "immutable": true,
8801
9217
  "locationInModule": {
8802
9218
  "filename": "src/logo/Wordmark.ts",
8803
- "line": 43
9219
+ "line": 15
8804
9220
  },
8805
- "name": "content",
9221
+ "name": "colorScheme",
8806
9222
  "optional": true,
8807
9223
  "type": {
8808
- "primitive": "string"
9224
+ "fqn": "mrpj.logo.ColorScheme"
8809
9225
  }
8810
9226
  },
8811
9227
  {
@@ -8816,32 +9232,14 @@
8816
9232
  "immutable": true,
8817
9233
  "locationInModule": {
8818
9234
  "filename": "src/logo/Wordmark.ts",
8819
- "line": 44
9235
+ "line": 10
8820
9236
  },
8821
- "name": "translate",
9237
+ "name": "dirName",
8822
9238
  "optional": true,
8823
9239
  "type": {
8824
- "fqn": "mrpj.logo.TranslateOptions"
9240
+ "primitive": "string"
8825
9241
  }
8826
- }
8827
- ],
8828
- "symbolId": "src/logo/Wordmark:WordmarkLogoOptions"
8829
- },
8830
- "mrpj.logo.WordmarkOptions": {
8831
- "assembly": "mrpj",
8832
- "datatype": true,
8833
- "docs": {
8834
- "stability": "stable"
8835
- },
8836
- "fqn": "mrpj.logo.WordmarkOptions",
8837
- "kind": "interface",
8838
- "locationInModule": {
8839
- "filename": "src/logo/Wordmark.ts",
8840
- "line": 7
8841
- },
8842
- "name": "WordmarkOptions",
8843
- "namespace": "logo",
8844
- "properties": [
9242
+ },
8845
9243
  {
8846
9244
  "abstract": true,
8847
9245
  "docs": {
@@ -8850,12 +9248,12 @@
8850
9248
  "immutable": true,
8851
9249
  "locationInModule": {
8852
9250
  "filename": "src/logo/Wordmark.ts",
8853
- "line": 16
9251
+ "line": 9
8854
9252
  },
8855
- "name": "colorScheme",
9253
+ "name": "fileBaseName",
8856
9254
  "optional": true,
8857
9255
  "type": {
8858
- "fqn": "mrpj.logo.ColorScheme"
9256
+ "primitive": "string"
8859
9257
  }
8860
9258
  },
8861
9259
  {
@@ -8866,12 +9264,12 @@
8866
9264
  "immutable": true,
8867
9265
  "locationInModule": {
8868
9266
  "filename": "src/logo/Wordmark.ts",
8869
- "line": 9
9267
+ "line": 14
8870
9268
  },
8871
- "name": "dirName",
9269
+ "name": "font",
8872
9270
  "optional": true,
8873
9271
  "type": {
8874
- "primitive": "string"
9272
+ "fqn": "mrpj.logo.FontOptions"
8875
9273
  }
8876
9274
  },
8877
9275
  {
@@ -8882,12 +9280,12 @@
8882
9280
  "immutable": true,
8883
9281
  "locationInModule": {
8884
9282
  "filename": "src/logo/Wordmark.ts",
8885
- "line": 8
9283
+ "line": 17
8886
9284
  },
8887
- "name": "fileBaseName",
9285
+ "name": "logo",
8888
9286
  "optional": true,
8889
9287
  "type": {
8890
- "primitive": "string"
9288
+ "fqn": "mrpj.logo.LogoInfo"
8891
9289
  }
8892
9290
  },
8893
9291
  {
@@ -8898,12 +9296,12 @@
8898
9296
  "immutable": true,
8899
9297
  "locationInModule": {
8900
9298
  "filename": "src/logo/Wordmark.ts",
8901
- "line": 15
9299
+ "line": 18
8902
9300
  },
8903
- "name": "font",
9301
+ "name": "logoPosition",
8904
9302
  "optional": true,
8905
9303
  "type": {
8906
- "fqn": "mrpj.logo.FontOptions"
9304
+ "fqn": "mrpj.logo.TranslateOptions"
8907
9305
  }
8908
9306
  },
8909
9307
  {
@@ -8914,12 +9312,12 @@
8914
9312
  "immutable": true,
8915
9313
  "locationInModule": {
8916
9314
  "filename": "src/logo/Wordmark.ts",
8917
- "line": 14
9315
+ "line": 19
8918
9316
  },
8919
- "name": "logo",
9317
+ "name": "logoScale",
8920
9318
  "optional": true,
8921
9319
  "type": {
8922
- "fqn": "mrpj.logo.WordmarkLogoOptions"
9320
+ "primitive": "number"
8923
9321
  }
8924
9322
  },
8925
9323
  {
@@ -8930,7 +9328,7 @@
8930
9328
  "immutable": true,
8931
9329
  "locationInModule": {
8932
9330
  "filename": "src/logo/Wordmark.ts",
8933
- "line": 12
9331
+ "line": 11
8934
9332
  },
8935
9333
  "name": "raw",
8936
9334
  "optional": true,
@@ -8946,7 +9344,7 @@
8946
9344
  "immutable": true,
8947
9345
  "locationInModule": {
8948
9346
  "filename": "src/logo/Wordmark.ts",
8949
- "line": 13
9347
+ "line": 16
8950
9348
  },
8951
9349
  "name": "size",
8952
9350
  "optional": true,
@@ -8962,7 +9360,7 @@
8962
9360
  "immutable": true,
8963
9361
  "locationInModule": {
8964
9362
  "filename": "src/logo/Wordmark.ts",
8965
- "line": 10
9363
+ "line": 12
8966
9364
  },
8967
9365
  "name": "text",
8968
9366
  "optional": true,
@@ -8978,7 +9376,7 @@
8978
9376
  "immutable": true,
8979
9377
  "locationInModule": {
8980
9378
  "filename": "src/logo/Wordmark.ts",
8981
- "line": 11
9379
+ "line": 13
8982
9380
  },
8983
9381
  "name": "textPosition",
8984
9382
  "optional": true,
@@ -8990,6 +9388,6 @@
8990
9388
  "symbolId": "src/logo/Wordmark:WordmarkOptions"
8991
9389
  }
8992
9390
  },
8993
- "version": "0.0.9",
8994
- "fingerprint": "w1pJq6J0XiBifijcHrWWHGlpPBOKUZfGssMkOKpGm5Y="
9391
+ "version": "0.0.10",
9392
+ "fingerprint": "e6bPCaV+AkN4CqRMUa3hq3pYQOhLKOsbSSqsiFwbUX8="
8995
9393
  }