mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Import/Export updates
This commit is contained in:
parent
78cb5677cd
commit
8b0d64c85f
4 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
export { default as DHApplicationMixin } from './application-mixin.mjs';
|
export { default as DHApplicationMixin } from './application-mixin.mjs';
|
||||||
export { default as DHBaseItemSheet } from './base-item.mjs';
|
export { default as DHBaseItemSheet } from './base-item.mjs';
|
||||||
export { default as DHHeritageSheet } from './heritage-sheet.mjs';
|
export { default as DHHeritageSheet } from './heritage-sheet.mjs';
|
||||||
|
export { default as DHItemAttachmentSheet } from './item-attachment-sheet.mjs';
|
||||||
export { default as DHBaseActorSheet } from './base-actor.mjs';
|
export { default as DHBaseActorSheet } from './base-actor.mjs';
|
||||||
export { default as DHBaseActorSettings } from './actor-setting.mjs';
|
export { default as DHBaseActorSettings } from './actor-setting.mjs';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
import DHAncestry from './ancestry.mjs';
|
import DHAncestry from './ancestry.mjs';
|
||||||
import DHArmor from './armor.mjs';
|
import DHArmor from './armor.mjs';
|
||||||
|
import DHAttachableItem from './attachableItem.mjs';
|
||||||
import DHClass from './class.mjs';
|
import DHClass from './class.mjs';
|
||||||
import DHCommunity from './community.mjs';
|
import DHCommunity from './community.mjs';
|
||||||
import DHConsumable from './consumable.mjs';
|
import DHConsumable from './consumable.mjs';
|
||||||
|
|
@ -13,6 +14,7 @@ import DHBeastform from './beastform.mjs';
|
||||||
export {
|
export {
|
||||||
DHAncestry,
|
DHAncestry,
|
||||||
DHArmor,
|
DHArmor,
|
||||||
|
DHAttachableItem,
|
||||||
DHClass,
|
DHClass,
|
||||||
DHCommunity,
|
DHCommunity,
|
||||||
DHConsumable,
|
DHConsumable,
|
||||||
|
|
@ -27,6 +29,7 @@ export {
|
||||||
export const config = {
|
export const config = {
|
||||||
ancestry: DHAncestry,
|
ancestry: DHAncestry,
|
||||||
armor: DHArmor,
|
armor: DHArmor,
|
||||||
|
attachableItem: DHAttachableItem,
|
||||||
class: DHClass,
|
class: DHClass,
|
||||||
community: DHCommunity,
|
community: DHCommunity,
|
||||||
consumable: DHConsumable,
|
consumable: DHConsumable,
|
||||||
|
|
|
||||||
|
|
@ -12,3 +12,4 @@
|
||||||
@import './inventory-fieldset-items.less';
|
@import './inventory-fieldset-items.less';
|
||||||
@import './prose-mirror.less';
|
@import './prose-mirror.less';
|
||||||
@import './filter-menu.less';
|
@import './filter-menu.less';
|
||||||
|
@import './tab-attachments.less';
|
||||||
|
|
|
||||||
7
styles/less/global/tab-attachments.less
Normal file
7
styles/less/global/tab-attachments.less
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
.daggerheart.dh-style {
|
||||||
|
.tab.attachments {
|
||||||
|
.attached-items {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue