ep-lib-ts 0.1.4 → 0.1.5

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/index.d.ts CHANGED
@@ -10,7 +10,6 @@ import EpSpinner from './components/basics/EpSpinner.vue';
10
10
  import EpFlex from './components/basics/EpFlex.vue';
11
11
  import EpIcon from './components/basics/EpIcon.vue';
12
12
  import EpTable from './components/basics/EpTable.vue';
13
- import EpBarChart from './components/charts/EpBarChart.vue';
14
13
  import EpEdu from './components/educationals/EpEdu.vue';
15
14
  import EpReading from './components/educationals/EpReading.vue';
16
15
  import EpScope from './components/educationals/EpScope.vue';
@@ -22,6 +21,7 @@ import EpTabs from './components/interactions/EpTabs.vue';
22
21
  import EpAudio from './components/medias/EpAudio.vue';
23
22
  import EpCarousel from './components/medias/EpCarousel.vue';
24
23
  import EpIframe from './components/medias/EpIframe.vue';
24
+ import EpKatex from './components/medias/EpKatex.vue';
25
25
  import EpLink from './components/medias/EpLink.vue';
26
26
  import EpSoftware from './components/medias/EpSoftware.vue';
27
27
  import EpSvg from './components/medias/EpSvg.vue';
@@ -32,4 +32,4 @@ import EpVideoPanopto from './components/medias/EpVideoPanopto.vue';
32
32
  import EpAlert from './components/signages/EpAlert.vue';
33
33
  import EpHeader from './components/signages/EpHeader.vue';
34
34
  import EpQuote from './components/signages/EpQuote.vue';
35
- export { EpBadge, EpBtn, EpCard, EpChip, EpDivider, EpFlex, EpIcon, EpImg, EpSection, EpSpinner, EpTable, EpBarChart, EpText, EpEdu, EpReading, EpScope, EpAccordeon, EpContentSlider, EpModal, EpQuestion, EpTabs, EpAudio, EpCarousel, EpIframe, EpLink, EpSoftware, EpSvg, EpTerm, EpTimeLine, EpVideo, EpVideoPanopto, EpAlert, EpHeader, EpQuote, };
35
+ export { EpBadge, EpBtn, EpCard, EpChip, EpDivider, EpFlex, EpIcon, EpImg, EpSection, EpSpinner, EpTable, EpText, EpEdu, EpReading, EpScope, EpAccordeon, EpContentSlider, EpModal, EpQuestion, EpTabs, EpAudio, EpCarousel, EpIframe, EpKatex, EpLink, EpSoftware, EpSvg, EpTerm, EpTimeLine, EpVideo, EpVideoPanopto, EpAlert, EpHeader, EpQuote, };
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;transition:opacity .3s ease}.modal-container{margin:auto;transition:all .3s ease;z-index:9999}.modal-header h3{margin-top:0;color:#42b983}.modal-body{margin:20px 0}.modal-default-button{float:right}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}.content[data-v-69793e45]{max-height:0;overflow:hidden}.v-enter-active[data-v-ecd9b088],.v-leave-active[data-v-ecd9b088]{transition:opacity .5s ease}.v-enter-from[data-v-ecd9b088],.v-leave-to[data-v-ecd9b088]{opacity:0}
1
+ .modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;transition:opacity .3s ease}.modal-container{margin:auto;transition:all .3s ease;z-index:9999}.modal-header h3{margin-top:0;color:#42b983}.modal-body{margin:20px 0}.modal-default-button{float:right}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}.content[data-v-69793e45]{max-height:0;overflow:hidden}.v-enter-active[data-v-ecd9b088],.v-leave-active[data-v-ecd9b088]{transition:opacity .5s ease}.v-enter-from[data-v-ecd9b088],.v-leave-to[data-v-ecd9b088]{opacity:0}.katex[data-v-24ff8b28]{font-size:1.3em}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep-lib-ts",
3
3
  "private": false,
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "files": [
6
6
  "dist",
7
7
  "src/components/"