@onereach/ui-components 2.69.2-beta.2133.0 → 2.69.2-beta.2136.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 (78) hide show
  1. package/dist/bundled/v2/{OrAvatar-ae61bfb9.js → OrAvatar-2fa559e1.js} +15 -41
  2. package/dist/bundled/v2/{OrButton-0e91a808.js → OrButton-4b99c680.js} +5 -1
  3. package/dist/bundled/v2/{OrConfirm-18c534df.js → OrConfirm-cab6535b.js} +1 -1
  4. package/dist/bundled/v2/components/index.js +3 -3
  5. package/dist/bundled/v2/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  6. package/dist/bundled/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -11
  7. package/dist/bundled/v2/components/or-avatar-v3/index.js +1 -2
  8. package/dist/bundled/v2/components/or-avatar-v3/props.d.ts +1 -2
  9. package/dist/bundled/v2/components/or-avatar-v3/styles.d.ts +0 -2
  10. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  11. package/dist/bundled/v2/components/or-confirm-v3/index.js +2 -2
  12. package/dist/bundled/v2/index.js +4 -4
  13. package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-0426862b.js → OrAvatar.vue_vue_type_script_lang-22e46ce1.js} +13 -35
  14. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3718b300.js → OrButton.vue_vue_type_script_lang-b0dc31ca.js} +5 -1
  15. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-861158b5.js → OrCardCollection.vue_vue_type_script_lang-3993a015.js} +2 -2
  16. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-289b5600.js → OrConfirm.vue_vue_type_script_lang-49a3a9bd.js} +1 -1
  17. package/dist/bundled/v3/{OrIconButton-1581013c.js → OrIconButton-4bd33e3c.js} +1 -1
  18. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-f6f801ff.js → OrIconButton.vue_vue_type_script_lang-641f6e06.js} +1 -1
  19. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-f29483f4.js → OrInlineInput.vue_vue_type_script_lang-3a8189f4.js} +2 -2
  20. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js → OrInlineTextarea.vue_vue_type_script_lang-890b97ab.js} +2 -2
  21. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-f6d793d3.js +2 -2
  22. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-80a7b906.js → OrModal.vue_vue_type_script_lang-00a477f0.js} +2 -2
  23. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-fbb35355.js +2 -2
  24. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-15285ce4.js +1 -1
  25. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-dc6a4011.js → OrTag.vue_vue_type_script_lang-92d9fb12.js} +2 -2
  26. package/dist/bundled/v3/{OrToastContainer-7c3c0b12.js → OrToastContainer-afb51e5d.js} +1 -1
  27. package/dist/bundled/v3/components/index.js +12 -12
  28. package/dist/bundled/v3/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  29. package/dist/bundled/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -11
  30. package/dist/bundled/v3/components/or-avatar-v3/index.js +1 -3
  31. package/dist/bundled/v3/components/or-avatar-v3/props.d.ts +1 -2
  32. package/dist/bundled/v3/components/or-avatar-v3/styles.d.ts +0 -2
  33. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  34. package/dist/bundled/v3/components/or-card-collection-v3/index.js +3 -3
  35. package/dist/bundled/v3/components/or-confirm-v3/index.js +4 -4
  36. package/dist/bundled/v3/components/or-icon-button-v3/index.js +1 -1
  37. package/dist/bundled/v3/components/or-inline-input-v3/index.js +3 -3
  38. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +3 -3
  39. package/dist/bundled/v3/components/or-input-v3/index.js +2 -2
  40. package/dist/bundled/v3/components/or-modal-v3/index.js +3 -3
  41. package/dist/bundled/v3/components/or-notification-v3/index.js +2 -2
  42. package/dist/bundled/v3/components/or-search-v3/index.js +2 -2
  43. package/dist/bundled/v3/components/or-select-v3/index.js +3 -3
  44. package/dist/bundled/v3/components/or-tag-v3/index.js +3 -3
  45. package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
  46. package/dist/bundled/v3/index.js +23 -29
  47. package/dist/bundled/v3/{types-dcc78caa.js → types-6c5eee23.js} +2 -2
  48. package/dist/esm/v2/{OrAvatar-3d155af3.js → OrAvatar-0afdef36.js} +15 -41
  49. package/dist/esm/v2/{OrButton-357a5756.js → OrButton-357e1e2c.js} +5 -1
  50. package/dist/esm/v2/{OrConfirm-b0b2e43c.js → OrConfirm-ec7aef0e.js} +1 -1
  51. package/dist/esm/v2/components/index.js +3 -3
  52. package/dist/esm/v2/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  53. package/dist/esm/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -11
  54. package/dist/esm/v2/components/or-avatar-v3/index.js +1 -2
  55. package/dist/esm/v2/components/or-avatar-v3/props.d.ts +1 -2
  56. package/dist/esm/v2/components/or-avatar-v3/styles.d.ts +0 -2
  57. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  58. package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
  59. package/dist/esm/v2/index.js +3 -3
  60. package/dist/esm/v3/{OrAvatar-53a4429d.js → OrAvatar-ef88d31c.js} +16 -43
  61. package/dist/esm/v3/{OrButton-f4b9ee51.js → OrButton-bb6bf8a9.js} +5 -1
  62. package/dist/esm/v3/{OrConfirm-906427ef.js → OrConfirm-5d56cbd3.js} +1 -1
  63. package/dist/esm/v3/components/index.js +3 -3
  64. package/dist/esm/v3/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  65. package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -11
  66. package/dist/esm/v3/components/or-avatar-v3/index.js +1 -2
  67. package/dist/esm/v3/components/or-avatar-v3/props.d.ts +1 -2
  68. package/dist/esm/v3/components/or-avatar-v3/styles.d.ts +0 -2
  69. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  70. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  71. package/dist/esm/v3/index.js +3 -3
  72. package/package.json +1 -1
  73. package/src/components/or-avatar-v3/OrAvatar.stories3.ts +7 -9
  74. package/src/components/or-avatar-v3/OrAvatar.vue +2 -22
  75. package/src/components/or-avatar-v3/props.ts +0 -1
  76. package/src/components/or-avatar-v3/styles.ts +11 -49
  77. package/src/components/or-button-v3/styles.ts +6 -0
  78. package/src/components/or-menu-v3/OrMenu.stories3.ts +1 -1
