-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script lang="ts"> | ||
import DAlert from '../../../esprit-design/src/components/content/DAlert.vue' | ||
import { DAlert } from '@d0rich/esprit-design' | ||
export default DAlert | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script lang="ts"> | ||
import Chip from '../../../esprit-design/src/components/DChip.vue' | ||
import { DChip } from '@d0rich/esprit-design' | ||
export default Chip | ||
export default DChip | ||
</script> |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/components/content/ProseBlockquote.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script lang="ts"> | ||
import { DQuote } from '../../../esprit-design/src/components' | ||
import { DQuote } from '@d0rich/esprit-design' | ||
export default DQuote | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DBtn from '@d0rich/esprit-design/src/components/buttons/DBtn.vue' | ||
import {DBtn} from '@d0rich/esprit-design' | ||
export default DBtn | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DChip from '@d0rich/esprit-design/src/components/DChip.vue' | ||
import {DChip} from '@d0rich/esprit-design' | ||
export default DChip | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DPagination from '@d0rich/esprit-design/src/components/DPagination.vue' | ||
import {DPagination} from '@d0rich/esprit-design' | ||
export default DPagination | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DStats from '@d0rich/esprit-design/src/components/DStats.vue' | ||
import {DStats} from '@d0rich/esprit-design' | ||
export default DStats | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script lang="ts"> | ||
import DActionsFan from '@d0rich/esprit-design/src/components/lists/DActionsFan.vue' | ||
import {DActionsFan} from '@d0rich/esprit-design' | ||
export default DActionsFan | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script lang="ts"> | ||
import DActionsList from '@d0rich/esprit-design/src/components/lists/DActionsList.vue' | ||
import {DActionsList} from '@d0rich/esprit-design' | ||
export default DActionsList | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export type { | ||
ActionFanItem, | ||
ActionListItem | ||
} from '@d0rich/esprit-design/src/components/lists' | ||
} from '@d0rich/esprit-design' |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/components/d/animation/Accordion.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DAnimationAccordion from '@d0rich/esprit-design/src/components/animations/DAnimationAccordion.vue' | ||
import {DAnimationAccordion} from '@d0rich/esprit-design' | ||
export default DAnimationAccordion | ||
</script> |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/components/d/animation/FloatingLetter.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DAnimationFloatingLetter from '@d0rich/esprit-design/src/components/animations/DAnimationFloatingLetter.vue' | ||
import {DAnimationFloatingLetter} from '@d0rich/esprit-design' | ||
export default DAnimationFloatingLetter | ||
</script> |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/components/d/animation/Hypnosis.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DAnimationHypnosis from '@d0rich/esprit-design/src/components/animations/DAnimationHypnosis.vue' | ||
import {DAnimationHypnosis} from '@d0rich/esprit-design' | ||
export default DAnimationHypnosis | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DAnimationSpinner from '@d0rich/esprit-design/src/components/animations/DAnimationSpinner.vue' | ||
import {DAnimationSpinner} from '@d0rich/esprit-design' | ||
export default DAnimationSpinner | ||
</script> |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/components/d/big-bang-button/Animation.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DBigBangButtonAnimation from '@d0rich/esprit-design/src/components/buttons/DBigBangButtonAnimation.vue' | ||
import {DBigBangButtonAnimation} from '@d0rich/esprit-design' | ||
export default DBigBangButtonAnimation | ||
</script> |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/components/d/big-bang-button/Index.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DBigBangButton from '@d0rich/esprit-design/src/components/buttons/DBigBangButton.vue' | ||
import {DBigBangButton} from '@d0rich/esprit-design' | ||
export default DBigBangButton | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DCard from '@d0rich/esprit-design/src/components/cards/DCard.vue' | ||
import {DCard} from '@d0rich/esprit-design' | ||
export default DCard | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DCardTitle from '@d0rich/esprit-design/src/components/cards/DCardTitle.vue' | ||
import {DCardTitle} from '@d0rich/esprit-design' | ||
export default DCardTitle | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DWrapBackground from '@d0rich/esprit-design/src/components/utils/DWrapBackground.vue' | ||
import {DWrapBackground} from '@d0rich/esprit-design' | ||
export default DWrapBackground | ||
</script> |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/components/d/wrap/FocusHighlight.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DWrapFocusHighlight from '@d0rich/esprit-design/src/components/utils/DWrapFocusHighlight.vue' | ||
import {DWrapFocusHighlight} from '@d0rich/esprit-design' | ||
export default DWrapFocusHighlight | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script lang="ts"> | ||
import DWrapShape from '@d0rich/esprit-design/src/components/utils/DWrapShape.vue' | ||
import {DWrapShape} from '@d0rich/esprit-design' | ||
export default DWrapShape | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { type HighlightVariant } from '@d0rich/esprit-design/src/components/utils' | ||
export { type HighlightVariant } from '@d0rich/esprit-design' |
2 changes: 1 addition & 1 deletion
2
packages/nuxt-design-system/composables/esprit-design-composables.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { | ||
useDBigBangButtonUtils, | ||
useDPaginationUtils | ||
} from '@d0rich/esprit-design/src/composables' | ||
} from '@d0rich/esprit-design' | ||
|
||
export { useDBigBangButtonUtils, useDPaginationUtils } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters