@onereach/ui-components 2.74.13 → 2.74.14
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/{OrNotification-f7644c55.js → OrNotification-e102f0d7.js} +6 -2
- package/dist/bundled/v2/components/index.js +1 -1
- package/dist/bundled/v2/components/or-notification-v3/OrNotification.vue.d.ts +11 -0
- package/dist/bundled/v2/components/or-notification-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-4532696a.js → OrNotification.vue_vue_type_script_lang-7dd0d85f.js} +4 -0
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/components/or-notification-v3/OrNotification.vue.d.ts +11 -0
- package/dist/bundled/v3/components/or-notification-v3/index.js +1 -1
- package/dist/bundled/v3/index.js +6 -5
- package/dist/esm/v2/{OrNotification-687b4999.js → OrNotification-76498693.js} +6 -2
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-notification-v3/OrNotification.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-notification-v3/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrNotification-03a7426c.js → OrNotification-aab2e22a.js} +8 -3
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +11 -0
- package/dist/esm/v3/components/or-notification-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +3 -3
- package/src/components/or-notification-v3/OrNotification.stories3.ts +52 -0
- package/src/components/or-notification-v3/OrNotification.vue +6 -0
|
@@ -53,7 +53,7 @@ export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as Popov
|
|
|
53
53
|
export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-27616063.js';
|
|
54
54
|
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-3f3ce339.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification.vue_vue_type_script_lang-2a131157.js';
|
|
56
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-
|
|
56
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-7dd0d85f.js';
|
|
57
57
|
export { s as OrNumberInput } from '../OrNumberInput.vue_vue_type_script_lang-a25274f5.js';
|
|
58
58
|
export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-6c062d1e.js';
|
|
59
59
|
export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
|
|
@@ -10,13 +10,22 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
10
10
|
type: PropType<NotificationVariant>;
|
|
11
11
|
default: NotificationVariant;
|
|
12
12
|
};
|
|
13
|
+
disableClose: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
13
17
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
14
18
|
variant: {
|
|
15
19
|
type: PropType<NotificationVariant>;
|
|
16
20
|
default: NotificationVariant;
|
|
17
21
|
};
|
|
22
|
+
disableClose: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
18
26
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
19
27
|
variant: NotificationVariant;
|
|
28
|
+
disableClose: boolean;
|
|
20
29
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
21
30
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
22
31
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -24,7 +33,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
24
33
|
icon: import("@vue/composition-api").ComputedRef<"warning" | "error" | "info" | "check_circle" | undefined>;
|
|
25
34
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
26
35
|
variant: NotificationVariant;
|
|
36
|
+
disableClose: boolean;
|
|
27
37
|
} & {}, {
|
|
28
38
|
variant: NotificationVariant;
|
|
39
|
+
disableClose: boolean;
|
|
29
40
|
}, true>);
|
|
30
41
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification.vue_vue_type_script_lang-
|
|
1
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification.vue_vue_type_script_lang-7dd0d85f.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-0239fc17.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|