globuswebcomponents 0.9.4 → 0.9.5

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 (204) hide show
  1. package/dist/cjs/gb-avatar_40.cjs.entry.js +48 -48
  2. package/dist/cjs/gb-avatar_40.cjs.entry.js.map +1 -1
  3. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +26 -0
  4. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js.map +1 -0
  5. package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
  12. package/dist/cjs/globuscomponents.cjs.js +1 -1
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/cjs/reusableModels-40cbefe2.js.map +1 -1
  15. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  16. package/dist/collection/collection-manifest.json +1 -0
  17. package/dist/collection/components/gb-input-field/gb-input-field.js +24 -24
  18. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  19. package/dist/collection/components/gb-pagination/gb-pagination.css +43 -2
  20. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  21. package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
  22. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.css +5 -2
  23. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  24. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js.map +1 -1
  25. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.css +0 -0
  26. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +111 -0
  27. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js.map +1 -0
  28. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +10 -4
  29. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js.map +1 -1
  30. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  31. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  32. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  33. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  34. package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
  35. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  36. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
  37. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  38. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  39. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  40. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  41. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  42. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  43. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  44. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  45. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  46. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  47. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  48. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  49. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  50. package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
  51. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  52. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
  53. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  54. package/dist/collection/models/reusableModels.js.map +1 -1
  55. package/dist/components/gb-avatar-add-button.js +1 -1
  56. package/dist/components/gb-avatar-dropdown.js +3 -3
  57. package/dist/components/gb-avatar-group.js +4 -4
  58. package/dist/components/gb-avatar-label-group.js +1 -1
  59. package/dist/components/gb-avatar-profile-photo.js +2 -2
  60. package/dist/components/gb-avatar.js +1 -1
  61. package/dist/components/gb-badge.js +1 -1
  62. package/dist/components/gb-checkbox-group-item.js +1 -1
  63. package/dist/components/gb-checkbox-group.js +3 -3
  64. package/dist/components/gb-collapse-button.js +1 -1
  65. package/dist/components/gb-file-upload-item-base.js +1 -1
  66. package/dist/components/gb-file-upload.js +3 -3
  67. package/dist/components/gb-header.js +2 -2
  68. package/dist/components/gb-help-tooltip.js +1 -1
  69. package/dist/components/gb-horizontal-tabs.js +4 -4
  70. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  71. package/dist/components/gb-input-dropdown.js +1 -1
  72. package/dist/components/gb-input-field.js +33 -33
  73. package/dist/components/gb-input-field.js.map +1 -1
  74. package/dist/components/gb-pagination-button-group-base.js +1 -1
  75. package/dist/components/gb-pagination-dot-group.d.ts +11 -0
  76. package/dist/components/gb-pagination-dot-group.js +46 -0
  77. package/dist/components/gb-pagination-dot-group.js.map +1 -0
  78. package/dist/components/gb-pagination-dot-indicator.js +2 -2
  79. package/dist/components/gb-pagination-dot-indicator.js.map +1 -1
  80. package/dist/components/gb-pagination-number-base.js +1 -1
  81. package/dist/components/gb-pagination.js +14 -14
  82. package/dist/components/gb-pagination.js.map +1 -1
  83. package/dist/components/gb-password-button.js +1 -1
  84. package/dist/components/gb-progress-bar.js +1 -1
  85. package/dist/components/gb-progress-circle.js +1 -1
  86. package/dist/components/gb-rich-text.js +12 -12
  87. package/dist/components/gb-scrollbar.js +1 -1
  88. package/dist/components/gb-side-bar-item.js +1 -1
  89. package/dist/components/gb-sidebar.js +7 -7
  90. package/dist/components/gb-slider-control-handle.js +1 -1
  91. package/dist/components/gb-slider.js +3 -3
  92. package/dist/components/gb-status-indicator.js +1 -1
  93. package/dist/components/gb-tab-button-base.js +1 -1
  94. package/dist/components/gb-tag-checkbox.js +1 -1
  95. package/dist/components/gb-tag-close.js +1 -1
  96. package/dist/components/gb-tag-count.js +1 -1
  97. package/dist/components/gb-tag.js +1 -1
  98. package/dist/components/gb-toast-button.js +1 -1
  99. package/dist/components/gb-toast.js +2 -2
  100. package/dist/components/gb-toggle-base.js +1 -1
  101. package/dist/components/gb-toggle.js +2 -2
  102. package/dist/components/gb-token-field.js +1 -1
  103. package/dist/components/gb-tooltip.js +1 -1
  104. package/dist/components/gb-verification-code-field.js +2 -2
  105. package/dist/components/gb-wysiwyg-toolbar.js +1 -1
  106. package/dist/components/{p-34b1bcaa.js → p-0ab66ef0.js} +2 -2
  107. package/dist/components/{p-34b1bcaa.js.map → p-0ab66ef0.js.map} +1 -1
  108. package/dist/components/{p-34e0b08c.js → p-23eeb711.js} +2 -2
  109. package/dist/components/{p-34e0b08c.js.map → p-23eeb711.js.map} +1 -1
  110. package/dist/components/{p-0e4d1693.js → p-33797063.js} +2 -2
  111. package/dist/components/{p-0e4d1693.js.map → p-33797063.js.map} +1 -1
  112. package/dist/components/{p-3dd13a3c.js → p-4710b26e.js} +3 -3
  113. package/dist/components/{p-3dd13a3c.js.map → p-4710b26e.js.map} +1 -1
  114. package/dist/components/{p-d0527bbf.js → p-4d14d191.js} +3 -3
  115. package/dist/components/{p-d0527bbf.js.map → p-4d14d191.js.map} +1 -1
  116. package/dist/components/{p-feddb21e.js → p-4e87a1a4.js} +6 -6
  117. package/dist/components/{p-feddb21e.js.map → p-4e87a1a4.js.map} +1 -1
  118. package/dist/components/p-4f31ae97.js.map +1 -1
  119. package/dist/components/{p-af46cdd8.js → p-52a05610.js} +3 -3
  120. package/dist/components/{p-af46cdd8.js.map → p-52a05610.js.map} +1 -1
  121. package/dist/components/{p-8d35e82f.js → p-58074dfd.js} +2 -2
  122. package/dist/components/{p-8d35e82f.js.map → p-58074dfd.js.map} +1 -1
  123. package/dist/components/{p-9f7a30fa.js → p-61d6b9a4.js} +2 -2
  124. package/dist/components/{p-9f7a30fa.js.map → p-61d6b9a4.js.map} +1 -1
  125. package/dist/components/{p-f9c61d7c.js → p-66ae8c03.js} +3 -3
  126. package/dist/components/{p-f9c61d7c.js.map → p-66ae8c03.js.map} +1 -1
  127. package/dist/components/{p-17654aff.js → p-677c05f3.js} +11 -11
  128. package/dist/components/{p-17654aff.js.map → p-677c05f3.js.map} +1 -1
  129. package/dist/components/{p-b9989875.js → p-6bc60646.js} +3 -3
  130. package/dist/components/{p-b9989875.js.map → p-6bc60646.js.map} +1 -1
  131. package/dist/components/{p-641dba3f.js → p-79b9747d.js} +2 -2
  132. package/dist/components/{p-641dba3f.js.map → p-79b9747d.js.map} +1 -1
  133. package/dist/components/{p-9c0f11ef.js → p-7a028adc.js} +2 -2
  134. package/dist/components/{p-9c0f11ef.js.map → p-7a028adc.js.map} +1 -1
  135. package/dist/components/{p-c5e80b25.js → p-8ea8fb2e.js} +10 -10
  136. package/dist/components/{p-c5e80b25.js.map → p-8ea8fb2e.js.map} +1 -1
  137. package/dist/components/{p-dfa14cc2.js → p-8ec4b241.js} +7 -7
  138. package/dist/components/{p-dfa14cc2.js.map → p-8ec4b241.js.map} +1 -1
  139. package/dist/components/{p-bec96455.js → p-a4ac9229.js} +2 -2
  140. package/dist/components/{p-bec96455.js.map → p-a4ac9229.js.map} +1 -1
  141. package/dist/components/{p-b918c804.js → p-b3fba286.js} +2 -2
  142. package/dist/components/{p-b918c804.js.map → p-b3fba286.js.map} +1 -1
  143. package/dist/components/{p-9deaf0e8.js → p-b8cc4ced.js} +3 -3
  144. package/dist/components/p-b8cc4ced.js.map +1 -0
  145. package/dist/components/{p-5373e383.js → p-bc05d524.js} +2 -2
  146. package/dist/components/{p-5373e383.js.map → p-bc05d524.js.map} +1 -1
  147. package/dist/components/{p-a01bde57.js → p-bf85c0fa.js} +3 -3
  148. package/dist/components/{p-a01bde57.js.map → p-bf85c0fa.js.map} +1 -1
  149. package/dist/components/{p-360d915d.js → p-d287e4f9.js} +2 -2
  150. package/dist/components/{p-360d915d.js.map → p-d287e4f9.js.map} +1 -1
  151. package/dist/components/{p-697e1460.js → p-dae08e66.js} +7 -7
  152. package/dist/components/{p-697e1460.js.map → p-dae08e66.js.map} +1 -1
  153. package/dist/components/{p-d6e0d2b9.js → p-e9099a82.js} +3 -3
  154. package/dist/components/{p-d6e0d2b9.js.map → p-e9099a82.js.map} +1 -1
  155. package/dist/components/{p-0e0fe104.js → p-f5df341d.js} +2 -2
  156. package/dist/components/{p-0e0fe104.js.map → p-f5df341d.js.map} +1 -1
  157. package/dist/components/{p-5d26997a.js → p-fe051273.js} +3 -3
  158. package/dist/components/{p-5d26997a.js.map → p-fe051273.js.map} +1 -1
  159. package/dist/components/test-input-tag.js +9 -9
  160. package/dist/esm/gb-avatar_40.entry.js +48 -48
  161. package/dist/esm/gb-avatar_40.entry.js.map +1 -1
  162. package/dist/esm/gb-pagination-dot-group.entry.js +22 -0
  163. package/dist/esm/gb-pagination-dot-group.entry.js.map +1 -0
  164. package/dist/esm/gb-progress-bar.entry.js +1 -1
  165. package/dist/esm/gb-progress-circle.entry.js +1 -1
  166. package/dist/esm/gb-rich-text.entry.js +1 -1
  167. package/dist/esm/gb-scrollbar.entry.js +1 -1
  168. package/dist/esm/gb-toggle.entry.js +1 -1
  169. package/dist/esm/gb-token-field.entry.js +1 -1
  170. package/dist/esm/gb-verification-code-field.entry.js +2 -2
  171. package/dist/esm/globuscomponents.js +1 -1
  172. package/dist/esm/loader.js +1 -1
  173. package/dist/esm/reusableModels-e864cf6e.js.map +1 -1
  174. package/dist/esm/test-input-tag.entry.js +2 -2
  175. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  176. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  177. package/dist/globuscomponents/{p-92de0c24.entry.js → p-135fa032.entry.js} +2 -2
  178. package/dist/globuscomponents/p-184d9489.entry.js +2 -0
  179. package/dist/globuscomponents/p-184d9489.entry.js.map +1 -0
  180. package/dist/globuscomponents/{p-0d70523d.entry.js → p-2e30fc4c.entry.js} +2 -2
  181. package/dist/globuscomponents/p-2e30fc4c.entry.js.map +1 -0
  182. package/dist/globuscomponents/p-4f31ae97.js.map +1 -1
  183. package/dist/globuscomponents/{p-771bb16e.entry.js → p-707fcde4.entry.js} +2 -2
  184. package/dist/globuscomponents/{p-31e346c4.entry.js → p-8c916245.entry.js} +2 -2
  185. package/dist/globuscomponents/{p-470286c6.entry.js → p-964e5e0c.entry.js} +2 -2
  186. package/dist/globuscomponents/{p-7969a875.entry.js → p-9f01343e.entry.js} +2 -2
  187. package/dist/globuscomponents/{p-50f8c972.entry.js → p-c232233f.entry.js} +2 -2
  188. package/dist/globuscomponents/{p-21bd8122.entry.js → p-da0e6faf.entry.js} +2 -2
  189. package/dist/globuscomponents/{p-0a4a13a8.entry.js → p-efd85181.entry.js} +2 -2
  190. package/dist/types/components/gb-pagination-dot-group/gb-pagination-dot-group.d.ts +8 -0
  191. package/dist/types/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.d.ts +2 -2
  192. package/dist/types/components.d.ts +25 -4
  193. package/dist/types/models/reusableModels.d.ts +1 -0
  194. package/package.json +1 -1
  195. package/dist/components/p-9deaf0e8.js.map +0 -1
  196. package/dist/globuscomponents/p-0d70523d.entry.js.map +0 -1
  197. /package/dist/globuscomponents/{p-92de0c24.entry.js.map → p-135fa032.entry.js.map} +0 -0
  198. /package/dist/globuscomponents/{p-771bb16e.entry.js.map → p-707fcde4.entry.js.map} +0 -0
  199. /package/dist/globuscomponents/{p-31e346c4.entry.js.map → p-8c916245.entry.js.map} +0 -0
  200. /package/dist/globuscomponents/{p-470286c6.entry.js.map → p-964e5e0c.entry.js.map} +0 -0
  201. /package/dist/globuscomponents/{p-7969a875.entry.js.map → p-9f01343e.entry.js.map} +0 -0
  202. /package/dist/globuscomponents/{p-50f8c972.entry.js.map → p-c232233f.entry.js.map} +0 -0
  203. /package/dist/globuscomponents/{p-21bd8122.entry.js.map → p-da0e6faf.entry.js.map} +0 -0
  204. /package/dist/globuscomponents/{p-0a4a13a8.entry.js.map → p-efd85181.entry.js.map} +0 -0
