@otto-de/b2b-core-components 1.24.0 → 1.26.1
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/b2b-core-components/b2b-core-components.esm.js +1 -1
- package/dist/b2b-core-components/p-01a5c813.entry.js +1 -0
- package/dist/b2b-core-components/p-225e561a.entry.js +1 -0
- package/dist/b2b-core-components/p-4d96ee04.entry.js +1 -0
- package/dist/b2b-core-components/p-51dab4f2.entry.js +1 -0
- package/dist/b2b-core-components/p-5c576b32.entry.js +1 -0
- package/dist/b2b-core-components/p-9e3d9908.entry.js +1 -0
- package/dist/b2b-core-components/p-c305ae21.entry.js +1 -0
- package/dist/b2b-core-components/p-e73552ea.entry.js +1 -0
- package/dist/cjs/b2b-background-box.cjs.entry.js +5 -5
- package/dist/cjs/b2b-core-components.cjs.js +1 -1
- package/dist/cjs/b2b-date-picker.cjs.entry.js +2 -1
- package/dist/cjs/b2b-dropdown.cjs.entry.js +12 -3
- package/dist/cjs/b2b-grid-row.cjs.entry.js +77 -11
- package/dist/cjs/b2b-input-group_2.cjs.entry.js +1 -1
- package/dist/cjs/b2b-input_2.cjs.entry.js +27 -6
- package/dist/cjs/b2b-multiselect-dropdown.cjs.entry.js +4 -4
- package/dist/cjs/b2b-snackbar.cjs.entry.js +5 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/alert/alert.css +2 -2
- package/dist/collection/components/alert/alert.stories.js +1 -2
- package/dist/collection/components/anchor/anchor.css +2 -2
- package/dist/collection/components/background-box/background-box.css +6 -6
- package/dist/collection/components/background-box/background-box.e2e.js +3 -3
- package/dist/collection/components/background-box/background-box.js +7 -7
- package/dist/collection/components/background-box/background-box.spec.js +3 -3
- package/dist/collection/components/background-box/background-box.stories.js +18 -18
- package/dist/collection/components/breadcrumb/breadcrumb.css +2 -2
- package/dist/collection/components/button/button.css +2 -2
- package/dist/collection/components/button/button.stories.js +79 -79
- package/dist/collection/components/card/card.css +2 -2
- package/dist/collection/components/checkbox/checkbox.css +2 -2
- package/dist/collection/components/checkbox-group/checkbox-group.css +2 -2
- package/dist/collection/components/chip/chip.css +2 -2
- package/dist/collection/components/chip/chip.stories.js +15 -15
- package/dist/collection/components/date-picker/date-picker-days-header.css +2 -2
- package/dist/collection/components/date-picker/date-picker-days.css +2 -2
- package/dist/collection/components/date-picker/date-picker-header.css +2 -2
- package/dist/collection/components/date-picker/date-picker-months.css +2 -2
- package/dist/collection/components/date-picker/date-picker-years.css +2 -2
- package/dist/collection/components/date-picker/date-picker.css +2 -2
- package/dist/collection/components/date-picker/date-picker.js +20 -1
- package/dist/collection/components/date-picker/date-picker.stories.js +4 -1
- package/dist/collection/components/dropdown/dropdown.css +4 -4
- package/dist/collection/components/dropdown/dropdown.js +47 -2
- package/dist/collection/components/flyout-menu/flyout-menu-option.css +2 -2
- package/dist/collection/components/flyout-menu/flyout-menu.css +2 -2
- package/dist/collection/components/flyout-menu/flyout-menu.stories.js +44 -44
- package/dist/collection/components/grid/grid.stories.js +151 -148
- package/dist/collection/components/grid/row.js +77 -11
- package/dist/collection/components/headline/headline.css +2 -2
- package/dist/collection/components/icon/icon.css +2 -2
- package/dist/collection/components/icon-100/icon-100.css +2 -2
- package/dist/collection/components/icon-100/icon-100.stories.js +5 -5
- package/dist/collection/components/icon-50/icon-50.css +2 -2
- package/dist/collection/components/icon-50/icon-50.stories.js +4 -4
- package/dist/collection/components/input/input.css +3 -3
- package/dist/collection/components/input/input.e2e.js +28 -0
- package/dist/collection/components/input/input.js +26 -5
- package/dist/collection/components/input/input.stories.js +75 -55
- package/dist/collection/components/input-group/input-group.css +3 -3
- package/dist/collection/components/input-list/input-list.css +2 -2
- package/dist/collection/components/input-list/input-list.stories.js +50 -50
- package/dist/collection/components/label/label.css +2 -2
- package/dist/collection/components/modal/modal.css +2 -2
- package/dist/collection/components/modal/modal.stories.js +1 -1
- package/dist/collection/components/multiselect-dropdown/multiselect-dropdown.css +2 -2
- package/dist/collection/components/multiselect-dropdown/multiselect-dropdown.js +4 -4
- package/dist/collection/components/multiselect-dropdown/multiselect-dropdown.stories.js +19 -19
- package/dist/collection/components/pagination/pagination.css +2 -2
- package/dist/collection/components/paragraph/paragraph.css +2 -2
- package/dist/collection/components/paragraph/paragraph.stories.js +82 -78
- package/dist/collection/components/progress-bar/progress-bar.css +2 -2
- package/dist/collection/components/progress-bar/progress-bar.stories.js +4 -4
- package/dist/collection/components/radio/radio.css +2 -2
- package/dist/collection/components/radio-group/radio-group.css +2 -2
- package/dist/collection/components/required-separator/required-separator.css +2 -2
- package/dist/collection/components/rounded-icon/rounded-icon.css +2 -2
- package/dist/collection/components/scrollable-container/scrollable-container.css +2 -2
- package/dist/collection/components/separator/separator.css +2 -2
- package/dist/collection/components/shimmer/shimmer.css +2 -2
- package/dist/collection/components/snackbar/snackbar.css +2 -2
- package/dist/collection/components/snackbar/snackbar.js +22 -4
- package/dist/collection/components/snackbar/snackbar.stories.js +10 -2
- package/dist/collection/components/spinner/spinner.css +2 -2
- package/dist/collection/components/tab/tab.css +2 -2
- package/dist/collection/components/tab-panel/tab-panel.css +2 -2
- package/dist/collection/components/table/table-cell/table-cell.css +2 -2
- package/dist/collection/components/table/table-header/table-header.css +2 -2
- package/dist/collection/components/table/table-row/table-row.css +2 -2
- package/dist/collection/components/table/table-rowgroup/table-rowgroup.css +2 -2
- package/dist/collection/components/table/table.css +2 -2
- package/dist/collection/components/table/table.e2e.js +2 -1
- package/dist/collection/components/table/table.stories.js +157 -157
- package/dist/collection/components/textarea/textarea.css +2 -2
- package/dist/collection/components/toggle-button/toggle-button.css +2 -2
- package/dist/collection/components/toggle-chip/toggle-chip.css +2 -2
- package/dist/collection/components/toggle-chip/toggle-chip.stories.js +14 -2
- package/dist/collection/components/toggle-group/toggle-group.css +2 -2
- package/dist/collection/components/toggle-switch/toggle-switch.css +2 -2
- package/dist/collection/components/toggle-switch/toggle-switch.stories.js +4 -4
- package/dist/collection/components/tooltip/tooltip.css +2 -2
- package/dist/collection/components/wizard/wizard.css +2 -2
- package/dist/collection/components/wizard-icon/wizard-icon.css +2 -2
- package/dist/components/b2b-background-box.js +6 -6
- package/dist/components/b2b-date-picker.js +23 -15
- package/dist/components/b2b-dropdown.js +14 -3
- package/dist/components/b2b-grid-row.js +77 -11
- package/dist/components/b2b-multiselect-dropdown.js +4 -4
- package/dist/components/b2b-snackbar.js +7 -5
- package/dist/components/input-group.js +1 -1
- package/dist/components/input.js +27 -6
- package/dist/custom-elements.json +18 -2
- package/dist/esm/b2b-background-box.entry.js +5 -5
- package/dist/esm/b2b-core-components.js +1 -1
- package/dist/esm/b2b-date-picker.entry.js +2 -1
- package/dist/esm/b2b-dropdown.entry.js +12 -3
- package/dist/esm/b2b-grid-row.entry.js +77 -11
- package/dist/esm/b2b-input-group_2.entry.js +1 -1
- package/dist/esm/b2b-input_2.entry.js +27 -6
- package/dist/esm/b2b-multiselect-dropdown.entry.js +4 -4
- package/dist/esm/b2b-snackbar.entry.js +5 -4
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/background-box/background-box.d.ts +2 -2
- package/dist/types/components/background-box/background-box.stories.d.ts +1 -1
- package/dist/types/components/button/button.stories.d.ts +2 -2
- package/dist/types/components/date-picker/date-picker.d.ts +2 -0
- package/dist/types/components/dropdown/dropdown.d.ts +4 -0
- package/dist/types/components/grid/row.d.ts +4 -0
- package/dist/types/components/icon/icon.stories.d.ts +3 -3
- package/dist/types/components/input/input.d.ts +4 -0
- package/dist/types/components/input/input.stories.d.ts +1 -0
- package/dist/types/components/snackbar/snackbar.d.ts +2 -0
- package/dist/types/components/snackbar/snackbar.stories.d.ts +1 -0
- package/dist/types/components/toggle-chip/toggle-chip.stories.d.ts +3 -2
- package/dist/types/components.d.ts +36 -4
- package/dist/web-types.json +42 -3
- package/package.json +21 -16
- package/dist/b2b-core-components/p-191b7d0b.entry.js +0 -1
- package/dist/b2b-core-components/p-2b5b4472.entry.js +0 -1
- package/dist/b2b-core-components/p-333969c9.entry.js +0 -1
- package/dist/b2b-core-components/p-339dd3ba.entry.js +0 -1
- package/dist/b2b-core-components/p-56293400.entry.js +0 -1
- package/dist/b2b-core-components/p-95d3519f.entry.js +0 -1
- package/dist/b2b-core-components/p-be5c3d5d.entry.js +0 -1
- package/dist/b2b-core-components/p-fdfdc92d.entry.js +0 -1
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
};
|
|
13
13
|
import { getArgTypes } from "../../docs/config/utils";
|
|
14
14
|
import { html } from "lit-html";
|
|
15
|
-
import { userEvent } from "@storybook/
|
|
15
|
+
import { userEvent } from "@storybook/test";
|
|
16
16
|
const meta = {
|
|
17
17
|
title: 'Components/Form/Input List',
|
|
18
18
|
component: 'b2b-input-list',
|
|
@@ -27,14 +27,14 @@ const meta = {
|
|
|
27
27
|
render: (_a) => {
|
|
28
28
|
var args = __rest(_a, []);
|
|
29
29
|
return html `<div style="height: 130px; width: 300px">
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
30
|
+
<b2b-input-list
|
|
31
|
+
data-testid="element"
|
|
32
|
+
label="${args.label}"
|
|
33
|
+
required="${args.required}"
|
|
34
|
+
placeholder="${args.placeholder}"
|
|
35
|
+
disabled="${args.disabled}"
|
|
36
|
+
.optionsList=${args.optionsList}></b2b-input-list>
|
|
37
|
+
</div>`;
|
|
38
38
|
},
|
|
39
39
|
};
|
|
40
40
|
export default meta;
|
|
@@ -58,26 +58,26 @@ export const CustomList = {
|
|
|
58
58
|
render: (_a) => {
|
|
59
59
|
var args = __rest(_a, []);
|
|
60
60
|
return html `<div style="height: 130px; width: 300px">
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
61
|
+
<b2b-input-list
|
|
62
|
+
data-testid="element"
|
|
63
|
+
label="${args.label}"
|
|
64
|
+
required="${args.required}"
|
|
65
|
+
placeholder="${args.placeholder}"
|
|
66
|
+
disabled="${args.disabled}"
|
|
67
|
+
.optionsList=${args.optionsList}
|
|
68
|
+
><ul>
|
|
69
|
+
<li>Option 1</li>
|
|
70
|
+
<li>
|
|
71
|
+
Option 2
|
|
72
|
+
<ul>
|
|
73
|
+
<li>Option 2.1</li>
|
|
74
|
+
<li>Option 2.2</li>
|
|
75
|
+
</ul>
|
|
76
|
+
</li>
|
|
77
|
+
<li>Option 3</li>
|
|
78
|
+
</ul></b2b-input-list
|
|
79
|
+
>
|
|
80
|
+
</div>`;
|
|
81
81
|
},
|
|
82
82
|
};
|
|
83
83
|
export const DisabledWithoutSelectedOption = {
|
|
@@ -88,26 +88,26 @@ export const disabledWithSelectedOption = {
|
|
|
88
88
|
render: (_a) => {
|
|
89
89
|
var args = __rest(_a, []);
|
|
90
90
|
return html `<div style="height: 130px; width: 300px">
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
91
|
+
<b2b-input-list
|
|
92
|
+
data-testid="element"
|
|
93
|
+
label="${args.label}"
|
|
94
|
+
value="${args.optionsList[0]}"
|
|
95
|
+
required="${args.required}"
|
|
96
|
+
placeholder="${args.placeholder}"
|
|
97
|
+
disabled="${args.disabled}"
|
|
98
|
+
.optionsList=${args.optionsList}
|
|
99
|
+
><ul>
|
|
100
|
+
<li>Option 1</li>
|
|
101
|
+
<li>
|
|
102
|
+
Option 2
|
|
103
|
+
<ul>
|
|
104
|
+
<li>Option 2.1</li>
|
|
105
|
+
<li>Option 2.2</li>
|
|
106
|
+
</ul>
|
|
107
|
+
</li>
|
|
108
|
+
<li>Option 3</li>
|
|
109
|
+
</ul></b2b-input-list
|
|
110
|
+
>
|
|
111
|
+
</div>`;
|
|
112
112
|
},
|
|
113
113
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -20,7 +20,7 @@ export class B2bMultiSelectDropdown {
|
|
|
20
20
|
return (h("b2b-chip-component", { label: option, value: option, "onB2b-close": this.handleChipClose }));
|
|
21
21
|
}
|
|
22
22
|
else if (index === this.maxOptionsVisible) {
|
|
23
|
-
return (h("b2b-chip-component", { label: "...", class: "b2b-multiselect-dropdown__option--show-more-button",
|
|
23
|
+
return (h("b2b-chip-component", { label: "...", class: "b2b-multiselect-dropdown__option--show-more-button", hasCloseButton: true, onClick: this.handleOverflowOptionsClick }));
|
|
24
24
|
}
|
|
25
25
|
else {
|
|
26
26
|
return;
|
|
@@ -153,13 +153,13 @@ export class B2bMultiSelectDropdown {
|
|
|
153
153
|
this.updateSelectAll(options);
|
|
154
154
|
}
|
|
155
155
|
render() {
|
|
156
|
-
return (h(Host, { key: '
|
|
156
|
+
return (h(Host, { key: '53aff695c900964cb3dc5bcb68c10b5285be16cd', onFocus: this.setElementOnFocus, onBlur: this.setElementOnBlur, onClick: this.handleMouseDown, onKeyDown: this.handleKeyDown }, h("b2b-input-label", { key: '983a3b773e397fe5e1512168acc12d07a41e57ff' }, this.label), h("div", { key: '577f648af5e7fda2e1a225a97faf05612c84e772', class: {
|
|
157
157
|
'b2b-multiselect-dropdown': true,
|
|
158
158
|
'b2b-multiselect-dropdown--open': this.isElementFocused,
|
|
159
|
-
}, tabindex: 0, role: "combobox", "aria-expanded": this.isElementFocused }, this.currentSelectedValues.length === 0 ? (h("span", { class: "b2b-multiselect-dropdown__placeholder" }, this.placeholder)) : (h("div", { class: "b2b-multiselect-dropdown__chip-container" }, this.renderChips())), h("b2b-icon-100", { key: '
|
|
159
|
+
}, tabindex: 0, role: "combobox", "aria-expanded": this.isElementFocused }, this.currentSelectedValues.length === 0 ? (h("span", { class: "b2b-multiselect-dropdown__placeholder" }, this.placeholder)) : (h("div", { class: "b2b-multiselect-dropdown__chip-container" }, this.renderChips())), h("b2b-icon-100", { key: '9bbe6f5442662cd102292846f5476b8ce899356a', icon: "b2b_icon-arrow-down" })), h("div", { key: '17593767cfeb17c341efd46dfc007197847c97bb', class: {
|
|
160
160
|
'b2b-multiselect-dropdown__options-container': true,
|
|
161
161
|
'b2b-multiselect-dropdown__options-container--visible': this.isElementFocused,
|
|
162
|
-
} }, h("div", { key: '
|
|
162
|
+
} }, h("div", { key: 'fe585cea40b0ef97d46cbd3a92f60c7382f75a97', class: "b2b-multiselect-dropdown__options", role: "listbox", "aria-label": this.label, tabIndex: -1 }, h("div", { key: '863879f8b34e870bb2f82d62edf07aad8a475b6d', class: "b2b-multiselect-dropdown__option__search" }, h("input", { key: '9866a72f2f7a4b19968ac5c03d6b07e60fcb6504', type: "text", onInput: this.handleInput, class: "b2b-multiselect-dropdown__option__search__input", placeholder: this.searchPlaceholder })), h("b2b-multiselect-option", { key: '93c740c3ba53544c90d6c1130fee1e444b53965b', class: "b2b-multiselect-dropdown__option__select-all", option: this.selectAllLabel, id: "select-all", "onB2b-option-selected": this.handleSelectAll }), this.hasOptionList &&
|
|
163
163
|
this.currentList.map(option => (h("b2b-multiselect-option", { "onB2b-option-selected": this.handleSelectedChange, option: option })))))));
|
|
164
164
|
}
|
|
165
165
|
static get is() { return "b2b-multiselect-dropdown"; }
|
|
@@ -30,15 +30,15 @@ const meta = {
|
|
|
30
30
|
render: (_a) => {
|
|
31
31
|
var args = __rest(_a, []);
|
|
32
32
|
return html `<div style="width: 400px">
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
33
|
+
<b2b-multiselect-dropdown
|
|
34
|
+
label=${args.label}
|
|
35
|
+
max-options-visible=${args.maxOptionsVisible}
|
|
36
|
+
select-all-label=${args.selectAllLabel}
|
|
37
|
+
placeholder=${args.placeholder}
|
|
38
|
+
search-placeholder=${args.searchPlaceholder}
|
|
39
|
+
.optionsList=${args.optionsList}>
|
|
40
|
+
</b2b-multiselect-dropdown>
|
|
41
|
+
</div>`;
|
|
42
42
|
},
|
|
43
43
|
};
|
|
44
44
|
export default meta;
|
|
@@ -50,15 +50,15 @@ export const InitialSelectedValues = {
|
|
|
50
50
|
render: (_a) => {
|
|
51
51
|
var args = __rest(_a, []);
|
|
52
52
|
return html `<div style="width: 400px">
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
53
|
+
<b2b-multiselect-dropdown
|
|
54
|
+
label=${args.label}
|
|
55
|
+
max-options-visible=${args.maxOptionsVisible}
|
|
56
|
+
select-all-label=${args.selectAllLabel}
|
|
57
|
+
placeholder=${args.placeholder}
|
|
58
|
+
search-placeholder=${args.searchPlaceholder}
|
|
59
|
+
.optionsList=${args.optionsList}
|
|
60
|
+
.selectedValues=${args.selectedValues}>
|
|
61
|
+
</b2b-multiselect-dropdown>
|
|
62
|
+
</div>`;
|
|
63
63
|
},
|
|
64
64
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -28,24 +28,24 @@ const meta = {
|
|
|
28
28
|
render: (_a) => {
|
|
29
29
|
var args = __rest(_a, []);
|
|
30
30
|
return html `<b2b-paragraph
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
31
|
+
weight="${args.weight}"
|
|
32
|
+
size="${args.size}"
|
|
33
|
+
align="${args.align}"
|
|
34
|
+
margin="${args.margin}"
|
|
35
|
+
variant="${args.variant}"
|
|
36
|
+
display="${args.display}">
|
|
37
|
+
Far far away, behind the word mountains, far from the countries Vokalia
|
|
38
|
+
and Consonantia, there live the blind texts. Separated they live in
|
|
39
|
+
Bookmarksgrove right at the coast of the Semantics, a large language
|
|
40
|
+
ocean. A small river named Duden flows by their place and supplies it with
|
|
41
|
+
the necessary regelialia. It is a paradisematic country, in which roasted
|
|
42
|
+
parts of sentences fly into your mouth. Even the all-powerful Pointing has
|
|
43
|
+
no control about the blind texts it is an almost unorthographic life One
|
|
44
|
+
day however a small line of blind text by the name of Lorem Ipsum decided
|
|
45
|
+
to leave for the far World of Grammar. The Big Oxmox advised her not to do
|
|
46
|
+
so, because there were thousands of bad Commas, wild Question Marks and
|
|
47
|
+
devious Semikoli, but the Little Blind Text didn’t listen.
|
|
48
|
+
</b2b-paragraph>`;
|
|
49
49
|
},
|
|
50
50
|
};
|
|
51
51
|
export default meta;
|
|
@@ -75,36 +75,38 @@ export const DisplayInline = {
|
|
|
75
75
|
render: (_a) => {
|
|
76
76
|
var args = __rest(_a, []);
|
|
77
77
|
return html `<b2b-paragraph
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
78
|
+
weight="${args.weight}"
|
|
79
|
+
size="${args.size}"
|
|
80
|
+
align="${args.align}"
|
|
81
|
+
margin="${args.margin}"
|
|
82
|
+
variant="${args.variant}"
|
|
83
|
+
display="${args.display}">
|
|
84
|
+
Far far away, behind the word mountains, far from the countries Vokalia
|
|
85
|
+
and Consonantia, there live the blind texts. Separated they live in
|
|
86
|
+
Bookmarksgrove right at the coast of the Semantics, a large language
|
|
87
|
+
ocean. A small river named Duden flows by their place and supplies it
|
|
88
|
+
with the necessary regelialia. It is a paradisematic country, in which
|
|
89
|
+
roasted parts of sentences fly into your mouth. Even the all-powerful
|
|
90
|
+
Pointing has no control about the blind texts it is an almost
|
|
91
|
+
unorthographic life One day however a small line of blind text by the
|
|
92
|
+
name of Lorem Ipsum decided to leave for the far World of Grammar. The
|
|
93
|
+
Big Oxmox advised her not to do so, because there were thousands of bad
|
|
94
|
+
Commas, wild Question Marks and devious Semikoli, but the Little Blind
|
|
95
|
+
Text didn’t listen. </b2b-paragraph
|
|
96
|
+
><b2b-paragraph
|
|
97
|
+
>Far far away, behind the word mountains, far from the countries Vokalia
|
|
98
|
+
and Consonantia, there live the blind texts. Separated they live in
|
|
99
|
+
Bookmarksgrove right at the coast of the Semantics, a large language
|
|
100
|
+
ocean. A small river named Duden flows by their place and supplies it
|
|
101
|
+
with the necessary regelialia. It is a paradisematic country, in which
|
|
102
|
+
roasted parts of sentences fly into your mouth. Even the all-powerful
|
|
103
|
+
Pointing has no control about the blind texts it is an almost
|
|
104
|
+
unorthographic life One day however a small line of blind text by the
|
|
105
|
+
name of Lorem Ipsum decided to leave for the far World of Grammar. The
|
|
106
|
+
Big Oxmox advised her not to do so, because there were thousands of bad
|
|
107
|
+
Commas, wild Question Marks and devious Semikoli, but the Little Blind
|
|
108
|
+
Text didn’t listen.
|
|
109
|
+
</b2b-paragraph>`;
|
|
108
110
|
},
|
|
109
111
|
};
|
|
110
112
|
export const DisplayInlineBlock = {
|
|
@@ -112,35 +114,37 @@ export const DisplayInlineBlock = {
|
|
|
112
114
|
render: (_a) => {
|
|
113
115
|
var args = __rest(_a, []);
|
|
114
116
|
return html `<b2b-paragraph
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
117
|
+
weight="${args.weight}"
|
|
118
|
+
size="${args.size}"
|
|
119
|
+
align="${args.align}"
|
|
120
|
+
margin="${args.margin}"
|
|
121
|
+
variant="${args.variant}"
|
|
122
|
+
display="${args.display}">
|
|
123
|
+
Far far away, behind the word mountains, far from the countries Vokalia
|
|
124
|
+
and Consonantia, there live the blind texts. Separated they live in
|
|
125
|
+
Bookmarksgrove right at the coast of the Semantics, a large language
|
|
126
|
+
ocean. A small river named Duden flows by their place and supplies it
|
|
127
|
+
with the necessary regelialia. It is a paradisematic country, in which
|
|
128
|
+
roasted parts of sentences fly into your mouth. Even the all-powerful
|
|
129
|
+
Pointing has no control about the blind texts it is an almost
|
|
130
|
+
unorthographic life One day however a small line of blind text by the
|
|
131
|
+
name of Lorem Ipsum decided to leave for the far World of Grammar. The
|
|
132
|
+
Big Oxmox advised her not to do so, because there were thousands of bad
|
|
133
|
+
Commas, wild Question Marks and devious Semikoli, but the Little Blind
|
|
134
|
+
Text didn’t listen. </b2b-paragraph
|
|
135
|
+
><b2b-paragraph
|
|
136
|
+
>Far far away, behind the word mountains, far from the countries Vokalia
|
|
137
|
+
and Consonantia, there live the blind texts. Separated they live in
|
|
138
|
+
Bookmarksgrove right at the coast of the Semantics, a large language
|
|
139
|
+
ocean. A small river named Duden flows by their place and supplies it
|
|
140
|
+
with the necessary regelialia. It is a paradisematic country, in which
|
|
141
|
+
roasted parts of sentences fly into your mouth. Even the all-powerful
|
|
142
|
+
Pointing has no control about the blind texts it is an almost
|
|
143
|
+
unorthographic life One day however a small line of blind text by the
|
|
144
|
+
name of Lorem Ipsum decided to leave for the far World of Grammar. The
|
|
145
|
+
Big Oxmox advised her not to do so, because there were thousands of bad
|
|
146
|
+
Commas, wild Question Marks and devious Semikoli, but the Little Blind
|
|
147
|
+
Text didn’t listen.
|
|
148
|
+
</b2b-paragraph>`;
|
|
145
149
|
},
|
|
146
150
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -25,10 +25,10 @@ const meta = {
|
|
|
25
25
|
render: (_a) => {
|
|
26
26
|
var args = __rest(_a, []);
|
|
27
27
|
return html `<b2b-progress-bar
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
progress="${args.progress}"
|
|
29
|
+
label="${args.label}"
|
|
30
|
+
label-type="${args.labelType}"
|
|
31
|
+
label-position="${args.labelPosition}" />`;
|
|
32
32
|
},
|
|
33
33
|
};
|
|
34
34
|
export default meta;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Do not edit directly
|
|
126
|
-
* Generated on Thu,
|
|
126
|
+
* Generated on Thu, 20 Mar 2025 12:45:50 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|