@empathyco/x-components 3.0.0-alpha.258 → 3.0.0-alpha.259
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/CHANGELOG.md +14 -0
- package/design-system/default-theme.css +9 -9
- package/js/components/modals/base-events-modal-close.vue.js +5 -1
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue.js +5 -1
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/package.json +2 -2
- package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [3.0.0-alpha.259](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.258...@empathyco/x-components@3.0.0-alpha.259) (2022-12-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* modify base-events-modal-close and base-events-modal-open for WCAG compliance (#946) ([1f5abdf](https://github.com/empathyco/x/commit/1f5abdf36c6eec18b73f13a78be4c7616016d6fd)), closes [EX-7669](https://searchbroker.atlassian.net/browse/EX-7669)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
1
15
|
# Change Log
|
|
2
16
|
|
|
3
17
|
All notable changes to this project will be documented in this file. See
|
|
@@ -734,15 +734,6 @@
|
|
|
734
734
|
stroke: none;
|
|
735
735
|
fill: var(--x-color-stroke-icon-default);
|
|
736
736
|
}
|
|
737
|
-
:root {
|
|
738
|
-
--x-color-stroke-icon-default: currentColor;
|
|
739
|
-
--x-color-fill-icon-default: none;
|
|
740
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
741
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
742
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
743
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
744
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
745
|
-
}
|
|
746
737
|
:root {
|
|
747
738
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
748
739
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -2828,4 +2819,13 @@
|
|
|
2828
2819
|
--x-size-line-height-base-s: 16px;
|
|
2829
2820
|
--x-size-line-height-base-m: 24px;
|
|
2830
2821
|
--x-size-line-height-base-l: 32px;
|
|
2822
|
+
}
|
|
2823
|
+
:root {
|
|
2824
|
+
--x-color-stroke-icon-default: currentColor;
|
|
2825
|
+
--x-color-fill-icon-default: none;
|
|
2826
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
2827
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
2828
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
2829
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
2830
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
2831
2831
|
}
|
|
@@ -14,7 +14,11 @@ var __vue_render__ = function () {
|
|
|
14
14
|
_vm._g(
|
|
15
15
|
{
|
|
16
16
|
staticClass: "x-button x-events-modal-close-button",
|
|
17
|
-
attrs: {
|
|
17
|
+
attrs: {
|
|
18
|
+
events: _vm.events,
|
|
19
|
+
"data-test": "close-modal",
|
|
20
|
+
"aria-label": "Close",
|
|
21
|
+
},
|
|
18
22
|
},
|
|
19
23
|
_vm.$listeners
|
|
20
24
|
),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-events-modal-close.vue.js","sources":["../../../../src/components/modals/base-events-modal-close.vue"],"sourcesContent":["<template>\n <BaseEventButton\n v-on=\"$listeners\"\n :events=\"events\"\n class=\"x-button x-events-modal-close-button\"\n data-test=\"close-modal\"\n >\n <!-- @slot (Required) Button content with a text, an icon or both -->\n <slot />\n </BaseEventButton>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n import { PropsWithType } from '../../utils/types';\n import { XEventsTypes } from '../../wiring/events.types';\n import BaseEventButton from '../base-event-button.vue';\n\n /**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedCloseEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n @Component({\n components: { BaseEventButton }\n })\n export default class BaseEventsModalClose extends Vue {\n @Prop({ default: 'UserClickedCloseEventsModal' })\n protected closingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.closingEvent]: undefined };\n }\n }\n</script>\n\n<docs lang=\"mdx\">\n## Examples\n\nThe `BaseEventsModalClose` component can be used to close the `BaseEventsModal` component.\n\n### Basic example\n\nOn clicked, the component closes the `BaseEventsModal`. The only needed thing is the content that\nthe button should render, that can be any thing: a text, an image, an icon, a combination of the two\nof them...\n\n```vue\n<template>\n <BaseEventsCloseButton>\n <img src=\"./close-button-icon.svg\" />\n </BaseEventsCloseButton>\n</template>\n\n<script>\n import { BaseEventsModalClose } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalCloseTest',\n components: {\n BaseEventsModalClose\n }\n };\n</script>\n```\n\n### Defining another event to emit when clicking the button\n\nBy default it uses the same `closingEvent` that the `BaseEventsModal` is listening by default too.\nThis event can be changed using the `closingEvent` prop.\n\n```vue\n<template>\n <BaseEventsModalClose closingEvent=\"UserClosedEmpathize\">×</BaseEventsModalClose>\n</template>\n\n<script>\n import { BaseEventsModalClose } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalCloseTest',\n components: {\n BaseEventsModalClose\n }\n };\n</script>\n```\n\n## Events\n\nA list of events that the component will emit:\n\n- `UserClickedCloseEventsModal`: the event is emitted after the user clicks the button.\n</docs>\n"],"names":[],"mappings":";;;;AAEA,MAAc,cAAA,GAAA,OAAA
|
|
1
|
+
{"version":3,"file":"base-events-modal-close.vue.js","sources":["../../../../src/components/modals/base-events-modal-close.vue"],"sourcesContent":["<template>\n <BaseEventButton\n v-on=\"$listeners\"\n :events=\"events\"\n class=\"x-button x-events-modal-close-button\"\n data-test=\"close-modal\"\n aria-label=\"Close\"\n >\n <!-- @slot (Required) Button content with a text, an icon or both -->\n <slot />\n </BaseEventButton>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n import { PropsWithType } from '../../utils/types';\n import { XEventsTypes } from '../../wiring/events.types';\n import BaseEventButton from '../base-event-button.vue';\n\n /**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedCloseEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n @Component({\n components: { BaseEventButton }\n })\n export default class BaseEventsModalClose extends Vue {\n @Prop({ default: 'UserClickedCloseEventsModal' })\n protected closingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.closingEvent]: undefined };\n }\n }\n</script>\n\n<docs lang=\"mdx\">\n## Examples\n\nThe `BaseEventsModalClose` component can be used to close the `BaseEventsModal` component.\n\n### Basic example\n\nOn clicked, the component closes the `BaseEventsModal`. The only needed thing is the content that\nthe button should render, that can be any thing: a text, an image, an icon, a combination of the two\nof them...\n\n```vue\n<template>\n <BaseEventsCloseButton>\n <img src=\"./close-button-icon.svg\" />\n </BaseEventsCloseButton>\n</template>\n\n<script>\n import { BaseEventsModalClose } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalCloseTest',\n components: {\n BaseEventsModalClose\n }\n };\n</script>\n```\n\n### Defining another event to emit when clicking the button\n\nBy default it uses the same `closingEvent` that the `BaseEventsModal` is listening by default too.\nThis event can be changed using the `closingEvent` prop.\n\n```vue\n<template>\n <BaseEventsModalClose closingEvent=\"UserClosedEmpathize\">×</BaseEventsModalClose>\n</template>\n\n<script>\n import { BaseEventsModalClose } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalCloseTest',\n components: {\n BaseEventsModalClose\n }\n };\n</script>\n```\n\n## Events\n\nA list of events that the component will emit:\n\n- `UserClickedCloseEventsModal`: the event is emitted after the user clicks the button.\n</docs>\n"],"names":[],"mappings":";;;;AAEA,MAAc,cAAA,GAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-events-modal-close.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/modals/base-events-modal-close.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component, Prop } from 'vue-property-decorator';\nimport { PropsWithType } from '../../utils/types';\nimport { XEventsTypes } from '../../wiring/events.types';\nimport BaseEventButton from '../base-event-button.vue';\n\n/**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedCloseEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n@Component({\n components: { BaseEventButton }\n})\nexport default class BaseEventsModalClose extends Vue {\n @Prop({ default: 'UserClickedCloseEventsModal' })\n protected closingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.closingEvent]: undefined };\n }\n}\n"],"names":["BaseEventButton"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"base-events-modal-close.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/modals/base-events-modal-close.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component, Prop } from 'vue-property-decorator';\nimport { PropsWithType } from '../../utils/types';\nimport { XEventsTypes } from '../../wiring/events.types';\nimport BaseEventButton from '../base-event-button.vue';\n\n/**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedCloseEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n@Component({\n components: { BaseEventButton }\n})\nexport default class BaseEventsModalClose extends Vue {\n @Prop({ default: 'UserClickedCloseEventsModal' })\n protected closingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.closingEvent]: undefined };\n }\n}\n"],"names":["BaseEventButton"],"mappings":";;;;;AAoBA;;;;;AAKG;AAIH,IAAqB,oBAAoB,GAAzC,MAAqB,oBAAqB,SAAQ,GAAG,CAAA;AAInD,IAAA,IAAc,MAAM,GAAA;QAClB,OAAO,EAAE,CAAC,IAAI,CAAC,YAAY,GAAG,SAAS,EAAE,CAAC;KAC3C;CACF,CAAA;AALC,UAAA,CAAA;AADC,IAAA,IAAI,CAAC,EAAE,OAAO,EAAE,6BAA6B,EAAE,CAAC;AACU,CAAA,EAAA,oBAAA,CAAA,SAAA,EAAA,cAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAFxC,oBAAoB,GAAA,UAAA,CAAA;AAHxC,IAAA,SAAS,CAAC;QACT,UAAU,EAAE,mBAAEA,iBAAe,EAAE;KAChC,CAAC;AACmB,CAAA,EAAA,oBAAoB,CAOxC,CAAA;aAPoB,oBAAoB;;;;"}
|
|
@@ -14,7 +14,11 @@ var __vue_render__ = function () {
|
|
|
14
14
|
_vm._g(
|
|
15
15
|
{
|
|
16
16
|
staticClass: "x-button x-events-modal-open-button",
|
|
17
|
-
attrs: {
|
|
17
|
+
attrs: {
|
|
18
|
+
events: _vm.events,
|
|
19
|
+
"data-test": "open-modal",
|
|
20
|
+
"aria-label": "Open",
|
|
21
|
+
},
|
|
18
22
|
},
|
|
19
23
|
_vm.$listeners
|
|
20
24
|
),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-events-modal-open.vue.js","sources":["../../../../src/components/modals/base-events-modal-open.vue"],"sourcesContent":["<template>\n <BaseEventButton\n v-on=\"$listeners\"\n :events=\"events\"\n class=\"x-button x-events-modal-open-button\"\n data-test=\"open-modal\"\n >\n <!-- @slot (Required) Button content with a text, an icon or both -->\n <slot />\n </BaseEventButton>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n import { PropsWithType } from '../../utils/types';\n import { XEventsTypes } from '../../wiring/events.types';\n import BaseEventButton from '../base-event-button.vue';\n\n /**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedOpenEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n @Component({\n components: { BaseEventButton }\n })\n export default class BaseEventsModalOpen extends Vue {\n @Prop({ default: 'UserClickedOpenEventsModal' })\n protected openingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.openingEvent]: undefined };\n }\n }\n</script>\n\n<docs lang=\"mdx\">\n## Examples\n\nThis component serves to open the `BaseEventsModal`.\n\n### Basic example\n\nOn clicked, the component closes the `BaseEventsModal`. The only needed thing is the content that\nthe button should render, that can be any thing: a text, an image, an icon, a combination of the two\nof them...\n\n```vue\n<template>\n <BaseEventsModalOpen>\n <img src=\"./open-button-icon.svg\" />\n <span>Open</span>\n </BaseEventsModalOpen>\n</template>\n\n<script>\n import { BaseEventsModalOpen } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalOpenTest',\n components: {\n BaseEventsModalOpen\n }\n };\n</script>\n```\n\n### Defining another event to emit when clicking the button\n\nBy default it uses the same `openingEvent` that the `BaseEventsModal` is listening by default too.\nThis event can be changed using the `openingEvent` prop, but remember to change it in the target\n`BaseEventsModal` too.\n\n```vue\n<template>\n <BaseEventsModalOpen openingEvent=\"UserOpenedEmpathize\">\n <span>Open</span>\n </BaseEventsModalOpen>\n</template>\n\n<script>\n import { BaseEventsModalOpen } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalOpenTest',\n components: {\n BaseEventsModalOpen\n }\n };\n</script>\n```\n\n## Events\n\nA list of events that the component will emit:\n\n- `UserClickedOpenEventsModal`: the event is emitted after the user clicks the button.\n</docs>\n"],"names":[],"mappings":";;;;AAEA,MAAc,cAAA,GAAA,OAAA
|
|
1
|
+
{"version":3,"file":"base-events-modal-open.vue.js","sources":["../../../../src/components/modals/base-events-modal-open.vue"],"sourcesContent":["<template>\n <BaseEventButton\n v-on=\"$listeners\"\n :events=\"events\"\n class=\"x-button x-events-modal-open-button\"\n data-test=\"open-modal\"\n aria-label=\"Open\"\n >\n <!-- @slot (Required) Button content with a text, an icon or both -->\n <slot />\n </BaseEventButton>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n import { PropsWithType } from '../../utils/types';\n import { XEventsTypes } from '../../wiring/events.types';\n import BaseEventButton from '../base-event-button.vue';\n\n /**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedOpenEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n @Component({\n components: { BaseEventButton }\n })\n export default class BaseEventsModalOpen extends Vue {\n @Prop({ default: 'UserClickedOpenEventsModal' })\n protected openingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.openingEvent]: undefined };\n }\n }\n</script>\n\n<docs lang=\"mdx\">\n## Examples\n\nThis component serves to open the `BaseEventsModal`.\n\n### Basic example\n\nOn clicked, the component closes the `BaseEventsModal`. The only needed thing is the content that\nthe button should render, that can be any thing: a text, an image, an icon, a combination of the two\nof them...\n\n```vue\n<template>\n <BaseEventsModalOpen>\n <img src=\"./open-button-icon.svg\" />\n <span>Open</span>\n </BaseEventsModalOpen>\n</template>\n\n<script>\n import { BaseEventsModalOpen } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalOpenTest',\n components: {\n BaseEventsModalOpen\n }\n };\n</script>\n```\n\n### Defining another event to emit when clicking the button\n\nBy default it uses the same `openingEvent` that the `BaseEventsModal` is listening by default too.\nThis event can be changed using the `openingEvent` prop, but remember to change it in the target\n`BaseEventsModal` too.\n\n```vue\n<template>\n <BaseEventsModalOpen openingEvent=\"UserOpenedEmpathize\">\n <span>Open</span>\n </BaseEventsModalOpen>\n</template>\n\n<script>\n import { BaseEventsModalOpen } from '@empathyco/x-components';\n\n export default {\n name: 'BaseEventsModalOpenTest',\n components: {\n BaseEventsModalOpen\n }\n };\n</script>\n```\n\n## Events\n\nA list of events that the component will emit:\n\n- `UserClickedOpenEventsModal`: the event is emitted after the user clicks the button.\n</docs>\n"],"names":[],"mappings":";;;;AAEA,MAAc,cAAA,GAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-events-modal-open.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/modals/base-events-modal-open.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component, Prop } from 'vue-property-decorator';\nimport { PropsWithType } from '../../utils/types';\nimport { XEventsTypes } from '../../wiring/events.types';\nimport BaseEventButton from '../base-event-button.vue';\n\n/**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedOpenEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n@Component({\n components: { BaseEventButton }\n})\nexport default class BaseEventsModalOpen extends Vue {\n @Prop({ default: 'UserClickedOpenEventsModal' })\n protected openingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.openingEvent]: undefined };\n }\n}\n"],"names":["BaseEventButton"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"base-events-modal-open.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/modals/base-events-modal-open.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component, Prop } from 'vue-property-decorator';\nimport { PropsWithType } from '../../utils/types';\nimport { XEventsTypes } from '../../wiring/events.types';\nimport BaseEventButton from '../base-event-button.vue';\n\n/**\n * Component contains an event button that emits {@link XEventsTypes.UserClickedOpenEventsModal}\n * when clicked. It has a default slot to customize its contents.\n *\n * @public\n */\n@Component({\n components: { BaseEventButton }\n})\nexport default class BaseEventsModalOpen extends Vue {\n @Prop({ default: 'UserClickedOpenEventsModal' })\n protected openingEvent!: PropsWithType<XEventsTypes, void>;\n\n protected get events(): Partial<XEventsTypes> {\n return { [this.openingEvent]: undefined };\n }\n}\n"],"names":["BaseEventButton"],"mappings":";;;;;AAoBA;;;;;AAKG;AAIH,IAAqB,mBAAmB,GAAxC,MAAqB,mBAAoB,SAAQ,GAAG,CAAA;AAIlD,IAAA,IAAc,MAAM,GAAA;QAClB,OAAO,EAAE,CAAC,IAAI,CAAC,YAAY,GAAG,SAAS,EAAE,CAAC;KAC3C;CACF,CAAA;AALC,UAAA,CAAA;AADC,IAAA,IAAI,CAAC,EAAE,OAAO,EAAE,4BAA4B,EAAE,CAAC;AACW,CAAA,EAAA,mBAAA,CAAA,SAAA,EAAA,cAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAFxC,mBAAmB,GAAA,UAAA,CAAA;AAHvC,IAAA,SAAS,CAAC;QACT,UAAU,EAAE,mBAAEA,iBAAe,EAAE;KAChC,CAAC;AACmB,CAAA,EAAA,mBAAmB,CAOvC,CAAA;aAPoB,mBAAmB;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.259",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"access": "public",
|
|
136
136
|
"directory": "dist"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "c4dcad5ada08962fa2a800c41d29deb6706b677a"
|
|
139
139
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-events-modal-close.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/modals/base-events-modal-close.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base-events-modal-close.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/modals/base-events-modal-close.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAcA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD;;;;;GAKG;AAIH,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,GAAG;IAEnD,SAAS,CAAC,YAAY,EAAG,aAAa,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;IAE3D,SAAS,KAAK,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAE5C;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-events-modal-open.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/modals/base-events-modal-open.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base-events-modal-open.vue?rollup-plugin-vue=script.d.ts","sourceRoot":"","sources":["../../../../src/components/modals/base-events-modal-open.vue?rollup-plugin-vue=script.ts"],"names":[],"mappings":"AAcA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD;;;;;GAKG;AAIH,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,GAAG;IAElD,SAAS,CAAC,YAAY,EAAG,aAAa,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;IAE3D,SAAS,KAAK,MAAM,IAAI,OAAO,CAAC,YAAY,CAAC,CAE5C;CACF"}
|