@onereach/ui-components 2.74.0-beta.2287.0 → 2.74.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 (103) hide show
  1. package/dist/bundled/v2/{OrCardCollection-4ac89ea5.js → OrCardCollection-9bc44ec5.js} +1 -1
  2. package/dist/bundled/v2/{OrCode-c0af38e3.js → OrCode-fc6876ec.js} +15 -179
  3. package/dist/bundled/v2/{OrConfirm-8c0e957d.js → OrConfirm-ea6ea2f7.js} +1 -1
  4. package/dist/bundled/v2/{OrInput-00070eee.js → OrInput-57a47093.js} +28 -11
  5. package/dist/bundled/v2/{OrInputBox-2f559e98.js → OrInputBox-e54dcef9.js} +3 -3
  6. package/dist/bundled/v2/{OrNotification-2e2a1941.js → OrNotification-3909aaf2.js} +3 -3
  7. package/dist/bundled/v2/{OrSearch-09fd004c.js → OrSearch-4072a079.js} +2 -2
  8. package/dist/bundled/v2/{OrSelect-2ececfc1.js → OrSelect-359e891b.js} +2 -2
  9. package/dist/bundled/v2/{OrSkeletonText-2f1a3cc7.js → OrSkeletonText-242d22f3.js} +3 -3
  10. package/dist/bundled/v2/{OrTextarea-5c57c02b.js → OrTextarea-1201353b.js} +1 -1
  11. package/dist/bundled/v2/components/index.js +11 -11
  12. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -4
  13. package/dist/bundled/v2/components/or-code/index.js +1 -1
  14. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
  15. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  16. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  17. package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
  18. package/dist/bundled/v2/components/or-notification/index.js +1 -1
  19. package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
  20. package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
  21. package/dist/bundled/v2/components/or-skeleton/index.js +1 -1
  22. package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
  23. package/dist/bundled/v2/index.js +11 -11
  24. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f76c3264.js → OrCardCollection.vue_vue_type_script_lang-62eb2543.js} +1 -1
  25. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-79a42008.js → OrCode.vue_vue_type_script_lang-c55de81d.js} +11 -176
  26. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-eb2bfce2.js → OrConfirm.vue_vue_type_script_lang-9aff9db3.js} +2 -2
  27. package/dist/bundled/v3/{OrInput-dcf2606e.js → OrInput-44a32124.js} +15 -6
  28. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-27220623.js → OrInput.vue_vue_type_script_lang-4d9e2f4a.js} +15 -3
  29. package/dist/bundled/v3/{OrInputBox-4c7900c2.js → OrInputBox-358d4856.js} +1 -1
  30. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-47d98e81.js → OrInputBox.vue_vue_type_script_lang-b387d4ba.js} +3 -3
  31. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-c054c8db.js → OrSearch.vue_vue_type_script_lang-0ddeada5.js} +3 -3
  32. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7fd5e2f0.js → OrSelect.vue_vue_type_script_lang-c7a9bec2.js} +4 -4
  33. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-296da567.js → OrTextarea.vue_vue_type_script_lang-de99a858.js} +2 -2
  34. package/dist/bundled/v3/components/index.js +11 -11
  35. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -6
  36. package/dist/bundled/v3/components/or-code/index.js +1 -1
  37. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
  38. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  39. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  40. package/dist/bundled/v3/components/or-input-v3/index.js +5 -3
  41. package/dist/bundled/v3/components/or-search-v3/index.js +7 -5
  42. package/dist/bundled/v3/components/or-select-v3/index.js +7 -5
  43. package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
  44. package/dist/bundled/v3/index.js +21 -21
  45. package/dist/esm/v2/{OrCardCollection-5a9eda35.js → OrCardCollection-4c909f4b.js} +2 -2
  46. package/dist/esm/v2/{OrCode-47331c24.js → OrCode-d4400b42.js} +17 -183
  47. package/dist/esm/v2/{OrConfirm-9dbdedd7.js → OrConfirm-7dc26526.js} +1 -1
  48. package/dist/esm/v2/{OrInput-59a15d80.js → OrInput-3d8c8925.js} +28 -11
  49. package/dist/esm/v2/{OrInputBox-9ceb9fc4.js → OrInputBox-53d1f66d.js} +3 -3
  50. package/dist/esm/v2/{OrNotification-a49e76d3.js → OrNotification-a9231a83.js} +3 -3
  51. package/dist/esm/v2/{OrSearch-7411388b.js → OrSearch-d6f1ba11.js} +2 -2
  52. package/dist/esm/v2/{OrSelect-e31d1c8b.js → OrSelect-bdb9a78a.js} +2 -2
  53. package/dist/esm/v2/{OrSkeletonText-24509efe.js → OrSkeletonText-cc94bdc9.js} +3 -3
  54. package/dist/esm/v2/{OrTextarea-a5a3572b.js → OrTextarea-373d0554.js} +1 -1
  55. package/dist/esm/v2/components/index.js +11 -13
  56. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
  57. package/dist/esm/v2/components/or-code/index.js +2 -4
  58. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  59. package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
  60. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  61. package/dist/esm/v2/components/or-input-v3/index.js +4 -3
  62. package/dist/esm/v2/components/or-notification/index.js +1 -1
  63. package/dist/esm/v2/components/or-search-v3/index.js +5 -4
  64. package/dist/esm/v2/components/or-select-v3/index.js +5 -4
  65. package/dist/esm/v2/components/or-skeleton/index.js +1 -1
  66. package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
  67. package/dist/esm/v2/index.js +10 -12
  68. package/dist/esm/v3/{OrCardCollection-e4fde5b4.js → OrCardCollection-803f67f7.js} +2 -2
  69. package/dist/esm/v3/{OrCode-effa9edb.js → OrCode-5ed69c23.js} +14 -180
  70. package/dist/esm/v3/{OrConfirm-37454a63.js → OrConfirm-403896ca.js} +1 -1
  71. package/dist/esm/v3/{OrInput-bd054213.js → OrInput-71075f51.js} +27 -7
  72. package/dist/esm/v3/{OrInputBox-e16ade90.js → OrInputBox-2467d7e4.js} +3 -3
  73. package/dist/esm/v3/{OrNotification-eb08de33.js → OrNotification-e85a4956.js} +1 -1
  74. package/dist/esm/v3/{OrSearch-5406bf03.js → OrSearch-4e180e34.js} +2 -2
  75. package/dist/esm/v3/{OrSelect-466e50ca.js → OrSelect-c64eda46.js} +2 -2
  76. package/dist/esm/v3/{OrSkeletonText-0546754d.js → OrSkeletonText-2b1610ce.js} +3 -3
  77. package/dist/esm/v3/{OrTextarea-37566985.js → OrTextarea-42d21f77.js} +1 -1
  78. package/dist/esm/v3/components/index.js +11 -13
  79. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  80. package/dist/esm/v3/components/or-code/index.js +2 -4
  81. package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
  82. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  83. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  84. package/dist/esm/v3/components/or-input-v3/index.js +4 -3
  85. package/dist/esm/v3/components/or-notification/index.js +1 -1
  86. package/dist/esm/v3/components/or-search-v3/index.js +5 -4
  87. package/dist/esm/v3/components/or-select-v3/index.js +5 -4
  88. package/dist/esm/v3/components/or-skeleton/index.js +1 -1
  89. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  90. package/dist/esm/v3/index.js +10 -12
  91. package/package.json +4 -3
  92. package/src/components/or-code/OrCode.vue +6 -8
  93. package/src/components/or-input-box-v3/styles.ts +3 -6
  94. package/src/components/or-input-v3/OrInput.stories3.ts +4 -0
  95. package/src/components/or-input-v3/OrInput.vue +39 -19
  96. package/src/components/or-notification/OrNotification.vue +1 -26
  97. package/src/components/or-skeleton/styles.scss +3 -18
  98. package/src/components/or-stepper/OrStepper.stories.ts +1 -1
  99. package/dist/bundled/v2/components/or-code/theme.d.ts +0 -24
  100. package/dist/bundled/v3/components/or-code/theme.d.ts +0 -24
  101. package/dist/esm/v2/components/or-code/theme.d.ts +0 -24
  102. package/dist/esm/v3/components/or-code/theme.d.ts +0 -24
  103. package/src/components/or-code/theme.ts +0 -213
