@onereach/ui-components 2.69.7-beta.2165.0 → 2.69.7-beta.2168.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.
@@ -331,7 +331,7 @@ var __vue_render__ = function () {
331
331
  expression: "close"
332
332
  }],
333
333
  ref: "inputBox",
334
- class: [_vm.popoverState === 'open' && 'rounded-b-none'],
334
+ class: [_vm.popoverState === 'open' && 'rounded-b-0'],
335
335
  attrs: {
336
336
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
337
337
  "size": _vm.size,
@@ -68,7 +68,7 @@ export { _ as OrRadioV3 } from '../OrRadio-a60fc5c0.js';
68
68
  export { O as OrSearchV3 } from '../OrSearch-ad84b460.js';
69
69
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
70
70
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
71
- export { _ as OrSelectV3 } from '../OrSelect-b0342adf.js';
71
+ export { _ as OrSelectV3 } from '../OrSelect-b393f564.js';
72
72
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
73
73
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
74
74
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
@@ -20,7 +20,7 @@ const CombinedInputControlGroup = [
20
20
  // Box
21
21
  'w-full',
22
22
  // Shape (.or-input-box)
23
- '[&_.or-input-box]:first-child:rounded-r-none', '[&_.or-input-box]:intermediate-child:rounded-none', '[&_.or-input-box]:last-child:rounded-l-none',
23
+ '[&_.or-input-box]:first-child:rounded-r-0', '[&_.or-input-box]:intermediate-child:rounded-0', '[&_.or-input-box]:last-child:rounded-l-0',
24
24
  // Spacing (.or-input-box)
25
25
  '[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
26
26
 
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-b0342adf.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-b393f564.js';
2
2
  export { a as SelectSize } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';