@onereach/ui-components 4.8.0 → 4.8.1-beta.2888.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 (169) hide show
  1. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +1 -1
  2. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +1 -1
  3. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +2 -0
  4. package/dist/bundled/v2/components/OrInputV3/styles.js +2 -2
  5. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +359 -0
  6. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +179 -0
  7. package/dist/bundled/v2/components/OrTagInputV3/index.d.ts +2 -0
  8. package/dist/bundled/v2/components/OrTagInputV3/index.js +55 -0
  9. package/dist/bundled/v2/components/OrTagInputV3/props.d.ts +1 -0
  10. package/dist/bundled/v2/components/OrTagInputV3/props.js +1 -0
  11. package/dist/bundled/v2/components/OrTagInputV3/styles.d.ts +3 -0
  12. package/dist/bundled/v2/components/OrTagInputV3/styles.js +17 -0
  13. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +14 -2
  14. package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +7 -3
  15. package/dist/bundled/v2/components/OrTagsV3/styles.js +2 -0
  16. package/dist/bundled/v2/components/OrTextareaV3/styles.js +1 -1
  17. package/dist/bundled/v2/components/index.d.ts +2 -1
  18. package/dist/bundled/v2/components/index.js +6 -4
  19. package/dist/bundled/v2/hooks/useTheme.js +8 -0
  20. package/dist/bundled/v2/index.js +8 -6
  21. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-ec925f28.js → OrCardCollection.vue_vue_type_script_lang-3e7aa91a.js} +1 -1
  22. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-0f1a6320.js → OrConfirm.vue_vue_type_script_lang-93458f1f.js} +1 -1
  23. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-3f8700f9.js → OrDatePicker.vue_vue_type_script_lang-8ec017e2.js} +1 -1
  24. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-ecd7cbd1.js → OrDateTimePicker.vue_vue_type_script_lang-fec947db.js} +1 -1
  25. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-a9fe34c8.js → OrInput.vue_vue_type_script_lang-66363c62.js} +1 -1
  26. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8a82fdc6.js → OrSearch.vue_vue_type_script_lang-18dc2df8.js} +1 -1
  27. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-85fcf3fa.js → OrSelect.vue_vue_type_script_lang-72c1db17.js} +2 -2
  28. package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-60f6d6de.js +149 -0
  29. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-c14463c4.js → OrTags.vue_vue_type_script_lang-45bbc68e.js} +2 -0
  30. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-af284089.js → OrTextarea.vue_vue_type_script_lang-0d1a7a48.js} +1 -1
  31. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-845ec78b.js → OrTimePicker.vue_vue_type_script_lang-c737eaa8.js} +1 -1
  32. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +5 -5
  33. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +4 -4
  34. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
  35. package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
  36. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +3 -3
  37. package/dist/bundled/v3/components/OrDatePickerV3/index.js +2 -2
  38. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
  39. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +2 -2
  40. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
  41. package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
  42. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
  43. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
  44. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
  45. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +1 -1
  46. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +2 -2
  47. package/dist/bundled/v3/components/OrInputBoxV3/index.js +1 -1
  48. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +2 -0
  49. package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
  50. package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
  51. package/dist/bundled/v3/components/OrInputV3/styles.js +2 -2
  52. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
  53. package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
  54. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +4 -4
  55. package/dist/bundled/v3/components/OrSelectV3/index.js +3 -3
  56. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +171 -0
  57. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +131 -0
  58. package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +2 -0
  59. package/dist/bundled/v3/components/OrTagInputV3/index.js +68 -0
  60. package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +1 -0
  61. package/dist/bundled/v3/components/OrTagInputV3/props.js +1 -0
  62. package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +3 -0
  63. package/dist/bundled/v3/components/OrTagInputV3/styles.js +17 -0
  64. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +8 -6
  65. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +7 -2
  66. package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
  67. package/dist/bundled/v3/components/OrTagsV3/styles.js +2 -0
  68. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +3 -3
  69. package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -2
  70. package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
  71. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
  72. package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
  73. package/dist/bundled/v3/components/index.d.ts +2 -1
  74. package/dist/bundled/v3/components/index.js +20 -17
  75. package/dist/bundled/v3/hooks/useTheme.js +8 -0
  76. package/dist/bundled/v3/index.js +22 -19
  77. package/dist/esm/v2/{OrCardCollection-a9736f16.js → OrCardCollection-79b90811.js} +2 -2
  78. package/dist/esm/v2/{OrCombinedInput-9c2b15fe.js → OrCombinedInput-ed20e33b.js} +1 -1
  79. package/dist/esm/v2/{OrConfirm-fc656b7e.js → OrConfirm-0b56c11f.js} +1 -1
  80. package/dist/esm/v2/{OrDatePicker-73c19c1c.js → OrDatePicker-0989a40c.js} +2 -2
  81. package/dist/esm/v2/{OrDateTimePicker-aff87aaa.js → OrDateTimePicker-ac766f04.js} +2 -2
  82. package/dist/esm/v2/{OrInlineInput-252510d7.js → OrInlineInput-84a8398c.js} +1 -1
  83. package/dist/esm/v2/{OrInlineTextarea-8df56c4d.js → OrInlineTextarea-f2ecbd39.js} +1 -1
  84. package/dist/esm/v2/{OrInput-39feafce.js → OrInput-2eeff16a.js} +4 -4
  85. package/dist/esm/v2/{OrInputBox-7f3c0ee9.js → OrInputBox-11227ecd.js} +1 -1
  86. package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js → OrInputBox.vue_rollup-plugin-vue_script-1715021a.js} +2 -0
  87. package/dist/esm/v2/{OrSearch-cbd7fd0b.js → OrSearch-33e3b0e4.js} +2 -2
  88. package/dist/esm/v2/{OrSelect-7f2d3a94.js → OrSelect-1ee299d9.js} +3 -3
  89. package/dist/esm/v2/OrTagInput-63697869.js +336 -0
  90. package/dist/esm/v2/{OrTags-e80cd854.js → OrTags-9048733c.js} +16 -2
  91. package/dist/esm/v2/{OrTextarea-01df0715.js → OrTextarea-978fb518.js} +3 -3
  92. package/dist/esm/v2/{OrTimePicker-00b7319c.js → OrTimePicker-5fd08ad2.js} +2 -2
  93. package/dist/esm/v2/components/index.d.ts +2 -1
  94. package/dist/esm/v2/components/index.js +17 -16
  95. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  96. package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
  97. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  98. package/dist/esm/v2/components/or-date-picker-v3/index.js +3 -3
  99. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +3 -3
  100. package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
  101. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
  102. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
  103. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  104. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  105. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  106. package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +179 -0
  107. package/dist/esm/v2/components/or-tag-input-v3/index.d.ts +2 -0
  108. package/dist/esm/v2/components/or-tag-input-v3/index.js +31 -0
  109. package/dist/esm/v2/components/or-tag-input-v3/props.d.ts +1 -0
  110. package/dist/esm/v2/components/or-tag-input-v3/styles.d.ts +3 -0
  111. package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +7 -3
  112. package/dist/esm/v2/components/or-tags-v3/index.js +1 -1
  113. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
  114. package/dist/esm/v2/components/or-time-picker-v3/index.js +3 -3
  115. package/dist/esm/v2/index.js +17 -16
  116. package/dist/esm/v3/{OrCardCollection-8d41fafc.js → OrCardCollection-76f937d5.js} +2 -2
  117. package/dist/esm/v3/{OrCombinedInput-b5ba46a1.js → OrCombinedInput-e3891038.js} +1 -1
  118. package/dist/esm/v3/{OrConfirm-e8ee0b8f.js → OrConfirm-5509c440.js} +1 -1
  119. package/dist/esm/v3/{OrDatePicker-19a07bb4.js → OrDatePicker-6ac8578a.js} +1 -1
  120. package/dist/esm/v3/{OrDateTimePicker-219fa71d.js → OrDateTimePicker-b15d4198.js} +1 -1
  121. package/dist/esm/v3/{OrInlineInput-5d452b98.js → OrInlineInput-a6c33dc0.js} +1 -1
  122. package/dist/esm/v3/{OrInlineTextarea-1a769972.js → OrInlineTextarea-f060dab5.js} +1 -1
  123. package/dist/esm/v3/{OrInput-a303f924.js → OrInput-c653aedb.js} +3 -3
  124. package/dist/esm/v3/{OrInputBox-32814878.js → OrInputBox-32b37b17.js} +2 -0
  125. package/dist/esm/v3/{OrSearch-c5ecb005.js → OrSearch-b945651d.js} +2 -2
  126. package/dist/esm/v3/{OrSelect-c931ed6e.js → OrSelect-5a2c078d.js} +2 -2
  127. package/dist/esm/v3/OrTagInput-6a6d1365.js +262 -0
  128. package/dist/esm/v3/{OrTags-3f0ab56f.js → OrTags-1621cbb9.js} +10 -4
  129. package/dist/esm/v3/{OrTextarea-0f9a2a27.js → OrTextarea-1e19417a.js} +2 -2
  130. package/dist/esm/v3/{OrTimePicker-5cb9eb34.js → OrTimePicker-d66edf77.js} +1 -1
  131. package/dist/esm/v3/components/index.d.ts +2 -1
  132. package/dist/esm/v3/components/index.js +16 -15
  133. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  134. package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
  135. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  136. package/dist/esm/v3/components/or-date-picker-v3/index.js +2 -2
  137. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +2 -2
  138. package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
  139. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
  140. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  141. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  142. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  143. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  144. package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +131 -0
  145. package/dist/esm/v3/components/or-tag-input-v3/index.d.ts +2 -0
  146. package/dist/esm/v3/components/or-tag-input-v3/index.js +29 -0
  147. package/dist/esm/v3/components/or-tag-input-v3/props.d.ts +1 -0
  148. package/dist/esm/v3/components/or-tag-input-v3/styles.d.ts +3 -0
  149. package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +7 -2
  150. package/dist/esm/v3/components/or-tags-v3/index.js +1 -1
  151. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  152. package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
  153. package/dist/esm/v3/index.js +16 -15
  154. package/package.json +3 -4
  155. package/src/components/index.ts +2 -1
  156. package/src/components/or-inline-input-v3/styles.ts +1 -1
  157. package/src/components/or-inline-textarea-v3/styles.ts +1 -1
  158. package/src/components/or-input-box-v3/styles.ts +3 -0
  159. package/src/components/or-input-v3/styles.ts +2 -2
  160. package/src/components/or-tag-input-v3/OrTagInput.vue +298 -0
  161. package/src/components/or-tag-input-v3/index.ts +2 -0
  162. package/src/components/or-tag-input-v3/props.ts +1 -0
  163. package/src/components/or-tag-input-v3/styles.ts +24 -0
  164. package/src/components/or-tags-v3/OrTags.vue +14 -0
  165. package/src/components/or-tags-v3/styles.ts +3 -0
  166. package/src/components/or-textarea-v3/styles.ts +1 -1
  167. /package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c4fb7c0e.js → OrInlineInput.vue_vue_type_script_lang-820cc7e9.js} +0 -0
  168. /package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-4569f111.js → OrInlineTextarea.vue_vue_type_script_lang-8e639991.js} +0 -0
  169. /package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-ede24b04.js → OrInputBox.vue_vue_type_script_lang-49fb179a.js} +0 -0