@@ -1116,11 +1116,11 @@ const GbInputField = class {
1116
1116
  this.labelText = undefined;
1117
1117
  this.isReadOnly = false;
1118
1118
  this.results = [
1119
- // { name: 'John Doe', email: 'john.doe@example.com' },
1120
- // { name: 'Jane Smith', email: 'jane.smith@example.com' },
1121
- // { name: 'Alice Johnson', email: 'alice.johnson@example.com' },
1122
- // { name: 'Emmanuel Kadiri', email: 'kadiri2047@gmail.com' },
1123
- // { name: 'Gideon Ogunkola', email: 'gideon@example.com' },
1119
+ // { objectName: 'John Doe', objectValue: 'john.doe@example.com' },
1120
+ // { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },
1121
+ // { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },
1122
+ // { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },
1123
+ // { objectName: 'Gideon Ogunkola', objectValue: 'gideon@example.com' },
1124
1124
  // 10, 20, 30, 40, 50,
1125
1125
  ];
1126
1126
  this.menuPosition = undefined;
@@ -1170,18 +1170,18 @@ const GbInputField = class {
1170
1170
  // }
1171
1171
  selectStaff(item) {
1172
1172
  const isObject = typeof item === 'object';
1173
- const isSelected = this.selectedItems.some(i => (isObject ? i.name === item.name : i === item));
1173
+ const isSelected = this.selectedItems.some(i => (isObject ? i.objectName === item.objectName : i === item));
1174
1174
  if (isSelected) {
1175
1175
  // Unselect item: Move it from selectedItems to unselectedItems
1176
- this.selectedItems = this.selectedItems.filter(i => (isObject ? i.name !== item.name : i !== item));
1177
- if (!this.unselectedItems.some(i => (isObject ? i.name === item.name : i === item))) {
1176
+ this.selectedItems = this.selectedItems.filter(i => (isObject ? i.objectName !== item.objectName : i !== item));
1177
+ if (!this.unselectedItems.some(i => (isObject ? i.objectName === item.objectName : i === item))) {
1178
1178
  this.unselectedItems = [...this.unselectedItems, item];
1179
1179
  }
1180
1180
  }
1181
1181
  else {
1182
1182
  // Select item: Move it from unselectedItems to selectedItems
1183
1183
  this.selectedItems = [...this.selectedItems, item];
1184
- this.unselectedItems = this.unselectedItems.filter(i => (isObject ? i.name !== item.name : i !== item));
1184
+ this.unselectedItems = this.unselectedItems.filter(i => (isObject ? i.objectName !== item.objectName : i !== item));
1185
1185
  this.inputValueChanged.emit(this.selectedItems);
1186
1186
  }
1187
1187
  // this.results = [];
@@ -1240,7 +1240,7 @@ const GbInputField = class {
1240
1240
  isTagItemSelected(item) {
1241
1241
  // return this.selectedStaff.some(i => i.name === item.name);
1242
1242
  const isObject = typeof item === 'object';
1243
- return this.selectedItems.some(i => (isObject ? i.name === item.name : i === item));
1243
+ return this.selectedItems.some(i => (isObject ? i.objectName === item.objectName : i === item));
1244
1244
  }
1245
1245
  handleItemSelect(option) {
1246
1246
  // For other types, allow only one selection
@@ -1285,24 +1285,24 @@ const GbInputField = class {
1285
1285
  this.inputElement.removeEventListener('input', this.handleTagInput.bind(this));
1286
1286
  }
1287
1287
  render() {
1288
- return (index.h("div", { key: 'b54af637157535b06cf9ee6a9668efac61b3d6e8', class: `input_container` }, index.h("div", { key: 'd588125218b506648cae8c03a34a6480af0719bf', class: `input_with_label` }, this.showLabel && index.h("p", { key: 'dd6c5e73bfb6189c688cd308e8008db02ca47539', class: "label text-sm-medium" }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase()), this.type === 'default' && [
1289
- index.h("div", { key: '3f997825cd55c0cd194da4ef63e933410165a937', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("input", { key: 'fc35e6951570b70a5625027ca2f72183cf2697b7', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), index.h(index.Fragment, null, this.showValidation && (index.h("svg", { key: '1c399bda8d15c0059dad34233888c038dcc526d2', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, index.h("path", { key: '361fbc55fd9031c1d0c4856719888754050c294c', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '39ba9de5200e25a031017b05909f3db2aea9c83c', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
1288
+ return (index.h("div", { key: 'ea100ef466133f027eca3fbf0bfd876508c8b024', class: `input_container` }, index.h("div", { key: 'c88e2eba1ac3473f7f3e75b8354da1d9e061c4de', class: `input_with_label` }, this.showLabel && index.h("p", { key: '0064082fb12ba83440995410d0c5a4471084dfc5', class: "label text-sm-medium" }, this.label.charAt(0).toUpperCase() + this.label.slice(1).toLowerCase()), this.type === 'default' && [
1289
+ index.h("div", { key: '79c2656dd571fa4b9e99e5486f3afcea1e2fc8a7', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("input", { key: '38491478c60b39b4d03f2747539ea98b5fbb77f4', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), index.h(index.Fragment, null, this.showValidation && (index.h("svg", { key: '21f870516d25a3c12b3164b37874ca5bc508178e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, index.h("path", { key: '2b524929b29836e32ebd25bd60e1d6eb14fc9203', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '7f5aec9d68301d9f5032d0a583eeb46dfe70ea52', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
1290
1290
  ], this.type === 'icon_leading' && [
1291
- index.h("div", { key: '98eb7ddc614d3fadd2641ed0580a900024c37acd', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '38c20c3bb77b303e99258d9921db5b008abd94cd', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), index.h("input", { key: 'f4f701001368996c45d03124cafd43446a38f56e', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value, ref: el => (this.inputRef = el) }), index.h(index.Fragment, null, this.showValidation && !this.destructive && (index.h("svg", { key: 'e84165b61019a78b3374bd1cbf408e5caf5e5fdc', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, index.h("path", { key: '19bb366cb26ee5b543cf31504c3b3621a12fd550', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '1c9057ac1a3f9747a985a1f8fa2630698e2c979e', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (index.h("gb-button", { key: 'b43af5dff519c6a26061000879474bc40d892f5a', size: "sm", hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg", onClick: () => this.clearInput() })))),
1291
+ index.h("div", { key: '97fe82cdadf0b23a6e4f5fba029846809a58c9df', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: 'f01c260f142cdfeaaf3d923c052da721db3e4ac2', class: `icon ${this.size} ${this.state}`, innerHTML: this.leadingIconSvg }), index.h("input", { key: 'a087b43bd4ac1132396be07d06ea87bee31ca978', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value, ref: el => (this.inputRef = el) }), index.h(index.Fragment, null, this.showValidation && !this.destructive && (index.h("svg", { key: '2ba98c9010c57ec213766c64dceae93f31f098c6', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", class: "tick" }, index.h("path", { key: 'a8fed9fabe57d74442f9e166b16fb25a81a64409', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: 'e9d57e17076c270fd5d506fa0670a957f2125dda', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.showCloseButton && !this.destructive && (index.h("gb-button", { key: '2445e12e23b2dfd35ce23fa29ea4e0e77c71589f', size: "sm", hierarchy: "tertiary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/cancel-01.svg", onClick: () => this.clearInput() })))),
1292
1292
  ], this.type === 'leading_dropdown' && [
1293
- index.h("div", { key: 'f6d601e5c5a51748c8b0cbe933c5dbb1ba0c6b9f', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '1ee430926ebc9f2d016a59affeb5ade97bfe1697', class: `leading_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, index.h("div", { key: '99beb476fa51eceebe462b506c375946ceba179c', class: `country_icon` }, index.h("img", { key: '7dc3efde136e62f0c9515d578b441976ac26314d', src: "build/assets/NG.svg", alt: "" })), index.h("div", { key: '7741ead74803f09fae743f715d9992f903b960e9', class: `dropdown_text` }, index.h("p", { key: 'a584a695414b34be45d2025e033ef16f9f468232', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), index.h("div", { key: 'fa2953a7eba6ea24781475ee510c225a4f9a5e07', class: `dropdown_arrow` }, index.h("svg", { key: '2f6edf636f11bdc222068a6518e0d374ef03a7a5', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '04b887ec75a4d87cc2e5a04ce9d66b79c22ade0f', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), index.h("div", { key: 'cd4ae4eb85d70e80bbbab00d58f4831995e5d1a7', class: `leading_dropdown_text_input` }, index.h("input", { key: '37beabb2c1cd5ea90649b3d139da91e3b8dc8799', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (index.h("svg", { key: '95b211ef22b3028f9198f8bbf38d6e388eb966b6', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '193eacccdb89c9a4d1f7324ab16fec69abc2139f', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: 'a2bcf0c83c52da5fd48bc427210724175fa27d2b', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
1294
- index.h(index.Fragment, null, this.showDropdown && (index.h("div", { key: '3b3bcbdca6dd04555582ffe32082ea32122236d0', class: `dropdown_menu ${this.type} ${this.size}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (index.h("gb-input-dropdown-menu-item", { type: "default", state: reusableModels.StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, index.h("p", { slot: "name" }, option))))))),
1293
+ index.h("div", { key: 'c07f86eb73c1e7c8b32c916bcfc632a8259013d4', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '6f55a80b19f7afada82ba7d5cb93cd6054d6de9d', class: `leading_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, index.h("div", { key: '276292578ca06147e134370943ada9f0f8c5d956', class: `country_icon` }, index.h("img", { key: '056c8657654d311d6ed7c265e19bc30a6752218d', src: "build/assets/NG.svg", alt: "" })), index.h("div", { key: 'ac38a68a797604c61459e6a40040ab40a796ff8a', class: `dropdown_text` }, index.h("p", { key: '6cba200b4d0a826826977dd4ad64a6f79cc81052', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), index.h("div", { key: '07fea2330b840494f560e06f7561d4ca6419ce48', class: `dropdown_arrow` }, index.h("svg", { key: '279eabc024e686caa5752362a6c0b5b6ec8de088', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'f39035d0d6e960aecff9ca83c339536e8d54b23e', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" })))), index.h("div", { key: 'c9f54d75a08b31f4ae1a10bc392a2e9aaa7280ac', class: `leading_dropdown_text_input` }, index.h("input", { key: '181967d3e3d86cf06570c254e2797371f8468b8c', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (index.h("svg", { key: 'ff01f9b0c250f24a26214e63b39d433eaea46d2a', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '8298239cd39b79f80cfc8f6e1e9c1a423a9fb934', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: 'c454301efa24aaa04a429b066094fa4c47083255', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
1294
+ index.h(index.Fragment, null, this.showDropdown && (index.h("div", { key: '5bee2c1853137136cb88b419ff434f0daae008cd', class: `dropdown_menu ${this.type} ${this.size}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (index.h("gb-input-dropdown-menu-item", { type: "default", state: reusableModels.StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, index.h("p", { slot: "name" }, option))))))),
1295
1295
  ], this.type === 'trailing_dropdown' && [
1296
- index.h("div", { key: '943016de9c25c4ecd983659a1bbf5470999646d5', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '4f7a850c8311a9697d2ca9fca5f465fe23633a87', class: `trailing_dropdown_content` }, index.h("p", { key: '8214a5446355014a7c6e8dc3f5a5e03235984827', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), index.h("input", { key: '45bca73e2131c65eb33fcc75bc29f224ba6e8993', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (index.h("div", { key: '677c201303e8c6a710d9f0faf284f8c8f9286132', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("div", { key: 'dee6ce6d216a22bf6db2b52996d6ddeea297251b', class: `trailing_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, index.h("div", { key: 'd4e9cf027a8d2ce83881a1ef0775d753e6fd9062', class: `dropdown_text` }, index.h("p", { key: '1fc14cc3f8b3ef98eca4707f0f5e8c86513c3a99', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), index.h("div", { key: 'fc826746fd85a248529a5026de88e29066da37d5', class: `dropdown_arrow` }, index.h("svg", { key: '53f6436a5ee68dbd1a936811a1e0fe80faf390f9', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '29d8411c24741a359f6053d7fc4afdd2b2265491', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))),
1297
- index.h(index.Fragment, null, this.showDropdown && (index.h("div", { key: '4a2d5c73f8e53b5312d48df7e31ea545c90973f8', class: `dropdown_menu ${this.type} ${this.size}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (index.h("gb-input-dropdown-menu-item", { type: "default", state: reusableModels.StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, index.h("p", { slot: "name" }, option))))))),
1296
+ index.h("div", { key: '0c3184c81c7e70ffcd88da2c468caa801eaef3d6', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '6b1e195d0cc19ed9577aa22432ce8e3b56a8bbfa', class: `trailing_dropdown_content` }, index.h("p", { key: '26b54f1068c39d1249b6fc5d8e7cd0302424bf5c', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, "$"), index.h("input", { key: 'a7d117e0d22f942f2af048dd0b74d9d5718b34f1', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (index.h("div", { key: '6e9f66cb128e80d6f9d77c7fe830f1c862ab6cca', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("div", { key: '77e65345b7a25160c511c58746297a1c19846b79', class: `trailing_dropdown_dropdown`, onClick: () => (this.showDropdown = !this.showDropdown) }, index.h("div", { key: '81775545b3fddc3bf47c900a53581f0db3e0d791', class: `dropdown_text` }, index.h("p", { key: '66b8eaadb86efa051806fcd2b28a7f5712508376', class: "text-md-regular", style: { color: 'var(--color-text, #4B5565)' } }, this.selectedItem)), index.h("div", { key: 'e77395b807946c9e030800ceb4564b116014f726', class: `dropdown_arrow` }, index.h("svg", { key: 'c1e86e5838184d8e4fb649fc2704f772b652736e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '7f74173a4f6aa4253e8e561b87eaf4654c1dd14b', d: "M15 7.50004C15 7.50004 11.3176 12.5 9.99996 12.5C8.68237 12.5 5 7.5 5 7.5", stroke: "#4B5565", "stroke-width": "1.66667", "stroke-linecap": "round", "stroke-linejoin": "round" }))))),
1297
+ index.h(index.Fragment, null, this.showDropdown && (index.h("div", { key: '59c7c4b22488d668a4d4dd09461b5402f36b9adc', class: `dropdown_menu ${this.type} ${this.size}`, ref: el => (this.dropdownRef = el) }, this.options.map(option => (index.h("gb-input-dropdown-menu-item", { type: "default", state: reusableModels.StateEnum.Default, selected: this.isItemSelected(option), onClick: () => this.handleItemSelect(option) }, index.h("p", { slot: "name" }, option))))))),
1298
1298
  ], this.type === 'leading_text' && [
1299
- index.h("div", { key: 'f8c2f18e2c71146451aa5d9629f9e88b6134db43', class: "leading_text_input" }, index.h("div", { key: 'fd4d068b5f4abd4ad53b38f4597201443dfaeba5', class: `add_on` }, index.h("p", { key: '404c1a9dc85909876ee4206218cf92fd58f563d3', class: `text-md-regular`, style: { color: this.state === 'disabled' ? 'var(--color-text-disabled, #CDD5DF)' : 'var(--color-text, #4B5565)' } }, "http://")), index.h("div", { key: '0dda843ee255b6c8006fa9b0d40e8b425fab4abf', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("input", { key: 'b0fb46dcd74b99fbd833e7e3ab4e18efef2227cc', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (index.h("svg", { key: 'd0aa87f4151898f51dcaf614eb5364bc0de7f523', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '7caecf03ac868c2df64327529ae5bcd5ede663c4', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '63c3075d433485c3d27539a8aa87562c0ddae172', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
1300
- ], this.type === 'payment_input' && (index.h("div", { key: '07bfcdf9b581cf5f58e36a7db99e7d5a1636fe3b', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("svg", { key: 'c712b087f5b1081559da14bc1914e86288f7e454', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, index.h("path", { key: '99a05ce2ec99b13a24b9b2f19f5fae556e2b7ac3', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), index.h("path", { key: '14fd53604999a12d008c4175a5867b4ce06a8b2d', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), index.h("path", { key: '3c0821a7a10695c10b9be7c8b239d6beccf6c6a5', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), index.h("input", { key: '0fd1782a82f1bc100f06f630392024f79648ffbe', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), index.h(index.Fragment, null, this.showValidation && !this.destructive && (index.h("svg", { key: 'ebf0e9ee5ad02940a7b9463dc1a07d87f6b6b490', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '26e878d6ee66d29e750a24870f4787715759f17c', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: 'a47bbb81cdca570ce3310fce19ebae39773d185a', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (index.h("div", { key: '37d7fd1e459ed6b50c723923bdeaa43ce0db4afe', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '256b53280c9f508ece8dfe074914ccb3e54fa925', class: `trailing_button_text_input ${this.size}` }, index.h("input", { key: '404ea95a3e4a9b5df4a834e9ddeeec6f568daa19', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), ref: el => (this.inputRef = el), value: this.value }), this.showValidation && !this.destructive && (index.h("svg", { key: '44ff12fce63a3900a8fc658833e0462a6bf00e81', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '0a0fbe82ebb890758bf047182f4068a7ae81aed0', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '9e97d328f89195a736fa29646e240d6a820c8f88', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("gb-button", { key: '7c033c8acf632163c9bccf240c5e6709c4a1a81d', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg", onClick: () => this.copyToClipboard() }))), this.type === 'password' && (index.h("div", { key: 'ab5b0d4dc15cd27fda08bbfbb2ca372f34eb5721', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '3f8130850a83daf307b0b1b6f06bcc32e502934b', class: `password_content` }, index.h("input", { key: '39d79880f0a9b6e521c20b309979bbeae982b841', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), this.showValidation && !this.destructive && (index.h("svg", { key: 'fb6aae5c5111257d086f93979670823a7a9c5f2b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'a516f1557e6e0497320b0007bbeb58ae1d593c8d', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '76adf84fa26196dbfb0fa4e2b8530bd74821525b', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("div", { key: 'adcdcf93de5aa60bef812f3b98da00bfe6b0c344', class: `dropdown` }, index.h("gb-password-button", { key: '927718bd4af9db8a81c53d00eba6624cd6f596e1', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (index.h("div", { key: '3920222c80c24859642e945e2b1070b5885fdd51', class: `password_icon_leading_input input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '5a0c21afecba0d2958c966df1f764ce149c603c1', class: `password_icon_leading_content` }, index.h("svg", { key: '56f6205bbed291a612eef73118b58ccdcd7cf7b7', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'a441180255545dcd4290e81acd0a0ff0babef1c8', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), index.h("input", { key: '394e9e5afab6549d5739e83bad5aaf278b9be464', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) })), this.showValidation && !this.destructive && (index.h("svg", { key: '254b22481a0769ce93101b316ad26888afcce22b', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '5058532e7678068a01cf541f9aa4cf76d42ce587', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '9586ad27308ab53448c67d3a19d9089967d0580b', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), index.h("gb-password-button", { key: 'e738033f4cc808575881d276b70ff762cc32bae5', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
1301
- index.h("div", { key: 'c9e2e6eb6a7a0e7b94ae0b3f98c01ba47a1db0cd', class: `count_input` }, index.h("div", { key: 'bdb47bb6498472ff6f8aeee72e0fadca37ff318a', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, index.h("input", { key: 'c597c82d282d1887e5939aade6969d153d74b926', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (index.h("div", { key: '9fe04945fe162bb64258964b7e774f69bfd445d8', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("div", { key: '794d19da130e02b2a3b84e7d903d53670c18b075', class: `action ${this.state}` }, index.h("gb-button", { key: 'ab7ad1877eada3bd4f91eb117f027db4425f1861', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), index.h("hr", { key: '9c93c9697834b1c6788859c0754b570b766b0144' }), index.h("gb-button", { key: 'ff87ac09d05f269f8316dbf676a263e01509115b', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
1302
- ], this.type === 'tags' && (index.h("div", { key: 'c3da671b1a272c28225c4d9a2a05ee2e7e7472cc', class: `input_group ${this.state}`, ref: el => (this.inputGroupElement = el), onClick: () => this.handleWrapperClick() }, index.h("div", { key: 'dd7a0397f9ef93ab85f1a01722b54eea6e21f9b4', class: `input_like_parent ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, index.h("div", { key: '5b070c3387c8f60c02b8581342cd2111f468747e', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, !this.value ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => (index.h(index.Fragment, null, typeof item === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, item.name.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, item.name.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("p", null, item)))))))) : (index.h(index.Fragment, null, this.value.map((val, index$1) => (index.h(index.Fragment, null, typeof val === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.name.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, val.name.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("p", null, val)))))))), index.h("span", { key: '37d95d2a41a73227d2315415ee37478bf02f53f9', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: 'ec490dbfb8d6e7a4abaac536a9593d125182d3d4', class: "input_field" }, index.h("input", { key: '37dc800ee2d5cec0f9a7b291c0e5a6e3c5bff557', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
1299
+ index.h("div", { key: 'e24af43edaa6b282a6fa8e413918c3a73e87e0b6', class: "leading_text_input" }, index.h("div", { key: '44dcd5f4a6ae22b8c528e232f84c2f65258b06de', class: `add_on` }, index.h("p", { key: '9c1943e4038b67a758d4e8a40a11dc0e7cdbf57d', class: `text-md-regular`, style: { color: this.state === 'disabled' ? 'var(--color-text-disabled, #CDD5DF)' : 'var(--color-text, #4B5565)' } }, "http://")), index.h("div", { key: '58e40bc475634a32ed3b454c6409d6b29bd4bccf', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("input", { key: 'aceb17894b6954123e65cff3c110f621deda96e2', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showValidation && !this.destructive && (index.h("svg", { key: '55b2aa5eac8d4137aa98202bb519abcee845684f', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'd748f7251af7d653c33d8601ce0de28104d279f4', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '7e6c00de8bde606afc1dd1a8719419638c7c60f9', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))))),
1300
+ ], this.type === 'payment_input' && (index.h("div", { key: '615651f791c5c8087e9a076b42b0c4e9deac42c7', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("svg", { key: '5201613c685f737e2eb74d9ff60ac928a3272a92', xmlns: "http://www.w3.org/2000/svg", width: "23", height: "14", viewBox: "0 0 23 14", fill: "none" }, index.h("path", { key: 'd03c2a9509da1bdf4b760ac577fb82f31fbd53c7', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C9.99493 12.8275 8.45902 13.43 6.78069 13.43C3.03582 13.43 0 10.4303 0 6.72997C0 3.02966 3.03582 0.0299683 6.78069 0.0299683C8.45902 0.0299683 9.99493 0.632466 11.179 1.63051C12.363 0.632466 13.8989 0.0299683 15.5773 0.0299683C19.3221 0.0299683 22.358 3.02966 22.358 6.72997C22.358 10.4303 19.3221 13.43 15.5773 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#ED0006" }), index.h("path", { key: '261a85d2c0156696e03705d0f5d7557f46e49a9e', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77192 13.5614 6.72997C13.5614 4.68801 12.6369 2.85941 11.179 1.63051C12.363 0.632465 13.8989 0.0299683 15.5772 0.0299683C19.3221 0.0299683 22.3579 3.02966 22.3579 6.72997C22.3579 10.4303 19.3221 13.43 15.5772 13.43C13.8989 13.43 12.363 12.8275 11.179 11.8294Z", fill: "#F9A000" }), index.h("path", { key: '4d59fd35338ce368f19d42806811f3173dbc74e0', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.179 11.8294C12.6369 10.6005 13.5614 8.77193 13.5614 6.72999C13.5614 4.68805 12.6369 2.85946 11.179 1.63055C9.72109 2.85946 8.79663 4.68805 8.79663 6.72999C8.79663 8.77193 9.72109 10.6005 11.179 11.8294Z", fill: "#FF5E00" })), index.h("input", { key: '575dd360499828647e1b6e21dfce7c4dd752f2b4', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), index.h(index.Fragment, null, this.showValidation && !this.destructive && (index.h("svg", { key: '46c5d5b8b55f6053bfb73dd35b6eabb912e867e5', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'ec8d65a73fa1c954d9f8d1a2bce79c9de8fa19f1', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '8bb43de4354e3d6d4535ac3174d47adb4972cea8', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))))), this.type === 'trailing_button' && (index.h("div", { key: '8e6acd4c38353989322bf05736ca502ef2d3ce04', class: `input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '5a691b226ba0e4af923b480524cd287986f54c03', class: `trailing_button_text_input ${this.size}` }, index.h("input", { key: 'd6815a9f0c0cb6cb71818199766746ad2a1603fe', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), ref: el => (this.inputRef = el), value: this.value }), this.showValidation && !this.destructive && (index.h("svg", { key: 'ec1154e88f0982963957f82d4c5fb070d9021e43', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '5aeb000a28b5b774f5c95feb2998b0ecf95bacb5', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: '5861c18c4474aa096c9d6c1e7ee804bf52906ec3', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("gb-button", { key: '06229e24e35b44f4c5a8e82b4f41b34b2c19aa7e', size: "lg", hierarchy: "tertiary_gray", icon: "only", state: this.state === 'disabled' ? 'disabled' : 'default', "icon-leading": true, "icon-leading-swap": "assets/copy-01.svg", onClick: () => this.copyToClipboard() }))), this.type === 'password' && (index.h("div", { key: 'e25e8b70bbc71f2ffc8494b4903d5e4b09b65946', class: `password_input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: 'fe2c0b0df9b7e073bbc83e5f2540e965ca9a1c79', class: `password_content` }, index.h("input", { key: '5e2a54ffa243aee9b8bd55556e05aff7c68788af', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) }), this.showValidation && !this.destructive && (index.h("svg", { key: '8021fca3c8d8bf11ff5e1d8f06357c8fcb09f143', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '80463069f883304c32e261e243661d8fa4bc8cd1', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: 'a76e148e8f5904dc7f6faf433f6c5553fab5b32f', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("div", { key: '51cbc835603f302862019e1862122904e3b32f7c', class: `dropdown` }, index.h("gb-password-button", { key: '54034a27d89a66824fb9a99f1bf49d5eeab2596b', onClick: () => this.togglePasswordVisibility() })))), this.type === 'password_icon_leading' && (index.h("div", { key: '83427c9614b6cb7cf46c96bd28c3d2192de2e34c', class: `password_icon_leading_input input ${this.type} ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}` }, index.h("div", { key: '10ea76ba0bf8902b75e583de7a8ea83e3ca33228', class: `password_icon_leading_content` }, index.h("svg", { key: 'ca9c33b6380709beba84c78176c54b928f059bc3', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '4b76327c0730040ed084f598eda95d606fe4a62c', d: "M12.0759 12.1667C11.6617 12.1667 11.3259 12.5025 11.3259 12.9167C11.3259 13.3309 11.6617 13.6667 12.0759 13.6667V12.1667ZM12.0833 13.6667C12.4976 13.6667 12.8333 13.3309 12.8333 12.9167C12.8333 12.5025 12.4976 12.1667 12.0833 12.1667V13.6667ZM7.91668 12.1667C7.50246 12.1667 7.16668 12.5025 7.16668 12.9167C7.16668 13.3309 7.50246 13.6667 7.91668 13.6667V12.1667ZM7.92415 13.6667C8.33836 13.6667 8.67415 13.3309 8.67415 12.9167C8.67415 12.5025 8.33836 12.1667 7.92415 12.1667V13.6667ZM16.4435 10.1294L17.1868 10.0293L16.4435 10.1294ZM13.7003 7.58258L13.7347 6.83337L13.7003 7.58258ZM13.7003 18.2508L13.7347 19L13.7003 18.2508ZM16.4435 15.704L15.7002 15.6039L16.4435 15.704ZM6.29973 7.58258L6.33417 8.33179L6.29973 7.58258ZM3.55652 10.1294L2.81323 10.0293L3.55652 10.1294ZM6.29973 18.2508L6.33417 17.5015L6.29973 18.2508ZM3.55652 15.704L4.29981 15.6039L3.55652 15.704ZM5.50001 7.5C5.50001 7.91422 5.8358 8.25 6.25001 8.25C6.66422 8.25 7.00001 7.91422 7.00001 7.5H5.50001ZM13 7.5C13 7.91422 13.3358 8.25 13.75 8.25C14.1642 8.25 14.5 7.91422 14.5 7.5H13ZM12.0759 13.6667H12.0833V12.1667H12.0759V13.6667ZM7.91668 13.6667H7.92415V12.1667H7.91668V13.6667ZM10 17.5833C8.69057 17.5833 7.50287 17.5553 6.33417 17.5015L6.26528 19C7.45761 19.0548 8.66829 19.0833 10 19.0833V17.5833ZM13.6659 17.5015C12.4972 17.5553 11.3094 17.5833 10 17.5833V19.0833C11.3317 19.0833 12.5424 19.0548 13.7347 19L13.6659 17.5015ZM17.1868 15.804C17.3105 14.8853 17.4167 13.9152 17.4167 12.9167H15.9167C15.9167 13.8142 15.8211 14.7058 15.7002 15.6039L17.1868 15.804ZM17.4167 12.9167C17.4167 11.9181 17.3105 10.948 17.1868 10.0293L15.7002 10.2295C15.8211 11.1275 15.9167 12.0192 15.9167 12.9167H17.4167ZM10 8.25C11.3095 8.25 12.4972 8.27806 13.6659 8.33179L13.7347 6.83337C12.5424 6.77856 11.3317 6.75 10 6.75V8.25ZM6.33417 8.33179C7.50287 8.27806 8.69057 8.25 10 8.25V6.75C8.66829 6.75 7.45761 6.77856 6.26528 6.83337L6.33417 8.33179ZM2.81323 10.0293C2.68953 10.948 2.58334 11.9181 2.58334 12.9167H4.08334C4.08334 12.0192 4.1789 11.1275 4.29981 10.2295L2.81323 10.0293ZM2.58334 12.9167C2.58334 13.9152 2.68953 14.8853 2.81323 15.804L4.29981 15.6039C4.1789 14.7058 4.08334 13.8142 4.08334 12.9167H2.58334ZM17.1868 10.0293C16.9527 8.29067 15.5122 6.91509 13.7347 6.83337L13.6659 8.33179C14.6943 8.37907 15.5595 9.18437 15.7002 10.2295L17.1868 10.0293ZM13.7347 19C15.5122 18.9183 16.9527 17.5427 17.1868 15.804L15.7002 15.6039C15.5595 16.649 14.6943 17.4543 13.6659 17.5015L13.7347 19ZM6.26528 6.83337C4.48781 6.91508 3.04732 8.29067 2.81323 10.0293L4.29981 10.2295C4.44052 9.18437 5.30576 8.37907 6.33417 8.33179L6.26528 6.83337ZM6.33417 17.5015C5.30576 17.4543 4.44052 16.649 4.29981 15.6039L2.81323 15.804C3.04732 17.5427 4.48782 18.9183 6.26528 19L6.33417 17.5015ZM7.00001 7.5V5.41667H5.50001V7.5H7.00001ZM13 5.41667V7.5H14.5V5.41667H13ZM10 2.41667C11.6569 2.41667 13 3.75981 13 5.41667H14.5C14.5 2.93139 12.4853 0.916668 10 0.916668V2.41667ZM7.00001 5.41667C7.00001 3.75981 8.34316 2.41667 10 2.41667V0.916668C7.51473 0.916668 5.50001 2.93139 5.50001 5.41667H7.00001Z", fill: "#4B5565" })), index.h("input", { key: 'a76de7b33869212fba18cd369dbfeee7ebe6f997', class: `content text-md-regular ${this.type} ${this.state}`, type: this.isPasswordVisible ? 'text' : 'password', placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event) })), this.showValidation && !this.destructive && (index.h("svg", { key: 'ef2df6b5daeaa9108986274a6eab2450f0a44064', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '3e606f782f74231650547de197a9582f4c169f7c', d: "M4.16675 12.0833C4.16675 12.0833 5.41675 12.0833 7.08341 15C7.08341 15 11.7158 7.36112 15.8334 5.83334", stroke: "#079455", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), this.showHelpIcon && (index.h("div", { key: 'ccb7d159d50c54e02e033390a21e9adb0bd726f1', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), index.h("gb-password-button", { key: 'deabc4342242da2de36d9232b0b9b9eef3f470d9', onClick: () => this.togglePasswordVisibility() }))), this.type === 'count' && [
1301
+ index.h("div", { key: '3125f517fe740df07afad469a4b0aed8eeb25f66', class: `count_input` }, index.h("div", { key: '7a2af806d77b092075b660bcb8fd8b593bf2d4f2', class: `count_text_input ${this.destructive ? 'destructive' : ''} ${this.state}` }, index.h("input", { key: '1261d536ae46e7df74c6523d50dcfcf38aa44ef0', class: `content text-md-regular ${this.type} ${this.state}`, type: "text", placeholder: this.placeholder ? this.placeholder : '', onInput: event => this.handleInput(event), value: this.value }), this.showHelpIcon && (index.h("div", { key: 'da4efe139983e38e4785eb9062bbde2d2dbd9c1c', class: `help_circle` }, !this.destructive ? (index.h("gb-help-tooltip", { "show-supporting-text": true }, index.h("slot", { name: "tooltip_label", slot: "label" }), index.h("slot", { name: "tooltip_supporting_text", slot: "supporting_text" }))) : (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, index.h("path", { d: "M7.99458 10H8.00057M7.99992 8.00001V5.33334M14.6666 8.00001C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8.00001C1.33325 4.31811 4.31802 1.33334 7.99992 1.33334C11.6818 1.33334 14.6666 4.31811 14.6666 8.00001Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), index.h("div", { key: '804325ec72621258ba4ddf8f36b730a11dbe9484', class: `action ${this.state}` }, index.h("gb-button", { key: 'cf71cb126a9542eb8a42eb71ae4df95f9e7c5aad', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/minus_sign.svg" }), index.h("hr", { key: '0559f17d745d4bf8a57cd31b98016564dd36cb4f' }), index.h("gb-button", { key: '99c6df0ae0db7ed98ef0beca401dbb540d18a10c', size: "xl", state: this.state === 'disabled' ? 'disabled' : 'default', hierarchy: "tertiary_gray", icon: "only", "icon-leading": "true", "icon-leading-swap": "assets/plus_sign.svg" }))),
1302
+ ], this.type === 'tags' && (index.h("div", { key: 'f299c5f785cd0ee2120b04ed96f631e42694312c', class: `input_group ${this.state}`, ref: el => (this.inputGroupElement = el), onClick: () => this.handleWrapperClick() }, index.h("div", { key: 'd24a6d9140753184adb7467a9d90b8d68f615dca', class: `input_like_parent ${this.size} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, index.h("div", { key: '9c314b3cd6df48079064c4aa8f41fff298fd6574', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, !this.value ? (index.h(index.Fragment, null, this.selectedItems.map((item, index$1) => (index.h(index.Fragment, null, typeof item === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, item.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, item.objectName.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("p", null, item)))))))) : (index.h(index.Fragment, null, this.value.map((val, index$1) => (index.h(index.Fragment, null, typeof val === 'object' ? (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), index.h("p", null, val.objectName.split(' ')[0]))) : (index.h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.removeStaff(index$1) }, index.h("p", null, val)))))))), index.h("span", { key: '5a4f24777bb5c08d30762c9fd4dc2f764a8ce8c8', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), index.h("div", { key: '14e7d0f3213e0a3d40a8094c76faf0d2d4222d82', class: "input_field" }, index.h("input", { key: '8b5be51697ee5ba257118680a454b2891d5de09c', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
1303
1303
  // placeholder={this.placeholder && this.selectedStaff.length === 0 ? this.placeholder : ''}
1304
- value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff(), onInput: event => this.handleTagInput(event) })))), this.showDropdown && (index.h("div", { key: '4dfa23c17cde532a6f34983318ef29a9b713b719', class: `tags_dropdown_menu ${this.show ? 'show' : ''} ${this.menuPosition}` }, this.results.map(item => (index.h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: reusableModels.StateEnum.Default, onClick: () => this.selectStaff(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
1305
- ? [index.h("p", { slot: "name" }, item.name), index.h("p", { slot: "supporting_text" }, item.email)]
1304
+ value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff(), onInput: event => this.handleTagInput(event) })))), this.showDropdown && (index.h("div", { key: 'ad50f32150009cefa8718263e6b66c08438fd9fb', class: `tags_dropdown_menu ${this.show ? 'show' : ''} ${this.menuPosition}` }, this.results.map(item => (index.h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: reusableModels.StateEnum.Default, onClick: () => this.selectStaff(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
1305
+ ? [index.h("p", { slot: "name" }, item.objectName), index.h("p", { slot: "supporting_text" }, item.objectValue)]
1306
1306
  : typeof item !== 'object' && index.h("p", { slot: "name" }, item))))))))), !this.destructive ? index.h("p", { class: "hint_text text-sm-regular" }, this.hintText) : index.h("p", { class: "error_text text-sm-regular" }, this.errorText)));
1307
1307
  }
1308
1308
  get el() { return index.getElement(this); }
@@ -1396,7 +1396,7 @@ const GbNotificationPane = class {
1396
1396
  };
1397
1397
  GbNotificationPane.style = GbNotificationPaneStyle0;
1398
1398
 
1399
- const gbPaginationCss = "/* @import 'tailwind.css'; */\r\n\r\n:root {\r\n /* --------------------------------------Primary Colors--------------------------------------------- */\r\n /* base color palette */\r\n --base-white: #fff;\r\n --base-black: #000;\r\n\r\n\r\n /* gray color palette */\r\n --gray-25: #fcfcfd;\r\n --gray-50: #f6f8fa;\r\n --gray-100: #eef2f6;\r\n --gray-200: #e3e8ef;\r\n --gray-300: #cdd5df;\r\n --gray-400: #9aa4b2;\r\n --gray-500: #697586;\r\n --gray-600: #4b5565;\r\n --gray-700: #364152;\r\n --gray-800: #202939;\r\n --gray-900: #121926;\r\n --gray-950: #0D121C;\r\n\r\n /* brand dark blue color palette */\r\n --brandDarkBlue-25: #F9F9FB;\r\n --brandDarkBlue-50: #edeef3;\r\n --brandDarkBlue-100: #d3d5e0;\r\n --brandDarkBlue-200: #b5b9cc;\r\n --brandDarkBlue-300: #9095b2;\r\n --brandDarkBlue-400: #464f7f;\r\n --brandDarkBlue-500: #212c65;\r\n --brandDarkBlue-600: #1e285c;\r\n --brandDarkBlue-700: #1c2554;\r\n --brandDarkBlue-800: #161d43;\r\n --brandDarkBlue-900: #0b0f22;\r\n --brandDarkBlue-950: #070914;\r\n\r\n /* brand red color palette */\r\n --brandRed-25: #fffbfa;\r\n --brandRed-50: #fef1f2;\r\n --brandRed-100: #fde3e5;\r\n --brandRed-200: #f9b4ba;\r\n --brandRed-300: #f68e98;\r\n --brandRed-400: #f36976;\r\n --brandRed-500: #e21b2e;\r\n --brandRed-600: #cc1a2a;\r\n --brandRed-700: #b51726;\r\n --brandRed-800: #8c121d;\r\n --brandRed-900: #680d16;\r\n --brandRed-950: #3f080d;\r\n\r\n /* warning color palette */\r\n --warning-25: #fffcf5;\r\n --warning-50: #fffaeb;\r\n --warning-100: #fef0c7;\r\n --warning-200: #fedf89;\r\n --warning-300: #fec84b;\r\n --warning-400: #fdb022;\r\n --warning-500: #f79009;\r\n --warning-600: #dc6803;\r\n --warning-700: #b54708;\r\n --warning-800: #93370d;\r\n --warning-900: #7A2e0e;\r\n --warning-950: #4e1d09;\r\n\r\n /* success color palette */\r\n --success-25: #f6fef9;\r\n --success-50: #ecfdf3;\r\n --success-100: #dcfaeb;\r\n --success-200: #a9efc5;\r\n --success-300: #75e0a7;\r\n --success-400: #47cd89;\r\n --success-500: #17b26a;\r\n --success-600: #079455;\r\n --success-700: #067647;\r\n --success-800: #085d3a;\r\n --success-900: #074d31;\r\n --success-950: #053321;\r\n\r\n /* ------------------------------------------opacity color palette-------------------------------------- */\r\n /* 20% opacity */\r\n --darkBlue200-opacity20: rgba(181, 185, 204, 0.2);\r\n --darkBlue500-opacity20: rgba(33, 44, 101, 0.2);\r\n\r\n /* 30% opacity */\r\n --darkBlue200-opacity30: rgba(181, 185, 204, 0.3);\r\n --darkBlue500-opacity30: rgba(33, 44, 101, 0.3);\r\n\r\n /* 40% opacity */\r\n --darkBlue200-opacity40: rgba(181, 185, 204, 0.4);\r\n --darkBlue500-opacity40: rgba(33, 44, 101, 0.4);\r\n\r\n\r\n /* ------------------------------------------Secondary Color------------------------------------------- */\r\n /* blueLight color palete */\r\n --lightBlue-25: #F5FBFF;\r\n --lightBlue-50: #F0F9FF;\r\n --lightBlue-100: #E0F2FE;\r\n --lightBlue-200: #B9E6FE;\r\n --lightBlue-300: #7CD4FD;\r\n --lightBlue-400: #7CD4FD;\r\n --lightBlue-500: #0BA5EC;\r\n --lightBlue-600: #0086C9;\r\n --lightBlue-700: #026AA2;\r\n --lightBlue-800: #065986;\r\n --lightBlue-900: #0B4A6F;\r\n --lightBlue-950: #062C41;\r\n \r\n\r\n /* blue color palette */\r\n --blue-25: #ECF5FE;\r\n --blue-50: #E4F0FC;\r\n --blue-100: #C8E0F9;\r\n --blue-200: #9AC7F4;\r\n --blue-300: #6AA9E7;\r\n --blue-400: #378FE6;\r\n --blue-500: #075DB2;\r\n --blue-600: #064E94;\r\n --blue-700: #053E77;\r\n --blue-800: #042F59;\r\n --blue-900: #022445;\r\n --blue-950: #021D37;\r\n\r\n /* Purple color palete */\r\n --purple-25: #FAFAFF;\r\n --purple-50: #F4F3FF;\r\n --purple-100: #EBE9FE;\r\n --purple-200: #D9D6FE;\r\n --purple-300: #BDB4FE;\r\n --purple-400: #9B8AFB;\r\n --purple-500: #7A5AF8;\r\n --purple-600: #6938EF;\r\n --purple-700: #5925DC;\r\n --purple-800: #4A1FB8;\r\n --purple-900: #3E1C96;\r\n --purple-950: #27115F;\r\n\r\n\r\n /* pink color palette */\r\n --pink-25: #FEF6FB;\r\n --pink-50: #FDF2FA;\r\n --pink-100: #FCE7F6;\r\n --pink-200: #FCCEEE;\r\n --pink-300: #FAA7E0;\r\n --pink-400: #F670C7;\r\n --pink-500: #EE46BC;\r\n --pink-600: #DD2590;\r\n --pink-700: #C11574;\r\n --pink-800: #9E165F;\r\n --pink-900: #851651;\r\n --pink-950: #4E0D30;\r\n\r\n\r\n\r\n /* -------------------------------------------------Token---------------------------------------------- */\r\n\r\n /* -----------Text Color----------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-bold: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-bold: var(--gray-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-disabled: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-disabled: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-inverse: var(--base-black);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-brandDarkBlue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-brandDarkBlue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger-subtle: var(--brandRed-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger-subtle: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger-inverse: var(--brandRed-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-warning: var(--warning-600);\r\n }\r\n\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-warning: var(--warning-300);\r\n }\r\n\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-warning-subtle: var(--warning-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-warning-subtle: var(--warning-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-success: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-success-subtle: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-success-subtle: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-discovery-bold: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-discovery-bold: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-discovery: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-discovery: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-discovery-subtle: var(--blueLight-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-discovery-subtle: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-information-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-information: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-information-subtle: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-information-subtle: var(--blue-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-purple-bold: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-purple: var(--purple-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-purple-subtle: var(--purple-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-purple-subtle: var(--purple-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-pink: var(--pink-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-pink-subtle: var(--pink-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-pink-subtle: var(--pink-400);\r\n }\r\n\r\n\r\n /* --------------Link color--------------- */\r\n\r\n\r\n [data-theme=\"light\"] {\r\n --color-link: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-link: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-link-pressed: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-link-pressed: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-link-visited: var(--blueLight-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-link-visited: var(--blueLight-300);\r\n }\r\n\r\n\r\n /* --------------Icon color--------------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-bold: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-bold: var(--gray-100);\r\n }\r\n \r\n [data-theme=\"light\"] {\r\n --color-icon: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-disabled: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-disabled: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-inverse: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-brandDarkBlue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-brandDarkBlue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-danger: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-danger-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-danger-inverse: var(--brandRed-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-warning: var(--warning-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-warning: var(--warning-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-success: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-discovery-bold: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-discovery-bold: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-discovery: var(--blueLight-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-discovery: var(--blueLight-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-information-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-information: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-purple-bold: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-purple: var(--purple-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-pink: var(--pink-300);\r\n }\r\n\r\n /* ----------------Border Color --------------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-bold: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-bold: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-subtle: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-subtle: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-subtler: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-subtler: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-disabled: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-disabled: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-inverse: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-input: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-input: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-focus: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-focus: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-brandDarkBlue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-brandDarkBlue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger-subtle: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger-subtle: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger-subtler: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger-subtler: var(--brandRed-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning: var(--warning-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning: var(--warning-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning-subtle: var(--warning-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning-subtle: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning-subtler: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning-subtler: var(--warning-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success-subtle: var(--success-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success-subtle: var(--success-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success-subtler: var(--success-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success-subtler: var(--success-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery-bold: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery-bold: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery: var(--blueLight-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery: var(--blueLight-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery-subtle: var(--blueLight-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery-subtle: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery-subtler: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery-subtler: var(--blueLight-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information-subtle: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information-subtle: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information-subtler: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information-subtler: var(--blue-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple-bold: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple: var(--purple-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple-subtle: var(--purple-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple-subtle: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple-subtler: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple-subtler: var(--purple-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink: var(--pink-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink-subtle: var(--pink-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink-subtle: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink-subtler: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink-subtler: var(--pink-900);\r\n }\r\n\r\n\r\n\r\n /* Emmanuel Kadiri starts from background color */\r\n\r\n /* ----------------Background Color --------------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-card-bold: var(--gray-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-card-bold: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-card: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-card: var(--gray-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-input: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-input: var(--gray-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-disabled: var(--gray-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-disabled: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandDarkblue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandDarkblue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandRed-hover: var(--brandRed-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandRed-hover: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandRed-pressed: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandRed-pressed: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-bold: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-bold: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-subtle: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-subtle: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-subtler: var(--gray-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-subtler: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-subtlest: var(--gray-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-subtlest: var(--gray-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-subtle: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-subtle: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-subtler: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-subtler: var(--brandRed-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-subtlest: var(--brandRed-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-subtlest: var(--brandRed-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning: var(--warning-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning: var(--warning-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-subtle: var(--warning-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-subtle: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-subtler: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-subtler: var(--warning-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-subtlest: var(--warning-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-subtlest: var(--warning-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success: var(--success-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-subtle: var(--success-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-subtle: var(--success-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-subtler: var(--success-100); \r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-subtler: var(--success-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-subtlest: var(--success-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-subtlest: var(--success-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery-bold: var(--lightBlue-800)\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-bold: var(--lightBlue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery: var(--lightBlue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery: var(--lightBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"]{\r\n --color-background-discovery-subtle: var(--lightBlue-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-subtle: var(--lightBlue-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery-subtler: var(--lightBlue-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-subtler: var(--lightBlue-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery-subtlest: var(--lightBlue-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-subtlest: var(--lightBlue-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-bold: var(--blue-100)\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information-subtle: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-subtle: var(--blue-800);\r\n }\r\n\r\n [data-them=\"light\"] {\r\n --color-background-information-subtler: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-subtler: var(--blue-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information-subtlest: var(--blue-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-subtlest: var(--blue-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-subtle: var(--purple-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-subtle: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-subtler: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-subtler: var(--purple-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-subtlest: var(--purple-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-subtlest: var(--purple-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink: var(--pink-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-subtle: var(--pink-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-subtle: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-subtler: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-subtler: var(--pink-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-subtlest: var(--purple-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-subtlest: var(--pink-950);\r\n }\r\n\r\n\r\n\r\n /* ----------------Blanket Color --------------- */\r\n [data-theme=\"light\"] {\r\n --color-blanket: var(--darkBlue500-opacity20);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-blanket: var(--darkBlue200-opacity20);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-blanket-subtle: var(--darkBlue500-opacity30);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-blanket-subtle: var(--darkBlue200-opacity30);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-blanket-subtler: var(--darkBlue500-opacity40);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-blanket-subtler: var(--darkBlue200-opacity40);\r\n }\r\n\r\n\r\n\r\n /* ----------------Skeleton Color --------------- */\r\n [data-theme=\"light\"] {\r\n --color-skeleton: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-skeleton: var(--gray-800);\r\n }\r\n\r\n\r\n\r\n /* ----------------Surface Color --------------- */\r\n [data-theme=\"light\"] {\r\n --color-surface-bold: var(--gray-25);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface-bold: var(--gray-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-surface: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface: var(--gray-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-surface-hovered: var(--gray-100); \r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface-hovered: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-surface-pressed: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface-pressed: var(--gray-700);\r\n }\r\n}\r\n\r\n/* -----------------Shadow and Blur----------------- */\r\n:root{\r\n --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);\r\n --shadow-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);\r\n --shadow-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);\r\n --shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);\r\n --shadow-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);\r\n --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18); \r\n --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);\r\n\r\n --blur-sm: blur(4px);\r\n --blur-md: blur(8px);\r\n --blur-lg: blur(12px);\r\n --blur-xl: blur(20px);\r\n}\r\n\r\n.shadow-xs{\r\n box-shadow: var(--shadow-xs);\r\n}\r\n\r\n.shadow-sm{\r\n box-shadow: var(--shadow-sm);\r\n}\r\n\r\n.shadow-md{\r\n box-shadow: var(--shadow-md);\r\n}\r\n\r\n.shadow-lg{\r\n box-shadow: var(--shadow-lg);\r\n}\r\n\r\n.shadow-xl{\r\n box-shadow: var(--shadow-xl);\r\n}\r\n\r\n.shadow-2xl{\r\n box-shadow: var(--shadow-2xl);\r\n}\r\n\r\n.shadow-3xl{\r\n box-shadow: var(--shadow-3xl);\r\n}\r\n\r\n.blur-sm{\r\n backdrop-filter: var(--blur-sm);\r\n}\r\n\r\n.blur-md{\r\n backdrop-filter: var(--blur-md);\r\n}\r\n\r\n.blur-lg{\r\n backdrop-filter: var(--blur-lg);\r\n}\r\n\r\n.blur-xl{\r\n backdrop-filter: var(--blur-xl);\r\n}\r\n\r\n\r\n/* -----------------Gradients----------------- */\r\n:root{\r\n /* Gray Gradients */\r\n /* --gray-gradient-600: linear-gradient(); */\r\n --gradient-gray-600-to-500-90d: linear-gradient(90deg, var(--gray-600), var(--gray-500));\r\n --gradient-gray-700-to-600-45d: linear-gradient(45deg, var(--gray-700), var(--gray-600));\r\n --gradient-gray-800-to-600-45d: linear-gradient(45deg, var(--gray-800), var(--gray-600));\r\n --gradient-gray-800-to-600-90d: linear-gradient(90deg, var(--gray-800), var(--gray-600));\r\n --gradient-gray-800-to-700265-d: linear-gradient(26.5deg, var(--gray-800), var(--gray-700));\r\n --gradient-gray-900-to-600-45d: linear-gradient(45deg, var(--gray-900), var(--gray-600));\r\n\r\n /* Brand Dark Blue Gradients */\r\n --gradient-darkBlue-500-to-400-90d: linear-gradient(90deg, var(--brandDarkBlue-500), var(--brandDarkBlue-400));\r\n --gradient-darkBlue-700-to-500-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-500));\r\n --gradient-darkBlue-700-to-400-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-400));\r\n --gradient-darkBlue-800-to-500-90d: linear-gradient(90deg, var(--brandDarkBlue-800), var(--brandDarkBlue-500));\r\n --gradient-darkBlue-800-to-600265-d: linear-gradient(26.5deg, var(--brandDarkBlue-800), var(--brandDarkBlue-600));\r\n --gradient-darkBlue-900-to-600-45d: linear-gradient(45deg, var(--brandDarkBlue-900), var(--brandDarkBlue-600));\r\n\r\n /* Brand Red Gradients */\r\n --gradient-red-500-to-400-90d: linear-gradient(90deg, var(--brandRed-600), var(--brandRed-400));\r\n --gradient-red-700-to-500-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-500));\r\n --gradient-red-700-to-400-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-400));\r\n --gradient-red-800-to-500-90d: linear-gradient(90deg, var(--brandRed-800), var(--brandRed-500));\r\n --gradient-red-800-to-600265-d: linear-gradient(26.5deg, var(--brandRed-800), var(--brandRed-600));\r\n --gradient-red-900-to-600-45d: linear-gradient(45deg, var(--brandRed-900), var(--brandRed-600));\r\n\r\n /* Blue Gradients */\r\n --gradient-blue-500-to-400-90d: linear-gradient(90deg, var(--blue-500), var(--blue-400));\r\n --gradient-blue-700-to-500-45d: linear-gradient(45deg, var(--blue-700), var(--blue-500));\r\n --gradient-blue-700-to-400-45d: linear-gradient(45deg, var(--blue-700), var(--blue-400));\r\n --gradient-blue-800-to-500-90d: linear-gradient(90deg, var(--blue-800), var(--blue-500));\r\n --gradient-blue-800-to-600265-d: linear-gradient(26.5deg, var(--blue-800), var(--blue-600));\r\n --gradient-blue-900-to-600-45d: linear-gradient(45deg, var(--blue-900), var(--blue-600));\r\n}\r\n\r\n.gradient-gray-600-to-500-90d {\r\n background: var(--gradient-gray-600-to-500-90d);\r\n}\r\n\r\n.gradient-gray-700-to-600-45d {\r\n background: var(--gradient-gray-700-to-600-45d);\r\n}\r\n\r\n.gradient-gray-800-to-600-45d {\r\n background: var(--gradient-gray-800-to-600-45d);\r\n}\r\n\r\n.gradient-gray-800-to-600-90d {\r\n background: var(--gradient-gray-800-to-600-90d);\r\n}\r\n\r\n.gradient-gray-800-to-700265-d {\r\n background: var(--gradient-gray-800-to-700265-d);\r\n}\r\n\r\n.gradient-gray-900-to-600-45d {\r\n background: var(--gradient-gray-900-to-600-45d);\r\n}\r\n\r\n.gradient-darkBlue-500-to-400-90d{\r\n background: var(--gradient-darkBlue-500-to-400-90d);\r\n}\r\n\r\n.gradient-darkBlue-700-to-500-45d{\r\n background: var(--gradient-darkBlue-700-to-500-45d);\r\n}\r\n\r\n.gradient-darkBlue-700-to-400-45d{\r\n background: var(--gradient-darkBlue-700-to-400-45d);\r\n}\r\n\r\n.gradient-darkBlue-800-to-500-90d{\r\n background: var(--gradient-darkBlue-800-to-500-90d);\r\n}\r\n\r\n.gradient-darkBlue-800-to-600265-d{\r\n background: var(--gradient-darkBlue-800-to-600265-d);\r\n}\r\n\r\n.gradient-darkBlue-900-to-600-45d{\r\n background: var(--gradient-darkBlue-900-to-600-45d);\r\n}\r\n\r\n.gradient-red-500-to-400-90d{\r\n background: var(--gradient-red-500-to-400-90d);\r\n}\r\n\r\n.gradient-red-700-to-500-45d{\r\n background: var(--gradient-red-700-to-500-45d);\r\n}\r\n\r\n.gradient-red-700-to-400-45d{\r\n background: var(--gradient-red-700-to-400-45d);\r\n}\r\n\r\n.gradient-red-800-to-500-90d{\r\n background: var(--gradient-red-800-to-500-90d);\r\n}\r\n\r\n.gradient-red-800-to-600265-d{\r\n background: var(--gradient-red-800-to-600265-d);\r\n}\r\n\r\n.gradient-red-900-to-600-45d{\r\n background: var(--gradient-red-900-to-600-45d);\r\n}\r\n\r\n.gradient-blue-500-to-400-90d{\r\n background: var(--gradient-blue-500-to-400-90d);\r\n}\r\n\r\n.gradient-blue-700-to-500-45d{\r\n background: var(--gradient-blue-700-to-500-45d);\r\n}\r\n\r\n.gradient-blue-700-to-400-45d{\r\n background: var(--gradient-blue-700-to-400-45d);\r\n}\r\n\r\n.gradient-blue-800-to-500-90d{\r\n background: var(--gradient-blue-800-to-500-90d);\r\n}\r\n\r\n.gradient-blue-800-to-600265-d{\r\n background: var(--gradient-blue-800-to-600265-d);\r\n}\r\n\r\n.gradient-blue-900-to-600-45d{\r\n background: var(--gradient-blue-900-to-600-45d);\r\n}\r\n\r\n/* Spacing Styles */\r\n:root{\r\n /* Positive spacing */\r\n --spacing-none: 0rem;\r\n --spacing-half: 0.125rem;\r\n --spacing-1: 0.25rem;\r\n --spacing-2: 0.5rem;\r\n --spacing-3: 0.75rem;\r\n --spacing-4: 1rem;\r\n --spacing-5: 1.25rem;\r\n --spacing-6: 1.5rem;\r\n --spacing-7: 2rem;\r\n --spacing-8: 2.5rem;\r\n --spacing-12: 3rem;\r\n --spacing-16: 4rem;\r\n --spacing-20: 5rem;\r\n --spacing-24: 6rem;\r\n --spacing-32: 8rem;\r\n --spacing-40: 10rem;\r\n --spacing-48: 12rem;\r\n --spacing-56: 14rem;\r\n --spacing-64: 16rem;\r\n\r\n /* Negative spacing */\r\n\r\n --spacing-negative-half: -0.125rem;\r\n --spacing-negative-1: -0.25rem;\r\n --spacing-negative-2: -0.5rem;\r\n --spacing-negative-3: -0.75rem;\r\n --spacing-negative-4: -1rem;\r\n --spacing-negative-5: -1.25rem;\r\n --spacing-negative-6: -1.5rem;\r\n --spacing-negative-7: -2rem;\r\n\r\n /* Radius */\r\n --rounded-none: 0rem;\r\n --rounded-xs: 0.25rem;\r\n --rounded-sm: 0.5rem;\r\n --rounded-md: 0.75rem;\r\n --rounded-lg: 1rem;\r\n --rounded-xl: 1.5rem;\r\n --rounded-2xl: 2rem;\r\n --rounded-full: 62.438rem;\r\n}\r\n\r\n/* Typography Styles */\r\n@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');\r\n\r\n:root{\r\n /* Font Sizes */\r\n --font-size-d-2xl: 4.5rem;\r\n --font-size-d-xl: 3.75rem;\r\n --font-size-d-lg: 3rem;\r\n --font-size-d-md: 2.25rem;\r\n --font-size-d-sm: 1.875rem;\r\n --font-size-d-xs: 1.5rem;\r\n --font-size-t-xl: 1.25rem;\r\n --font-size-t-lg: 1.125rem;\r\n --font-size-t-md: 1rem;\r\n --font-size-t-sm: 0.875rem;\r\n --font-size-t-xs: 0.75rem;\r\n --font-size-t-xxs: 0.625rem;\r\n\r\n /* Font Weights */\r\n --font-weight-bold: 700;\r\n --font-weight-semi-bold: 600;\r\n --font-weight-medium: 500;\r\n --font-weight-regular: 400; \r\n\r\n /* Line Heights */\r\n --font-line-height-d-2xl: 5rem;\r\n --font-line-height-d-xl: 4.25rem;\r\n --font-line-height-d-lg: 3.75rem;\r\n --font-line-height-d-md: 2.75rem;\r\n --font-line-height-d-sm: 2.375rem; \r\n --font-line-height-d-xs: 2rem; \r\n --font-line-height-t-xl: 1.875rem;\r\n --font-line-height-t-lg: 1.688rem;\r\n --font-line-height-t-md: 1.5rem;\r\n --font-line-height-t-sm: 1.313rem;\r\n --font-line-height-t-xs: 1.125rem;\r\n --font-line-height-t-xxs: 0.938rem;\r\n\r\n /* Letter Spacings */\r\n --font-letter-spacing-d-2xl: -0.09rem;\r\n --font-letter-spacing-d-xl: -0.075rem;\r\n --font-letter-spacing-d-lg: -0.075rem;\r\n --font-letter-spacing-d-md: -0.045rem;\r\n --font-letter-spacing-d-sm: 0;\r\n --font-letter-spacing-d-xs: 0;\r\n --font-letter-spacing-d-xxs: 0;\r\n\r\n /* Font Families */\r\n --font-family-title: 'Sora';\r\n --font-family-body: 'Sora';\r\n}\r\n\r\n/* Media queries for medium screens (tablet) */\r\n@media (max-width: 1199px) {\r\n :root{\r\n /* Font Sizes */\r\n --font-size-d-2xl: 3.75rem;\r\n --font-size-d-xl: 3.5rem;\r\n --font-size-d-lg: 2.75rem;\r\n --font-size-d-md: 2.25rem;\r\n --font-size-d-sm: 1.875rem;\r\n --font-size-d-xs: 1.5rem;\r\n\r\n /* Line Heights */\r\n --font-line-height-d-2xl: 4.25rem;\r\n --font-line-height-d-xl: 3.75rem;\r\n --font-line-height-d-lg: 2.4375rem;\r\n --font-line-height-d-md: 2.75rem;\r\n --font-line-height-d-sm: 2.375rem;\r\n --font-line-height-d-xs: 2rem;\r\n\r\n /* Letter Spacings */\r\n --font-letter-spacing-2xl: -0.075rem;\r\n --font-letter-spacing-xl: -0.065rem;\r\n --font-letter-spacing-lg: -0.045rem;\r\n --font-letter-spacing-md: -0.045rem;\r\n --font-letter-spacing-sm: 0rem;\r\n --font-letter-spacing-xs: 0rem;\r\n }\r\n}\r\n\r\n/* Media queries for smaller screens (mobile) */\r\n@media (max-width: 743px) {\r\n :root{\r\n /* Font Sizes */\r\n --font-size-d-2xl: 3rem;\r\n --font-size-d-xl: 2.5rem;\r\n --font-size-d-lg: 2rem;\r\n --font-size-d-md: 1.75rem;\r\n --font-size-d-sm: 1.5rem;\r\n --font-size-d-xs: 1.25rem;\r\n\r\n /* Line Heights */\r\n --font-line-height-d-2xl: 3.375rem;\r\n --font-line-height-d-xl: 2.875rem;\r\n --font-line-height-d-lg: 2.5rem;\r\n --font-line-height-d-md: 2.1375rem;\r\n --font-line-height-d-sm: 2rem;\r\n --font-line-height-d-xs: 1.75rem;\r\n\r\n /* Letter Spacings */\r\n --font-letter-spacing-2xl: -0.06rem;\r\n --font-letter-spacing-xl: -0.05rem;\r\n --font-letter-spacing-lg: -0.045rem;\r\n --font-letter-spacing-md: 0rem;\r\n --font-letter-spacing-sm: 0rem;\r\n --font-letter-spacing-xs: 0rem;\r\n }\r\n}\r\n\r\n.display-2xl-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-2xl);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-2xl);\r\n letter-spacing: var(--font-letter-spacing-d-2xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-2xl-bold::before,\r\n.display-2xl-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-2xl-bold::before{\r\n margin-bottom: -0.135em;\r\n}\r\n\r\n.display-2xl-bold::after{\r\n margin-top: -0.205em;\r\n}\r\n\r\n.display-2xl-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-2xl);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-2xl);\r\n letter-spacing: var(--font-letter-spacing-d-2xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-2xl-semi-bold::before,\r\n.display-2xl-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-2xl-semi-bold::before{\r\n margin-bottom: -0.135em;\r\n}\r\n\r\n.display-2xl-semi-bold::after{\r\n margin-top: -0.205em;\r\n}\r\n\r\n.display-xl-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xl);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-xl);\r\n letter-spacing: var(--font-letter-spacing-d-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xl-bold::before,\r\n.display-xl-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xl-bold::before{\r\n margin-bottom: -0.145em;\r\n}\r\n\r\n.display-xl-bold::after{\r\n margin-top: -0.215em;\r\n}\r\n\r\n.display-xl-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xl);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-xl);\r\n letter-spacing: var(--font-letter-spacing-d-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xl-semi-bold::before,\r\n.display-xl-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xl-semi-bold::before{\r\n margin-bottom: -0.145em;\r\n}\r\n\r\n.display-xl-semi-bold::after{\r\n margin-top: -0.215em;\r\n}\r\n\r\n.display-lg-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-lg);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-lg);\r\n letter-spacing: var(--font-letter-spacing-d-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-lg-bold::before,\r\n.display-lg-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-lg-bold::before{\r\n margin-bottom: -0.015em;\r\n}\r\n\r\n.display-lg-bold::after{\r\n margin-top: -0.095em;\r\n}\r\n\r\n.display-lg-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-lg);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-lg);\r\n letter-spacing: var(--font-letter-spacing-d-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-lg-semi-bold::before,\r\n.display-lg-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-lg-semi-bold::before{\r\n margin-bottom: -0.015em;\r\n}\r\n\r\n.display-lg-semi-bold::after{\r\n margin-top: -0.095em;\r\n}\r\n\r\n.display-md-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-md);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-md);\r\n letter-spacing: var(--font-letter-spacing-d-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-md-bold::before,\r\n.display-md-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-md-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-md-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-md-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-md);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-md);\r\n letter-spacing: var(--font-letter-spacing-d-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-md-semi-bold::before,\r\n.display-md-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-md-semi-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-md-semi-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-sm-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-sm);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-sm);\r\n letter-spacing: var(--font-letter-spacing-d-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-sm-bold::before,\r\n.display-sm-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-sm-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-sm-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-sm-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-sm);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-sm);\r\n letter-spacing: var(--font-letter-spacing-d-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-sm-semi-bold::before,\r\n.display-sm-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-sm-semi-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-sm-semi-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-xs-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xs);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-xs);\r\n letter-spacing: var(--font-letter-spacing-d-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xs-bold::before,\r\n.display-xs-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xs-bold::before{\r\n margin-bottom: -0.199em;\r\n}\r\n\r\n.display-xs-bold::after{\r\n margin-top: -0.195em; /* Continue from here */\r\n}\r\n\r\n.display-xs-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xs);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-xs);\r\n letter-spacing: var(--font-letter-spacing-d-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xs-semi-bold::before,\r\n.display-xs-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xs-semi-bold::before{\r\n margin-bottom: -0.259em;\r\n}\r\n\r\n.display-xs-semi-bold::after{\r\n margin-top: -0.295em;\r\n}\r\n\r\n.text-xl-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-bold::before,\r\n.text-xl-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-bold::before{\r\n margin-bottom: -0.329em;\r\n}\r\n\r\n.text-xl-bold::after{\r\n margin-top: -0.359em;\r\n}\r\n\r\n.text-xl-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-semi-bold::before,\r\n.text-xl-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-semi-bold::before{\r\n margin-bottom: -0.329em;\r\n}\r\n\r\n.text-xl-semi-bold::after{\r\n margin-top: -0.359em;\r\n}\r\n\r\n.text-xl-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-medium::before,\r\n.text-xl-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-medium::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-xl-medium::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-xl-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-regular::before,\r\n.text-xl-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-regular::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-xl-regular::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-lg-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-bold::before,\r\n.text-lg-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-bold::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-lg-bold::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-lg-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-semi-bold::before,\r\n.text-lg-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-semi-bold::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-lg-semi-bold::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-lg-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-medium::before,\r\n.text-lg-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-medium::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-lg-medium::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-lg-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-regular::before,\r\n.text-lg-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-regular::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-lg-regular::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-bold::before,\r\n.text-md-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-bold::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-bold::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-semi-bold::before,\r\n.text-md-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-semi-bold::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-semi-bold::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-medium::before,\r\n.text-md-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-medium::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-medium::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-regular::before,\r\n.text-md-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-regular::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-regular::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-sm-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-sm-bold::before,\r\n.text-sm-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-bold::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-bold::after{\r\n margin-top: -0.349em;\r\n}\r\n\r\n.text-sm-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-sm-semi-bold::before,\r\n.text-sm-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-semi-bold::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-semi-bold::after{\r\n margin-top: -0.349em;\r\n}\r\n\r\n.text-sm-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n position: relative;\r\n display: inline-block;\r\n}\r\n\r\n.text-sm-medium::before,\r\n.text-sm-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-medium::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-medium::after{\r\n margin-top: -0.299em;\r\n}\r\n\r\n.text-sm-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n position: relative;\r\n display: inline-block;\r\n}\r\n\r\n.text-sm-regular::before,\r\n.text-sm-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-regular::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-regular::after{\r\n margin-top: -0.299em;\r\n}\r\n\r\n.text-xs-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-bold::before,\r\n.text-xs-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-bold::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xs-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xs-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-semi-bold::before,\r\n.text-xs-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-semi-bold::before{\r\n margin-bottom: -0.321em;\r\n}\r\n\r\n.text-xs-semi-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xs-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-medium::before,\r\n.text-xs-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-medium::before{\r\n margin-bottom: -0.199em;\r\n}\r\n\r\n.text-xs-medium::after{\r\n margin-top: -0.196em;\r\n}\r\n\r\n.text-xs-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-regular::before,\r\n.text-xs-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-regular::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xs-regular::after{\r\n margin-top: -0.396em;\r\n}\r\n\r\n.text-xxs-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-bold::before,\r\n.text-xxs-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-bold::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xxs-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-semi-bold::before,\r\n.text-xxs-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-semi-bold::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-semi-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xxs-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-medium::before,\r\n.text-xxs-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-medium::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-medium::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xxs-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-regular::before,\r\n.text-xxs-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-regular::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-regular::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.pagination_div{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n\r\n.pagination_entries{\r\n display: flex;\r\n gap: var(--spacing-2);\r\n align-items: center;\r\n}\r\n\r\n.pagination_btns{\r\n display: flex;\r\n gap: var(--spacing-3);\r\n}\r\n\r\n.entries_dropdown{\r\n width: 6rem;\r\n}\r\n\r\ngb-input-dropdown{\r\n z-index: 99;\r\n}\r\n\r\n.pagination_numbers{\r\n display: flex;\r\n align-items: flex-start;\r\n gap: var(--spacing-half);\r\n}\r\n\r\n.pagination_button_group{\r\n display: flex;\r\n border-radius: var(--rounded-sm);\r\n border: 1px solid var(--color-border-subtle, #CDD5DF);\r\n box-shadow: var(--shadow-xs);\r\n align-items: stretch;\r\n overflow: hidden;\r\n}\r\n\r\n/* Pagination Type Styles */\r\n.pagination_div.page_default.desktop,\r\n.pagination_div.page_minimal_center_aligned.desktop{\r\n padding-top: var(--spacing-5);\r\n}\r\n\r\n.pagination_div.card_default.desktop,\r\n.pagination_div.card_minimal_right_aligned.desktop,\r\n.pagination_div.card_minimal_left_aligned.desktop,\r\n.pagination_div.card_minimal_center_aligned.desktop,\r\n.pagination_div.card_button_group_right_aligned.desktop{\r\n padding: var(--spacing-3) var(--spacing-6) var(--spacing-4) var(--spacing-6);\r\n}\r\n\r\n.pagination_div.page_default.mobile,\r\n.pagination_div.page_minimal_center_aligned.mobile{\r\n padding-top: var(--spacing-4);\r\n}\r\n\r\n.pagination_div.card_default.mobile,\r\n.pagination_div.card_minimal_left_aligned.mobile,\r\n.pagination_div.card_minimal_right_aligned.mobile,\r\n.pagination_div.card_minimal_center_aligned.mobile{\r\n padding: var(--spacing-3) var(--spacing-4);\r\n}";
1399
+ const gbPaginationCss = "/* @import 'tailwind.css'; */\r\n\r\n:root {\r\n /* --------------------------------------Primary Colors--------------------------------------------- */\r\n /* base color palette */\r\n --base-white: #fff;\r\n --base-black: #000;\r\n\r\n\r\n /* gray color palette */\r\n --gray-25: #fcfcfd;\r\n --gray-50: #f6f8fa;\r\n --gray-100: #eef2f6;\r\n --gray-200: #e3e8ef;\r\n --gray-300: #cdd5df;\r\n --gray-400: #9aa4b2;\r\n --gray-500: #697586;\r\n --gray-600: #4b5565;\r\n --gray-700: #364152;\r\n --gray-800: #202939;\r\n --gray-900: #121926;\r\n --gray-950: #0D121C;\r\n\r\n /* brand dark blue color palette */\r\n --brandDarkBlue-25: #F9F9FB;\r\n --brandDarkBlue-50: #edeef3;\r\n --brandDarkBlue-100: #d3d5e0;\r\n --brandDarkBlue-200: #b5b9cc;\r\n --brandDarkBlue-300: #9095b2;\r\n --brandDarkBlue-400: #464f7f;\r\n --brandDarkBlue-500: #212c65;\r\n --brandDarkBlue-600: #1e285c;\r\n --brandDarkBlue-700: #1c2554;\r\n --brandDarkBlue-800: #161d43;\r\n --brandDarkBlue-900: #0b0f22;\r\n --brandDarkBlue-950: #070914;\r\n\r\n /* brand red color palette */\r\n --brandRed-25: #fffbfa;\r\n --brandRed-50: #fef1f2;\r\n --brandRed-100: #fde3e5;\r\n --brandRed-200: #f9b4ba;\r\n --brandRed-300: #f68e98;\r\n --brandRed-400: #f36976;\r\n --brandRed-500: #e21b2e;\r\n --brandRed-600: #cc1a2a;\r\n --brandRed-700: #b51726;\r\n --brandRed-800: #8c121d;\r\n --brandRed-900: #680d16;\r\n --brandRed-950: #3f080d;\r\n\r\n /* warning color palette */\r\n --warning-25: #fffcf5;\r\n --warning-50: #fffaeb;\r\n --warning-100: #fef0c7;\r\n --warning-200: #fedf89;\r\n --warning-300: #fec84b;\r\n --warning-400: #fdb022;\r\n --warning-500: #f79009;\r\n --warning-600: #dc6803;\r\n --warning-700: #b54708;\r\n --warning-800: #93370d;\r\n --warning-900: #7A2e0e;\r\n --warning-950: #4e1d09;\r\n\r\n /* success color palette */\r\n --success-25: #f6fef9;\r\n --success-50: #ecfdf3;\r\n --success-100: #dcfaeb;\r\n --success-200: #a9efc5;\r\n --success-300: #75e0a7;\r\n --success-400: #47cd89;\r\n --success-500: #17b26a;\r\n --success-600: #079455;\r\n --success-700: #067647;\r\n --success-800: #085d3a;\r\n --success-900: #074d31;\r\n --success-950: #053321;\r\n\r\n /* ------------------------------------------opacity color palette-------------------------------------- */\r\n /* 20% opacity */\r\n --darkBlue200-opacity20: rgba(181, 185, 204, 0.2);\r\n --darkBlue500-opacity20: rgba(33, 44, 101, 0.2);\r\n\r\n /* 30% opacity */\r\n --darkBlue200-opacity30: rgba(181, 185, 204, 0.3);\r\n --darkBlue500-opacity30: rgba(33, 44, 101, 0.3);\r\n\r\n /* 40% opacity */\r\n --darkBlue200-opacity40: rgba(181, 185, 204, 0.4);\r\n --darkBlue500-opacity40: rgba(33, 44, 101, 0.4);\r\n\r\n\r\n /* ------------------------------------------Secondary Color------------------------------------------- */\r\n /* blueLight color palete */\r\n --lightBlue-25: #F5FBFF;\r\n --lightBlue-50: #F0F9FF;\r\n --lightBlue-100: #E0F2FE;\r\n --lightBlue-200: #B9E6FE;\r\n --lightBlue-300: #7CD4FD;\r\n --lightBlue-400: #7CD4FD;\r\n --lightBlue-500: #0BA5EC;\r\n --lightBlue-600: #0086C9;\r\n --lightBlue-700: #026AA2;\r\n --lightBlue-800: #065986;\r\n --lightBlue-900: #0B4A6F;\r\n --lightBlue-950: #062C41;\r\n \r\n\r\n /* blue color palette */\r\n --blue-25: #ECF5FE;\r\n --blue-50: #E4F0FC;\r\n --blue-100: #C8E0F9;\r\n --blue-200: #9AC7F4;\r\n --blue-300: #6AA9E7;\r\n --blue-400: #378FE6;\r\n --blue-500: #075DB2;\r\n --blue-600: #064E94;\r\n --blue-700: #053E77;\r\n --blue-800: #042F59;\r\n --blue-900: #022445;\r\n --blue-950: #021D37;\r\n\r\n /* Purple color palete */\r\n --purple-25: #FAFAFF;\r\n --purple-50: #F4F3FF;\r\n --purple-100: #EBE9FE;\r\n --purple-200: #D9D6FE;\r\n --purple-300: #BDB4FE;\r\n --purple-400: #9B8AFB;\r\n --purple-500: #7A5AF8;\r\n --purple-600: #6938EF;\r\n --purple-700: #5925DC;\r\n --purple-800: #4A1FB8;\r\n --purple-900: #3E1C96;\r\n --purple-950: #27115F;\r\n\r\n\r\n /* pink color palette */\r\n --pink-25: #FEF6FB;\r\n --pink-50: #FDF2FA;\r\n --pink-100: #FCE7F6;\r\n --pink-200: #FCCEEE;\r\n --pink-300: #FAA7E0;\r\n --pink-400: #F670C7;\r\n --pink-500: #EE46BC;\r\n --pink-600: #DD2590;\r\n --pink-700: #C11574;\r\n --pink-800: #9E165F;\r\n --pink-900: #851651;\r\n --pink-950: #4E0D30;\r\n\r\n\r\n\r\n /* -------------------------------------------------Token---------------------------------------------- */\r\n\r\n /* -----------Text Color----------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-bold: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-bold: var(--gray-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-disabled: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-disabled: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-inverse: var(--base-black);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-brandDarkBlue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-brandDarkBlue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger-subtle: var(--brandRed-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger-subtle: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-danger-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-danger-inverse: var(--brandRed-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-warning: var(--warning-600);\r\n }\r\n\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-warning: var(--warning-300);\r\n }\r\n\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-warning-subtle: var(--warning-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-warning-subtle: var(--warning-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-success: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-success-subtle: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-success-subtle: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-discovery-bold: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-discovery-bold: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-discovery: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-discovery: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-discovery-subtle: var(--blueLight-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-discovery-subtle: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-information-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-information: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-information-subtle: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-information-subtle: var(--blue-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-purple-bold: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-purple: var(--purple-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-purple-subtle: var(--purple-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-purple-subtle: var(--purple-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-pink: var(--pink-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-text-pink-subtle: var(--pink-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-text-pink-subtle: var(--pink-400);\r\n }\r\n\r\n\r\n /* --------------Link color--------------- */\r\n\r\n\r\n [data-theme=\"light\"] {\r\n --color-link: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-link: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-link-pressed: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-link-pressed: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-link-visited: var(--blueLight-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-link-visited: var(--blueLight-300);\r\n }\r\n\r\n\r\n /* --------------Icon color--------------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-bold: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-bold: var(--gray-100);\r\n }\r\n \r\n [data-theme=\"light\"] {\r\n --color-icon: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-subtle: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-disabled: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-disabled: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-inverse: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-brandDarkBlue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-brandDarkBlue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-danger: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-danger-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-danger-inverse: var(--brandRed-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-warning: var(--warning-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-warning: var(--warning-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-success: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-discovery-bold: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-discovery-bold: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-discovery: var(--blueLight-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-discovery: var(--blueLight-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-information-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-information: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-purple-bold: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-purple: var(--purple-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-icon-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-icon-pink: var(--pink-300);\r\n }\r\n\r\n /* ----------------Border Color --------------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-bold: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-bold: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-subtle: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-subtle: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-subtler: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-subtler: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-disabled: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-disabled: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-inverse: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-inverse: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-input: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-input: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-focus: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-focus: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-brandDarkBlue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-brandDarkBlue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger-subtle: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger-subtle: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-danger-subtler: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-danger-subtler: var(--brandRed-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning: var(--warning-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning: var(--warning-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning-subtle: var(--warning-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning-subtle: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-warning-subtler: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-warning-subtler: var(--warning-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success: var(--success-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success-subtle: var(--success-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success-subtle: var(--success-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-success-subtler: var(--success-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-success-subtler: var(--success-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery-bold: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery-bold: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery: var(--blueLight-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery: var(--blueLight-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery-subtle: var(--blueLight-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery-subtle: var(--blueLight-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-discovery-subtler: var(--blueLight-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-discovery-subtler: var(--blueLight-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information-subtle: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information-subtle: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-information-subtler: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-information-subtler: var(--blue-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple-bold: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple: var(--purple-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple-subtle: var(--purple-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple-subtle: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-purple-subtler: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-purple-subtler: var(--purple-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink: var(--pink-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink-subtle: var(--pink-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink-subtle: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-border-pink-subtler: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-border-pink-subtler: var(--pink-900);\r\n }\r\n\r\n\r\n\r\n /* Emmanuel Kadiri starts from background color */\r\n\r\n /* ----------------Background Color --------------- */\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-card-bold: var(--gray-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-card-bold: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-card: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-card: var(--gray-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-input: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-input: var(--gray-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-disabled: var(--gray-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-disabled: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-selected: var(--blue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-selected: var(--blue-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandDarkblue: var(--brandDarkBlue-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandDarkblue: var(--brandDarkBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandRed: var(--brandRed-500);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandRed: var(--brandRed-300);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandRed-hover: var(--brandRed-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandRed-hover: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-brandRed-pressed: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-brandRed-pressed: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-bold: var(--gray-400);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-bold: var(--gray-500);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray: var(--gray-300);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray: var(--gray-600);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-subtle: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-subtle: var(--gray-700);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-subtler: var(--gray-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-subtler: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-gray-subtlest: var(--gray-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-gray-subtlest: var(--gray-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-bold: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-bold: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger: var(--brandRed-700);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-subtle: var(--brandRed-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-subtle: var(--brandRed-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-subtler: var(--brandRed-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-subtler: var(--brandRed-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-danger-subtlest: var(--brandRed-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-danger-subtlest: var(--brandRed-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-bold: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-bold: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning: var(--warning-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning: var(--warning-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-subtle: var(--warning-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-subtle: var(--warning-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-subtler: var(--warning-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-subtler: var(--warning-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-warning-subtlest: var(--warning-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-warning-subtlest: var(--warning-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-bold: var(--success-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-bold: var(--success-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success: var(--success-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success: var(--success-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-subtle: var(--success-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-subtle: var(--success-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-subtler: var(--success-100); \r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-subtler: var(--success-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-success-subtlest: var(--success-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-success-subtlest: var(--success-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery-bold: var(--lightBlue-800)\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-bold: var(--lightBlue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery: var(--lightBlue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery: var(--lightBlue-200);\r\n }\r\n\r\n [data-theme=\"light\"]{\r\n --color-background-discovery-subtle: var(--lightBlue-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-subtle: var(--lightBlue-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery-subtler: var(--lightBlue-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-subtler: var(--lightBlue-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-discovery-subtlest: var(--lightBlue-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-discovery-subtlest: var(--lightBlue-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information-bold: var(--blue-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-bold: var(--blue-100)\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information: var(--blue-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information-subtle: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-subtle: var(--blue-800);\r\n }\r\n\r\n [data-them=\"light\"] {\r\n --color-background-information-subtler: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-subtler: var(--blue-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-information-subtlest: var(--blue-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-information-subtlest: var(--blue-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-bold: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-bold: var(--blue-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple: var(--purple-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple: var(--blue-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-subtle: var(--purple-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-subtle: var(--purple-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-subtler: var(--purple-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-subtler: var(--purple-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-purple-subtlest: var(--purple-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-purple-subtlest: var(--purple-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-bold: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-bold: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink: var(--pink-600);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink: var(--pink-200);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-subtle: var(--pink-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-subtle: var(--pink-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-subtler: var(--pink-100);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-subtler: var(--pink-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-background-pink-subtlest: var(--purple-50);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-background-pink-subtlest: var(--pink-950);\r\n }\r\n\r\n\r\n\r\n /* ----------------Blanket Color --------------- */\r\n [data-theme=\"light\"] {\r\n --color-blanket: var(--darkBlue500-opacity20);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-blanket: var(--darkBlue200-opacity20);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-blanket-subtle: var(--darkBlue500-opacity30);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-blanket-subtle: var(--darkBlue200-opacity30);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-blanket-subtler: var(--darkBlue500-opacity40);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-blanket-subtler: var(--darkBlue200-opacity40);\r\n }\r\n\r\n\r\n\r\n /* ----------------Skeleton Color --------------- */\r\n [data-theme=\"light\"] {\r\n --color-skeleton: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-skeleton: var(--gray-800);\r\n }\r\n\r\n\r\n\r\n /* ----------------Surface Color --------------- */\r\n [data-theme=\"light\"] {\r\n --color-surface-bold: var(--gray-25);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface-bold: var(--gray-950);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-surface: var(--base-white);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface: var(--gray-900);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-surface-hovered: var(--gray-100); \r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface-hovered: var(--gray-800);\r\n }\r\n\r\n [data-theme=\"light\"] {\r\n --color-surface-pressed: var(--gray-200);\r\n }\r\n\r\n [data-theme=\"dark\"] {\r\n --color-surface-pressed: var(--gray-700);\r\n }\r\n}\r\n\r\n/* -----------------Shadow and Blur----------------- */\r\n:root{\r\n --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);\r\n --shadow-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);\r\n --shadow-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);\r\n --shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);\r\n --shadow-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);\r\n --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18); \r\n --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);\r\n\r\n --blur-sm: blur(4px);\r\n --blur-md: blur(8px);\r\n --blur-lg: blur(12px);\r\n --blur-xl: blur(20px);\r\n}\r\n\r\n.shadow-xs{\r\n box-shadow: var(--shadow-xs);\r\n}\r\n\r\n.shadow-sm{\r\n box-shadow: var(--shadow-sm);\r\n}\r\n\r\n.shadow-md{\r\n box-shadow: var(--shadow-md);\r\n}\r\n\r\n.shadow-lg{\r\n box-shadow: var(--shadow-lg);\r\n}\r\n\r\n.shadow-xl{\r\n box-shadow: var(--shadow-xl);\r\n}\r\n\r\n.shadow-2xl{\r\n box-shadow: var(--shadow-2xl);\r\n}\r\n\r\n.shadow-3xl{\r\n box-shadow: var(--shadow-3xl);\r\n}\r\n\r\n.blur-sm{\r\n backdrop-filter: var(--blur-sm);\r\n}\r\n\r\n.blur-md{\r\n backdrop-filter: var(--blur-md);\r\n}\r\n\r\n.blur-lg{\r\n backdrop-filter: var(--blur-lg);\r\n}\r\n\r\n.blur-xl{\r\n backdrop-filter: var(--blur-xl);\r\n}\r\n\r\n\r\n/* -----------------Gradients----------------- */\r\n:root{\r\n /* Gray Gradients */\r\n /* --gray-gradient-600: linear-gradient(); */\r\n --gradient-gray-600-to-500-90d: linear-gradient(90deg, var(--gray-600), var(--gray-500));\r\n --gradient-gray-700-to-600-45d: linear-gradient(45deg, var(--gray-700), var(--gray-600));\r\n --gradient-gray-800-to-600-45d: linear-gradient(45deg, var(--gray-800), var(--gray-600));\r\n --gradient-gray-800-to-600-90d: linear-gradient(90deg, var(--gray-800), var(--gray-600));\r\n --gradient-gray-800-to-700265-d: linear-gradient(26.5deg, var(--gray-800), var(--gray-700));\r\n --gradient-gray-900-to-600-45d: linear-gradient(45deg, var(--gray-900), var(--gray-600));\r\n\r\n /* Brand Dark Blue Gradients */\r\n --gradient-darkBlue-500-to-400-90d: linear-gradient(90deg, var(--brandDarkBlue-500), var(--brandDarkBlue-400));\r\n --gradient-darkBlue-700-to-500-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-500));\r\n --gradient-darkBlue-700-to-400-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-400));\r\n --gradient-darkBlue-800-to-500-90d: linear-gradient(90deg, var(--brandDarkBlue-800), var(--brandDarkBlue-500));\r\n --gradient-darkBlue-800-to-600265-d: linear-gradient(26.5deg, var(--brandDarkBlue-800), var(--brandDarkBlue-600));\r\n --gradient-darkBlue-900-to-600-45d: linear-gradient(45deg, var(--brandDarkBlue-900), var(--brandDarkBlue-600));\r\n\r\n /* Brand Red Gradients */\r\n --gradient-red-500-to-400-90d: linear-gradient(90deg, var(--brandRed-600), var(--brandRed-400));\r\n --gradient-red-700-to-500-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-500));\r\n --gradient-red-700-to-400-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-400));\r\n --gradient-red-800-to-500-90d: linear-gradient(90deg, var(--brandRed-800), var(--brandRed-500));\r\n --gradient-red-800-to-600265-d: linear-gradient(26.5deg, var(--brandRed-800), var(--brandRed-600));\r\n --gradient-red-900-to-600-45d: linear-gradient(45deg, var(--brandRed-900), var(--brandRed-600));\r\n\r\n /* Blue Gradients */\r\n --gradient-blue-500-to-400-90d: linear-gradient(90deg, var(--blue-500), var(--blue-400));\r\n --gradient-blue-700-to-500-45d: linear-gradient(45deg, var(--blue-700), var(--blue-500));\r\n --gradient-blue-700-to-400-45d: linear-gradient(45deg, var(--blue-700), var(--blue-400));\r\n --gradient-blue-800-to-500-90d: linear-gradient(90deg, var(--blue-800), var(--blue-500));\r\n --gradient-blue-800-to-600265-d: linear-gradient(26.5deg, var(--blue-800), var(--blue-600));\r\n --gradient-blue-900-to-600-45d: linear-gradient(45deg, var(--blue-900), var(--blue-600));\r\n}\r\n\r\n.gradient-gray-600-to-500-90d {\r\n background: var(--gradient-gray-600-to-500-90d);\r\n}\r\n\r\n.gradient-gray-700-to-600-45d {\r\n background: var(--gradient-gray-700-to-600-45d);\r\n}\r\n\r\n.gradient-gray-800-to-600-45d {\r\n background: var(--gradient-gray-800-to-600-45d);\r\n}\r\n\r\n.gradient-gray-800-to-600-90d {\r\n background: var(--gradient-gray-800-to-600-90d);\r\n}\r\n\r\n.gradient-gray-800-to-700265-d {\r\n background: var(--gradient-gray-800-to-700265-d);\r\n}\r\n\r\n.gradient-gray-900-to-600-45d {\r\n background: var(--gradient-gray-900-to-600-45d);\r\n}\r\n\r\n.gradient-darkBlue-500-to-400-90d{\r\n background: var(--gradient-darkBlue-500-to-400-90d);\r\n}\r\n\r\n.gradient-darkBlue-700-to-500-45d{\r\n background: var(--gradient-darkBlue-700-to-500-45d);\r\n}\r\n\r\n.gradient-darkBlue-700-to-400-45d{\r\n background: var(--gradient-darkBlue-700-to-400-45d);\r\n}\r\n\r\n.gradient-darkBlue-800-to-500-90d{\r\n background: var(--gradient-darkBlue-800-to-500-90d);\r\n}\r\n\r\n.gradient-darkBlue-800-to-600265-d{\r\n background: var(--gradient-darkBlue-800-to-600265-d);\r\n}\r\n\r\n.gradient-darkBlue-900-to-600-45d{\r\n background: var(--gradient-darkBlue-900-to-600-45d);\r\n}\r\n\r\n.gradient-red-500-to-400-90d{\r\n background: var(--gradient-red-500-to-400-90d);\r\n}\r\n\r\n.gradient-red-700-to-500-45d{\r\n background: var(--gradient-red-700-to-500-45d);\r\n}\r\n\r\n.gradient-red-700-to-400-45d{\r\n background: var(--gradient-red-700-to-400-45d);\r\n}\r\n\r\n.gradient-red-800-to-500-90d{\r\n background: var(--gradient-red-800-to-500-90d);\r\n}\r\n\r\n.gradient-red-800-to-600265-d{\r\n background: var(--gradient-red-800-to-600265-d);\r\n}\r\n\r\n.gradient-red-900-to-600-45d{\r\n background: var(--gradient-red-900-to-600-45d);\r\n}\r\n\r\n.gradient-blue-500-to-400-90d{\r\n background: var(--gradient-blue-500-to-400-90d);\r\n}\r\n\r\n.gradient-blue-700-to-500-45d{\r\n background: var(--gradient-blue-700-to-500-45d);\r\n}\r\n\r\n.gradient-blue-700-to-400-45d{\r\n background: var(--gradient-blue-700-to-400-45d);\r\n}\r\n\r\n.gradient-blue-800-to-500-90d{\r\n background: var(--gradient-blue-800-to-500-90d);\r\n}\r\n\r\n.gradient-blue-800-to-600265-d{\r\n background: var(--gradient-blue-800-to-600265-d);\r\n}\r\n\r\n.gradient-blue-900-to-600-45d{\r\n background: var(--gradient-blue-900-to-600-45d);\r\n}\r\n\r\n/* Spacing Styles */\r\n:root{\r\n /* Positive spacing */\r\n --spacing-none: 0rem;\r\n --spacing-half: 0.125rem;\r\n --spacing-1: 0.25rem;\r\n --spacing-2: 0.5rem;\r\n --spacing-3: 0.75rem;\r\n --spacing-4: 1rem;\r\n --spacing-5: 1.25rem;\r\n --spacing-6: 1.5rem;\r\n --spacing-7: 2rem;\r\n --spacing-8: 2.5rem;\r\n --spacing-12: 3rem;\r\n --spacing-16: 4rem;\r\n --spacing-20: 5rem;\r\n --spacing-24: 6rem;\r\n --spacing-32: 8rem;\r\n --spacing-40: 10rem;\r\n --spacing-48: 12rem;\r\n --spacing-56: 14rem;\r\n --spacing-64: 16rem;\r\n\r\n /* Negative spacing */\r\n\r\n --spacing-negative-half: -0.125rem;\r\n --spacing-negative-1: -0.25rem;\r\n --spacing-negative-2: -0.5rem;\r\n --spacing-negative-3: -0.75rem;\r\n --spacing-negative-4: -1rem;\r\n --spacing-negative-5: -1.25rem;\r\n --spacing-negative-6: -1.5rem;\r\n --spacing-negative-7: -2rem;\r\n\r\n /* Radius */\r\n --rounded-none: 0rem;\r\n --rounded-xs: 0.25rem;\r\n --rounded-sm: 0.5rem;\r\n --rounded-md: 0.75rem;\r\n --rounded-lg: 1rem;\r\n --rounded-xl: 1.5rem;\r\n --rounded-2xl: 2rem;\r\n --rounded-full: 62.438rem;\r\n}\r\n\r\n/* Typography Styles */\r\n@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');\r\n\r\n:root{\r\n /* Font Sizes */\r\n --font-size-d-2xl: 4.5rem;\r\n --font-size-d-xl: 3.75rem;\r\n --font-size-d-lg: 3rem;\r\n --font-size-d-md: 2.25rem;\r\n --font-size-d-sm: 1.875rem;\r\n --font-size-d-xs: 1.5rem;\r\n --font-size-t-xl: 1.25rem;\r\n --font-size-t-lg: 1.125rem;\r\n --font-size-t-md: 1rem;\r\n --font-size-t-sm: 0.875rem;\r\n --font-size-t-xs: 0.75rem;\r\n --font-size-t-xxs: 0.625rem;\r\n\r\n /* Font Weights */\r\n --font-weight-bold: 700;\r\n --font-weight-semi-bold: 600;\r\n --font-weight-medium: 500;\r\n --font-weight-regular: 400; \r\n\r\n /* Line Heights */\r\n --font-line-height-d-2xl: 5rem;\r\n --font-line-height-d-xl: 4.25rem;\r\n --font-line-height-d-lg: 3.75rem;\r\n --font-line-height-d-md: 2.75rem;\r\n --font-line-height-d-sm: 2.375rem; \r\n --font-line-height-d-xs: 2rem; \r\n --font-line-height-t-xl: 1.875rem;\r\n --font-line-height-t-lg: 1.688rem;\r\n --font-line-height-t-md: 1.5rem;\r\n --font-line-height-t-sm: 1.313rem;\r\n --font-line-height-t-xs: 1.125rem;\r\n --font-line-height-t-xxs: 0.938rem;\r\n\r\n /* Letter Spacings */\r\n --font-letter-spacing-d-2xl: -0.09rem;\r\n --font-letter-spacing-d-xl: -0.075rem;\r\n --font-letter-spacing-d-lg: -0.075rem;\r\n --font-letter-spacing-d-md: -0.045rem;\r\n --font-letter-spacing-d-sm: 0;\r\n --font-letter-spacing-d-xs: 0;\r\n --font-letter-spacing-d-xxs: 0;\r\n\r\n /* Font Families */\r\n --font-family-title: 'Sora';\r\n --font-family-body: 'Sora';\r\n}\r\n\r\n/* Media queries for medium screens (tablet) */\r\n@media (max-width: 1199px) {\r\n :root{\r\n /* Font Sizes */\r\n --font-size-d-2xl: 3.75rem;\r\n --font-size-d-xl: 3.5rem;\r\n --font-size-d-lg: 2.75rem;\r\n --font-size-d-md: 2.25rem;\r\n --font-size-d-sm: 1.875rem;\r\n --font-size-d-xs: 1.5rem;\r\n\r\n /* Line Heights */\r\n --font-line-height-d-2xl: 4.25rem;\r\n --font-line-height-d-xl: 3.75rem;\r\n --font-line-height-d-lg: 2.4375rem;\r\n --font-line-height-d-md: 2.75rem;\r\n --font-line-height-d-sm: 2.375rem;\r\n --font-line-height-d-xs: 2rem;\r\n\r\n /* Letter Spacings */\r\n --font-letter-spacing-2xl: -0.075rem;\r\n --font-letter-spacing-xl: -0.065rem;\r\n --font-letter-spacing-lg: -0.045rem;\r\n --font-letter-spacing-md: -0.045rem;\r\n --font-letter-spacing-sm: 0rem;\r\n --font-letter-spacing-xs: 0rem;\r\n }\r\n}\r\n\r\n/* Media queries for smaller screens (mobile) */\r\n@media (max-width: 743px) {\r\n :root{\r\n /* Font Sizes */\r\n --font-size-d-2xl: 3rem;\r\n --font-size-d-xl: 2.5rem;\r\n --font-size-d-lg: 2rem;\r\n --font-size-d-md: 1.75rem;\r\n --font-size-d-sm: 1.5rem;\r\n --font-size-d-xs: 1.25rem;\r\n\r\n /* Line Heights */\r\n --font-line-height-d-2xl: 3.375rem;\r\n --font-line-height-d-xl: 2.875rem;\r\n --font-line-height-d-lg: 2.5rem;\r\n --font-line-height-d-md: 2.1375rem;\r\n --font-line-height-d-sm: 2rem;\r\n --font-line-height-d-xs: 1.75rem;\r\n\r\n /* Letter Spacings */\r\n --font-letter-spacing-2xl: -0.06rem;\r\n --font-letter-spacing-xl: -0.05rem;\r\n --font-letter-spacing-lg: -0.045rem;\r\n --font-letter-spacing-md: 0rem;\r\n --font-letter-spacing-sm: 0rem;\r\n --font-letter-spacing-xs: 0rem;\r\n }\r\n}\r\n\r\n.display-2xl-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-2xl);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-2xl);\r\n letter-spacing: var(--font-letter-spacing-d-2xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-2xl-bold::before,\r\n.display-2xl-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-2xl-bold::before{\r\n margin-bottom: -0.135em;\r\n}\r\n\r\n.display-2xl-bold::after{\r\n margin-top: -0.205em;\r\n}\r\n\r\n.display-2xl-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-2xl);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-2xl);\r\n letter-spacing: var(--font-letter-spacing-d-2xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-2xl-semi-bold::before,\r\n.display-2xl-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-2xl-semi-bold::before{\r\n margin-bottom: -0.135em;\r\n}\r\n\r\n.display-2xl-semi-bold::after{\r\n margin-top: -0.205em;\r\n}\r\n\r\n.display-xl-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xl);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-xl);\r\n letter-spacing: var(--font-letter-spacing-d-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xl-bold::before,\r\n.display-xl-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xl-bold::before{\r\n margin-bottom: -0.145em;\r\n}\r\n\r\n.display-xl-bold::after{\r\n margin-top: -0.215em;\r\n}\r\n\r\n.display-xl-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xl);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-xl);\r\n letter-spacing: var(--font-letter-spacing-d-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xl-semi-bold::before,\r\n.display-xl-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xl-semi-bold::before{\r\n margin-bottom: -0.145em;\r\n}\r\n\r\n.display-xl-semi-bold::after{\r\n margin-top: -0.215em;\r\n}\r\n\r\n.display-lg-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-lg);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-lg);\r\n letter-spacing: var(--font-letter-spacing-d-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-lg-bold::before,\r\n.display-lg-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-lg-bold::before{\r\n margin-bottom: -0.015em;\r\n}\r\n\r\n.display-lg-bold::after{\r\n margin-top: -0.095em;\r\n}\r\n\r\n.display-lg-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-lg);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-lg);\r\n letter-spacing: var(--font-letter-spacing-d-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-lg-semi-bold::before,\r\n.display-lg-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-lg-semi-bold::before{\r\n margin-bottom: -0.015em;\r\n}\r\n\r\n.display-lg-semi-bold::after{\r\n margin-top: -0.095em;\r\n}\r\n\r\n.display-md-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-md);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-md);\r\n letter-spacing: var(--font-letter-spacing-d-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-md-bold::before,\r\n.display-md-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-md-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-md-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-md-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-md);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-md);\r\n letter-spacing: var(--font-letter-spacing-d-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-md-semi-bold::before,\r\n.display-md-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-md-semi-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-md-semi-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-sm-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-sm);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-sm);\r\n letter-spacing: var(--font-letter-spacing-d-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-sm-bold::before,\r\n.display-sm-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-sm-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-sm-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-sm-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-sm);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-sm);\r\n letter-spacing: var(--font-letter-spacing-d-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-sm-semi-bold::before,\r\n.display-sm-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-sm-semi-bold::before{\r\n margin-bottom: -0.195em;\r\n}\r\n\r\n.display-sm-semi-bold::after{\r\n margin-top: -0.255em;\r\n}\r\n\r\n.display-xs-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xs);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-d-xs);\r\n letter-spacing: var(--font-letter-spacing-d-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xs-bold::before,\r\n.display-xs-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xs-bold::before{\r\n margin-bottom: -0.199em;\r\n}\r\n\r\n.display-xs-bold::after{\r\n margin-top: -0.195em; /* Continue from here */\r\n}\r\n\r\n.display-xs-semi-bold{\r\n font-family: var(--font-family-title);\r\n font-size: var(--font-size-d-xs);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-d-xs);\r\n letter-spacing: var(--font-letter-spacing-d-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.display-xs-semi-bold::before,\r\n.display-xs-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.display-xs-semi-bold::before{\r\n margin-bottom: -0.259em;\r\n}\r\n\r\n.display-xs-semi-bold::after{\r\n margin-top: -0.295em;\r\n}\r\n\r\n.text-xl-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-bold::before,\r\n.text-xl-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-bold::before{\r\n margin-bottom: -0.329em;\r\n}\r\n\r\n.text-xl-bold::after{\r\n margin-top: -0.359em;\r\n}\r\n\r\n.text-xl-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-semi-bold::before,\r\n.text-xl-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-semi-bold::before{\r\n margin-bottom: -0.329em;\r\n}\r\n\r\n.text-xl-semi-bold::after{\r\n margin-top: -0.359em;\r\n}\r\n\r\n.text-xl-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-medium::before,\r\n.text-xl-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-medium::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-xl-medium::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-xl-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xl);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-xl);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xl-regular::before,\r\n.text-xl-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xl-regular::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-xl-regular::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-lg-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-bold::before,\r\n.text-lg-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-bold::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-lg-bold::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-lg-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-semi-bold::before,\r\n.text-lg-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-semi-bold::before{\r\n margin-bottom: -0.339em;\r\n}\r\n\r\n.text-lg-semi-bold::after{\r\n margin-top: -0.399em;\r\n}\r\n\r\n.text-lg-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-medium::before,\r\n.text-lg-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-medium::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-lg-medium::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-lg-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-lg);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-lg);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-lg-regular::before,\r\n.text-lg-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-lg-regular::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-lg-regular::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-bold::before,\r\n.text-md-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-bold::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-bold::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-semi-bold::before,\r\n.text-md-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-semi-bold::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-semi-bold::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-medium::before,\r\n.text-md-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-medium::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-medium::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-md-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-md);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-md);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-md-regular::before,\r\n.text-md-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-md-regular::before{\r\n margin-bottom: -0.349em;\r\n}\r\n\r\n.text-md-regular::after{\r\n margin-top: -0.389em;\r\n}\r\n\r\n.text-sm-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-sm-bold::before,\r\n.text-sm-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-bold::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-bold::after{\r\n margin-top: -0.349em;\r\n}\r\n\r\n.text-sm-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-sm-semi-bold::before,\r\n.text-sm-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-semi-bold::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-semi-bold::after{\r\n margin-top: -0.349em;\r\n}\r\n\r\n.text-sm-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n position: relative;\r\n display: inline-block;\r\n}\r\n\r\n.text-sm-medium::before,\r\n.text-sm-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-medium::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-medium::after{\r\n margin-top: -0.299em;\r\n}\r\n\r\n.text-sm-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-sm);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-sm);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n position: relative;\r\n display: inline-block;\r\n}\r\n\r\n.text-sm-regular::before,\r\n.text-sm-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-sm-regular::before{\r\n margin-bottom: -0.299em;\r\n}\r\n\r\n.text-sm-regular::after{\r\n margin-top: -0.299em;\r\n}\r\n\r\n.text-xs-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-bold::before,\r\n.text-xs-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-bold::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xs-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xs-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-semi-bold::before,\r\n.text-xs-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-semi-bold::before{\r\n margin-bottom: -0.321em;\r\n}\r\n\r\n.text-xs-semi-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xs-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-medium::before,\r\n.text-xs-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-medium::before{\r\n margin-bottom: -0.199em;\r\n}\r\n\r\n.text-xs-medium::after{\r\n margin-top: -0.196em;\r\n}\r\n\r\n.text-xs-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xs);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-xs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xs-regular::before,\r\n.text-xs-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xs-regular::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xs-regular::after{\r\n margin-top: -0.396em;\r\n}\r\n\r\n.text-xxs-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-bold);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-bold::before,\r\n.text-xxs-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-bold::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xxs-semi-bold{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-semi-bold);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-semi-bold::before,\r\n.text-xxs-semi-bold::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-semi-bold::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-semi-bold::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xxs-medium{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-medium);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-medium::before,\r\n.text-xxs-medium::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-medium::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-medium::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.text-xxs-regular{\r\n font-family: var(--font-family-body);\r\n font-size: var(--font-size-t-xxs);\r\n font-weight: var(--font-weight-regular);\r\n line-height: var(--font-line-height-t-xxs);\r\n margin: var(--spacing-none);\r\n padding: var(--spacing-none);\r\n display: inline-block;\r\n position: relative;\r\n}\r\n\r\n.text-xxs-regular::before,\r\n.text-xxs-regular::after{\r\n content: \"\";\r\n display: table;\r\n}\r\n\r\n.text-xxs-regular::before{\r\n margin-bottom: -0.291em;\r\n}\r\n\r\n.text-xxs-regular::after{\r\n margin-top: -0.416em;\r\n}\r\n\r\n.pagination_div{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n\r\n.pagination_entries{\r\n display: flex;\r\n gap: var(--spacing-2);\r\n align-items: center;\r\n}\r\n\r\n.pagination_btns{\r\n display: flex;\r\n gap: var(--spacing-3);\r\n}\r\n\r\n.entries_dropdown{\r\n width: 6rem;\r\n}\r\n\r\ngb-input-dropdown{\r\n z-index: 99;\r\n}\r\n\r\n.pagination_numbers{\r\n display: flex;\r\n align-items: flex-start;\r\n gap: var(--spacing-half);\r\n}\r\n\r\n.pagination_button_group{\r\n display: flex;\r\n border-radius: var(--rounded-sm);\r\n border: 1px solid var(--color-border-subtle, #CDD5DF);\r\n box-shadow: var(--shadow-xs);\r\n align-items: center;\r\n overflow: hidden;\r\n}\r\n\r\n.page_numbers{\r\n color: var(--color-text, #4B5565);\r\n}\r\n\r\n/* Pagination Type Styles */\r\n.pagination_div.page_default.desktop,\r\n.pagination_div.page_minimal_center_aligned.desktop{\r\n padding-top: var(--spacing-5);\r\n}\r\n\r\n.pagination_div.card_default.desktop,\r\n.pagination_div.card_minimal_right_aligned.desktop,\r\n.pagination_div.card_minimal_left_aligned.desktop,\r\n.pagination_div.card_minimal_center_aligned.desktop,\r\n.pagination_div.card_button_group_right_aligned.desktop,\r\n.pagination_div.card_button_group_left_aligned.desktop{\r\n padding: var(--spacing-3) var(--spacing-6) var(--spacing-4) var(--spacing-6);\r\n}\r\n\r\n.pagination_div.page_default.mobile,\r\n.pagination_div.page_minimal_center_aligned.mobile{\r\n padding-top: var(--spacing-4);\r\n}\r\n\r\n.pagination_div.card_button_group_center_aligned.desktop{\r\n display: flex;\r\n padding: var(--spacing-3) var(--spacing-6) var(--spacing-4) var(--spacing-6);\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 0.5rem;\r\n}\r\n\r\n.pagination_div.card_default.mobile,\r\n.pagination_div.card_minimal_left_aligned.mobile,\r\n.pagination_div.card_minimal_right_aligned.mobile,\r\n.pagination_div.card_minimal_center_aligned.mobile{\r\n padding: var(--spacing-3) var(--spacing-4);\r\n}\r\n\r\n.pagination_div.card_button_group_right_aligned.mobile{\r\n display: flex;\r\n padding: var(--spacing-3) var(--spacing-4);\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: flex-end;\r\n gap: 0.5rem;\r\n}\r\n\r\n.pagination_div.card_button_group_left_aligned.mobile{\r\n display: flex;\r\n padding: var(--spacing-3) var(--spacing-4);\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: flex-start;\r\n gap: 0.5rem;\r\n}\r\n\r\n.pagination_div.card_button_group_left_aligned.mobile{\r\n display: flex;\r\n padding: var(--spacing-3) var(--spacing-4);\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n gap: 0.5rem;\r\n}";
1400
1400
  const GbPaginationStyle0 = gbPaginationCss;
1401
1401
 
1402
1402
  const GbPagination = class {
@@ -1426,12 +1426,12 @@ const GbPagination = class {
1426
1426
  console.log('Selected page size:', item);
1427
1427
  }
1428
1428
  render() {
1429
- return (index.h("div", { key: '93192465e41becdc154ea3d490bd89077dafcbe5', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '9d6c8770b32f5e0b58ddef92eb901aee4c7f5a50', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, index.h("p", { key: 'd517a641dc75666b0470551458bf25003d1bcaf1' }, "Previous")), index.h("div", { key: '5673f26f97ab9f0711301c5cf75fe31e5ee90690', class: "pagination_numbers" }, index.h("gb-pagination-number-base", { key: '3c39fb4eef6fb739594b8f725f7c006a40685f1a', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, index.h("p", { key: 'fbf89a879ee340290b035a01203d5815cb0410b3', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '5abbe92ed0f350c40a5986789daa34dd3293cea4', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, index.h("p", { key: '9faf06da6b0b3632d00cb24e0bd9b70d192ceee7', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '70e1d123cff482d2a9e50659976ec3f27ce3d1c5', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, index.h("p", { key: 'aa601b7c8d5d927049d0d9112b0d1de23826179a', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '83a95ab0e84c76833c0b719a50ea69e8f8ce7200', shape: this.shape }, index.h("p", { key: '37938e29e9903eae8825dc33763bc5483d40aa71', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '526216d8f07fa2d170d24fb501d225c0994fe7cc', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, index.h("p", { key: '5f3ee2a0b7f52ef95447e765bdb82ceb6758319d', slot: "page_number" }, this.totalPages - 2)), index.h("gb-pagination-number-base", { key: '905f217aac7cde8cb3c5d6efb97764ad2780ca03', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, index.h("p", { key: '1d010fa5ce00a5e91139c832fdf119b814f3f306', slot: "page_number" }, this.totalPages - 1)), index.h("gb-pagination-number-base", { key: 'e496688e8c92cdf5dc41f036443864bba1a4418a', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, index.h("p", { key: '655612df630a9dc2645cf96c58644ba24163159a', slot: "page_number" }, this.totalPages))), index.h("gb-button", { key: '76c7f90100be0ae6e316835264bf90dcf1724476', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, index.h("p", { key: '813c3337a90707574deb1ce8a5f27b016a2dd764' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '96f3a495717a5534521ca677e7f6df01cb247632', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, index.h("p", { key: '0a3a1eaac8627dab6bf58c6b0951ad80a849a32b' }, "Previous")), index.h("div", { key: 'd9bfa5de79464220301b5e2551e0cb135aa54c4b', class: "pagination_numbers" }, index.h("gb-pagination-number-base", { key: '28cfc9d37020a653992e94504d3b7331052403e6', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, index.h("p", { key: 'b6a7df75ac247701f804a3f05374bca1007ce608', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: 'f2ddd3d09ae1ce3fa7001965f20b2c8d36645f19', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, index.h("p", { key: '2bd8bbe882c991f4f4f424e45261da6e1e0f33a9', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: 'ce19d35cc33a9560ca2437a57c32ecb3bb066124', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, index.h("p", { key: 'b82f6cd60d1d99fad779244f693321494f146328', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'fef4e39736fb01f85380e6b647c587477dd5b341', shape: this.shape }, index.h("p", { key: 'e6372bae4fd5dd3b921dc7b2d0034acfe20b52ab', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '5e5528c05704091a914dfda2378019b0536dd96c', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, index.h("p", { key: '0ed2ec01f1e2ccd2cd10c328677639f8badd0513', slot: "page_number" }, this.totalPages - 2)), index.h("gb-pagination-number-base", { key: '15dd967c9bed6b8aef5ce27423cfadeeade00fa9', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, index.h("p", { key: 'aa52299576943f591de6261d7b2d377e263275fa', slot: "page_number" }, this.totalPages - 1)), index.h("gb-pagination-number-base", { key: '9c66baa700d0a5f4a8276f9a3f2419d402c702e0', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, index.h("p", { key: '8221286f963e60cdd450ba0b076b30616bfecd29', slot: "page_number" }, this.totalPages))), index.h("gb-button", { key: 'a21ff906549743a72aeadd97af6f3ae5e4e30bd7', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, index.h("p", { key: '8f5b50e4e0a6b2fd0f35154e88d59716c76e6979' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '06febfa06657bf4aa5b0ffd4393550292ee65d44', class: "pagination_entries" }, index.h("div", { key: '287821efd87af4d8a32a391fde2bd591e92400e8', class: "entries_text" }, index.h("p", { key: '57b0c52dc43af53a6b352630fd17358fe0497ca7', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '009516d180dc6f0abbfb079d05bb8edaf91adf11', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '8a8f95ae7950cdb0c93a9fe501f073ef3254d0bd', type: "default", state: "default", size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-help-icon": false, items: this.entries, "menu-position": "top" }))), index.h("div", { key: 'e7b787022fa9982f5dd0fbb98a165ff92526e4eb', class: "pagination_numbers" }, index.h("gb-pagination-number-base", { key: 'a8fe896dc624e0498f5bce22b977f3682c45a777', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '2e7bf1a66ee8748749e35c90d028a3771bb43596', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '0d584f43743e8bf16f87054016666998c794ec5e', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'c202e45a1efe603f337e2ec556669426a819d430', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '4c3221478668d44abf9e5d873131af1162f16b3a', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '1c683bb60b37bec68bba27533a87a55a1021bbc2', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '6bba89f37a80d83a16fbc9fd77bccae196b9c140', shape: this.shape, state: "default" }, index.h("p", { key: '54d22a0591b7e36a579abefa92859f2143e3407a', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'a409c6943b0c75467b8fb4430f1fad64eca1cab6', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, index.h("p", { key: '9b3ede4fd2d5ea0b6ce3b7195b4a71590049b093', slot: "page_number" }, this.totalPages - 2)), index.h("gb-pagination-number-base", { key: 'd4d4a96ea4e7ee85358602df91815f75c37c0cd1', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, index.h("p", { key: '72ff413c88c7e89b6e7ecf6dff767270a44da83e', slot: "page_number" }, this.totalPages - 1)), index.h("gb-pagination-number-base", { key: 'a069cc6812ac8b61e4794f2f9112ed4227dcb6bf', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, index.h("p", { key: '8e2d55792c81c819da8fd4e03a5f9da3439b4858', slot: "page_number" }, this.totalPages))), index.h("div", { key: '0245203ee96ffcb4ca92d9ad9149d294b20c73dc', class: "pagination_btns" }, index.h("gb-button", { key: '1bd02728f41fbdd9cf4359d7918e46902b159058', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("gb-button", { key: '34cd9ca01efbca03667c60158c6b5ec872bb2ece', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'ab26e54f6458c38dae04edc3b0f1bd514e72c3f2', class: "pagination_entries" }, index.h("div", { key: '7e49aeb6cdfb7f41c132a6fe1eed05cb6f80e418', class: "entries_text" }, index.h("p", { key: '69577e1fdf6f7ffe4316a9a27917f008434db844', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '2ef40ebc856e9e746b629e3af04dd96f9fa02729', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '8e6d1ae85f8c2c597609176b5cc1cc6bb9071abc', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top" }))), index.h("div", { key: '023d8d0ca939445124556416942b00ac8403a866', class: "page_number_text" }, index.h("p", { key: '9f6d446804667643b1ebc8cd06505423cb6ed873', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("div", { key: '4eed7f998ed0b7e8a6e82990f7a219083618dc3e', class: "pagination_btns" }, index.h("gb-button", { key: '3222849c692045be9eed27bfee84ecfedf3be557', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '164e62d9737e7bbed6c41de71be4ef29a4886cd7' }, "Previous")), index.h("gb-button", { key: 'c8f1c8d791f6220498ee846a315d91cef920a080', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'bec837461ab059d665ab26684caf3cc4a26aabc0' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '967aed7df59a951dc31fcb5a6f64609c8553acae', class: "pagination_btns" }, index.h("gb-button", { key: '307278c93a556eaea1518684d057e9d269e367c4', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: 'f02de5cbd5ce64035934e612e471d39eeb4d1d16' }, "Previous")), index.h("gb-button", { key: '7970a12ef43b58c788a7c673b267fb70505c820f', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'b7189e8d999e56e2bbe4470c3c77a1370184d886' }, "Next"))), index.h("div", { key: '413e5e58e33d990d8b2689fc681bc4d92bd0c644', class: "page_number_text" }, index.h("p", { key: 'b3e56ea9a0c2d418193f3963d578bdf4015e5660', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("div", { key: '308312c6e2f7866c3bc274c30e7aa485d5a8d610', class: "pagination_entries" }, index.h("div", { key: '0c19386dba51d6512068d1b7ab0fac345175e67b', class: "entries_text" }, index.h("p", { key: '692b47358994b0cc5dba75891c52393ac7d6fd78', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: 'b0ced5a961b246d3532429ff3592dfaff7417008', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: 'e8528ff1285495f05c7690a54ffe91f38f59d911', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top" }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '8c5af36bb31e08f4677dd3e2e781eb509fce0d21', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '0ac8d545c526250dd0507f17739a897c6a63ae0d' }, "Previous")), index.h("div", { key: 'af54c12b09f47a64026e35eafe9605ad8e4fa65d', class: "page_number_text" }, index.h("p", { key: '0895b7f516150e21311b438e138c6b417c96a14d', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: '718cdc7683b9a6dfb3ed0dcf8ccc7162c6635b2f', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '6b31f45b88bea5cfb51be355c44af8c15fba9828' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'd09c2d55136c9684bf1aea0cb238d15b3d45b244', class: "pagination_entries" }, index.h("div", { key: 'b1eb642163ac4d461f743137ac57e957ae1ac719', class: "entries_text" }, index.h("p", { key: 'b4a363984d79c7be18ecff9a644fb3dba5207117', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '99ed230817035bdf0c657aac6766ef5093d95314', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '786ed25214df4aa1c36bc67d639d91a9ab516fbe', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top" }))), index.h("div", { key: '89d41e6cd2ee20cc2aa33c467fee989458ce153a', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '840fbdd92db7a1a33910d0ce9328d73fc17e4aeb', icon: "leading" }, index.h("p", { key: '978083e6073dbb871bf1475fb209a49add837304' }, "Previous")), index.h("div", { key: '530cc375fa652fd571debd0339aac73a0dc1c935', class: "btn_group" }, index.h("gb-pagination-button-group-base", { key: 'e6c786d9f6556514a5963f691b7449d0c35d6c61', icon: "false", state: "active" }, index.h("p", { key: '5569031fc67f7c16fd74159eaaa4ed5968f4e76a' }, "1"))), index.h("gb-pagination-button-group-base", { key: 'df9779861c56629d20ff9518310f8b0fe7d5a8d0', icon: "false" }, index.h("p", { key: '2e99feb007effbba87e09f7215a80d2ae2feb452' }, "2")), index.h("gb-pagination-button-group-base", { key: '0c0f968643d5752aed5155b25d2d60798196294a', icon: "false" }, index.h("p", { key: 'dbbce40db4d73e00d72d1bbca531b91f2e89fc93' }, "3")), index.h("gb-pagination-button-group-base", { key: 'ab4e6c59ff7d04e2508522afa5dc6a8eff9a3601', icon: "false" }, index.h("p", { key: '9db94320df4bb9d24fb2fc54bf0027adf8941d58' }, "...")), index.h("gb-pagination-button-group-base", { key: '87efd43d5853e7a7ecfc12e7cec060a19e1d1391', icon: "false" }, index.h("p", { key: '1ee19cbea1a86854f6e31495f541a8d75f30a725' }, "8")), index.h("gb-pagination-button-group-base", { key: 'ed19fa27562de674a60a5e437001da773ea1410c', icon: "false" }, index.h("p", { key: '50c7bdb4421f81481ae88201a28b2aca0d1c6688' }, "9")), index.h("gb-pagination-button-group-base", { key: '604bed86cb9f5c5e038c946a0fc953709efa337b', icon: "false" }, index.h("p", { key: '7766769fbca67059bf4be20d9c05518dee077958' }, "10")), index.h("gb-pagination-button-group-base", { key: 'c860928b9257b0dfc37ef8750abc3c8671be1564', icon: "trailing" }, index.h("p", { key: 'f0d99d24f0faab24e435c3e18d38458bdb035c0e' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '7c07b28b1fb1ab71395880052af63e80c6eefda3', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }), index.h("div", { key: '9422ea66939b61393642f76a907e5e43aaa2977c', class: "page_number_text" }, index.h("p", { key: 'db5a6fa35c46d96922d5565cc3baac6078b4aa20', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: 'de99be0b43363c7cc3358b82f510cbfa75a8bfc3', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg" })))));
1429
+ return (index.h("div", { key: '93192465e41becdc154ea3d490bd89077dafcbe5', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '9d6c8770b32f5e0b58ddef92eb901aee4c7f5a50', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, index.h("p", { key: 'd517a641dc75666b0470551458bf25003d1bcaf1' }, "Previous")), index.h("div", { key: '5673f26f97ab9f0711301c5cf75fe31e5ee90690', class: "pagination_numbers" }, index.h("gb-pagination-number-base", { key: '3c39fb4eef6fb739594b8f725f7c006a40685f1a', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, index.h("p", { key: 'fbf89a879ee340290b035a01203d5815cb0410b3', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '5abbe92ed0f350c40a5986789daa34dd3293cea4', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, index.h("p", { key: '9faf06da6b0b3632d00cb24e0bd9b70d192ceee7', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '70e1d123cff482d2a9e50659976ec3f27ce3d1c5', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, index.h("p", { key: 'aa601b7c8d5d927049d0d9112b0d1de23826179a', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '83a95ab0e84c76833c0b719a50ea69e8f8ce7200', shape: this.shape }, index.h("p", { key: '37938e29e9903eae8825dc33763bc5483d40aa71', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '526216d8f07fa2d170d24fb501d225c0994fe7cc', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, index.h("p", { key: '5f3ee2a0b7f52ef95447e765bdb82ceb6758319d', slot: "page_number" }, this.totalPages - 2)), index.h("gb-pagination-number-base", { key: '905f217aac7cde8cb3c5d6efb97764ad2780ca03', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, index.h("p", { key: '1d010fa5ce00a5e91139c832fdf119b814f3f306', slot: "page_number" }, this.totalPages - 1)), index.h("gb-pagination-number-base", { key: 'e496688e8c92cdf5dc41f036443864bba1a4418a', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, index.h("p", { key: '655612df630a9dc2645cf96c58644ba24163159a', slot: "page_number" }, this.totalPages))), index.h("gb-button", { key: '76c7f90100be0ae6e316835264bf90dcf1724476', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, index.h("p", { key: '813c3337a90707574deb1ce8a5f27b016a2dd764' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: '96f3a495717a5534521ca677e7f6df01cb247632', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg" }, index.h("p", { key: '0a3a1eaac8627dab6bf58c6b0951ad80a849a32b' }, "Previous")), index.h("div", { key: 'd9bfa5de79464220301b5e2551e0cb135aa54c4b', class: "pagination_numbers" }, index.h("gb-pagination-number-base", { key: '28cfc9d37020a653992e94504d3b7331052403e6', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default' }, index.h("p", { key: 'b6a7df75ac247701f804a3f05374bca1007ce608', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: 'f2ddd3d09ae1ce3fa7001965f20b2c8d36645f19', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default' }, index.h("p", { key: '2bd8bbe882c991f4f4f424e45261da6e1e0f33a9', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: 'ce19d35cc33a9560ca2437a57c32ecb3bb066124', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default' }, index.h("p", { key: 'b82f6cd60d1d99fad779244f693321494f146328', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'fef4e39736fb01f85380e6b647c587477dd5b341', shape: this.shape }, index.h("p", { key: 'e6372bae4fd5dd3b921dc7b2d0034acfe20b52ab', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '5e5528c05704091a914dfda2378019b0536dd96c', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default' }, index.h("p", { key: '0ed2ec01f1e2ccd2cd10c328677639f8badd0513', slot: "page_number" }, this.totalPages - 2)), index.h("gb-pagination-number-base", { key: '15dd967c9bed6b8aef5ce27423cfadeeade00fa9', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default' }, index.h("p", { key: 'aa52299576943f591de6261d7b2d377e263275fa', slot: "page_number" }, this.totalPages - 1)), index.h("gb-pagination-number-base", { key: '9c66baa700d0a5f4a8276f9a3f2419d402c702e0', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default' }, index.h("p", { key: '8221286f963e60cdd450ba0b076b30616bfecd29', slot: "page_number" }, this.totalPages))), index.h("gb-button", { key: 'a21ff906549743a72aeadd97af6f3ae5e4e30bd7', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg" }, index.h("p", { key: '8f5b50e4e0a6b2fd0f35154e88d59716c76e6979' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '06febfa06657bf4aa5b0ffd4393550292ee65d44', class: "pagination_entries" }, index.h("div", { key: '287821efd87af4d8a32a391fde2bd591e92400e8', class: "entries_text" }, index.h("p", { key: '57b0c52dc43af53a6b352630fd17358fe0497ca7', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '009516d180dc6f0abbfb079d05bb8edaf91adf11', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '8a8f95ae7950cdb0c93a9fe501f073ef3254d0bd', type: "default", state: "default", size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-help-icon": false, items: this.entries, "menu-position": "top" }))), index.h("div", { key: 'e7b787022fa9982f5dd0fbb98a165ff92526e4eb', class: "pagination_numbers" }, index.h("gb-pagination-number-base", { key: 'a8fe896dc624e0498f5bce22b977f3682c45a777', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, index.h("p", { key: '2e7bf1a66ee8748749e35c90d028a3771bb43596', slot: "page_number" }, "1")), index.h("gb-pagination-number-base", { key: '0d584f43743e8bf16f87054016666998c794ec5e', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, index.h("p", { key: 'c202e45a1efe603f337e2ec556669426a819d430', slot: "page_number" }, "2")), index.h("gb-pagination-number-base", { key: '4c3221478668d44abf9e5d873131af1162f16b3a', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, index.h("p", { key: '1c683bb60b37bec68bba27533a87a55a1021bbc2', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: '6bba89f37a80d83a16fbc9fd77bccae196b9c140', shape: this.shape, state: "default" }, index.h("p", { key: '54d22a0591b7e36a579abefa92859f2143e3407a', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (index.h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, index.h("p", { slot: "page_number" }, this.currentPage))) : null, index.h("gb-pagination-number-base", { key: 'a409c6943b0c75467b8fb4430f1fad64eca1cab6', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, index.h("p", { key: '9b3ede4fd2d5ea0b6ce3b7195b4a71590049b093', slot: "page_number" }, this.totalPages - 2)), index.h("gb-pagination-number-base", { key: 'd4d4a96ea4e7ee85358602df91815f75c37c0cd1', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, index.h("p", { key: '72ff413c88c7e89b6e7ecf6dff767270a44da83e', slot: "page_number" }, this.totalPages - 1)), index.h("gb-pagination-number-base", { key: 'a069cc6812ac8b61e4794f2f9112ed4227dcb6bf', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, index.h("p", { key: '8e2d55792c81c819da8fd4e03a5f9da3439b4858', slot: "page_number" }, this.totalPages))), index.h("div", { key: '0245203ee96ffcb4ca92d9ad9149d294b20c73dc', class: "pagination_btns" }, index.h("gb-button", { key: '1bd02728f41fbdd9cf4359d7918e46902b159058', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("gb-button", { key: '34cd9ca01efbca03667c60158c6b5ec872bb2ece', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'ab26e54f6458c38dae04edc3b0f1bd514e72c3f2', class: "pagination_entries" }, index.h("div", { key: '7e49aeb6cdfb7f41c132a6fe1eed05cb6f80e418', class: "entries_text" }, index.h("p", { key: '69577e1fdf6f7ffe4316a9a27917f008434db844', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '2ef40ebc856e9e746b629e3af04dd96f9fa02729', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '8e6d1ae85f8c2c597609176b5cc1cc6bb9071abc', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top" }))), index.h("div", { key: '023d8d0ca939445124556416942b00ac8403a866', class: "page_number_text" }, index.h("p", { key: 'bffaf68232e5ef944f53a76d7f040495081c979f', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("div", { key: '88aebf90f11a9d10b09f5dfa5c11341167cb7b13', class: "pagination_btns" }, index.h("gb-button", { key: '2132a11b0e49a61394981858fe3756c0425a3232', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '98ad191db63e0c0a14ce8dc3061c782935545d2f' }, "Previous")), index.h("gb-button", { key: 'fe6fa4192a097307636b2a50e0f58ac79e729298', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '507d39be8f9414e6f850044a62562bf91e8d290f' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '94578829cff8ac7769cbd6ee9199bacc79c50942', class: "pagination_btns" }, index.h("gb-button", { key: '194a9c200fc19e8cf8a5635cbcd8bc1657d13489', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '959cf6a377d27992850ef53ba4e5ce7eb35d3541' }, "Previous")), index.h("gb-button", { key: 'aae53d2d5dfc1c3f58dc23fe521599dce53791b0', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: 'e5ab849c3012625a3aedeb08cf0b539830eb5165' }, "Next"))), index.h("div", { key: 'f659a61045998a3047b970550b427ea18f2973df', class: "page_number_text" }, index.h("p", { key: '2289ccc9ee02dd89bd6a5c30c7e25e59724a9f67', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("div", { key: '3326c5914597e0f835bc1bc92cab29c8a3513cc0', class: "pagination_entries" }, index.h("div", { key: '274fcdff2569bda00ea4d699452e8b1ba1d9f908', class: "entries_text" }, index.h("p", { key: 'e7060fdb046a0dbf7c4e607e8f05837a59cb65f8', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: 'f72d42395f231c4706b7f349d23d7c7caafe2b03', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: '6fd872e69d2a225ca659b1a78fe7a0f9f7c97dae', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top" }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'c49d9ea4a2de7042ce51238de9b163c82b34374c', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, index.h("p", { key: '6aa0fcedc4e163fb9f29a2e26faee9163eeb3649' }, "Previous")), index.h("div", { key: '1942f2be6bfc431b6658071ef672d3da2dc28634', class: "page_number_text" }, index.h("p", { key: '7845dc39c830c4c926c7b1af877cba6270f98256', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: '2949a26b6ebc8c002663dcf0fffaf5f065fe181c', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, index.h("p", { key: '15466158665cbe5031d23a63f20554aee02d1d2b' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '99e3bae99ea07752d18dbb99cefc330759abbdb2', class: "pagination_entries" }, index.h("div", { key: '53d4bca2cd477895d6e388ebdb998db34595e49d', class: "entries_text" }, index.h("p", { key: '0e1b0daa5c14a86aaa8139b890a4a7452cb1937a', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '3d0b7fd248acc2e992b6454185551e04338a4be9', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: 'dafd89f4ad55244ae272cc4e818249c52b2106c4', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top" }))), index.h("div", { key: 'd52da6de4c7c8e2c4bd5147de702a2b11c2dc1c2', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: 'c68e5a72e406d8000992610e52fc95f8a2feb25b', icon: "leading" }, index.h("p", { key: '850267721edd828144744606703bc690aa113526' }, "Previous")), index.h("div", { key: '831f93431e96a23325489bb4552a392c3e5b3199', class: "btn_group" }, index.h("gb-pagination-button-group-base", { key: 'a890105631eceae3253355a2eec23cb8d35ab948', icon: "false", state: "active" }, index.h("p", { key: 'e4ccb117af15415d591f9361488c95043c7a910e' }, "1"))), index.h("gb-pagination-button-group-base", { key: 'beac1be00c0aefd49bcad37943b74ea3d4bee915', icon: "false" }, index.h("p", { key: '29c50ad984d5eaf7fcb1c6d6b89b6453cb017667' }, "2")), index.h("gb-pagination-button-group-base", { key: 'd163e3268635308249eb9a3291d52e8cc99b78aa', icon: "false" }, index.h("p", { key: '7f9e074af90deaa2ba6d874ebedb045ff8a32fbe' }, "3")), index.h("gb-pagination-button-group-base", { key: '0a109f14267414246fcbf0dd2a453a0cc38409c2', icon: "false" }, index.h("p", { key: '096ce4337377489af83f6ea039099ea8dc0035e5' }, "...")), index.h("gb-pagination-button-group-base", { key: '86b4c189c203595dc5155720ae32e78556248ef9', icon: "false" }, index.h("p", { key: '19cd9456c1f2a6dbb5b410d88f3dc2912346581d' }, "8")), index.h("gb-pagination-button-group-base", { key: '8716f58945e8e4d70c5501f3b5f00080e5e30d9b', icon: "false" }, index.h("p", { key: '7fe9e851f8b863c95e5c351ede27af8e467acbb4' }, "9")), index.h("gb-pagination-button-group-base", { key: 'b65dfd93831bc14877c4b730e110e0068f376099', icon: "false" }, index.h("p", { key: '86e8b6bcdbb478cfe916bb0e9fda53093b63ff25' }, "10")), index.h("gb-pagination-button-group-base", { key: 'b7f0b7adc6f489be0d79bdd5dcd532523c6bbe91', icon: "trailing" }, index.h("p", { key: '8bccdd426d2f95a214651c4f4f0f49f0c0be7767' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: '59622b875e31c4a56470036a0a737e77c2342f34', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '74fb7240f03f43104e3ca0638e35d8e49fc6f4ce', icon: "leading" }, index.h("p", { key: '5e035799f542aa1970acf01d9ba3d214f5833069' }, "Previous")), index.h("div", { key: '52bf5b69f6d04e66dc4e29dd1ee3b348120b2d6a', class: "btn_group" }, index.h("gb-pagination-button-group-base", { key: '3786266c04d42413541e83c70b49a591f81ccace', icon: "false", state: "active" }, index.h("p", { key: '6afe44785a9cec83f80ed8868c9b72eca1ba4bc5' }, "1"))), index.h("gb-pagination-button-group-base", { key: 'ec5493f194d1f236b9153c6f42f80e905091355f', icon: "false" }, index.h("p", { key: '7b40096c39c2c1491f2243a1eb26bd0c6bcaab2b' }, "2")), index.h("gb-pagination-button-group-base", { key: 'cc7a3dbe90c1fcade9a6f00040763fc31a3b2064', icon: "false" }, index.h("p", { key: '3817572b58074b8c74fdcfdcc1f8f34a03fbc4ff' }, "3")), index.h("gb-pagination-button-group-base", { key: '8677d3daf1f673bcc1d8795fd8a24590d5846673', icon: "false" }, index.h("p", { key: '74a6aba928286698512be31159fc9d749236537a' }, "...")), index.h("gb-pagination-button-group-base", { key: '3a03a0bb6fa15ced41ba49c3a7e7491b4406f828', icon: "false" }, index.h("p", { key: '778c97d19dd64bcab624df5d9b039805d628f868' }, "8")), index.h("gb-pagination-button-group-base", { key: '6a7323baf8b62dfbb5ae3aec57c73c4370086d26', icon: "false" }, index.h("p", { key: '827924cb3d477c3dce2313d7d6da99cb617d632b' }, "9")), index.h("gb-pagination-button-group-base", { key: 'ab100b9a16d4efc6bac864ac9eb19cca751f864d', icon: "false" }, index.h("p", { key: '6a019bdcb77a740270685eb0b55bfea3c24ab894' }, "10")), index.h("gb-pagination-button-group-base", { key: '6dc36cbfc7a63db4670376398a3ae207c428d113', icon: "trailing" }, index.h("p", { key: 'f67b437d04f6736606900ac08a01498e4b869315' }, "Next"))), index.h("div", { key: 'abf80eb5ebfae6b598ce880b81c0d64332256016', class: "pagination_entries" }, index.h("div", { key: 'f2971605790209a26890b7bd845eb34b26105555', class: "entries_text" }, index.h("p", { key: 'f02547f5a437f5e9aa49f6117a36569c712a53df', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), index.h("div", { key: '1464fc70bdfe3b8045dce27bd4294ad749ea133f', class: `entries_dropdown` }, index.h("gb-input-dropdown", { key: 'a39fd6a7c8af6694f3a5af7f80d37497aa181f1f', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top" }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (index.h(index.Fragment, null, index.h("div", { key: 'd0e3a53f0da4a6067e7b17c18b9f5ffba3477cdf', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: '7417ca06e6828bdc4eefbd7f7612498d9af6ce41', icon: "leading" }, index.h("p", { key: '2baa28358a526cdeb47f85c97fd4152aefa7869d' }, "Previous")), index.h("div", { key: 'd43a50e476058071be1db6ead17501ad01e1cc25', class: "btn_group" }, index.h("gb-pagination-button-group-base", { key: '15b9f593fb4938dc54e86add0ec59a0a6071feb5', icon: "false", state: "active" }, index.h("p", { key: '404f781c5147259436ca9ba69224e94216558380' }, "1"))), index.h("gb-pagination-button-group-base", { key: '3f5c818eb07a7c6f655945f0e17202f3c12f6eda', icon: "false" }, index.h("p", { key: '24c8ffa981a41c4fa3340e597255ef340c832390' }, "2")), index.h("gb-pagination-button-group-base", { key: '357fc67e5cc913d9db666e1b0ab920564f1ab27a', icon: "false" }, index.h("p", { key: '124549db8ff61e35ac1b388d459018bbc9a4b04b' }, "3")), index.h("gb-pagination-button-group-base", { key: '4846975a3d493a8331162600a0c2d72811e83576', icon: "false" }, index.h("p", { key: '5f709c90ba375acb6210b1cb257d609401050e5a' }, "...")), index.h("gb-pagination-button-group-base", { key: '74f26ea074ab76f86ce8e6f4181be79f15917b60', icon: "false" }, index.h("p", { key: '2b6104fe0f520c469a9d5650ce3fa0d67b227bce' }, "8")), index.h("gb-pagination-button-group-base", { key: '43c8e5559d3110c922aa9765f48ddca06a47c98e', icon: "false" }, index.h("p", { key: '48fd9fef783fca546628aab39195eb7c18f6e630' }, "9")), index.h("gb-pagination-button-group-base", { key: '9e0760bc56db7d81f30e6b2fba4def1b335a583c', icon: "false" }, index.h("p", { key: 'c9f0b69fa4c7c548d03bfc5db7e51f59aa904abd' }, "10")), index.h("gb-pagination-button-group-base", { key: '8495457461b6fab122cda09b4aa46c8b955adb51', icon: "trailing" }, index.h("p", { key: 'e13b33a53f86e9357e58ef0ddf0c121edb89e0c8' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '95abf70bfb487c541da03df2d3302f952cf07bd1', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '084011e3bc478dc2aad8dd34864c800d633c7da9', class: "page_number_text" }, index.h("p", { key: '55d447969d74431cba9fbfb09631c6b69fd23933', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: '2f5b7650b730d2ecdcc289bdbf04403990aeef31', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '48b2a25f6ae3d6ef2d1a43ae0914288bb8bca92f', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: 'c36f76c2bbb80fefff64523c44bce43147ce107b', class: "page_number_text" }, index.h("p", { key: '7e76ccb5eea98ecca9336e0b36736d40ed4c22d4', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: '6d6f5bbd1fd514af21a645817fdfa56adac3180f', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_default' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'c4612be773523539612d82b2b68c51e996a74607', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '1c6fca82800586075fb12c44069934f64bb3839a', class: "page_number_text" }, index.h("p", { key: 'c4ea010d97448021da768537a11885ae3b5ef0fc', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: 'c94009c58d9a9fd209b70525cc66b8cb53a4e46a', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'c2b3d76e96fa9a617807b75cf1759aafa7ddc3cc', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: 'b3e94247a0bbefdadcb23c18950ebd49522fecce', class: "page_number_text" }, index.h("p", { key: 'd84e3a8d53895b933f5285a84908d20c5fafb944', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: 'f4696ea98fe8e8649b4ae50fa9e9c9d2986b9514', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '45c33b91c38623b730e1b0619cca1fceba720d1e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: 'ff5ee7d8ff91fabe75ccf3da94e61d1b63140941', class: "page_number_text" }, index.h("p", { key: 'd9b3e8615bdb4d8aba0efe0fdd72a4e9700a4765', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: '30c002fe8d970ea3fb8e65157c6c0326d6757bc8', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: '7e817503621bfe58731e12d1f9f160ea6c2a1271', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '373abaffcfe4893fe4658ff1aad09a5c33738112', class: "page_number_text" }, index.h("p", { key: 'f375433fdeadcea624eceb52973faf959984fc78', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: 'ac5d1702b6cde3813d34ebc1f848ccc0dd8028e8', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'mobile' && (index.h("div", { key: '6836e9304695d848855ceada52cb6beca8621947', class: "pagination_button_group" }, index.h("gb-pagination-button-group-base", { key: 'ebdcfa17eb63c1c545f1bde93271b39347ff057c', icon: "only" }, index.h("p", { key: '961276ad119a836ecfb47911956b1ad3221ee7bd' }, "Previous")), index.h("div", { key: 'a518b8ffb15e0bda0986d602656b575aed2ef447', class: "btn_group" }, index.h("gb-pagination-button-group-base", { key: 'e7af69b74bb3aec95bc29eeab7a94c0101f66e1f', icon: "false", state: "active" }, index.h("p", { key: '838957cbc7b5324fc5a56de923aa20cc3222c904' }, "1"))), index.h("gb-pagination-button-group-base", { key: '1295453398900ade9ebdd77bb58fd9a2a9c5bca9', icon: "false" }, index.h("p", { key: '27a3a44dd0a69e27c5c5eab2337bf65819e11566' }, "2")), index.h("gb-pagination-button-group-base", { key: '25e1793feef2db52dcf9984f897d32d9d530e74d', icon: "false" }, index.h("p", { key: 'a7e2692cd2b048ac41acf8de8ea5adba6bc8be94' }, "...")), index.h("gb-pagination-button-group-base", { key: '18a6c3d0582cffb24c6f51fb9ae48e165b20d256', icon: "false" }, index.h("p", { key: 'a17c3c3e77d146a7a89b2d43196d3d4c0d9c4f11' }, "9")), index.h("gb-pagination-button-group-base", { key: '077194ec07dfadfecea50ec94ef1dfd79230994e', icon: "false" }, index.h("p", { key: 'e74393ce1f5f775ad1fc7c6a85cb1f2666ec029e' }, "10")), index.h("gb-pagination-button-group-base", { key: 'fa282bf76a45fa560032405e3edbec01ec9c204b', icon: "only" }, index.h("p", { key: '1a49c52ba4fd7517e0c88d55709f351258dc915d' }, "Next")))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'ea8234377585eda1643a87c1363f5d8bf69f9be2', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: 'f62298071b8cddf53517153d36581c4f261371d5', class: "page_number_text" }, index.h("p", { key: '795d18307757327823de30d57463346456f7d6c1', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: '6bdd07dbe5b83d72a9c35e5da6aa30bbe9e343ac', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'mobile' && (index.h(index.Fragment, null, index.h("gb-button", { key: 'b1f74669f7175080ef223434600989a5fd290d8e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), index.h("div", { key: '6366209d968f79301138b7917e218bb2a2e8886a', class: "page_number_text" }, index.h("p", { key: '470d01e7d67257e87ce33320c70557fb52a407cf', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), index.h("gb-button", { key: '6d7bc282ccba8481b9603a2a4788ab630e8a3147', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
1430
1430
  }
1431
1431
  };
1432
1432
  GbPagination.style = GbPaginationStyle0;
1433
1433
 
1434
- const gbPaginationButtonGroupBaseCss = ".button_base_div{display:flex;align-items:center;align-self:stretch;border-right:1px solid var(--color-border-subtle, #CDD5DF);justify-content:center;cursor:pointer;width:fit-content}.button_base_div:hover{background:var(--color-background-gray-subtler, #EEF2F6)}.button_base_div.active{background:var(--color-background-gray-subtler, #EEF2F6)}.button_base_div:active{background:none}.button_base_div.false{width:2.5rem;height:auto;padding:0.625rem}.button_base_div.leading,.button_base_div.trailing{gap:0.5rem;padding:0.625rem var(--spacing-4)}::slotted(p){color:var(--color-text, #4B5565)}";
1434
+ const gbPaginationButtonGroupBaseCss = ".button_base_div{display:flex;align-items:center;align-self:stretch;border-right:1px solid var(--color-border-subtle, #CDD5DF);justify-content:center;cursor:pointer;width:fit-content}.button_base_div:hover{background:var(--color-background-gray-subtler, #EEF2F6)}.button_base_div.active{background:var(--color-background-gray-subtler, #EEF2F6)}.button_base_div:active{background:none}.button_base_div.false{display:flex;flex-direction:column;justify-content:center;align-items:center;width:2.5rem;padding:1rem 0.625rem}.button_base_div.leading,.button_base_div.trailing{gap:0.5rem;padding:0.625rem var(--spacing-4)}::slotted(p){color:var(--color-text, #4B5565)}";
1435
1435
  const GbPaginationButtonGroupBaseStyle0 = gbPaginationButtonGroupBaseCss;
1436
1436
 
1437
1437
  const GbPaginationButtonGroupBase = class {
@@ -1449,7 +1449,7 @@ const GbPaginationButtonGroupBase = class {
1449
1449
  }
1450
1450
  }
1451
1451
  render() {
1452
- return (index.h("div", { key: 'be4aea3b26ea4b14d8e3d15c775029034d6a4efa', class: `button_base_div ${this.icon}` }, this.icon === 'false' && index.h("slot", { key: '6f0186907d11271493a6f866b5c8a13f4b50bf96' }), this.icon === 'leading' && (index.h(index.Fragment, null, index.h("svg", { key: '38d52a76be4c725dd4be4c9fa50fd6251298114e', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '0628c776d8ff97448e5e0c2b6caad5c0aeea4f4c', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("slot", { key: '7d8107575503e79cae46a5b32bdc6e6596c80c51' }))), this.icon === 'trailing' && (index.h(index.Fragment, null, index.h("slot", { key: 'f7254370db862bab432a313cc07cad6c10c6dd56' }), index.h("svg", { key: 'c3f07a75b7f4bb2e129c39065c939933831c4b7c', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: '3d650501c51aebdcf4bad1c05d9c36f1a0bbc170', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))));
1452
+ return (index.h("div", { key: '59c84439fe82fbc96cf48fafd679a9e27561fd85', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && index.h("slot", { key: '0e34dee27cf0fc00a1d755581be19b24f246132b' }), this.icon === 'leading' && (index.h(index.Fragment, null, index.h("svg", { key: 'df6b740cd5309803bf9ed9c2ba47edfbae29eabb', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'd51134c9031a80e7f16e4ab545c02bc33f04601e', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("slot", { key: 'b66bae8ef1d9fcad5174e05073d77847318f8385' }))), this.icon === 'trailing' && (index.h(index.Fragment, null, index.h("slot", { key: '75dc3a4282c9a6c557341ab818a369dbc7ce9172' }), index.h("svg", { key: 'a483de0628cf5d9f378aa53ebbda389b7f6f5856', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, index.h("path", { key: 'c5310e92b6e1d9e751a090d623b24e8297fd91c1', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))));
1453
1453
  }
1454
1454
  get el() { return index.getElement(this); }
1455
1455
  };
@@ -1466,9 +1466,9 @@ const GbPaginationDotIndicator = class {
1466
1466
  this.size = undefined;
1467
1467
  }
1468
1468
  render() {
1469
- return index.h("div", { key: '9884fe981ab866922cfdc54ce8c5d2b4c07442e2', class: `dot_indicator_div
1469
+ return (index.h("div", { key: '38ef4eb63969975a7fce5247e00ca540516b8f55', class: `dot_indicator_div
1470
1470
  ${this.type} ${this.current ? 'current' : ''}
1471
- ${this.size}` });
1471
+ ${this.size}` }));
1472
1472
  }
1473
1473
  };
1474
1474
  GbPaginationDotIndicator.style = GbPaginationDotIndicatorStyle0;
@@ -1495,7 +1495,7 @@ const GbPaginationNumberBase = class {
1495
1495
  }
1496
1496
  }
1497
1497
  render() {
1498
- return (index.h("div", { key: '35e6f9aa4e918dfa31cefafa6a2664ef2141a9ae', class: `page_number_base ${this.shape} ${this.state}` }, index.h("slot", { key: '65ab3283a4cacfcd5b58794cc7c7ddf8cd30afc4', name: "page_number" })));
1498
+ return (index.h("div", { key: 'ffb9c6bdd7f6b7405d563f06414cc0f1625644c0', class: `page_number_base ${this.shape} ${this.state}` }, index.h("slot", { key: 'a09b1161a8a17afffdc29bbe29b67dd2999b0802', name: "page_number" })));
1499
1499
  }
1500
1500
  get el() { return index.getElement(this); }
1501
1501
  };
@@ -1514,7 +1514,7 @@ const GbPasswordButton = class {
1514
1514
  this.isPasswordVisible = !this.isPasswordVisible;
1515
1515
  }
1516
1516
  render() {
1517
- return (index.h("div", { key: '8e3bf2aea2842df4462c2dc079d3c3dbb1c160da' }, index.h("gb-btn", { key: 'e88320b768baee15c261cdcd06047c21f1f18b74', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (index.h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, index.h("p", null, "HIDE"))) : (index.h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, index.h("p", null, "SHOW"))))));
1517
+ return (index.h("div", { key: '134b6ad514c0ca41cfd33cdf003eea6a01dc47e4' }, index.h("gb-btn", { key: '10f55a0ac5fc486a7c92383dd88d67730a0d8620', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (index.h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, index.h("p", null, "HIDE"))) : (index.h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, index.h("p", null, "SHOW"))))));
1518
1518
  }
1519
1519
  };
1520
1520
  GbPasswordButton.style = GbPasswordButtonStyle0;
@@ -1557,7 +1557,7 @@ const GbSideBarItem = class {
1557
1557
  render() {
1558
1558
  const redBarSrc = index.getAssetPath(`assets/bar.svg`);
1559
1559
  const whiteBarSrc = index.getAssetPath(`assets/bar_white.svg`);
1560
- return (index.h("div", { key: 'df82fa0fff992965ce4ac23a86840d45e268d5bc', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, index.h("div", { key: '82a831b0dbefd8bf4619f2f41e0b9f524ea4ecd3', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && index.h("img", { key: 'eaf59a27748f7bb40fddbf72165c8a950aa8326c', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && index.h("img", { key: '124df93840e3254f85b38496e54a36adc9dabc1c', src: whiteBarSrc, alt: "", class: "bar" }), index.h("div", { key: '1dfb569e10a199bbf9b9b385b46504c2fbd8d8b6', class: "content" }, index.h("div", { key: '80b7cd12519aa6b9068ccb64ad091154c6ea4ee7', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (index.h("p", { key: '8e77355f3d24aaf0741b5be1c1b60e101fc7f559', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (index.h(index.Fragment, null, this.showBadge && (index.h("gb-badge", { key: '5b356c5765ba0e1430adc6906f2f23f7926cde9a', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, index.h("p", { key: '51c673601256f7152a513bd646483ce8f4ea3bda' }, "10"))), this.showArrow && (index.h("svg", { key: 'f64eb4cdf2bc3b4eb27693c89f9c3881bd76ad2d', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, index.h("path", { key: '713fb575b9255bd67eb67e1980abf71883d87455', d: "M6.00003 4C6.00003 4 9.99999 6.94596 10 8.00003C10 9.05411 6 12 6 12", stroke: "#212C65", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'icon_only' && this.showTooltip && (index.h("gb-tooltip", { key: '06ad4ef60576053972f21e1da242ed58b35e1fe0', "show-arrow": true, arrow: "left", class: "tooltip" }, index.h("p", { key: '3151c47f57a48391d8f10f7f536d50f71ea49d4a', slot: "label" }, this.label)))));
1560
+ return (index.h("div", { key: '9f8332f6bc361d27b95afd74ed7981e533607a3e', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, index.h("div", { key: '645ad62b9a6508b2d16df8abe602417cd93ed409', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && index.h("img", { key: '85c435f52e0c9b0058132eee1a0f4a5741c7d7e6', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && index.h("img", { key: 'e7be324e4e4bb1e2f1fe6b04008f2da75aeaa862', src: whiteBarSrc, alt: "", class: "bar" }), index.h("div", { key: 'ee02070931d992212f72d068b77e0b20f55bb628', class: "content" }, index.h("div", { key: '4e8a62ccddedc73e6e6f7065351701264c748148', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (index.h("p", { key: '3b30d6a4183682dc3aff85554f704fbfbbff9cb3', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (index.h(index.Fragment, null, this.showBadge && (index.h("gb-badge", { key: '2af27d854c18bcdc9f6459c8f41eb78a57b326d8', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, index.h("p", { key: '1f91b0b43924bf54fe342b3a0d9bbe89ef3aab6c' }, "10"))), this.showArrow && (index.h("svg", { key: '4841799c8a1655756e09af99985936e54411c660', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, index.h("path", { key: 'ee6e694a288db3e2aa4673944821db9d9497cc7e', d: "M6.00003 4C6.00003 4 9.99999 6.94596 10 8.00003C10 9.05411 6 12 6 12", stroke: "#212C65", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'icon_only' && this.showTooltip && (index.h("gb-tooltip", { key: '72bda8f236273f18cc1b1bf67e3a599f84ad3769', "show-arrow": true, arrow: "left", class: "tooltip" }, index.h("p", { key: '8201e00cfb2f036791136304c94c187abfa6c1f0', slot: "label" }, this.label)))));
1561
1561
  }
1562
1562
  get el() { return index.getElement(this); }
1563
1563
  };
@@ -1640,7 +1640,7 @@ const GbSidebar = class {
1640
1640
  const logoSrc = index.getAssetPath(`assets/globus_bank_logo.svg`);
1641
1641
  const blueLogoSrc = index.getAssetPath(`assets/globus_bank_logo_blue.svg`);
1642
1642
  const whiteLogoSrc = index.getAssetPath(`assets/globus_bank_logo_white.svg`);
1643
- return (index.h("div", { key: '25ed6b4b2f33f86edc7b93de9db08b44dad51498', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (index.h("div", { key: 'f1d3bcc59279ae5c1a80d869e2f3a4a62d8a14f3', class: "pattern" }, index.h("img", { key: '3da257df31e58ded1f954e71ff8788358e2a4345', src: patternSrc, alt: "" }))), index.h("div", { key: '093a103c5009e6a0f2c277a087c4017587799c32', class: "nav" }, index.h("div", { key: '153ea5f8843d8580a6b9fd42d41a6f23494358be', class: `sidebar_header ${this.state}` }, index.h("div", { key: 'b3579a98e3728969caeb82693aad31bfa6fee52b', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && index.h(index.Fragment, null, this.category === 'plain_background' ? index.h("img", { src: blueLogoSrc }) : index.h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && index.h("img", { key: 'd76592d762fa3ae66ef9e128fe3475e590c799c1', src: logoSrc, alt: "" })), index.h("div", { key: '6f4a2824dd71b9f58babc944ee2e6ec54a97b1c5', class: `collapse_button ${this.state}` }, index.h("gb-collapse-button", { key: '99a4aabdc18432df9fd9e0c543a6d83db801c355', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), index.h("div", { key: 'eb50f356c90de3c9d1caabb6302e1ce200492505', class: "navigation" }, index.h("div", { key: '47b4d2c95cbf89f68f8c61fd0c88096c21317732', class: "item" }, index.h("gb-side-bar-item", { key: '5c4f9beecf63e8d762e2c3ef53c3941b8f6b9dc2', state: this.activeIndex === 0 ? 'active' : 'default', icon: this.firstItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(0), label: this.firstItemLabel }), index.h("gb-side-bar-item", { key: '184cb4ac709672520b2bb30c3355ea21bd23b694', state: this.activeIndex === 1 ? 'active' : 'default', icon: this.secondItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(1), label: this.secondItemLabel }), this.thirdItemLabel && (index.h("gb-side-bar-item", { key: '1c1f0bf367161c048233a2edfe5732b919496341', state: this.activeIndex === 2 ? 'active' : 'default', icon: this.thirdItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(2), label: this.thirdItemLabel })), this.fourthItemLabel && (index.h("gb-side-bar-item", { key: '64a3ce8326a02512f57f1a709071ca1c5b497e78', state: this.activeIndex === 3 ? 'active' : 'default', icon: this.fourthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(3), label: this.fourthItemLabel })), this.fifthItemLabel && (index.h("gb-side-bar-item", { key: '124687d30d69877cc7788fdabea646fe6539a05e', state: this.activeIndex === 4 ? 'active' : 'default', icon: this.fifthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(4), label: this.fifthItemLabel })))), this.showSecondCategory && (index.h("div", { key: '032e7e2888c826e6795fcb6339daa9bfc8eb79eb', class: "navigation" }, index.h("div", { key: '93e164e54775ea54c45ecc67f0377f07f9480e2c', class: "item" }, this.sixthItemLabel && (index.h("gb-side-bar-item", { key: '31ce08742db3151f75b59211b2e752a5decf083b', state: this.activeIndex === 5 ? 'active' : 'default', icon: this.sixthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(5), label: this.sixthItemLabel })), this.seventhItemLabel && (index.h("gb-side-bar-item", { key: 'bb0bacc0f1dec18dd55381d66e93203490767b84', state: this.activeIndex === 6 ? 'active' : 'default', icon: this.seventhItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(6), label: this.seventhItemLabel })), this.eighthItemLabel && (index.h("gb-side-bar-item", { key: '9dcf388bb1fe1b018225f969a7417df0d1bc47d2', state: this.activeIndex === 7 ? 'active' : 'default', icon: this.eighthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(7), label: this.eighthItemLabel })), this.ninthItemLabel && (index.h("gb-side-bar-item", { key: 'be74ce75dec38951d39d913724c6cc5abd2e4300', state: this.activeIndex === 8 ? 'active' : 'default', icon: this.ninthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(8), label: this.ninthItemLabel })), this.tenthItemLabel && (index.h("gb-side-bar-item", { key: 'c11c93b9d9b1e42255dd2e155298eb7ea8d57421', state: this.activeIndex === 9 ? 'active' : 'default', icon: this.tenthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(9), label: this.tenthItemLabel })))))), this.state === 'expanded' && (index.h("div", { key: '3673bbc0b546b125651a0758a9ce953537028fc1', class: "application_name" }, index.h("div", { key: '66e9fce0063100dfee463a6ca2b3ee7d2fb109f4', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (index.h("div", { key: '711ece1e42f82b0415c76356809dfba6c9559661', class: "application_name_pattern" }, index.h("img", { key: '1256c0848d1e5ad5ce7d95840e153cf8a388a0b1', src: patternSrc, alt: "" }))), index.h("div", { key: '3456a1d9a2be96901e5d6a8ecef03e1a25ce18ff', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), index.h("span", { key: 'f78efa26dbaedc276b98324e4495740f63cad7cf', class: textClass }, index.h("slot", { key: 'fd4ad8925aa3ce083b88f06f864d65d28741c4e3', name: "application_name" })))))));
1643
+ return (index.h("div", { key: '9b0d3ddd4992c303adbf0bc325a39b7f9c7c43c5', class: `sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (index.h("div", { key: '91565c50b130cba6c1cba2ceeca5338d27efaf29', class: "pattern" }, index.h("img", { key: 'd53634da43c66bb13c8a7fc008b5bc6218a411ad', src: patternSrc, alt: "" }))), index.h("div", { key: '8914b4374a74cc8487aa0893f6d5eafdcabf514d', class: "nav" }, index.h("div", { key: 'd909122be6669c326ea4d446765471247d943ef5', class: `sidebar_header ${this.state}` }, index.h("div", { key: 'be9cd1f7ec9be389cdd39b4f7c075655f644f989', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && index.h(index.Fragment, null, this.category === 'plain_background' ? index.h("img", { src: blueLogoSrc }) : index.h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && index.h("img", { key: 'f3415b4e4b2258cfe467c8c9ff7bcae3b6b7fb9b', src: logoSrc, alt: "" })), index.h("div", { key: 'ce42e8e67da12cc5de53c58beddda200c513c58b', class: `collapse_button ${this.state}` }, index.h("gb-collapse-button", { key: 'd3e22e14f8061bd6fe06463c98c2c8cce12fe197', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), index.h("div", { key: '22da4616fdf886ffc4519eff16c61bf5b50cf1e0', class: "navigation" }, index.h("div", { key: '24f4a5f8935f8aa3e3d6ce871d0e68dd6ce0e1e7', class: "item" }, index.h("gb-side-bar-item", { key: 'bbd7caf910e51b9c1680f5b34e162c05a23a7e28', state: this.activeIndex === 0 ? 'active' : 'default', icon: this.firstItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(0), label: this.firstItemLabel }), index.h("gb-side-bar-item", { key: '9a38ae512b6bb111231ffc48385a758102e5d433', state: this.activeIndex === 1 ? 'active' : 'default', icon: this.secondItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(1), label: this.secondItemLabel }), this.thirdItemLabel && (index.h("gb-side-bar-item", { key: '3c4c25c1b719e70d52c74aca3a4b798b35b54881', state: this.activeIndex === 2 ? 'active' : 'default', icon: this.thirdItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(2), label: this.thirdItemLabel })), this.fourthItemLabel && (index.h("gb-side-bar-item", { key: 'd1a3b8ddb6278170aec5938c275d3c635e123db6', state: this.activeIndex === 3 ? 'active' : 'default', icon: this.fourthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(3), label: this.fourthItemLabel })), this.fifthItemLabel && (index.h("gb-side-bar-item", { key: '30518a09b45ef5d0ba4c86df2ca7ff764e3f80c3', state: this.activeIndex === 4 ? 'active' : 'default', icon: this.fifthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(4), label: this.fifthItemLabel })))), this.showSecondCategory && (index.h("div", { key: 'fee335eb1cf51e4178aeffbb6f3f0d536810d217', class: "navigation" }, index.h("div", { key: 'aec96fc86a405768364119c9c074b47db62b8841', class: "item" }, this.sixthItemLabel && (index.h("gb-side-bar-item", { key: '75f51014e1cce97a3117c0d978732981a5943a57', state: this.activeIndex === 5 ? 'active' : 'default', icon: this.sixthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(5), label: this.sixthItemLabel })), this.seventhItemLabel && (index.h("gb-side-bar-item", { key: '2194c86a5287359cb72b6265b8da169ade8c0588', state: this.activeIndex === 6 ? 'active' : 'default', icon: this.seventhItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(6), label: this.seventhItemLabel })), this.eighthItemLabel && (index.h("gb-side-bar-item", { key: '7c2d9b9e2209854818670a97efb51489db5bfb97', state: this.activeIndex === 7 ? 'active' : 'default', icon: this.eighthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(7), label: this.eighthItemLabel })), this.ninthItemLabel && (index.h("gb-side-bar-item", { key: 'b72d57bd41ed9e843182719d5ae5d80f103a8136', state: this.activeIndex === 8 ? 'active' : 'default', icon: this.ninthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(8), label: this.ninthItemLabel })), this.tenthItemLabel && (index.h("gb-side-bar-item", { key: '7313aac235c60986ce55215a09cb8dde0f1c57f0', state: this.activeIndex === 9 ? 'active' : 'default', icon: this.tenthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(9), label: this.tenthItemLabel })))))), this.state === 'expanded' && (index.h("div", { key: '5f14fcdd385e681f37800139d56129ce1159462a', class: "application_name" }, index.h("div", { key: '51e2ef73547722d66ec51ab0ccd56fdef6b64e0b', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (index.h("div", { key: '102d36b3a8ce7883199048bdda647cc083f104b9', class: "application_name_pattern" }, index.h("img", { key: 'adec6371728e1697c22a98a7619f73448cb5f73d', src: patternSrc, alt: "" }))), index.h("div", { key: '618a60b0480a0a17a5bace5b536bf7ec27c01ce3', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), index.h("span", { key: '1e7f178265707a686a61ffa17541c3ab46b23ee2', class: textClass }, index.h("slot", { key: 'c49be92bc5ce38b012aea60fbbcc2806765d961a', name: "application_name" })))))));
1644
1644
  }
1645
1645
  get el() { return index.getElement(this); }
1646
1646
  };
@@ -1708,7 +1708,7 @@ const GbSlider = class {
1708
1708
  this.trackEl.style.width = `${rightPos - leftPos}%`;
1709
1709
  }
1710
1710
  render() {
1711
- return (index.h("div", { key: '9c7348a3340e11fb2d0f43e62790be56b56218c9', class: "slider-container", ref: (el) => this.containerEl = el }, index.h("div", { key: 'a24295604dd08722ef2793d00d7b06052025615b', class: "track", ref: (el) => this.trackEl = el }), index.h("gb-slider-control-handle", { key: '637465ef7117860036e1c9325e010ef48cc3695a', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), index.h("gb-slider-control-handle", { key: 'a879e43c6bb18bd76cc15d4c0009ce584d42af7f', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
1711
+ return (index.h("div", { key: '5fed7fbebe67ef71255f4de432e69ca32667206b', class: "slider-container", ref: (el) => this.containerEl = el }, index.h("div", { key: '375e9bbceec28ea087d885ae808bccda3ec96e3e', class: "track", ref: (el) => this.trackEl = el }), index.h("gb-slider-control-handle", { key: '0cb58ea4a3a9916677e29f465f2a38a76f984dc4', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), index.h("gb-slider-control-handle", { key: '2e69b6d591e9b302bcccd2281c08a8d2a027277a', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
1712
1712
  }
1713
1713
  get el() { return index.getElement(this); }
1714
1714
  };
@@ -1738,7 +1738,7 @@ const GbSliderControlHandle = class {
1738
1738
  this.isFocused = false;
1739
1739
  }
1740
1740
  render() {
1741
- return (index.h("div", { key: '69877171b510c532fe25b20b135dd657447ebe44', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (index.h("div", { key: 'ce85a8bf34231d54595855f7a3cd9abc2f048007', class: "tooltip-container" }, index.h("gb-tooltip", { key: 'acacd60450b5e1b53996d32b38c9a8e20e3177f4', arrow: "none", "show-supporting-text": false }, index.h("p", { key: '077274bd7f9e457c7394b168ba6b24dec9e5caf9', class: "text-xs-semi-bold", slot: "label" }, this.value, "%")))), this.type === 'text' && (index.h("div", { key: '365f932f02b013d9fb6fd027c65dcd90094ee957', class: "thumb-label" }, index.h("p", { key: '9e01da10bf28df431608e4bdc49d9319f0eb884f', class: "thumb_label text-md-medium" }, this.value, "%")))));
1741
+ return (index.h("div", { key: 'f55688b52f9c5ea379365430899201e5f9d713b4', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (index.h("div", { key: 'a4c0b9ddb538a9b02fdd85f8390634ab520f42dd', class: "tooltip-container" }, index.h("gb-tooltip", { key: '8124987c7afb08cab28358b389f3df4845f5f431', arrow: "none", "show-supporting-text": false }, index.h("p", { key: '8e0f6a37fa82720cf172f6e0c30e8c41afae23cc', class: "text-xs-semi-bold", slot: "label" }, this.value, "%")))), this.type === 'text' && (index.h("div", { key: '7b048b12c2692673e9043b06531c1b2b4560f599', class: "thumb-label" }, index.h("p", { key: '307d34ee1cf3d425292db25cc207c6d40b92cb2e', class: "thumb_label text-md-medium" }, this.value, "%")))));
1742
1742
  }
1743
1743
  };
1744
1744
  GbSliderControlHandle.style = GbSliderControlHandleStyle0;
@@ -1756,7 +1756,7 @@ const GbStatusIndicator = class {
1756
1756
  }
1757
1757
  render() {
1758
1758
  return [
1759
- index.h("div", { key: 'f7172ad63f0dec7f364408f08e6ca2c155241fc2' }, this.statusIcon === 'online_indicator' && index.h("div", { key: 'af8939e86f15ad12e406283260f7a1888800b712', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (index.h("svg", { key: 'aff8656d26bf55fe1a0911f97a6e24f0a66ebbad', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, index.h("g", { key: 'bbe1687e32589b18aadd517aa64d4aae14e2f0b5', "clip-path": "url(#clip0_0_21453)" }, index.h("path", { key: 'd18b5ec8b37fe6f988e7ef2233e3ec7435cdd8ce', d: "M24.7109 5.66715C25.0148 6.40217 25.5982 6.98642 26.3328 7.29145L28.9086 8.35837C29.6436 8.66285 30.2277 9.24688 30.5321 9.98196C30.8366 10.717 30.8366 11.543 30.5321 12.2781L29.466 14.852C29.1614 15.5874 29.1609 16.4142 29.467 17.1492L30.5313 19.7224C30.6822 20.0865 30.7599 20.4767 30.76 20.8708C30.7601 21.265 30.6825 21.6553 30.5316 22.0194C30.3808 22.3835 30.1597 22.7143 29.881 22.993C29.6022 23.2716 29.2713 23.4926 28.9072 23.6433L26.3332 24.7095C25.5982 25.0134 25.0139 25.5968 24.7089 26.3314L23.642 28.9071C23.3375 29.6422 22.7535 30.2262 22.0184 30.5307C21.2833 30.8352 20.4574 30.8352 19.7223 30.5307L17.1484 29.4646C16.4133 29.1608 15.5876 29.1614 14.853 29.4663L12.2772 30.5317C11.5425 30.8355 10.7173 30.8352 9.98284 30.531C9.24835 30.2267 8.66466 29.6434 8.35997 28.9091L7.29273 26.3326C6.98881 25.5975 6.40543 25.0133 5.67087 24.7083L3.09509 23.6413C2.36033 23.337 1.77648 22.7533 1.47188 22.0187C1.16729 21.284 1.16688 20.4585 1.47073 19.7235L2.53689 17.1496C2.84062 16.4145 2.84 15.5888 2.53517 14.8542L1.47054 12.2766C1.3196 11.9125 1.24188 11.5222 1.24181 11.1281C1.24175 10.734 1.31935 10.3437 1.47017 9.97956C1.621 9.61544 1.8421 9.2846 2.12083 9.00595C2.39957 8.72731 2.73047 8.50632 3.09465 8.35561L5.66858 7.28945C6.40297 6.98579 6.98687 6.40316 7.29212 5.66944L8.35904 3.09366C8.66352 2.35857 9.24754 1.77455 9.98263 1.47007C10.7177 1.16559 11.5436 1.16559 12.2787 1.47007L14.8527 2.53623C15.5878 2.83996 16.4134 2.83934 17.148 2.5345L19.7249 1.47172C20.4599 1.16741 21.2856 1.16748 22.0206 1.4719C22.7555 1.77632 23.3395 2.36017 23.644 3.09507L24.7112 5.67161L24.7109 5.66715Z", fill: "#0086C9" }), index.h("path", { key: '37ac3371bf6f6fa9c7679b49f5297b3592222a6d', d: "M10 18.1818C10 18.1818 11.2857 18.1818 13 22C13 22 17.7647 12 22 10", stroke: "white", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("defs", { key: '3c9ab1ee23c79e3c3948aab3de8d32e9a1ae0f90' }, index.h("clipPath", { key: '97d54c1ad03675a7a02b77644d9a124bd47e794e', id: "clip0_0_21453" }, index.h("rect", { key: '04c187864b633a70047eee1426037d04dc9690e5', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (index.h("svg", { key: 'a91510f11db526a96c92d91a1aabda67e986f97f', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, index.h("path", { key: '4fdd3c6953c65dd6984988fc16cccd52fbf9424e', d: "M18.8322 3.70039C16.9123 2.11995 14.5039 1.25399 12.0172 1.25001C10.6041 1.24776 9.20439 1.52413 7.89818 2.06333C6.59198 2.60252 5.4049 3.39397 4.40485 4.39237C2.64504 6.1493 1.54876 8.462 1.30275 10.9365C1.05674 13.411 1.67622 15.8943 3.05566 17.9633C4.43511 20.0323 6.48919 21.5591 8.86802 22.2836C11.2469 23.0081 13.8033 22.8855 16.1019 21.9367C18.4004 20.9878 20.299 19.2715 21.474 17.0799C22.6491 14.8884 23.0281 12.3572 22.5464 9.91759C22.0647 7.47798 20.7521 5.28082 18.8322 3.70039Z", fill: "#FF0033", stroke: "white", "stroke-width": "1.5" }), index.h("path", { key: 'f01e14c8b68202b5fb2a4ab8de36a12ab3cdc0fa', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" })))),
1759
+ index.h("div", { key: 'cf305a2e9fcb728b9576bc5248d83a39d24910c8' }, this.statusIcon === 'online_indicator' && index.h("div", { key: 'f07583732424f866e2138258f1380097def7be6d', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (index.h("svg", { key: '1fee83263ee4ee3b3e40614a57fc2a5c157ec68d', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, index.h("g", { key: '2c72b3620ad9890e909186b13cd3a63da1d38552', "clip-path": "url(#clip0_0_21453)" }, index.h("path", { key: 'adf4369757b42af67efce2f4976ab5f5edf55def', d: "M24.7109 5.66715C25.0148 6.40217 25.5982 6.98642 26.3328 7.29145L28.9086 8.35837C29.6436 8.66285 30.2277 9.24688 30.5321 9.98196C30.8366 10.717 30.8366 11.543 30.5321 12.2781L29.466 14.852C29.1614 15.5874 29.1609 16.4142 29.467 17.1492L30.5313 19.7224C30.6822 20.0865 30.7599 20.4767 30.76 20.8708C30.7601 21.265 30.6825 21.6553 30.5316 22.0194C30.3808 22.3835 30.1597 22.7143 29.881 22.993C29.6022 23.2716 29.2713 23.4926 28.9072 23.6433L26.3332 24.7095C25.5982 25.0134 25.0139 25.5968 24.7089 26.3314L23.642 28.9071C23.3375 29.6422 22.7535 30.2262 22.0184 30.5307C21.2833 30.8352 20.4574 30.8352 19.7223 30.5307L17.1484 29.4646C16.4133 29.1608 15.5876 29.1614 14.853 29.4663L12.2772 30.5317C11.5425 30.8355 10.7173 30.8352 9.98284 30.531C9.24835 30.2267 8.66466 29.6434 8.35997 28.9091L7.29273 26.3326C6.98881 25.5975 6.40543 25.0133 5.67087 24.7083L3.09509 23.6413C2.36033 23.337 1.77648 22.7533 1.47188 22.0187C1.16729 21.284 1.16688 20.4585 1.47073 19.7235L2.53689 17.1496C2.84062 16.4145 2.84 15.5888 2.53517 14.8542L1.47054 12.2766C1.3196 11.9125 1.24188 11.5222 1.24181 11.1281C1.24175 10.734 1.31935 10.3437 1.47017 9.97956C1.621 9.61544 1.8421 9.2846 2.12083 9.00595C2.39957 8.72731 2.73047 8.50632 3.09465 8.35561L5.66858 7.28945C6.40297 6.98579 6.98687 6.40316 7.29212 5.66944L8.35904 3.09366C8.66352 2.35857 9.24754 1.77455 9.98263 1.47007C10.7177 1.16559 11.5436 1.16559 12.2787 1.47007L14.8527 2.53623C15.5878 2.83996 16.4134 2.83934 17.148 2.5345L19.7249 1.47172C20.4599 1.16741 21.2856 1.16748 22.0206 1.4719C22.7555 1.77632 23.3395 2.36017 23.644 3.09507L24.7112 5.67161L24.7109 5.66715Z", fill: "#0086C9" }), index.h("path", { key: '3df7319ccc2b79820c00f001494a09b8a5e29419', d: "M10 18.1818C10 18.1818 11.2857 18.1818 13 22C13 22 17.7647 12 22 10", stroke: "white", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), index.h("defs", { key: '3e27ec409c4617ad510e5a8a7daf72c2abe4e9e5' }, index.h("clipPath", { key: '4e4c510938a2a4fb3aee526edd9ca92912a4f827', id: "clip0_0_21453" }, index.h("rect", { key: '70cde33abce14cc0540946167c2b038be1012d92', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (index.h("svg", { key: '291e87b63234cb8abad35940d7e3534c8db54c2f', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, index.h("path", { key: '7c40c70db635e6cfa9c1bd5c24c6294bb34eef3b', d: "M18.8322 3.70039C16.9123 2.11995 14.5039 1.25399 12.0172 1.25001C10.6041 1.24776 9.20439 1.52413 7.89818 2.06333C6.59198 2.60252 5.4049 3.39397 4.40485 4.39237C2.64504 6.1493 1.54876 8.462 1.30275 10.9365C1.05674 13.411 1.67622 15.8943 3.05566 17.9633C4.43511 20.0323 6.48919 21.5591 8.86802 22.2836C11.2469 23.0081 13.8033 22.8855 16.1019 21.9367C18.4004 20.9878 20.299 19.2715 21.474 17.0799C22.6491 14.8884 23.0281 12.3572 22.5464 9.91759C22.0647 7.47798 20.7521 5.28082 18.8322 3.70039Z", fill: "#FF0033", stroke: "white", "stroke-width": "1.5" }), index.h("path", { key: 'fd70a3ca6029c2684b36255b79e20ba97bd30818', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" })))),
1760
1760
  ];
1761
1761
  }
1762
1762
  };
@@ -1810,12 +1810,12 @@ const GbTabButtonBase = class {
1810
1810
  this.tabClicked.emit();
1811
1811
  }
1812
1812
  render() {
1813
- return (index.h("div", { key: '3cb10a25a44b5134d7172fce38430e5312d5fca1', class: `tab_button_div ${this.type}
1813
+ return (index.h("div", { key: 'f14c89c4d1aacfd6c05533cf2139d4cf32869763', class: `tab_button_div ${this.type}
1814
1814
  ${this.current ? 'current' : ''}
1815
1815
  ${this.fullWidth ? 'full_width' : ''}
1816
- ${this.size}`, onClick: () => this.handleClick() }, index.h("p", { key: 'c36748cbc8682b0507ddcb61e914098bf539e93e', class: `${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (index.h("gb-badge", { key: '81da30a94ddf0292258bd68bba4527cca336e236', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary' ? 'information' :
1816
+ ${this.size}`, onClick: () => this.handleClick() }, index.h("p", { key: '207dc6729cd66417f1ce1f50a0754f98c0d4e58a', class: `${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (index.h("gb-badge", { key: 'a8f1ee80f38ff67bf71cd748dffdebbd1522305b', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary' ? 'information' :
1817
1817
  this.current && this.type === 'underline' ? 'information' :
1818
- this.current && this.type === 'line' ? 'information' : 'gray' }, index.h("slot", { key: '42728653ac43f84071263abff2505d0ace9decc1', name: "count" })))));
1818
+ this.current && this.type === 'line' ? 'information' : 'gray' }, index.h("slot", { key: 'be9dab937e2a050281d422de22a967f782ac2824', name: "count" })))));
1819
1819
  }
1820
1820
  get el() { return index.getElement(this); }
1821
1821
  };
@@ -1838,7 +1838,7 @@ const GbTag = class {
1838
1838
  }
1839
1839
  render() {
1840
1840
  const flagSwap = index.getAssetPath(`${this.flagSwap}`);
1841
- return (index.h("div", { key: '94d05e66225b95b3a8a2d583daa6ec77c584d3fe', class: `container ${this.size}` }, index.h("div", { key: '746dfa6ac13eb4c0ee8bb0200e61cd6cd15ada6a', class: `content ${this.size}` }, this.checkbox && index.h("gb-tag-checkbox", { key: '533ac574d106bd88320e2b2f8885fdfd001f779b', size: this.size }), this.icon === 'false' && index.h(index.Fragment, null), this.icon === 'country' && (index.h("div", { key: '0ee98c4f1bc445e24552a5d8d34029342df909af', class: "icon left-icon" }, index.h("img", { key: '7ac47828b1f156f38676c57cb57cf0fdbfee44f6', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (index.h("gb-avatar", { key: '708ec696032c82cafd7f7dfbba46375faaaed136', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, index.h("slot", { key: '9862ed8828af9b6b2f0dba7ff611860640fd1848', name: "initials", slot: "initials" }))), this.icon === 'dot' && (index.h("svg", { key: '4f645a3a169a6ceb9827e836ca7c5a98dfc5e163', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, index.h("circle", { key: '7bd6de95a669e610742ce28cbac44fff3406a43b', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), index.h("slot", { key: '5f663464a3ead7fafd68f78657745f106134ce01' }), this.action === 'count' && (index.h("gb-tag-count", { key: 'eb46d862734dfc039693814be050d883dfc77f0f', size: this.size }, index.h("slot", { key: '6fda36b245478b60cd909260c47e1ecc60cec598', slot: "count", name: "count" })))), this.action === 'X_close' && index.h("gb-tag-close", { key: '904c2dd9fea9ef3f5af133324e5b7a5760f5c4ce', size: this.size, onClick: () => this.onTagClose() })));
1841
+ return (index.h("div", { key: 'a9a9125799a50bb52e3d35f04b1eea1cd96da933', class: `container ${this.size}` }, index.h("div", { key: 'e9136eaf5286c2897e34b94f2c92300eb4473358', class: `content ${this.size}` }, this.checkbox && index.h("gb-tag-checkbox", { key: '919b4125b69db2143c8ed64d9b45594b17f2db2a', size: this.size }), this.icon === 'false' && index.h(index.Fragment, null), this.icon === 'country' && (index.h("div", { key: '07b29da8b44384e563673b5cfd80a7887f2c87e4', class: "icon left-icon" }, index.h("img", { key: '208c5ea821987abb337e8fa6f4b878f89e6b6bbf', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (index.h("gb-avatar", { key: '8e9cc08c5450c013edf7afea333daefd50b43c89', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, index.h("slot", { key: '033a7e600a4ca83df17c36dbb0108ed674e98c39', name: "initials", slot: "initials" }))), this.icon === 'dot' && (index.h("svg", { key: '1e3469706798ffa6f0e5129a708881d9367b6179', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, index.h("circle", { key: 'f21996e2752ddee55140003f809c54dcd0800c11', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), index.h("slot", { key: '6b9d4670cb9e536dfa1585914ddbfecffe67fbf0' }), this.action === 'count' && (index.h("gb-tag-count", { key: '7885633e7afca39b3c47f808158686f4e384ef57', size: this.size }, index.h("slot", { key: 'ecaa91b2734cacc87d98e144b769285fa5185388', slot: "count", name: "count" })))), this.action === 'X_close' && index.h("gb-tag-close", { key: '51f2a767a9680e3c74bfd1ca70c8781eec6b0da1', size: this.size, onClick: () => this.onTagClose() })));
1842
1842
  }
1843
1843
  };
1844
1844
  GbTag.style = GbTagStyle0;
@@ -1854,7 +1854,7 @@ const GbTagCheckbox = class {
1854
1854
  this.disabled = false;
1855
1855
  }
1856
1856
  render() {
1857
- return (index.h("label", { key: '5ed951280f9ba20b700b6ace902ee14545b2e779', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, index.h("input", { key: '6e7778f3351956ca6e2c2190977f8221ccf35a11', type: "checkbox", checked: this.checked, disabled: this.disabled }), index.h("span", { key: 'bdcbb760bd1494f491f8db3a7d3a7c8c4dd38449', class: `custom-checkbox ${this.size}` }, index.h("svg", { key: 'd5c13a1045eef624a8866a9b1e40e5d897d5c515', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, index.h("path", { key: '4b3447a4968276559e20a8f3b0ec5fa3f1cdbe83', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
1857
+ return (index.h("label", { key: 'dbda2977779c25e1ca2d51709b389675b5037217', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, index.h("input", { key: '37499581033b4882e730af73e9e406b289488344', type: "checkbox", checked: this.checked, disabled: this.disabled }), index.h("span", { key: '5e38e06ad593e5bc19a506a536293f4b69ab2eab', class: `custom-checkbox ${this.size}` }, index.h("svg", { key: '4e84cc1ab18868ddcad6342cab853bcbd56dc16e', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, index.h("path", { key: '48d07bb02d9a52f73d535c59ea8d883858e49337', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
1858
1858
  }
1859
1859
  };
1860
1860
  GbTagCheckbox.style = GbTagCheckboxStyle0;
@@ -1868,7 +1868,7 @@ const GbTagClose = class {
1868
1868
  this.size = undefined;
1869
1869
  }
1870
1870
  render() {
1871
- return (index.h("div", { key: 'f1e3d8a9c8a4f7eda001b5ad14aaa7d2c31fdd88', class: this.size }, index.h("svg", { key: 'f70b8308d106c3c5027939831dba6f42ac7c16fe', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, index.h("path", { key: 'f8c7eb70cd3c4d49e5e5df4a93938e97cf6ad15a', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
1871
+ return (index.h("div", { key: '0b4048b3b59183d42249bed35c78760b12ae3d8f', class: this.size }, index.h("svg", { key: '1bbdcea650a485914e4c494de6749273c5aafc6e', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, index.h("path", { key: '0f0b77c45066af0010edc237f82f0157c1386508', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
1872
1872
  }
1873
1873
  };
1874
1874
  GbTagClose.style = GbTagCloseStyle0;
@@ -1882,7 +1882,7 @@ const GbTagCount = class {
1882
1882
  this.size = undefined;
1883
1883
  }
1884
1884
  render() {
1885
- return (index.h("div", { key: 'a7ae6257625533d647034603e047d7a606ea3375', class: this.size }, index.h("slot", { key: '7adf98e19e8c87a61f8d1501f2462bb49596c8a0', name: "count" })));
1885
+ return (index.h("div", { key: 'c0a05fcf8b2d861449f24e83f2955d5eb95d1c4a', class: this.size }, index.h("slot", { key: 'ed67e6a237c1893607ff268f510b1767d7a751ac', name: "count" })));
1886
1886
  }
1887
1887
  };
1888
1888
  GbTagCount.style = GbTagCountStyle0;
@@ -1928,7 +1928,7 @@ const GbToast = class {
1928
1928
  slottedSupportingText.classList.add(this.getSupportingColorClasses());
1929
1929
  }
1930
1930
  render() {
1931
- return (index.h("div", { key: 'c598433849e5bfafbedb7bf8e35ce1efb1dd19e4', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: 'fb69c52f6e6052dfa8a97a4da7eb6241ff382749', class: `icon_container` }, index.h("svg", { key: 'ce8430e1499c6710f2552f3fa9c57a315d45a4a1', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '5327c45e924a8799ff681d971af7314a4fe511b6', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: 'f4b7d72b7ed568eb6e4254ce4312623b758acfd2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: '5654ff8a05de4bb1acc3fd4492e982c4de5b81d2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: 'ea39473ddb2650dcf09f7f6484906067fda3b5c8', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, index.h("div", { key: 'c4ab1e8abcd9bf815f8db070c6a9bdd7335804a7', class: `text ${this.size}` }, index.h("slot", { key: '440940a0298462d54972b8cbb0bf342d6bd51e38', name: "main_text" }), this.showSupportingText && index.h("slot", { key: 'a051d959f4be859c5c75d5ce74fb46b0e0fc02eb', name: "supporting_text" })), this.actions && (index.h("div", { key: 'fb327e144b5f9d635c67026a313811edeb0a340e', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes"))))))), index.h("gb-button-close", { key: 'bd782e3d8d46ba68d4ddbef4d014a57030f6b74a', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (index.h("div", { key: '83ac5c7877c10812591868e0d97a23a7b125892f', class: `container ${this.breakpoint}` }, index.h("div", { key: 'e5a409f9b60d0e49b9b68d1598814fc2de07e4ca', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: '5ce15b18a6df9ceeb3c51f2e50ccafa88b4ce69b', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: 'd530988221d3b40603e999cc74a85a4c7f7005f6', class: `icon_container` }, index.h("svg", { key: '480e2d3d683f2c90430dbd595b7043de863b54cf', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '7806aa83166571a4834171a5055f36bfadb8c237', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: 'b36df98ef2bcc30812456647eaa4dc5ace6fdf01', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: '557d656dcd3833b90e0f75decabc9cb61e9fc319', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: '6a2e503ccfb3b0f05c464d94ca9b0f2c68abefdd', class: `text ${this.size} ${this.breakpoint}` }, index.h("slot", { key: '9d8435a2153db3953ab4a1d0626a5e8fb19bd845', name: "main_text" }), this.showSupportingText && index.h("slot", { key: 'f7097235e04d050efc8becd8a79b25b0939e616b', name: "supporting_text" }))), this.actions && (index.h("div", { key: '720a83b9729acf32b447fbd7afbeae6b7998b81d', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes")))))), index.h("gb-button-close", { key: 'd954d177cbc12106cde8c84e7485e846d0a8aca0', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}` }))))));
1931
+ return (index.h("div", { key: 'a7f566ce60e3b4743705c00d034ca16fcc5ed32f', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: '1b303e69a19c4b2264e4f6df786badddd3cab4e5', class: `icon_container` }, index.h("svg", { key: '212c069528d2c2beec2c8ebd228d8dfb69241250', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '60f6cd915d2565187d5b12e749c785e28a579660', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: '7d21b02a30ceacb6af9bf4f2eb6e40f75d4553ed', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: '097b7c3e248f3f547d24dfa905db8379328193e2', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: '3915bf6efe56528eb4c2d2f931bbc246bf69e9cc', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, index.h("div", { key: '1117c48b4cbcace49f221b0998fce91e3447017b', class: `text ${this.size}` }, index.h("slot", { key: '8c7c095e1643c9bda7e74f09c18bd3c9cc58a075', name: "main_text" }), this.showSupportingText && index.h("slot", { key: '79b26653c04cf1826fb3a88fb9a03faea215064c', name: "supporting_text" })), this.actions && (index.h("div", { key: '7037a04d5529771914f10efe4b262b9a7371931c', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes"))))))), index.h("gb-button-close", { key: 'c405a255d68efe053e854aebdbc0ec490c984c5e', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (index.h("div", { key: '9b3058518c42bf2b73d3c0caf19fd75e5b03d4ff', class: `container ${this.breakpoint}` }, index.h("div", { key: '0839cd8c2101b337a91f9d4abf5fba100e64e60f', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: '3156635f16b39bab6724d783161d0bde7d2eafbf', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: '9a02175f51ed1824f3b1e48e1a829b6900dd2b32', class: `icon_container` }, index.h("svg", { key: '8dd8c82d5ce36b1ec90059c9c43fd1dbc32b7a7d', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: 'e9010c3ad7ee11a63fcfd42b1f522a3680fb0d87', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), index.h("path", { key: 'd0e1985cb64e54b66379a861847b90ae5f07107c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), index.h("path", { key: 'b0ef7bf718ea2dbd4e357a4d6c59e7749401bd44', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), index.h("div", { key: '6f5252691667132c115ac91f83b3a5aa32526f25', class: `text ${this.size} ${this.breakpoint}` }, index.h("slot", { key: 'f49065be6169f2f5275c5b3b25874732a0078829', name: "main_text" }), this.showSupportingText && index.h("slot", { key: 'cb62e4bbe1ab7cf5ead57efa75654a18b23f691f', name: "supporting_text" }))), this.actions && (index.h("div", { key: 'cdaabfd7fad1578616273e609d0dcc8c8bd89bc3', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes")))))), index.h("gb-button-close", { key: 'b69998ff28df4906b73ce32e205953a86d2d3be3', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}` }))))));
1932
1932
  }
1933
1933
  get el() { return index.getElement(this); }
1934
1934
  };
@@ -1948,7 +1948,7 @@ const GbToastButton = class {
1948
1948
  slottedContent.classList.add('text-sm-semi-bold');
1949
1949
  }
1950
1950
  render() {
1951
- return (index.h("div", { key: 'f67fd5538cb7cac729380848429f8947ba9e058b', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: '71f9ac3ffdb14117605adb05db47573d9666de36' })));
1951
+ return (index.h("div", { key: '05bc22f6d8e248684741105faceb08849d789d4a', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: 'c49f1fc92f7cbe0357714a437fdeace028186b05' })));
1952
1952
  }
1953
1953
  get el() { return index.getElement(this); }
1954
1954
  };
@@ -1973,8 +1973,8 @@ const GbToggleBase = class {
1973
1973
  }
1974
1974
  render() {
1975
1975
  return [
1976
- index.h("input", { key: '841cfc0e245957a89cdd4bff6bf9badf71ba0484', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
1977
- index.h("label", { key: '865219c4df5635045cd1fb1f9d17838f501f0442', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
1976
+ index.h("input", { key: '2c8e1e725361556e15ff377e7bf39fe7ea6c4105', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
1977
+ index.h("label", { key: '433ee95f0ce38dc2d704bf8c0cc2c3fe7c286ded', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, index.h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
1978
1978
  ];
1979
1979
  }
1980
1980
  };
@@ -2004,7 +2004,7 @@ const GbTooltip = class {
2004
2004
  return this.showArrow ? `arrow ${this.arrow}` : '';
2005
2005
  }
2006
2006
  render() {
2007
- return (index.h("div", { key: 'bc0730de3d332f423148d75b6fee0ede46d3077f', class: "tooltip_container" }, index.h("div", { key: 'f7b927fc98ed599338de1e5d4272ed8dce9d4bfe', class: "tooltip" }, index.h("div", { key: '71ae2c36934c02226e067c2b2a73da2088aa56b0', class: this.getArrowClass() }), index.h("div", { key: '7e97181418aa3b8295315cb3af3afe0944e25b4e', class: "tooltip_content" }, index.h("slot", { key: '56970bfe125df13a03b98f70e15f604df27a1c67', name: "label" }), this.showSupportingText && index.h("slot", { key: '53ef3535808783b439ba7d53f1806b4efa602c31', name: "supporting_text" })))));
2007
+ return (index.h("div", { key: 'ffa6a8ff9bb3dfac54cd3ff9523a62e6a3ba3b1f', class: "tooltip_container" }, index.h("div", { key: 'ea94087ab5d72d35a6bd1e9f1846b94ea48be8a1', class: "tooltip" }, index.h("div", { key: 'b3556c836a7b2518438243f6a6d708e169dddb3b', class: this.getArrowClass() }), index.h("div", { key: 'c951e7e6d18900b2147f6399a7bd7e2195182cc6', class: "tooltip_content" }, index.h("slot", { key: 'bb55a499029a0657dd97a31ec2d9bb16b97ef6a2', name: "label" }), this.showSupportingText && index.h("slot", { key: '6e82884e1a1774a972da95210f4cfe442fb1e08b', name: "supporting_text" })))));
2008
2008
  }
2009
2009
  get el() { return index.getElement(this); }
2010
2010
  };