@onereach/ui-components 10.3.3 → 10.3.4-beta.4320.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 (29) hide show
  1. package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +17 -25
  2. package/dist/bundled/v2/components/OrToastV3/OrToast.vue.d.ts +2 -2
  3. package/dist/bundled/v2/index.js +1 -1
  4. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
  5. package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
  6. package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +1 -1
  7. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +1 -1
  8. package/dist/bundled/v3/components/{OrResizeablePanelV3-9aae7208.js → OrResizeablePanelV3-23324ecb.js} +17 -25
  9. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +1 -1
  10. package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
  11. package/dist/bundled/v3/components/OrSidebarV3/props.js +1 -1
  12. package/dist/bundled/v3/components/OrSidebarV3/styles.js +2 -2
  13. package/dist/bundled/v3/components/{OrSidebarV3-0162554c.js → OrSidebarV3-645e163b.js} +1 -1
  14. package/dist/bundled/v3/components/index.js +2 -2
  15. package/dist/bundled/v3/index.js +3 -3
  16. package/dist/esm/v2/{OrResizeablePanel-2f741cc2.js → OrResizeablePanel-202d2e8e.js} +17 -25
  17. package/dist/esm/v2/components/index.js +2 -2
  18. package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +1 -1
  19. package/dist/esm/v2/components/or-sidebar-v3/index.js +2 -2
  20. package/dist/esm/v2/index.js +2 -2
  21. package/dist/esm/v2/{props-69f67541.js → props-cc93ea49.js} +1 -1
  22. package/dist/esm/v3/{OrResizeablePanel-6e37ca25.js → OrResizeablePanel-ba37bdc3.js} +17 -25
  23. package/dist/esm/v3/components/index.js +2 -2
  24. package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +1 -1
  25. package/dist/esm/v3/components/or-sidebar-v3/index.js +2 -2
  26. package/dist/esm/v3/index.js +2 -2
  27. package/dist/esm/v3/{props-bf1720eb.js → props-90e4459c.js} +1 -1
  28. package/package.json +2 -3
  29. package/src/components/or-resizeable-panel-v3/styles.ts +17 -21
