@onereach/ui-components 20.1.0 → 20.1.1

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.
@@ -10,7 +10,7 @@ export { OrCheckboxGroupV3 } from './or-checkbox-group-v3/index.js';
10
10
  export { OrCheckboxTreeV3 } from './or-checkbox-tree-v3/index.js';
11
11
  export { OrCheckboxV3 } from './or-checkbox-v3/index.js';
12
12
  export { CodeLanguage, OrCodeV3, html, json, jsonParseLinter } from './or-code-v3/index.js';
13
- export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from '../index-a90d6354.js';
13
+ export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from '../index-f0e8521b.js';
14
14
  export { OrCombinedInputV3 } from './or-combined-input-v3/index.js';
15
15
  export { ConfirmType, OrConfirmV3 } from './or-confirm-v3/index.js';
16
16
  export { OrContextMenuV3 } from './or-context-menu-v3/index.js';
@@ -1,5 +1,5 @@
1
- import { v as basicSetup, k as keymap, w as indentWithTab, E as EditorView, b as EditorState, C as Compartment, L as LanguageSupport, x as LRLanguage, m as indentNodeProp, y as continuedIndent, i as foldNodeProp, z as foldInside, s as syntaxTree, A as typescriptLanguage, B as jsxLanguage, D as tsxLanguage, F as javascriptLanguage, j as javascript, h as EditorSelection, G as bracketMatchingHandle } from '../../index-a90d6354.js';
2
- export { a as lintGutter, l as linter } from '../../index-a90d6354.js';
1
+ import { o as basicSetup, k as keymap, p as indentWithTab, E as EditorView, b as EditorState, C as Compartment, L as LanguageSupport, q as LRLanguage, m as indentNodeProp, r as continuedIndent, i as foldNodeProp, t as foldInside, s as syntaxTree, u as typescriptLanguage, v as jsxLanguage, w as tsxLanguage, x as javascriptLanguage, j as javascript, h as EditorSelection, y as bracketMatchingHandle } from '../../index-f0e8521b.js';
2
+ export { a as lintGutter, l as linter } from '../../index-f0e8521b.js';
3
3
  import { parser } from '@lezer/json';
4
4
  import { configureNesting, parser as parser$2 } from '@lezer/html';
5
5
  import { parser as parser$1 } from '@lezer/css';
