@onereach/ui-components 6.4.3-beta.3408.0 → 6.4.3

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.
@@ -95,7 +95,7 @@ var __vue_render__$1 = function () {
95
95
  return _c('div', {
96
96
  ref: "root",
97
97
  class: _vm.rootStyles
98
- }, [[_c('OrLabel', {
98
+ }, [_c('OrLabel', {
99
99
  attrs: {
100
100
  "control-id": _vm.controlId,
101
101
  "variant": 'input',
@@ -109,7 +109,7 @@ var __vue_render__$1 = function () {
109
109
  },
110
110
  proxy: true
111
111
  }], null, true)
112
- }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])], _vm._v(" "), _c('OrInputBox', {
112
+ }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")]), _vm._v(" "), _c('OrInputBox', {
113
113
  class: ['grow'],
114
114
  attrs: {
115
115
  "size": 'm',
@@ -144,7 +144,7 @@ var __vue_render__$1 = function () {
144
144
  attrs: {
145
145
  "disabled": _vm.disabled
146
146
  }
147
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])], 1)], 2);
147
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])], 1)], 1);
148
148
  };
149
149
  var __vue_staticRenderFns__$1 = [];
150
150
 
@@ -14,7 +14,7 @@ import { s as script$2 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
14
14
  import { s as script$3 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
15
15
  import { s as script$4 } from './OrInputBox.vue_vue_type_script_lang-137cb650.js';
16
16
  import { s as script$5 } from './OrLabel.vue_vue_type_script_lang-fcdfd80d.js';
17
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, withDirectives, createBlock, createCommentVNode, vShow } from 'vue';
17
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, createElementVNode, withDirectives, createBlock, createCommentVNode, vShow } from 'vue';
18
18
  import './components/OrModalV3/OrModal.js';
19
19
  import { s as script$6 } from './OrModal.vue_vue_type_script_lang-b71c252c.js';
20
20
  import './components/OrIconButtonV3/OrIconButton.js';
@@ -104,7 +104,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
104
104
  return openBlock(), createElementBlock("div", {
105
105
  ref: "root",
106
106
  class: normalizeClass(_ctx.rootStyles)
107
- }, [createElementVNode("template", null, [createVNode(_component_OrLabel, {
107
+ }, [createVNode(_component_OrLabel, {
108
108
  "control-id": _ctx.controlId,
109
109
  variant: 'input',
110
110
  required: _ctx.required,
@@ -114,7 +114,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
114
114
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
115
115
 
116
116
  _: 3 /* FORWARDED */
117
- }, 8 /* PROPS */, ["control-id", "required", "disabled"])]), createVNode(_component_OrInputBox, {
117
+ }, 8 /* PROPS */, ["control-id", "required", "disabled"]), createVNode(_component_OrInputBox, {
118
118
  class: normalizeClass(['grow']),
119
119
  size: 'm',
120
120
  invalid: !!_ctx.error,
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrCode.vue_vue_type_script_lang-0a383ca5.js';
2
- export { s as default } from '../../OrCode.vue_vue_type_script_lang-0a383ca5.js';
1
+ import { s as script } from '../../OrCode.vue_vue_type_script_lang-efa2aa0d.js';
2
+ export { s as default } from '../../OrCode.vue_vue_type_script_lang-efa2aa0d.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, renderSlot, createBlock, withModifiers, createCommentVNode, createSlots, createTextVNode, toDisplayString } from 'vue';
4
4
 
5
5
  const _hoisted_1 = {
@@ -1,2 +1,2 @@
1
1
  export { CodeLanguage } from './props.js';
2
- export { s as OrCodeV3 } from '../../OrCode.vue_vue_type_script_lang-0a383ca5.js';
2
+ export { s as OrCodeV3 } from '../../OrCode.vue_vue_type_script_lang-efa2aa0d.js';
@@ -28,7 +28,7 @@ export { OrCodeLanguages } from './OrCode/constants.js';
28
28
  export { b as basicSetup, a as lintGutter, l as linter } from '../index-62bb1bac.js';
29
29
  export { j as javascript } from '../index-60e4eacf.js';
30
30
  export { h as html, j as json, a as jsonParseLinter } from '../index-eca317e0.js';
31
- export { s as OrCodeV3 } from '../OrCode.vue_vue_type_script_lang-0a383ca5.js';
31
+ export { s as OrCodeV3 } from '../OrCode.vue_vue_type_script_lang-efa2aa0d.js';
32
32
  export { CodeLanguage } from './OrCodeV3/props.js';
33
33
  export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-be1c8c66.js';
34
34
  export { s as OrColorPicker } from '../OrColorPicker.vue_vue_type_script_lang-5c6fd662.js';
@@ -18,7 +18,7 @@ export { s as OrChips } from './OrChips.vue_vue_type_script_lang-e1f37564.js';
18
18
  import './components/OrCode/OrCode.js';
19
19
  export { s as OrCode } from './OrCode.vue_vue_type_script_lang-e88b2b44.js';
20
20
  import './components/OrCodeV3/OrCode.js';
21
- export { s as OrCodeV3 } from './OrCode.vue_vue_type_script_lang-0a383ca5.js';
21
+ export { s as OrCodeV3 } from './OrCode.vue_vue_type_script_lang-efa2aa0d.js';
22
22
  import './components/OrColorPicker/OrColorPicker.js';
23
23
  export { s as OrColorPicker } from './OrColorPicker.vue_vue_type_script_lang-5c6fd662.js';
24
24
  import './components/OrCombinedInputV3/OrCombinedInput.js';
@@ -137,7 +137,7 @@ var __vue_render__$1 = function () {
137
137
  return _c('div', {
138
138
  ref: "root",
139
139
  class: _vm.rootStyles
140
- }, [[_c('OrLabel', {
140
+ }, [_c('OrLabel', {
141
141
  attrs: {
142
142
  "control-id": _vm.controlId,
143
143
  "variant": 'input',
@@ -151,7 +151,7 @@ var __vue_render__$1 = function () {
151
151
  },
152
152
  proxy: true
153
153
  }], null, true)
154
- }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])], _vm._v(" "), _c('OrInputBox', {
154
+ }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")]), _vm._v(" "), _c('OrInputBox', {
155
155
  class: ['grow'],
156
156
  attrs: {
157
157
  "size": 'm',
@@ -186,7 +186,7 @@ var __vue_render__$1 = function () {
186
186
  attrs: {
187
187
  "disabled": _vm.disabled
188
188
  }
189
- }, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])], 1)], 2);
189
+ }, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])], 1)], 1);
190
190
  };
