@onereach/ui-components 2.72.0-beta.2234.0 → 2.72.0-beta.2247.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.
- package/dist/bundled/v2/{OrCode-ad3edffd.js → OrCode-0cf7596d.js} +4 -4
- package/dist/bundled/v2/components/index.js +1 -1
- package/dist/bundled/v2/components/or-code/index.js +1 -1
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-fcfdbb5b.js → OrCode.vue_vue_type_script_lang-df150e3b.js} +1 -1
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/components/or-code/index.js +1 -1
- package/dist/bundled/v3/index.js +2 -2
- package/dist/esm/v2/{OrCode-cae7f360.js → OrCode-e2ce05ea.js} +4 -4
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-code/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrCode-cd9a8fb2.js → OrCode-72688173.js} +1 -1
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-code/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +2 -2
- package/src/components/or-code/OrCode.vue +1 -1
|
@@ -29717,7 +29717,7 @@ var script = defineComponent({
|
|
|
29717
29717
|
}),
|
|
29718
29718
|
// line wrapping
|
|
29719
29719
|
lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab]), ...this.extensions]);
|
|
29720
|
-
return ext;
|
|
29720
|
+
return [...ext];
|
|
29721
29721
|
},
|
|
29722
29722
|
isShowingError() {
|
|
29723
29723
|
return !!this.error && this.isInvalid;
|
|
@@ -29878,14 +29878,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
29878
29878
|
/* style */
|
|
29879
29879
|
const __vue_inject_styles__ = function (inject) {
|
|
29880
29880
|
if (!inject) return;
|
|
29881
|
-
inject("data-v-
|
|
29882
|
-
source: "@keyframes spinAround-data-v-
|
|
29881
|
+
inject("data-v-c0fc62cc_0", {
|
|
29882
|
+
source: "@keyframes spinAround-data-v-c0fc62cc{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-c0fc62cc{from{opacity:1}to{opacity:0}}.or-code .fullscreen-button[data-v-c0fc62cc]{width:2.25rem;height:2.25rem}.or-code .fullscreen-button>.or-icon[data-v-c0fc62cc]{font-size:1.5rem}.or-code .footer .or-code-error[data-v-c0fc62cc],.or-code .footer .or-code-hint[data-v-c0fc62cc]{flex-shrink:1;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:height,opacity}.header[data-v-c0fc62cc]{display:flex;flex-direction:row;align-items:center;height:36px}.header .actions[data-v-c0fc62cc]{margin-left:auto}.header .actions[data-v-c0fc62cc]:not(.is-visible){display:none}.or-code-editor[data-v-c0fc62cc]{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-c0fc62cc]{border-color:var(--c-error)}.or-code-editor[data-v-c0fc62cc]> *{width:100%;height:100%}.or-code[data-v-c0fc62cc],.or-modal[data-v-c0fc62cc] .content{display:flex;flex-direction:column}.or-code .or-code-editor[data-v-c0fc62cc],.or-modal[data-v-c0fc62cc] .content .or-code-editor{flex-grow:1;text-align:left!important}",
|
|
29883
29883
|
map: undefined,
|
|
29884
29884
|
media: undefined
|
|
29885
29885
|
});
|
|
29886
29886
|
};
|
|
29887
29887
|
/* scoped */
|
|
29888
|
-
const __vue_scope_id__ = "data-v-
|
|
29888
|
+
const __vue_scope_id__ = "data-v-c0fc62cc";
|
|
29889
29889
|
/* module identifier */
|
|
29890
29890
|
const __vue_module_identifier__ = undefined;
|
|
29891
29891
|
/* functional template */
|
|
@@ -15,7 +15,7 @@ export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
|
|
|
15
15
|
export { O as OrCheckboxV3 } from '../OrCheckbox-dbef9f9a.js';
|
|
16
16
|
export { O as OrChip } from '../OrChip-000fe7b5.js';
|
|
17
17
|
export { _ as OrChips } from '../OrChips-890b8476.js';
|
|
18
|
-
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-
|
|
18
|
+
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-0cf7596d.js';
|
|
19
19
|
export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.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-a1a37e83.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
|
package/dist/bundled/v2/index.js
CHANGED
|
@@ -20,7 +20,7 @@ export { O as OrCheckbox } from './OrCheckbox-4cbddd67.js';
|
|
|
20
20
|
export { O as OrCheckboxV3 } from './OrCheckbox-dbef9f9a.js';
|
|
21
21
|
export { O as OrChip } from './OrChip-000fe7b5.js';
|
|
22
22
|
export { _ as OrChips } from './OrChips-890b8476.js';
|
|
23
|
-
export { _ as OrCode, O as OrCodeLanguages } from './OrCode-
|
|
23
|
+
export { _ as OrCode, O as OrCodeLanguages } from './OrCode-0cf7596d.js';
|
|
24
24
|
export { O as OrCollapse } from './OrCollapse-3aa9a9b7.js';
|
|
25
25
|
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-a1a37e83.js';
|
|
26
26
|
export { _ as OrConfirm } from './OrConfirm-56d01cff.js';
|
|
@@ -29719,7 +29719,7 @@ var script = defineComponent({
|
|
|
29719
29719
|
}),
|
|
29720
29720
|
// line wrapping
|
|
29721
29721
|
lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab]), ...this.extensions]);
|
|
29722
|
-
return ext;
|
|
29722
|
+
return [...ext];
|
|
29723
29723
|
},
|
|
29724
29724
|
isShowingError() {
|
|
29725
29725
|
return !!this.error && this.isInvalid;
|
|
@@ -15,7 +15,7 @@ export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-d8a66818
|
|
|
15
15
|
export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-8b36e06c.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-
|
|
18
|
+
export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script_lang-df150e3b.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-0f16fc67.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -33,8 +33,8 @@ export { s as OrCheckboxV3 } from './OrCheckbox.vue_vue_type_script_lang-8b36e06
|
|
|
33
33
|
export { s as OrChip } from './OrChip-5d502431.js';
|
|
34
34
|
import { s as script$9 } from './OrChips.vue_vue_type_script_lang-69917e34.js';
|
|
35
35
|
export { s as OrChips } from './OrChips.vue_vue_type_script_lang-69917e34.js';
|
|
36
|
-
import { s as script$a } from './OrCode.vue_vue_type_script_lang-
|
|
37
|
-
export { s as OrCode, O as OrCodeLanguages } from './OrCode.vue_vue_type_script_lang-
|
|
36
|
+
import { s as script$a } from './OrCode.vue_vue_type_script_lang-df150e3b.js';
|
|
37
|
+
export { s as OrCode, O as OrCodeLanguages } from './OrCode.vue_vue_type_script_lang-df150e3b.js';
|
|
38
38
|
import { s as script$b } from './OrColorPicker.vue_vue_type_script_lang-4141378d.js';
|
|
39
39
|
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';
|
|
40
40
|
import { s as script$c } from './OrConfirm.vue_vue_type_script_lang-0f16fc67.js';
|
|
@@ -222,7 +222,7 @@ var script = defineComponent({
|
|
|
222
222
|
}),
|
|
223
223
|
// line wrapping
|
|
224
224
|
lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab]), ...this.extensions]);
|
|
225
|
-
return ext;
|
|
225
|
+
return [...ext];
|
|
226
226
|
},
|
|
227
227
|
isShowingError() {
|
|
228
228
|
return !!this.error && this.isInvalid;
|
|
@@ -383,14 +383,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
383
383
|
/* style */
|
|
384
384
|
const __vue_inject_styles__ = function (inject) {
|
|
385
385
|
if (!inject) return;
|
|
386
|
-
inject("data-v-
|
|
387
|
-
source: "@keyframes spinAround-data-v-
|
|
386
|
+
inject("data-v-c0fc62cc_0", {
|
|
387
|
+
source: "@keyframes spinAround-data-v-c0fc62cc{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-c0fc62cc{from{opacity:1}to{opacity:0}}.or-code .fullscreen-button[data-v-c0fc62cc]{width:2.25rem;height:2.25rem}.or-code .fullscreen-button>.or-icon[data-v-c0fc62cc]{font-size:1.5rem}.or-code .footer .or-code-error[data-v-c0fc62cc],.or-code .footer .or-code-hint[data-v-c0fc62cc]{flex-shrink:1;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:height,opacity}.header[data-v-c0fc62cc]{display:flex;flex-direction:row;align-items:center;height:36px}.header .actions[data-v-c0fc62cc]{margin-left:auto}.header .actions[data-v-c0fc62cc]:not(.is-visible){display:none}.or-code-editor[data-v-c0fc62cc]{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-c0fc62cc]{border-color:var(--c-error)}.or-code-editor[data-v-c0fc62cc]> *{width:100%;height:100%}.or-code[data-v-c0fc62cc],.or-modal[data-v-c0fc62cc] .content{display:flex;flex-direction:column}.or-code .or-code-editor[data-v-c0fc62cc],.or-modal[data-v-c0fc62cc] .content .or-code-editor{flex-grow:1;text-align:left!important}",
|
|
388
388
|
map: undefined,
|
|
389
389
|
media: undefined
|
|
390
390
|
});
|
|
391
391
|
};
|
|
392
392
|
/* scoped */
|
|
393
|
-
const __vue_scope_id__ = "data-v-
|
|
393
|
+
const __vue_scope_id__ = "data-v-c0fc62cc";
|
|
394
394
|
/* module identifier */
|
|
395
395
|
const __vue_module_identifier__ = undefined;
|
|
396
396
|
/* functional template */
|
|
@@ -15,7 +15,7 @@ export { _ as OrCheckbox } from '../OrCheckbox-915f1f0a.js';
|
|
|
15
15
|
export { _ as OrCheckboxV3 } from '../OrCheckbox-567e387c.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-
|
|
18
|
+
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-e2ce05ea.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-d7112dd3.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -15,7 +15,7 @@ export { _ as OrCheckbox } from './OrCheckbox-915f1f0a.js';
|
|
|
15
15
|
export { _ as OrCheckboxV3 } from './OrCheckbox-567e387c.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-
|
|
18
|
+
export { _ as OrCode, O as OrCodeLanguages } from './OrCode-e2ce05ea.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-d7112dd3.js';
|
|
@@ -221,7 +221,7 @@ var script = defineComponent({
|
|
|
221
221
|
}),
|
|
222
222
|
// line wrapping
|
|
223
223
|
lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab]), ...this.extensions]);
|
|
224
|
-
return ext;
|
|
224
|
+
return [...ext];
|
|
225
225
|
},
|
|
226
226
|
isShowingError() {
|
|
227
227
|
return !!this.error && this.isInvalid;
|
|
@@ -12,7 +12,7 @@ export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem-636d99a1
|
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-ed4a19cf.js';
|
|
13
13
|
export { s as OrCheckboxV3 } from '../OrCheckbox-3e139eac.js';
|
|
14
14
|
export { s as OrChip, a as OrChips } from '../OrChips-9afba42f.js';
|
|
15
|
-
export { s as OrCode, O as OrCodeLanguages } from '../OrCode-
|
|
15
|
+
export { s as OrCode, O as OrCodeLanguages } from '../OrCode-72688173.js';
|
|
16
16
|
export { s as OrCollapse } from '../OrCollapse-445141ab.js';
|
|
17
17
|
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-189cb097.js';
|
|
18
18
|
export { s as OrConfirm } from '../OrConfirm-f39bd784.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -12,7 +12,7 @@ export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-636d99a1.
|
|
|
12
12
|
export { s as OrCheckbox } from './OrCheckbox-ed4a19cf.js';
|
|
13
13
|
export { s as OrCheckboxV3 } from './OrCheckbox-3e139eac.js';
|
|
14
14
|
export { s as OrChip, a as OrChips } from './OrChips-9afba42f.js';
|
|
15
|
-
export { s as OrCode, O as OrCodeLanguages } from './OrCode-
|
|
15
|
+
export { s as OrCode, O as OrCodeLanguages } from './OrCode-72688173.js';
|
|
16
16
|
export { s as OrCollapse } from './OrCollapse-445141ab.js';
|
|
17
17
|
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-189cb097.js';
|
|
18
18
|
export { s as OrConfirm } from './OrConfirm-f39bd784.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.72.0-beta.
|
|
3
|
+
"version": "2.72.0-beta.2247.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@codemirror/lang-markdown": "6.0.1",
|
|
40
40
|
"@codemirror/theme-one-dark": "^6.1.1",
|
|
41
41
|
"@floating-ui/dom": "0.3.1",
|
|
42
|
-
"@onereach/styles": "^2.34.0-beta.
|
|
42
|
+
"@onereach/styles": "^2.34.0-beta.2247.0",
|
|
43
43
|
"@splidejs/splide": "4.0.6",
|
|
44
44
|
"@types/lodash": "4.14.173",
|
|
45
45
|
"@types/sortablejs": "1.10.7",
|