@onereach/ui-components 2.76.5 → 2.76.6-beta.2434.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
|
@@ -29,6 +29,8 @@ const ExpansionPanelRootVariants = {
|
|
|
29
29
|
const ExpansionPanelHeader = [
|
|
30
30
|
// Layout
|
|
31
31
|
'layout-row',
|
|
32
|
+
// Box
|
|
33
|
+
'min-w-[16px]',
|
|
32
34
|
// Spacing
|
|
33
35
|
'gap-sm',
|
|
34
36
|
// Interactivity
|
|
@@ -165,7 +167,9 @@ var __vue_render__ = function () {
|
|
|
165
167
|
"icon": 'expand_more',
|
|
166
168
|
"variant": 'filled-bold'
|
|
167
169
|
}
|
|
168
|
-
}), _vm._v("
|
|
170
|
+
}), _vm._v(" "), _c('span', {
|
|
171
|
+
staticClass: "truncate"
|
|
172
|
+
}, [_vm._v("\n " + _vm._s(_vm.label) + "\n ")])], 1), _vm._v(" "), _c('div', {
|
|
169
173
|
class: _vm.addonStyles
|
|
170
174
|
}, [_vm._t("addon")], 2)]), _vm._v(" "), _c('div', {
|
|
171
175
|
directives: [{
|
|
@@ -4,7 +4,7 @@ import { u as useOverflow } from './useOverflow-af6161c8.js';
|
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrCheckbox-ac3cc642.js';
|
|
6
6
|
import { _ as __vue_component__$2 } from './OrError-9e7976ef.js';
|
|
7
|
-
import { _ as __vue_component__$3 } from './OrExpansionPanel-
|
|
7
|
+
import { _ as __vue_component__$3 } from './OrExpansionPanel-e36e23a1.js';
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-272790e7.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-c434985a.js';
|
|
10
10
|
import { _ as __vue_component__$7 } from './OrInputBox-5c4b3104.js';
|
|
@@ -25,7 +25,7 @@ export { _ as OrError } from '../OrError-efc74907.js';
|
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-32ba5c0c.js';
|
|
26
26
|
export { _ as OrErrorV3 } from '../OrError-9e7976ef.js';
|
|
27
27
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-ab1a044d.js';
|
|
28
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
28
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-e36e23a1.js';
|
|
29
29
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-f71daa4f.js';
|
|
30
30
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-67b6592e.js';
|
|
31
31
|
export { _ as OrHint } from '../OrHint-fe65fbe6.js';
|
|
@@ -70,7 +70,7 @@ export { _ as OrSearch } from '../OrSearch-5913c0dc.js';
|
|
|
70
70
|
export { _ as OrSearchV3 } from '../OrSearch-429d7386.js';
|
|
71
71
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
|
|
72
72
|
export { _ as OrSelect } from '../OrSelect-03e79c4b.js';
|
|
73
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
73
|
+
export { _ as OrSelectV3 } from '../OrSelect-de0ad257.js';
|
|
74
74
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-feacf13a.js';
|
|
75
75
|
export { _ as OrSidebarV3 } from '../OrSidebar-41e8d230.js';
|
|
76
76
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-911009ff.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-
|
|
1
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-e36e23a1.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIcon-c434985a.js';
|
|
4
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-de0ad257.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-0d314aa4.js';
|
|
@@ -10,7 +10,7 @@ import '../../OrLabel-49398089.js';
|
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../style-inject.es-4c6f2515.js';
|
|
12
12
|
import '../../OrError-9e7976ef.js';
|
|
13
|
-
import '../../OrExpansionPanel-
|
|
13
|
+
import '../../OrExpansionPanel-e36e23a1.js';
|
|
14
14
|
import '../../OrIcon-c434985a.js';
|
|
15
15
|
import '../../OrHint-272790e7.js';
|
|
16
16
|
import '../../OrInputBox-5c4b3104.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -25,7 +25,7 @@ export { _ as OrError } from './OrError-efc74907.js';
|
|
|
25
25
|
export { _ as OrErrorTagV3 } from './OrErrorTag-32ba5c0c.js';
|
|
26
26
|
export { _ as OrErrorV3 } from './OrError-9e7976ef.js';
|
|
27
27
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-ab1a044d.js';
|
|
28
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-
|
|
28
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-e36e23a1.js';
|
|
29
29
|
export { F as FabColor, _ as OrFabV3 } from './OrFab-f71daa4f.js';
|
|
30
30
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-67b6592e.js';
|
|
31
31
|
export { _ as OrHint } from './OrHint-fe65fbe6.js';
|
|
@@ -70,7 +70,7 @@ export { _ as OrSearch } from './OrSearch-5913c0dc.js';
|
|
|
70
70
|
export { _ as OrSearchV3 } from './OrSearch-429d7386.js';
|
|
71
71
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-7486115b.js';
|
|
72
72
|
export { _ as OrSelect } from './OrSelect-03e79c4b.js';
|
|
73
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
73
|
+
export { _ as OrSelectV3 } from './OrSelect-de0ad257.js';
|
|
74
74
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
75
75
|
export { _ as OrSidebarV3 } from './OrSidebar-41e8d230.js';
|
|
76
76
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-911009ff.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { s as script$1 } from './OrIcon-ea40e58c.js';
|
|
3
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, createVNode,
|
|
3
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, createVNode, toDisplayString, renderSlot, withDirectives, vShow } from 'vue';
|
|
4
4
|
|
|
5
5
|
var ExpansionPanelVariant;
|
|
6
6
|
(function (ExpansionPanelVariant) {
|
|
@@ -29,6 +29,8 @@ const ExpansionPanelRootVariants = {
|
|
|
29
29
|
const ExpansionPanelHeader = [
|
|
30
30
|
// Layout
|
|
31
31
|
'layout-row',
|
|
32
|
+
// Box
|
|
33
|
+
'min-w-[16px]',
|
|
32
34
|
// Spacing
|
|
33
35
|
'gap-sm',
|
|
34
36
|
// Interactivity
|
|
@@ -136,6 +138,9 @@ const _hoisted_2 = {
|
|
|
136
138
|
class: /*#__PURE__*/normalizeClass(['layout-row', 'justify-between'])
|
|
137
139
|
};
|
|
138
140
|
const _hoisted_3 = ["tabindex", "disabled"];
|
|
141
|
+
const _hoisted_4 = {
|
|
142
|
+
class: "truncate"
|
|
143
|
+
};
|
|
139
144
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
140
145
|
const _component_OrIcon = resolveComponent("OrIcon");
|
|
141
146
|
return openBlock(), createElementBlock("div", {
|
|
@@ -151,7 +156,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
151
156
|
class: normalizeClass([_ctx.expanded ? 'rotate-0' : 'rotate-[-90deg]']),
|
|
152
157
|
icon: 'expand_more',
|
|
153
158
|
variant: 'filled-bold'
|
|
154
|
-
}, null, 8 /* PROPS */, ["class"]),
|
|
159
|
+
}, null, 8 /* PROPS */, ["class"]), createElementVNode("span", _hoisted_4, toDisplayString(_ctx.label), 1 /* TEXT */)], 10 /* CLASS, PROPS */, _hoisted_3), createElementVNode("div", {
|
|
155
160
|
class: normalizeClass(_ctx.addonStyles)
|
|
156
161
|
}, [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);
|
|
157
162
|
}
|
|
@@ -4,7 +4,7 @@ import { u as useOverflow } from './useOverflow-af6161c8.js';
|
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import { s as script$1 } from './OrCheckbox-78b08b59.js';
|
|
6
6
|
import { s as script$2 } from './OrError-5e926d62.js';
|
|
7
|
-
import { s as script$3 } from './OrExpansionPanel-
|
|
7
|
+
import { s as script$3 } from './OrExpansionPanel-244a52f4.js';
|
|
8
8
|
import { s as script$4 } from './OrHint-031f9265.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-ea40e58c.js';
|
|
10
10
|
import { s as script$7, a as InputBoxSize } from './OrInputBox-2467d7e4.js';
|
|
@@ -22,7 +22,7 @@ export { s as OrError } from '../OrError-f90296db.js';
|
|
|
22
22
|
export { s as OrErrorTagV3 } from '../OrErrorTag-71fe44c2.js';
|
|
23
23
|
export { s as OrErrorV3 } from '../OrError-5e926d62.js';
|
|
24
24
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-cd3a4026.js';
|
|
25
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
25
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-244a52f4.js';
|
|
26
26
|
export { F as FabColor, s as OrFabV3 } from '../OrFab-6266b4de.js';
|
|
27
27
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-291c7653.js';
|
|
28
28
|
export { s as OrHint } from '../OrHint-1414c530.js';
|
|
@@ -66,7 +66,7 @@ export { s as OrSearch } from '../OrSearch-7a01bb20.js';
|
|
|
66
66
|
export { s as OrSearchV3 } from '../OrSearch-4568eb9d.js';
|
|
67
67
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-880b4911.js';
|
|
68
68
|
export { s as OrSelect } from '../OrSelect-88e5dfaf.js';
|
|
69
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
69
|
+
export { s as OrSelectV3 } from '../OrSelect-2e683ddd.js';
|
|
70
70
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
|
|
71
71
|
export { s as OrSidebarV3 } from '../OrSidebar-4fb216c3.js';
|
|
72
72
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-d659d078.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel-
|
|
1
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel-244a52f4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIcon-ea40e58c.js';
|
|
4
4
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-2e683ddd.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-2467d7e4.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-0d314aa4.js';
|
|
@@ -10,7 +10,7 @@ import '../../OrLabel-5a2f55fd.js';
|
|
|
10
10
|
import 'vue';
|
|
11
11
|
import '../../style-inject.es-4c6f2515.js';
|
|
12
12
|
import '../../OrError-5e926d62.js';
|
|
13
|
-
import '../../OrExpansionPanel-
|
|
13
|
+
import '../../OrExpansionPanel-244a52f4.js';
|
|
14
14
|
import '../../OrIcon-ea40e58c.js';
|
|
15
15
|
import '../../OrHint-031f9265.js';
|
|
16
16
|
import '../../OrInput-d16b7930.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -22,7 +22,7 @@ export { s as OrError } from './OrError-f90296db.js';
|
|
|
22
22
|
export { s as OrErrorTagV3 } from './OrErrorTag-71fe44c2.js';
|
|
23
23
|
export { s as OrErrorV3 } from './OrError-5e926d62.js';
|
|
24
24
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-cd3a4026.js';
|
|
25
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-
|
|
25
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-244a52f4.js';
|
|
26
26
|
export { F as FabColor, s as OrFabV3 } from './OrFab-6266b4de.js';
|
|
27
27
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-291c7653.js';
|
|
28
28
|
export { s as OrHint } from './OrHint-1414c530.js';
|
|
@@ -66,7 +66,7 @@ export { s as OrSearch } from './OrSearch-7a01bb20.js';
|
|
|
66
66
|
export { s as OrSearchV3 } from './OrSearch-4568eb9d.js';
|
|
67
67
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-880b4911.js';
|
|
68
68
|
export { s as OrSelect } from './OrSelect-88e5dfaf.js';
|
|
69
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
69
|
+
export { s as OrSelectV3 } from './OrSelect-2e683ddd.js';
|
|
70
70
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
71
71
|
export { s as OrSidebarV3 } from './OrSidebar-4fb216c3.js';
|
|
72
72
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-d659d078.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.76.
|
|
3
|
+
"version": "2.76.6-beta.2434.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -124,6 +124,5 @@
|
|
|
124
124
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
125
125
|
},
|
|
126
126
|
"./package.json": "./package.json"
|
|
127
|
-
}
|
|
128
|
-
"gitHead": "678b8d080c63276f34c116b85e8b7cf800ff5a96"
|
|
127
|
+
}
|
|
129
128
|
}
|
|
@@ -2,9 +2,12 @@ import { Meta, StoryFn } from '@storybook/vue3';
|
|
|
2
2
|
import { action } from '@storybook/addon-actions';
|
|
3
3
|
|
|
4
4
|
import { OrIconV3 as OrIcon } from '../or-icon-v3';
|
|
5
|
+
import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3';
|
|
6
|
+
import { OrTagV3 as OrTag } from '../or-tag-v3';
|
|
5
7
|
import OrExpansionPanelDocs from './OrExpansionPanel.docs.mdx';
|
|
6
8
|
import OrExpansionPanel from './OrExpansionPanel.vue';
|
|
7
9
|
import { ExpansionPanelColor, ExpansionPanelVariant } from './props';
|
|
10
|
+
import * as Faker from 'faker';
|
|
8
11
|
|
|
9
12
|
export default {
|
|
10
13
|
title: 'Components/Expansion Panel',
|
|
@@ -66,6 +69,8 @@ const Template: StoryFn<typeof OrExpansionPanel> = (args) => ({
|
|
|
66
69
|
components: {
|
|
67
70
|
OrExpansionPanel,
|
|
68
71
|
OrIcon,
|
|
72
|
+
OrIconButton,
|
|
73
|
+
OrTag,
|
|
69
74
|
},
|
|
70
75
|
|
|
71
76
|
setup() {
|
|
@@ -91,13 +96,42 @@ const Template: StoryFn<typeof OrExpansionPanel> = (args) => ({
|
|
|
91
96
|
`,
|
|
92
97
|
});
|
|
93
98
|
|
|
94
|
-
export const
|
|
99
|
+
export const Default = Template.bind({});
|
|
95
100
|
|
|
96
|
-
|
|
101
|
+
Default.args = {
|
|
97
102
|
// Slots
|
|
98
|
-
default:
|
|
103
|
+
default: Faker.lorem.paragraphs(3),
|
|
99
104
|
addon: '<OrIcon icon="drag_indicator" />',
|
|
100
105
|
|
|
101
106
|
// Props
|
|
102
107
|
label: 'Expansion Panel',
|
|
103
108
|
};
|
|
109
|
+
|
|
110
|
+
export const CardVariant = Template.bind({});
|
|
111
|
+
|
|
112
|
+
CardVariant.args = {
|
|
113
|
+
// Slots
|
|
114
|
+
default: Faker.lorem.paragraphs(3),
|
|
115
|
+
addon: '<OrIconButton icon="delete" />',
|
|
116
|
+
|
|
117
|
+
// Props
|
|
118
|
+
label: 'Card Expansion Panel',
|
|
119
|
+
variant: ExpansionPanelVariant.Card,
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
export const WithLongLabelAndTags = Template.bind({});
|
|
123
|
+
|
|
124
|
+
WithLongLabelAndTags.args = {
|
|
125
|
+
// Slots
|
|
126
|
+
default: Faker.lorem.paragraphs(3),
|
|
127
|
+
addon: `
|
|
128
|
+
<div class="flex flex-row gap-sm">
|
|
129
|
+
<OrTag>${Faker.lorem.word()}</OrTag>
|
|
130
|
+
<OrTag>${Faker.lorem.word()}</OrTag>
|
|
131
|
+
<OrTag>${Faker.lorem.word()}</OrTag>
|
|
132
|
+
</div>
|
|
133
|
+
`,
|
|
134
|
+
|
|
135
|
+
// Props
|
|
136
|
+
label: Faker.lorem.sentence(35),
|
|
137
|
+
};
|