@onereach/ui-components-vue2 26.4.1-beta.5888.0 → 26.4.1-beta.5889.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.
|
@@ -287,14 +287,14 @@ var script$e = defineComponent({
|
|
|
287
287
|
Object.assign(styles, {
|
|
288
288
|
position: 'sticky',
|
|
289
289
|
insetInlineStart: `${props.stickyOffset}px`,
|
|
290
|
-
zIndex: '
|
|
290
|
+
zIndex: '2'
|
|
291
291
|
});
|
|
292
292
|
break;
|
|
293
293
|
case 'end':
|
|
294
294
|
Object.assign(styles, {
|
|
295
295
|
position: 'sticky',
|
|
296
296
|
insetInlineEnd: `${props.stickyOffset}px`,
|
|
297
|
-
zIndex: '
|
|
297
|
+
zIndex: '2'
|
|
298
298
|
});
|
|
299
299
|
break;
|
|
300
300
|
}
|
|
@@ -923,14 +923,14 @@ var script$8 = defineComponent({
|
|
|
923
923
|
Object.assign(styles, {
|
|
924
924
|
position: 'sticky',
|
|
925
925
|
insetInlineStart: `${props.stickyOffset}px`,
|
|
926
|
-
zIndex: '
|
|
926
|
+
zIndex: '11'
|
|
927
927
|
});
|
|
928
928
|
break;
|
|
929
929
|
case 'end':
|
|
930
930
|
Object.assign(styles, {
|
|
931
931
|
position: 'sticky',
|
|
932
932
|
insetInlineEnd: `${props.stickyOffset}px`,
|
|
933
|
-
zIndex: '
|
|
933
|
+
zIndex: '11'
|
|
934
934
|
});
|
|
935
935
|
break;
|
|
936
936
|
}
|
|
@@ -1105,7 +1105,7 @@ var __vue_component__$h = __vue_component__$g;
|
|
|
1105
1105
|
|
|
1106
1106
|
const DataGridTableHeaderRow = [
|
|
1107
1107
|
// Position
|
|
1108
|
-
'sticky top-0 z-[
|
|
1108
|
+
'sticky top-0 z-[10]',
|
|
1109
1109
|
// Layout
|
|
1110
1110
|
'grid grid-cols-[subgrid] col-span-full',
|
|
1111
1111
|
// Typography
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "26.4.1-beta.
|
|
3
|
+
"version": "26.4.1-beta.5889.0",
|
|
4
4
|
"description": "Vue components library for v2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@codemirror/view": "^6",
|
|
41
41
|
"@floating-ui/dom": "1.5.3",
|
|
42
42
|
"@lezer/highlight": "*",
|
|
43
|
-
"@onereach/styles": "^26.4.1-beta.
|
|
44
|
-
"@onereach/ui-components-common": "^26.4.1-beta.
|
|
43
|
+
"@onereach/styles": "^26.4.1-beta.5889.0",
|
|
44
|
+
"@onereach/ui-components-common": "^26.4.1-beta.5889.0",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.27.1",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.27.1",
|