@otto-de/b2b-core-components 1.18.0 → 1.19.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.
Files changed (99) hide show
  1. package/dist/b2b-core-components/b2b-core-components.esm.js +1 -1
  2. package/dist/b2b-core-components/p-21cd256f.entry.js +1 -0
  3. package/dist/b2b-core-components/p-68a836cb.entry.js +1 -0
  4. package/dist/b2b-core-components/p-d0e930f2.entry.js +1 -0
  5. package/dist/b2b-core-components/p-d51551c9.entry.js +1 -0
  6. package/dist/b2b-core-components/p-df71f2a8.entry.js +1 -0
  7. package/dist/cjs/b2b-checkbox.cjs.entry.js +1 -1
  8. package/dist/cjs/b2b-core-components.cjs.js +1 -1
  9. package/dist/cjs/b2b-date-picker-days_5.cjs.entry.js +1 -1
  10. package/dist/cjs/b2b-date-picker.cjs.entry.js +28 -13
  11. package/dist/cjs/b2b-multiselect-dropdown.cjs.entry.js +15 -3
  12. package/dist/cjs/b2b-paragraph.cjs.entry.js +10 -3
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/collection/components/alert/alert.css +2 -2
  15. package/dist/collection/components/anchor/anchor.css +2 -2
  16. package/dist/collection/components/background-box/background-box.css +2 -2
  17. package/dist/collection/components/breadcrumb/breadcrumb.css +2 -2
  18. package/dist/collection/components/button/button.css +2 -2
  19. package/dist/collection/components/card/card.css +2 -2
  20. package/dist/collection/components/checkbox/checkbox.css +2 -2
  21. package/dist/collection/components/checkbox/checkbox.e2e.js +6 -0
  22. package/dist/collection/components/checkbox/checkbox.js +1 -1
  23. package/dist/collection/components/checkbox/checkbox.stories.js +4 -0
  24. package/dist/collection/components/checkbox-group/checkbox-group.css +2 -2
  25. package/dist/collection/components/chip/chip.css +2 -2
  26. package/dist/collection/components/date-picker/date-picker-days-header.css +2 -2
  27. package/dist/collection/components/date-picker/date-picker-days.css +2 -3
  28. package/dist/collection/components/date-picker/date-picker-header.css +2 -2
  29. package/dist/collection/components/date-picker/date-picker-months.css +2 -2
  30. package/dist/collection/components/date-picker/date-picker-years.css +2 -2
  31. package/dist/collection/components/date-picker/date-picker.css +3 -3
  32. package/dist/collection/components/date-picker/date-picker.js +27 -12
  33. package/dist/collection/components/dropdown/dropdown.css +2 -2
  34. package/dist/collection/components/flyout-menu/flyout-menu-option.css +2 -2
  35. package/dist/collection/components/flyout-menu/flyout-menu.css +2 -2
  36. package/dist/collection/components/headline/headline.css +2 -2
  37. package/dist/collection/components/icon/icon.css +2 -2
  38. package/dist/collection/components/icon-100/icon-100.css +2 -2
  39. package/dist/collection/components/icon-50/icon-50.css +2 -2
  40. package/dist/collection/components/input/input.css +2 -2
  41. package/dist/collection/components/input-group/input-group.css +2 -2
  42. package/dist/collection/components/input-list/input-list.css +2 -2
  43. package/dist/collection/components/label/label.css +2 -2
  44. package/dist/collection/components/modal/modal.css +2 -2
  45. package/dist/collection/components/multiselect-dropdown/multiselect-dropdown.css +2 -2
  46. package/dist/collection/components/multiselect-dropdown/multiselect-dropdown.js +25 -9
  47. package/dist/collection/components/pagination/pagination.css +2 -2
  48. package/dist/collection/components/paragraph/paragraph.css +11 -3
  49. package/dist/collection/components/paragraph/paragraph.js +63 -2
  50. package/dist/collection/components/paragraph/paragraph.stories.js +130 -27
  51. package/dist/collection/components/progress-bar/progress-bar.css +2 -2
  52. package/dist/collection/components/radio/radio.css +2 -2
  53. package/dist/collection/components/radio-group/radio-group.css +2 -2
  54. package/dist/collection/components/required-separator/required-separator.css +2 -2
  55. package/dist/collection/components/rounded-icon/rounded-icon.css +2 -2
  56. package/dist/collection/components/scrollable-container/scrollable-container.css +2 -2
  57. package/dist/collection/components/separator/separator.css +2 -2
  58. package/dist/collection/components/spinner/spinner.css +2 -2
  59. package/dist/collection/components/tab/tab.css +2 -2
  60. package/dist/collection/components/tab-panel/tab-panel.css +2 -2
  61. package/dist/collection/components/table/table-cell/table-cell.css +2 -2
  62. package/dist/collection/components/table/table-header/table-header.css +2 -2
  63. package/dist/collection/components/table/table-row/table-row.css +2 -2
  64. package/dist/collection/components/table/table-rowgroup/table-rowgroup.css +2 -2
  65. package/dist/collection/components/table/table.css +2 -2
  66. package/dist/collection/components/textarea/textarea.css +2 -2
  67. package/dist/collection/components/toggle-button/toggle-button.css +2 -2
  68. package/dist/collection/components/toggle-chip/toggle-chip.css +2 -2
  69. package/dist/collection/components/toggle-group/toggle-group.css +2 -2
  70. package/dist/collection/components/toggle-switch/toggle-switch.css +2 -2
  71. package/dist/collection/components/tooltip/tooltip.css +2 -2
  72. package/dist/collection/components/wizard/wizard.css +2 -2
  73. package/dist/collection/components/wizard-icon/wizard-icon.css +2 -2
  74. package/dist/components/b2b-date-picker.js +28 -13
  75. package/dist/components/b2b-multiselect-dropdown.js +17 -5
  76. package/dist/components/b2b-paragraph.js +14 -4
  77. package/dist/components/checkbox.js +1 -1
  78. package/dist/components/date-picker-days.js +1 -1
  79. package/dist/custom-elements.json +39 -0
  80. package/dist/esm/b2b-checkbox.entry.js +1 -1
  81. package/dist/esm/b2b-core-components.js +1 -1
  82. package/dist/esm/b2b-date-picker-days_5.entry.js +1 -1
  83. package/dist/esm/b2b-date-picker.entry.js +28 -13
  84. package/dist/esm/b2b-multiselect-dropdown.entry.js +15 -3
  85. package/dist/esm/b2b-paragraph.entry.js +10 -3
  86. package/dist/esm/loader.js +1 -1
  87. package/dist/types/components/checkbox/checkbox.stories.d.ts +2 -1
  88. package/dist/types/components/date-picker/date-picker.d.ts +1 -0
  89. package/dist/types/components/multiselect-dropdown/multiselect-dropdown.d.ts +5 -3
  90. package/dist/types/components/paragraph/paragraph.d.ts +6 -0
  91. package/dist/types/components/paragraph/paragraph.stories.d.ts +13 -8
  92. package/dist/types/components.d.ts +28 -4
  93. package/dist/web-types.json +37 -7
  94. package/package.json +2 -2
  95. package/dist/b2b-core-components/p-000d700d.entry.js +0 -1
  96. package/dist/b2b-core-components/p-619f67f6.entry.js +0 -1
  97. package/dist/b2b-core-components/p-92bfd54e.entry.js +0 -1
  98. package/dist/b2b-core-components/p-a6fa7831.entry.js +0 -1
  99. package/dist/b2b-core-components/p-e1672700.entry.js +0 -1
@@ -8,14 +8,21 @@ export class ParagraphComponent {
8
8
  this.weight = 'normal';
9
9
  this.size = '100';
10
10
  this.align = 'left';
11
+ this.margin = true;
12
+ this.variant = 'black-100';
13
+ this.display = 'block';
11
14
  }
12
15
  render() {
13
- return (h("p", { key: '0b6069d0333b8cb5db12862055e80a406db55a83', class: {
16
+ return (h("p", { key: '38b1e631c19a20c18e88dc3024553151181b2b32', style: {
17
+ display: this.display,
18
+ }, class: {
14
19
  'b2b-paragraph': true,
15
20
  ['b2b-paragraph--size-' + this.size]: true,
16
21
  ['b2b-paragraph--weight-' + this.weight]: true,
17
22
  ['b2b-paragraph--align-' + this.align]: true,
18
- } }, h("slot", { key: 'a0a6050b05382ed1084e2588e3b87c69237ac773' })));
23
+ ['b2b-paragraph--no-margin']: !this.margin,
24
+ ['b2b-paragraph--variant-' + this.variant]: true,
25
+ } }, h("slot", { key: '04cb89ee733a6f45a674586311fcc8484aca4ac8' })));
19
26
  }
20
27
  static get is() { return "b2b-paragraph"; }
21
28
  static get encapsulation() { return "shadow"; }
@@ -84,6 +91,60 @@ export class ParagraphComponent {
84
91
  "attribute": "align",
85
92
  "reflect": false,
86
93
  "defaultValue": "'left'"
94
+ },
95
+ "margin": {
96
+ "type": "boolean",
97
+ "mutable": false,
98
+ "complexType": {
99
+ "original": "boolean",
100
+ "resolved": "boolean",
101
+ "references": {}
102
+ },
103
+ "required": false,
104
+ "optional": false,
105
+ "docs": {
106
+ "tags": [],
107
+ "text": "Whether or not the paragraph has a bottom margin. Defaults to true."
108
+ },
109
+ "attribute": "margin",
110
+ "reflect": false,
111
+ "defaultValue": "true"
112
+ },
113
+ "variant": {
114
+ "type": "string",
115
+ "mutable": false,
116
+ "complexType": {
117
+ "original": "'black-100' | 'grey-400'",
118
+ "resolved": "\"black-100\" | \"grey-400\"",
119
+ "references": {}
120
+ },
121
+ "required": false,
122
+ "optional": false,
123
+ "docs": {
124
+ "tags": [],
125
+ "text": "The color of the paragraph. Defaults to black."
126
+ },
127
+ "attribute": "variant",
128
+ "reflect": false,
129
+ "defaultValue": "'black-100'"
130
+ },
131
+ "display": {
132
+ "type": "string",
133
+ "mutable": false,
134
+ "complexType": {
135
+ "original": "'inline' | 'inline-block' | 'block'",
136
+ "resolved": "\"block\" | \"inline\" | \"inline-block\"",
137
+ "references": {}
138
+ },
139
+ "required": false,
140
+ "optional": false,
141
+ "docs": {
142
+ "tags": [],
143
+ "text": "The positioning of the paragraph in the page flow. Defaults to native block behavior."
144
+ },
145
+ "attribute": "display",
146
+ "reflect": false,
147
+ "defaultValue": "'block'"
87
148
  }
88
149
  };
89
150
  }
@@ -1,7 +1,39 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s)
4
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
1
13
  import { html } from "lit-html";
2
14
  import { getArgTypes } from "../../docs/config/utils";
