@onereach/ui-components 2.69.7-beta.2186.0 → 2.69.7-beta.2201.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 (71) hide show
  1. package/dist/bundled/v2/{OrCardCollection-aa6b8553.js → OrCardCollection-f07a1190.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-dc704484.js → OrConfirm-618e6c96.js} +1 -1
  3. package/dist/bundled/v2/{OrInput-e7b864c1.js → OrInput-cc2d74db.js} +1 -1
  4. package/dist/bundled/v2/{OrInputBox-de8ce3ac.js → OrInputBox-da25bec2.js} +1 -1
  5. package/dist/bundled/v2/{OrSearch-ad84b460.js → OrSearch-d4833781.js} +1 -1
  6. package/dist/bundled/v2/{OrSelect-b393f564.js → OrSelect-0d0a53e5.js} +2 -2
  7. package/dist/bundled/v2/{OrTextarea-59fba95c.js → OrTextarea-76a2963b.js} +1 -1
  8. package/dist/bundled/v2/components/index.js +7 -7
  9. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -4
  10. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
  11. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  12. package/dist/bundled/v2/components/or-input-v3/index.js +2 -2
  13. package/dist/bundled/v2/components/or-search-v3/index.js +3 -3
  14. package/dist/bundled/v2/components/or-select-v3/index.js +3 -3
  15. package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
  16. package/dist/bundled/v2/index.js +8 -8
  17. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-ece2eab6.js → OrCardCollection.vue_vue_type_script_lang-5ceefcab.js} +1 -1
  18. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-fcbdf2c6.js → OrConfirm.vue_vue_type_script_lang-bb9ac0bc.js} +2 -2
  19. package/dist/bundled/v3/{OrInput-4ccc2c7b.js → OrInput-fa3a1a23.js} +1 -1
  20. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-96ce8121.js → OrInput.vue_vue_type_script_lang-c3e5928c.js} +2 -2
  21. package/dist/bundled/v3/{OrInputBox-27aa1cec.js → OrInputBox-a11eb96c.js} +1 -1
  22. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-28353c10.js → OrInputBox.vue_vue_type_script_lang-c8184afc.js} +1 -1
  23. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-71fbb2fc.js → OrSearch.vue_vue_type_script_lang-ddf6e02b.js} +2 -2
  24. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-363605c5.js → OrSelect.vue_vue_type_script_lang-242beccd.js} +4 -4
  25. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-9f2a0234.js → OrTextarea.vue_vue_type_script_lang-e1a44c0a.js} +2 -2
  26. package/dist/bundled/v3/components/index.js +9 -9
  27. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -6
  28. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
  29. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  30. package/dist/bundled/v3/components/or-input-v3/index.js +3 -3
  31. package/dist/bundled/v3/components/or-search-v3/index.js +5 -5
  32. package/dist/bundled/v3/components/or-select-v3/index.js +5 -5
  33. package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
  34. package/dist/bundled/v3/index.js +14 -14
  35. package/dist/esm/v2/{OrCardCollection-fe34fef3.js → OrCardCollection-cfaf440b.js} +2 -2
  36. package/dist/esm/v2/{OrConfirm-3bead0be.js → OrConfirm-8f688177.js} +1 -1
  37. package/dist/esm/v2/{OrInput-db0e2368.js → OrInput-0d0db283.js} +2 -2
  38. package/dist/esm/v2/{OrInputBox-9d1193b5.js → OrInputBox-20d65881.js} +1 -1
  39. package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-328ae841.js → OrInputBox.vue_rollup-plugin-vue_script-5253ba98.js} +1 -1
  40. package/dist/esm/v2/{OrSearch-9d9459f5.js → OrSearch-e7d0f2a3.js} +2 -2
  41. package/dist/esm/v2/{OrSelect-e6aa1b2a.js → OrSelect-bdc3218f.js} +3 -3
  42. package/dist/esm/v2/{OrTextarea-52354386.js → OrTextarea-b4660f09.js} +2 -2
  43. package/dist/esm/v2/components/index.js +8 -8
  44. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  45. package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
  46. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  47. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
  48. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  49. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  50. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  51. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
  52. package/dist/esm/v2/index.js +8 -8
  53. package/dist/esm/v3/{OrCardCollection-8a84f69c.js → OrCardCollection-dbd1e3c2.js} +2 -2
  54. package/dist/esm/v3/{OrConfirm-5bd1f4db.js → OrConfirm-b2ef47a2.js} +1 -1
  55. package/dist/esm/v3/{OrInput-2b447f81.js → OrInput-509065af.js} +1 -1
  56. package/dist/esm/v3/{OrInputBox-6d1b6059.js → OrInputBox-0ebab1b8.js} +1 -1
  57. package/dist/esm/v3/{OrSearch-d72cfc74.js → OrSearch-15ba38cd.js} +2 -2
  58. package/dist/esm/v3/{OrSelect-e6e006d5.js → OrSelect-bcf0fb2a.js} +2 -2
  59. package/dist/esm/v3/{OrTextarea-ed35cd0b.js → OrTextarea-26c50ec0.js} +1 -1
  60. package/dist/esm/v3/components/index.js +7 -7
  61. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  62. package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
  63. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  64. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  65. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  66. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  67. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  68. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  69. package/dist/esm/v3/index.js +7 -7
  70. package/package.json +2 -2
  71. package/src/components/or-input-box-v3/styles.ts +1 -1
