adminforth 3.13.7 → 3.13.9

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.
@@ -56,6 +56,7 @@ export default {
56
56
  {
57
57
  name: 'role',
58
58
  type: AdminForthDataTypes.STRING,
59
+ required: true
59
60
  enum: [
60
61
  { value: 'superadmin', label: 'Super Admin' },
61
62
  { value: 'user', label: 'User' },
@@ -26,4 +26,5 @@ export { default as DatePicker } from './DatePicker.vue';
26
26
  export { default as Textarea } from './Textarea.vue';
27
27
  export { default as ButtonGroup } from './ButtonGroup.vue';
28
28
  export { default as Card } from './Card.vue';
29
- export { default as Modal } from './Modal.vue';
29
+ export { default as Modal } from './Modal.vue';
30
+ export { buttonBaseStyles, buttonVariantStyles } from './buttonStyles.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "3.13.7",
3
+ "version": "3.13.9",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",