Skip to content

Commit 0a8a5d7

Browse files
Merge PR #7 from dev-branch
Add Dropdowns to components.json
2 parents f7e82ef + dcaae7e commit 0a8a5d7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
return [
4-
'APP_VERSION' => '1.5.0',
4+
'APP_VERSION' => '1.5.1',
55
'BRAND_NAME' => 'mtex.dev',
66
];

data/components.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@
4848
"path": "components/dropdowns/glass-user-menu.html",
4949
"is_full": false
5050
},
51+
{
52+
"id": "222f2d75-2919-4577-a5df-7fa82b11b100",
53+
"category": "Dropdowns",
54+
"name": "User Dashboard Dropdown",
55+
"path": "components/dropdowns/rich-user-dashboard-dropdown.html",
56+
"is_full": false
57+
},
58+
{
59+
"id": "4f074b59-f1e1-4061-b645-1bc78976b97c",
60+
"category": "Dropdowns",
61+
"name": "Command Dropdown",
62+
"path": "components/dropdowns/minimalist-command-dropdown.html",
63+
"is_full": false
64+
},
5165

5266
{
5367
"id": "4d7c8e9a-1b2c-4e3d-9f0a-1b2c3d4e5f6g",

0 commit comments

Comments
 (0)