@onereach/ui-components 2.68.0-beta.2008.0 → 2.68.0-beta.2017.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.
Files changed (97) hide show
  1. package/dist/bundled/v2/{OrCode-b9332066.js → OrCode-edc7a1f5.js} +115 -2
  2. package/dist/bundled/v2/{OrConfirm-19758dae.js → OrConfirm-56d01cff.js} +1 -1
  3. package/dist/bundled/{v3/useFocusTrap-d21726e3.js → v2/OrModal-a5411b0d.js} +200 -3
  4. package/dist/bundled/v2/components/index.d.ts +0 -1
  5. package/dist/bundled/v2/components/index.js +3 -7
  6. package/dist/bundled/v2/components/or-code/index.js +2 -4
  7. package/dist/bundled/v2/components/or-confirm/index.js +2 -3
  8. package/dist/bundled/v2/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +44 -0
  9. package/dist/bundled/v2/components/or-empty-state-v3/OrEmptyState.vue.d.ts +146 -0
  10. package/dist/bundled/v2/components/or-empty-state-v3/index.d.ts +3 -0
  11. package/dist/bundled/v2/components/or-empty-state-v3/index.js +242 -0
  12. package/dist/bundled/v2/components/or-empty-state-v3/props.d.ts +4 -0
  13. package/dist/bundled/v2/components/or-empty-state-v3/styles.d.ts +15 -0
  14. package/dist/bundled/v2/components/or-empty-state-v3/types.d.ts +2 -0
  15. package/dist/bundled/v2/components/or-modal/index.js +1 -2
  16. package/dist/bundled/v2/index.js +4 -8
  17. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-5fe573eb.js → OrCode.vue_vue_type_script_lang-ef5e7f04.js} +116 -3
  18. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-4451e782.js → OrConfirm.vue_vue_type_script_lang-0f16fc67.js} +2 -2
  19. package/dist/bundled/v3/{OrModal-bbabef06.js → OrModal-868160ef.js} +1 -1
  20. package/dist/bundled/{v2/useFocusTrap-d744652a.js → v3/OrModal.vue_vue_type_script_lang-a1ed2ebb.js} +126 -4
  21. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-2fdbd2f2.js → OrTabs.vue_vue_type_script_lang-ca57f9d9.js} +36 -10
  22. package/dist/bundled/v3/components/index.d.ts +0 -1
  23. package/dist/bundled/v3/components/index.js +5 -10
  24. package/dist/bundled/v3/components/or-code/index.js +3 -5
  25. package/dist/bundled/v3/components/or-confirm/index.js +3 -4
  26. package/dist/bundled/v3/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +44 -0
  27. package/dist/bundled/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +146 -0
  28. package/dist/bundled/v3/components/or-empty-state-v3/index.d.ts +3 -0
  29. package/dist/bundled/v3/components/or-empty-state-v3/index.js +217 -0
  30. package/dist/bundled/v3/components/or-empty-state-v3/props.d.ts +4 -0
  31. package/dist/bundled/v3/components/or-empty-state-v3/styles.d.ts +15 -0
  32. package/dist/bundled/v3/components/or-empty-state-v3/types.d.ts +2 -0
  33. package/dist/bundled/v3/components/or-modal/index.js +1 -2
  34. package/dist/bundled/v3/components/or-tabs-v3/index.js +1 -2
  35. package/dist/bundled/v3/index.js +182 -278
  36. package/dist/esm/v2/components/index.d.ts +0 -1
  37. package/dist/esm/v2/components/index.js +0 -19
  38. package/dist/esm/v2/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +44 -0
  39. package/dist/esm/v2/components/or-empty-state-v3/OrEmptyState.vue.d.ts +146 -0
  40. package/dist/esm/v2/components/or-empty-state-v3/index.d.ts +3 -0
  41. package/dist/esm/v2/components/or-empty-state-v3/index.js +240 -0
  42. package/dist/esm/v2/components/or-empty-state-v3/props.d.ts +4 -0
  43. package/dist/esm/v2/components/or-empty-state-v3/styles.d.ts +15 -0
  44. package/dist/esm/v2/components/or-empty-state-v3/types.d.ts +2 -0
  45. package/dist/esm/v2/index.js +0 -19
  46. package/dist/esm/v3/components/index.d.ts +0 -1
  47. package/dist/esm/v3/components/index.js +0 -19
  48. package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +44 -0
  49. package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +146 -0
  50. package/dist/esm/v3/components/or-empty-state-v3/index.d.ts +3 -0
  51. package/dist/esm/v3/components/or-empty-state-v3/index.js +217 -0
  52. package/dist/esm/v3/components/or-empty-state-v3/props.d.ts +4 -0
  53. package/dist/esm/v3/components/or-empty-state-v3/styles.d.ts +15 -0
  54. package/dist/esm/v3/components/or-empty-state-v3/types.d.ts +2 -0
  55. package/dist/esm/v3/index.js +0 -19
  56. package/package.json +1 -19
  57. package/src/components/index.ts +0 -1
  58. package/src/components/or-empty-state-v3/OrEmptyState.stories3.ts +221 -0
  59. package/src/components/or-empty-state-v3/OrEmptyState.vue +185 -0
  60. package/src/components/or-empty-state-v3/index.ts +3 -0
  61. package/src/components/or-empty-state-v3/props.ts +4 -0
  62. package/src/components/or-empty-state-v3/styles.ts +121 -0
  63. package/src/components/or-empty-state-v3/types.ts +3 -0
  64. package/dist/bundled/v2/OrModal-71d33219.js +0 -202
  65. package/dist/bundled/v2/OrRichTextEditor-4a41e294.js +0 -36832
  66. package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +0 -12
  67. package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -149
  68. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.d.ts +0 -1
  69. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.js +0 -25
  70. package/dist/bundled/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  71. package/dist/bundled/v2/index.es-3f39f316.js +0 -115
  72. package/dist/bundled/v3/OrMenu-08aa60de.js +0 -29
  73. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-a599dfe7.js +0 -128
  74. package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-f5d3e39b.js +0 -36712
  75. package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +0 -12
  76. package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -149
  77. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.d.ts +0 -1
  78. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.js +0 -26
  79. package/dist/bundled/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  80. package/dist/bundled/v3/index.es-3f39f316.js +0 -115
  81. package/dist/esm/v2/OrRichTextEditor-11967cd9.js +0 -520
  82. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +0 -12
  83. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -149
  84. package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +0 -1
  85. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +0 -39
  86. package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  87. package/dist/esm/v3/OrRichTextEditor-ad5f24ba.js +0 -490
  88. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +0 -12
  89. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -149
  90. package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +0 -1
  91. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +0 -38
  92. package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  93. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +0 -16
  94. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +0 -62
  95. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +0 -526
  96. package/src/components/or-rich-text-editor-v3/index.ts +0 -1
  97. package/src/components/or-rich-text-editor-v3/styles.ts +0 -65
