@onereach/ui-components-vue2 22.2.0-beta.5496.0 → 22.2.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.
@@ -22,12 +22,12 @@ import '@onereach/styles/tailwind.config.json';
22
22
  import '../../constants-2e3ea701.js';
23
23
  import '../or-icon-v3/index.js';
24
24
  import '../or-tooltip-v3/index.js';
25
+ import '../../style-inject.es-87955792.js';
25
26
  import '@floating-ui/dom';
26
27
  import '../or-bottom-sheet-v3/index.js';
27
28
  import '../or-overlay-v3/index.js';
28
29
  import '../or-teleport-v3/index.js';
29
30
  import 'portal-vue';
30
- import '../../style-inject.es-87955792.js';
31
31
  import '../or-tag-v3/index.js';
32
32
  import '../or-button-v3/index.js';
33
33
  import '../../props-bba3dca8.js';
@@ -411,7 +411,7 @@ var __vue_render__ = function () {
411
411
  }
412
412
  }, [_c('div', {
413
413
  class: _vm.popoverStyles
414
- }, [_c('OrDateTimePickerPopoverHeader', [_c('OrDateTimePickerMobileControl', {
414
+ }, [_vm.isMobile ? _c('OrDateTimePickerPopoverHeader', [_c('OrDateTimePickerMobileControl', {
415
415
  attrs: {
416
416
  "label": 'Start Date',
417
417
  "selected": _vm.activeControl === 'from'
@@ -431,7 +431,7 @@ var __vue_render__ = function () {
431
431
  _vm.activeControl = 'to';
432
432
  }
433
433
  }
434
- }, [_vm._v("\n " + _vm._s(_vm.draftTo ? _vm.formatMobileDate(_vm.draftTo, _vm.resolvedFormat, _vm.resolvedLocale) : '--') + "\n ")])], 1), _vm._v(" "), _c('div', {
434
+ }, [_vm._v("\n " + _vm._s(_vm.draftTo ? _vm.formatMobileDate(_vm.draftTo, _vm.resolvedFormat, _vm.resolvedLocale) : '--') + "\n ")])], 1) : _vm._e(), _vm._v(" "), _c('div', {
435
435
  class: ['layout-row', 'gap-md']
436
436
  }, [_vm.isDesktop || _vm.isMobile && _vm.activeControl === 'from' ? [_c('div', {
437
437
  class: ['layout-column', 'grow']
@@ -217,7 +217,7 @@ const Modal = [
217
217
  // Layout
218
218
  'layout-column',
219
219
  // Box
220
- 'xs:w-full sm:w-full', 'xs:h-full sm:h-full md:h-auto md:max-h-[min(calc(100%-(2*theme(spacing.3xl))),772px)]',
220
+ 'sm:w-full', 'sm:h-full md:h-auto md:max-h-[min(calc(100%-(2*theme(spacing.3xl))),772px)]',
221
221
  // Spacing
222
222
  'py-md md:py-lg', 'gap-md md:gap-lg',
223
223
  // Shape
@@ -402,7 +402,7 @@ var __vue_render__ = function () {
402
402
  return _vm.reset();
403
403
  }
404
404
  }
405
- }, [_c('OrDateTimePickerPopoverHeader', [_c('OrDateTimePickerMobileControl', {
405
+ }, [_vm.isMobile ? _c('OrDateTimePickerPopoverHeader', [_c('OrDateTimePickerMobileControl', {
406
406
  attrs: {
407
407
  "label": 'Start Time',
408
408
  "selected": _vm.activeControl === 'from'
@@ -422,7 +422,7 @@ var __vue_render__ = function () {
422
422
  _vm.activeControl = 'to';
423
423
  }
424
424
  }
425
- }, [_vm._v("\n " + _vm._s(_vm.draftTo ? _vm.formatMobileTime(_vm.draftTo, _vm.resolvedFormat, _vm.resolvedLocale) : '--') + "\n ")])], 1), _vm._v(" "), _c('div', {
425
+ }, [_vm._v("\n " + _vm._s(_vm.draftTo ? _vm.formatMobileTime(_vm.draftTo, _vm.resolvedFormat, _vm.resolvedLocale) : '--') + "\n ")])], 1) : _vm._e(), _vm._v(" "), _c('div', {
426
426
  class: ['layout-row', 'gap-md']
427
427
  }, [_vm.isDesktop || _vm.isMobile && _vm.activeControl === 'from' ? [_c('OrDateTimePickerTimeSelect', {
428
428
  class: ['grow'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "22.2.0-beta.5496.0",
3
+ "version": "22.2.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": "^22.2.0-beta.5496.0",
44
- "@onereach/ui-components-common": "^22.2.0-beta.5496.0",
43
+ "@onereach/styles": "^22.2.0",
44
+ "@onereach/ui-components-common": "^22.2.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",
@@ -102,5 +102,6 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "npmUnpacked": "4.15.2"
105
+ "npmUnpacked": "4.15.2",
106
+ "gitHead": "e570eb1e849731410d2c920e077ba2371c85e1ff"
106
107
  }