@onereach/ui-components 2.76.5 → 2.76.6-beta.2433.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/{OrExpansionPanel-8968da49.js → OrExpansionPanel-41b910bc.js} +5 -1
- package/dist/bundled/v2/{OrSelect-d49e7bdc.js → OrSelect-f85aecd5.js} +1 -1
- package/dist/bundled/v2/components/index.js +2 -2
- package/dist/bundled/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-select-v3/index.js +2 -2
- package/dist/bundled/v2/index.js +3 -3
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js → OrExpansionPanel.vue_vue_type_script_lang-1b82c02a.js} +2 -0
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-18be37ff.js → OrSelect.vue_vue_type_script_lang-949f5893.js} +5 -2
- package/dist/bundled/v3/components/index.js +2 -2
- package/dist/bundled/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-select-v3/index.js +2 -2
- package/dist/bundled/v3/index.js +4 -4
- package/dist/esm/v2/{OrExpansionPanel-0a12d957.js → OrExpansionPanel-e36e23a1.js} +5 -1
- package/dist/esm/v2/{OrSelect-090de47b.js → OrSelect-de0ad257.js} +1 -1
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/{OrExpansionPanel-541cc4c1.js → OrExpansionPanel-244a52f4.js} +7 -2
- package/dist/esm/v3/{OrSelect-52d67a76.js → OrSelect-2e683ddd.js} +1 -1
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/index.js +2 -2
- package/package.json +2 -3
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.stories3.ts +37 -3
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +3 -2
- package/src/components/or-expansion-panel-v3/styles.ts +3 -0
|
@@ -2,7 +2,7 @@ import { resolveComponent, openBlock, createElementBlock, normalizeClass, withDi
|
|
|
2
2
|
import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-2f40f250.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
import './OrHint-4d1a5982.js';
|
|
5
|
-
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-1b82c02a.js';
|
|
6
6
|
import './OrIcon-0239fc17.js';
|
|
7
7
|
import './OrInput-e980b0c5.js';
|
|
8
8
|
import './OrInputBox-44f37541.js';
|
|
@@ -66,6 +66,9 @@ const _hoisted_2$1 = {
|
|
|
66
66
|
class: /*#__PURE__*/normalizeClass(['layout-row', 'justify-between'])
|
|
67
67
|
};
|
|
68
68
|
const _hoisted_3$1 = ["tabindex", "disabled"];
|
|
69
|
+
const _hoisted_4 = {
|
|
70
|
+
class: "truncate"
|
|
71
|
+
};
|
|
69
72
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
70
73
|
const _component_OrIcon = resolveComponent("OrIcon");
|
|
71
74
|
return openBlock(), createElementBlock("div", {
|
|
@@ -81,7 +84,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81
84
|
class: normalizeClass([_ctx.expanded ? 'rotate-0' : 'rotate-[-90deg]']),
|
|
82
85
|
icon: 'expand_more',
|
|
83
86
|
variant: 'filled-bold'
|
|
84
|
-
}, null, 8 /* PROPS */, ["class"]),
|
|
87
|
+
}, null, 8 /* PROPS */, ["class"]), createElementVNode("span", _hoisted_4, toDisplayString(_ctx.label), 1 /* TEXT */)], 10 /* CLASS, PROPS */, _hoisted_3$1), createElementVNode("div", {
|
|
85
88
|
class: normalizeClass(_ctx.addonStyles)
|
|
86
89
|
}, [renderSlot(_ctx.$slots, "addon")], 2 /* CLASS */)]), withDirectives(createElementVNode("div", null, [renderSlot(_ctx.$slots, "default")], 512 /* NEED_PATCH */), [[vShow, _ctx.expanded]])], 10 /* CLASS, PROPS */, _hoisted_1$1);
|
|
87
90
|
}
|
|
@@ -25,7 +25,7 @@ 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-e052a480.js';
|
|
26
26
|
export { s as OrErrorV3 } from '../OrError.vue_vue_type_script_lang-c97f9dd7.js';
|
|
27
27
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState.vue_vue_type_script_lang-8e58c67c.js';
|
|
28
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel.vue_vue_type_script_lang-
|
|
28
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel.vue_vue_type_script_lang-1b82c02a.js';
|
|
29
29
|
export { F as FabColor, s as OrFabV3 } from '../OrFab.vue_vue_type_script_lang-a4e3eef8.js';
|
|
30
30
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating.vue_vue_type_script_lang-c7bbb811.js';
|
|
31
31
|
export { s as OrHint } from '../OrHint.vue_vue_type_script_lang-78598c8e.js';
|
|
@@ -70,7 +70,7 @@ export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-4eaa661f.js'
|
|
|
70
70
|
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-04675cdd.js';
|
|
71
71
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js';
|
|
72
72
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-2016ac4e.js';
|
|
73
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
73
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-949f5893.js';
|
|
74
74
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
|
|
75
75
|
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-6d10508f.js';
|
|
76
76
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-b3342114.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel.vue_vue_type_script_lang-
|
|
1
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel.vue_vue_type_script_lang-1b82c02a.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-0239fc17.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-949f5893.js';
|
|
2
2
|
export { a as SelectSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrCheckbox.vue_vue_type_script_lang-2f40f250.js';
|
|
@@ -9,7 +9,7 @@ import '../../style-inject.es-4c6f2515.js';
|
|
|
9
9
|
import '../../OrHint-4d1a5982.js';
|
|
10
10
|
import '../../OrError.vue_vue_type_script_lang-c97f9dd7.js';
|
|
11
11
|
import '../../OrHint.vue_vue_type_script_lang-3d9a3b91.js';
|
|
12
|
-
import '../../OrExpansionPanel.vue_vue_type_script_lang-
|
|
12
|
+
import '../../OrExpansionPanel.vue_vue_type_script_lang-1b82c02a.js';
|
|
13
13
|
import '../../OrIcon-0239fc17.js';
|
|
14
14
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
15
15
|
import '../../OrInput-e980b0c5.js';
|