@@ -7,26 +7,26 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
7
7
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-c2b6aa9e.js';
8
8
  export { s as OrCard } from '../OrCard-e3a5aea4.js';
9
9
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-b9218f98.js';
10
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-8d41fafc.js';
10
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-76f937d5.js';
11
11
  export { s as OrCardV3 } from '../OrCard-cc82902c.js';
12
12
  export { s as OrCarousel } from '../OrCarousel-5cc74f26.js';
13
13
  export { s as OrCarouselItem } from '../OrCarouselItem-8c7ccd0f.js';
14
14
  export { s as OrCheckbox } from '../OrCheckbox-72ae9748.js';
15
- export { s as OrCheckboxV3 } from '../OrCheckbox-2194e473.js';
16
15
  export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-6c36527f.js';
17
16
  export { s as OrCheckboxTreeV3 } from '../OrCheckboxTree-1873a941.js';
17
+ export { s as OrCheckboxV3 } from '../OrCheckbox-2194e473.js';
18
18
  export { s as OrChip } from '../OrChip-857982e0.js';
19
19
  export { s as OrChips } from '../OrChips-053f3a92.js';
20
20
  export { s as OrCode, O as OrCodeLanguages } from '../OrCode-2f8cdf96.js';
21
21
  export { s as OrCollapse } from '../OrCollapse-a06f22aa.js';
