@onereach/ui-components 6.4.5 → 6.4.6-beta.3434.0
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/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +1 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +5 -3
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -0
- package/dist/esm/v2/{OrCardCollection-7ef48be2.js → OrCardCollection-45c66d62.js} +1 -1
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +1 -1
- package/dist/esm/v2/components/or-toast-v3/index.js +1 -1
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +1 -1
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v2/{types-b49c7e18.js → types-cb2b2335.js} +5 -3
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-toast-v3/index.js +1 -1
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/dist/esm/v3/{types-1a079b57.js → types-7a770dfb.js} +2 -0
- package/package.json +2 -3
- package/src/components/or-card-collection-v3/OrCardCollection.vue +1 -1
- package/src/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue +2 -0
|
@@ -153,7 +153,7 @@ var script = defineComponent({
|
|
|
153
153
|
}
|
|
154
154
|
});
|
|
155
155
|
|
|
156
|
-
var css_248z = ".or-toast--transition-slide-enter-active[data-v-
|
|
156
|
+
var css_248z = ".or-toast--transition-slide-enter-active[data-v-286c3782],.or-toast--transition-slide-leave-active[data-v-286c3782]{transition:transform .4s ease}.or-toast--transition-slide-enter-from.or-toast--position-right[data-v-286c3782],.or-toast--transition-slide-leave-to.or-toast--position-right[data-v-286c3782]{transform:translateX(999px)}.or-toast--transition-slide-enter-from.or-toast--position-left[data-v-286c3782],.or-toast--transition-slide-leave-to.or-toast--position-left[data-v-286c3782]{transform:translateX(-999px)}.or-toast--transition-fade-enter-active[data-v-286c3782],.or-toast--transition-fade-leave-active[data-v-286c3782]{transition:opacity .4s ease}.or-toast--transition-fade-enter-from[data-v-286c3782],.or-toast--transition-fade-leave-to[data-v-286c3782]{opacity:0}";
|
|
157
157
|
styleInject(css_248z);
|
|
158
158
|
|
|
159
159
|
/* script */
|
|
@@ -171,8 +171,10 @@ var __vue_render__ = function () {
|
|
|
171
171
|
ref: "root",
|
|
172
172
|
class: _vm.classes
|
|
173
173
|
}, [_c('TransitionGroup', {
|
|
174
|
+
staticClass: "contents",
|
|
174
175
|
attrs: {
|
|
175
|
-
"name": _vm.transitionName
|
|
176
|
+
"name": _vm.transitionName,
|
|
177
|
+
"tag": "div"
|
|
176
178
|
},
|
|
177
179
|
on: {
|
|
178
180
|
"after-leave": _vm.onToastHidden
|
|
@@ -202,7 +204,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
202
204
|
/* style */
|
|
203
205
|
const __vue_inject_styles__ = undefined;
|
|
204
206
|
/* scoped */
|
|
205
|
-
const __vue_scope_id__ = "data-v-
|
|
207
|
+
const __vue_scope_id__ = "data-v-286c3782";
|
|
206
208
|
/* module identifier */
|
|
207
209
|
const __vue_module_identifier__ = undefined;
|
|
208
210
|
/* functional template */
|
|
@@ -14,6 +14,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14
14
|
class: normalizeClass(_ctx.classes)
|
|
15
15
|
}, [createVNode(TransitionGroup, {
|
|
16
16
|
name: _ctx.transitionName,
|
|
17
|
+
tag: "div",
|
|
18
|
+
class: "contents",
|
|
17
19
|
onAfterLeave: _ctx.onToastHidden
|
|
18
20
|
}, {
|
|
19
21
|
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.queue, toastConfiguration => {
|
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-a23ee9f0.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-bea023f8.js';
|
|
11
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-45c66d62.js';
|
|
12
12
|
export { C as CardPadding, _ as OrCardV3 } from '../OrCard-c5c725ed.js';
|
|
13
13
|
export { _ as OrCheckbox } from '../OrCheckbox-fcd6b64c.js';
|
|
14
14
|
export { _ as OrCheckboxGroupV3 } from '../OrCheckboxGroup-2df9d20b.js';
|
|
@@ -124,7 +124,7 @@ export { _ as OrTimeFormatV3 } from '../OrTimeFormat-c369099a.js';
|
|
|
124
124
|
export { _ as OrTimePickerV3 } from '../OrTimePicker-444a7d26.js';
|
|
125
125
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-ecffc69f.js';
|
|
126
126
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-05a9c81b.js';
|
|
127
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-
|
|
127
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-cb2b2335.js';
|
|
128
128
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-5aa9dc05.js';
|
|
129
129
|
export { _ as OrTooltip } from '../OrTooltip-2f267924.js';
|
|
130
130
|
export { _ as OrTooltipContent } from '../OrTooltipContent-57a25502.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-45c66d62.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIconButton-08d2913d.js';
|
|
4
4
|
import '../../OrIcon-a36250bf.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-cb2b2335.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-cb2b2335.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-a23ee9f0.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-bea023f8.js';
|
|
11
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-45c66d62.js';
|
|
12
12
|
export { C as CardPadding, _ as OrCardV3 } from './OrCard-c5c725ed.js';
|
|
13
13
|
export { _ as OrCheckbox } from './OrCheckbox-fcd6b64c.js';
|
|
14
14
|
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-2df9d20b.js';
|
|
@@ -124,7 +124,7 @@ export { _ as OrTimeFormatV3 } from './OrTimeFormat-c369099a.js';
|
|
|
124
124
|
export { _ as OrTimePickerV3 } from './OrTimePicker-444a7d26.js';
|
|
125
125
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-ecffc69f.js';
|
|
126
126
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
|
|
127
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
127
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-cb2b2335.js';
|
|
128
128
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-5aa9dc05.js';
|
|
129
129
|
export { _ as OrTooltip } from './OrTooltip-2f267924.js';
|
|
130
130
|
export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
|
|
@@ -375,7 +375,7 @@ var script = defineComponent({
|
|
|
375
375
|
}
|
|
376
376
|
});
|
|
377
377
|
|
|
378
|
-
var css_248z = ".or-toast--transition-slide-enter-active[data-v-
|
|
378
|
+
var css_248z = ".or-toast--transition-slide-enter-active[data-v-286c3782],.or-toast--transition-slide-leave-active[data-v-286c3782]{transition:transform .4s ease}.or-toast--transition-slide-enter-from.or-toast--position-right[data-v-286c3782],.or-toast--transition-slide-leave-to.or-toast--position-right[data-v-286c3782]{transform:translateX(999px)}.or-toast--transition-slide-enter-from.or-toast--position-left[data-v-286c3782],.or-toast--transition-slide-leave-to.or-toast--position-left[data-v-286c3782]{transform:translateX(-999px)}.or-toast--transition-fade-enter-active[data-v-286c3782],.or-toast--transition-fade-leave-active[data-v-286c3782]{transition:opacity .4s ease}.or-toast--transition-fade-enter-from[data-v-286c3782],.or-toast--transition-fade-leave-to[data-v-286c3782]{opacity:0}";
|
|
379
379
|
styleInject(css_248z);
|
|
380
380
|
|
|
381
381
|
/* script */
|
|
@@ -393,8 +393,10 @@ var __vue_render__ = function () {
|
|
|
393
393
|
ref: "root",
|
|
394
394
|
class: _vm.classes
|
|
395
395
|
}, [_c('TransitionGroup', {
|
|
396
|
+
staticClass: "contents",
|
|
396
397
|
attrs: {
|
|
397
|
-
"name": _vm.transitionName
|
|
398
|
+
"name": _vm.transitionName,
|
|
399
|
+
"tag": "div"
|
|
398
400
|
},
|
|
399
401
|
on: {
|
|
400
402
|
"after-leave": _vm.onToastHidden
|
|
@@ -424,7 +426,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
424
426
|
/* style */
|
|
425
427
|
const __vue_inject_styles__ = undefined;
|
|
426
428
|
/* scoped */
|
|
427
|
-
const __vue_scope_id__ = "data-v-
|
|
429
|
+
const __vue_scope_id__ = "data-v-286c3782";
|
|
428
430
|
/* module identifier */
|
|
429
431
|
const __vue_module_identifier__ = undefined;
|
|
430
432
|
/* functional template */
|
|
@@ -122,7 +122,7 @@ export { s as OrTimeFormatV3 } from '../OrTimeFormat-845f1078.js';
|
|
|
122
122
|
export { s as OrTimePickerV3 } from '../OrTimePicker-294ab841.js';
|
|
123
123
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-d6f117e2.js';
|
|
124
124
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-05a9c81b.js';
|
|
125
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
125
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-7a770dfb.js';
|
|
126
126
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-5aa9dc05.js';
|
|
127
127
|
export { s as OrTooltip } from '../OrTooltip-7ac03028.js';
|
|
128
128
|
export { s as OrTooltipContent } from '../OrTooltipContent-c0042844.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-7a770dfb.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-7a770dfb.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -122,7 +122,7 @@ export { s as OrTimeFormatV3 } from './OrTimeFormat-845f1078.js';
|
|
|
122
122
|
export { s as OrTimePickerV3 } from './OrTimePicker-294ab841.js';
|
|
123
123
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-d6f117e2.js';
|
|
124
124
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
|
|
125
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-
|
|
125
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-7a770dfb.js';
|
|
126
126
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-5aa9dc05.js';
|
|
127
127
|
export { s as OrTooltip } from './OrTooltip-7ac03028.js';
|
|
128
128
|
export { s as OrTooltipContent } from './OrTooltipContent-c0042844.js';
|
|
@@ -358,6 +358,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
358
358
|
class: normalizeClass(_ctx.classes)
|
|
359
359
|
}, [createVNode(TransitionGroup, {
|
|
360
360
|
name: _ctx.transitionName,
|
|
361
|
+
tag: "div",
|
|
362
|
+
class: "contents",
|
|
361
363
|
onAfterLeave: _ctx.onToastHidden
|
|
362
364
|
}, {
|
|
363
365
|
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.queue, toastConfiguration => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.6-beta.3434.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -175,6 +175,5 @@
|
|
|
175
175
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
176
176
|
},
|
|
177
177
|
"./package.json": "./package.json"
|
|
178
|
-
}
|
|
179
|
-
"gitHead": "526f63f62395416a20461c854cf4630410199e7d"
|
|
178
|
+
}
|
|
180
179
|
}
|