@onereach/ui-components 4.7.4-beta.2870.0 → 4.7.4

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 (172) hide show
  1. package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +6 -2
  2. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +1 -1
  3. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +1 -1
  4. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +0 -2
  5. package/dist/bundled/v2/components/OrInputV3/styles.js +2 -2
  6. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +2 -14
  7. package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +3 -7
  8. package/dist/bundled/v2/components/OrTagsV3/styles.js +0 -2
  9. package/dist/bundled/v2/components/OrTextareaV3/styles.js +1 -1
  10. package/dist/bundled/v2/components/index.d.ts +1 -2
  11. package/dist/bundled/v2/components/index.js +4 -6
  12. package/dist/bundled/v2/hooks/useTheme.js +0 -6
  13. package/dist/bundled/v2/index.js +6 -8
  14. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-748fb337.js → OrCardCollection.vue_vue_type_script_lang-ec925f28.js} +1 -1
  15. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-93458f1f.js → OrConfirm.vue_vue_type_script_lang-0f1a6320.js} +1 -1
  16. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-8ec017e2.js → OrDatePicker.vue_vue_type_script_lang-3f8700f9.js} +1 -1
  17. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-fec947db.js → OrDateTimePicker.vue_vue_type_script_lang-ecd7cbd1.js} +1 -1
  18. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-66363c62.js → OrInput.vue_vue_type_script_lang-a9fe34c8.js} +1 -1
  19. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-18dc2df8.js → OrSearch.vue_vue_type_script_lang-8a82fdc6.js} +1 -1
  20. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-359bac94.js → OrSelect.vue_vue_type_script_lang-ba73f458.js} +2 -2
  21. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-45bbc68e.js → OrTags.vue_vue_type_script_lang-c14463c4.js} +0 -2
  22. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-0d1a7a48.js → OrTextarea.vue_vue_type_script_lang-af284089.js} +1 -1
  23. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-c737eaa8.js → OrTimePicker.vue_vue_type_script_lang-845ec78b.js} +1 -1
  24. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +5 -5
  25. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +4 -4
  26. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +6 -2
  27. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
  28. package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
  29. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +3 -3
  30. package/dist/bundled/v3/components/OrDatePickerV3/index.js +2 -2
  31. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
  32. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +2 -2
  33. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
  34. package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
  35. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
  36. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
  37. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
  38. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +1 -1
  39. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +2 -2
  40. package/dist/bundled/v3/components/OrInputBoxV3/index.js +1 -1
  41. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +0 -2
  42. package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
  43. package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
  44. package/dist/bundled/v3/components/OrInputV3/styles.js +2 -2
  45. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
  46. package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
  47. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +4 -4
  48. package/dist/bundled/v3/components/OrSelectV3/index.js +3 -3
  49. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +6 -8
  50. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +2 -7
  51. package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
  52. package/dist/bundled/v3/components/OrTagsV3/styles.js +0 -2
  53. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +3 -3
  54. package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -2
  55. package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
  56. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
  57. package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
  58. package/dist/bundled/v3/components/index.d.ts +1 -2
  59. package/dist/bundled/v3/components/index.js +17 -20
  60. package/dist/bundled/v3/hooks/useTheme.js +0 -6
  61. package/dist/bundled/v3/index.js +19 -22
  62. package/dist/esm/v2/{OrCardCollection-bd173449.js → OrCardCollection-a9736f16.js} +8 -4
  63. package/dist/esm/v2/{OrCombinedInput-ed20e33b.js → OrCombinedInput-9c2b15fe.js} +1 -1
  64. package/dist/esm/v2/{OrConfirm-0b56c11f.js → OrConfirm-fc656b7e.js} +1 -1
  65. package/dist/esm/v2/{OrDatePicker-0989a40c.js → OrDatePicker-73c19c1c.js} +2 -2
  66. package/dist/esm/v2/{OrDateTimePicker-ac766f04.js → OrDateTimePicker-aff87aaa.js} +2 -2
  67. package/dist/esm/v2/{OrInlineInput-84a8398c.js → OrInlineInput-252510d7.js} +1 -1
  68. package/dist/esm/v2/{OrInlineTextarea-f2ecbd39.js → OrInlineTextarea-8df56c4d.js} +1 -1
  69. package/dist/esm/v2/{OrInput-2eeff16a.js → OrInput-39feafce.js} +4 -4
  70. package/dist/esm/v2/{OrInputBox-11227ecd.js → OrInputBox-7f3c0ee9.js} +1 -1
  71. package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-1715021a.js → OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js} +0 -2
  72. package/dist/esm/v2/{OrSearch-33e3b0e4.js → OrSearch-cbd7fd0b.js} +2 -2
  73. package/dist/esm/v2/{OrSelect-340ae8d0.js → OrSelect-1132c7dc.js} +3 -3
  74. package/dist/esm/v2/{OrTags-9048733c.js → OrTags-e80cd854.js} +2 -16
  75. package/dist/esm/v2/{OrTextarea-978fb518.js → OrTextarea-01df0715.js} +3 -3
  76. package/dist/esm/v2/{OrTimePicker-5fd08ad2.js → OrTimePicker-00b7319c.js} +2 -2
  77. package/dist/esm/v2/components/index.d.ts +1 -2
  78. package/dist/esm/v2/components/index.js +16 -17
  79. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  80. package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
  81. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  82. package/dist/esm/v2/components/or-date-picker-v3/index.js +3 -3
  83. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +3 -3
  84. package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
  85. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
  86. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
  87. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  88. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  89. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  90. package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +3 -7
  91. package/dist/esm/v2/components/or-tags-v3/index.js +1 -1
  92. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
  93. package/dist/esm/v2/components/or-time-picker-v3/index.js +3 -3
  94. package/dist/esm/v2/index.js +16 -17
  95. package/dist/esm/v3/{OrCardCollection-c5d5506c.js → OrCardCollection-8d41fafc.js} +8 -4
  96. package/dist/esm/v3/{OrCombinedInput-e3891038.js → OrCombinedInput-b5ba46a1.js} +1 -1
  97. package/dist/esm/v3/{OrConfirm-5509c440.js → OrConfirm-e8ee0b8f.js} +1 -1
  98. package/dist/esm/v3/{OrDatePicker-6ac8578a.js → OrDatePicker-19a07bb4.js} +1 -1
  99. package/dist/esm/v3/{OrDateTimePicker-b15d4198.js → OrDateTimePicker-219fa71d.js} +1 -1
  100. package/dist/esm/v3/{OrInlineInput-a6c33dc0.js → OrInlineInput-5d452b98.js} +1 -1
  101. package/dist/esm/v3/{OrInlineTextarea-f060dab5.js → OrInlineTextarea-1a769972.js} +1 -1
  102. package/dist/esm/v3/{OrInput-c653aedb.js → OrInput-a303f924.js} +3 -3
  103. package/dist/esm/v3/{OrInputBox-32b37b17.js → OrInputBox-32814878.js} +0 -2
  104. package/dist/esm/v3/{OrSearch-b945651d.js → OrSearch-c5ecb005.js} +2 -2
  105. package/dist/esm/v3/{OrSelect-a9be2490.js → OrSelect-9432ac4d.js} +2 -2
  106. package/dist/esm/v3/{OrTags-1621cbb9.js → OrTags-3f0ab56f.js} +4 -10
  107. package/dist/esm/v3/{OrTextarea-1e19417a.js → OrTextarea-0f9a2a27.js} +2 -2
  108. package/dist/esm/v3/{OrTimePicker-d66edf77.js → OrTimePicker-5cb9eb34.js} +1 -1
  109. package/dist/esm/v3/components/index.d.ts +1 -2
  110. package/dist/esm/v3/components/index.js +15 -16
  111. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  112. package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
  113. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  114. package/dist/esm/v3/components/or-date-picker-v3/index.js +2 -2
  115. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +2 -2
  116. package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
  117. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
  118. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  119. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  120. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  121. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  122. package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +2 -7
  123. package/dist/esm/v3/components/or-tags-v3/index.js +1 -1
  124. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  125. package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
  126. package/dist/esm/v3/index.js +15 -16
  127. package/package.json +4 -3
  128. package/src/components/index.ts +1 -2
  129. package/src/components/or-card-collection-v3/styles.ts +7 -0
  130. package/src/components/or-inline-input-v3/styles.ts +1 -1
  131. package/src/components/or-inline-textarea-v3/styles.ts +1 -1
  132. package/src/components/or-input-box-v3/styles.ts +0 -3
  133. package/src/components/or-input-v3/styles.ts +2 -2
  134. package/src/components/or-tags-v3/OrTags.vue +0 -14
  135. package/src/components/or-tags-v3/styles.ts +0 -3
  136. package/src/components/or-textarea-v3/styles.ts +1 -1
  137. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +0 -359
  138. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -179
  139. package/dist/bundled/v2/components/OrTagInputV3/index.d.ts +0 -2
  140. package/dist/bundled/v2/components/OrTagInputV3/index.js +0 -55
  141. package/dist/bundled/v2/components/OrTagInputV3/props.d.ts +0 -1
  142. package/dist/bundled/v2/components/OrTagInputV3/props.js +0 -1
  143. package/dist/bundled/v2/components/OrTagInputV3/styles.d.ts +0 -3
  144. package/dist/bundled/v2/components/OrTagInputV3/styles.js +0 -17
  145. package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-60f6d6de.js +0 -149
  146. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +0 -170
  147. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -131
  148. package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +0 -2
  149. package/dist/bundled/v3/components/OrTagInputV3/index.js +0 -68
  150. package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +0 -1
  151. package/dist/bundled/v3/components/OrTagInputV3/props.js +0 -1
  152. package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +0 -3
  153. package/dist/bundled/v3/components/OrTagInputV3/styles.js +0 -17
  154. package/dist/esm/v2/OrTagInput-0a313fa1.js +0 -336
  155. package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -179
  156. package/dist/esm/v2/components/or-tag-input-v3/index.d.ts +0 -2
  157. package/dist/esm/v2/components/or-tag-input-v3/index.js +0 -31
  158. package/dist/esm/v2/components/or-tag-input-v3/props.d.ts +0 -1
  159. package/dist/esm/v2/components/or-tag-input-v3/styles.d.ts +0 -3
  160. package/dist/esm/v3/OrTagInput-14f5f8c9.js +0 -261
  161. package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -131
  162. package/dist/esm/v3/components/or-tag-input-v3/index.d.ts +0 -2
  163. package/dist/esm/v3/components/or-tag-input-v3/index.js +0 -29
  164. package/dist/esm/v3/components/or-tag-input-v3/props.d.ts +0 -1
  165. package/dist/esm/v3/components/or-tag-input-v3/styles.d.ts +0 -3
  166. package/src/components/or-tag-input-v3/OrTagInput.vue +0 -296
  167. package/src/components/or-tag-input-v3/index.ts +0 -2
  168. package/src/components/or-tag-input-v3/props.ts +0 -1
  169. package/src/components/or-tag-input-v3/styles.ts +0 -24
  170. /package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-820cc7e9.js → OrInlineInput.vue_vue_type_script_lang-c4fb7c0e.js} +0 -0
  171. /package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8e639991.js → OrInlineTextarea.vue_vue_type_script_lang-4569f111.js} +0 -0
  172. /package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-49fb179a.js → OrInputBox.vue_vue_type_script_lang-ede24b04.js} +0 -0