@@ -1 +1 @@
1
- export { s as default } from '../OrResizeablePanelV3-9aae7208.js';
1
+ export { s as default } from '../OrResizeablePanelV3-23324ecb.js';
@@ -1 +1 @@
1
- export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanelV3-9aae7208.js';
1
+ export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanelV3-23324ecb.js';
@@ -1 +1 @@
1
- export { R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanelV3-9aae7208.js';
1
+ export { R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanelV3-23324ecb.js';
@@ -1 +1 @@
1
- export { b as ResizeablePanel, j as ResizeablePanelCollapseButtonContainer, k as ResizeablePanelCollapseButtonContainerPlacements, d as ResizeablePanelContent, e as ResizeablePanelContentPaddings, f as ResizeablePanelContentPlaceholder, g as ResizeablePanelContentPlaceholderPlacements, c as ResizeablePanelPlacements, h as ResizeablePanelResizeBar, i as ResizeablePanelResizeBarPlacements, l as ResizeablePanelToolbar, m as ResizeablePanelToolbarPlacements } from '../OrResizeablePanelV3-9aae7208.js';
1
+ export { b as ResizeablePanel, j as ResizeablePanelCollapseButtonContainer, k as ResizeablePanelCollapseButtonContainerPlacements, d as ResizeablePanelContent, e as ResizeablePanelContentPaddings, f as ResizeablePanelContentPlaceholder, g as ResizeablePanelContentPlaceholderPlacements, c as ResizeablePanelPlacements, h as ResizeablePanelResizeBar, i as ResizeablePanelResizeBarPlacements, l as ResizeablePanelToolbar, m as ResizeablePanelToolbarPlacements } from '../OrResizeablePanelV3-23324ecb.js';
@@ -95,10 +95,8 @@ const ResizeablePanelResizeBarPlacements = {
95
95
  'flex flex-col justify-center',
96
96
  // Interactivity
97
97
  'interactivity-resize-row',
98
- // Box
99
- 'h-[calc(theme(spacing.md)+1px)]',
100
98
  // Spacing
101
- '-my-[calc(theme(spacing.md)/2)]',
99
+ '-my-[calc(theme(spacing.md)/2)]', 'py-[calc(theme(spacing.md)/2)]',
102
100
  // Theme (after)
103
101
  'after:border-b-1'],
104
102
  [ResizeablePanelPlacement.Bottom]: [
@@ -106,10 +104,8 @@ const ResizeablePanelResizeBarPlacements = {
106
104
  'flex flex-col justify-center',
107
105
  // Interactivity
108
106
  'interactivity-resize-row',
109
- // Box
110
- 'h-[calc(theme(spacing.md)+1px)]',
111
107
  // Spacing
112
- '-my-[calc(theme(spacing.md)/2)]',
108
+ '-my-[calc(theme(spacing.md)/2)]', 'py-[calc(theme(spacing.md)/2)]',
113
109
  // Theme (after)
114
110
  'after:border-t-1'],
115
111
  [ResizeablePanelPlacement.Left]: [
@@ -117,10 +113,8 @@ const ResizeablePanelResizeBarPlacements = {
117
113
  'flex flex-row justify-center',
118
114
  // Interactivity
119
115
  'interactivity-resize-column',
120
- // Box
121
- 'w-[calc(theme(spacing.md)+1px)]',
122
116
  // Spacing
123
- '-mx-[calc(theme(spacing.md)/2)]',
117
+ '-mx-[calc(theme(spacing.md)/2)]', 'px-[calc(theme(spacing.md)/2)]',
124
118
  // Theme (after)
125
119
  'after:border-r-1'],
126
120
  [ResizeablePanelPlacement.Right]: [
@@ -128,16 +122,14 @@ const ResizeablePanelResizeBarPlacements = {
128
122
  'flex flex-row justify-center',
129
123
  // Interactivity
130
124
  'interactivity-resize-column',
131
- // Box
132
- 'w-[calc(theme(spacing.md)+1px)]',
133
125
  // Spacing
134
- '-mx-[calc(theme(spacing.md)/2)]',
126
+ '-mx-[calc(theme(spacing.md)/2)]', 'px-[calc(theme(spacing.md)/2)]',
135
127
  // Theme (after)
136
128
  'after:border-l-1']
137
129
  };
138
130
  const ResizeablePanelCollapseButtonContainer = [
139
131
  // Position
140
- 'relative z-10',
132
+ 'absolute z-10',
141
133
  // Shape
142
134
  'rounded-full',
143
135
  // Box
@@ -149,24 +141,24 @@ const ResizeablePanelCollapseButtonContainer = [
149
141
  const ResizeablePanelCollapseButtonContainerPlacements = {
150
142
  [ResizeablePanelPlacement.Top]: [
151
143
  // Position
152
- 'left-md',
153
- // Spacing
154
- '-my-[calc(theme(spacing.md)-2px)]'],
144
+ 'left-md', 'bottom-0',
145
+ // Transform
146
+ 'translate-y-1/2'],
155
147
  [ResizeablePanelPlacement.Bottom]: [
156
148
  // Position
157
- 'left-md',
158
- // Spacing
159
- '-my-[calc(theme(spacing.md)-2px)]'],
149
+ 'left-md', 'top-0',
150
+ // Transform
151
+ '-translate-y-1/2'],
160
152
  [ResizeablePanelPlacement.Left]: [
161
153
  // Position
162
- 'top-md',
163
- // Spacing
164
- '-mx-[calc(theme(spacing.md)-2px)]'],
154
+ 'top-md', 'right-0',
155
+ // Transform
156
+ 'translate-x-1/2'],
165
157
  [ResizeablePanelPlacement.Right]: [
166
158
  // Position
167
- 'top-md',
168
- // Spacing
169
- '-mx-[calc(theme(spacing.md)-2px)]']
159
+ 'top-md', 'left-0',
160
+ // Transform
161
+ '-translate-x-1/2']
170
162
  };
171
163
  const ResizeablePanelToolbar = [
172
164
  // Layout
@@ -1 +1 @@
1
- export { s as default } from '../OrSidebarV3-0162554c.js';
1
+ export { s as default } from '../OrSidebarV3-645e163b.js';
@@ -1 +1 @@
1
- export { s as OrSidebarV3, S as SidebarPlacement } from '../OrSidebarV3-0162554c.js';
1
+ export { s as OrSidebarV3, S as SidebarPlacement } from '../OrSidebarV3-645e163b.js';
@@ -1 +1 @@
1
- export { S as SidebarPlacement } from '../OrSidebarV3-0162554c.js';
1
+ export { S as SidebarPlacement } from '../OrSidebarV3-645e163b.js';
@@ -1,2 +1,2 @@
1
- import '../OrResizeablePanelV3-9aae7208.js';
2
- export { a as Sidebar, d as SidebarContent, e as SidebarContentPaddings, f as SidebarFooter, g as SidebarFooterPaddings, b as SidebarHeader, c as SidebarHeaderPaddings } from '../OrSidebarV3-0162554c.js';
1
+ import '../OrResizeablePanelV3-23324ecb.js';
2
+ export { a as Sidebar, d as SidebarContent, e as SidebarContentPaddings, f as SidebarFooter, g as SidebarFooterPaddings, b as SidebarHeader, c as SidebarHeaderPaddings } from '../OrSidebarV3-645e163b.js';
@@ -1,6 +1,6 @@
1
1
  import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createElementVNode, normalizeClass, createElementBlock, renderSlot, createCommentVNode } from 'vue';
2
2
  import { defineComponent, ref, computed, toRef } from 'vue-demi';
3
- import { R as ResizeablePanelPadding, s as script$1 } from './OrResizeablePanelV3-9aae7208.js';
3
+ import { R as ResizeablePanelPadding, s as script$1 } from './OrResizeablePanelV3-23324ecb.js';
4
4
  import { usePopoverState } from '../hooks/usePopoverState.js';
5
5
 
6
6
  const Sidebar = [
@@ -80,7 +80,7 @@ export { default as OrRadioGroupV3 } from './OrRadioGroupV3/OrRadioGroup.js';
80
80
  export { s as OrRadioV3 } from './OrRadioV3-ab52b7d4.js';
81
81
  export { s as OrRangeSliderV3 } from './OrRangeSliderV3-1302c0d5.js';
82
82
  export { s as OrRatingV3 } from './OrRatingV3-82a538ca.js';
83
- export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanelV3-9aae7208.js';
83
+ export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanelV3-23324ecb.js';
84
84
  export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-343c5a89.js';
85
85
  export { default as OrSearch } from './OrSearch/OrSearch.js';
86
86
  export { default as OrSearchV3 } from './OrSearchV3/OrSearch.js';
@@ -88,7 +88,7 @@ export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmen
88
88
  export { s as OrSelect } from './OrSelect-362ba223.js';
89
89
  export { s as OrSelectV3 } from './OrSelectV3-b1418e70.js';
90
90
  export { OrSidebar, OrSidebarSide } from './OrSidebar/index.js';
91
- export { s as OrSidebarV3, S as SidebarPlacement } from './OrSidebarV3-0162554c.js';
91
+ export { s as OrSidebarV3, S as SidebarPlacement } from './OrSidebarV3-645e163b.js';
92
92
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeleton-b03185ba.js';
93
93
  export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonV3-93f5de34.js';
94
94
  export { default as OrSlider } from './OrSlider/OrSlider.js';