@onereach/ui-components-vue2 26.3.3-beta.5867.0 → 26.3.3-beta.5868.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.
@@ -249,6 +249,10 @@ var script$e = defineComponent({
249
249
  variant: {
250
250
  type: String,
251
251
  default: DataGridVariant.Standard
252
+ },
253
+ override: {
254
+ type: Boolean,
255
+ default: false
252
256
  }
253
257
  },
254
258
  emits: ['input'],
@@ -1960,6 +1964,7 @@ var __vue_render__ = function () {
1960
1964
  stickiness: 'start'
1961
1965
  },
1962
1966
  "variant": _vm.variant,
1967
+ "override": true,
1963
1968
  "force-state": 'none'
1964
1969
  },
1965
1970
  on: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "26.3.3-beta.5867.0",
3
+ "version": "26.3.3-beta.5868.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.3.3-beta.5867.0",
44
- "@onereach/ui-components-common": "^26.3.3-beta.5867.0",
43
+ "@onereach/styles": "^26.3.3-beta.5868.0",
44
+ "@onereach/ui-components-common": "^26.3.3-beta.5868.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.27.1",
47
47
  "@tiptap/extension-blockquote": "2.27.1",