@@ -0,0 +1,146 @@
1
+ import { PropType } from 'vue-demi';
2
+ import { EmptyStateLoader, EmptyStateSize } from '.';
3
+ import { LoaderVariant } from '../or-loader-v3';
4
+ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {
5
+ loaderVariant(): LoaderVariant | undefined;
6
+ rootClasses(): string[];
7
+ iconContainerClasses(): string[];
8
+ iconClasses(): string[];
9
+ imageClasses(): string[];
10
+ headingClasses(): string[];
11
+ textClasses(): string[];
12
+ slotClasses(): string[];
13
+ loaderClasses(): string[];
14
+ }, {
15
+ /**
16
+ * Size of the component, affects font and icon size.
17
+ * Use Large if the component takes all screen space,
18
+ * and Medium if it is a part of the complex layout.
19
+ */
20
+ size: {
21
+ type: PropType<EmptyStateSize>;
22
+ default: EmptyStateSize;
23
+ };
24
+ /**
25
+ * The heading of the empty state block.
26
+ */
27
+ heading: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ /**
32
+ * Additional text such as a hint for a user with proposed next steps.
33
+ */
34
+ text: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ /**
39
+ * Material icon name to display above the heading.
40
+ */
41
+ icon: {
42
+ type: StringConstructor;
43
+ default: undefined;
44
+ };
45
+ /**
46
+ * Path to the image to display above the heading.
47
+ * Image height is scaled to 48px, width is undefined to preserve aspect ratio.
48
+ */
49
+ imageSrc: {
50
+ type: StringConstructor;
51
+ default: undefined;
52
+ };
53
+ /**
54
+ * If provided, then loader is being displayed.
55
+ * Accepts booleans and OrLoader::variant values. `true` falls back to 'linear'.
56
+ */
57
+ loader: {
58
+ type: PropType<EmptyStateLoader>;
59
+ default: boolean;
60
+ };
61
+ }, import("@vue/composition-api").ExtractPropTypes<{
62
+ /**
63
+ * Size of the component, affects font and icon size.
64
+ * Use Large if the component takes all screen space,
65
+ * and Medium if it is a part of the complex layout.
66
+ */
67
+ size: {
68
+ type: PropType<EmptyStateSize>;
69
+ default: EmptyStateSize;
70
+ };
71
+ /**
72
+ * The heading of the empty state block.
73
+ */
74
+ heading: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ /**
79
+ * Additional text such as a hint for a user with proposed next steps.
80
+ */
81
+ text: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ /**
86
+ * Material icon name to display above the heading.
87
+ */
88
+ icon: {
89
+ type: StringConstructor;
90
+ default: undefined;
91
+ };
92
+ /**
93
+ * Path to the image to display above the heading.
94
+ * Image height is scaled to 48px, width is undefined to preserve aspect ratio.
95
+ */
96
+ imageSrc: {
97
+ type: StringConstructor;
98
+ default: undefined;
99
+ };
100
+ /**
101
+ * If provided, then loader is being displayed.
102
+ * Accepts booleans and OrLoader::variant values. `true` falls back to 'linear'.
103
+ */
104
+ loader: {
105
+ type: PropType<EmptyStateLoader>;
106
+ default: boolean;
107
+ };
108
+ }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
109
+ size: EmptyStateSize;
110
+ heading: string;
111
+ text: string;
112
+ icon: string;
113
+ imageSrc: string;
114
+ loader: EmptyStateLoader;
115
+ } & {}, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data>, import("@vue/composition-api").Data, {
116
+ loaderVariant(): LoaderVariant | undefined;
117
+ rootClasses(): string[];
118
+ iconContainerClasses(): string[];
119
+ iconClasses(): string[];
120
+ imageClasses(): string[];
121
+ headingClasses(): string[];
122
+ textClasses(): string[];
123
+ slotClasses(): string[];
124
+ loaderClasses(): string[];
125
+ }, {}, {}, {}, {}, {
126
+ size: EmptyStateSize;
127
+ heading: string;
128
+ text: string;
129
+ icon: string;
130
+ imageSrc: string;
131
+ loader: EmptyStateLoader;
132
+ } & {}, {
133
+ size: EmptyStateSize;
134
+ heading: string;
135
+ text: string;
136
+ icon: string;
137
+ imageSrc: string;
138
+ loader: EmptyStateLoader;
139
+ }, true>);
140
+ /**
141
+ * The component to display when there is no content on a page,
142
+ * no records found or selected, or while the data is being loaded.
143
+ * Provides a hint to the user on what to do.
144
+ * Consists of text message, optional icon and optional loader.
145
+ */
146
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export { default as OrEmptyStateV3 } from './OrEmptyState.vue';
2
+ export * from './types';
3
+ export * from './props';
@@ -0,0 +1,217 @@
1
+ import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, toDisplayString, createVNode, renderSlot } from 'vue';
2
+ import '../../OrIcon-3a514933.js';
3
+ import '../../OrLoader-65868e73.js';
4
+ import { s as script$2, L as LoaderVariant } from '../../OrLoader.vue_vue_type_script_lang-edd1b404.js';
5
+ import { s as script$1 } from '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
6
+ import '../../useClassAttribute-00888f78.js';
7
+
8
+ var EmptyStateSize;
9
+ (function (EmptyStateSize) {
10
+ EmptyStateSize["L"] = "l";
11
+ EmptyStateSize["M"] = "m";
12
+ })(EmptyStateSize || (EmptyStateSize = {}));
13
+
14
+ const EmptyStateRoot = [
15
+ // Layout
16
+ 'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
17
+ // Box
18
+ 'w-full',
19
+ // Sizing
20
+ 'gap-sm'];
21
+ const EmptyStateIconContainer = [
22
+ // Theme
23
+ 'text-on-surface-variant', 'dark:text-on-surface-variant-dark'];
24
+ const EmptyStateIconContainerSizes = {
25
+ [EmptyStateSize.L]: [
26
+ // Typography
27
+ 'text-[64px]'],
28
+ [EmptyStateSize.M]: [
29
+ // Typography
30
+ 'text-[48px]']
31
+ };
32
+ const EmptyStateIcon = [
33
+ // Sizing
34
+ 'mb-sm'];
35
+ const EmptyStateIconSizes = {
36
+ [EmptyStateSize.L]: [
37
+ // Box
38
+ 'w-3xl', 'h-3xl'],
39
+ [EmptyStateSize.M]: [
40
+ // Box
41
+ 'w-2xl', 'h-2xl']
42
+ };
43
+ const EmptyStateImage = EmptyStateIcon;
44
+ const EmptyStateImageSizes = {
45
+ [EmptyStateSize.L]: [
46
+ // Box
47
+ 'h-3xl'],
48
+ [EmptyStateSize.M]: [
49
+ // Box
50
+ 'h-2xl']
51
+ };
52
+ const EmptyStateHeading = [
53
+ // Theme
54
+ 'text-on-background', 'dark:text-on-background-dark'];
55
+ const EmptyStateHeadingSizes = {
56
+ [EmptyStateSize.L]: [
57
+ // Typography
58
+ 'text-headline-2', 'font-headline-2'],
59
+ [EmptyStateSize.M]: [
60
+ // Typography
61
+ 'text-headline-4', 'font-headline-4']
62
+ };
63
+ const EmptyStateText = ['text-center',
64
+ // Theme
65
+ 'text-outline', 'dark:text-outline-dark'];
66
+ const EmptyStateContent = EmptyStateText;
67
+ const EmptyStateTextSizes = {
68
+ [EmptyStateSize.L]: [
69
+ // Typography
70
+ 'text-body-2-regular', 'font-body-2-regular'],
71
+ [EmptyStateSize.M]: [
72
+ // Typography
73
+ 'text-caption-regular', 'font-caption-regular']
74
+ };
75
+ const EmptyStateContentSizes = EmptyStateTextSizes;
76
+ const EmptyStateLoaderStyles = [
77
+ // Layout
78
+ 'flex', 'justify-center',
79
+ // Box
80
+ 'w-2/5', 'max-w-[432px]',
81
+ // Sizing
82
+ 'my-sm'];
83
+
84
+ /**
85
+ * The component to display when there is no content on a page,
86
+ * no records found or selected, or while the data is being loaded.
87
+ * Provides a hint to the user on what to do.
88
+ * Consists of text message, optional icon and optional loader.
89
+ */
90
+ var script = defineComponent({
91
+ name: 'OrEmptyState',
92
+ components: {
93
+ OrIcon: script$1,
94
+ OrLoader: script$2
95
+ },
96
+ props: {
97
+ /**
98
+ * Size of the component, affects font and icon size.
99
+ * Use Large if the component takes all screen space,
100
+ * and Medium if it is a part of the complex layout.
101
+ */
102
+ size: {
103
+ type: String,
104
+ default: EmptyStateSize.M
105
+ },
106
+ /**
107
+ * The heading of the empty state block.
108
+ */
109
+ heading: {
110
+ type: String,
111
+ default: ''
112
+ },
113
+ /**
114
+ * Additional text such as a hint for a user with proposed next steps.
115
+ */
116
+ text: {
117
+ type: String,
118
+ default: ''
119
+ },
120
+ /**
121
+ * Material icon name to display above the heading.
122
+ */
123
+ icon: {
124
+ type: String,
125
+ default: undefined
126
+ },
127
+ /**
128
+ * Path to the image to display above the heading.
129
+ * Image height is scaled to 48px, width is undefined to preserve aspect ratio.
130
+ */
131
+ imageSrc: {
132
+ type: String,
133
+ default: undefined
134
+ },
135
+ /**
136
+ * If provided, then loader is being displayed.
137
+ * Accepts booleans and OrLoader::variant values. `true` falls back to 'linear'.
138
+ */
139
+ loader: {
140
+ type: [String, Boolean],
141
+ default: false
142
+ }
143
+ },
144
+ computed: {
145
+ loaderVariant() {
146
+ if (typeof this.loader === 'string') {
147
+ return this.loader;
148
+ } else if (this.loader === true) {
149
+ return LoaderVariant.Linear;
150
+ } else {
151
+ return undefined;
152
+ }
153
+ },
154
+ rootClasses() {
155
+ return ['or-empty-state', ...EmptyStateRoot];
156
+ },
157
+ iconContainerClasses() {
158
+ return ['or-empty-state_icon-container', ...EmptyStateIconContainer, ...EmptyStateIconContainerSizes[this.size]];
159
+ },
160
+ iconClasses() {
161
+ return ['or-empty-state_icon', ...EmptyStateIcon, ...EmptyStateIconSizes[this.size]];
162
+ },
163
+ imageClasses() {
164
+ return ['or-empty-state_image', ...EmptyStateImage, ...EmptyStateImageSizes[this.size]];
165
+ },
166
+ headingClasses() {
167
+ return ['or-empty-state_heading', ...EmptyStateHeading, ...EmptyStateHeadingSizes[this.size]];
168
+ },
169
+ textClasses() {
170
+ return ['or-empty-state_text', ...EmptyStateText, ...EmptyStateTextSizes[this.size]];
171
+ },
172
+ slotClasses() {
173
+ return ['or-empty-state_content', ...EmptyStateContent, ...EmptyStateContentSizes[this.size]];
174
+ },
175
+ loaderClasses() {
176
+ return ['or-empty-state_loader', ...EmptyStateLoaderStyles];
177
+ }
178
+ }
179
+ });
180
+
181
+ const _hoisted_1 = ["src"];
182
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
183
+ const _component_OrIcon = resolveComponent("OrIcon");
184
+ const _component_OrLoader = resolveComponent("OrLoader");
185
+ return openBlock(), createElementBlock("div", {
186
+ class: normalizeClass(_ctx.rootClasses)
187
+ }, [createElementVNode("div", {
188
+ class: normalizeClass(_ctx.iconContainerClasses)
189
+ }, [_ctx.icon ? (openBlock(), createBlock(_component_OrIcon, {
190
+ key: 0,
191
+ icon: _ctx.icon,
192
+ size: "inherit",
193
+ class: normalizeClass(_ctx.iconClasses)
194
+ }, null, 8 /* PROPS */, ["icon", "class"])) : createCommentVNode("v-if", true)], 2 /* CLASS */), _ctx.imageSrc ? (openBlock(), createElementBlock("img", {
195
+ key: 0,
196
+ src: _ctx.imageSrc,
197
+ class: normalizeClass(_ctx.imageClasses),
198
+ alt: ""
199
+ }, null, 10 /* CLASS, PROPS */, _hoisted_1)) : createCommentVNode("v-if", true), createElementVNode("div", {
200
+ class: normalizeClass(_ctx.headingClasses)
201
+ }, toDisplayString(_ctx.heading), 3 /* TEXT, CLASS */), _ctx.loader ? (openBlock(), createElementBlock("div", {
202
+ key: 1,
203
+ class: normalizeClass(_ctx.loaderClasses)
204
+ }, [createVNode(_component_OrLoader, {
205
+ variant: _ctx.loaderVariant
206
+ }, null, 8 /* PROPS */, ["variant"])], 2 /* CLASS */)) : createCommentVNode("v-if", true), _ctx.$slots.default ? (openBlock(), createElementBlock("div", {
207
+ key: 2,
208
+ class: normalizeClass(_ctx.slotClasses)
209
+ }, [createCommentVNode(" @slot Additional content can be inserted via default slot. The slot uses the same font as a 'text' prop. "), renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
210
+ class: normalizeClass(_ctx.textClasses)
211
+ }, toDisplayString(_ctx.text), 3 /* TEXT, CLASS */)], 2 /* CLASS */);
212
+ }
213
+
214
+ script.render = render;
215
+ script.__file = "src/components/or-empty-state-v3/OrEmptyState.vue";
216
+
217
+ export { EmptyStateSize, script as OrEmptyStateV3 };
@@ -0,0 +1,4 @@
1
+ export declare enum EmptyStateSize {
2
+ L = "l",
3
+ M = "m"
4
+ }
@@ -0,0 +1,15 @@
1
+ import { EmptyStateSize } from './props';
2
+ export declare const EmptyStateRoot: string[];
3
+ export declare const EmptyStateIconContainer: string[];
4
+ export declare const EmptyStateIconContainerSizes: Record<EmptyStateSize, string[]>;
5
+ export declare const EmptyStateIcon: string[];
6
+ export declare const EmptyStateIconSizes: Record<EmptyStateSize, string[]>;
7
+ export declare const EmptyStateImage: string[];
8
+ export declare const EmptyStateImageSizes: Record<EmptyStateSize, string[]>;
9
+ export declare const EmptyStateHeading: string[];
10
+ export declare const EmptyStateHeadingSizes: Record<EmptyStateSize, string[]>;
11
+ export declare const EmptyStateText: string[];
12
+ export declare const EmptyStateContent: string[];
13
+ export declare const EmptyStateTextSizes: Record<EmptyStateSize, string[]>;
14
+ export declare const EmptyStateContentSizes: Record<EmptyStateSize, string[]>;
15
+ export declare const EmptyStateLoaderStyles: string[];
@@ -0,0 +1,2 @@
1
+ import { LoaderVariant } from '../or-loader-v3';
2
+ export declare type EmptyStateLoader = boolean | LoaderVariant | undefined;
@@ -1,8 +1,7 @@
1
- export { s as OrModal, O as OrModalSizes } from '../../OrModal.vue_vue_type_script_lang-a599dfe7.js';
1
+ export { s as OrModal, O as OrModalSizes } from '../../OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
2
2
  import 'vue';
3
3
  import 'lodash';
4
4
  import '@vueuse/core';
5
- import '../../useFocusTrap-d21726e3.js';
6
5
  import '../../OrIconButton-e637158e.js';
7
6
  import '../../OrIconButton.vue_vue_type_script_lang-40547ab0.js';
8
7
  import '../../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
@@ -1,10 +1,9 @@
1
- export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs.vue_vue_type_script_lang-2fdbd2f2.js';
1
+ export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs.vue_vue_type_script_lang-ca57f9d9.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue';
4
4
  import '../../OrIcon-3a514933.js';
5
5
  import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
6
6
  import '../../useClassAttribute-00888f78.js';
7
- import '../../OrMenu-08aa60de.js';
8
7
  import '../../OrMenu.vue_vue_type_script_lang-bae45062.js';
9
8
  import '../../OrPopover-93ef8c26.js';
10
9
  import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';