@@ -6,7 +6,7 @@ export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTT
6
6
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-bb6bf8a9.js';
7
7
  export { s as OrCard } from './OrCard-e3a5aea4.js';
8
8
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-a5e326ef.js';
9
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-8a84f69c.js';
9
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-dbd1e3c2.js';
10
10
  export { s as OrCardV3 } from './OrCard-fd92f7c8.js';
11
11
  export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-636d99a1.js';
12
12
  export { s as OrCheckbox } from './OrCheckbox-ed4a19cf.js';
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-5ed69c23.js';
16
16
  export { s as OrCollapse } from './OrCollapse-445141ab.js';
17
17
  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-189cb097.js';
18
18
  export { s as OrConfirm } from './OrConfirm-f39bd784.js';
19
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-5bd1f4db.js';
19
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-b2ef47a2.js';
20
20
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-f2e08564.js';
21
21
  export { s as OrError } from './OrError-f90296db.js';
22
22
  export { s as OrErrorTagV3 } from './OrErrorTag-98252eef.js';
@@ -34,8 +34,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
34
34
  export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-00f0d1b8.js';
35
35
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-1aa477b5.js';
36
36
  export { s as OrInlineTextareaV3 } from './OrInlineTextarea-c1babfda.js';
37
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-6d1b6059.js';
38
- export { I as InputType, s as OrInputV3 } from './OrInput-2b447f81.js';
37
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-0ebab1b8.js';
38
+ export { I as InputType, s as OrInputV3 } from './OrInput-509065af.js';
39
39
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-7cb2c91c.js';
40
40
  export { s as OrLabel } from './OrLabel-876f8729.js';
41
41
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-bdaec602.js';
@@ -59,10 +59,10 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
59
59
  export { s as OrRadio } from './OrRadio-c3ab11f2.js';
60
60
  export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
61
61
  export { s as OrRadioV3 } from './OrRadio-ef9d4c6e.js';
62
- export { s as OrSearchV3 } from './OrSearch-d72cfc74.js';
62
+ export { s as OrSearchV3 } from './OrSearch-15ba38cd.js';
63
63
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-171cad78.js';
64
64
  export { s as OrSelect } from './OrSelect-0821b907.js';
65
- export { s as OrSelectV3 } from './OrSelect-e6e006d5.js';
65
+ export { s as OrSelectV3 } from './OrSelect-bcf0fb2a.js';
66
66
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
67
67
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-a62972f5.js';
68
68
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
@@ -82,7 +82,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-c0bbaa58.j
82
82
  export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
83
83
  export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
84
84
  export { s as OrTextV3 } from './OrText-ecb46923.js';
85
- export { s as OrTextareaV3 } from './OrTextarea-ed35cd0b.js';
85
+ export { s as OrTextareaV3 } from './OrTextarea-26c50ec0.js';
86
86
  export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-2f33e9c3.js';
87
87
  export { s as OrToast, a as OrToastContainer } from './OrToastContainer-40c4c1c8.js';
88
88
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "2.69.7-beta.2186.0",
3
+ "version": "2.69.7-beta.2201.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.33.1-beta.2186.0",
41
+ "@onereach/styles": "^2.33.1-beta.2201.0",
42
42
  "@splidejs/splide": "4.0.6",
43
43
  "@types/lodash": "4.14.173",
44
44
  "@types/sortablejs": "1.10.7",
@@ -90,7 +90,7 @@ export const InputBoxRootVariants: Record<InputBoxVariant, string[]> = {
90
90
  export const InputBoxRootSizes: Record<InputBoxSize, string[]> = {
91
91
  'm': [
92
92
  // Box
93
- 'children:min-h-[34px]',
93
+ 'children:min-h-[46px] children:md:min-h-[34px]',
94
94
 
95
95
  // Spacing
96
96
  'first-child:pl-md first-child:md:pl-sm+',