@devix-tecnologia/timeline-vue 1.3.0 → 1.3.1
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/dist/style.css +1 -1
- package/dist/types/components/timeline/Templates/AdiantarHorario.vue.d.ts +1 -1
- package/dist/types/components/timeline/Templates/AdicionarObservacao.vue.d.ts +1 -1
- package/dist/types/components/timeline/Templates/EditarStatus.vue.d.ts +1 -1
- package/dist/types/components/timeline/Templates/TemplateEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/AvatarTimeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/BoxData.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/Destaque.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/Hora.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/IconeCategoria.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/IconeStatus.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/SubtituloEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/atomos/TituloEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/AreaSalvamento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/Botao.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/BotaoStatus.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/CabecalhoEventoDetalhado.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/DescricaoEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/EventoTimeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/HoraEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/Observacoes.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/PerfilTimeline.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/SeparadorPeriodo.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/StatusEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/moleculas/Topo.vue.d.ts +1 -1
- package/dist/types/components/timeline/organismos/EditarEvento.vue.d.ts +1 -1
- package/dist/types/components/timeline/organismos/EventoDetalhado.vue.d.ts +1 -1
- package/dist/types/components/timeline/organismos/Timeline.vue.d.ts +1 -1
- package/package.json +6 -2
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devix-tecnologia/timeline-vue",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
|
+
"license": "MIT",
|
|
5
6
|
"scripts": {
|
|
6
7
|
"dev": "vite",
|
|
7
8
|
"build": "vue-tsc && vite build",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"@storybook/addon-styling": "^1.0.1",
|
|
27
28
|
"@storybook/blocks": "^7.0.7",
|
|
28
29
|
"@storybook/testing-library": "^0.0.14-next.2",
|
|
29
|
-
"@storybook/vue3": "
|
|
30
|
+
"@storybook/vue3": "^7.5.1",
|
|
30
31
|
"@storybook/vue3-vite": "^7.0.7",
|
|
31
32
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
32
33
|
"react": "^18.2.0",
|
|
@@ -37,6 +38,9 @@
|
|
|
37
38
|
"vite": "^4.3.0",
|
|
38
39
|
"vue-tsc": "^1.2.0"
|
|
39
40
|
},
|
|
41
|
+
"resolutions": {
|
|
42
|
+
"wrap-ansi": "npm:wrap-ansi@^7.0.0"
|
|
43
|
+
},
|
|
40
44
|
"files": [
|
|
41
45
|
"dist"
|
|
42
46
|
],
|