Skip to content

Commit 40be82c

Browse files
authored
Merge pull request #172 from basiljs/chore/pin-dependencies
chore: pin and update dependencies
2 parents 0a5e027 + c3a10d5 commit 40be82c

File tree

10 files changed

+52315
-35525
lines changed

10 files changed

+52315
-35525
lines changed

_source/_data/categories.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@
26722672
},
26732673
{
26742674
"name": "margins",
2675-
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Adding a 5th value will set the margin of a given page. Calling the function without any values, will return the margins for the current page.",
2675+
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Optionally a page number or name can be given to set the margins of a specific page. Calling the function without any values will return the margins for the current page.",
26762676
"returns": {
26772677
"name": null,
26782678
"description": "Current page margins with the properties: `top`, `right`, `bottom`, `left`.",
@@ -2717,7 +2717,7 @@
27172717
},
27182718
{
27192719
"name": "pageNumber",
2720-
"description": "Sets margins to selected page, currentPage() if left blank.",
2720+
"description": "Page number, page name or page object of the page with margins to set; current page if left blank.",
27212721
"optional": true,
27222722
"type": [
27232723
"Number"
@@ -2732,7 +2732,7 @@
27322732
},
27332733
{
27342734
"title": "description",
2735-
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Adding a 5th value will set the margin of a given page. Calling the function without any values, will return the margins for the current page."
2735+
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Optionally a page number or name can be given to set the margins of a specific page. Calling the function without any values will return the margins for the current page."
27362736
}
27372737
],
27382738
"examples": [],
@@ -3307,7 +3307,7 @@
33073307
},
33083308
{
33093309
"name": "duplicate",
3310-
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. Use `rectMode()` to set center point.",
3310+
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. If a page is duplicated, basil.js automatically jumps to the new page.",
33113311
"returns": {
33123312
"name": null,
33133313
"description": "The new page item or page.",
@@ -3336,7 +3336,7 @@
33363336
},
33373337
{
33383338
"title": "description",
3339-
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. Use `rectMode()` to set center point."
3339+
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. If a page is duplicated, basil.js automatically jumps to the new page."
33403340
}
33413341
],
33423342
"examples": [],

_source/_data/cats-and-subcats.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,7 +2770,7 @@
27702770
},
27712771
{
27722772
"name": "margins",
2773-
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Adding a 5th value will set the margin of a given page. Calling the function without any values, will return the margins for the current page.",
2773+
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Optionally a page number or name can be given to set the margins of a specific page. Calling the function without any values will return the margins for the current page.",
27742774
"returns": {
27752775
"name": null,
27762776
"description": "Current page margins with the properties: `top`, `right`, `bottom`, `left`.",
@@ -2815,7 +2815,7 @@
28152815
},
28162816
{
28172817
"name": "pageNumber",
2818-
"description": "Sets margins to selected page, currentPage() if left blank.",
2818+
"description": "Page number, page name or page object of the page with margins to set; current page if left blank.",
28192819
"optional": true,
28202820
"type": [
28212821
"Number"
@@ -2830,7 +2830,7 @@
28302830
},
28312831
{
28322832
"title": "description",
2833-
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Adding a 5th value will set the margin of a given page. Calling the function without any values, will return the margins for the current page."
2833+
"description": "Sets the margins of a given page. If 1 value is given, all 4 sides are set equally. If 4 values are given, the current page will be adjusted. Optionally a page number or name can be given to set the margins of a specific page. Calling the function without any values will return the margins for the current page."
28342834
}
28352835
],
28362836
"examples": [],
@@ -3417,7 +3417,7 @@
34173417
},
34183418
{
34193419
"name": "duplicate",
3420-
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. Use `rectMode()` to set center point.",
3420+
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. If a page is duplicated, basil.js automatically jumps to the new page.",
34213421
"returns": {
34223422
"name": null,
34233423
"description": "The new page item or page.",
@@ -3446,7 +3446,7 @@
34463446
},
34473447
{
34483448
"title": "description",
3449-
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. Use `rectMode()` to set center point."
3449+
"description": "Duplicates the given page after the current page or the given page item to the current page and layer. If a page is duplicated, basil.js automatically jumps to the new page."
34503450
}
34513451
],
34523452
"examples": [],

0 commit comments

Comments
 (0)