Skip to content

Commit 07c5e79

Browse files
committed
🚀 v5
Signed-off-by: bnomei <[email protected]>
1 parent ec7513d commit 07c5e79

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

classes/Blueprints/Schema/Icon.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ enum Icon: string
1313
case ANGLE_RIGHT = 'angle-right';
1414
case ANGLE_UP = 'angle-up';
1515
case ARCHIVE = 'archive';
16+
case ASTERIX = 'asterix';
1617
case ATTACHMENT = 'attachment';
1718
case AUDIO = 'audio';
1819
case BADGE = 'badge';
@@ -45,6 +46,7 @@ enum Icon: string
4546
case CODE = 'code';
4647
case COG = 'cog';
4748
case COLLAPSE = 'collapse';
49+
case COLLAPSE_HORIZONTAL = 'collapse-horizontal';
4850
case COPY = 'copy';
4951
case CREDIT_CARD = 'credit-card';
5052
case CROP = 'crop';
@@ -61,6 +63,7 @@ enum Icon: string
6163
case EDIT_LINE = 'edit-line';
6264
case EMAIL = 'email';
6365
case EXPAND = 'expand';
66+
case EXPAND_HORIZONTAL = 'expand-horizontal';
6467
case FACEBOOK = 'facebook';
6568
case FILE = 'file';
6669
case FILE_AUDIO = 'file-audio';
@@ -111,6 +114,9 @@ enum Icon: string
111114
case ITALIC = 'italic';
112115
case KEY = 'key';
113116
case LAYERS = 'layers';
117+
case LAYOUT_COLUMNS = 'layout-columns';
118+
case LAYOUT_RIGHT = 'layout-right';
119+
case LAYOUT_LEFT = 'layout-left';
114120
case LINKEDIN = 'linkedin';
115121
case LIST_BULLET = 'list-bullet';
116122
case LIST_NUMBERS = 'list-numbers';
@@ -201,5 +207,6 @@ enum Icon: string
201207
case WAND = 'wand';
202208
case WHATSAPP = 'whatsapp';
203209
case WHEELCHAIR = 'wheelchair';
210+
case WINDOW = 'window';
204211
case YOUTUBE = 'youtube';
205212
}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby-blueprints",
33
"type": "kirby-plugin",
4-
"version": "4.5.0",
4+
"version": "5.0.0",
55
"license": "MIT",
66
"homepage": "https://github.com/bnomei/kirby3-blueprints",
77
"description": "PHP Class-based Blueprints for Kirby CMS for better type safety and code completion",
@@ -44,16 +44,16 @@
4444
}
4545
},
4646
"conflict": {
47-
"getkirby/cms": "<4.0"
47+
"getkirby/cms": "<5.0"
4848
},
4949
"require": {
5050
"php": ">=8.2",
5151
"getkirby/composer-installer": "^1.2"
5252
},
5353
"require-dev": {
5454
"bnomei/autoloader-for-kirby": "^4.2",
55-
"getkirby/cms": "^4.0.0-beta.2",
56-
"larastan/larastan": "^2.9",
55+
"getkirby/cms": "^5.0.0-alpha.3",
56+
"larastan/larastan": "^v3.0.0",
5757
"laravel/pint": "^1.11",
5858
"pestphp/pest": "^2.24",
5959
"pestphp/pest-plugin-drift": "^2.5",

0 commit comments

Comments
 (0)