@api-client/ui 0.6.7 → 0.6.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api-client/ui",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Internal UI component library for the API Client ecosystem.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "build/src/index.js",
@@ -34,10 +34,15 @@ export default class DomainAutoFieldsDialog extends LitElement {
34
34
  name: 'Name',
35
35
  description: 'A human-readable name for the record.',
36
36
  },
37
+ {
38
+ id: 'display-name',
39
+ name: 'Display Name',
40
+ description: 'A user-friendly label for UI presentation.',
41
+ },
37
42
  {
38
43
  id: 'description',
39
44
  name: 'Description',
40
- description: 'A detailed description of the record.',
45
+ description: 'A detailed description of the record with support for markdown.',
41
46
  },
42
47
  {
43
48
  id: 'public-unique-name',
@@ -54,6 +59,11 @@ export default class DomainAutoFieldsDialog extends LitElement {
54
59
  name: 'Email Address',
55
60
  description: 'Email address with verification support.',
56
61
  },
62
+ {
63
+ id: 'role',
64
+ name: 'User Role',
65
+ description: 'Defines the access level or permissions for a user.',
66
+ },
57
67
  {
58
68
  id: 'first-name',
59
69
  name: 'First Name',
@@ -131,21 +141,6 @@ export default class DomainAutoFieldsDialog extends LitElement {
131
141
  },
132
142
  ],
133
143
  },
134
- {
135
- name: 'Session & Security',
136
- fields: [
137
- {
138
- id: 'session-id',
139
- name: 'Session ID',
140
- description: 'Unique identifier for user sessions.',
141
- },
142
- {
143
- id: 'expires-at',
144
- name: 'Expires At',
145
- description: 'When a session or token expires.',
146
- },
147
- ],
148
- },
149
144
  {
150
145
  name: 'Audit Trail',
151
146
  fields: [