3
- const template = ({ weight, size, align }) => {
4
- return html `<b2b-paragraph weight="${weight}" size="${size}" align="${align}">
15
+ const paragraphArgs = getArgTypes('b2b-paragraph');
16
+ const meta = {
17
+ title: 'Components/Content/Paragraph',
18
+ component: 'b2b-paragraph',
19
+ args: {
20
+ weight: 'normal',
21
+ size: '100',
22
+ align: 'left',
23
+ margin: true,
24
+ variant: 'black',
25
+ display: 'block',
26
+ },
27
+ argTypes: Object.assign({}, paragraphArgs),
28
+ render: (_a) => {
29
+ var args = __rest(_a, []);
30
+ return html `<b2b-paragraph
31
+ weight="${args.weight}"
32
+ size="${args.size}"
33
+ align="${args.align}"
34
+ margin="${args.margin}"
35
+ variant="${args.variant}"
36
+ display="${args.display}">
5
37
  Far far away, behind the word mountains, far from the countries Vokalia and
6
38
  Consonantia, there live the blind texts. Separated they live in
7
39
  Bookmarksgrove right at the coast of the Semantics, a large language ocean.
@@ -14,30 +46,101 @@ const template = ({ weight, size, align }) => {
14
46
  because there were thousands of bad Commas, wild Question Marks and devious
15
47
  Semikoli, but the Little Blind Text didn’t listen.
16
48
  </b2b-paragraph>`;
49
+ },
17
50
  };
18
- const defaultArgs = {
19
- weight: 'normal',
20
- size: '100',
21
- align: 'left',
22
- };
23
- export const story010Default = template.bind({});
24
- story010Default.args = defaultArgs;
25
- story010Default.storyName = 'Default';
26
- export const story020Bold = template.bind({});
27
- story020Bold.args = Object.assign(Object.assign({}, defaultArgs), { weight: 'bold' });
28
- story020Bold.storyName = 'Bold text';
29
- export const story030Small = template.bind({});
30
- story030Small.args = Object.assign(Object.assign({}, defaultArgs), { size: '50' });
31
- story030Small.storyName = 'Small text';
32
- export const story040Center = template.bind({});
33
- story040Center.args = Object.assign(Object.assign({}, defaultArgs), { align: 'center' });
34
- story040Center.storyName = 'Center aligned text';
35
- export const story050Right = template.bind({});
36
- story050Right.args = Object.assign(Object.assign({}, defaultArgs), { align: 'right' });
37
- story050Right.storyName = 'Right aligned text';
38
- const argTypes = getArgTypes('b2b-paragraph');
39
- export default {
40
- title: 'Components/Content/Paragraph',
41
- argTypes: argTypes,
42
- viewMode: 'docs',
51
+ export default meta;
52
+ export const Default = {
53
+ args: Object.assign({}, meta.args),
54
+ };
55
+ export const Bold = {
56
+ args: Object.assign(Object.assign({}, meta.args), { weight: 'bold' }),
57
+ };
58
+ export const Small = {
59
+ args: Object.assign(Object.assign({}, meta.args), { size: '50' }),
60
+ };
61
+ export const CenterAligned = {
62
+ args: Object.assign(Object.assign({}, meta.args), { align: 'center' }),
63
+ };
64
+ export const RightAligned = {
65
+ args: Object.assign(Object.assign({}, meta.args), { align: 'right' }),
66
+ };
67
+ export const NoBottomMargin = {
68
+ args: Object.assign(Object.assign({}, meta.args), { margin: false }),
69
+ };
70
+ export const GreyVariant = {
71
+ args: Object.assign(Object.assign({}, meta.args), { variant: 'grey' }),
72
+ };
73
+ export const DisplayInline = {
74
+ args: Object.assign(Object.assign({}, meta.args), { display: 'inline' }),
75
+ render: (_a) => {
76
+ var args = __rest(_a, []);
77
+ return html `<b2b-paragraph
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 with
88
+ the necessary regelialia. It is a paradisematic country, in which roasted
89
+ parts of sentences fly into your mouth. Even the all-powerful Pointing has
90
+ no control about the blind texts it is an almost unorthographic life One
91
+ day however a small line of blind text by the name of Lorem Ipsum decided
92
+ to leave for the far World of Grammar. The Big Oxmox advised her not to do
93
+ so, because there were thousands of bad Commas, wild Question Marks and
94
+ devious Semikoli, but the Little Blind Text didn’t listen. </b2b-paragraph
95
+ ><b2b-paragraph
96
+ >Far far away, behind the word mountains, far from the countries Vokalia
97
+ and Consonantia, there live the blind texts. Separated they live in
98
+ Bookmarksgrove right at the coast of the Semantics, a large language
99
+ ocean. A small river named Duden flows by their place and supplies it with
100
+ the necessary regelialia. It is a paradisematic country, in which roasted
101
+ parts of sentences fly into your mouth. Even the all-powerful Pointing has
102
+ no control about the blind texts it is an almost unorthographic life One
103
+ day however a small line of blind text by the name of Lorem Ipsum decided
104
+ to leave for the far World of Grammar. The Big Oxmox advised her not to do
105
+ so, because there were thousands of bad Commas, wild Question Marks and
106
+ devious Semikoli, but the Little Blind Text didn’t listen.
107
+ </b2b-paragraph>`;
108
+ },
109
+ };
110
+ export const DisplayInlineBlock = {
111
+ args: Object.assign(Object.assign({}, meta.args), { display: 'inline-block' }),
112
+ render: (_a) => {
113
+ var args = __rest(_a, []);
114
+ return html `<b2b-paragraph
115
+ weight="${args.weight}"
116
+ size="${args.size}"
117
+ align="${args.align}"
118
+ margin="${args.margin}"
119
+ variant="${args.variant}"
120
+ display="${args.display}">
121
+ Far far away, behind the word mountains, far from the countries Vokalia
122
+ and Consonantia, there live the blind texts. Separated they live in
123
+ Bookmarksgrove right at the coast of the Semantics, a large language
124
+ ocean. A small river named Duden flows by their place and supplies it with
125
+ the necessary regelialia. It is a paradisematic country, in which roasted
126
+ parts of sentences fly into your mouth. Even the all-powerful Pointing has
127
+ no control about the blind texts it is an almost unorthographic life One
128
+ day however a small line of blind text by the name of Lorem Ipsum decided
129
+ to leave for the far World of Grammar. The Big Oxmox advised her not to do
130
+ so, because there were thousands of bad Commas, wild Question Marks and
131
+ devious Semikoli, but the Little Blind Text didn’t listen. </b2b-paragraph
132
+ ><b2b-paragraph
133
+ >Far far away, behind the word mountains, far from the countries Vokalia
134
+ and Consonantia, there live the blind texts. Separated they live in
135
+ Bookmarksgrove right at the coast of the Semantics, a large language
136
+ ocean. A small river named Duden flows by their place and supplies it with
137
+ the necessary regelialia. It is a paradisematic country, in which roasted
138
+ parts of sentences fly into your mouth. Even the all-powerful Pointing has
139
+ no control about the blind texts it is an almost unorthographic life One
140
+ day however a small line of blind text by the name of Lorem Ipsum decided
141
+ to leave for the far World of Grammar. The Big Oxmox advised her not to do
142
+ so, because there were thousands of bad Commas, wild Question Marks and
143
+ devious Semikoli, but the Little Blind Text didn’t listen.
144
+ </b2b-paragraph>`;
145
+ },
43
146
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Nov 2024 12:23:19 GMT
3
+ * Generated on Wed, 04 Dec 2024 06:52:18 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 Fri, 08 Nov 2024 12:23:19 GMT
125
+ * Generated on Wed, 04 Dec 2024 06:52:18 GMT
126
126
  */
127
127
  :root [data-theme="dark"] {
128
128
  --b2b-size-200: 5rem; /* 80px */