@@ -5,8 +5,8 @@ import { _ as __vue_component__$6 } from './OrIcon-f34e0e6f.js';
5
5
  import { _ as __vue_component__$5 } from './OrMenuItem-7b7fbf8a.js';
6
6
  import { _ as __vue_component__$4 } from './OrMenu-c276db74.js';
7
7
  import './OrPopover-d5d4f62a.js';
8
- import { _ as __vue_component__$7 } from './OrSearch-7411388b.js';
9
- import './OrInputBox-9ceb9fc4.js';
8
+ import { _ as __vue_component__$7 } from './OrSearch-d6f1ba11.js';
9
+ import './OrInputBox-53d1f66d.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
12
12
  const CardCollectionRoot = [
@@ -1,8 +1,8 @@
1
1
  import { EditorState } from '@codemirror/state';
2
- import { EditorView, keymap } from '@codemirror/view';
2
+ import { keymap } from '@codemirror/view';
3
3
  import { indentWithTab } from '@codemirror/commands';
4
- import { basicSetup, EditorView as EditorView$1 } from 'codemirror';
5
4
  import { useElementHover } from '@vueuse/core';
5
+ import { basicSetup, EditorView } from 'codemirror';
6
6
  import _ from 'lodash';
7
7
  import { defineComponent, ref } from 'vue-demi';
8
8
  import './OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
@@ -18,8 +18,6 @@ import { css } from '@codemirror/lang-css';
18
18
  import { json } from '@codemirror/lang-json';
19
19
  import { javascript } from '@codemirror/lang-javascript';
20
20
  import { markdown } from '@codemirror/lang-markdown';
21
- import { HighlightStyle, syntaxHighlighting } from '@codemirror/language';
22
- import { tags } from '@lezer/highlight';
23
21
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
24
22
 
25
23
  var OrCodeLanguages;
@@ -51,173 +49,6 @@ var languages = {
51
49
  [OrCodeLanguages.MD]: MD
52
50
  };
53
51
 
54
- // Using https://github.com/one-dark/vscode-one-dark-theme/ as reference for the colors
55
- const chalky = 'var(--c-warning-darken-20)',
56
- coral = 'var(--c-error)',
57
- cyan = '#56b6c2',
58
- invalid = 'var(--c-white)',
59
- ivory = 'var(--c-neutral-6)',
60
- stone = 'var(--c-neutral-5)',
61
- // Brightened compared to original to increase contrast
62
- malibu = '#61afef',
63
- sage = 'var(--c-success)',
64
- whiskey = 'var(--c-warning-darken-5)',
65
- violet = '#c678dd',
66
- darkBackground = 'var(--c-neutral-1)',
67
- highlightBackground = 'var(--c-neutral-2)',
68
- background = 'var(--c-neutral-1)',
69
- tooltipBackground = 'var(--c-neutral-2)',
70
- selection = 'var(--c-neutral-3)',
71
- cursor = 'var(--c-primary)';
72
- /// The editor theme styles for One Dark.
73
- const orCodeTheme = EditorView.theme({
74
- '&': {
75
- color: ivory,
76
- backgroundColor: background
77
- },
78
- '.cm-content': {
79
- caretColor: cursor
80
- },
81
- '.cm-button': {
82
- background: highlightBackground,
83
- color: 'var(--c-neutral-6)',
84
- border: 0,
85
- borderRadius: 'var(--s-2)'
86
- },
87
- '.cm-panel.cm-search input[type=checkbox]': {
88
- display: 'inline-block',
89
- verticalAlign: 'middle'
90
- },
91
- '.cm-cursor, .cm-dropCursor': {
92
- borderLeftColor: cursor
93
- },
94
- '&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection': {
95
- backgroundColor: selection
96
- },
97
- '.cm-panels': {
98
- backgroundColor: darkBackground,
99
- color: ivory
100
- },
101
- '.cm-panels.cm-panels-top': {
102
- borderBottom: '2px solid var(--c-neutral-2)'
103
- },
104
- '.cm-panels.cm-panels-bottom': {
105
- borderTop: '2px solid var(--c-neutral-2)'
106
- },
107
- '.cm-searchMatch': {
108
- backgroundColor: 'var(--c-neutral-1)',
109
- outline: '1px solid var(--c-neutral-2)'
110
- },
111
- '.cm-searchMatch.cm-searchMatch-selected': {
112
- backgroundColor: '#6199ff2f'
113
- },
114
- '.cm-activeLine': {
115
- backgroundColor: '#6699ff0b'
116
- },
117
- '.cm-selectionMatch': {
118
- backgroundColor: '#aafe661a'
119
- },
120
- '&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket': {
121
- backgroundColor: '#bad0f847'
122
- },
123
- '.cm-gutters': {
124
- backgroundColor: background,
125
- color: stone,
126
- border: 'none'
127
- },
128
- '.cm-activeLineGutter': {
129
- backgroundColor: highlightBackground
130
- },
131
- '.cm-foldPlaceholder': {
132
- backgroundColor: 'transparent',
133
- border: 'none',
134
- color: '#ddd'
135
- },
136
- '.cm-tooltip': {
137
- border: 'none',
138
- backgroundColor: tooltipBackground
139
- },
140
- '.cm-tooltip .cm-tooltip-arrow:before': {
141
- borderTopColor: 'transparent',
142
- borderBottomColor: 'transparent'
143
- },
144
- '.cm-tooltip .cm-tooltip-arrow:after': {
145
- borderTopColor: tooltipBackground,
146
- borderBottomColor: tooltipBackground
147
- },
148
- '.cm-tooltip-autocomplete': {
149
- '& > ul > li[aria-selected]': {
150
- backgroundColor: highlightBackground,
151
- color: ivory
152
- }
153
- },
154
- '.cm-textfield': {
155
- outline: 'none',
156
- background: background,
157
- color: 'var(--c-neutral-6)',
158
- backgroundColor: 'var(--c-neutral-1)',
159
- border: '1px solid var(--c-neutral-2)',
160
- borderRadius: 'var(--s-2)'
161
- }
162
- }, {
163
- dark: true
164
- });
165
- /// The highlighting style for code in the One Dark theme.
166
- const orCodeHighlightStyle = HighlightStyle.define([{
167
- tag: tags.keyword,
168
- color: violet
169
- }, {
170
- tag: [tags.name, tags.deleted, tags.character, tags.propertyName, tags.macroName],
171
- color: coral
172
- }, {
173
- tag: [tags.function(tags.variableName), tags.labelName],
174
- color: malibu
175
- }, {
176
- tag: [tags.color, tags.constant(tags.name), tags.standard(tags.name)],
177
- color: whiskey
178
- }, {
179
- tag: [tags.definition(tags.name), tags.separator],
180
- color: ivory
181
- }, {
182
- tag: [tags.typeName, tags.className, tags.number, tags.changed, tags.annotation, tags.modifier, tags.self, tags.namespace],
183
- color: chalky
184
- }, {
185
- tag: [tags.operator, tags.operatorKeyword, tags.url, tags.escape, tags.regexp, tags.link, tags.special(tags.string)],
186
- color: cyan
187
- }, {
188
- tag: [tags.meta, tags.comment],
189
- color: stone
190
- }, {
191
- tag: tags.strong,
192
- fontWeight: 'bold'
193
- }, {
194
- tag: tags.emphasis,
195
- fontStyle: 'italic'
196
- }, {
197
- tag: tags.strikethrough,
198
- textDecoration: 'line-through'
199
- }, {
200
- tag: tags.link,
201
- color: stone,
202
- textDecoration: 'underline'
203
- }, {
204
- tag: tags.heading,
205
- fontWeight: 'bold',
206
- color: coral
207
- }, {
208
- tag: [tags.atom, tags.bool, tags.special(tags.variableName)],
209
- color: whiskey
210
- }, {
211
- tag: [tags.processingInstruction, tags.string, tags.inserted],
212
- color: sage
213
- }, {
214
- tag: tags.invalid,
215
- color: invalid
216
- }]);
217
- /// Extension to enable the One Dark theme (both the editor theme and
218
- /// the highlight style).
219
- const theme = [orCodeTheme, syntaxHighlighting(orCodeHighlightStyle)];
220
-
221
52
  //partially based on https://github.com/logue/vue-codemirror6/blob/master/src/components/CodeMirror.vue
222
53
  var script = defineComponent({
223
54
  name: 'OrCode',
@@ -301,12 +132,11 @@ var script = defineComponent({
301
132
  setup(props, {
302
133
  emit
303
134
  }) {
304
- // editor config
305
135
  const root = ref();
306
136
  const target = ref();
307
137
  const fullscreenTarget = ref();
308
138
  const isHovered = useElementHover(root);
309
- const editor = new EditorView$1({
139
+ const editor = new EditorView({
310
140
  state: EditorState.create({
311
141
  doc: props.modelValue
312
142
  }),
@@ -343,19 +173,21 @@ var script = defineComponent({
343
173
  allowPaste,
344
174
  lineWrapping
345
175
  } = this;
346
- const ext = _.compact([theme, EditorView$1.baseTheme({}),
176
+ const ext = _.compact([
177
+ // Toggle light/dark mode
178
+ EditorView.baseTheme({}),
347
179
  // locale settings
348
180
  this.phrases ? EditorState.phrases.of(this.phrases) : undefined,
349
181
  // Parser language setting
350
182
  this.localLanguage,
351
183
  // Editable option
352
- EditorView$1.editable.of(!this.isReadonly),
184
+ EditorView.editable.of(!this.isReadonly),
353
185
  // Focus and blur listener
354
- EditorView$1.updateListener.of(viewUpdate => {
186
+ EditorView.updateListener.of(viewUpdate => {
355
187
  if (viewUpdate.focusChanged) {
356
188
  viewUpdate.view.hasFocus ? this.$emit('focus') : this.$emit('blur', viewUpdate.state.doc.toString());
357
189
  }
358
- }), EditorView$1.domEventHandlers({
190
+ }), EditorView.domEventHandlers({
359
191
  drop(event) {
360
192
  if (!allowDrop) {
361
193
  event.preventDefault();
@@ -370,8 +202,10 @@ var script = defineComponent({
370
202
  }
371
203
  }),
372
204
  // line wrapping
373
- lineWrapping ? EditorView$1.lineWrapping : undefined, keymap.of([indentWithTab]), ...this.extensions]);
374
- return [...ext];
205
+ lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab])]);
206
+ // Append Extensions (such as basic-setup)
207
+ if (this.extensions.length !== 0) _.merge(ext, this.extensions);
208
+ return ext;
375
209
  },
376
210
  isShowingError() {
377
211
  return !!this.error && this.isInvalid;
@@ -463,7 +297,7 @@ var __vue_render__ = function () {
463
297
  staticClass: "fullscreen-button",
464
298
  attrs: {
465
299
  "icon": "fullscreen",
466
- "icon-color": "neutral-4"
300
+ "icon-color": "neutral-3"
467
301
  },
468
302
  on: {
469
303
  "click": function ($event) {
@@ -531,14 +365,14 @@ var __vue_staticRenderFns__ = [];
531
365
  /* style */
532
366
  const __vue_inject_styles__ = function (inject) {
533
367
  if (!inject) return;
534
- inject("data-v-0e7eeac0_0", {
535
- source: "@keyframes spinAround-data-v-0e7eeac0{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-0e7eeac0{from{opacity:1}to{opacity:0}}.or-code .fullscreen-button[data-v-0e7eeac0]{width:2.25rem;height:2.25rem}.or-code .fullscreen-button>.or-icon[data-v-0e7eeac0]{font-size:1.5rem}.or-code .footer .or-code-error[data-v-0e7eeac0],.or-code .footer .or-code-hint[data-v-0e7eeac0]{flex-shrink:1;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:height,opacity}.header[data-v-0e7eeac0]{display:flex;flex-direction:row;align-items:center;height:36px}.header .actions[data-v-0e7eeac0]{margin-left:auto}.header .actions[data-v-0e7eeac0]:not(.is-visible){display:none}.or-code-editor[data-v-0e7eeac0]{min-height:calc(1.4em + 8px);overflow:auto;font-size:var(--fs-0);border:1px solid var(--c-neutral-2);border-radius:var(--s-2)}.or-code-editor.is-invalid[data-v-0e7eeac0]{border-color:var(--c-error)}.or-code-editor[data-v-0e7eeac0]> *{width:100%;height:100%}.or-code[data-v-0e7eeac0],.or-modal[data-v-0e7eeac0] .content{display:flex;flex-direction:column}.or-code .or-code-editor[data-v-0e7eeac0],.or-modal[data-v-0e7eeac0] .content .or-code-editor{flex-grow:1;text-align:left!important}",
368
+ inject("data-v-2056db5f_0", {
369
+ source: "@keyframes spinAround-data-v-2056db5f{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-2056db5f{from{opacity:1}to{opacity:0}}.or-code .fullscreen-button[data-v-2056db5f]{width:2.25rem;height:2.25rem}.or-code .fullscreen-button>.or-icon[data-v-2056db5f]{font-size:1.5rem}.or-code .footer .or-code-error[data-v-2056db5f],.or-code .footer .or-code-hint[data-v-2056db5f]{flex-shrink:1;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:height,opacity}.header[data-v-2056db5f]{display:flex;flex-direction:row;align-items:center;height:36px}.header .actions[data-v-2056db5f]{margin-left:auto}.header .actions[data-v-2056db5f]:not(.is-visible){display:none}.or-code-editor[data-v-2056db5f]{min-height:calc(1.4em + 8px);overflow:auto;font-size:var(--fs-0);border:1px solid var(--c-neutral-2);border-radius:var(--s-2)}.or-code-editor.is-invalid[data-v-2056db5f]{border-color:var(--c-error)}.or-code-editor[data-v-2056db5f]> *{width:100%;height:100%}.or-code[data-v-2056db5f],.or-modal[data-v-2056db5f] .content{display:flex;flex-direction:column}.or-code .or-code-editor[data-v-2056db5f],.or-modal[data-v-2056db5f] .content .or-code-editor{flex-grow:1;text-align:left!important}",
536
370
  map: undefined,
537
371
  media: undefined
538
372
  });
539
373
  };
540
374
  /* scoped */
541
- const __vue_scope_id__ = "data-v-0e7eeac0";
375
+ const __vue_scope_id__ = "data-v-2056db5f";
542
376
  /* module identifier */
543
377
  const __vue_module_identifier__ = undefined;
544
378
  /* functional template */
@@ -2,7 +2,7 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
2
2
  import { logicAnd } from '@vueuse/math';
3
3
  import { defineComponent, ref, computed, watch } from 'vue-demi';
4
4
  import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-66964360.js';
5
- import { _ as __vue_component__$3 } from './OrInput-59a15d80.js';
5
+ import { _ as __vue_component__$3 } from './OrInput-3d8c8925.js';
6
6
  import { _ as __vue_component__$1 } from './OrOverlay-a019186f.js';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
8
8
 
@@ -1,13 +1,15 @@
1
1
  import { defineComponent, ref, computed, reactive } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useResponsive } from './useResponsive-a02e95b7.js';
4
5
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
6
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
7
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
8
  import { _ as __vue_component__$4 } from './OrIconButton-04a3566d.js';
8
9
  import { _ as __vue_component__$3 } from './OrIcon-f34e0e6f.js';
9
- import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
10
+ import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
10
11
  import { _ as __vue_component__$6 } from './OrLabel-0945a4d9.js';
12
+ import { _ as __vue_component__$7 } from './OrLoader-76307488.js';
11
13
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
12
14
  import { c as createInjector } from './browser-82dea9ed.js';
13
15
 
@@ -40,7 +42,8 @@ var script = defineComponent({
40
42
  OrIcon: __vue_component__$3,
41
43
  OrIconButton: __vue_component__$4,
42
44
  OrInputBox: __vue_component__$5,
43
- OrLabel: __vue_component__$6
45
+ OrLabel: __vue_component__$6,
46
+ OrLoader: __vue_component__$7
44
47
  },
45
48
  model: {
46
49
  prop: 'modelValue',
@@ -75,6 +78,10 @@ var script = defineComponent({
75
78
  type: String,
76
79
  default: undefined
77
80
  },
81
+ loading: {
82
+ type: Boolean,
83
+ default: false
84
+ },
78
85
  required: {
79
86
  type: Boolean,
80
87
  default: false
@@ -120,6 +127,9 @@ var script = defineComponent({
120
127
  const maxLength = computed(() => controlAttributes.maxlength);
121
128
  const invalid = computed(() => !!props.error);
122
129
  const disclosed = ref(false);
130
+ const {
131
+ isMobile
132
+ } = useResponsive();
123
133
  // Methods
124
134
  function focus() {
125
135
  var _a;
@@ -140,6 +150,7 @@ var script = defineComponent({
140
150
  maxLength,
141
151
  invalid,
142
152
  disclosed,
153
+ isMobile,
143
154
  focus,
144
155
  blur
145
156
  };
@@ -176,7 +187,7 @@ var __vue_render__ = function () {
176
187
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
177
188
  "size": _vm.size,
178
189
  "invalid": _vm.invalid,
179
- "readonly": _vm.readonly,
190
+ "readonly": _vm.readonly || _vm.loading,
180
191
  "disabled": _vm.disabled
181
192
  }
182
193
  }, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input', _vm._b({
@@ -191,7 +202,7 @@ var __vue_render__ = function () {
191
202
  attrs: {
192
203
  "placeholder": _vm.placeholder,
193
204
  "required": _vm.required,
194
- "readonly": _vm.readonly,
205
+ "readonly": _vm.readonly || _vm.loading,
195
206
  "disabled": _vm.disabled,
196
207
  "type": "checkbox"
197
208
  },
@@ -240,7 +251,7 @@ var __vue_render__ = function () {
240
251
  attrs: {
241
252
  "placeholder": _vm.placeholder,
242
253
  "required": _vm.required,
243
- "readonly": _vm.readonly,
254
+ "readonly": _vm.readonly || _vm.loading,
244
255
  "disabled": _vm.disabled,
245
256
  "type": "radio"
246
257
  },
@@ -276,7 +287,7 @@ var __vue_render__ = function () {
276
287
  attrs: {
277
288
  "placeholder": _vm.placeholder,
278
289
  "required": _vm.required,
279
- "readonly": _vm.readonly,
290
+ "readonly": _vm.readonly || _vm.loading,
280
291
  "disabled": _vm.disabled,
281
292
  "type": _vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type
282
293
  },
@@ -305,7 +316,13 @@ var __vue_render__ = function () {
305
316
  }
306
317
  }, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
307
318
  class: ['layout-row']
308
- }, [_vm.type === 'password' ? [_c('OrIconButton', {
319
+ }, [_vm.loading ? [_c('OrLoader', {
320
+ attrs: {
321
+ "variant": 'circular',
322
+ "color": 'primary',
323
+ "size": _vm.isMobile ? 'm' : 's'
324
+ }
325
+ })] : [_vm.type === 'password' ? [_c('OrIconButton', {
309
326
  attrs: {
310
327
  "icon": {
311
328
  icon: _vm.disclosed ? 'visibility_off' : 'visibility',
@@ -337,7 +354,7 @@ var __vue_render__ = function () {
337
354
  "icon": 'search',
338
355
  "variant": 'outlined'
339
356
  }
340
- })]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
357
+ })]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
341
358
  attrs: {
342
359
  "disabled": _vm.disabled
343
360
  },
@@ -366,14 +383,14 @@ var __vue_staticRenderFns__ = [];
366
383
  /* style */
367
384
  const __vue_inject_styles__ = function (inject) {
368
385
  if (!inject) return;
369
- inject("data-v-1243ae22_0", {
370
- source: "input[data-v-1243ae22]{min-width:0;background:0 0;outline:0}input[type=number][data-v-1243ae22]::-webkit-inner-spin-button{display:none}input[type=search][data-v-1243ae22]::-webkit-search-cancel-button{display:none}",
386
+ inject("data-v-9ec674d8_0", {
387
+ source: "input[data-v-9ec674d8]{min-width:0;background:0 0;outline:0}input[type=number][data-v-9ec674d8]::-webkit-inner-spin-button{display:none}input[type=search][data-v-9ec674d8]::-webkit-search-cancel-button{display:none}",
371
388
  map: undefined,
372
389
  media: undefined
373
390
  });
374
391
  };
375
392
  /* scoped */
376
- const __vue_scope_id__ = "data-v-1243ae22";
393
+ const __vue_scope_id__ = "data-v-9ec674d8";
377
394
  /* module identifier */
378
395
  const __vue_module_identifier__ = undefined;
379
396
  /* functional template */
@@ -42,16 +42,16 @@ const InputBoxRootVariants = {
42
42
  const InputBoxRootSizes = {
43
43
  'm': [
44
44
  // Box
45
- 'children:min-h-[34px]',
45
+ 'children:min-h-[46px] children:md:min-h-[34px]',
46
46
  // Spacing
47
- 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
47
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
48
48
  // Typography
49
49
  'typography-body-2-regular'],
50
50
  's': [
51
51
  // Box
52
52
  'children:min-h-[30px]',
53
53
  // Spacing
54
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
54
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
55
55
  // Typography
56
56
  'typography-caption-regular']
57
57
  };
@@ -120,14 +120,14 @@ var __vue_staticRenderFns__ = [];
120
120
  /* style */
121
121
  const __vue_inject_styles__ = function (inject) {
122
122
  if (!inject) return;
123
- inject("data-v-6284d461_0", {
124
- source: "@keyframes spinAround-data-v-6284d461{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-6284d461{from{opacity:1}to{opacity:0}}.or-notification[data-v-6284d461]{--alignment-height:var(--lh-1);display:flex;align-items:flex-start;width:100%;padding:var(--s-4);background-color:var(--c-white);border-radius:.25rem;box-shadow:0 .0625rem .25rem .0625rem rgba(0,0,0,.08);transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:background-color}.or-notification.is-size-default[data-v-6284d461]{max-width:48rem}.or-notification.is-size-inline[data-v-6284d461]{max-width:27.875rem}.or-notification a[data-v-6284d461]{font-weight:var(--fw-2);color:var(--c-black)}.or-notification--icon[data-v-6284d461]{display:flex;align-items:center;min-height:var(--alignment-height);margin-right:var(--s-4)}.or-notification--icon[data-v-6284d461] .or-icon{font-size:1rem}.or-notification--content[data-v-6284d461]{flex:1 1 100%;word-break:break-word}.or-notification--close[data-v-6284d461]{display:flex;height:var(--alignment-height);margin-left:1rem}.or-notification--close[data-v-6284d461] .or-icon{font-size:1rem!important}.or-notification.is-type-info[data-v-6284d461]{background-color:var(--c-primary-lighten-45)}.or-notification.is-type-info a[data-v-6284d461]{color:var(--c-primary)}.or-notification.is-type-error[data-v-6284d461]{background-color:var(--c-error-lighten-45)}.or-notification.is-type-error a[data-v-6284d461]{color:var(--c-error)}.or-notification.is-type-warning[data-v-6284d461]{background-color:var(--c-warning-lighten-45)}.or-notification.is-type-warning a[data-v-6284d461]{color:var(--c-warning)}.or-notification.is-type-success[data-v-6284d461]{background-color:var(--c-success-lighten-45)}.or-notification.is-type-success a[data-v-6284d461]{color:var(--c-success)}[data-theme=dark] .or-notification .or-icon[data-v-6284d461]{color:var(--c-neutral-1)}[data-theme=dark] .or-notification.is-type-info[data-v-6284d461]{background-color:var(--c-primary-darken-45);color:var(--c-neutral-6)}[data-theme=dark] .or-notification.is-type-info a[data-v-6284d461]{color:var(--c-neutral-6)}[data-theme=dark] .or-notification.is-type-error[data-v-6284d461]{background-color:var(--c-error-darken-45);color:var(--c-neutral-6)}[data-theme=dark] .or-notification.is-type-error a[data-v-6284d461]{color:var(--c-neutral-6)}[data-theme=dark] .or-notification.is-type-warning[data-v-6284d461]{background-color:var(--c-warning-darken-45);color:var(--c-neutral-6)}[data-theme=dark] .or-notification.is-type-warning a[data-v-6284d461]{color:var(--c-neutral-6)}[data-theme=dark] .or-notification.is-type-success[data-v-6284d461]{background-color:var(--c-success-darken-45);color:var(--c-neutral-6)}[data-theme=dark] .or-notification.is-type-success a[data-v-6284d461]{color:var(--c-neutral-6)}",
123
+ inject("data-v-7bc0e6b5_0", {
124
+ source: "@keyframes spinAround-data-v-7bc0e6b5{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-7bc0e6b5{from{opacity:1}to{opacity:0}}.or-notification[data-v-7bc0e6b5]{--alignment-height:var(--lh-1);display:flex;align-items:flex-start;width:100%;padding:var(--s-4);background-color:var(--c-white);border-radius:.25rem;box-shadow:0 .0625rem .25rem .0625rem rgba(0,0,0,.08);transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:background-color}.or-notification.is-size-default[data-v-7bc0e6b5]{max-width:48rem}.or-notification.is-size-inline[data-v-7bc0e6b5]{max-width:27.875rem}.or-notification a[data-v-7bc0e6b5]{font-weight:var(--fw-2);color:var(--c-black)}.or-notification--icon[data-v-7bc0e6b5]{display:flex;align-items:center;min-height:var(--alignment-height);margin-right:var(--s-4)}.or-notification--icon[data-v-7bc0e6b5] .or-icon{font-size:1rem}.or-notification--content[data-v-7bc0e6b5]{flex:1 1 100%;word-break:break-word}.or-notification--close[data-v-7bc0e6b5]{display:flex;height:var(--alignment-height);margin-left:1rem}.or-notification--close[data-v-7bc0e6b5] .or-icon{font-size:1rem!important}.or-notification.is-type-info[data-v-7bc0e6b5]{background-color:var(--c-primary-lighten-45)}.or-notification.is-type-info a[data-v-7bc0e6b5]{color:var(--c-primary)}.or-notification.is-type-error[data-v-7bc0e6b5]{background-color:var(--c-error-lighten-45)}.or-notification.is-type-error a[data-v-7bc0e6b5]{color:var(--c-error)}.or-notification.is-type-warning[data-v-7bc0e6b5]{background-color:var(--c-warning-lighten-45)}.or-notification.is-type-warning a[data-v-7bc0e6b5]{color:var(--c-warning)}.or-notification.is-type-success[data-v-7bc0e6b5]{background-color:var(--c-success-lighten-45)}.or-notification.is-type-success a[data-v-7bc0e6b5]{color:var(--c-success)}",
125
125
  map: undefined,
126
126
  media: undefined
127
127
  });
128
128
  };
129
129
  /* scoped */
130
- const __vue_scope_id__ = "data-v-6284d461";
130
+ const __vue_scope_id__ = "data-v-7bc0e6b5";
131
131
  /* module identifier */
132
132
  const __vue_module_identifier__ = undefined;
133
133
  /* functional template */
@@ -1,7 +1,7 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrInput-59a15d80.js';
4
- import { a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
3
+ import { _ as __vue_component__$1 } from './OrInput-3d8c8925.js';
4
+ import { a as InputBoxSize } from './OrInputBox-53d1f66d.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var script = defineComponent({
@@ -7,8 +7,8 @@ import { _ as __vue_component__$2 } from './OrError-13845bb0.js';
7
7
  import { _ as __vue_component__$3 } from './OrExpansionPanel-729eb1e7.js';
8
8
  import { _ as __vue_component__$4 } from './OrHint-78b399cb.js';
9
9
  import { _ as __vue_component__$5 } from './OrIcon-f34e0e6f.js';
10
- import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
11
- import { _ as __vue_component__$6 } from './OrInput-59a15d80.js';
10
+ import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
11
+ import { _ as __vue_component__$6 } from './OrInput-3d8c8925.js';
12
12
  import { _ as __vue_component__$8 } from './OrLabel-0945a4d9.js';
13
13
  import { _ as __vue_component__$9 } from './OrMenuItem-7b7fbf8a.js';
14
14
  import { _ as __vue_component__$a } from './OrPopover-d5d4f62a.js';
@@ -58,7 +58,7 @@ var __vue_staticRenderFns__$2 = [];
58
58
  const __vue_inject_styles__$2 = function (inject) {
59
59
  if (!inject) return;
60
60
  inject("data-v-2bdce55a_0", {
61
- source: "@keyframes spinAround-data-v-2bdce55a{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-2bdce55a{from{opacity:1}to{opacity:0}}@keyframes spinAround-data-v-2bdce55a{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-2bdce55a{from{opacity:1}to{opacity:0}}@keyframes wave-data-v-2bdce55a{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.or-skeleton[data-v-2bdce55a]{overflow:hidden;position:relative;padding:0;background:#f6f8fd;border:0}.or-skeleton.is-animated[data-v-2bdce55a]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(90.14deg,#f6f8fd .1%,#fff 49.98%,#f6f8fd 99.06%);animation:wave-data-v-2bdce55a 1.5s linear .5s infinite}[data-theme=dark] .or-skeleton[data-v-2bdce55a]{background:var(--c-neutral-3)}[data-theme=dark] .or-skeleton.is-animated[data-v-2bdce55a]::before{background:linear-gradient(90.14deg,var(--c-neutral-3) .1%,var(--c-neutral-2) 49.98%,var(--c-neutral-3) 99.06%)}.or-skeleton-circle[data-v-2bdce55a]{border-radius:9999px!important}",
61
+ source: "@keyframes spinAround-data-v-2bdce55a{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-2bdce55a{from{opacity:1}to{opacity:0}}@keyframes spinAround-data-v-2bdce55a{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-2bdce55a{from{opacity:1}to{opacity:0}}@keyframes wave-data-v-2bdce55a{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.or-skeleton[data-v-2bdce55a]{overflow:hidden;position:relative;padding:0;background:#f6f8fd;border:0}.or-skeleton.is-animated[data-v-2bdce55a]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(90.14deg,#f6f8fd .1%,#fff 49.98%,#f6f8fd 99.06%);animation:wave-data-v-2bdce55a 1.5s linear .5s infinite}.or-skeleton-circle[data-v-2bdce55a]{border-radius:9999px!important}",
62
62
  map: undefined,
63
63
  media: undefined
64
64
  });
@@ -135,7 +135,7 @@ var __vue_staticRenderFns__$1 = [];
135
135
  const __vue_inject_styles__$1 = function (inject) {
136
136
  if (!inject) return;
137
137
  inject("data-v-570f1e07_0", {
138
- source: "@keyframes spinAround-data-v-570f1e07{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-570f1e07{from{opacity:1}to{opacity:0}}@keyframes spinAround-data-v-570f1e07{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-570f1e07{from{opacity:1}to{opacity:0}}@keyframes wave-data-v-570f1e07{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.or-skeleton[data-v-570f1e07]{overflow:hidden;position:relative;padding:0;background:#f6f8fd;border:0}.or-skeleton.is-animated[data-v-570f1e07]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(90.14deg,#f6f8fd .1%,#fff 49.98%,#f6f8fd 99.06%);animation:wave-data-v-570f1e07 1.5s linear .5s infinite}[data-theme=dark] .or-skeleton[data-v-570f1e07]{background:var(--c-neutral-3)}[data-theme=dark] .or-skeleton.is-animated[data-v-570f1e07]::before{background:linear-gradient(90.14deg,var(--c-neutral-3) .1%,var(--c-neutral-2) 49.98%,var(--c-neutral-3) 99.06%)}.or-skeleton-rect[data-v-570f1e07]{border-radius:var(--s-2)}",
138
+ source: "@keyframes spinAround-data-v-570f1e07{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-570f1e07{from{opacity:1}to{opacity:0}}@keyframes spinAround-data-v-570f1e07{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-570f1e07{from{opacity:1}to{opacity:0}}@keyframes wave-data-v-570f1e07{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.or-skeleton[data-v-570f1e07]{overflow:hidden;position:relative;padding:0;background:#f6f8fd;border:0}.or-skeleton.is-animated[data-v-570f1e07]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(90.14deg,#f6f8fd .1%,#fff 49.98%,#f6f8fd 99.06%);animation:wave-data-v-570f1e07 1.5s linear .5s infinite}.or-skeleton-rect[data-v-570f1e07]{border-radius:var(--s-2)}",
139
139
  map: undefined,
140
140
  media: undefined
141
141
  });
@@ -235,7 +235,7 @@ var __vue_staticRenderFns__ = [];
235
235
  const __vue_inject_styles__ = function (inject) {
236
236
  if (!inject) return;
237
237
  inject("data-v-1ddb38df_0", {
238
- source: "@keyframes spinAround-data-v-1ddb38df{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-1ddb38df{from{opacity:1}to{opacity:0}}@keyframes spinAround-data-v-1ddb38df{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-1ddb38df{from{opacity:1}to{opacity:0}}@keyframes wave-data-v-1ddb38df{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.or-skeleton[data-v-1ddb38df]{overflow:hidden;position:relative;padding:0;background:#f6f8fd;border:0}.or-skeleton.is-animated[data-v-1ddb38df]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(90.14deg,#f6f8fd .1%,#fff 49.98%,#f6f8fd 99.06%);animation:wave-data-v-1ddb38df 1.5s linear .5s infinite}[data-theme=dark] .or-skeleton[data-v-1ddb38df]{background:var(--c-neutral-3)}[data-theme=dark] .or-skeleton.is-animated[data-v-1ddb38df]::before{background:linear-gradient(90.14deg,var(--c-neutral-3) .1%,var(--c-neutral-2) 49.98%,var(--c-neutral-3) 99.06%)}.or-skeleton-text-root[data-v-1ddb38df]{height:auto;display:flex;flex-direction:column}.or-skeleton-text-root .or-skeleton-text[data-v-1ddb38df]{border-radius:var(--s-2);width:100%}.or-skeleton-text-root .or-skeleton-text-headline-1[data-v-1ddb38df]{height:1.5rem;margin:.145rem 0}.or-skeleton-text-root .or-skeleton-text-headline-2[data-v-1ddb38df]{height:1.25rem;margin:.03125rem 0}.or-skeleton-text-root .or-skeleton-text-headline-3[data-v-1ddb38df]{height:1rem;margin:.25rem 0}.or-skeleton-text-root .or-skeleton-text-body-1[data-v-1ddb38df]{height:1rem;margin:.25rem 0}.or-skeleton-text-root .or-skeleton-text-body-2[data-v-1ddb38df]{height:.875rem;margin:.21875rem 0}.or-skeleton-text-root .or-skeleton-text-button[data-v-1ddb38df]{height:.875rem;margin:.1875rem 0}.or-skeleton-text-root .or-skeleton-text-caption[data-v-1ddb38df]{height:.75rem;margin:.1875rem 0}",
238
+ source: "@keyframes spinAround-data-v-1ddb38df{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-1ddb38df{from{opacity:1}to{opacity:0}}@keyframes spinAround-data-v-1ddb38df{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-1ddb38df{from{opacity:1}to{opacity:0}}@keyframes wave-data-v-1ddb38df{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.or-skeleton[data-v-1ddb38df]{overflow:hidden;position:relative;padding:0;background:#f6f8fd;border:0}.or-skeleton.is-animated[data-v-1ddb38df]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(90.14deg,#f6f8fd .1%,#fff 49.98%,#f6f8fd 99.06%);animation:wave-data-v-1ddb38df 1.5s linear .5s infinite}.or-skeleton-text-root[data-v-1ddb38df]{height:auto;display:flex;flex-direction:column}.or-skeleton-text-root .or-skeleton-text[data-v-1ddb38df]{border-radius:var(--s-2);width:100%}.or-skeleton-text-root .or-skeleton-text-headline-1[data-v-1ddb38df]{height:1.5rem;margin:.145rem 0}.or-skeleton-text-root .or-skeleton-text-headline-2[data-v-1ddb38df]{height:1.25rem;margin:.03125rem 0}.or-skeleton-text-root .or-skeleton-text-headline-3[data-v-1ddb38df]{height:1rem;margin:.25rem 0}.or-skeleton-text-root .or-skeleton-text-body-1[data-v-1ddb38df]{height:1rem;margin:.25rem 0}.or-skeleton-text-root .or-skeleton-text-body-2[data-v-1ddb38df]{height:.875rem;margin:.21875rem 0}.or-skeleton-text-root .or-skeleton-text-button[data-v-1ddb38df]{height:.875rem;margin:.1875rem 0}.or-skeleton-text-root .or-skeleton-text-caption[data-v-1ddb38df]{height:.75rem;margin:.1875rem 0}",
239
239
  map: undefined,
240
240
  media: undefined
241
241
  });
@@ -4,7 +4,7 @@ import '@vueuse/core';
4
4
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
5
5
  import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
6
6
  import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
7
- import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
7
+ import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
8
8
  import { _ as __vue_component__$4 } from './OrLabel-0945a4d9.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -8,18 +8,18 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-66964360.js';
9
9
  export { _ as OrCard } from '../OrCard-b7268256.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-19582949.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-5a9eda35.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-4c909f4b.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-4e2cf3d8.js';
14
14
  export { _ as OrCheckbox } from '../OrCheckbox-915f1f0a.js';
15
15
  export { _ as OrCheckboxV3 } from '../OrCheckbox-b380c131.js';
16
16
  export { _ as OrChip } from '../OrChips.vue_rollup-plugin-vue_script-aa8fedaa.js';
17
17
  export { _ as OrChips } from '../OrChips-5e0063be.js';
18
- export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-47331c24.js';
18
+ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-d4400b42.js';
19
19
  export { _ as OrCollapse } from '../OrCollapse-4d892ca3.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-75abefdd.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-ede619eb.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-9dbdedd7.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-7dc26526.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from '../OrError-081130bb.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-80f82cdf.js';
@@ -37,8 +37,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3
37
37
  export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-b85b84b4.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b47cfc2d.js';
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-afd33047.js';
40
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-9ceb9fc4.js';
41
- export { I as InputType, _ as OrInputV3 } from '../OrInput-59a15d80.js';
40
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-53d1f66d.js';
41
+ export { I as InputType, _ as OrInputV3 } from '../OrInput-3d8c8925.js';
42
42
  export { _ as OrInput } from '../OrInput-6e6cfd11.js';
43
43
  export { _ as OrLabel } from '../OrLabel-33b41516.js';
44
44
  export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-0945a4d9.js';
@@ -52,7 +52,7 @@ export { _ as OrMenuV3 } from '../OrMenu-c276db74.js';
52
52
  export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-d5d4f62a.js';
53
53
  export { _ as OrModal, O as OrModalSizes } from '../OrModal-97e83549.js';
54
54
  export { M as ModalSize, _ as OrModalV3 } from '../OrModal-4e79e0d5.js';
55
- export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-a49e76d3.js';
55
+ export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-a9231a83.js';
56
56
  export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-eac3867f.js';
57
57
  export { _ as OrNumberInput } from '../OrNumberInput-b20d75d2.js';
58
58
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-10a4166a.js';
@@ -66,14 +66,14 @@ export { _ as OrRadio } from '../OrRadio-e4198532.js';
66
66
  export { _ as OrRadioGroup } from '../OrRadioGroup-d9d32cba.js';
67
67
  export { _ as OrRadioV3 } from '../OrRadio-87a4d226.js';
68
68
  export { _ as OrSearch } from '../OrSearch-b4f4d59b.js';
69
- export { _ as OrSearchV3 } from '../OrSearch-7411388b.js';
69
+ export { _ as OrSearchV3 } from '../OrSearch-d6f1ba11.js';
70
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
71
71
  export { _ as OrSelect } from '../OrSelect-dae2b069.js';
72
- export { _ as OrSelectV3 } from '../OrSelect-e31d1c8b.js';
72
+ export { _ as OrSelectV3 } from '../OrSelect-bdb9a78a.js';
73
73
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-7d6125bb.js';
74
74
  export { _ as OrSidebarV3 } from '../OrSidebar-27236fbd.js';
75
75
  export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-cfe51a60.js';
76
- export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-24509efe.js';
76
+ export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-cc94bdc9.js';
77
77
  export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-6ee72718.js';
78
78
  export { _ as OrSlider } from '../OrSlider-f7b9c7c2.js';
79
79
  export { _ as OrSortHeaderV3 } from '../OrSortHeader-592727dc.js';
@@ -91,7 +91,7 @@ export { _ as OrTeleport } from '../OrTeleportVue2-8ef4ceca.js';
91
91
  export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
92
92
  export { _ as OrTextV3 } from '../OrText-b12d0682.js';
93
93
  export { _ as OrTextarea } from '../OrTextarea-91a95068.js';
94
- export { _ as OrTextareaV3 } from '../OrTextarea-a5a3572b.js';
94
+ export { _ as OrTextareaV3 } from '../OrTextarea-373d0554.js';
95
95
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2594c980.js';
96
96
  export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2fbd4358.js';
97
97
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
@@ -117,17 +117,15 @@ import '@codemirror/lang-css';
117
117
  import '@codemirror/lang-json';
118
118
  import '@codemirror/lang-javascript';
119
119
  import '@codemirror/lang-markdown';
120
- import '@codemirror/language';
121
- import '@lezer/highlight';
122
120
  import '../px-to-rem-0b26b83e.js';
123
121
  import '../dom-3a15d036.js';
124
122
  import '@vueuse/math';
125
123
  import '@floating-ui/dom';
126
124
  import '../useValidationAttributes-d1abbe34.js';
125
+ import '../useResponsive-a02e95b7.js';
127
126
  import 'uuid';
128
127
  import 'sortablejs';
129
128
  import '../useElevation-31bfe1f6.js';
130
- import '../useResponsive-a02e95b7.js';
131
129
  import '@vueuse/integrations/useFocusTrap';
132
130
  import '../useToggle-29e4d7c7.js';
133
131
  import '../dropdown-open-0d314aa4.js';