@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
|
@@ -30,6 +30,8 @@ const ExpansionPanelRootVariants = {
|
|
|
30
30
|
const ExpansionPanelHeader = [
|
|
31
31
|
// Layout
|
|
32
32
|
'layout-row',
|
|
33
|
+
// Box
|
|
34
|
+
'min-w-[16px]',
|
|
33
35
|
// Spacing
|
|
34
36
|
'gap-sm',
|
|
35
37
|
// Interactivity
|
|
@@ -166,7 +168,9 @@ var __vue_render__ = function () {
|
|
|
166
168
|
"icon": 'expand_more',
|
|
167
169
|
"variant": 'filled-bold'
|
|
168
170
|
}
|
|
169
|
-
}), _vm._v("
|
|
171
|
+
}), _vm._v(" "), _c('span', {
|
|
172
|
+
staticClass: "truncate"
|
|
173
|
+
}, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")])], 1), _vm._v(" "), _c('div', {
|
|
170
174
|
class: _vm.addonStyles
|
|
171
175
|
}, [_vm._t("addon")], 2)]), _vm._v(" "), _c('div', {
|
|
172
176
|
directives: [{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrCheckbox } from './OrCheckbox-aac23c1e.js';
|
|
3
3
|
import { O as OrError } from './OrError-8aa16f11.js';
|
|
4
|
-
import { O as OrExpansionPanel } from './OrExpansionPanel-
|
|
4
|
+
import { O as OrExpansionPanel } from './OrExpansionPanel-41b910bc.js';
|
|
5
5
|
import { O as OrHint } from './OrHint-39fc2173.js';
|
|
6
6
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
7
7
|
import { O as OrInput } from './OrInput-913c682d.js';
|
|
@@ -25,7 +25,7 @@ export { O as OrError } from '../OrError-29f0ce95.js';
|
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-244bed5b.js';
|
|
26
26
|
export { O as OrErrorV3 } from '../OrError-8aa16f11.js';
|
|
27
27
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-8a7feb99.js';
|
|
28
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
28
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-41b910bc.js';
|
|
29
29
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-85bd9427.js';
|
|
30
30
|
export { O as OrFloating, b as OrFloatingHideStrategy, a as OrFloatingPlacements } from '../OrFloating-507e8028.js';
|
|
31
31
|
export { O as OrHint } from '../OrHint-664117aa.js';
|
|
@@ -70,7 +70,7 @@ export { O as OrSearch } from '../OrSearch-4c898d39.js';
|
|
|
70
70
|
export { O as OrSearchV3 } from '../OrSearch-ade6bf12.js';
|
|
71
71
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
|
|
72
72
|
export { _ as OrSelect } from '../OrSelect-39dedeb9.js';
|
|
73
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
73
|
+
export { _ as OrSelectV3 } from '../OrSelect-f85aecd5.js';
|
|
74
74
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-9e7fe79c.js';
|
|
75
75
|
export { _ as OrSidebarV3 } from '../OrSidebar-114d5bfb.js';
|
|
76
76
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-319f3617.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../../OrExpansionPanel-
|
|
1
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../../OrExpansionPanel-41b910bc.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-f85aecd5.js';
|
|
2
2
|
export { a as SelectSize } from '../../props-78496a2d.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
@@ -9,7 +9,7 @@ import '../../normalize-component-6e8e3d80.js';
|
|
|
9
9
|
import '../../useIdAttribute-cf61643f.js';
|
|
10
10
|
import '../../style-inject.es-4c6f2515.js';
|
|
11
11
|
import '../../OrError-8aa16f11.js';
|
|
12
|
-
import '../../OrExpansionPanel-
|
|
12
|
+
import '../../OrExpansionPanel-41b910bc.js';
|
|
13
13
|
import '../../OrIcon-2efd1925.js';
|
|
14
14
|
import '../../OrHint-39fc2173.js';
|
|
15
15
|
import '../../OrInput-913c682d.js';
|