@@ -2,7 +2,9 @@ const CardCollectionRoot = [
2
2
  // Layout
3
3
  'layout-column',
4
4
  // Spacing
5
- 'gap-md'];
5
+ 'gap-md', 'max-h-full',
6
+ // Overflow
7
+ 'overflow-hidden'];
6
8
  const CardCollectionToolbar = [
7
9
  // Layout
8
10
  'layout-row justify-between',
@@ -19,7 +21,9 @@ const CardCollectionContent = [
19
21
  // Layout
20
22
  'grid',
21
23
  // Spacing
22
- 'gap-sm md:gap-md'];
24
+ 'gap-sm md:gap-md',
25
+ // Overflow
26
+ 'overflow-auto'];
23
27
  const CardCollectionContentViews = {
24
28
  'grid': [
25
29
  // Layout
@@ -8,7 +8,7 @@ const InlineInputControl = [
8
8
  'w-full',
9
9
  // Typography
10
10
  'typography-inherit',
11
- // Theme (placeholder)
11
+ // Theme
12
12
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
13
13
  const InlineInputAction = [
14
14
  // Layout
@@ -8,7 +8,7 @@ const InlineTextareaControl = [
8
8
  'w-full',
9
9
  // Typography
10
10
  'typography-inherit',
11
- // Theme (placeholder)
11
+ // Theme
12
12
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
13
13
  const InlineTextareaAction = [
14
14
  // Layout
@@ -1,8 +1,6 @@
1
1
  const InputBoxRoot = [
2
2
  // Layout
3
3
  'layout-row',
4
- // Overflow
5
- 'overflow-hidden',
6
4
  // Box
7
5
  'w-full',
8
6
  // Shape
@@ -5,10 +5,10 @@ const InputRoot = [
5
5
  'gap-xs'];
6
6
  const InputControl = [
7
7
  // Box
8
- 'flex-auto',
8
+ 'w-full',
9
9
  // Typography
10
10
  'typography-inherit',
11
- // Theme (placeholder)
11
+ // Theme
12
12
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
13
13
 
14
14
  export { InputControl, InputRoot };
@@ -54,8 +54,6 @@ var script = defineComponent({
54
54
  default: undefined
55
55
  }
56
56
  },
57
- emits: ['click', 'focus', 'blur', 'reset'],
58
- expose: ['root'],
59
57
  setup(props) {
60
58
  // Refs
61
59
  const root = ref();
@@ -114,12 +112,7 @@ var __vue_render__ = function () {
114
112
  class: _vm.containerStyles
115
113
  }, _vm._l(_vm.items, function (item) {
116
114
  return _c('OrTag', _vm._b({
117
- key: item,
118
- on: {
119
- "reset": function ($event) {
120
- return _vm.$emit('reset', item);
121
- }
122
- }
115
+ key: item
123
116
  }, 'OrTag', _vm.tagProps, false), [_vm._v("\n " + _vm._s(item) + "\n ")]);
124
117
  }), 1), _vm._v(" "), _vm.overflowItems.length > 0 ? [_c('OrButton', {
125
118
  ref: "overflowButton",
@@ -144,12 +137,7 @@ var __vue_render__ = function () {
144
137
  class: _vm.overflowPopoverStyles
145
138
  }, _vm._l(_vm.overflowItems, function (item) {
146
139
  return _c('OrTag', _vm._b({
147
- key: item,
148
- on: {
149
- "reset": function ($event) {
150
- return _vm.$emit('reset', item);
151
- }
152
- }
140
+ key: item
153
141
  }, 'OrTag', _vm.tagProps, false), [_vm._v("\n " + _vm._s(item) + "\n ")]);
154
142
  }), 1)])] : _vm._e()], 2);
155
143
  };
@@ -46,9 +46,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
46
46
  tagProps: Readonly<Partial<{
47
47
  [x: number]: string;
48
48
  } | {}> & Omit<{} & {}, never>>;
49
- } & {} & {
50
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
51
- }, import("@vue/composition-api").ShallowUnwrapRef<{
49
+ } & {}, import("@vue/composition-api").ShallowUnwrapRef<{
52
50
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
53
51
  container: import("@vue/composition-api").Ref<HTMLElement | undefined>;
54
52
  overflowButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
@@ -68,14 +66,12 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
68
66
  overflowButtonStyles: import("@vue/composition-api").ComputedRef<string[]>;
69
67
  overflowPopoverStyles: import("@vue/composition-api").ComputedRef<string[]>;
70
68
  overflowItems: import("@vue/composition-api").ComputedRef<string[]>;
71
- }>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
69
+ }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
72
70
  items: string[];
73
71
  tagProps: Readonly<Partial<{
74
72
  [x: number]: string;
75
73
  } | {}> & Omit<{} & {}, never>>;
76
- } & {} & {
77
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
78
- }, {
74
+ } & {}, {
79
75
  items: string[];
80
76
  tagProps: Readonly<Partial<{
81
77
  [x: number]: string;
@@ -1,8 +1,6 @@
1
1
  const Tags = [
2
2
  // Layout
3
3
  'layout-row',
4
- // Overflow
5
- 'overflow-hidden',
6
4
  // Spacing
7
5
  'gap-sm',
8
6
  // Theme
@@ -10,7 +10,7 @@ const TextareaControl = [
10
10
  'px-md md:px-sm+', 'py-sm md:py-xs', '!m-none',
11
11
  // Typography
12
12
  'typography-inherit',
13
- // Theme (placeholder)
13
+ // Theme
14
14
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
15
15
 
16
16
  export { TextareaControl, TextareaRoot };
@@ -10,9 +10,9 @@ export * from './or-card-collection-v3';
10
10
  export * from './or-card-v3';
11
11
  export * from './or-carousel';
12
12
  export * from './or-checkbox';
13
+ export * from './or-checkbox-v3';
13
14
  export * from './or-checkbox-group-v3';
14
15
  export * from './or-checkbox-tree-v3';
15
- export * from './or-checkbox-v3';
16
16
  export * from './or-chips';
17
17
  export * from './or-code';
18
18
  export * from './or-collapse';
@@ -90,7 +90,6 @@ export * from './or-tab-v3';
90
90
  export * from './or-tabs';
91
91
  export * from './or-tabs-v3';
92
92
  export * from './or-tag';
93
- export * from './or-tag-input-v3';
94
93
  export * from './or-tag-v3';
95
94
  export * from './or-tags-v3';
96
95
  export * from './or-teleport';
@@ -20,9 +20,9 @@ export { default as OrCardV3 } from './OrCardV3/OrCard.js';
20
20
  export { default as OrCarousel } from './OrCarousel/OrCarousel.js';
21
21
  export { default as OrCarouselItem } from './OrCarouselItem/OrCarouselItem.js';
22
22
  export { default as OrCheckbox } from './OrCheckbox/OrCheckbox.js';
23
+ export { default as OrCheckboxV3 } from './OrCheckboxV3/OrCheckbox.js';
23
24
  export { default as OrCheckboxGroupV3 } from './OrCheckboxGroupV3/OrCheckboxGroup.js';
24
25
  export { default as OrCheckboxTreeV3 } from './OrCheckboxTreeV3/OrCheckboxTree.js';
25
- export { default as OrCheckboxV3 } from './OrCheckboxV3/OrCheckbox.js';
26
26
  export { default as OrChip } from './OrChip/OrChip.js';
27
27
  export { default as OrChips } from './OrChips/OrChips.js';
28
28
  export { default as OrCode } from './OrCode/OrCode.js';
@@ -31,7 +31,7 @@ export { default as OrCollapse } from './OrCollapse/OrCollapse.js';
31
31
  export { default as OrColorPicker } from './OrColorPicker/OrColorPicker.js';
32
32
  export { amber, black, blue, blueGrey, brown, cyan, deepOrange, deepPurple, green, indigo, lightBlue, lightGreen, lime, orange, pink, purple, red, teal, white, yellow } from './OrColorPicker/constants.js';
33
33
  export { default as OrCombinedInputV3 } from './OrCombinedInputV3/OrCombinedInput.js';
34
- export { InputBoxSize as CombinedInputSize, InputBoxSize as DatePickerSize, InputBoxSize as DateTimePickerSize, InputBoxSize, InputBoxVariant, InputBoxSize as InputSize, InputBoxSize as SearchSize, InputBoxSize as SelectSize, InputBoxSize as TagInputSize, InputBoxSize as TextareaSize, InputBoxSize as TimePickerSize } from './OrInputBoxV3/props.js';
34
+ export { InputBoxSize as CombinedInputSize, InputBoxSize as DatePickerSize, InputBoxSize as DateTimePickerSize, InputBoxSize, InputBoxVariant, InputBoxSize as InputSize, InputBoxSize as SearchSize, InputBoxSize as SelectSize, InputBoxSize as TextareaSize, InputBoxSize as TimePickerSize } from './OrInputBoxV3/props.js';
35
35
  export { default as OrConfirm } from './OrConfirm/OrConfirm.js';
36
36
  export { default as OrConfirmV3 } from './OrConfirmV3/OrConfirm.js';
37
37
  export { ConfirmType } from './OrConfirmV3/props.js';
@@ -137,7 +137,6 @@ export { default as OrTabs } from './OrTabs/OrTabs.js';
137
137
  export { default as OrTabsV3 } from './OrTabsV3/OrTabs.js';
138
138
  export { TabsVariant } from './OrTabsV3/props.js';
139
139
  export { default as OrTag } from './OrTag/OrTag.js';
140
- export { default as OrTagInputV3 } from './OrTagInputV3/OrTagInput.js';
141
140
  export { default as OrTagV3 } from './OrTagV3/OrTag.js';
142
141
  export { TagColor, TagVariant } from './OrTagV3/props.js';
143
142
  export { default as OrTagsV3 } from './OrTagsV3/OrTags.js';
@@ -209,10 +208,10 @@ import '../hooks/useControlAttributes.js';
209
208
  import '../hooks/useValidationAttributes.js';
210
209
  import './OrCardV3/styles.js';
211
210
  import './OrCarousel/constants.js';
212
- import './OrCheckboxTreeV3/styles.js';
213
- import '../utils/functions/flattenDeep.js';
214
211
  import '../utils/isEmptyValue.js';
215
212
  import './OrCheckboxV3/styles.js';
213
+ import './OrCheckboxTreeV3/styles.js';
214
+ import '../utils/functions/flattenDeep.js';
216
215
  import './OrFormGroupV3/styles.js';
217
216
  import './OrChips/constants.js';
218
217
  import '../index-cf2c3c27.js';
@@ -267,7 +266,6 @@ import './OrSortHeaderV3/styles.js';
267
266
  import './OrSwitchV3/styles.js';
268
267
  import './OrTabV3/styles.js';
269
268
  import './OrTabsV3/styles.js';
270
- import './OrTagInputV3/styles.js';
271
269
  import './OrTagsV3/styles.js';
272
270
  import './OrTextV3/styles.js';
273
271
  import './OrTextareaV3/styles.js';
@@ -2176,15 +2176,9 @@ var tailwind_config_preset = {
2176
2176
 
2177
2177
  return {
2178
2178
  display: prefix + 'flex',
2179
-
2180
2179
  flexFlow: `${direction} nowrap`,
2181
2180
  flex: prefix === 'inline-' ? '0 0 auto' : undefined,
2182
-
2183
- alignContent: direction === 'row' ? 'center' : undefined,
2184
- justifyContent: direction === 'column' ? 'stretch' : undefined,
2185
-
2186
2181
  alignItems: direction === 'row' ? 'center' : undefined,
2187
- justifyItems: direction === 'column' ? 'stretch' : undefined,
2188
2182
  };
2189
2183
  },
2190
2184
  }, {