@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
@@ -7,7 +7,7 @@ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
7
7
  import './OrMenuItem-807e2a49.js';
8
8
  import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
9
9
  import './OrIcon-1a5c9091.js';
10
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-c054c8db.js';
10
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-0ddeada5.js';
11
11
  import { s as script$4 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
12
12
  import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
13
13
 
@@ -9313,7 +9313,7 @@ function scaleBlock(block, scaler) {
9313
9313
  bBottom = scaler.toDOM(block.bottom);
9314
9314
  return new BlockInfo(block.from, block.length, bTop, bBottom - bTop, Array.isArray(block.type) ? block.type.map(b => scaleBlock(b, scaler)) : block.type);
9315
9315
  }
9316
- const theme$1 = /*@__PURE__*/Facet.define({
9316
+ const theme = /*@__PURE__*/Facet.define({
9317
9317
  combine: strs => strs.join(" ")
9318
9318
  });
9319
9319
  const darkTheme = /*@__PURE__*/Facet.define({
@@ -10457,7 +10457,7 @@ class EditorView {
10457
10457
  this.updateState = 0 /* UpdateState.Idle */;
10458
10458
  }
10459
10459
 
10460
- if (update.startState.facet(theme$1) != update.state.facet(theme$1)) this.viewState.mustMeasureContent = true;
10460
+ if (update.startState.facet(theme) != update.state.facet(theme)) this.viewState.mustMeasureContent = true;
10461
10461
  if (redrawn || attrsChanged || scrollTarget || this.viewState.mustEnforceCursorAssoc || this.viewState.mustMeasureContent) this.requestMeasure();
10462
10462
  if (!update.empty) for (let listener of this.state.facet(updateListener)) listener(update);
10463
10463
  if (domChange) {
@@ -10604,7 +10604,7 @@ class EditorView {
10604
10604
  Get the CSS classes for the currently active editor themes.
10605
10605
  */
10606
10606
  get themeClasses() {
10607
- return baseThemeID + " " + (this.state.facet(darkTheme) ? baseDarkID : baseLightID) + " " + this.state.facet(theme$1);
10607
+ return baseThemeID + " " + (this.state.facet(darkTheme) ? baseDarkID : baseLightID) + " " + this.state.facet(theme);
10608
10608
  }
10609
10609
  updateAttrs() {
10610
10610
  let editorAttrs = attrsFromFacet(this, editorAttributes, {
@@ -10991,7 +10991,7 @@ class EditorView {
10991
10991
  */
10992
10992
  static theme(spec, options) {
10993
10993
  let prefix = StyleModule.newName();
10994
- let result = [theme$1.of(prefix), styleModule.of(buildTheme(`.${prefix}`, spec))];
10994
+ let result = [theme.of(prefix), styleModule.of(buildTheme(`.${prefix}`, spec))];
10995
10995
  if (options && options.dark) result.push(darkTheme.of(true));
10996
10996
  return result;
10997
10997
  }
@@ -29392,174 +29392,6 @@ var languages = {
29392
29392
  [OrCodeLanguages.MD]: MD
29393
29393
  };
29394
29394
 
29395
- // Using https://github.com/one-dark/vscode-one-dark-theme/ as reference for the colors
29396
- const chalky = 'var(--c-warning-darken-20)',
29397
- coral = 'var(--c-error)',
29398
- cyan = '#56b6c2',
29399
- invalid = 'var(--c-white)',
29400
- ivory = 'var(--c-neutral-6)',
29401
- stone = 'var(--c-neutral-5)',
29402
- // Brightened compared to original to increase contrast
29403
- malibu = '#61afef',
29404
- sage = 'var(--c-success)',
29405
- whiskey = 'var(--c-warning-darken-5)',
29406
- violet = '#c678dd',
29407
- darkBackground = 'var(--c-neutral-1)',
29408
- highlightBackground = 'var(--c-neutral-2)',
29409
- background = 'var(--c-neutral-1)',
29410
- tooltipBackground = 'var(--c-neutral-2)',
29411
- selection = 'var(--c-neutral-3)',
29412
- cursor = 'var(--c-primary)';
29413
- /// The editor theme styles for One Dark.
29414
- const orCodeTheme = EditorView.theme({
29415
- '&': {
29416
- color: ivory,
29417
- backgroundColor: background
29418
- },
29419
- '.cm-content': {
29420
- caretColor: cursor
29421
- },
29422
- '.cm-button': {
29423
- background: highlightBackground,
29424
- color: 'var(--c-neutral-6)',
29425
- border: 0,
29426
- borderRadius: 'var(--s-2)'
29427
- },
29428
- '.cm-panel.cm-search input[type=checkbox]': {
29429
- display: 'inline-block',
29430
- verticalAlign: 'middle'
29431
- },
29432
- '.cm-cursor, .cm-dropCursor': {
29433
- borderLeftColor: cursor
29434
- },
29435
- '&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection': {
29436
- backgroundColor: selection
29437
- },
29438
- '.cm-panels': {
29439
- backgroundColor: darkBackground,
29440
- color: ivory
29441
- },
29442
- '.cm-panels.cm-panels-top': {
29443
- borderBottom: '2px solid var(--c-neutral-2)'
29444
- },
29445
- '.cm-panels.cm-panels-bottom': {
29446
- borderTop: '2px solid var(--c-neutral-2)'
29447
- },
29448
- '.cm-searchMatch': {
29449
- backgroundColor: 'var(--c-neutral-1)',
29450
- outline: '1px solid var(--c-neutral-2)'
29451
- },
29452
- '.cm-searchMatch.cm-searchMatch-selected': {
29453
- backgroundColor: '#6199ff2f'
29454
- },
29455
- '.cm-activeLine': {
29456
- backgroundColor: '#6699ff0b'
29457
- },
29458
- '.cm-selectionMatch': {
29459
- backgroundColor: '#aafe661a'
29460
- },
29461
- '&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket': {
29462
- backgroundColor: '#bad0f847'
29463
- },
29464
- '.cm-gutters': {
29465
- backgroundColor: background,
29466
- color: stone,
29467
- border: 'none'
29468
- },
29469
- '.cm-activeLineGutter': {
29470
- backgroundColor: highlightBackground
29471
- },
29472
- '.cm-foldPlaceholder': {
29473
- backgroundColor: 'transparent',
29474
- border: 'none',
29475
- color: '#ddd'
29476
- },
29477
- '.cm-tooltip': {
29478
- border: 'none',
29479
- backgroundColor: tooltipBackground
29480
- },
29481
- '.cm-tooltip .cm-tooltip-arrow:before': {
29482
- borderTopColor: 'transparent',
29483
- borderBottomColor: 'transparent'
29484
- },
29485
- '.cm-tooltip .cm-tooltip-arrow:after': {
29486
- borderTopColor: tooltipBackground,
29487
- borderBottomColor: tooltipBackground
29488
- },
29489
- '.cm-tooltip-autocomplete': {
29490
- '& > ul > li[aria-selected]': {
29491
- backgroundColor: highlightBackground,
29492
- color: ivory
29493
- }
29494
- },
29495
- '.cm-textfield': {
29496
- outline: 'none',
29497
- background: background,
29498
- color: 'var(--c-neutral-6)',
29499
- backgroundColor: 'var(--c-neutral-1)',
29500
- border: '1px solid var(--c-neutral-2)',
29501
- borderRadius: 'var(--s-2)'
29502
- }
29503
- }, {
29504
- dark: true
29505
- });
29506
- /// The highlighting style for code in the One Dark theme.
29507
- const orCodeHighlightStyle = HighlightStyle.define([{
29508
- tag: tags$1.keyword,
29509
- color: violet
29510
- }, {
29511
- tag: [tags$1.name, tags$1.deleted, tags$1.character, tags$1.propertyName, tags$1.macroName],
29512
- color: coral
29513
- }, {
29514
- tag: [tags$1.function(tags$1.variableName), tags$1.labelName],
29515
- color: malibu
29516
- }, {
29517
- tag: [tags$1.color, tags$1.constant(tags$1.name), tags$1.standard(tags$1.name)],
29518
- color: whiskey
29519
- }, {
29520
- tag: [tags$1.definition(tags$1.name), tags$1.separator],
29521
- color: ivory
29522
- }, {
29523
- tag: [tags$1.typeName, tags$1.className, tags$1.number, tags$1.changed, tags$1.annotation, tags$1.modifier, tags$1.self, tags$1.namespace],
29524
- color: chalky
29525
- }, {
29526
- tag: [tags$1.operator, tags$1.operatorKeyword, tags$1.url, tags$1.escape, tags$1.regexp, tags$1.link, tags$1.special(tags$1.string)],
29527
- color: cyan
29528
- }, {
29529
- tag: [tags$1.meta, tags$1.comment],
29530
- color: stone
29531
- }, {
29532
- tag: tags$1.strong,
29533
- fontWeight: 'bold'
29534
- }, {
29535
- tag: tags$1.emphasis,
29536
- fontStyle: 'italic'
29537
- }, {
29538
- tag: tags$1.strikethrough,
29539
- textDecoration: 'line-through'
29540
- }, {
29541
- tag: tags$1.link,
29542
- color: stone,
29543
- textDecoration: 'underline'
29544
- }, {
29545
- tag: tags$1.heading,
29546
- fontWeight: 'bold',
29547
- color: coral
29548
- }, {
29549
- tag: [tags$1.atom, tags$1.bool, tags$1.special(tags$1.variableName)],
29550
- color: whiskey
29551
- }, {
29552
- tag: [tags$1.processingInstruction, tags$1.string, tags$1.inserted],
29553
- color: sage
29554
- }, {
29555
- tag: tags$1.invalid,
29556
- color: invalid
29557
- }]);
29558
- /// Extension to enable the One Dark theme (both the editor theme and
29559
- /// the highlight style).
29560
- const theme = [orCodeTheme, syntaxHighlighting(orCodeHighlightStyle)];
29561
- var orCodeTheme$1 = theme;
29562
-
29563
29395
  //partially based on https://github.com/logue/vue-codemirror6/blob/master/src/components/CodeMirror.vue
29564
29396
  var script = defineComponent({
29565
29397
  name: 'OrCode',
@@ -29643,7 +29475,6 @@ var script = defineComponent({
29643
29475
  setup(props, {
29644
29476
  emit
29645
29477
  }) {
29646
- // editor config
29647
29478
  const root = ref();
29648
29479
  const target = ref();
29649
29480
  const fullscreenTarget = ref();
@@ -29685,7 +29516,9 @@ var script = defineComponent({
29685
29516
  allowPaste,
29686
29517
  lineWrapping
29687
29518
  } = this;
29688
- const ext = _.compact([orCodeTheme$1, EditorView.baseTheme({}),
29519
+ const ext = _.compact([
29520
+ // Toggle light/dark mode
29521
+ EditorView.baseTheme({}),
29689
29522
  // locale settings
29690
29523
  this.phrases ? EditorState.phrases.of(this.phrases) : undefined,
29691
29524
  // Parser language setting
@@ -29712,8 +29545,10 @@ var script = defineComponent({
29712
29545
  }
29713
29546
  }),
29714
29547
  // line wrapping
29715
- lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab]), ...this.extensions]);
29716
- return [...ext];
29548
+ lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab])]);
29549
+ // Append Extensions (such as basic-setup)
29550
+ if (this.extensions.length !== 0) _.merge(ext, this.extensions);
29551
+ return ext;
29717
29552
  },
29718
29553
  isShowingError() {
29719
29554
  return !!this.error && this.isInvalid;
@@ -3,10 +3,10 @@ import { l as logicAnd } from './index-01519e46.js';
3
3
  import { defineComponent, ref, computed, watch } from 'vue';
4
4
  import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
5
5
  import './OrButton-a1448bfa.js';
6
- import './OrInput-dcf2606e.js';
6
+ import './OrInput-44a32124.js';
7
7
  import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
8
8
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
9
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-27220623.js';
9
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
10
10
 
11
11
  var ConfirmType;
12
12
  (function (ConfirmType) {
@@ -1,5 +1,5 @@
1
- import { s as script } from './OrInput.vue_vue_type_script_lang-27220623.js';
2
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
1
+ import { s as script } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
2
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
5
5
  const _hoisted_1 = ["type", "placeholder", "required", "readonly", "disabled"];
@@ -8,6 +8,7 @@ const _hoisted_2 = {
8
8
  };
9
9
  function render(_ctx, _cache, $props, $setup, $data, $options) {
10
10
  const _component_OrLabel = resolveComponent("OrLabel");
11
+ const _component_OrLoader = resolveComponent("OrLoader");
11
12
  const _component_OrIconButton = resolveComponent("OrIconButton");
12
13
  const _component_OrIcon = resolveComponent("OrIcon");
13
14
  const _component_OrInputBox = resolveComponent("OrInputBox");
@@ -31,7 +32,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
31
32
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
32
33
  size: _ctx.size,
33
34
  invalid: _ctx.invalid,
34
- readonly: _ctx.readonly,
35
+ readonly: _ctx.readonly || _ctx.loading,
35
36
  disabled: _ctx.disabled
36
37
  }, {
37
38
  default: withCtx(() => [withDirectives(createElementVNode("input", mergeProps({
@@ -42,13 +43,20 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
42
43
  type: _ctx.type === 'password' && _ctx.disclosed ? 'text' : _ctx.type,
43
44
  placeholder: _ctx.placeholder,
44
45
  required: _ctx.required,
45
- readonly: _ctx.readonly,
46
+ readonly: _ctx.readonly || _ctx.loading,
46
47
  disabled: _ctx.disabled,
47
48
  onKeydown: _cache[1] || (_cache[1] = $event => _ctx.$emit('keydown', $event)),
48
49
  onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
49
50
  onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
50
51
  onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
51
- }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
52
+ }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.loading ? (openBlock(), createBlock(_component_OrLoader, {
53
+ key: 0,
54
+ variant: 'circular',
55
+ color: 'primary',
56
+ size: _ctx.isMobile ? 'm' : 's'
57
+ }, null, 8 /* PROPS */, ["size"])) : (openBlock(), createElementBlock(Fragment, {
58
+ key: 1
59
+ }, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
52
60
  key: 0,
53
61
  icon: {
54
62
  icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
@@ -69,7 +77,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
69
77
  key: 1,
70
78
  icon: 'search',
71
79
  variant: 'outlined'
72
- }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])]),
80
+ }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))])]),
81
+
73
82
  _: 1 /* STABLE */
74
83
  }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
75
84
  key: 1
@@ -4,14 +4,17 @@ import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
4
4
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
5
5
  import './OrIcon-1a5c9091.js';
6
6
  import './OrIconButton-e0566ecf.js';
7
- import './OrInputBox-4c7900c2.js';
8
- import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
7
+ import './OrInputBox-358d4856.js';
8
+ import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
9
9
  import './OrLabel-c556887e.js';
10
10
  import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
11
+ import './OrLoader-123ef8c4.js';
11
12
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
12
13
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
14
+ import { u as useResponsive } from './useResponsive-9d397e2a.js';
13
15
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
14
16
  import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
17
+ import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
15
18
 
16
19
  var InputType;
17
20
  (function (InputType) {
@@ -42,7 +45,8 @@ var script = defineComponent({
42
45
  OrIcon: script$3,
43
46
  OrIconButton: script$4,
44
47
  OrInputBox: script$5,
45
- OrLabel: script$6
48
+ OrLabel: script$6,
49
+ OrLoader: script$7
46
50
  },
47
51
  model: {
48
52
  prop: 'modelValue',
@@ -77,6 +81,10 @@ var script = defineComponent({
77
81
  type: String,
78
82
  default: undefined
79
83
  },
84
+ loading: {
85
+ type: Boolean,
86
+ default: false
87
+ },
80
88
  required: {
81
89
  type: Boolean,
82
90
  default: false
@@ -122,6 +130,9 @@ var script = defineComponent({
122
130
  const maxLength = computed(() => controlAttributes.maxlength);
123
131
  const invalid = computed(() => !!props.error);
124
132
  const disclosed = ref(false);
133
+ const {
134
+ isMobile
135
+ } = useResponsive();
125
136
  // Methods
126
137
  function focus() {
127
138
  var _a;
@@ -142,6 +153,7 @@ var script = defineComponent({
142
153
  maxLength,
143
154
  invalid,
144
155
  disclosed,
156
+ isMobile,
145
157
  focus,
146
158
  blur
147
159
  };
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
1
+ import { s as script } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
2
2
  import { openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["invalid", "readonly", "disabled"];
@@ -41,16 +41,16 @@ const InputBoxRootVariants = {
41
41
  const InputBoxRootSizes = {
42
42
  'm': [
43
43
  // Box
44
- 'children:min-h-[34px]',
44
+ 'children:min-h-[46px] children:md:min-h-[34px]',
45
45
  // Spacing
46
- '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',
46
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
47
47
  // Typography
48
48
  'typography-body-2-regular'],
49
49
  's': [
50
50
  // Box
51
51
  'children:min-h-[30px]',
52
52
  // Spacing
53
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
53
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
54
54
  // Typography
55
55
  'typography-caption-regular']
56
56
  };
@@ -1,8 +1,8 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue';
3
- import './OrInput-dcf2606e.js';
4
- import { s as script$1 } from './OrInput.vue_vue_type_script_lang-27220623.js';
5
- import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
3
+ import './OrInput-44a32124.js';
4
+ import { s as script$1 } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
5
+ import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
6
6
 
7
7
  var script = defineComponent({
8
8
  name: 'OrSearch',
@@ -4,8 +4,8 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrHint-5d5e4d99.js';
5
5
  import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-2cc8964c.js';
6
6
  import './OrIcon-1a5c9091.js';
7
- import './OrInput-dcf2606e.js';
8
- import './OrInputBox-4c7900c2.js';
7
+ import './OrInput-44a32124.js';
8
+ import './OrInputBox-358d4856.js';
9
9
  import './OrLabel-c556887e.js';
10
10
  import './OrMenuItem-807e2a49.js';
11
11
  import './OrPopover-1a488f88.js';
@@ -15,8 +15,8 @@ import { u as useOverflow } from './useOverflow-6dce216b.js';
15
15
  import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
16
16
  import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
17
17
  import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
18
- import { s as script$7 } from './OrInput.vue_vue_type_script_lang-27220623.js';
19
- import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
18
+ import { s as script$7 } from './OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
19
+ import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
20
20
  import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
21
21
  import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
22
22
  import { s as script$b } from './OrPopover.vue_vue_type_script_lang-b1102c1a.js';
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, ref, computed, reactive } from 'vue';
2
2
  import './OrHint-5d5e4d99.js';
3
- import './OrInputBox-4c7900c2.js';
3
+ import './OrInputBox-358d4856.js';
4
4
  import './OrLabel-c556887e.js';
5
5
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
6
6
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
7
7
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
8
8
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
9
- import { s as script$3, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
9
+ import { s as script$3, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
10
10
  import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
11
11
 
12
12
  const TextareaRoot = [
@@ -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, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-3b1e442b.js';
9
9
  export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-cd84f344.js';
11
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-f76c3264.js';
11
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-62eb2543.js';
12
12
  export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-b6685a34.js';
13
13
  export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-ad286afc.js';
14
14
  export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-d8a66818.js';
15
15
  export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-fc067611.js';
16
16
  export { s as OrChip } from '../OrChip-5d502431.js';
17
17
  export { s as OrChips } from '../OrChips.vue_vue_type_script_lang-69917e34.js';
18
- export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script_lang-79a42008.js';
18
+ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script_lang-c55de81d.js';
19
19
  export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-65cbb754.js';
20
20
  export { s 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.vue_vue_type_script_lang-4141378d.js';
21
21
  export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-41b4d791.js';
22
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-eb2bfce2.js';
22
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-9aff9db3.js';
23
23
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-7bfe5005.js';
24
24
  export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
25
25
  export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js';
@@ -37,8 +37,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
37
37
  export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-49ce3308.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-da6887aa.js';
39
39
  export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js';
40
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-47d98e81.js';
41
- export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-27220623.js';
40
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
41
+ export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
42
42
  export { s as OrInput } from '../OrInput.vue_vue_type_script_lang-409235cc.js';
43
43
  export { s as OrLabel } from '../OrLabel.vue_vue_type_script_lang-27f8b12d.js';
44
44
  export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-191d2304.js';
@@ -66,10 +66,10 @@ export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
66
66
  export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
67
67
  export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-8dc0720c.js';
68
68
  export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-5356fa79.js';
69
- export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-c054c8db.js';
69
+ export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-0ddeada5.js';
70
70
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js';
71
71
  export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-26c0a70a.js';
72
- export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-7fd5e2f0.js';
72
+ export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-c7a9bec2.js';
73
73
  export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
74
74
  export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-7f3f1a16.js';
75
75
  export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js';
@@ -91,7 +91,7 @@ export { s as OrTeleport } from '../OrTeleportVue3-012351e1.js';
91
91
  export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
92
92
  export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-271fb345.js';
93
93
  export { s as OrTextarea } from '../OrTextarea.vue_vue_type_script_lang-69ea22e9.js';
94
- export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-296da567.js';
94
+ export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-de99a858.js';
95
95
  export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-b5c4a93a.js';
96
96
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
97
97
  export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-4bb702ce.js';
@@ -126,16 +126,16 @@ import '../OrFloating-b6672a37.js';
126
126
  import '../index-01519e46.js';
127
127
  import '../OrButton-ec723bb7.js';
128
128
  import '../OrInput-704e72ba.js';
129
- import '../OrInput-dcf2606e.js';
129
+ import '../OrInput-44a32124.js';
130
130
  import '../OrCollapse-63e83681.js';
131
131
  import '../floating-ui.dom.esm-83eba816.js';
132
132
  import '../OrHint-5d5e4d99.js';
133
133
  import '../OrInlineInputBox-f92a09d6.js';
134
134
  import '../useValidationAttributes-5428d8fa.js';
135
- import '../OrInputBox-4c7900c2.js';
135
+ import '../OrInputBox-358d4856.js';
136
+ import '../useResponsive-9d397e2a.js';
136
137
  import '../v4-cf8987a3.js';
137
138
  import '../OrPopover-1a488f88.js';
138
- import '../useResponsive-9d397e2a.js';
139
139
  import '../useElevation-c8d5d3ba.js';
140
140
  import '../useToggle-09b6cb90.js';
141
141
  import '../dropdown-open-293d2de2.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-f76c3264.js';
1
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-62eb2543.js';
2
2
  import 'vue';
3
3
  import '../../OrIconButton-e0566ecf.js';
4
4
  import '../../OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
@@ -22,14 +22,14 @@ import '../../OrMenu-6d7abe97.js';
22
22
  import '../../OrMenu.vue_vue_type_script_lang-df35fd76.js';
23
23
  import '../../OrMenuItem-807e2a49.js';
24
24
  import '../../OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
25
- import '../../OrSearch.vue_vue_type_script_lang-c054c8db.js';
26
- import '../../OrInput-dcf2606e.js';
27
- import '../../OrInput.vue_vue_type_script_lang-27220623.js';
25
+ import '../../OrSearch.vue_vue_type_script_lang-0ddeada5.js';
26
+ import '../../OrInput-44a32124.js';
27
+ import '../../OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
28
28
  import '../../OrHint-5d5e4d99.js';
29
29
  import '../../OrError.vue_vue_type_script_lang-53648a65.js';
30
30
  import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
31
- import '../../OrInputBox-4c7900c2.js';
32
- import '../../OrInputBox.vue_vue_type_script_lang-47d98e81.js';
31
+ import '../../OrInputBox-358d4856.js';
32
+ import '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
33
33
  import '../../OrLabel-c556887e.js';
34
34
  import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
35
35
  import '../../useIdAttribute-b2e42f31.js';
@@ -1,4 +1,4 @@
1
- export { s as OrCode, O as OrCodeLanguages } from '../../OrCode.vue_vue_type_script_lang-79a42008.js';
1
+ export { s as OrCode, O as OrCodeLanguages } from '../../OrCode.vue_vue_type_script_lang-c55de81d.js';
2
2
  import '@vueuse/core';
3
3
  import 'lodash';
4
4
  import 'vue';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-eb2bfce2.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-9aff9db3.js';
2
2
  import '@vueuse/core';
3
3
  import '../../index-01519e46.js';
4
4
  import 'vue';
@@ -10,8 +10,8 @@ import '../../OrButton-a1448bfa.js';
10
10
  import '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
11
11
  import '../../OrLoader-123ef8c4.js';
12
12
  import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
13
- import '../../OrInput-dcf2606e.js';
14
- import '../../OrInput.vue_vue_type_script_lang-27220623.js';
13
+ import '../../OrInput-44a32124.js';
14
+ import '../../OrInput.vue_vue_type_script_lang-4d9e2f4a.js';
15
15
  import '../../OrHint-5d5e4d99.js';
16
16
  import '../../OrError.vue_vue_type_script_lang-53648a65.js';
17
17
  import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
@@ -24,8 +24,8 @@ import '../../OrPopover-1a488f88.js';
24
24
  import '../../OrPopover.vue_vue_type_script_lang-b1102c1a.js';
25
25
  import '../../floating-ui.dom.esm-83eba816.js';
26
26
  import '../../useResponsive-9d397e2a.js';
27
- import '../../OrInputBox-4c7900c2.js';
28
- import '../../OrInputBox.vue_vue_type_script_lang-47d98e81.js';
27
+ import '../../OrInputBox-358d4856.js';
28
+ import '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
29
29
  import '../../OrLabel-c556887e.js';
30
30
  import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
31
31
  import '../../useIdAttribute-b2e42f31.js';
@@ -1,2 +1,2 @@
1
- export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-47d98e81.js';
1
+ export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
2
2
  import 'vue';