191
191
  var __vue_staticRenderFns__$1 = [];
192
192
 
@@ -22,7 +22,7 @@ export { lintGutter, linter } from '@codemirror/lint';
22
22
  export { javascript } from '@codemirror/lang-javascript';
23
23
  export { json, jsonParseLinter } from '@codemirror/lang-json';
24
24
  export { html } from '@codemirror/lang-html';
25
- export { C as CodeLanguage, _ as OrCodeV3 } from '../OrCode-cb8db283.js';
25
+ export { C as CodeLanguage, _ as OrCodeV3 } from '../OrCode-309213a3.js';
26
26
  export { _ as OrCollapse } from '../OrCollapse-9d22b072.js';
27
27
  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-7a4f2fcb.js';
28
28
  export { _ as OrCombinedInputV3 } from '../OrCombinedInput-08f20c4c.js';
@@ -1,4 +1,4 @@
1
- export { C as CodeLanguage, _ as OrCodeV3 } from '../../OrCode-cb8db283.js';
1
+ export { C as CodeLanguage, _ as OrCodeV3 } from '../../OrCode-309213a3.js';
2
2
  import '@codemirror/commands';
3
3
  import '@codemirror/lang-css';
4
4
  import '@codemirror/lang-html';
@@ -22,7 +22,7 @@ export { lintGutter, linter } from '@codemirror/lint';
22
22
  export { javascript } from '@codemirror/lang-javascript';
23
23
  export { json, jsonParseLinter } from '@codemirror/lang-json';
24
24
  export { html } from '@codemirror/lang-html';
25
- export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-cb8db283.js';
25
+ export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-309213a3.js';
26
26
  export { _ as OrCollapse } from './OrCollapse-9d22b072.js';
27
27
  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-7a4f2fcb.js';
28
28
  export { _ as OrCombinedInputV3 } from './OrCombinedInput-08f20c4c.js';
@@ -21,7 +21,7 @@ import { s as script$2 } from './OrError-c01d0c29.js';
21
21
  import { s as script$3 } from './OrHint-06ab89d7.js';