@@ -277,15 +277,15 @@ var script = defineComponent({
277
277
  case CodeLanguage.CSS:
278
278
  return (await Promise.resolve().then(function () { return index$1; })).css();
279
279
  case CodeLanguage.JS:
280
- return (await import('../../index-a90d6354.js').then(function (n) { return n.I; })).javascript();
280
+ return (await import('../../index-f0e8521b.js').then(function (n) { return n.I; })).javascript();
281
281
  case CodeLanguage.TS:
282
- return (await import('../../index-a90d6354.js').then(function (n) { return n.I; })).javascript({
282
+ return (await import('../../index-f0e8521b.js').then(function (n) { return n.I; })).javascript({
283
283
  typescript: true
284
284
  });
285
285
  case CodeLanguage.JSON:
286
286
  return (await Promise.resolve().then(function () { return index$2; })).json();
287
287
  case CodeLanguage.MD:
288
- return (await import('../../index-f0bbebaa.js')).markdown();
288
+ return (await import('../../index-df637b06.js')).markdown();
289
289
  }
290
290
  };
291
291
  // Methods
@@ -86,7 +86,7 @@ const ModalHeader = [
86
86
  // Layout
87
87
  'layout-row',
88
88
  // Spacing
89
- 'px-md md:px-lg',
89
+ 'px-md md:px-lg pb-sm md:pb-none',
90
90
  // Typography
91
91
  'typography-headline-2'];
92
92
 
@@ -20,7 +20,7 @@ import { ac as e } from '../../extractCssVarName-IHa2pGlF-614fb8d2.js';
20
20
  import '../../dom-CwV-xS38-5babad01.js';
21
21
  import OrderedMap from 'orderedmap';
22
22
  import { ReplaceStep as ReplaceStep$1, ReplaceAroundStep as ReplaceAroundStep$1 } from 'prosemirror-transform';
23
- import { E as EditorView$1, H as HighlightStyle, t as tags, o as syntaxHighlighting, b as EditorState$1, p as highlightActiveLine, q as highlightActiveLineGutter, r as lineNumbers, k as keymap$1, u as minimalSetup, j as javascript } from '../../index-a90d6354.js';
23
+ import { E as EditorView$1, H as HighlightStyle, z as tags, A as syntaxHighlighting, b as EditorState$1, B as highlightActiveLine, D as highlightActiveLineGutter, F as lineNumbers, k as keymap$1, G as minimalSetup, j as javascript } from '../../index-f0e8521b.js';
24
24
  import { u as ue } from '../../useValidationAttributes-DxhcSj_h-3380c3cf.js';
25
25
  import markdownit from 'markdown-it';
26
26
  import '../../OrButton-91f48227.js';
@@ -1,4 +1,4 @@
1
- import { L as LanguageSupport, P as Prec, k as keymap, c as Language, d as defineLanguageFacet, f as foldService, s as syntaxTree, e as LanguageDescription, g as ParseContext, h as EditorSelection, i as foldNodeProp, m as indentNodeProp, n as languageDataProp } from './index-a90d6354.js';
1
+ import { L as LanguageSupport, P as Prec, k as keymap, c as Language, d as defineLanguageFacet, f as foldService, s as syntaxTree, e as LanguageDescription, g as ParseContext, h as EditorSelection, i as foldNodeProp, m as indentNodeProp, n as languageDataProp } from './index-f0e8521b.js';
2
2
  import { MarkdownParser, parseCode, parser, GFM, Subscript, Superscript, Emoji } from '@lezer/markdown';
3
3
  import { html } from './components/or-code-v3/index.js';
4
4
  import { NodeProp } from '@lezer/common';
@@ -19751,4 +19751,4 @@ var index = /*#__PURE__*/Object.freeze({
19751
19751
  typescriptLanguage: typescriptLanguage
19752
19752
  });
19753
19753
 
19754
- export { typescriptLanguage as A, jsxLanguage as B, Compartment as C, tsxLanguage as D, EditorView as E, javascriptLanguage as F, bracketMatchingHandle as G, HighlightStyle as H, index as I, LanguageSupport as L, Prec as P, lintGutter as a, EditorState as b, Language as c, defineLanguageFacet as d, LanguageDescription as e, foldService as f, ParseContext as g, EditorSelection as h, foldNodeProp as i, javascript as j, keymap as k, linter as l, indentNodeProp as m, languageDataProp as n, syntaxHighlighting as o, highlightActiveLine as p, highlightActiveLineGutter as q, lineNumbers as r, syntaxTree as s, tags as t, minimalSetup as u, basicSetup as v, indentWithTab as w, LRLanguage as x, continuedIndent as y, foldInside as z };
19754
+ export { syntaxHighlighting as A, highlightActiveLine as B, Compartment as C, highlightActiveLineGutter as D, EditorView as E, lineNumbers as F, minimalSetup as G, HighlightStyle as H, index as I, LanguageSupport as L, Prec as P, lintGutter as a, EditorState as b, Language as c, defineLanguageFacet as d, LanguageDescription as e, foldService as f, ParseContext as g, EditorSelection as h, foldNodeProp as i, javascript as j, keymap as k, linter as l, indentNodeProp as m, languageDataProp as n, basicSetup as o, indentWithTab as p, LRLanguage as q, continuedIndent as r, syntaxTree as s, foldInside as t, typescriptLanguage as u, jsxLanguage as v, tsxLanguage as w, javascriptLanguage as x, bracketMatchingHandle as y, tags as z };
@@ -80,7 +80,7 @@ export { OrButtonV3 } from './components/or-button-v3/index.js';
80
80
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant } from './props-bba3dca8.js';
81
81
  export { OrCheckboxTreeV3 } from './components/or-checkbox-tree-v3/index.js';
82
82
  export { OrCheckboxV3 } from './components/or-checkbox-v3/index.js';
83
- export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from './index-a90d6354.js';
83
+ export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from './index-f0e8521b.js';
84
84
  export { OrDatePickerV3 } from './components/or-date-picker-v3/index.js';
85
85
  export { s as OrDateTimePickerV3 } from './OrDateTimePicker.vue_vue_type_script_lang-92237043.js';
86
86
  export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from './OrDateTimePickerMonthSelect-8ff9ca1b.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "20.1.0",
3
+ "version": "20.1.1",
4
4
  "description": "Vue components library for v3",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -46,8 +46,8 @@
46
46
  "@codemirror/view": "^6",
47
47
  "@floating-ui/dom": "1.5.3",
48
48
  "@lezer/highlight": "*",
49
- "@onereach/styles": "^20.1.0",
50
- "@onereach/ui-components-common": "^20.1.0",
49
+ "@onereach/styles": "^20.1.1",
50
+ "@onereach/ui-components-common": "^20.1.1",
51
51
  "@splidejs/splide": "4.0.6",
52
52
  "@tiptap/core": "2.0.3",
53
53
  "@tiptap/extension-blockquote": "2.0.3",
@@ -108,5 +108,5 @@
108
108
  "access": "public"
109
109
  },
110
110
  "npmUnpacked": "4.15.2",
111
- "gitHead": "67e75b46249d07a66c5448062fd4f628e2fda20d"
111
+ "gitHead": "6a52b19eca7124d3f90464615f051c4e4bd9b316"
112
112
  }