@@ -1,6 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { h as hslToColorString, g as generateHslFromString } from './color-1f348774.js';
3
- import { O as OrIcon } from './OrIcon-8625385f.js';
4
3
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
5
4
  import { defineComponent, ref, computed, watchPostEffect } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -11,7 +10,6 @@ var AvatarSize;
11
10
  AvatarSize["L"] = "l";
12
11
  AvatarSize["M"] = "m";
13
12
  AvatarSize["S"] = "s";
14
- AvatarSize["XS"] = "xs";
15
13
  })(AvatarSize || (AvatarSize = {}));
16
14
  var AvatarColor;
17
15
  (function (AvatarColor) {
@@ -36,19 +34,24 @@ const AvatarImage = [
36
34
  const AvatarRootSizes = {
37
35
  'xl': [
38
36
  // Box
39
- 'w-[80px]', 'h-[80px]'],
37
+ 'w-[80px]', 'h-[80px]',
38
+ // Typography
39
+ 'text-[32px]'],
40
40
  'l': [
41
41
  // Box
42
- 'w-[64px]', 'h-[64px]'],
42
+ 'w-[64px]', 'h-[64px]',
43
+ // Typography
44
+ 'text-[24px]'],
43
45
  'm': [
44
46
  // Box
45
- 'w-[40px]', 'h-[40px]'],
47
+ 'w-[40px]', 'h-[40px]',
48
+ // Typography
49
+ 'text-[16px]'],
46
50
  's': [
47
51
  // Box
48
- 'w-[32px]', 'h-[32px]'],
49
- 'xs': [
50
- // Box
51
- 'w-[24px]', 'h-[24px]']
52
+ 'w-[32px]', 'h-[32px]',
53
+ // Typography
54
+ 'text-[16px]']
52
55
  };
