Skip to content

Commit

Permalink
bump to 11.3.0 and checks in dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlaguardia committed Feb 6, 2020
1 parent ea6d75f commit 8d30dde
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
26 changes: 25 additions & 1 deletion dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.2.0",
"version": "11.3.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -132,6 +132,27 @@ return {
"url": "https://docs.imgix.com/apis/url/blending/blend-alpha",
"short_description": "Changes the alpha of the blend image."
},
"blend-color": {
"display_name": "blend color",
"category": "blending",
"available_in": [
"url"
],
"expects": [
{
"type": "hex_color"
},
{
"type": "color_keyword"
}
],
"aliases": [
"blendcolor",
"blend-clr",
"blendclr"
],
"short_description": "Specifies a color to use when applying the blend."
},
"blend-crop": {
"display_name": "blend crop",
"category": "blending",
Expand Down Expand Up @@ -2811,6 +2832,9 @@ return {
"ba": "blend-align",
"blendalpha": "blend-alpha",
"balph": "blend-alpha",
"blendcolor": "blend-color",
"blend-clr": "blend-color",
"blendclr": "blend-color",
"blendcrop": "blend-crop",
"bc": "blend-crop",
"blendfit": "blend-fit",
Expand Down
26 changes: 25 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.2.0",
"version": "11.3.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -116,6 +116,27 @@
"url": "https://docs.imgix.com/apis/url/blending/blend-alpha",
"short_description": "Changes the alpha of the blend image."
},
"blend-color": {
"display_name": "blend color",
"category": "blending",
"available_in": [
"url"
],
"expects": [
{
"type": "hex_color"
},
{
"type": "color_keyword"
}
],
"aliases": [
"blendcolor",
"blend-clr",
"blendclr"
],
"short_description": "Specifies a color to use when applying the blend."
},
"blend-crop": {
"display_name": "blend crop",
"category": "blending",
Expand Down Expand Up @@ -2795,6 +2816,9 @@
"ba": "blend-align",
"blendalpha": "blend-alpha",
"balph": "blend-alpha",
"blendcolor": "blend-color",
"blend-clr": "blend-color",
"blendclr": "blend-color",
"blendcrop": "blend-crop",
"bc": "blend-crop",
"blendfit": "blend-fit",
Expand Down

0 comments on commit 8d30dde

Please sign in to comment.