22
22
  export { s 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-475c0be4.js';
23
- export { s as OrCombinedInputV3 } from '../OrCombinedInput-b5ba46a1.js';
24
- export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-32814878.js';
23
+ export { s as OrCombinedInputV3 } from '../OrCombinedInput-e3891038.js';
24
+ export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-32b37b17.js';
25
25
  export { s as OrConfirm } from '../OrConfirm-704f817e.js';
26
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-e8ee0b8f.js';
27
- export { s as OrDatePickerV3 } from '../OrDatePicker-19a07bb4.js';
26
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-5509c440.js';
27
+ export { s as OrDatePickerV3 } from '../OrDatePicker-6ac8578a.js';
28
28
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-c19dcefc.js';
29
- export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-219fa71d.js';
29
+ export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-b15d4198.js';
30
30
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
31
31
  export { s as OrError } from '../OrError-f90296db.js';
32
32
  export { s as OrErrorTagV3 } from '../OrErrorTag-ade9192b.js';
@@ -41,11 +41,11 @@ export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-d8ea7
41
41
  export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-0aaadc68.js';
42
42
  export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-62793572.js';
43
43
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-01fb2cb2.js';
44
- export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-5d452b98.js';
44
+ export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-a6c33dc0.js';
45
45
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-6bf54bd0.js';
46
- export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-1a769972.js';
46
+ export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-f060dab5.js';
47
47
  export { s as OrInput } from '../OrInput-9be9a209.js';
48
- export { I as InputType, s as OrInputV3 } from '../OrInput-a303f924.js';
48
+ export { I as InputType, s as OrInputV3 } from '../OrInput-c653aedb.js';
49
49
  export { s as OrLabel } from '../OrLabel-a7d99df4.js';
50
50
  export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-4da56db0.js';
51
51
  export { L as LinkColor, s as OrLinkV3 } from '../OrLink-7c4eedf0.js';
@@ -73,10 +73,10 @@ export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
73
73
  export { s as OrRadioGroupV3 } from '../OrRadioGroup-d215409c.js';
74
74
  export { s as OrRadioV3 } from '../OrRadio-4f0026c9.js';
75
75
  export { s as OrSearch } from '../OrSearch-d0c8aca7.js';
76
- export { s as OrSearchV3 } from '../OrSearch-c5ecb005.js';
76
+ export { s as OrSearchV3 } from '../OrSearch-b945651d.js';
77
77
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-359fbf3a.js';
78
78
  export { s as OrSelect } from '../OrSelect-60205145.js';
79
- export { s as OrSelectV3 } from '../OrSelect-c931ed6e.js';
79
+ export { s as OrSelectV3 } from '../OrSelect-5a2c078d.js';
80
80
  export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
81
81
  export { s as OrSidebarV3 } from '../OrSidebar-7f5795da.js';
82
82
  export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-5fb7a6a1.js';
@@ -98,15 +98,16 @@ export { s as OrTabV3 } from '../OrTab-f7e51ffb.js';
98
98
  export { s as OrTabs } from '../OrTabs-3da3ea89.js';
99
99
  export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-9e741419.js';
100
100
  export { s as OrTag } from '../OrTag-a2197abd.js';
101
+ export { s as OrTagInputV3 } from '../OrTagInput-6a6d1365.js';
101
102
  export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-fbeca419.js';
102
- export { s as OrTagsV3 } from '../OrTags-3f0ab56f.js';
103
+ export { s as OrTagsV3 } from '../OrTags-1621cbb9.js';
103
104
  export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
104
105
  export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
105
106
  export { s as OrTextV3 } from '../OrText-d54c951d.js';
106
107
  export { s as OrTextarea } from '../OrTextarea-31b54c7e.js';
107
- export { s as OrTextareaV3 } from '../OrTextarea-0f9a2a27.js';
108
+ export { s as OrTextareaV3 } from '../OrTextarea-1e19417a.js';
108
109
  export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-8d2903db.js';
109
- export { s as OrTimePickerV3 } from '../OrTimePicker-5cb9eb34.js';
110
+ export { s as OrTimePickerV3 } from '../OrTimePicker-d66edf77.js';
110
111
  export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-72b52576.js';
111
112
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-b5ea5cb2.js';
112
113
  export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-53cb1e6c.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-8d41fafc.js';
1
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-76f937d5.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-c2b6aa9e.js';
4
4
  import '../../OrLoader-b79022da.js';
@@ -19,12 +19,12 @@ import '../../OrOverlay-489fdf76.js';
19
19
  import '../../OrTeleport.vue3-8099178c.js';
20
20
  import '../../OrMenuItem-dbee450f.js';
21
21
  import '../../OrMenu-9659b8eb.js';
22
- import '../../OrSearch-c5ecb005.js';
23
- import '../../OrInput-a303f924.js';
22
+ import '../../OrSearch-b945651d.js';
23
+ import '../../OrInput-c653aedb.js';
24
24
  import '../../useIdAttribute-859439f0.js';
25
25
  import '../../useValidationAttributes-d1abbe34.js';
26
26
  import '../../OrError-c01d0c29.js';
27
27
  import '../../OrHint-06ab89d7.js';
28
- import '../../OrInputBox-32814878.js';
28
+ import '../../OrInputBox-32b37b17.js';
29
29
  import '../../OrLabel-4da56db0.js';
30
30
  import '../../style-inject.es-4c6f2515.js';
@@ -1,5 +1,5 @@
1
- export { s as OrCombinedInputV3 } from '../../OrCombinedInput-b5ba46a1.js';
2
- export { I as CombinedInputSize } from '../../OrInputBox-32814878.js';
1
+ export { s as OrCombinedInputV3 } from '../../OrCombinedInput-e3891038.js';
2
+ export { I as CombinedInputSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../OrError-c01d0c29.js';
5
5
  import 'vue';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-e8ee0b8f.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-5509c440.js';
2
2
  import '@vueuse/core';
3
3
  import '@vueuse/math';
4
4
  import 'vue-demi';
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
8
8
  import '../../OrButton-c2b6aa9e.js';
9
9
  import '../../OrLoader-b79022da.js';
10
10
  import 'vue';
11
- import '../../OrInput-a303f924.js';
11
+ import '../../OrInput-c653aedb.js';
12
12
  import '../../useIdAttribute-859439f0.js';
13
13
  import '../../useResponsive-a02e95b7.js';
14
14
  import '../../useValidationAttributes-d1abbe34.js';
@@ -23,6 +23,6 @@ import '../../useElevation-a50ec347.js';
23
23
  import '../../OrBottomSheet-f2f3aef9.js';
24
24
  import '../../OrOverlay-489fdf76.js';
25
25
  import '../../OrTeleport.vue3-8099178c.js';
26
- import '../../OrInputBox-32814878.js';
26
+ import '../../OrInputBox-32b37b17.js';
27
27
  import '../../OrLabel-4da56db0.js';
28
28
  import '../../style-inject.es-4c6f2515.js';
@@ -1,5 +1,5 @@
1
- export { s as OrDatePickerV3 } from '../../OrDatePicker-19a07bb4.js';
2
- export { I as DatePickerSize } from '../../OrInputBox-32814878.js';
1
+ export { s as OrDatePickerV3 } from '../../OrDatePicker-6ac8578a.js';
2
+ export { I as DatePickerSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
5
5
  import '../../OrDateTimePickerPopoverHeader-3ae517f8.js';
@@ -1,5 +1,5 @@
1
- export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-219fa71d.js';
2
- export { I as DateTimePickerSize } from '../../OrInputBox-32814878.js';
1
+ export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-b15d4198.js';
2
+ export { I as DateTimePickerSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
5
5
  import '../../OrError-c01d0c29.js';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-5d452b98.js';
1
+ export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-a6c33dc0.js';
2
2
  export { I as InlineInputSize } from '../../OrInlineInputBox-01fb2cb2.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
@@ -1,4 +1,4 @@
1
- export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-1a769972.js';
1
+ export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-f060dab5.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
@@ -1,3 +1,3 @@
1
- export { I as InputBoxSize, a as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox-32814878.js';
1
+ export { I as InputBoxSize, a as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox-32b37b17.js';
2
2
  import 'vue-demi';
3
3
  import 'vue';
@@ -1,5 +1,5 @@
1
- export { I as InputType, s as OrInputV3 } from '../../OrInput-a303f924.js';
2
- export { I as InputSize } from '../../OrInputBox-32814878.js';
1
+ export { I as InputType, s as OrInputV3 } from '../../OrInput-c653aedb.js';
2
+ export { I as InputSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
5
5
  import '@vueuse/core';
@@ -1,8 +1,8 @@
1
- export { s as OrSearchV3 } from '../../OrSearch-c5ecb005.js';
2
- export { I as SearchSize } from '../../OrInputBox-32814878.js';
1
+ export { s as OrSearchV3 } from '../../OrSearch-b945651d.js';
2
+ export { I as SearchSize } from '../../OrInputBox-32b37b17.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
- import '../../OrInput-a303f924.js';
5
+ import '../../OrInput-c653aedb.js';
6
6
  import '../../useIdAttribute-859439f0.js';
7
7
  import '../../useResponsive-a02e95b7.js';
8
8
  import '@onereach/styles/tailwind.config';
@@ -1,5 +1,5 @@
1
- export { s as OrSelectV3 } from '../../OrSelect-c931ed6e.js';
2
- export { I as SelectSize } from '../../OrInputBox-32814878.js';
1
+ export { s as OrSelectV3 } from '../../OrSelect-5a2c078d.js';
2
+ export { I as SelectSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
5
5
  import '../../useOverflow-c856b7b7.js';
@@ -16,7 +16,7 @@ import '../../OrExpansionPanel-df527763.js';
16
16
  import '../../usePopoverState-8a95a300.js';
17
17
  import '../../OrIcon-62793572.js';
18
18
  import '../../OrHint-06ab89d7.js';
19
- import '../../OrInput-a303f924.js';
19
+ import '../../OrInput-c653aedb.js';
20
20
  import '../../useResponsive-a02e95b7.js';
21
21
  import '../../useValidationAttributes-d1abbe34.js';
22
22
  import '../../OrIconButton-0aaadc68.js';
@@ -0,0 +1,131 @@
1
+ import { PropType } from 'vue-demi';
2
+ import { TagInputSize } from './props';
3
+ declare const _default: import("vue-demi").DefineComponent<{
4
+ modelValue: {
5
+ type: PropType<string[]>;
6
+ default: () => never[];
7
+ };
8
+ size: {
9
+ type: PropType<"m" | "s">;
10
+ default: TagInputSize;
11
+ };
12
+ label: {
13
+ type: StringConstructor;
14
+ default: undefined;
15
+ };
16
+ placeholder: {
17
+ type: StringConstructor;
18
+ default: undefined;
19
+ };
20
+ hint: {
21
+ type: StringConstructor;
22
+ default: undefined;
23
+ };
24
+ error: {
25
+ type: (BooleanConstructor | StringConstructor)[];
26
+ default: undefined;
27
+ };
28
+ required: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ readonly: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ disabled: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ disableDefaultStyles: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ }, {
45
+ root: import("vue-demi").Ref<HTMLElement | undefined>;
46
+ control: import("vue-demi").Ref<HTMLInputElement | undefined>;
47
+ rootStyles: import("vue-demi").ComputedRef<string[]>;
48
+ controlStyles: import("vue-demi").ComputedRef<string[]>;
49
+ itemStyles: import("vue-demi").ComputedRef<string[]>;
50
+ controlAttributes: {
51
+ required: boolean | undefined;
52
+ minlength: number | undefined;
53
+ maxlength: number | undefined;
54
+ pattern: string | undefined;
55
+ min: number | undefined;
56
+ max: number | undefined;
57
+ step: number | undefined;
58
+ readonly: boolean | undefined;
59
+ disabled: boolean | undefined;
60
+ 'force-state': string | undefined;
61
+ id: string | undefined;
62
+ };
63
+ proxyModelValue: import("vue-demi").WritableComputedRef<string[]>;
64
+ draftModelValue: import("vue-demi").Ref<string | undefined>;
65
+ currentLength: import("vue-demi").ComputedRef<number>;
66
+ maxLength: import("vue-demi").ComputedRef<number | undefined>;
67
+ focus: () => void;
68
+ blur: () => void;
69
+ add: () => void;
70
+ remove: (value: string) => void;
71
+ reset: () => void;
72
+ }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:modelValue" | "keydown" | "keyup" | "focus" | "blur")[], "update:modelValue" | "keydown" | "keyup" | "focus" | "blur", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
73
+ modelValue: {
74
+ type: PropType<string[]>;
75
+ default: () => never[];
76
+ };
77
+ size: {
78
+ type: PropType<"m" | "s">;
79
+ default: TagInputSize;
80
+ };
81
+ label: {
82
+ type: StringConstructor;
83
+ default: undefined;
84
+ };
85
+ placeholder: {
86
+ type: StringConstructor;
87
+ default: undefined;
88
+ };
89
+ hint: {
90
+ type: StringConstructor;
91
+ default: undefined;
92
+ };
93
+ error: {
94
+ type: (BooleanConstructor | StringConstructor)[];
95
+ default: undefined;
96
+ };
97
+ required: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ readonly: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
105
+ disabled: {
106
+ type: BooleanConstructor;
107
+ default: boolean;
108
+ };
109
+ disableDefaultStyles: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ }>> & {
114
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
115
+ onKeydown?: ((...args: any[]) => any) | undefined;
116
+ onKeyup?: ((...args: any[]) => any) | undefined;
117
+ onFocus?: ((...args: any[]) => any) | undefined;
118
+ onBlur?: ((...args: any[]) => any) | undefined;
119
+ }, {
120
+ modelValue: string[];
121
+ size: "m" | "s";
122
+ label: string;
123
+ placeholder: string;
124
+ hint: string;
125
+ error: string | boolean;
126
+ required: boolean;
127
+ readonly: boolean;
128
+ disabled: boolean;
129
+ disableDefaultStyles: boolean;
130
+ }>;
131
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as OrTagInputV3 } from './OrTagInput.vue';
2
+ export * from './props';
@@ -0,0 +1,29 @@
1
+ export { s as OrTagInputV3 } from '../../OrTagInput-6a6d1365.js';
2
+ export { I as TagInputSize } from '../../OrInputBox-32b37b17.js';
3
+ import 'vue-demi';
4
+ import '../../useIdAttribute-859439f0.js';
5
+ import '@vueuse/core';
6
+ import '@onereach/styles/tailwind.config';
7
+ import 'tailwindcss/resolveConfig';
8
+ import '../../useValidationAttributes-d1abbe34.js';
9
+ import '../../OrError-c01d0c29.js';
10
+ import 'vue';
11
+ import '../../OrHint-06ab89d7.js';
12
+ import '../../OrIconButton-0aaadc68.js';
13
+ import '../../OrIcon-62793572.js';
14
+ import '../../OrTooltip-3025564a.js';
15
+ import '../../usePopoverState-8a95a300.js';
16
+ import '../../OrPopover-337df396.js';
17
+ import '@floating-ui/dom';
18
+ import '../../useElevation-a50ec347.js';
19
+ import '../../useResponsive-a02e95b7.js';
20
+ import '../../OrBottomSheet-f2f3aef9.js';
21
+ import '../../OrOverlay-489fdf76.js';
22
+ import '../../OrTeleport.vue3-8099178c.js';
23
+ import '../../OrLabel-4da56db0.js';
24
+ import '../../OrTags-1621cbb9.js';
25
+ import '../../useOverflow-c856b7b7.js';
26
+ import '../../OrButton-c2b6aa9e.js';
27
+ import '../../OrLoader-b79022da.js';
28
+ import '../../OrTag-fbeca419.js';
29
+ import '../../style-inject.es-4c6f2515.js';
@@ -0,0 +1 @@
1
+ export { InputBoxSize as TagInputSize } from '../or-input-box-v3';
@@ -0,0 +1,3 @@
1
+ export declare const TagInput: string[];
2
+ export declare const TagInputControl: string[];
3
+ export declare const TagInputItem: string[];
@@ -20,7 +20,7 @@ declare const _default: import("vue-demi").DefineComponent<{
20
20
  overflowButtonStyles: import("vue-demi").ComputedRef<string[]>;
21
21
  overflowPopoverStyles: import("vue-demi").ComputedRef<string[]>;
22
22
  overflowItems: import("vue-demi").ComputedRef<string[]>;
23
- }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
23
+ }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("click" | "focus" | "blur" | "reset")[], "click" | "focus" | "blur" | "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
24
24
  items: {
25
25
  type: PropType<string[]>;
26
26
  default: () => never[];
@@ -29,7 +29,12 @@ declare const _default: import("vue-demi").DefineComponent<{
29
29
  type: PropType<any>;
30
30
  default: undefined;
31
31
  };
32
- }>>, {
32
+ }>> & {
33
+ onClick?: ((...args: any[]) => any) | undefined;
34
+ onFocus?: ((...args: any[]) => any) | undefined;
35
+ onBlur?: ((...args: any[]) => any) | undefined;
36
+ onReset?: ((...args: any[]) => any) | undefined;
37
+ }, {
33
38
  items: string[];
34
39
  tagProps: any;
35
40
  }>;
@@ -1,4 +1,4 @@
1
- export { s as OrTagsV3 } from '../../OrTags-3f0ab56f.js';
1
+ export { s as OrTagsV3 } from '../../OrTags-1621cbb9.js';
2
2
  import 'vue-demi';
3
3
  import '../../useOverflow-c856b7b7.js';
4
4
  import '@vueuse/core';
@@ -1,5 +1,5 @@
1
- export { s as OrTextareaV3 } from '../../OrTextarea-0f9a2a27.js';
2
- export { I as TextareaSize } from '../../OrInputBox-32814878.js';
1
+ export { s as OrTextareaV3 } from '../../OrTextarea-1e19417a.js';
2
+ export { I as TextareaSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
5
5
  import '@vueuse/core';
@@ -1,5 +1,5 @@
1
- export { s as OrTimePickerV3 } from '../../OrTimePicker-5cb9eb34.js';
2
- export { I as TimePickerSize } from '../../OrInputBox-32814878.js';
1
+ export { s as OrTimePickerV3 } from '../../OrTimePicker-d66edf77.js';
2
+ export { I as TimePickerSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
5
5
  import '../../OrDateTimePickerPopoverHeader-3ae517f8.js';
@@ -7,26 +7,26 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
7
7
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c2b6aa9e.js';
8
8
  export { s as OrCard } from './OrCard-e3a5aea4.js';
9
9
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-b9218f98.js';
10
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-8d41fafc.js';
10
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-76f937d5.js';
11
11
  export { s as OrCardV3 } from './OrCard-cc82902c.js';
12
12
  export { s as OrCarousel } from './OrCarousel-5cc74f26.js';
13
13
  export { s as OrCarouselItem } from './OrCarouselItem-8c7ccd0f.js';
14
14
  export { s as OrCheckbox } from './OrCheckbox-72ae9748.js';
15
- export { s as OrCheckboxV3 } from './OrCheckbox-2194e473.js';
16
15
  export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-6c36527f.js';
17
16
  export { s as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-1873a941.js';
17
+ export { s as OrCheckboxV3 } from './OrCheckbox-2194e473.js';
18
18
  export { s as OrChip } from './OrChip-857982e0.js';
19
19
  export { s as OrChips } from './OrChips-053f3a92.js';
20
20
  export { s as OrCode, O as OrCodeLanguages } from './OrCode-2f8cdf96.js';
21
21
  export { s as OrCollapse } from './OrCollapse-a06f22aa.js';
22
22
  export { s 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-475c0be4.js';
23
- export { s as OrCombinedInputV3 } from './OrCombinedInput-b5ba46a1.js';
24
- export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox-32814878.js';
23
+ export { s as OrCombinedInputV3 } from './OrCombinedInput-e3891038.js';
24
+ export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox-32b37b17.js';
25
25
  export { s as OrConfirm } from './OrConfirm-704f817e.js';
26
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-e8ee0b8f.js';
27
- export { s as OrDatePickerV3 } from './OrDatePicker-19a07bb4.js';
26
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-5509c440.js';
27
+ export { s as OrDatePickerV3 } from './OrDatePicker-6ac8578a.js';
28
28
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-c19dcefc.js';
29
- export { s as OrDateTimePickerV3 } from './OrDateTimePicker-219fa71d.js';
29
+ export { s as OrDateTimePickerV3 } from './OrDateTimePicker-b15d4198.js';
30
30
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-5349a1f9.js';
31
31
  export { s as OrError } from './OrError-f90296db.js';
32
32
  export { s as OrErrorTagV3 } from './OrErrorTag-ade9192b.js';
@@ -41,11 +41,11 @@ export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-d8ea79
41
41
  export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-0aaadc68.js';
42
42
  export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from './OrIcon-62793572.js';
43
43
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-01fb2cb2.js';
44
- export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-5d452b98.js';
44
+ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-a6c33dc0.js';
45
45
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-6bf54bd0.js';
46
- export { s as OrInlineTextareaV3 } from './OrInlineTextarea-1a769972.js';
46
+ export { s as OrInlineTextareaV3 } from './OrInlineTextarea-f060dab5.js';
47
47
  export { s as OrInput } from './OrInput-9be9a209.js';
48
- export { I as InputType, s as OrInputV3 } from './OrInput-a303f924.js';
48
+ export { I as InputType, s as OrInputV3 } from './OrInput-c653aedb.js';
49
49
  export { s as OrLabel } from './OrLabel-a7d99df4.js';
50
50
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-4da56db0.js';
51
51
  export { L as LinkColor, s as OrLinkV3 } from './OrLink-7c4eedf0.js';
@@ -73,10 +73,10 @@ export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
73
73
  export { s as OrRadioGroupV3 } from './OrRadioGroup-d215409c.js';
74
74
  export { s as OrRadioV3 } from './OrRadio-4f0026c9.js';
75
75
  export { s as OrSearch } from './OrSearch-d0c8aca7.js';
76
- export { s as OrSearchV3 } from './OrSearch-c5ecb005.js';
76
+ export { s as OrSearchV3 } from './OrSearch-b945651d.js';
77
77
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-359fbf3a.js';
78
78
  export { s as OrSelect } from './OrSelect-60205145.js';
79
- export { s as OrSelectV3 } from './OrSelect-c931ed6e.js';
79
+ export { s as OrSelectV3 } from './OrSelect-5a2c078d.js';
80
80
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-aaf73310.js';
81
81
  export { s as OrSidebarV3 } from './OrSidebar-7f5795da.js';
82
82
  export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-5fb7a6a1.js';
@@ -98,15 +98,16 @@ export { s as OrTabV3 } from './OrTab-f7e51ffb.js';
98
98
  export { s as OrTabs } from './OrTabs-3da3ea89.js';
99
99
  export { s as OrTabsV3, T as TabsVariant } from './OrTabs-9e741419.js';
100
100
  export { s as OrTag } from './OrTag-a2197abd.js';
101
+ export { s as OrTagInputV3 } from './OrTagInput-6a6d1365.js';
101
102
  export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-fbeca419.js';
102
- export { s as OrTagsV3 } from './OrTags-3f0ab56f.js';
103
+ export { s as OrTagsV3 } from './OrTags-1621cbb9.js';
103
104
  export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
104
105
  export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
105
106
  export { s as OrTextV3 } from './OrText-d54c951d.js';
106
107
  export { s as OrTextarea } from './OrTextarea-31b54c7e.js';
107
- export { s as OrTextareaV3 } from './OrTextarea-0f9a2a27.js';
108
+ export { s as OrTextareaV3 } from './OrTextarea-1e19417a.js';
108
109
  export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-8d2903db.js';
109
- export { s as OrTimePickerV3 } from './OrTimePicker-5cb9eb34.js';
110
+ export { s as OrTimePickerV3 } from './OrTimePicker-d66edf77.js';
110
111
  export { s as OrToast, a as OrToastContainer } from './OrToastContainer-72b52576.js';
111
112
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
112
113
  export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-53cb1e6c.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "4.8.0",
3
+ "version": "4.8.1-beta.2888.0",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -38,7 +38,7 @@
38
38
  "@codemirror/lang-json": "6.0.0",
39
39
  "@codemirror/lang-markdown": "6.0.1",
40
40
  "@floating-ui/dom": "0.3.1",
41
- "@onereach/styles": "^2.40.1",
41
+ "@onereach/styles": "^2.40.2-beta.2888.0",
42
42
  "@splidejs/splide": "4.0.6",
43
43
  "@types/lodash": "4.14.173",
44
44
  "@types/sortablejs": "1.10.7",
@@ -154,6 +154,5 @@
154
154
  "default": "./dist/bundled/v3/components/*/index.js"
155
155
  },
156
156
  "./package.json": "./package.json"
157
- },
158
- "gitHead": "4784d40d9d9c4f4efb399b7f6b9f496968a4dbbb"
157
+ }
159
158
  }
@@ -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';
14
13
  export * from './or-checkbox-group-v3';
15
14
  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,6 +90,7 @@ 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';
93
94
  export * from './or-tag-v3';
94
95
  export * from './or-tags-v3';
95
96
  export * from './or-teleport';
@@ -15,7 +15,7 @@ export const InlineInputControl: string[] = [
15
15
  // Typography
16
16
  'typography-inherit',
17
17
 
18
- // Theme
18
+ // Theme (placeholder)
19
19
  'placeholder:theme-foreground-outline',
20
20
  'dark:placeholder:theme-foreground-outline-dark',
21
21
  ];
@@ -13,7 +13,7 @@ export const InlineTextareaControl: string[] = [
13
13
  // Typography
14
14
  'typography-inherit',
15
15
 
16
- // Theme
16
+ // Theme (placeholder)
17
17
  'placeholder:theme-foreground-outline',
18
18
  'dark:placeholder:theme-foreground-outline-dark',
19
19
  ];
@@ -4,6 +4,9 @@ export const InputBoxRoot: string[] = [
4
4
  // Layout
5
5
  'layout-row',
6
6
 
7
+ // Overflow
8
+ 'overflow-hidden',
9
+
7
10
  // Box
8
11
  'w-full',
9
12
 
@@ -8,12 +8,12 @@ export const InputRoot: string[] = [
8
8
 
9
9
  export const InputControl: string[] = [
10
10
  // Box
11
- 'w-full',
11
+ 'flex-auto',
12
12
 
13
13
  // Typography
14
14
  'typography-inherit',
15
15
 
16
- // Theme
16
+ // Theme (placeholder)
17
17
  'placeholder:theme-foreground-outline',
18
18
  'dark:placeholder:theme-foreground-outline-dark',
19
19
  ];