53
56
  const AvatarRootColors = {
54
57
  [AvatarColor.blue]: [
@@ -70,26 +73,9 @@ const AvatarRootColors = {
70
73
  // Theme
71
74
  'text-white', 'dark:text-overlay-dark']
72
75
  };
73
- const AvatarRootAbbreviationSizes = {
74
- 'xl': ['typography-headline-1'],
75
- 'l': ['typography-headline-1'],
76
- 'm': ['typography-body-1-bold'],
77
- 's': ['typography-body-1-bold'],
78
- 'xs': ['typography-caption-semibold']
79
- };
80
- const AvatarRootIconSizes = {
81
- 'xl': ['text-[40px]'],
82
- 'l': ['text-[32px]'],
83
- 'm': ['text-[20px]'],
84
- 's': ['text-[16px]'],
85
- 'xs': ['text-[16px]']
86
- };
87
76
 
88
77
  var script = defineComponent({
89
78
  name: 'OrAvatar',
90
- components: {
91
- OrIcon
92
- },
93
79
  inheritAttrs: false,
94
80
  props: {
95
81
  src: {
@@ -100,10 +86,6 @@ var script = defineComponent({
100
86
  type: String,
101
87
  default: AvatarSize.M
102
88
  },
103
- icon: {
104
- type: String,
105
- default: undefined
106
- },
107
89
  color: {
108
90
  type: String,
109
91
  default: AvatarColor.auto,
@@ -119,12 +101,9 @@ var script = defineComponent({
119
101
  setup(props) {
120
102
  // Refs
121
103
  const root = ref();
122
- const isIcon = computed(() => {
123
- return !props.icon;
124
- });
125
104
  // Styles
126
105
  const classAttribute = useClassAttribute();
127
- const rootStyles = computed(() => ['or-avatar', ...AvatarRoot, ...AvatarRootSizes[props.size], ...AvatarRootColors[props.color], ...(isIcon.value ? AvatarRootAbbreviationSizes[props.size] : AvatarRootIconSizes[props.size]), classAttribute.value]);
106
+ const rootStyles = computed(() => ['or-avatar', ...AvatarRoot, ...AvatarRootSizes[props.size], ...AvatarRootColors[props.color], classAttribute.value]);
128
107
  const imageStyles = computed(() => [...AvatarImage]);
129
108
  // Effects
130
109
  watchPostEffect(() => {
@@ -157,18 +136,13 @@ var __vue_render__ = function () {
157
136
  ref: "root",
158
137
  class: _vm.rootStyles
159
138
  }, 'div', _vm.$attrs, false), [_vm._t("default", function () {
160
- return [_vm.src ? _c('img', {
139
+ return [_c('img', {
161
140
  class: _vm.imageStyles,
162
141
  attrs: {
163
142
  "src": _vm.src,
164
143
  "alt": ''
165
144
  }
166
- }) : _vm.icon ? _c('or-icon', {
167
- attrs: {
168
- "icon": _vm.icon,
169
- "size": "inherit"
170
- }
171
- }) : _vm._e()];
145
+ })];
172
146
  })], 2);
173
147
  };
174
148
  var __vue_staticRenderFns__ = [];
@@ -29,6 +29,8 @@ const ButtonRoot = [
29
29
  'layout-inline-row justify-center',
30
30
  // Shape
31
31
  'rounded-md',
32
+ // Sizing
33
+ 'min-w-[96px]',
32
34
  // Interactivity
33
35
  'interactivity-auto',
34
36
  // Typography
@@ -47,7 +49,9 @@ const ButtonRootVariants = {
47
49
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
48
50
  'link': [
49
51
  // Spacing
50
- 'gap-sm md:gap-xs']
52
+ 'gap-sm md:gap-xs',
53
+ // Sizing
54
+ 'min-w-[auto]']
51
55
  };
52
56
  const ButtonRootColors = {
53
57
  'primary-contained': [
@@ -2,7 +2,7 @@ import './index-fa6eb4ca.js';
2
2
  import { useMagicKeys, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-17f264f9.js';
4
4
  import { O as OrOverlay } from './OrOverlay-3c89d622.js';
5
- import { O as OrButton, a as ButtonColor } from './OrButton-0e91a808.js';
5
+ import { O as OrButton, a as ButtonColor } from './OrButton-4b99c680.js';
6
6
  import { O as OrInput } from './OrInput-8b90e08f.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,11 +1,11 @@
1
1
  export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-0a2c265f.js';
2
- export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-ae61bfb9.js';
2
+ export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-2fa559e1.js';
3
3
  export { O as OrBottomSheetV3 } from '../OrBottomSheet-1cd1ab4c.js';
4
4
  export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-2abd29d0.js';
5
5
  export { O as OrButtonV2 } from '../OrButton-705cd0bd.js';
6
6
  export { O as OrIconButton } from '../OrIconButton-65962c1c.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
8
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-0e91a808.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-4b99c680.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
11
11
  export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-a9a779ea.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-edc7a1f5.js';
19
19
  export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-a1a37e83.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-18c534df.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-cab6535b.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
24
24
  export { O as OrError } from '../OrError-31503e4c.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-d0c5bcf4.js';
@@ -20,7 +20,7 @@ export declare const WithTextInSlot: StoryFn<import("vue").ComponentOptions<impo
20
20
  } | string[], {} & {}, {
21
21
  [x: number]: string;
22
22
  } | {}, true>)>;
23
- export declare const WithIcon: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
23
+ export declare const WithIconInSlot: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
24
24
  [x: string]: ((...args: any[]) => any) | null;
25
25
  } | string[], {} & {}, {
26
26
  [x: number]: string;
@@ -13,10 +13,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
13
13
  type: PropType<AvatarSize>;
14
14
  default: AvatarSize;
15
15
  };
16
- icon: {
17
- type: StringConstructor;
18
- default: undefined;
19
- };
20
16
  color: {
21
17
  type: PropType<AvatarColor>;
22
18
  default: AvatarColor;
@@ -36,10 +32,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
36
32
  type: PropType<AvatarSize>;
37
33
  default: AvatarSize;
38
34
  };
39
- icon: {
40
- type: StringConstructor;
41
- default: undefined;
42
- };
43
35
  color: {
44
36
  type: PropType<AvatarColor>;
45
37
  default: AvatarColor;
@@ -53,7 +45,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
53
45
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
54
46
  src: string;
55
47
  size: AvatarSize;
56
- icon: string;
57
48
  color: AvatarColor;
58
49
  colorSalt: string;
59
50
  } & {}, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -63,13 +54,11 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
63
54
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
64
55
  src: string;
65
56
  size: AvatarSize;
66
- icon: string;
67
57
  color: AvatarColor;
68
58
  colorSalt: string;
69
59
  } & {}, {
70
60
  src: string;
71
61
  size: AvatarSize;
72
- icon: string;
73
62
  color: AvatarColor;
74
63
  colorSalt: string;
75
64
  }, true>);
@@ -1,8 +1,7 @@
1
- export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../../OrAvatar-ae61bfb9.js';
1
+ export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../../OrAvatar-2fa559e1.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import '../../color-1f348774.js';
6
- import '../../OrIcon-8625385f.js';
7
6
  import '../../useClassAttribute-9bf33346.js';
8
7
  import '../../normalize-component-6e8e3d80.js';
@@ -2,8 +2,7 @@ export declare enum AvatarSize {
2
2
  XL = "xl",
3
3
  L = "l",
4
4
  M = "m",
5
- S = "s",
6
- XS = "xs"
5
+ S = "s"
7
6
  }
8
7
  export declare enum AvatarColor {
9
8
  blue = "blue",
@@ -3,5 +3,3 @@ export declare const AvatarRoot: string[];
3
3
  export declare const AvatarImage: string[];
4
4
  export declare const AvatarRootSizes: Record<AvatarSize, string[]>;
5
5
  export declare const AvatarRootColors: Record<AvatarColor, string[]>;
6
- export declare const AvatarRootAbbreviationSizes: Record<AvatarSize, string[]>;
7
- export declare const AvatarRootIconSizes: Record<AvatarSize, string[]>;
@@ -1,4 +1,4 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-0e91a808.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-4b99c680.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-18c534df.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-cab6535b.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -10,7 +10,7 @@ import 'portal-vue';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
11
  import '../../useClassAttribute-9bf33346.js';
12
12
  import '../../useElevation-aac032f4.js';
13
- import '../../OrButton-0e91a808.js';
13
+ import '../../OrButton-4b99c680.js';
14
14
  import '../../OrLoader-6a1f937b.js';
15
15
  import '../../OrInput-8b90e08f.js';
16
16
  import '../../OrError-aad17598.js';