@eturnity/eturnity_reusable_components 1.2.19-EPDM-5295.5 → 1.2.19-EPDM-5295.6

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.2.19-EPDM-5295.5",
3
+ "version": "1.2.19-EPDM-5295.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -88,12 +88,12 @@
88
88
  // />
89
89
 
90
90
  import styled from "vue-styled-components"
91
- import Icon from "@/components/icon"
92
- import Modal from '@/components/modals/modal'
93
- import PageTitle from '@/components/pageTitle'
94
- import DeleteIcon from '@/components/deleteIcon'
95
- import PageSubtitle from '@/components/pageSubtitle'
96
- import MainButton from '@/components/buttons/mainButton'
91
+ import Icon from "../icon"
92
+ import Modal from '../modals/modal'
93
+ import PageTitle from '../pageTitle'
94
+ import DeleteIcon from '../deleteIcon'
95
+ import PageSubtitle from '../pageSubtitle'
96
+ import MainButton from '../buttons/mainButton'
97
97
 
98
98
  const PageContainerAttrs = {
99
99
  withDate: Boolean