@otto-de/b2b-core-components 1.6.0 → 1.7.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/b2b-core-components/b2b-core-components.esm.js +1 -1
- package/dist/b2b-core-components/icons/b2b_icon-error-hint.svg +3 -0
- package/dist/b2b-core-components/p-03e21565.entry.js +1 -0
- package/dist/b2b-core-components/p-1c0df04b.entry.js +1 -0
- package/dist/b2b-core-components/p-1dc70300.js +1 -0
- package/dist/b2b-core-components/{p-a50ea33f.entry.js → p-33e66446.entry.js} +1 -1
- package/dist/b2b-core-components/{p-90a3ffed.entry.js → p-7a879329.entry.js} +1 -1
- package/dist/b2b-core-components/p-8bad814b.entry.js +1 -0
- package/dist/b2b-core-components/{p-db7d2ec3.entry.js → p-98b563a9.entry.js} +1 -1
- package/dist/b2b-core-components/p-9c0e419e.entry.js +1 -0
- package/dist/b2b-core-components/p-c60253d2.entry.js +1 -0
- package/dist/b2b-core-components/p-c885a630.entry.js +1 -0
- package/dist/b2b-core-components/p-cf0999e2.entry.js +1 -0
- package/dist/b2b-core-components/p-e31915cf.entry.js +1 -0
- package/dist/b2b-core-components/{p-0beabdb4.entry.js → p-f8ed569f.entry.js} +1 -1
- package/dist/cjs/b2b-breadcrumb-item.cjs.entry.js +40 -0
- package/dist/cjs/b2b-breadcrumb.cjs.entry.js +34 -0
- package/dist/cjs/b2b-button_2.cjs.entry.js +1 -1
- package/dist/cjs/b2b-checkbox_3.cjs.entry.js +24 -8
- package/dist/cjs/b2b-chip-component.cjs.entry.js +37 -0
- package/dist/cjs/b2b-core-components.cjs.js +1 -1
- package/dist/cjs/b2b-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/b2b-icon.cjs.entry.js +1 -0
- package/dist/cjs/b2b-tab-group.cjs.entry.js +3 -1
- package/dist/cjs/b2b-table-row.cjs.entry.js +5 -8
- package/dist/cjs/b2b-table-rowgroup.cjs.entry.js +1 -1
- package/dist/cjs/b2b-table.cjs.entry.js +1 -1
- package/dist/cjs/b2b-textarea.cjs.entry.js +2 -1
- package/dist/cjs/index-04e07a00.js +12 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{table.types-00c8228a.js → table.types-196dc690.js} +6 -0
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/alert/alert.css +2 -2
- package/dist/collection/components/alert/alert.stories.js +1 -8
- package/dist/collection/components/anchor/anchor.css +2 -2
- package/dist/collection/components/anchor/anchor.stories.js +0 -6
- package/dist/collection/components/breadcrumb/breadcrumb-item.js +123 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +250 -0
- package/dist/collection/components/breadcrumb/breadcrumb.e2e.js +50 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +66 -0
- package/dist/collection/components/breadcrumb/breadcrumb.stories.js +22 -0
- package/dist/collection/components/button/button.css +10 -6
- package/dist/collection/components/button/button.stories.js +136 -80
- package/dist/collection/components/card/card.css +2 -2
- package/dist/collection/components/card/card.stories.js +0 -6
- package/dist/collection/components/checkbox/checkbox.css +5 -5
- package/dist/collection/components/checkbox/checkbox.js +1 -1
- package/dist/collection/components/checkbox/checkbox.stories.js +0 -6
- package/dist/collection/components/checkbox-group/checkbox-group.css +2 -2
- package/dist/collection/components/checkbox-group/checkbox-group.stories.js +0 -6
- package/dist/collection/components/chip/chip.css +249 -0
- package/dist/collection/components/chip/chip.e2e.js +19 -0
- package/dist/collection/components/chip/chip.js +134 -0
- package/dist/collection/components/chip/chip.stories.js +30 -0
- package/dist/collection/components/dropdown/dropdown.css +2 -2
- package/dist/collection/components/dropdown/dropdown.js +2 -2
- package/dist/collection/components/dropdown/dropdown.stories.js +0 -6
- package/dist/collection/components/grid/grid.stories.js +0 -4
- package/dist/collection/components/headline/headline.css +2 -2
- package/dist/collection/components/headline/headline.stories.js +0 -6
- package/dist/collection/components/icon/icon.css +2 -2
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/icon/icon.stories.js +0 -6
- package/dist/collection/components/icon/icons/b2b_icon-error-hint.svg +3 -0
- package/dist/collection/components/icon/types.js +1 -0
- package/dist/collection/components/input/input.css +2 -2
- package/dist/collection/components/input/input.stories.js +124 -75
- package/dist/collection/components/input-group/input-group.css +2 -2
- package/dist/collection/components/input-group/input-group.stories.js +0 -6
- package/dist/collection/components/input-list/input-list.css +2 -2
- package/dist/collection/components/input-list/input-list.stories.js +74 -58
- package/dist/collection/components/label/label.css +2 -2
- package/dist/collection/components/label/label.stories.js +0 -6
- package/dist/collection/components/modal/modal.css +2 -2
- package/dist/collection/components/modal/modal.stories.js +1 -7
- package/dist/collection/components/pagination/pagination.css +2 -2
- package/dist/collection/components/pagination/pagination.stories.js +0 -4
- package/dist/collection/components/paragraph/paragraph.css +2 -2
- package/dist/collection/components/paragraph/paragraph.stories.js +0 -9
- package/dist/collection/components/radio/radio.css +2 -2
- package/dist/collection/components/radio/radio.stories.js +0 -6
- package/dist/collection/components/radio-group/radio-group.css +2 -2
- package/dist/collection/components/radio-group/radio-group.stories.js +0 -6
- package/dist/collection/components/required-separator/required-separator.css +2 -2
- package/dist/collection/components/required-separator/required-separator.stories.js +0 -6
- package/dist/collection/components/rounded-icon/rounded-icon.css +2 -2
- package/dist/collection/components/rounded-icon/rounded-icon.stories.js +0 -4
- package/dist/collection/components/scrollable-container/scrollable-container.css +2 -2
- package/dist/collection/components/scrollable-container/scrollable-container.stories.js +0 -4
- package/dist/collection/components/search/search.stories.js +2 -8
- package/dist/collection/components/separator/separator.css +2 -2
- package/dist/collection/components/separator/separator.stories.js +0 -6
- package/dist/collection/components/spinner/spinner.css +2 -2
- package/dist/collection/components/spinner/spinner.stories.js +0 -6
- package/dist/collection/components/tab/tab.css +2 -2
- package/dist/collection/components/tab-group/tab-group.e2e.js +1 -0
- package/dist/collection/components/tab-group/tab-group.js +3 -1
- package/dist/collection/components/tab-group/tab-group.stories.js +0 -6
- package/dist/collection/components/tab-panel/tab-panel.css +2 -2
- package/dist/collection/components/table/stories.data.js +4 -26
- package/dist/collection/components/table/table-cell/table-cell.css +2 -2
- package/dist/collection/components/table/table-header/table-header.css +27 -4
- package/dist/collection/components/table/table-header/table-header.js +46 -6
- package/dist/collection/components/table/table-row/table-row.css +2 -2
- package/dist/collection/components/table/table-row/table-row.js +4 -7
- 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 +7 -3
- package/dist/collection/components/table/table.stories.js +334 -275
- package/dist/collection/components/textarea/textarea.css +2 -2
- package/dist/collection/components/textarea/textarea.js +19 -1
- package/dist/collection/components/textarea/textarea.stories.js +5 -7
- package/dist/collection/components/toggle-button/toggle-button.css +2 -2
- package/dist/collection/components/toggle-group/toggle-group.css +2 -2
- package/dist/collection/components/toggle-group/toggle-group.stories.js +0 -6
- package/dist/collection/components/tooltip/tooltip.css +2 -2
- package/dist/collection/components/tooltip/tooltip.stories.js +1 -7
- package/dist/collection/components/wizard/wizard.css +2 -2
- package/dist/collection/components/wizard/wizard.stories.js +0 -4
- package/dist/collection/components/wizard-icon/wizard-icon.css +2 -2
- package/dist/collection/components/wizard-icon/wizard-icon.stories.js +9 -7
- package/dist/collection/docs/tokens/color.stories.js +1 -5
- package/dist/collection/docs/tokens/font.stories.js +1 -6
- package/dist/collection/docs/tokens/size.stories.js +1 -5
- package/dist/collection/utils/types/table.types.js +5 -0
- package/dist/components/b2b-breadcrumb-item.d.ts +11 -0
- package/dist/components/b2b-breadcrumb-item.js +58 -0
- package/dist/components/b2b-breadcrumb.d.ts +11 -0
- package/dist/components/b2b-breadcrumb.js +48 -0
- package/dist/components/b2b-chip-component.d.ts +11 -0
- package/dist/components/b2b-chip-component.js +56 -0
- package/dist/components/b2b-dropdown.js +2 -2
- package/dist/components/b2b-tab-group.js +3 -1
- package/dist/components/b2b-table-row.js +4 -7
- package/dist/components/b2b-textarea.js +4 -2
- package/dist/components/button.js +1 -1
- package/dist/components/checkbox.js +2 -2
- package/dist/components/icon.js +1 -0
- package/dist/components/table-header.js +25 -7
- package/dist/components/table.types.js +6 -1
- package/dist/custom-elements.json +76 -0
- package/dist/esm/b2b-breadcrumb-item.entry.js +36 -0
- package/dist/esm/b2b-breadcrumb.entry.js +30 -0
- package/dist/esm/b2b-button_2.entry.js +1 -1
- package/dist/esm/b2b-checkbox_3.entry.js +24 -8
- package/dist/esm/b2b-chip-component.entry.js +33 -0
- package/dist/esm/b2b-core-components.js +1 -1
- package/dist/esm/b2b-dropdown.entry.js +2 -2
- package/dist/esm/b2b-icon.entry.js +1 -0
- package/dist/esm/b2b-tab-group.entry.js +3 -1
- package/dist/esm/b2b-table-row.entry.js +5 -8
- package/dist/esm/b2b-table-rowgroup.entry.js +1 -1
- package/dist/esm/b2b-table.entry.js +1 -1
- package/dist/esm/b2b-textarea.entry.js +2 -1
- package/dist/esm/index-dfdbf4b9.js +12 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{table.types-dd829d83.js → table.types-46c5a83a.js} +6 -1
- package/{loader → dist/loader}/cdn.js +1 -1
- package/{loader → dist/loader}/index.cjs.js +1 -1
- package/{loader → dist/loader}/index.d.ts +1 -1
- package/dist/loader/index.es2017.js +3 -0
- package/{loader → dist/loader}/index.js +2 -2
- package/dist/types/components/breadcrumb/breadcrumb-item.d.ts +15 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +11 -0
- package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +4 -0
- package/dist/types/components/button/button.stories.d.ts +14 -12
- package/dist/types/components/chip/chip.d.ts +17 -0
- package/dist/types/components/chip/chip.stories.d.ts +6 -0
- package/dist/types/components/icon/types.d.ts +1 -1
- package/dist/types/components/input/input.stories.d.ts +14 -13
- package/dist/types/components/input-list/input-list.stories.d.ts +8 -7
- package/dist/types/components/paragraph/paragraph.stories.d.ts +0 -1
- package/dist/types/components/table/stories.data.d.ts +3 -3
- package/dist/types/components/table/table-header/table-header.d.ts +5 -2
- package/dist/types/components/table/table.stories.d.ts +18 -16
- package/dist/types/components/textarea/textarea.d.ts +2 -0
- package/dist/types/components/textarea/textarea.stories.d.ts +1 -0
- package/dist/types/components.d.ts +135 -4
- package/dist/types/utils/interfaces/form.interface.d.ts +3 -0
- package/dist/types/utils/interfaces/interaction.interface.d.ts +4 -0
- package/dist/types/utils/types/table.types.d.ts +6 -0
- package/dist/web-types.json +149 -3
- package/package.json +26 -21
- package/dist/b2b-core-components/p-01fd54a1.entry.js +0 -1
- package/dist/b2b-core-components/p-06aa96a8.entry.js +0 -1
- package/dist/b2b-core-components/p-077217b3.entry.js +0 -1
- package/dist/b2b-core-components/p-163466cf.entry.js +0 -1
- package/dist/b2b-core-components/p-34eb99cb.js +0 -1
- package/dist/b2b-core-components/p-d7bb8aa1.entry.js +0 -1
- package/loader/index.es2017.js +0 -3
- /package/{loader → dist/loader}/package.json +0 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Thu, 26 Oct 2023 14:16:21 GMT
|
|
4
|
+
*/
|
|
5
|
+
:root, :host {
|
|
6
|
+
--b2b-size-200: 5rem; /* 80px */
|
|
7
|
+
--b2b-size-160: 4rem; /* 64px */
|
|
8
|
+
--b2b-size-150: 3.75rem; /* 60px */
|
|
9
|
+
--b2b-size-140: 3.5rem; /* 56px */
|
|
10
|
+
--b2b-size-120: 3rem; /* 48px */
|
|
11
|
+
--b2b-size-100: 2.5rem; /* 40px */
|
|
12
|
+
--b2b-size-90: 2.25rem; /* 36px */
|
|
13
|
+
--b2b-size-80: 2rem; /* 32px */
|
|
14
|
+
--b2b-size-70: 1.75rem; /* 28px */
|
|
15
|
+
--b2b-size-60: 1.5rem; /* 24px */
|
|
16
|
+
--b2b-size-55: 1.375rem; /* 22px */
|
|
17
|
+
--b2b-size-53: 1.3125rem; /* 21px */
|
|
18
|
+
--b2b-size-50: 1.25rem; /* 20px */
|
|
19
|
+
--b2b-size-45: 1.125rem; /* 18px */
|
|
20
|
+
--b2b-size-40: 1rem; /* 16px */
|
|
21
|
+
--b2b-size-35: 0.875rem; /* 14px */
|
|
22
|
+
--b2b-size-30: 0.75rem; /* 12px */
|
|
23
|
+
--b2b-size-25: 0.625rem; /* 10px */
|
|
24
|
+
--b2b-size-20: 0.5rem; /* 8px */
|
|
25
|
+
--b2b-size-15: 0.375rem; /* 6px */
|
|
26
|
+
--b2b-size-10: 0.25rem; /* 4px */
|
|
27
|
+
--b2b-size-7: 0.1875rem; /* 3px */
|
|
28
|
+
--b2b-size-5: 0.125rem; /* 2px */
|
|
29
|
+
--b2b-size-1: 0.0625rem; /* 1px */
|
|
30
|
+
--b2b-font-weight-bold: 700;
|
|
31
|
+
--b2b-font-weight-normal: 400;
|
|
32
|
+
--b2b-font-weight-thin: 100;
|
|
33
|
+
--b2b-font-family-default: OttoSans, Arial, Helvetica, sans-serif;
|
|
34
|
+
--b2b-color-table-expand-hover: #e6f4ff;
|
|
35
|
+
--b2b-color-table-selected-hover: #e6f4ff;
|
|
36
|
+
--b2b-color-table-selected-default: #cce9ff;
|
|
37
|
+
--b2b-color-table-hover: #e6f4ff;
|
|
38
|
+
--b2b-color-background-overlay-transparent-40: rgba(34, 34, 34, 0.25);
|
|
39
|
+
--b2b-color-background-overlay-transparent-80: rgba(34, 34, 34, 0.5);
|
|
40
|
+
--b2b-color-info-100: #003264;
|
|
41
|
+
--b2b-color-info-50: #ccd6e0;
|
|
42
|
+
--b2b-color-success-100: #326400;
|
|
43
|
+
--b2b-color-success-50: #d6e0cc;
|
|
44
|
+
--b2b-color-warning-100: #ffb432;
|
|
45
|
+
--b2b-color-warning-50: #ffd998;
|
|
46
|
+
--b2b-color-error-100: #e6344b;
|
|
47
|
+
--b2b-color-primary: #d4021d;
|
|
48
|
+
--b2b-color-red-200: #bb0004;
|
|
49
|
+
--b2b-color-red-150: #e6344b;
|
|
50
|
+
--b2b-color-red-100: #d4021d;
|
|
51
|
+
--b2b-color-red-50: #ffdde3;
|
|
52
|
+
--b2b-color-grey-400: #777777;
|
|
53
|
+
--b2b-color-grey-300: #9e9e9e;
|
|
54
|
+
--b2b-color-grey-250: #b1b1b1;
|
|
55
|
+
--b2b-color-grey-200: #c4c4c4;
|
|
56
|
+
--b2b-color-grey-150: #d5d5d5;
|
|
57
|
+
--b2b-color-grey-100: #e6e6e6;
|
|
58
|
+
--b2b-color-grey-50: #eeeeee;
|
|
59
|
+
--b2b-color-grey-25: #f6f6f6;
|
|
60
|
+
--b2b-color-white-100: #ffffff;
|
|
61
|
+
--b2b-color-black-100: #222222;
|
|
62
|
+
--b2b-color-black-50: #333333;
|
|
63
|
+
--b2b-size-headline-line-height-400: var(--b2b-size-60);
|
|
64
|
+
--b2b-size-headline-line-height-200: var(--b2b-size-45);
|
|
65
|
+
--b2b-size-headline-line-height-100: var(--b2b-size-40);
|
|
66
|
+
--b2b-size-headline-400: var(--b2b-size-60);
|
|
67
|
+
--b2b-size-headline-200: var(--b2b-size-45);
|
|
68
|
+
--b2b-size-headline-100: var(--b2b-size-40);
|
|
69
|
+
--b2b-size-copy-line-height-300: var(--b2b-size-90);
|
|
70
|
+
--b2b-size-copy-line-height-200: var(--b2b-size-60);
|
|
71
|
+
--b2b-size-copy-line-height-125: var(--b2b-size-60);
|
|
72
|
+
--b2b-size-copy-line-height-100: var(--b2b-size-53); /* Will use 21px until design facelift */
|
|
73
|
+
--b2b-size-copy-line-height-75: var(--b2b-size-45); /* Will use 18px until design facelift */
|
|
74
|
+
--b2b-size-copy-line-height-50: var(--b2b-size-40);
|
|
75
|
+
--b2b-size-copy-300: var(--b2b-size-60);
|
|
76
|
+
--b2b-size-copy-200: var(--b2b-size-45);
|
|
77
|
+
--b2b-size-copy-125: var(--b2b-size-40);
|
|
78
|
+
--b2b-size-copy-100: var(--b2b-size-35);
|
|
79
|
+
--b2b-size-copy-50: var(--b2b-size-30);
|
|
80
|
+
--b2b-size-border-no-radius-bottom: var(--b2b-size-7) var(--b2b-size-7) 0 0;
|
|
81
|
+
--b2b-size-border-no-radius-top: 0 0 var(--b2b-size-7) var(--b2b-size-7);
|
|
82
|
+
--b2b-size-border-no-radius-right: var(--b2b-size-7) 0 0 var(--b2b-size-7);
|
|
83
|
+
--b2b-size-border-no-radius-left: 0 var(--b2b-size-7) var(--b2b-size-7) 0;
|
|
84
|
+
--b2b-size-border-radius-100: var(--b2b-size-7);
|
|
85
|
+
--b2b-size-border-width-150: var(--b2b-size-10);
|
|
86
|
+
--b2b-size-border-width-100: var(--b2b-size-5);
|
|
87
|
+
--b2b-size-border-width-50: var(--b2b-size-1);
|
|
88
|
+
--b2b-size-padding-175: var(--b2b-size-80);
|
|
89
|
+
--b2b-size-padding-150: var(--b2b-size-60);
|
|
90
|
+
--b2b-size-padding-100: var(--b2b-size-40);
|
|
91
|
+
--b2b-size-padding-50: var(--b2b-size-20);
|
|
92
|
+
--b2b-size-space-300: var(--b2b-size-200);
|
|
93
|
+
--b2b-size-space-250: var(--b2b-size-160);
|
|
94
|
+
--b2b-size-space-200: var(--b2b-size-100);
|
|
95
|
+
--b2b-size-space-175: var(--b2b-size-80);
|
|
96
|
+
--b2b-size-space-150: var(--b2b-size-60);
|
|
97
|
+
--b2b-size-space-100: var(--b2b-size-40);
|
|
98
|
+
--b2b-size-space-75: var(--b2b-size-30);
|
|
99
|
+
--b2b-size-space-50: var(--b2b-size-20);
|
|
100
|
+
--b2b-size-space-25: var(--b2b-size-10);
|
|
101
|
+
--b2b-size-icon-400: var(--b2b-size-120);
|
|
102
|
+
--b2b-size-icon-200: var(--b2b-size-80);
|
|
103
|
+
--b2b-size-icon-100: var(--b2b-size-60);
|
|
104
|
+
--b2b-size-icon-50: var(--b2b-size-40);
|
|
105
|
+
--b2b-color-table-expand-default: var(--b2b-color-grey-25);
|
|
106
|
+
--b2b-color-icon-inverted: var(--b2b-color-white-100);
|
|
107
|
+
--b2b-color-icon-secondary: var(--b2b-color-grey-400);
|
|
108
|
+
--b2b-color-icon-default: var(--b2b-color-black-100);
|
|
109
|
+
--b2b-color-headline-inverted: var(--b2b-color-white-100);
|
|
110
|
+
--b2b-color-headline-default: var(--b2b-color-black-100);
|
|
111
|
+
--b2b-color-headline-title: var(--b2b-color-red-100);
|
|
112
|
+
--b2b-color-copy-overlay: var(--b2b-color-white-100);
|
|
113
|
+
--b2b-color-copy-inverted: var(--b2b-color-white-100);
|
|
114
|
+
--b2b-color-copy-secondary: var(--b2b-color-grey-400);
|
|
115
|
+
--b2b-color-copy-default: var(--b2b-color-black-100);
|
|
116
|
+
--b2b-color-border-100: var(--b2b-color-grey-200);
|
|
117
|
+
--b2b-color-background-overlay: var(--b2b-color-black-100);
|
|
118
|
+
--b2b-color-background-card: var(--b2b-color-white-100);
|
|
119
|
+
--b2b-color-background-box: var(--b2b-color-white-100);
|
|
120
|
+
--b2b-color-background-page: var(--b2b-color-grey-25);
|
|
121
|
+
--b2b-color-error-50: var(--b2b-color-red-50);
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* Do not edit directly
|
|
125
|
+
* Generated on Thu, 26 Oct 2023 14:16:22 GMT
|
|
126
|
+
*/
|
|
127
|
+
:root [data-theme="dark"] {
|
|
128
|
+
--b2b-size-200: 5rem; /* 80px */
|
|
129
|
+
--b2b-size-160: 4rem; /* 64px */
|
|
130
|
+
--b2b-size-150: 3.75rem; /* 60px */
|
|
131
|
+
--b2b-size-140: 3.5rem; /* 56px */
|
|
132
|
+
--b2b-size-120: 3rem; /* 48px */
|
|
133
|
+
--b2b-size-100: 2.5rem; /* 40px */
|
|
134
|
+
--b2b-size-90: 2.25rem; /* 36px */
|
|
135
|
+
--b2b-size-80: 2rem; /* 32px */
|
|
136
|
+
--b2b-size-70: 1.75rem; /* 28px */
|
|
137
|
+
--b2b-size-60: 1.5rem; /* 24px */
|
|
138
|
+
--b2b-size-55: 1.375rem; /* 22px */
|
|
139
|
+
--b2b-size-53: 1.3125rem; /* 21px */
|
|
140
|
+
--b2b-size-50: 1.25rem; /* 20px */
|
|
141
|
+
--b2b-size-45: 1.125rem; /* 18px */
|
|
142
|
+
--b2b-size-40: 1rem; /* 16px */
|
|
143
|
+
--b2b-size-35: 0.875rem; /* 14px */
|
|
144
|
+
--b2b-size-30: 0.75rem; /* 12px */
|
|
145
|
+
--b2b-size-25: 0.625rem; /* 10px */
|
|
146
|
+
--b2b-size-20: 0.5rem; /* 8px */
|
|
147
|
+
--b2b-size-15: 0.375rem; /* 6px */
|
|
148
|
+
--b2b-size-10: 0.25rem; /* 4px */
|
|
149
|
+
--b2b-size-7: 0.1875rem; /* 3px */
|
|
150
|
+
--b2b-size-5: 0.125rem; /* 2px */
|
|
151
|
+
--b2b-size-1: 0.0625rem; /* 1px */
|
|
152
|
+
--b2b-font-weight-bold: 700;
|
|
153
|
+
--b2b-font-weight-normal: 400;
|
|
154
|
+
--b2b-font-weight-thin: 100;
|
|
155
|
+
--b2b-font-family-default: OttoSans, Arial, Helvetica, sans-serif;
|
|
156
|
+
--b2b-color-info-100: #003264;
|
|
157
|
+
--b2b-color-info-50: #ccd6e0;
|
|
158
|
+
--b2b-color-success-100: #326400;
|
|
159
|
+
--b2b-color-success-50: #d6e0cc;
|
|
160
|
+
--b2b-color-warning-100: #ffb432;
|
|
161
|
+
--b2b-color-warning-50: #ffd998;
|
|
162
|
+
--b2b-color-error-100: #e6344b;
|
|
163
|
+
--b2b-color-primary: #d4021d;
|
|
164
|
+
--b2b-color-red-200: #bb0004;
|
|
165
|
+
--b2b-color-red-150: #e6344b;
|
|
166
|
+
--b2b-color-red-100: #d4021d;
|
|
167
|
+
--b2b-color-red-50: #ffdde3;
|
|
168
|
+
--b2b-color-grey-400: #777777;
|
|
169
|
+
--b2b-color-grey-300: #9e9e9e;
|
|
170
|
+
--b2b-color-grey-250: #b1b1b1;
|
|
171
|
+
--b2b-color-grey-200: #c4c4c4;
|
|
172
|
+
--b2b-color-grey-150: #d5d5d5;
|
|
173
|
+
--b2b-color-grey-100: #e6e6e6;
|
|
174
|
+
--b2b-color-grey-50: #eeeeee;
|
|
175
|
+
--b2b-color-grey-25: #f6f6f6;
|
|
176
|
+
--b2b-color-white-100: #ffffff;
|
|
177
|
+
--b2b-color-black-100: #222222;
|
|
178
|
+
--b2b-color-black-50: #333333;
|
|
179
|
+
--b2b-color-icon-inverted: var(--b2b-color-black-100);
|
|
180
|
+
--b2b-color-icon-secondary: var(--b2b-color-grey-400);
|
|
181
|
+
--b2b-color-icon-default: var(--b2b-color-white-100);
|
|
182
|
+
--b2b-color-headline-inverted: var(--b2b-color-black-100);
|
|
183
|
+
--b2b-color-headline-default: var(--b2b-color-white-100);
|
|
184
|
+
--b2b-color-headline-title: var(--b2b-color-red-50);
|
|
185
|
+
--b2b-color-copy-inverted: var(--b2b-color-black-100);
|
|
186
|
+
--b2b-color-copy-secondary: var(--b2b-color-grey-100);
|
|
187
|
+
--b2b-color-copy-default: var(--b2b-color-white-100);
|
|
188
|
+
--b2b-color-border-100: var(--b2b-color-white-100);
|
|
189
|
+
--b2b-color-background-page: var(--b2b-color-grey-100);
|
|
190
|
+
--b2b-color-background-card: var(--b2b-color-black-50);
|
|
191
|
+
--b2b-color-background-box: var(--b2b-color-black-50);
|
|
192
|
+
--b2b-color-error-50: var(--b2b-color-red-50);
|
|
193
|
+
}
|
|
194
|
+
@font-face {
|
|
195
|
+
font-family: OttoSans;
|
|
196
|
+
src: url("https://pattern-library.portal.otto.market/static/assets/fonts/otto-sans.ttf");
|
|
197
|
+
font-weight: normal;
|
|
198
|
+
font-style: normal;
|
|
199
|
+
}
|
|
200
|
+
@font-face {
|
|
201
|
+
font-family: OttoSans;
|
|
202
|
+
src: url("https://pattern-library.portal.otto.market/static/assets/fonts/otto-sans-bold.woff") format("woff"), url("https://pattern-library.portal.otto.market/static/assets/fonts/otto-sans-bold.ttf") format("truetype");
|
|
203
|
+
font-weight: bold;
|
|
204
|
+
font-style: normal;
|
|
205
|
+
}
|
|
206
|
+
@font-face {
|
|
207
|
+
font-family: OttoSans;
|
|
208
|
+
src: url("https://pattern-library.portal.otto.market/static/assets/fonts/otto-sans-thin.woff") format("woff"), url("https://pattern-library.portal.otto.market/static/assets/fonts/otto-sans-thin.ttf") format("truetype");
|
|
209
|
+
font-weight: 100;
|
|
210
|
+
font-style: normal;
|
|
211
|
+
}
|
|
212
|
+
@font-face {
|
|
213
|
+
font-family: ObcIcons;
|
|
214
|
+
src: url("https://pattern-library.portal.otto.market/static/assets/fonts/obc-icons.woff");
|
|
215
|
+
}
|
|
216
|
+
.b2b-chip {
|
|
217
|
+
font-family: var(--b2b-font-family-default);
|
|
218
|
+
font-size: var(--b2b-size-copy-100);
|
|
219
|
+
width: fit-content;
|
|
220
|
+
background-color: var(--b2b-color-grey-50);
|
|
221
|
+
border-radius: var(--b2b-size-50);
|
|
222
|
+
padding: var(--b2b-size-10) var(--b2b-size-25);
|
|
223
|
+
line-height: var(--b2b-size-copy-line-height-100);
|
|
224
|
+
height: var(--b2b-size-70);
|
|
225
|
+
display: flex;
|
|
226
|
+
align-items: center;
|
|
227
|
+
cursor: default;
|
|
228
|
+
}
|
|
229
|
+
.b2b-chip__label {
|
|
230
|
+
margin-right: var(--b2b-size-10);
|
|
231
|
+
}
|
|
232
|
+
.b2b-chip__clearIcon {
|
|
233
|
+
display: flex;
|
|
234
|
+
fill: var(--b2b-color-icon-default);
|
|
235
|
+
height: var(--b2b-size-copy-line-height-100);
|
|
236
|
+
width: var(--b2b-size-50);
|
|
237
|
+
align-items: center;
|
|
238
|
+
justify-content: center;
|
|
239
|
+
cursor: pointer;
|
|
240
|
+
transform: rotate(180deg);
|
|
241
|
+
}
|
|
242
|
+
.b2b-chip--disabled {
|
|
243
|
+
pointer-events: none;
|
|
244
|
+
background: var(--b2b-color-grey-25);
|
|
245
|
+
color: var(--b2b-color-grey-400);
|
|
246
|
+
}
|
|
247
|
+
.b2b-chip--disabled__clearIcon {
|
|
248
|
+
fill: var(--b2b-color-grey-400);
|
|
249
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { newE2EPage } from '@stencil/core/testing';
|
|
2
|
+
describe('B2B-Chip-Component', () => {
|
|
3
|
+
it('should render the chip component', async () => {
|
|
4
|
+
const page = await newE2EPage();
|
|
5
|
+
await page.setContent(`<b2b-chip-component label="chip"></b2b-chip-component>`);
|
|
6
|
+
const chip = await page.find({ text: 'chip' });
|
|
7
|
+
const clearIcon = await page.find('b2b-chip-component >>> div.b2b-chip__clearIcon');
|
|
8
|
+
expect(chip).not.toBeNull();
|
|
9
|
+
expect(clearIcon).not.toBeNull();
|
|
10
|
+
});
|
|
11
|
+
it('should emit b2b-close event on clear icon click', async () => {
|
|
12
|
+
const page = await newE2EPage();
|
|
13
|
+
await page.setContent(`<b2b-chip-component label="chip"></b2b-chip-component>`);
|
|
14
|
+
const b2bClose = await page.spyOnEvent('b2b-close');
|
|
15
|
+
const clearIcon = await page.find('b2b-chip-component >>> div.b2b-chip__clearIcon');
|
|
16
|
+
await clearIcon.click();
|
|
17
|
+
expect(b2bClose).toHaveReceivedEvent();
|
|
18
|
+
});
|
|
19
|
+
});
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { h, Host } from '@stencil/core';
|
|
2
|
+
export class B2bChipComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.onClick = () => {
|
|
5
|
+
if (this.disabled) {
|
|
6
|
+
return;
|
|
7
|
+
}
|
|
8
|
+
this.b2bClose.emit({ value: this.value });
|
|
9
|
+
};
|
|
10
|
+
this.clearIcon = (h("svg", { width: "12", height: "12", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M7.85352 3.14648C7.6582 2.95117 7.3418 2.95117 7.14648 3.14648L5.5 4.79297L3.85352 3.14648C3.6582 2.95117 3.3418 2.95117 3.14648 3.14648C2.95117 3.3418 2.95117 3.6582 3.14648 3.85352L4.79297 5.5L3.14648 7.14648C2.95117 7.3418 2.95117 7.6582 3.14648 7.85352C3.24414 7.95117 3.37207 8 3.5 8C3.62793 8 3.75586 7.95117 3.85352 7.85352L5.5 6.20703L7.14648 7.85352C7.24414 7.95117 7.37207 8 7.5 8C7.62793 8 7.75586 7.95117 7.85352 7.85352C8.04883 7.6582 8.04883 7.3418 7.85352 7.14648L6.20703 5.5L7.85352 3.85352C8.04883 3.6582 8.04883 3.3418 7.85352 3.14648ZM5.5 0C2.46729 0 0 2.46729 0 5.5C0 8.53271 2.46729 11 5.5 11C8.53271 11 11 8.53271 11 5.5C11 2.46729 8.53271 0 5.5 0ZM5.5 10C3.01855 10 1 7.98145 1 5.5C1 3.01855 3.01855 1 5.5 1C7.98145 1 10 3.01855 10 5.5C10 7.98145 7.98145 10 5.5 10Z" })));
|
|
11
|
+
this.label = undefined;
|
|
12
|
+
this.disabled = false;
|
|
13
|
+
this.hasCloseButton = true;
|
|
14
|
+
this.value = undefined;
|
|
15
|
+
}
|
|
16
|
+
render() {
|
|
17
|
+
return (h(Host, null, h("div", { class: {
|
|
18
|
+
'b2b-chip': true,
|
|
19
|
+
'b2b-chip--disabled': this.disabled,
|
|
20
|
+
} }, h("span", { class: "b2b-chip__label" }, this.label), this.hasCloseButton && (h("div", { class: {
|
|
21
|
+
'b2b-chip__clearIcon': true,
|
|
22
|
+
'b2b-chip--disabled__clearIcon': this.disabled,
|
|
23
|
+
}, onClick: this.onClick }, this.clearIcon)))));
|
|
24
|
+
}
|
|
25
|
+
static get is() { return "b2b-chip-component"; }
|
|
26
|
+
static get encapsulation() { return "shadow"; }
|
|
27
|
+
static get originalStyleUrls() {
|
|
28
|
+
return {
|
|
29
|
+
"$": ["chip.scss"]
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
static get styleUrls() {
|
|
33
|
+
return {
|
|
34
|
+
"$": ["chip.css"]
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
static get properties() {
|
|
38
|
+
return {
|
|
39
|
+
"label": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"mutable": false,
|
|
42
|
+
"complexType": {
|
|
43
|
+
"original": "string",
|
|
44
|
+
"resolved": "string",
|
|
45
|
+
"references": {}
|
|
46
|
+
},
|
|
47
|
+
"required": true,
|
|
48
|
+
"optional": false,
|
|
49
|
+
"docs": {
|
|
50
|
+
"tags": [],
|
|
51
|
+
"text": "The text content of the chip. It is required."
|
|
52
|
+
},
|
|
53
|
+
"attribute": "label",
|
|
54
|
+
"reflect": false
|
|
55
|
+
},
|
|
56
|
+
"disabled": {
|
|
57
|
+
"type": "boolean",
|
|
58
|
+
"mutable": false,
|
|
59
|
+
"complexType": {
|
|
60
|
+
"original": "boolean",
|
|
61
|
+
"resolved": "boolean",
|
|
62
|
+
"references": {}
|
|
63
|
+
},
|
|
64
|
+
"required": false,
|
|
65
|
+
"optional": false,
|
|
66
|
+
"docs": {
|
|
67
|
+
"tags": [],
|
|
68
|
+
"text": "Whether the chip is disabled."
|
|
69
|
+
},
|
|
70
|
+
"attribute": "disabled",
|
|
71
|
+
"reflect": false,
|
|
72
|
+
"defaultValue": "false"
|
|
73
|
+
},
|
|
74
|
+
"hasCloseButton": {
|
|
75
|
+
"type": "boolean",
|
|
76
|
+
"mutable": false,
|
|
77
|
+
"complexType": {
|
|
78
|
+
"original": "boolean",
|
|
79
|
+
"resolved": "boolean",
|
|
80
|
+
"references": {}
|
|
81
|
+
},
|
|
82
|
+
"required": false,
|
|
83
|
+
"optional": false,
|
|
84
|
+
"docs": {
|
|
85
|
+
"tags": [],
|
|
86
|
+
"text": "Whether or not the chip component has a close button. Per default it is true."
|
|
87
|
+
},
|
|
88
|
+
"attribute": "has-close-button",
|
|
89
|
+
"reflect": false,
|
|
90
|
+
"defaultValue": "true"
|
|
91
|
+
},
|
|
92
|
+
"value": {
|
|
93
|
+
"type": "any",
|
|
94
|
+
"mutable": false,
|
|
95
|
+
"complexType": {
|
|
96
|
+
"original": "any",
|
|
97
|
+
"resolved": "any",
|
|
98
|
+
"references": {}
|
|
99
|
+
},
|
|
100
|
+
"required": false,
|
|
101
|
+
"optional": true,
|
|
102
|
+
"docs": {
|
|
103
|
+
"tags": [],
|
|
104
|
+
"text": "It is only used when the chip component participates in a group"
|
|
105
|
+
},
|
|
106
|
+
"attribute": "value",
|
|
107
|
+
"reflect": true
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
static get events() {
|
|
112
|
+
return [{
|
|
113
|
+
"method": "b2bClose",
|
|
114
|
+
"name": "b2b-close",
|
|
115
|
+
"bubbles": true,
|
|
116
|
+
"cancelable": true,
|
|
117
|
+
"composed": true,
|
|
118
|
+
"docs": {
|
|
119
|
+
"tags": [],
|
|
120
|
+
"text": "This event will be triggered when the chip element is closed"
|
|
121
|
+
},
|
|
122
|
+
"complexType": {
|
|
123
|
+
"original": "ChipComponentEventDetail",
|
|
124
|
+
"resolved": "ChipComponentEventDetail<any>",
|
|
125
|
+
"references": {
|
|
126
|
+
"ChipComponentEventDetail": {
|
|
127
|
+
"location": "import",
|
|
128
|
+
"path": "../../utils/interfaces/form.interface"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}];
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { html } from 'lit-html';
|
|
2
|
+
import { getArgTypes } from '../../docs/config/utils';
|
|
3
|
+
const Template = ({ label, disabled, value, hasCloseButton }) => {
|
|
4
|
+
return html `<b2b-chip-component
|
|
5
|
+
label="${label}"
|
|
6
|
+
disabled="${disabled}"
|
|
7
|
+
value="${value}"
|
|
8
|
+
has-close-button="${hasCloseButton}"></b2b-chip-component>`;
|
|
9
|
+
};
|
|
10
|
+
const defaultArgs = {
|
|
11
|
+
label: 'Chip Label',
|
|
12
|
+
disabled: false,
|
|
13
|
+
value: '',
|
|
14
|
+
hasCloseButton: true,
|
|
15
|
+
};
|
|
16
|
+
export const story010Default = Template.bind({});
|
|
17
|
+
story010Default.args = Object.assign(Object.assign({}, defaultArgs), { label: 'Default Chip' });
|
|
18
|
+
story010Default.storyName = 'Default';
|
|
19
|
+
export const story020Disabled = Template.bind({});
|
|
20
|
+
story020Disabled.args = Object.assign(Object.assign({}, defaultArgs), { label: 'Disabled Chip', disabled: true });
|
|
21
|
+
story020Disabled.storyName = 'Disabled';
|
|
22
|
+
export const story030WithoutButton = Template.bind({});
|
|
23
|
+
story030WithoutButton.args = Object.assign(Object.assign({}, defaultArgs), { label: ' Chip without button', hasCloseButton: false });
|
|
24
|
+
story030WithoutButton.storyName = 'Without Button';
|
|
25
|
+
const chipComponentArgs = getArgTypes('b2b-chip-component');
|
|
26
|
+
export default {
|
|
27
|
+
title: 'Components/Interaction/Chip',
|
|
28
|
+
argTypes: chipComponentArgs,
|
|
29
|
+
viewMode: 'docs',
|
|
30
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Oct 2023 14:16:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Do not edit directly
|
|
125
|
-
* Generated on
|
|
125
|
+
* Generated on Thu, 26 Oct 2023 14:16:22 GMT
|
|
126
126
|
*/
|
|
127
127
|
:root [data-theme="dark"] {
|
|
128
128
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -36,9 +36,9 @@ export class DropdownComponent {
|
|
|
36
36
|
form.addEventListener('formdata', this.handleFormData);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
//
|
|
39
|
+
// we need to attach the options to the correct element here
|
|
40
40
|
componentDidRender() {
|
|
41
|
-
|
|
41
|
+
let options = this.hostElement.querySelectorAll('option');
|
|
42
42
|
const selectElement = this.getSelectElement();
|
|
43
43
|
selectElement.append(...options);
|
|
44
44
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
2
|
import { getArgTypes } from '../../docs/config/utils';
|
|
3
|
-
import dropdownDocs from './dropdown.docs.mdx';
|
|
4
3
|
const Template = ({ label, required, name, disabled, invalid, hint, error, }) => {
|
|
5
4
|
const defaultLabel = label ? label : 'Favorite Fruit';
|
|
6
5
|
return html `<b2b-dropdown
|
|
@@ -44,9 +43,4 @@ export default {
|
|
|
44
43
|
title: 'Components/Form/Dropdown',
|
|
45
44
|
argTypes: dropdownArgs,
|
|
46
45
|
viewMode: 'docs',
|
|
47
|
-
parameters: {
|
|
48
|
-
docs: {
|
|
49
|
-
page: dropdownDocs,
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
46
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
2
|
import { getArgTypes } from '../../docs/config/utils';
|
|
3
|
-
import gridDocs from './grid.docs.mdx';
|
|
4
3
|
const Template = ({ margin, justify, textAlign, span, rowGap, columnGap, alignItems, storyName, }) => {
|
|
5
4
|
const gridBoxStyles = `border: 1px solid #c4c4c4; padding: 1rem; background-color: #fff; height: 200px;`;
|
|
6
5
|
const gridBoxSmallStyles = `border: 1px solid #c4c4c4; padding: 1rem; background-color: #fff; height: 100px;`;
|
|
@@ -227,8 +226,5 @@ export default {
|
|
|
227
226
|
viewmode: 'docs',
|
|
228
227
|
parameters: {
|
|
229
228
|
controls: { expanded: true },
|
|
230
|
-
docs: {
|
|
231
|
-
page: gridDocs,
|
|
232
|
-
},
|
|
233
229
|
},
|
|
234
230
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Oct 2023 14:16:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Do not edit directly
|
|
125
|
-
* Generated on
|
|
125
|
+
* Generated on Thu, 26 Oct 2023 14:16:22 GMT
|
|
126
126
|
*/
|
|
127
127
|
:root [data-theme="dark"] {
|
|
128
128
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import docs from './headline.docs.mdx';
|
|
3
2
|
import { getArgTypes } from '../../docs/config/utils';
|
|
4
3
|
const template = ({ size, align, slot }) => {
|
|
5
4
|
return html `<b2b-headline size="${size}" align="${align}">
|
|
@@ -31,9 +30,4 @@ export default {
|
|
|
31
30
|
title: 'Components/Content/Headline',
|
|
32
31
|
argTypes: argTypes,
|
|
33
32
|
viewMode: 'docs',
|
|
34
|
-
parameters: {
|
|
35
|
-
docs: {
|
|
36
|
-
page: docs,
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
33
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Oct 2023 14:16:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Do not edit directly
|
|
125
|
-
* Generated on
|
|
125
|
+
* Generated on Thu, 26 Oct 2023 14:16:22 GMT
|
|
126
126
|
*/
|
|
127
127
|
:root [data-theme="dark"] {
|
|
128
128
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -63,7 +63,7 @@ export class B2bIcon {
|
|
|
63
63
|
"mutable": false,
|
|
64
64
|
"complexType": {
|
|
65
65
|
"original": "IconName",
|
|
66
|
-
"resolved": "\"b2b_icon-360-degree\" | \"b2b_icon-advice\" | \"b2b_icon-allergen-sulfur-dioxide-sulfite\" | \"b2b_icon-almond\" | \"b2b_icon-archive\" | \"b2b_icon-armchair\" | \"b2b_icon-arrow-down\" | \"b2b_icon-arrow-graph\" | \"b2b_icon-arrow-left\" | \"b2b_icon-arrow-right\" | \"b2b_icon-arrow-up\" | \"b2b_icon-assembly\" | \"b2b_icon-assortment\" | \"b2b_icon-attachment\" | \"b2b_icon-augmented-reality\" | \"b2b_icon-autonomous-team\" | \"b2b_icon-bank-details\" | \"b2b_icon-bar-graph-ascending\" | \"b2b_icon-bar-graph-axis\" | \"b2b_icon-barley\" | \"b2b_icon-basket-sale\" | \"b2b_icon-basket\" | \"b2b_icon-basketball\" | \"b2b_icon-bikini\" | \"b2b_icon-blogs\" | \"b2b_icon-brandshop\" | \"b2b_icon-brazil-nut\" | \"b2b_icon-browser-click\" | \"b2b_icon-browser-content\" | \"b2b_icon-browser-psm\" | \"b2b_icon-burger\" | \"b2b_icon-bus\" | \"b2b_icon-callback\" | \"b2b_icon-camera\" | \"b2b_icon-cashback\" | \"b2b_icon-cashew-nut\" | \"b2b_icon-catalogue\" | \"b2b_icon-categories\" | \"b2b_icon-celery\" | \"b2b_icon-certificate\" | \"b2b_icon-chair\" | \"b2b_icon-chat\" | \"b2b_icon-check-bold\" | \"b2b_icon-check\" | \"b2b_icon-chicken\" | \"b2b_icon-city\" | \"b2b_icon-clear\" | \"b2b_icon-close-bold\" | \"b2b_icon-close\" | \"b2b_icon-code-management\" | \"b2b_icon-contact-mail\" | \"b2b_icon-copy\" | \"b2b_icon-cow\" | \"b2b_icon-crab\" | \"b2b_icon-critique\" | \"b2b_icon-curtain\" | \"b2b_icon-cut-out\" | \"b2b_icon-dashboard\" | \"b2b_icon-deer\" | \"b2b_icon-delete\" | \"b2b_icon-delivery-24h\" | \"b2b_icon-delivery-desired-date-selection\" | \"b2b_icon-delivery-desired-date\" | \"b2b_icon-delivery-express\" | \"b2b_icon-delivery-flat\" | \"b2b_icon-delivery-on-hangers\" | \"b2b_icon-delivery-preferred-place\" | \"b2b_icon-desktop-phone-ads-click\" | \"b2b_icon-desktop-phone-ads\" | \"b2b_icon-desktop-phone\" | \"b2b_icon-desktop\" | \"b2b_icon-devices-monitor-laptop-tablet\" | \"b2b_icon-dish-feature-lactose-free\" | \"b2b_icon-dislike\" | \"b2b_icon-disposal\" | \"b2b_icon-document-sign\" | \"b2b_icon-downloads\" | \"b2b_icon-dress\" | \"b2b_icon-dungarees\" | \"b2b_icon-duration\" | \"b2b_icon-e-invoice\" | \"b2b_icon-edit-pad\" | \"b2b_icon-edit\" | \"b2b_icon-egg\" | \"b2b_icon-ellipsis\" | \"b2b_icon-email-verification-confirmed-safe\" | \"b2b_icon-email-verification-confirmed\" | \"b2b_icon-email-verification-sent-safe\" | \"b2b_icon-email-verification-sent\" | \"b2b_icon-empty-hint\" | \"b2b_icon-end-to-end\" | \"b2b_icon-error-article-image\" | \"b2b_icon-error\" | \"b2b_icon-euro\" | \"b2b_icon-event\" | \"b2b_icon-events\" | \"b2b_icon-expand\" | \"b2b_icon-faq\" | \"b2b_icon-feedback\" | \"b2b_icon-filter\" | \"b2b_icon-fish\" | \"b2b_icon-fitness\" | \"b2b_icon-flag-chequered\" | \"b2b_icon-flexible-work\" | \"b2b_icon-flip\" | \"b2b_icon-food-processor\" | \"b2b_icon-fullscreen\" | \"b2b_icon-gallery-view\" | \"b2b_icon-gamepad\" | \"b2b_icon-garlic\" | \"b2b_icon-gender-intersex\" | \"b2b_icon-globe\" | \"b2b_icon-gluten\" | \"b2b_icon-glutenfree\" | \"b2b_icon-handshake\" | \"b2b_icon-hashtag\" | \"b2b_icon-hazelnut\" | \"b2b_icon-hide\" | \"b2b_icon-high-heels\" | \"b2b_icon-home\" | \"b2b_icon-info-small\" | \"b2b_icon-info\" | \"b2b_icon-inplace-zoom-reverse\" | \"b2b_icon-inplace-zoom\" | \"b2b_icon-insurance\" | \"b2b_icon-kamut\" | \"b2b_icon-laptop-os\" | \"b2b_icon-laptop\" | \"b2b_icon-leaving-page\" | \"b2b_icon-light-bulb\" | \"b2b_icon-like-fingers\" | \"b2b_icon-like-product\" | \"b2b_icon-like\" | \"b2b_icon-line-graph\" | \"b2b_icon-list-view\" | \"b2b_icon-location\" | \"b2b_icon-lupine\" | \"b2b_icon-macadamia\" | \"b2b_icon-material-samples\" | \"b2b_icon-measurement\" | \"b2b_icon-megaphone\" | \"b2b_icon-menu\" | \"b2b_icon-mic\" | \"b2b_icon-milk\" | \"b2b_icon-minus\" | \"b2b_icon-module-operations\" | \"b2b_icon-money-coins\" | \"b2b_icon-money-document\" | \"b2b_icon-money-plus\" | \"b2b_icon-money-stack\" | \"b2b_icon-money\" | \"b2b_icon-move\" | \"b2b_icon-mustard\" | \"b2b_icon-nav\" | \"b2b_icon-new\" | \"b2b_icon-newsletter-sign-up\" | \"b2b_icon-notification\" | \"b2b_icon-nuts\" | \"b2b_icon-oat\" | \"b2b_icon-order-cancelled\" | \"b2b_icon-order-delivered\" | \"b2b_icon-order-form\" | \"b2b_icon-order-management\" | \"b2b_icon-order-misdirected\" | \"b2b_icon-order-on-road\" | \"b2b_icon-order-packed\" | \"b2b_icon-order-payment\" | \"b2b_icon-order-received\" | \"b2b_icon-order-return\" | \"b2b_icon-order-shipped\" | \"b2b_icon-order-state-unknown\" | \"b2b_icon-order-stored\" | \"b2b_icon-order\" | \"b2b_icon-otto-app\" | \"b2b_icon-otto-campus\" | \"b2b_icon-otto-company\" | \"b2b_icon-otto-laptop\" | \"b2b_icon-otto-logo\" | \"b2b_icon-otto-up-points\" | \"b2b_icon-otto-up\" | \"b2b_icon-paper-plane\" | \"b2b_icon-pause\" | \"b2b_icon-payment-credit-card\" | \"b2b_icon-payment-invoice\" | \"b2b_icon-payment-pause\" | \"b2b_icon-payment-plan-protection\" | \"b2b_icon-payment-plan\" | \"b2b_icon-pdf\" | \"b2b_icon-peanut\" | \"b2b_icon-pecan-nut\" | \"b2b_icon-pending\" | \"b2b_icon-person-access\" | \"b2b_icon-person-callcenter\" | \"b2b_icon-person-check\" | \"b2b_icon-person-colleagues\" | \"b2b_icon-person-community\" | \"b2b_icon-person-development\" | \"b2b_icon-person-female\" | \"b2b_icon-person-info\" | \"b2b_icon-person-male\" | \"b2b_icon-person-rating\" | \"b2b_icon-person-support\" | \"b2b_icon-person-switch\" | \"b2b_icon-person-workshop\" | \"b2b_icon-person\" | \"b2b_icon-phone-permission\" | \"b2b_icon-phone\" | \"b2b_icon-pig\" | \"b2b_icon-pin\" | \"b2b_icon-pinch-gesture\" | \"b2b_icon-pinch\" | \"b2b_icon-pistachio\" | \"b2b_icon-plant\" | \"b2b_icon-play-1\" | \"b2b_icon-play\" | \"b2b_icon-plus\" | \"b2b_icon-price-alert\" | \"b2b_icon-price-tag\" | \"b2b_icon-print\" | \"b2b_icon-puzzle\" | \"b2b_icon-qr-code\" | \"b2b_icon-question-hint\" | \"b2b_icon-question\" | \"b2b_icon-rating-empty\" | \"b2b_icon-rating-filled\" | \"b2b_icon-rating-half\" | \"b2b_icon-rating-order\" | \"b2b_icon-rating-payment\" | \"b2b_icon-remote-work\" | \"b2b_icon-repair\" | \"b2b_icon-reply\" | \"b2b_icon-retirement-provision\" | \"b2b_icon-rocket\" | \"b2b_icon-rye\" | \"b2b_icon-sabbatical\" | \"b2b_icon-sale\" | \"b2b_icon-save\" | \"b2b_icon-sea\" | \"b2b_icon-search-enter\" | \"b2b_icon-search\" | \"b2b_icon-seo\" | \"b2b_icon-service-info\" | \"b2b_icon-sesame\" | \"b2b_icon-settings\" | \"b2b_icon-share-ios\" | \"b2b_icon-share\" | \"b2b_icon-sheep\" | \"b2b_icon-shell\" | \"b2b_icon-shirt\" | \"b2b_icon-shopping-cart-euro\" | \"b2b_icon-shopping-cart\" | \"b2b_icon-show\" | \"b2b_icon-smiley-angry\" | \"b2b_icon-smiley-happy\" | \"b2b_icon-smiley-negative\" | \"b2b_icon-smiley-neutral\" | \"b2b_icon-smiley-positive\" | \"b2b_icon-sms-info\" | \"b2b_icon-sneaker\" | \"b2b_icon-sort-ascending\" | \"b2b_icon-sort-descending\" | \"b2b_icon-sort\" | \"b2b_icon-soy\" | \"b2b_icon-spelt\" | \"b2b_icon-stationary\" | \"b2b_icon-studies\" | \"b2b_icon-success\" | \"b2b_icon-sustainable-delivery\" | \"b2b_icon-sustainable-energy-efficient\" | \"b2b_icon-sustainable-production\" | \"b2b_icon-sustainable-recycling\" | \"b2b_icon-sustainable-resource\" | \"b2b_icon-swipe-gesture\" | \"b2b_icon-sync-device\" | \"b2b_icon-t-shirt\" | \"b2b_icon-tablet\" | \"b2b_icon-tableware\" | \"b2b_icon-target-group\" | \"b2b_icon-teddy\" | \"b2b_icon-test-result\" | \"b2b_icon-town\" | \"b2b_icon-trash\" | \"b2b_icon-trend-down\" | \"b2b_icon-trend-up\" | \"b2b_icon-trousers\" | \"b2b_icon-trusted\" | \"b2b_icon-unpin\" | \"b2b_icon-upload\" | \"b2b_icon-user-management\" | \"b2b_icon-vacation\" | \"b2b_icon-variant-content\" | \"b2b_icon-vegan\" | \"b2b_icon-vegetarian\" | \"b2b_icon-viewtoggle-tiles\" | \"b2b_icon-village\" | \"b2b_icon-volume-off\" | \"b2b_icon-volume-on\" | \"b2b_icon-voucher\" | \"b2b_icon-walnut\" | \"b2b_icon-warning\" | \"b2b_icon-warranty\" | \"b2b_icon-washing-machine\" | \"b2b_icon-whatsapp\" | \"b2b_icon-wheat\" | \"b2b_icon-wifi\" | \"b2b_icon-wishlist-active\" | \"b2b_icon-wishlist\" | \"b2b_icon-work-life\" | \"b2b_icon-workshop\" | \"b2b_icon-zoom-in\" | \"b2b_icon-zoom-out\"",
|
|
66
|
+
"resolved": "\"b2b_icon-360-degree\" | \"b2b_icon-advice\" | \"b2b_icon-allergen-sulfur-dioxide-sulfite\" | \"b2b_icon-almond\" | \"b2b_icon-archive\" | \"b2b_icon-armchair\" | \"b2b_icon-arrow-down\" | \"b2b_icon-arrow-graph\" | \"b2b_icon-arrow-left\" | \"b2b_icon-arrow-right\" | \"b2b_icon-arrow-up\" | \"b2b_icon-assembly\" | \"b2b_icon-assortment\" | \"b2b_icon-attachment\" | \"b2b_icon-augmented-reality\" | \"b2b_icon-autonomous-team\" | \"b2b_icon-bank-details\" | \"b2b_icon-bar-graph-ascending\" | \"b2b_icon-bar-graph-axis\" | \"b2b_icon-barley\" | \"b2b_icon-basket-sale\" | \"b2b_icon-basket\" | \"b2b_icon-basketball\" | \"b2b_icon-bikini\" | \"b2b_icon-blogs\" | \"b2b_icon-brandshop\" | \"b2b_icon-brazil-nut\" | \"b2b_icon-browser-click\" | \"b2b_icon-browser-content\" | \"b2b_icon-browser-psm\" | \"b2b_icon-burger\" | \"b2b_icon-bus\" | \"b2b_icon-callback\" | \"b2b_icon-camera\" | \"b2b_icon-cashback\" | \"b2b_icon-cashew-nut\" | \"b2b_icon-catalogue\" | \"b2b_icon-categories\" | \"b2b_icon-celery\" | \"b2b_icon-certificate\" | \"b2b_icon-chair\" | \"b2b_icon-chat\" | \"b2b_icon-check-bold\" | \"b2b_icon-check\" | \"b2b_icon-chicken\" | \"b2b_icon-city\" | \"b2b_icon-clear\" | \"b2b_icon-close-bold\" | \"b2b_icon-close\" | \"b2b_icon-code-management\" | \"b2b_icon-contact-mail\" | \"b2b_icon-copy\" | \"b2b_icon-cow\" | \"b2b_icon-crab\" | \"b2b_icon-critique\" | \"b2b_icon-curtain\" | \"b2b_icon-cut-out\" | \"b2b_icon-dashboard\" | \"b2b_icon-deer\" | \"b2b_icon-delete\" | \"b2b_icon-delivery-24h\" | \"b2b_icon-delivery-desired-date-selection\" | \"b2b_icon-delivery-desired-date\" | \"b2b_icon-delivery-express\" | \"b2b_icon-delivery-flat\" | \"b2b_icon-delivery-on-hangers\" | \"b2b_icon-delivery-preferred-place\" | \"b2b_icon-desktop-phone-ads-click\" | \"b2b_icon-desktop-phone-ads\" | \"b2b_icon-desktop-phone\" | \"b2b_icon-desktop\" | \"b2b_icon-devices-monitor-laptop-tablet\" | \"b2b_icon-dish-feature-lactose-free\" | \"b2b_icon-dislike\" | \"b2b_icon-disposal\" | \"b2b_icon-document-sign\" | \"b2b_icon-downloads\" | \"b2b_icon-dress\" | \"b2b_icon-dungarees\" | \"b2b_icon-duration\" | \"b2b_icon-e-invoice\" | \"b2b_icon-edit-pad\" | \"b2b_icon-edit\" | \"b2b_icon-egg\" | \"b2b_icon-ellipsis\" | \"b2b_icon-email-verification-confirmed-safe\" | \"b2b_icon-email-verification-confirmed\" | \"b2b_icon-email-verification-sent-safe\" | \"b2b_icon-email-verification-sent\" | \"b2b_icon-empty-hint\" | \"b2b_icon-end-to-end\" | \"b2b_icon-error-article-image\" | \"b2b_icon-error-hint\" | \"b2b_icon-error\" | \"b2b_icon-euro\" | \"b2b_icon-event\" | \"b2b_icon-events\" | \"b2b_icon-expand\" | \"b2b_icon-faq\" | \"b2b_icon-feedback\" | \"b2b_icon-filter\" | \"b2b_icon-fish\" | \"b2b_icon-fitness\" | \"b2b_icon-flag-chequered\" | \"b2b_icon-flexible-work\" | \"b2b_icon-flip\" | \"b2b_icon-food-processor\" | \"b2b_icon-fullscreen\" | \"b2b_icon-gallery-view\" | \"b2b_icon-gamepad\" | \"b2b_icon-garlic\" | \"b2b_icon-gender-intersex\" | \"b2b_icon-globe\" | \"b2b_icon-gluten\" | \"b2b_icon-glutenfree\" | \"b2b_icon-handshake\" | \"b2b_icon-hashtag\" | \"b2b_icon-hazelnut\" | \"b2b_icon-hide\" | \"b2b_icon-high-heels\" | \"b2b_icon-home\" | \"b2b_icon-info-small\" | \"b2b_icon-info\" | \"b2b_icon-inplace-zoom-reverse\" | \"b2b_icon-inplace-zoom\" | \"b2b_icon-insurance\" | \"b2b_icon-kamut\" | \"b2b_icon-laptop-os\" | \"b2b_icon-laptop\" | \"b2b_icon-leaving-page\" | \"b2b_icon-light-bulb\" | \"b2b_icon-like-fingers\" | \"b2b_icon-like-product\" | \"b2b_icon-like\" | \"b2b_icon-line-graph\" | \"b2b_icon-list-view\" | \"b2b_icon-location\" | \"b2b_icon-lupine\" | \"b2b_icon-macadamia\" | \"b2b_icon-material-samples\" | \"b2b_icon-measurement\" | \"b2b_icon-megaphone\" | \"b2b_icon-menu\" | \"b2b_icon-mic\" | \"b2b_icon-milk\" | \"b2b_icon-minus\" | \"b2b_icon-module-operations\" | \"b2b_icon-money-coins\" | \"b2b_icon-money-document\" | \"b2b_icon-money-plus\" | \"b2b_icon-money-stack\" | \"b2b_icon-money\" | \"b2b_icon-move\" | \"b2b_icon-mustard\" | \"b2b_icon-nav\" | \"b2b_icon-new\" | \"b2b_icon-newsletter-sign-up\" | \"b2b_icon-notification\" | \"b2b_icon-nuts\" | \"b2b_icon-oat\" | \"b2b_icon-order-cancelled\" | \"b2b_icon-order-delivered\" | \"b2b_icon-order-form\" | \"b2b_icon-order-management\" | \"b2b_icon-order-misdirected\" | \"b2b_icon-order-on-road\" | \"b2b_icon-order-packed\" | \"b2b_icon-order-payment\" | \"b2b_icon-order-received\" | \"b2b_icon-order-return\" | \"b2b_icon-order-shipped\" | \"b2b_icon-order-state-unknown\" | \"b2b_icon-order-stored\" | \"b2b_icon-order\" | \"b2b_icon-otto-app\" | \"b2b_icon-otto-campus\" | \"b2b_icon-otto-company\" | \"b2b_icon-otto-laptop\" | \"b2b_icon-otto-logo\" | \"b2b_icon-otto-up-points\" | \"b2b_icon-otto-up\" | \"b2b_icon-paper-plane\" | \"b2b_icon-pause\" | \"b2b_icon-payment-credit-card\" | \"b2b_icon-payment-invoice\" | \"b2b_icon-payment-pause\" | \"b2b_icon-payment-plan-protection\" | \"b2b_icon-payment-plan\" | \"b2b_icon-pdf\" | \"b2b_icon-peanut\" | \"b2b_icon-pecan-nut\" | \"b2b_icon-pending\" | \"b2b_icon-person-access\" | \"b2b_icon-person-callcenter\" | \"b2b_icon-person-check\" | \"b2b_icon-person-colleagues\" | \"b2b_icon-person-community\" | \"b2b_icon-person-development\" | \"b2b_icon-person-female\" | \"b2b_icon-person-info\" | \"b2b_icon-person-male\" | \"b2b_icon-person-rating\" | \"b2b_icon-person-support\" | \"b2b_icon-person-switch\" | \"b2b_icon-person-workshop\" | \"b2b_icon-person\" | \"b2b_icon-phone-permission\" | \"b2b_icon-phone\" | \"b2b_icon-pig\" | \"b2b_icon-pin\" | \"b2b_icon-pinch-gesture\" | \"b2b_icon-pinch\" | \"b2b_icon-pistachio\" | \"b2b_icon-plant\" | \"b2b_icon-play-1\" | \"b2b_icon-play\" | \"b2b_icon-plus\" | \"b2b_icon-price-alert\" | \"b2b_icon-price-tag\" | \"b2b_icon-print\" | \"b2b_icon-puzzle\" | \"b2b_icon-qr-code\" | \"b2b_icon-question-hint\" | \"b2b_icon-question\" | \"b2b_icon-rating-empty\" | \"b2b_icon-rating-filled\" | \"b2b_icon-rating-half\" | \"b2b_icon-rating-order\" | \"b2b_icon-rating-payment\" | \"b2b_icon-remote-work\" | \"b2b_icon-repair\" | \"b2b_icon-reply\" | \"b2b_icon-retirement-provision\" | \"b2b_icon-rocket\" | \"b2b_icon-rye\" | \"b2b_icon-sabbatical\" | \"b2b_icon-sale\" | \"b2b_icon-save\" | \"b2b_icon-sea\" | \"b2b_icon-search-enter\" | \"b2b_icon-search\" | \"b2b_icon-seo\" | \"b2b_icon-service-info\" | \"b2b_icon-sesame\" | \"b2b_icon-settings\" | \"b2b_icon-share-ios\" | \"b2b_icon-share\" | \"b2b_icon-sheep\" | \"b2b_icon-shell\" | \"b2b_icon-shirt\" | \"b2b_icon-shopping-cart-euro\" | \"b2b_icon-shopping-cart\" | \"b2b_icon-show\" | \"b2b_icon-smiley-angry\" | \"b2b_icon-smiley-happy\" | \"b2b_icon-smiley-negative\" | \"b2b_icon-smiley-neutral\" | \"b2b_icon-smiley-positive\" | \"b2b_icon-sms-info\" | \"b2b_icon-sneaker\" | \"b2b_icon-sort-ascending\" | \"b2b_icon-sort-descending\" | \"b2b_icon-sort\" | \"b2b_icon-soy\" | \"b2b_icon-spelt\" | \"b2b_icon-stationary\" | \"b2b_icon-studies\" | \"b2b_icon-success\" | \"b2b_icon-sustainable-delivery\" | \"b2b_icon-sustainable-energy-efficient\" | \"b2b_icon-sustainable-production\" | \"b2b_icon-sustainable-recycling\" | \"b2b_icon-sustainable-resource\" | \"b2b_icon-swipe-gesture\" | \"b2b_icon-sync-device\" | \"b2b_icon-t-shirt\" | \"b2b_icon-tablet\" | \"b2b_icon-tableware\" | \"b2b_icon-target-group\" | \"b2b_icon-teddy\" | \"b2b_icon-test-result\" | \"b2b_icon-town\" | \"b2b_icon-trash\" | \"b2b_icon-trend-down\" | \"b2b_icon-trend-up\" | \"b2b_icon-trousers\" | \"b2b_icon-trusted\" | \"b2b_icon-unpin\" | \"b2b_icon-upload\" | \"b2b_icon-user-management\" | \"b2b_icon-vacation\" | \"b2b_icon-variant-content\" | \"b2b_icon-vegan\" | \"b2b_icon-vegetarian\" | \"b2b_icon-viewtoggle-tiles\" | \"b2b_icon-village\" | \"b2b_icon-volume-off\" | \"b2b_icon-volume-on\" | \"b2b_icon-voucher\" | \"b2b_icon-walnut\" | \"b2b_icon-warning\" | \"b2b_icon-warranty\" | \"b2b_icon-washing-machine\" | \"b2b_icon-whatsapp\" | \"b2b_icon-wheat\" | \"b2b_icon-wifi\" | \"b2b_icon-wishlist-active\" | \"b2b_icon-wishlist\" | \"b2b_icon-work-life\" | \"b2b_icon-workshop\" | \"b2b_icon-zoom-in\" | \"b2b_icon-zoom-out\"",
|
|
67
67
|
"references": {
|
|
68
68
|
"IconName": {
|
|
69
69
|
"location": "import",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import iconDocs from './icon.docs.mdx';
|
|
3
2
|
import { getArgTypes } from '../../docs/config/utils';
|
|
4
3
|
import { iconTypes } from './types';
|
|
5
4
|
import './icon.stories.scss';
|
|
@@ -68,9 +67,4 @@ export default {
|
|
|
68
67
|
title: 'Components/Assets/Icon',
|
|
69
68
|
argTypes: iconArgs,
|
|
70
69
|
viewMode: 'docs',
|
|
71
|
-
parameters: {
|
|
72
|
-
docs: {
|
|
73
|
-
page: iconDocs,
|
|
74
|
-
},
|
|
75
|
-
},
|
|
76
70
|
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.85352 3.14648C7.6582 2.95117 7.3418 2.95117 7.14648 3.14648L5.5 4.79297L3.85352 3.14648C3.6582 2.95117 3.3418 2.95117 3.14648 3.14648C2.95117 3.3418 2.95117 3.6582 3.14648 3.85352L4.79297 5.5L3.14648 7.14648C2.95117 7.3418 2.95117 7.6582 3.14648 7.85352C3.24414 7.95117 3.37207 8 3.5 8C3.62793 8 3.75586 7.95117 3.85352 7.85352L5.5 6.20703L7.14648 7.85352C7.24414 7.95117 7.37207 8 7.5 8C7.62793 8 7.75586 7.95117 7.85352 7.85352C8.04883 7.6582 8.04883 7.3418 7.85352 7.14648L6.20703 5.5L7.85352 3.85352C8.04883 3.6582 8.04883 3.3418 7.85352 3.14648ZM5.5 0C2.46729 0 0 2.46729 0 5.5C0 8.53271 2.46729 11 5.5 11C8.53271 11 11 8.53271 11 5.5C11 2.46729 8.53271 0 5.5 0ZM5.5 10C3.01855 10 1 7.98145 1 5.5C1 3.01855 3.01855 1 5.5 1C7.98145 1 10 3.01855 10 5.5C10 7.98145 7.98145 10 5.5 10Z" fill="#222222"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Oct 2023 14:16:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
6
|
--b2b-size-200: 5rem; /* 80px */
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Do not edit directly
|
|
125
|
-
* Generated on
|
|
125
|
+
* Generated on Thu, 26 Oct 2023 14:16:22 GMT
|
|
126
126
|
*/
|
|
127
127
|
:root [data-theme="dark"] {
|
|
128
128
|
--b2b-size-200: 5rem; /* 80px */
|