22
22
  import { s as script$4 } from './OrInputBox-912a6254.js';
23
23
  import { s as script$5 } from './OrLabel-d4c46bb6.js';
24
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, withDirectives, createBlock, createCommentVNode, vShow, withModifiers, createSlots } from 'vue';
24
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, createElementVNode, withDirectives, createBlock, createCommentVNode, vShow, withModifiers, createSlots } from 'vue';
25
25
 
26
26
  var CodeLanguage;
27
27
  (function (CodeLanguage) {
@@ -139,7 +139,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
139
139
  return openBlock(), createElementBlock("div", {
140
140
  ref: "root",
141
141
  class: normalizeClass(_ctx.rootStyles)
142
- }, [createElementVNode("template", null, [createVNode(_component_OrLabel, {
142
+ }, [createVNode(_component_OrLabel, {
143
143
  "control-id": _ctx.controlId,
144
144
  variant: 'input',
145
145
  required: _ctx.required,
@@ -149,7 +149,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
149
149
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
150
150
 
151
151
  _: 3 /* FORWARDED */
152
- }, 8 /* PROPS */, ["control-id", "required", "disabled"])]), createVNode(_component_OrInputBox, {
152
+ }, 8 /* PROPS */, ["control-id", "required", "disabled"]), createVNode(_component_OrInputBox, {
153
153
  class: normalizeClass(['grow']),
154
154
  size: 'm',
155
155
  invalid: !!_ctx.error,
@@ -21,7 +21,7 @@ export { lintGutter, linter } from '@codemirror/lint';
21
21
  export { javascript } from '@codemirror/lang-javascript';
22
22
  export { json, jsonParseLinter } from '@codemirror/lang-json';
23
23
  export { html } from '@codemirror/lang-html';
24
- export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-db3f857c.js';
24
+ export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-73afe9bc.js';
25
25
  export { s as OrCollapse } from '../OrCollapse-d7c0afae.js';
26
26
  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-252f482b.js';
27
27
  export { s as OrCombinedInputV3 } from '../OrCombinedInput-b8a868cb.js';
@@ -1,4 +1,4 @@
1
- export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-db3f857c.js';
1
+ export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-73afe9bc.js';
2
2
  import '@codemirror/commands';
3
3
  import '@codemirror/lang-css';
4
4
  import '@codemirror/lang-html';
@@ -21,7 +21,7 @@ export { lintGutter, linter } from '@codemirror/lint';
21
21
  export { javascript } from '@codemirror/lang-javascript';
22
22
  export { json, jsonParseLinter } from '@codemirror/lang-json';
23
23
  export { html } from '@codemirror/lang-html';
24
- export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-db3f857c.js';
24
+ export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-73afe9bc.js';
25
25
  export { s as OrCollapse } from './OrCollapse-d7c0afae.js';
26
26
  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-252f482b.js';
27
27
  export { s as OrCombinedInputV3 } from './OrCombinedInput-b8a868cb.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "6.4.3-beta.3408.0",
3
+ "version": "6.4.3",
4
4
  "npmUnpacked": "4.15.2",
5
5
  "description": "Vue components library for v2/3",
6
6
  "sideEffects": false,
@@ -175,5 +175,6 @@
175
175
  "default": "./dist/bundled/v3/components/*/index.js"
176
176
  },
177
177
  "./package.json": "./package.json"
178
- }
178
+ },
179
+ "gitHead": "849aaa32fb95d4e683e97d9660e53f73694c335e"
179
180
  }
@@ -3,20 +3,18 @@
3
3
  ref="root"
4
4
  :class="rootStyles"
5
5
  >
6
- <template>
7
- <OrLabel
8
- :control-id="controlId"
9
- :variant="'input'"
10
- :required="required"
11
- :disabled="disabled"
12
- >
13
- {{ label }}
6
+ <OrLabel
7
+ :control-id="controlId"
8
+ :variant="'input'"
9
+ :required="required"
10
+ :disabled="disabled"
11
+ >
12
+ {{ label }}
14
13
 
15
- <template v-slot:addon>
16
- <slot name="addon" />
17
- </template>
18
- </OrLabel>
19
- </template>
14
+ <template v-slot:addon>
15
+ <slot name="addon" />
16
+ </template>
17
+ </OrLabel>
20
18
 
21
19
  <OrInputBox
22
20
  :class="['grow']"