@otto-de/b2b-core-components 1.12.3 → 1.13.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-100/b2b_icon-chat.svg +3 -3
- package/dist/b2b-core-components/icons-100/b2b_icon-chatbot.svg +24 -0
- package/dist/b2b-core-components/icons-100/b2b_icon-hide.svg +35 -2
- package/dist/b2b-core-components/icons-100/b2b_icon-show.svg +24 -2
- package/dist/b2b-core-components/p-71ebafd7.entry.js +1 -0
- package/dist/cjs/b2b-icon-100.cjs.entry.js +1 -0
- package/dist/collection/components/alert/alert.css +2 -2
- package/dist/collection/components/anchor/anchor.css +2 -2
- package/dist/collection/components/breadcrumb/breadcrumb.css +2 -2
- package/dist/collection/components/button/button.css +2 -2
- package/dist/collection/components/calendar/calendar-days-header.css +2 -2
- package/dist/collection/components/calendar/calendar-days.css +2 -2
- package/dist/collection/components/calendar/calendar-header.css +2 -2
- package/dist/collection/components/calendar/calendar.css +2 -2
- 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/dropdown/dropdown.css +2 -2
- package/dist/collection/components/flyout-menu/flyout-menu.css +2 -2
- 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.js +1 -1
- package/dist/collection/components/icon-100/icons-100/b2b_icon-chat.svg +3 -3
- package/dist/collection/components/icon-100/icons-100/b2b_icon-chatbot.svg +24 -0
- package/dist/collection/components/icon-100/icons-100/b2b_icon-hide.svg +35 -2
- package/dist/collection/components/icon-100/icons-100/b2b_icon-show.svg +24 -2
- package/dist/collection/components/icon-100/types.js +1 -0
- package/dist/collection/components/icon-50/icon-50.css +2 -2
- package/dist/collection/components/input/input.css +2 -2
- package/dist/collection/components/input-group/input-group.css +2 -2
- package/dist/collection/components/input-list/input-list.css +2 -2
- package/dist/collection/components/label/label.css +2 -2
- package/dist/collection/components/modal/modal.css +2 -2
- package/dist/collection/components/multiselect-dropdown/multiselect-dropdown.css +2 -2
- package/dist/collection/components/pagination/pagination.css +2 -2
- package/dist/collection/components/paragraph/paragraph.css +2 -2
- package/dist/collection/components/progress-bar/progress-bar.css +2 -2
- 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/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/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-group/toggle-group.css +2 -2
- package/dist/collection/components/toggle-switch/toggle-switch.css +2 -2
- 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-icon-100.js +1 -0
- package/dist/custom-elements.json +3 -0
- package/dist/esm/b2b-icon-100.entry.js +1 -0
- package/dist/types/components/icon-100/types.d.ts +1 -1
- package/dist/web-types.json +3 -3
- package/package.json +2 -2
- package/dist/b2b-core-components/p-8455554d.entry.js +0 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: none;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2 {
|
|
10
|
+
stroke-width: 0px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-2 {
|
|
14
|
+
fill: #000;
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</defs>
|
|
18
|
+
<g id="Ebene_2" data-name="Ebene 2">
|
|
19
|
+
<polygon class="cls-1" points="24 25 0 24 0 0 24 1 24 25"/>
|
|
20
|
+
</g>
|
|
21
|
+
<g id="chatbot_test">
|
|
22
|
+
<path class="cls-2" d="M20,9h-1v-.5c0-1.378418-1.1210938-2.5-2.5-2.5h-4.5v-1.0004883c0-.0305786-.012146-.0571899-.017395-.0862427.5896606-.2021484,1.017395-.7559204,1.017395-1.413269,0-.8271484-.6728516-1.5-1.5-1.5s-1.5.6728516-1.5,1.5c0,.6573486.4277344,1.2111206,1.017395,1.413269-.005249.0290527-.017395.0556641-.017395.0862427v1.0004883h-4.5c-1.3789062,0-2.5,1.121582-2.5,2.5v.5h-1c-.5517578,0-1,.4487305-1,1v4c0,.5512695.4482422,1,1,1h1v1.5c0,1.378418,1.1210938,2.5,2.5,2.5h3.9980469l1.2851562.0043945,3.3984375,2.8774414c.0917969.0776367.2070312.1181641.3232422.1181641.0712891,0,.1435547-.0151367.2099609-.0463867.1767578-.0820312.2900391-.2587891.2900391-.4536133v-2.4951172h.5v-.0053711c1.3766479-.0026855,2.4951172-1.1227417,2.4951172-2.4995117v-1.5h1c.5517578,0,1-.4487305,1-1v-4c0-.5512695-.4482422-1-1-1ZM3.9990234,14h-.9990234v-4h1l-.0009766,4ZM11,3.5c0-.2758789.2246094-.5.5-.5s.5.2241211.5.5-.2246094.5-.5.5-.5-.2241211-.5-.5ZM18,10v6.5c0,.8271484-.6728516,1.5-1.5,1.5h-1v.0058594c-.2740479.0028076-.4951172.2243652-.4951172.4990234v1.9165039l-2.7148438-2.2983398c-.0898438-.0756836-.2041016-.1176758-.3212891-.1181641l-1.4667969-.0048828-.0019531.5v-.5h-4c-.8271484,0-1.5-.6728516-1.5-1.5v-8c0-.8271484.6728516-1.5,1.5-1.5h10c.8271484,0,1.5.6728516,1.5,1.5v1.5ZM19.9990234,14h-.9990234v-4h1l-.0009766,4ZM9.5,11c.2763672,0,.5-.2236328.5-.5v-1c0-.2763672-.2236328-.5-.5-.5s-.5.2236328-.5.5v1c0,.2763672.2236328.5.5.5ZM13.5,9c-.2763672,0-.5.2236328-.5.5v1c0,.2763672.2236328.5.5.5s.5-.2236328.5-.5v-1c0-.2763672-.2236328-.5-.5-.5ZM13.7246094,14.0532227c-.2470703-.1240234-.5478516-.0253906-.671875.222168-.1757812.3515625-.7802734.7246094-1.5527344.7246094-.7294922,0-1.3632812-.2875977-1.5410156-.6987305-.109375-.253418-.4023438-.3696289-.6582031-.2602539-.2529297.1098633-.3691406.4042969-.2597656.6577148.3427734.7905273,1.3076172,1.3012695,2.4589844,1.3012695,1.0800781,0,2.0634766-.5126953,2.4472656-1.2753906.1230469-.2470703.0234375-.5473633-.2226562-.6713867Z"/>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -1,3 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#1D1D1B;}
|
|
7
|
+
.st1{fill:#1C1C1C;}
|
|
8
|
+
</style>
|
|
9
|
+
<g id="hide">
|
|
10
|
+
<path class="st0" d="M4.5566406,3.8408203L3.8496094,3.1337891c-0.1953125-0.1953125-0.5117188-0.1953125-0.7070312,0
|
|
11
|
+
s-0.1953125,0.5117188,0,0.7070312l3.4736328,3.4736328c-1.7816772,0.9570923-3.309082,2.4205933-4.5158691,4.3859253
|
|
12
|
+
c-0.0014648,0.0018921-0.0025635,0.0037842-0.0039673,0.0057373c-0.0072632,0.0119019-0.0158691,0.0217285-0.0231323,0.0336304
|
|
13
|
+
c-0.0119629,0.0195923-0.0135498,0.041626-0.022522,0.0620728c-0.0147705,0.0335083-0.0296021,0.0656128-0.0367432,0.1013794
|
|
14
|
+
c-0.0060425,0.0302124-0.0049438,0.0593262-0.0053711,0.0896606c-0.0005493,0.0336914-0.0018921,0.0662231,0.0045166,0.0998535
|
|
15
|
+
c0.0062256,0.0328369,0.0197754,0.0622559,0.0324097,0.0932617c0.0092163,0.022644,0.0109863,0.0467529,0.0238037,0.0684204
|
|
16
|
+
c0.0075684,0.0128174,0.0166626,0.0234375,0.024292,0.0362549c0.0004883,0.0006714,0.0008545,0.0013428,0.0013428,0.0020142
|
|
17
|
+
C4.3153687,16.0250854,7.7341309,18,11.9873047,18c1.6231689,0,3.1221924-0.2832642,4.4785767-0.8358765l3.6766968,3.6766968
|
|
18
|
+
c0.0976562,0.0976562,0.2255859,0.1464844,0.3535156,0.1464844s0.2558594-0.0488281,0.3535156-0.1464844
|
|
19
|
+
c0.1953125-0.1953125,0.1953125-0.5117188,0-0.7070312L4.5566406,3.8408203z M9.5639038,10.262146l4.1739502,4.1739502
|
|
20
|
+
C13.24646,14.7877808,12.6490479,15,12,15c-1.6542969,0-3-1.3457031-3-3C9,11.3509521,9.2122192,10.75354,9.5639038,10.262146z
|
|
21
|
+
M11.9873047,17c-3.7921753,0-6.8521729-1.7344971-8.8843384-4.9970703
|
|
22
|
+
c1.1588135-1.8105469,2.5814209-3.1259155,4.2490845-3.9526367l1.5050659,1.5050659C8.3282471,10.2335815,8,11.0752563,8,12
|
|
23
|
+
c0,2.2055664,1.7939453,4,4,4c0.9248657,0,1.7665405-0.328186,2.4447021-0.8570557l1.2280273,1.2280273
|
|
24
|
+
C14.539978,16.7762451,13.3131104,17,11.9873047,17z M15.6852417,13.5553589C15.8878784,13.0769653,16,12.5513306,16,12
|
|
25
|
+
c0-2.2055664-1.7939453-4-4-4c-0.5513916,0-1.0770264,0.1121216-1.5553589,0.3147583l0.7949829,0.7949829
|
|
26
|
+
C11.4839478,9.0452881,11.7357178,9,12,9c1.6542969,0,3,1.3457031,3,3c0,0.2642822-0.0452881,0.5160522-0.1097412,0.760376
|
|
27
|
+
L15.6852417,13.5553589z M21.9277344,11.7138672C19.6552734,7.9760742,16.2197266,6,11.9921875,6
|
|
28
|
+
c-1.19104,0-2.3120117,0.1772461-3.3707275,0.4915771l0.8041992,0.8041992C10.2369385,7.1055298,11.0894775,7,11.9921875,7
|
|
29
|
+
c3.763916,0,6.8348389,1.7324219,8.9143677,4.9920044c-0.9043579,1.4692993-2.0256958,2.6224976-3.3328857,3.4517822
|
|
30
|
+
l0.723938,0.723938c1.4295044-0.9512939,2.6599731-2.2478638,3.6340332-3.9143066
|
|
31
|
+
c0.0493164-0.0843506,0.0621338-0.1762695,0.0592041-0.2671509C21.9934692,11.8933105,21.9793701,11.7992554,21.9277344,11.7138672
|
|
32
|
+
z"/>
|
|
33
|
+
</g>
|
|
34
|
+
<g id="show_x5F_views">
|
|
35
|
+
</g>
|
|
3
36
|
</svg>
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#1D1D1B;}
|
|
7
|
+
.st1{fill:#1C1C1C;}
|
|
8
|
+
</style>
|
|
9
|
+
<g id="hide">
|
|
10
|
+
</g>
|
|
11
|
+
<g id="show_x5F_views">
|
|
12
|
+
<path class="st1" d="M12,8c-2.2060547,0-4,1.7944336-4,4s1.7939453,4,4,4s4-1.7944336,4-4S14.2060547,8,12,8z M12,15
|
|
13
|
+
c-1.6542969,0-3-1.3457031-3-3s1.3457031-3,3-3s3,1.3457031,3,3S13.6542969,15,12,15z M21.9277344,11.7138672
|
|
14
|
+
C19.6552734,7.9760742,16.2197266,6,11.9921875,6c-4.1845703,0-7.6028442,1.9725952-9.8918457,5.7003784
|
|
15
|
+
c-0.0014648,0.0018921-0.0025635,0.0037842-0.0039673,0.0057373c-0.0072632,0.0119019-0.0158691,0.0217285-0.0231323,0.0336304
|
|
16
|
+
c-0.0119629,0.0195923-0.0135498,0.041626-0.022522,0.0620728c-0.0147705,0.0335083-0.0296021,0.0656128-0.0367432,0.1013794
|
|
17
|
+
c-0.0060425,0.0302124-0.0049438,0.0593262-0.0053711,0.0896606c-0.0005493,0.0336914-0.0018921,0.0662231,0.0045166,0.0998535
|
|
18
|
+
c0.0062256,0.0328369,0.0197754,0.0622559,0.0324097,0.0932617c0.0092163,0.022644,0.0109863,0.0467529,0.0238037,0.0684204
|
|
19
|
+
c0.0075684,0.0128174,0.0166626,0.0234375,0.024292,0.0362549c0.0004883,0.0006714,0.0008545,0.0013428,0.0013428,0.0020142
|
|
20
|
+
C4.3153687,16.0250854,7.7341309,18,11.9873047,18c4.3085938,0,7.7470703-1.9873047,9.9443359-5.746582
|
|
21
|
+
c0.0493164-0.0843506,0.0621338-0.1762695,0.0592041-0.2671509C21.9934692,11.8933105,21.9793701,11.7992554,21.9277344,11.7138672
|
|
22
|
+
z M11.9873047,17c-3.7921753,0-6.8521729-1.7344971-8.8843384-4.9970703C5.222168,8.6918335,8.2062988,7,11.9921875,7
|
|
23
|
+
c3.763916,0,6.8348389,1.7324219,8.9143677,4.9920044C18.8939209,15.2618408,15.821167,17,11.9873047,17z"/>
|
|
24
|
+
</g>
|
|
3
25
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
3
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 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
|
|
126
|
+
* Generated on Tue, 03 Sep 2024 13:46:06 GMT
|
|
127
127
|
*/
|
|
128
128
|
:root [data-theme="dark"] {
|
|
129
129
|
--b2b-size-200: 5rem; /* 80px */
|