globuswebcomponents 0.3.3 → 0.3.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 (361) hide show
  1. package/dist/cjs/gb-avatar-dropdown.cjs.entry.js +1 -1
  2. package/dist/cjs/gb-avatar-label-group.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-avatar-profile-photo.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-avatar_12.cjs.entry.js +456 -0
  5. package/dist/cjs/gb-avatar_12.cjs.entry.js.map +1 -0
  6. package/dist/cjs/gb-badge-close.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-badge.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-button-close_2.cjs.entry.js +2 -2
  9. package/dist/cjs/gb-checkbox-group.cjs.entry.js +2 -2
  10. package/dist/cjs/gb-checkbox_2.cjs.entry.js +3 -3
  11. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +2 -2
  12. package/dist/cjs/gb-file-type-icon.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +2 -2
  14. package/dist/cjs/gb-file-upload.cjs.entry.js +10 -10
  15. package/dist/cjs/gb-header-icon.cjs.entry.js +5 -5
  16. package/dist/cjs/gb-help-dropdown.cjs.entry.js +2 -2
  17. package/dist/cjs/gb-input-dropdown-menu-item.cjs.entry.js +3 -3
  18. package/dist/cjs/gb-input-dropdown.cjs.entry.js +2 -2
  19. package/dist/cjs/gb-input-field.cjs.entry.js +2 -2
  20. package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
  21. package/dist/cjs/gb-notification-content.cjs.entry.js +2 -2
  22. package/dist/cjs/gb-notification-panel.cjs.entry.js +2 -2
  23. package/dist/cjs/gb-progress-circle.cjs.entry.js +2 -2
  24. package/dist/cjs/gb-scrollbar.cjs.entry.js +2 -2
  25. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +2 -2
  26. package/dist/cjs/gb-slider.cjs.entry.js +2 -2
  27. package/dist/cjs/gb-tag-checkbox_3.cjs.entry.js +4 -4
  28. package/dist/cjs/gb-tag.cjs.entry.js +2 -2
  29. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +1 -1
  30. package/dist/cjs/gb-toggle-base.cjs.entry.js +3 -3
  31. package/dist/cjs/gb-toggle.cjs.entry.js +2 -2
  32. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  33. package/dist/cjs/globuscomponents.cjs.js +2 -2
  34. package/dist/cjs/{index-2a84bfdb.js → index-cef23bf6.js} +19 -2
  35. package/dist/cjs/index-cef23bf6.js.map +1 -0
  36. package/dist/cjs/loader.cjs.js +2 -2
  37. package/dist/cjs/reusableModels-6c16aacc.js.map +1 -1
  38. package/dist/collection/collection-manifest.json +4 -2
  39. package/dist/collection/components/gb-avatar-add-button/gb-avatar-add-button.css +6 -6
  40. package/dist/collection/components/gb-avatar-add-button/gb-avatar-add-button.js +1 -1
  41. package/dist/collection/components/gb-avatar-add-button/gb-avatar-add-button.js.map +1 -1
  42. package/dist/collection/components/gb-avatar-group/gb-avatar-group.js +30 -8
  43. package/dist/collection/components/gb-avatar-group/gb-avatar-group.js.map +1 -1
  44. package/dist/collection/components/gb-btn/gb-btn.css +9 -0
  45. package/dist/collection/components/gb-btn/gb-btn.js +5 -1
  46. package/dist/collection/components/gb-btn/gb-btn.js.map +1 -1
  47. package/dist/collection/components/gb-button/gb-button.css +8 -0
  48. package/dist/collection/components/gb-button/gb-button.js +5 -1
  49. package/dist/collection/components/gb-button/gb-button.js.map +1 -1
  50. package/dist/collection/components/gb-button/gb-button.tsx +5 -0
  51. package/dist/collection/components/gb-button/readme.md +2 -0
  52. package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.css +1570 -0
  53. package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js +66 -0
  54. package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js.map +1 -0
  55. package/dist/collection/components/gb-checkbox/gb-checkbox.js +1 -1
  56. package/dist/collection/components/gb-checkbox-base/gb-checkbox-base.js +1 -1
  57. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +2 -2
  58. package/dist/collection/components/gb-collapse-button/gb-collapse-button.css +1 -1
  59. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +66 -3
  60. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js.map +1 -1
  61. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  62. package/dist/collection/components/gb-file-upload/gb-file-upload.js +9 -9
  63. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  64. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  65. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  66. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +1 -1
  67. package/dist/collection/components/gb-input-dropdown-menu/input-dropdown-menu.js +2 -2
  68. package/dist/collection/components/gb-input-field/gb-input-field.js +1 -1
  69. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +1 -1
  70. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  71. package/dist/collection/components/gb-notification-panel/gb-notification-panel.js +1 -1
  72. package/dist/collection/components/gb-pagination/gb-pagination.css +976 -0
  73. package/dist/collection/components/gb-pagination/gb-pagination.js +135 -0
  74. package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -0
  75. package/dist/collection/components/{test-tooltip/test-tooltip.css → gb-pagination-number-base/gb-pagination-number-base.css} +16 -997
  76. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +49 -0
  77. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js.map +1 -0
  78. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  79. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  80. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  81. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js +1 -1
  82. package/dist/collection/components/gb-sliders/slider.js +1 -1
  83. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  84. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  85. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  86. package/dist/collection/components/gb-tagcount/gb-tagcount.js +1 -1
  87. package/dist/collection/components/gb-tags/gb-tags.js +1 -1
  88. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  89. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  90. package/dist/collection/components/gb-tooltip/gb-tooltip.css +115 -73
  91. package/dist/collection/components/gb-tooltip/gb-tooltip.js +31 -8
  92. package/dist/collection/components/gb-tooltip/gb-tooltip.js.map +1 -1
  93. package/dist/collection/models/reusableModels.js.map +1 -1
  94. package/dist/components/gb-avatar-add-button.js +1 -1
  95. package/dist/components/gb-avatar-contrast-inner-border.js +1 -1
  96. package/dist/components/gb-avatar-dropdown.js +8 -8
  97. package/dist/components/gb-avatar-group.js +22 -15
  98. package/dist/components/gb-avatar-group.js.map +1 -1
  99. package/dist/components/gb-avatar-label-group.js +1 -1
  100. package/dist/components/gb-avatar-profile-photo.js +4 -4
  101. package/dist/components/gb-avatar.js +1 -1
  102. package/dist/components/gb-badge-close.js +1 -1
  103. package/dist/components/gb-badge.js +5 -5
  104. package/dist/components/gb-btn.js +7 -3
  105. package/dist/components/gb-btn.js.map +1 -1
  106. package/dist/components/gb-button-close.js +1 -1
  107. package/dist/components/gb-button.js +1 -1
  108. package/dist/components/gb-carousel-arrow.d.ts +11 -0
  109. package/dist/components/gb-carousel-arrow.js +41 -0
  110. package/dist/components/gb-carousel-arrow.js.map +1 -0
  111. package/dist/components/gb-checkbox-base.js +1 -1
  112. package/dist/components/gb-checkbox-group.js +2 -2
  113. package/dist/components/gb-checkbox.js +1 -1
  114. package/dist/components/gb-collapse-button.js +17 -7
  115. package/dist/components/gb-collapse-button.js.map +1 -1
  116. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  117. package/dist/components/gb-file-type-icon.js +1 -1
  118. package/dist/components/gb-file-upload-item-base.js +1 -1
  119. package/dist/components/gb-file-upload.js +15 -15
  120. package/dist/components/gb-header-icon.js +5 -5
  121. package/dist/components/gb-help-dropdown.js +5 -5
  122. package/dist/components/gb-input-dropdown-menu-item.js +8 -8
  123. package/dist/components/gb-input-dropdown.js +5 -5
  124. package/dist/components/gb-input-field.js +2 -2
  125. package/dist/components/gb-megainput-field.js +2 -2
  126. package/dist/components/gb-notification-content.js +2 -2
  127. package/dist/components/gb-notification-panel.js +3 -3
  128. package/dist/components/gb-pagination-number-base.d.ts +11 -0
  129. package/dist/components/gb-pagination-number-base.js +40 -0
  130. package/dist/components/gb-pagination-number-base.js.map +1 -0
  131. package/dist/components/{test-tooltip.d.ts → gb-pagination.d.ts} +4 -4
  132. package/dist/components/gb-pagination.js +54 -0
  133. package/dist/components/gb-pagination.js.map +1 -0
  134. package/dist/components/gb-progress-bar.js +1 -1
  135. package/dist/components/gb-progress-circle.js +2 -2
  136. package/dist/components/gb-scrollbar.js +2 -2
  137. package/dist/components/gb-slider-control-handle.js +1 -1
  138. package/dist/components/gb-slider.js +4 -4
  139. package/dist/components/gb-status-indicator.js +1 -1
  140. package/dist/components/gb-tag-checkbox.js +1 -1
  141. package/dist/components/gb-tag-close.js +1 -1
  142. package/dist/components/gb-tag-count.js +1 -1
  143. package/dist/components/gb-tag.js +8 -8
  144. package/dist/components/gb-textarea-input-field.js +1 -1
  145. package/dist/components/gb-toggle-base.js +1 -1
  146. package/dist/components/gb-toggle.js +3 -3
  147. package/dist/components/gb-tooltip.js +1 -1
  148. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  149. package/dist/components/index.js +1 -1
  150. package/dist/components/{p-174e00e6.js → p-010ee6fa.js} +4 -4
  151. package/dist/components/{p-174e00e6.js.map → p-010ee6fa.js.map} +1 -1
  152. package/dist/components/{p-6272541e.js → p-014839b2.js} +2 -2
  153. package/dist/components/{p-6272541e.js.map → p-014839b2.js.map} +1 -1
  154. package/dist/components/{p-c552c9d9.js → p-0653ded3.js} +4 -4
  155. package/dist/components/{p-c552c9d9.js.map → p-0653ded3.js.map} +1 -1
  156. package/dist/components/{p-9cd24015.js → p-26b272c2.js} +4 -4
  157. package/dist/components/{p-9cd24015.js.map → p-26b272c2.js.map} +1 -1
  158. package/dist/components/{p-3fa1337f.js → p-270f5a1f.js} +3 -3
  159. package/dist/components/{p-3fa1337f.js.map → p-270f5a1f.js.map} +1 -1
  160. package/dist/components/{p-154e8868.js → p-280058ab.js} +4 -4
  161. package/dist/components/{p-154e8868.js.map → p-280058ab.js.map} +1 -1
  162. package/dist/components/{p-22eaa993.js → p-2fb1df58.js} +3 -3
  163. package/dist/components/{p-22eaa993.js.map → p-2fb1df58.js.map} +1 -1
  164. package/dist/components/{p-38bcad65.js → p-33ef5965.js} +2 -2
  165. package/dist/components/{p-38bcad65.js.map → p-33ef5965.js.map} +1 -1
  166. package/dist/components/p-3bb13eda.js.map +1 -1
  167. package/dist/components/{p-ae83f86d.js → p-43cb0178.js} +3 -3
  168. package/dist/components/{p-ae83f86d.js.map → p-43cb0178.js.map} +1 -1
  169. package/dist/components/p-5268ab7d.js +49 -0
  170. package/dist/components/p-5268ab7d.js.map +1 -0
  171. package/dist/components/{p-c8036700.js → p-5f1889cd.js} +3 -3
  172. package/dist/components/{p-c8036700.js.map → p-5f1889cd.js.map} +1 -1
  173. package/dist/components/{p-6ee483dc.js → p-6021c408.js} +2 -2
  174. package/dist/components/{p-6ee483dc.js.map → p-6021c408.js.map} +1 -1
  175. package/dist/components/{p-a736abb8.js → p-88a93339.js} +5 -5
  176. package/dist/components/{p-a736abb8.js.map → p-88a93339.js.map} +1 -1
  177. package/dist/components/{p-e249a066.js → p-91bcada0.js} +13 -8
  178. package/dist/components/p-91bcada0.js.map +1 -0
  179. package/dist/components/{p-ee0bfee6.js → p-981c78a6.js} +3 -3
  180. package/dist/components/{p-ee0bfee6.js.map → p-981c78a6.js.map} +1 -1
  181. package/dist/components/{p-77e88086.js → p-d101602f.js} +4 -4
  182. package/dist/components/{p-77e88086.js.map → p-d101602f.js.map} +1 -1
  183. package/dist/components/{p-ca9a0d2a.js → p-d8c5c947.js} +8 -4
  184. package/dist/components/p-d8c5c947.js.map +1 -0
  185. package/dist/components/{p-0344c885.js → p-e27b90f7.js} +5 -5
  186. package/dist/components/{p-0344c885.js.map → p-e27b90f7.js.map} +1 -1
  187. package/dist/components/{p-53bb79e9.js → p-f69a664e.js} +7 -7
  188. package/dist/components/{p-53bb79e9.js.map → p-f69a664e.js.map} +1 -1
  189. package/dist/components/{p-f93fa0d0.js → p-f9b44d2e.js} +2 -2
  190. package/dist/components/p-f9b44d2e.js.map +1 -0
  191. package/dist/esm/gb-avatar-dropdown.entry.js +1 -1
  192. package/dist/esm/gb-avatar-label-group.entry.js +1 -1
  193. package/dist/esm/gb-avatar-profile-photo.entry.js +1 -1
  194. package/dist/esm/gb-avatar_12.entry.js +441 -0
  195. package/dist/esm/gb-avatar_12.entry.js.map +1 -0
  196. package/dist/esm/gb-badge-close.entry.js +1 -1
  197. package/dist/esm/gb-badge.entry.js +1 -1
  198. package/dist/esm/gb-button-close_2.entry.js +2 -2
  199. package/dist/esm/gb-checkbox-group.entry.js +2 -2
  200. package/dist/esm/gb-checkbox_2.entry.js +3 -3
  201. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +2 -2
  202. package/dist/esm/gb-file-type-icon.entry.js +1 -1
  203. package/dist/esm/gb-file-upload-item-base.entry.js +2 -2
  204. package/dist/esm/gb-file-upload.entry.js +10 -10
  205. package/dist/esm/gb-header-icon.entry.js +5 -5
  206. package/dist/esm/gb-help-dropdown.entry.js +2 -2
  207. package/dist/esm/gb-input-dropdown-menu-item.entry.js +3 -3
  208. package/dist/esm/gb-input-dropdown.entry.js +2 -2
  209. package/dist/esm/gb-input-field.entry.js +2 -2
  210. package/dist/esm/gb-megainput-field.entry.js +2 -2
  211. package/dist/esm/gb-notification-content.entry.js +2 -2
  212. package/dist/esm/gb-notification-panel.entry.js +2 -2
  213. package/dist/esm/gb-progress-circle.entry.js +2 -2
  214. package/dist/esm/gb-scrollbar.entry.js +2 -2
  215. package/dist/esm/gb-slider-control-handle.entry.js +2 -2
  216. package/dist/esm/gb-slider.entry.js +2 -2
  217. package/dist/esm/gb-tag-checkbox_3.entry.js +4 -4
  218. package/dist/esm/gb-tag.entry.js +2 -2
  219. package/dist/esm/gb-textarea-input-field.entry.js +1 -1
  220. package/dist/esm/gb-toggle-base.entry.js +3 -3
  221. package/dist/esm/gb-toggle.entry.js +2 -2
  222. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  223. package/dist/esm/globuscomponents.js +3 -3
  224. package/dist/esm/{index-baccaaaf.js → index-e3e57f09.js} +20 -3
  225. package/dist/esm/index-e3e57f09.js.map +1 -0
  226. package/dist/esm/loader.js +3 -3
  227. package/dist/esm/reusableModels-ef8a4d14.js.map +1 -1
  228. package/dist/globuscomponents/gb-button.css +8 -0
  229. package/dist/globuscomponents/gb-button.tsx +5 -0
  230. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  231. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  232. package/dist/globuscomponents/{p-14f8a91b.entry.js → p-003f671e.entry.js} +2 -2
  233. package/dist/globuscomponents/{p-23133621.entry.js → p-010164d4.entry.js} +2 -2
  234. package/dist/globuscomponents/{p-75b21675.entry.js → p-0ba45f95.entry.js} +2 -2
  235. package/dist/globuscomponents/{p-03fd3db6.entry.js → p-0e0c8f8c.entry.js} +2 -2
  236. package/dist/globuscomponents/{p-92af7f46.entry.js → p-2969e3ca.entry.js} +2 -2
  237. package/dist/globuscomponents/{p-6cea59d4.entry.js → p-2977faf3.entry.js} +2 -2
  238. package/dist/globuscomponents/p-2cb4a8fe.entry.js +2 -0
  239. package/dist/globuscomponents/p-2cb4a8fe.entry.js.map +1 -0
  240. package/dist/globuscomponents/p-2d026308.entry.js +2 -0
  241. package/dist/globuscomponents/{p-c75f96d6.entry.js.map → p-2d026308.entry.js.map} +1 -1
  242. package/dist/globuscomponents/{p-31bf4710.entry.js → p-3163395a.entry.js} +2 -2
  243. package/dist/globuscomponents/p-3bb13eda.js.map +1 -1
  244. package/dist/globuscomponents/{p-3b7b933c.entry.js → p-453861b2.entry.js} +2 -2
  245. package/dist/globuscomponents/p-47a9f5c2.js +3 -0
  246. package/dist/globuscomponents/p-47a9f5c2.js.map +1 -0
  247. package/dist/globuscomponents/{p-ea7ce35a.entry.js → p-4b1dd4ea.entry.js} +2 -2
  248. package/dist/globuscomponents/p-5239e13f.entry.js +2 -0
  249. package/dist/globuscomponents/{p-2ce9c18a.entry.js.map → p-5239e13f.entry.js.map} +1 -1
  250. package/dist/globuscomponents/{p-185d02fb.entry.js → p-53238c58.entry.js} +2 -2
  251. package/dist/globuscomponents/{p-fed6c43b.entry.js → p-580dd9dc.entry.js} +2 -2
  252. package/dist/globuscomponents/p-5f6cdbdd.entry.js +2 -0
  253. package/dist/globuscomponents/{p-c6c34486.entry.js → p-70414631.entry.js} +2 -2
  254. package/dist/globuscomponents/{p-4958c9ba.entry.js → p-7d79781d.entry.js} +2 -2
  255. package/dist/globuscomponents/{p-ecd8b206.entry.js → p-8b5aeed0.entry.js} +2 -2
  256. package/dist/globuscomponents/p-955c7d67.entry.js +2 -0
  257. package/dist/globuscomponents/{p-554f28f6.entry.js → p-9e8593d5.entry.js} +2 -2
  258. package/dist/globuscomponents/{p-92a735ee.entry.js → p-a999d02a.entry.js} +2 -2
  259. package/dist/globuscomponents/p-ab6d5857.entry.js +2 -0
  260. package/dist/globuscomponents/{p-d735b2a6.entry.js → p-b85ccd72.entry.js} +2 -2
  261. package/dist/globuscomponents/{p-f37c9704.entry.js → p-cedd67c6.entry.js} +2 -2
  262. package/dist/globuscomponents/{p-efd96d9e.entry.js → p-d004186f.entry.js} +2 -2
  263. package/dist/globuscomponents/{p-96d65ef9.entry.js → p-e5725f39.entry.js} +2 -2
  264. package/dist/globuscomponents/{p-7fd10105.entry.js → p-e5d31160.entry.js} +2 -2
  265. package/dist/globuscomponents/{p-5ec82950.entry.js → p-e9a2f3a6.entry.js} +2 -2
  266. package/dist/globuscomponents/{p-13a84f56.entry.js → p-f0bad5e2.entry.js} +2 -2
  267. package/dist/globuscomponents/{p-9abd951b.entry.js → p-f4cfd055.entry.js} +2 -2
  268. package/dist/globuscomponents/{p-a6295219.entry.js → p-f5260853.entry.js} +2 -2
  269. package/dist/globuscomponents/readme.md +2 -0
  270. package/dist/types/components/gb-avatar-group/gb-avatar-group.d.ts +1 -0
  271. package/dist/types/components/gb-carousel-arrow/gb-carousel-arrow.d.ts +6 -0
  272. package/dist/types/components/gb-collapse-button/gb-collapse-button.d.ts +3 -0
  273. package/dist/types/components/gb-pagination/gb-pagination.d.ts +9 -0
  274. package/dist/types/components/gb-pagination-number-base/gb-pagination-number-base.d.ts +5 -0
  275. package/dist/types/components/gb-tooltip/gb-tooltip.d.ts +3 -1
  276. package/dist/types/components.d.ts +67 -21
  277. package/dist/types/models/reusableModels.d.ts +3 -1
  278. package/package.json +1 -1
  279. package/dist/cjs/gb-avatar-add-button.cjs.entry.js +0 -26
  280. package/dist/cjs/gb-avatar-add-button.cjs.entry.js.map +0 -1
  281. package/dist/cjs/gb-avatar-group.cjs.entry.js +0 -50
  282. package/dist/cjs/gb-avatar-group.cjs.entry.js.map +0 -1
  283. package/dist/cjs/gb-avatar_3.cjs.entry.js +0 -108
  284. package/dist/cjs/gb-avatar_3.cjs.entry.js.map +0 -1
  285. package/dist/cjs/gb-btn_3.cjs.entry.js +0 -200
  286. package/dist/cjs/gb-btn_3.cjs.entry.js.map +0 -1
  287. package/dist/cjs/gb-collapse-button.cjs.entry.js +0 -37
  288. package/dist/cjs/gb-collapse-button.cjs.entry.js.map +0 -1
  289. package/dist/cjs/gb-tooltip.cjs.entry.js +0 -35
  290. package/dist/cjs/gb-tooltip.cjs.entry.js.map +0 -1
  291. package/dist/cjs/index-2a84bfdb.js.map +0 -1
  292. package/dist/collection/components/test-tooltip/test-tooltip.js +0 -86
  293. package/dist/collection/components/test-tooltip/test-tooltip.js.map +0 -1
  294. package/dist/components/p-4048bdac.js +0 -49
  295. package/dist/components/p-4048bdac.js.map +0 -1
  296. package/dist/components/p-ca9a0d2a.js.map +0 -1
  297. package/dist/components/p-e249a066.js.map +0 -1
  298. package/dist/components/p-f93fa0d0.js.map +0 -1
  299. package/dist/components/test-tooltip.js +0 -61
  300. package/dist/components/test-tooltip.js.map +0 -1
  301. package/dist/esm/gb-avatar-add-button.entry.js +0 -22
  302. package/dist/esm/gb-avatar-add-button.entry.js.map +0 -1
  303. package/dist/esm/gb-avatar-group.entry.js +0 -46
  304. package/dist/esm/gb-avatar-group.entry.js.map +0 -1
  305. package/dist/esm/gb-avatar_3.entry.js +0 -102
  306. package/dist/esm/gb-avatar_3.entry.js.map +0 -1
  307. package/dist/esm/gb-btn_3.entry.js +0 -194
  308. package/dist/esm/gb-btn_3.entry.js.map +0 -1
  309. package/dist/esm/gb-collapse-button.entry.js +0 -33
  310. package/dist/esm/gb-collapse-button.entry.js.map +0 -1
  311. package/dist/esm/gb-tooltip.entry.js +0 -31
  312. package/dist/esm/gb-tooltip.entry.js.map +0 -1
  313. package/dist/esm/index-baccaaaf.js.map +0 -1
  314. package/dist/globuscomponents/p-00244d6c.entry.js +0 -2
  315. package/dist/globuscomponents/p-0b58ad12.entry.js +0 -2
  316. package/dist/globuscomponents/p-0b58ad12.entry.js.map +0 -1
  317. package/dist/globuscomponents/p-14e14b09.entry.js +0 -2
  318. package/dist/globuscomponents/p-2a21fc28.entry.js +0 -2
  319. package/dist/globuscomponents/p-2a21fc28.entry.js.map +0 -1
  320. package/dist/globuscomponents/p-2ce9c18a.entry.js +0 -2
  321. package/dist/globuscomponents/p-33f4e7f6.entry.js +0 -2
  322. package/dist/globuscomponents/p-33f4e7f6.entry.js.map +0 -1
  323. package/dist/globuscomponents/p-4cc02ec1.js +0 -3
  324. package/dist/globuscomponents/p-4cc02ec1.js.map +0 -1
  325. package/dist/globuscomponents/p-8aae1040.entry.js +0 -2
  326. package/dist/globuscomponents/p-8aae1040.entry.js.map +0 -1
  327. package/dist/globuscomponents/p-8f25cee8.entry.js +0 -2
  328. package/dist/globuscomponents/p-c75f96d6.entry.js +0 -2
  329. package/dist/globuscomponents/p-c922560c.entry.js +0 -2
  330. package/dist/globuscomponents/p-c922560c.entry.js.map +0 -1
  331. package/dist/globuscomponents/p-da9e05fa.entry.js +0 -2
  332. package/dist/globuscomponents/p-da9e05fa.entry.js.map +0 -1
  333. package/dist/types/components/test-tooltip/test-tooltip.d.ts +0 -10
  334. /package/dist/globuscomponents/{p-14f8a91b.entry.js.map → p-003f671e.entry.js.map} +0 -0
  335. /package/dist/globuscomponents/{p-23133621.entry.js.map → p-010164d4.entry.js.map} +0 -0
  336. /package/dist/globuscomponents/{p-75b21675.entry.js.map → p-0ba45f95.entry.js.map} +0 -0
  337. /package/dist/globuscomponents/{p-03fd3db6.entry.js.map → p-0e0c8f8c.entry.js.map} +0 -0
  338. /package/dist/globuscomponents/{p-92af7f46.entry.js.map → p-2969e3ca.entry.js.map} +0 -0
  339. /package/dist/globuscomponents/{p-6cea59d4.entry.js.map → p-2977faf3.entry.js.map} +0 -0
  340. /package/dist/globuscomponents/{p-31bf4710.entry.js.map → p-3163395a.entry.js.map} +0 -0
  341. /package/dist/globuscomponents/{p-3b7b933c.entry.js.map → p-453861b2.entry.js.map} +0 -0
  342. /package/dist/globuscomponents/{p-ea7ce35a.entry.js.map → p-4b1dd4ea.entry.js.map} +0 -0
  343. /package/dist/globuscomponents/{p-185d02fb.entry.js.map → p-53238c58.entry.js.map} +0 -0
  344. /package/dist/globuscomponents/{p-fed6c43b.entry.js.map → p-580dd9dc.entry.js.map} +0 -0
  345. /package/dist/globuscomponents/{p-8f25cee8.entry.js.map → p-5f6cdbdd.entry.js.map} +0 -0
  346. /package/dist/globuscomponents/{p-c6c34486.entry.js.map → p-70414631.entry.js.map} +0 -0
  347. /package/dist/globuscomponents/{p-4958c9ba.entry.js.map → p-7d79781d.entry.js.map} +0 -0
  348. /package/dist/globuscomponents/{p-ecd8b206.entry.js.map → p-8b5aeed0.entry.js.map} +0 -0
  349. /package/dist/globuscomponents/{p-00244d6c.entry.js.map → p-955c7d67.entry.js.map} +0 -0
  350. /package/dist/globuscomponents/{p-554f28f6.entry.js.map → p-9e8593d5.entry.js.map} +0 -0
  351. /package/dist/globuscomponents/{p-92a735ee.entry.js.map → p-a999d02a.entry.js.map} +0 -0
  352. /package/dist/globuscomponents/{p-14e14b09.entry.js.map → p-ab6d5857.entry.js.map} +0 -0
  353. /package/dist/globuscomponents/{p-d735b2a6.entry.js.map → p-b85ccd72.entry.js.map} +0 -0
  354. /package/dist/globuscomponents/{p-f37c9704.entry.js.map → p-cedd67c6.entry.js.map} +0 -0
  355. /package/dist/globuscomponents/{p-efd96d9e.entry.js.map → p-d004186f.entry.js.map} +0 -0
  356. /package/dist/globuscomponents/{p-96d65ef9.entry.js.map → p-e5725f39.entry.js.map} +0 -0
  357. /package/dist/globuscomponents/{p-7fd10105.entry.js.map → p-e5d31160.entry.js.map} +0 -0
  358. /package/dist/globuscomponents/{p-5ec82950.entry.js.map → p-e9a2f3a6.entry.js.map} +0 -0
  359. /package/dist/globuscomponents/{p-13a84f56.entry.js.map → p-f0bad5e2.entry.js.map} +0 -0
  360. /package/dist/globuscomponents/{p-9abd951b.entry.js.map → p-f4cfd055.entry.js.map} +0 -0
  361. /package/dist/globuscomponents/{p-a6295219.entry.js.map → p-f5260853.entry.js.map} +0 -0
@@ -0,0 +1,49 @@
1
+ import { h } from "@stencil/core";
2
+ export class GbPaginationNumberBase {
3
+ constructor() {
4
+ this.shape = undefined;
5
+ }
6
+ render() {
7
+ return (h("div", { key: '1e0de399c17d432681514440fb8746be61cc6bd5', class: `page_number_base ${this.shape}` }, "1"));
8
+ }
9
+ static get is() { return "gb-pagination-number-base"; }
10
+ static get encapsulation() { return "shadow"; }
11
+ static get originalStyleUrls() {
12
+ return {
13
+ "$": ["gb-pagination-number-base.css"]
14
+ };
15
+ }
16
+ static get styleUrls() {
17
+ return {
18
+ "$": ["gb-pagination-number-base.css"]
19
+ };
20
+ }
21
+ static get properties() {
22
+ return {
23
+ "shape": {
24
+ "type": "string",
25
+ "mutable": false,
26
+ "complexType": {
27
+ "original": "PaginationNumberShapes",
28
+ "resolved": "\"circle\" | \"square\"",
29
+ "references": {
30
+ "PaginationNumberShapes": {
31
+ "location": "import",
32
+ "path": "../../models/reusableModels",
33
+ "id": "src/models/reusableModels.ts::PaginationNumberShapes"
34
+ }
35
+ }
36
+ },
37
+ "required": false,
38
+ "optional": false,
39
+ "docs": {
40
+ "tags": [],
41
+ "text": ""
42
+ },
43
+ "attribute": "shape",
44
+ "reflect": false
45
+ }
46
+ };
47
+ }
48
+ }
49
+ //# sourceMappingURL=gb-pagination-number-base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gb-pagination-number-base.js","sourceRoot":"","sources":["../../../src/components/gb-pagination-number-base/gb-pagination-number-base.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AASnD,MAAM,OAAO,sBAAsB;;;;IAG/B,MAAM;QACF,OAAO,CACH,4DAAK,KAAK,EAAE,oBAAoB,IAAI,CAAC,KAAK,EAAE,QAAS,CACxD,CAAA;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Prop, h } from \"@stencil/core\";\r\nimport { PaginationNumberShapes } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-pagination-number-base',\r\n styleUrl: 'gb-pagination-number-base.css',\r\n shadow: true\r\n})\r\n\r\nexport class GbPaginationNumberBase {\r\n @Prop() shape: PaginationNumberShapes;\r\n\r\n render() {\r\n return (\r\n <div class={`page_number_base ${this.shape}`}>1</div>\r\n )\r\n }\r\n}"]}
@@ -8,7 +8,7 @@ export class GbProgressBar {
8
8
  }
9
9
  render() {
10
10
  const progressValue = Math.min(Math.max(this.progress, 0), 100);
11
- return (h("div", { key: 'bbbe85016fb2baeb04bd7513b4cfeda44237b0d6', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: 'a01e1c4c23a72ded4ca627517fb1d4a971fa4c98', class: "progress_bar" }, h("div", { key: '95307f5d2ae23f0edcc910d89d45ba53729ffaeb', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: '1fa109365eb610c265ca6b5e1c1761eb06fc731a', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '7643c6e14ca9b1535c98001a9e1d3c491ca48069', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '8c307e1dbe21502fca28927e36a75bd9cde5106f', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: '19c3af57149d2dc10ab502b778ac2c547ef1a992', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '6b2f1183d4af9093edc1f86855727b1d7919e0ac', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '33a3e047e31a72c87bac230afe16639b38f961d2', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: 'acd3e7e4f268853f1d233f095771cbda6abf041f', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
11
+ return (h("div", { key: '00fefa8bc73cedd8bd3734200f7b8e78e8916027', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: '3926e467179ea9e0185a5c1b3c9f24e1899c3112', class: "progress_bar" }, h("div", { key: 'a8d8caac6b024af4e1f831cc8477df107118cf92', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'f7b79833ca09026c9ea429eca9624778c43d75f6', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: 'd9aa25f36656ce8a96f2a6cc2d034d75591841e4', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '1db9b2941ba8e420f2b67d344d9454360fd0ac2c', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'b82b9f334dc2fafb870e1e4a5376f2ca92013342', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: '4df2198c343b0fb5c711649f0acb4a228ba8bec3', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: '7e85d919ba5b286e8ea0f742e2f126195d13cbfa', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: 'b268d9cac04c5a1c57b1a3a78b621512ef916ade', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
12
12
  }
13
13
  static get is() { return "gb-progress-bar"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class GbProgressCircle {
7
7
  this.progress = 0;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: 'b22e440c276af98f822ccbd3dd452ac4cff76af0', class: "progress" }, h("svg", { key: '2f9f868600bd5cd450ce482a93b7288060d44305', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '97be7cad50738638a601c0dab35ca446fa582aeb', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '66763384c7a6853b250f50ad4648976317f75137', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: '2e2a4692c7def40cfa651716c8ea5ab4190e2e36', class: "progress-text", "data-progress": "0" }, "50%")));
10
+ return (h("div", { key: 'e1a7f2869d12cd4952173bdaa50a350c3e695c1e', class: "progress" }, h("svg", { key: '6df88babf13d41cb1ab39e511dfc5dbf7b743849', class: "progress-circle", width: "200px", height: "200px", xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '0d29883b41c9fbbfb20fef000ab37040587c813d', class: "progress-circle-back", cx: "80", cy: "80", r: "74" }), h("circle", { key: '08e2b9d0a69489382fe4bd5117b278b003779369', class: "progress-circle-prog", cx: "80", cy: "80", r: "74" })), h("div", { key: 'a17205ecdb36c2d85470b3f38add06fb187c20c0', class: "progress-text", "data-progress": "0" }, "50%")));
11
11
  }
12
12
  static get is() { return "gb-progress-circle"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbScrollbar {
4
4
  this.length = '25%';
5
5
  }
6
6
  render() {
7
- return (h("div", { key: '0a0332cd730f1045385a0590a8bcb0de4b70892d', class: "scrollbar-container" }, h("div", { key: '177379060dd313ba5c7846a65d21b41f0a1f7303', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'a55169bfa7998e8fd3d9825784c8255b86778f52' }))));
7
+ return (h("div", { key: '1efd33151e0838b53331c701a265529563a90674', class: "scrollbar-container" }, h("div", { key: '9af4419b28451dc2eeeff1bd0d68b77c2738703e', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '7f21debc1a4e5753fa6e31e5ef8aca60d33be944' }))));
8
8
  }
9
9
  static get is() { return "gb-scrollbar"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class SliderControlHandle {
19
19
  this.isFocused = false;
20
20
  }
21
21
  render() {
22
- return (h("div", { key: '0480467222e01b47df528ce2fe8e8abe425540fc', 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' && (h("div", { key: '83d642237bd112095fbc26bfbab5f0d2e8e84d25', class: "tooltip-container" }, h("gb-tooltip", { key: 'bd104f65fe8f6a081199361dbc2b46b8a45e8ee1', arrow: 'none' }, h("p", { key: 'fb2d4fe7ac33f47e5d34ebfee0230a3389077924', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: 'f5bffdf6b687bc3e70df930a5ad1a7bab3d996ce', class: "thumb-label" }, this.value, "%"))));
22
+ return (h("div", { key: '17646b828d28a09eca6bd71b84cbbd36e01fdabf', 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' && (h("div", { key: '26e1cd939f136c491a10fb13f4598d154a42eb6a', class: "tooltip-container" }, h("gb-tooltip", { key: '940de690145c5016ab89528fca8cccd16d97723f', arrow: 'none' }, h("p", { key: 'eac33b1963b2a64f8bc92000856e2dba0f29346b', class: "text-xs-semi-bold", slot: "main_text" }, this.value, "%")))), this.type === 'text' && (h("div", { key: 'a496ce3bd6f432095df5e5d14461366773172731', class: "thumb-label" }, this.value, "%"))));
23
23
  }
24
24
  static get is() { return "gb-slider-control-handle"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -56,7 +56,7 @@ export class GbSlider {
56
56
  this.trackEl.style.width = `${rightPos - leftPos}%`;
57
57
  }
58
58
  render() {
59
- return (h("div", { key: '56005da64de699147ed28bca0fd5f11a24db4cbd', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: '6ef5050707a269296bae2340caf2f318fdfcf6fb', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: 'dc4b699403ec7aefbdb171dd899a7c68463553d5', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: 'cd923a0a689766564e327f868a90f5d5576039c7', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
59
+ return (h("div", { key: '97a1a6259d7b835240a453d1f33a6fc78b5f9e53', class: "slider-container", ref: (el) => this.containerEl = el }, h("div", { key: 'd9e731475e12eefa8c29318e48e2c0e6393c708a', class: "track", ref: (el) => this.trackEl = el }), h("gb-slider-control-handle", { key: '5421018ac1fcedde31c3020f74439d05c1d7896c', class: "left", value: this.leftValue, type: this.thumbType, style: { left: `${this.leftValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: '1806237385aabb0bd975de4bb27bfd5386cb4a65', class: "right", value: this.rightValue, type: this.thumbType, style: { left: `${this.rightValue}%` }, onMouseDown: (e) => this.handleMouseDown(e, 'right') })));
60
60
  }
61
61
  static get is() { return "gb-slider"; }
62
62
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class GbStatusIndicator {
9
9
  }
10
10
  render() {
11
11
  return [
12
- h("div", { key: 'c156ae0da47db935d3415a86b697c01a0749d9d9' }, this.statusIcon === 'online_indicator' && h("div", { key: '14435930c1f2652da117eb0a870ca170cae8d922', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'df5573e30772418111b5d99a50dccd6cd364eb9c', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, h("g", { key: '289193f6994088a7555502b956d3144f1ccf7d0e', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: 'ab6b16ff43fd156f3ad194cc1b6b9e225aa1580e', 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" }), h("path", { key: '702e00978c0a0e3b808ecd518585c68a5aa9f115', 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" })), h("defs", { key: '847617cda6cb0f29f3314836fd4c0dc5b30e11d0' }, h("clipPath", { key: '00da46461680421c0457bb71d1a55e7def311fd5', id: "clip0_0_21453" }, h("rect", { key: '9415191c5d8c1e8ce0b73fa40cf09f1f1d415f15', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '629c3fee79a77b7133125418bb18fb2ad42adae1', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, h("path", { key: 'd218c875d377ba59ab0c6672232a5144721cb99e', 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" }), h("path", { key: 'ab2ed49875a745d6fdcd8ee886767fd34c872133', "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" })))),
12
+ h("div", { key: '238f7c81c04960e02ac718ff546549b772e693ff' }, this.statusIcon === 'online_indicator' && h("div", { key: '03501789714d44914ce0b40b3e9c47d2b2e45a8e', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'd58f586d2d5ac0267f07928a0497936b68faa4cf', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, h("g", { key: '59ca1a4c63ae626bc5c65c1105b280379a577df5', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '2c62af336192215d9849f159d11f08d46392493a', 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" }), h("path", { key: '7ccbff140d389cad060b98b481edc4932c1a81d9', 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" })), h("defs", { key: '997f2cf159274ed09e2c052721fafda6eb322deb' }, h("clipPath", { key: 'b9a7f3f5b9a5566c98a327a0bbbdc4cf5b7aff29', id: "clip0_0_21453" }, h("rect", { key: '01c069b83869af441ed156555b5b7907799dd52a', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: 'ff1489f42d05ecd66565efbc741cf6a00eea0761', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, h("path", { key: 'da73aa7bd4b8996267f892c983ef257b23c9d71b', 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" }), h("path", { key: 'ce42f92ba2620bff82afb4481203e48679a2100d', "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" })))),
13
13
  ];
14
14
  }
15
15
  static get is() { return "gb-status-indicator"; }
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
6
6
  this.disabled = false;
7
7
  }
8
8
  render() {
9
- return (h("label", { key: 'a2186818ad3ca4da787345346fc90b768f71dd67', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'ee4ffc0e15901e1509f057c2ba86ae359229eac2', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '307f2df2a62b1efcbf26e56aba5a8697626ab941', class: `custom-checkbox ${this.size}` }, h("svg", { key: 'c68a4715aaa609cf1062a150dcffc34ff37f8321', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'd23a4b3f04859222729cf4ca98bc59f8319abfd9', 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" })))));
9
+ return (h("label", { key: 'dcbfe59290c611db60658d8ab0999250201acd3a', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '5747bb34ce0f45238d218e15f5e52a0431df4afd', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '08b137896ddc112861d492f30206fc70b7fe8186', class: `custom-checkbox ${this.size}` }, h("svg", { key: '03823af1efdbb07b77d92271e6aa6b39fbd2bae7', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '21160c9148cbedd3463b56154745d5da0e18d985', 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" })))));
10
10
  }
11
11
  static get is() { return "gb-tag-checkbox"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class GbTagClose {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'f9edf7fae27ec396123182b3642390dce6ad1426', class: this.size }, h("svg", { key: '537fbd7049d6f60539142002ee04e9b1e52eb5a0', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '0b7d359212297dfdbc06af7e09ebc617e27dc0c8', 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" }))));
7
+ return (h("div", { key: '295efdff741db7f030f30cc3e027000141395125', class: this.size }, h("svg", { key: '786520da9de372e7a13d51e91e93238b5d739a93', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '7551abd2181e88307526bfabf35564acd0c45e07', 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" }))));
8
8
  }
9
9
  static get is() { return "gb-tag-close"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class TagCount {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'f2ae143eb64bc55843de92281f6a4c5f8a8bae4f', class: this.size }, h("p", { key: '4cf0c7e6c86d0226b824ea37f0d5f03f9466bea1' }, "5")));
7
+ return (h("div", { key: 'c00adb464f6879e1dba79224e8b86ca4a387ed64', class: this.size }, h("p", { key: '27e22f3d42532bbf76a52a32f33388271bf80b5d' }, "5")));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class Tag {
9
9
  }
10
10
  render() {
11
11
  const countryIconSrc = getAssetPath(`assets/country-icon.svg`);
12
- return (h("div", { key: '3d0533d60c5fecc1b6f72152cd779cba88e139e1', class: this.size }, this.checkbox && (h("gb-tag-checkbox", { key: '31e49bfef5227f520c459c0b5f7c972bb86f3f8b', size: this.size })), this.icon === 'country' && (h("div", { key: '1ca2b0a1e523edcf434c40845b3244bc89a46677', class: "icon left-icon" }, h("img", { key: '4f1758b071eda4be258669ebae955f7b0bec0a19', src: countryIconSrc, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '0d7cbe44ffe500889b86704ab0d21d0e9c1d809b', class: "avatar-icon", size: "xs", "status-icon": "false" }, h("img", { key: '5be4c4e32e5167a913b2b0a6e687450e5a6eef1c', src: "./build/assets/avatar_pic.jpg" }))), this.icon === 'dot' && (h("svg", { key: 'f0deda7e7a4b2c27b6f764d067e86e08bcca6417', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'e985074d62197ecbddefa698107a00ced6d8c3e4', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("span", { key: 'b18e9bad6c626dddded698cde3fea88d01aca4d2', class: "label" }, h("slot", { key: '286e5e6cba54a04960ab60090305f259a9800c52' })), this.closeButton && (h("gb-tag-close", { key: 'b3afded40bf4742398eacf60f9f4152ed1bca047', size: this.size })), this.count && (h("gb-tag-count", { key: 'e9e0b03d5465c09784611f989f550a7dce3ca510' }))));
12
+ return (h("div", { key: '7419286e506c07ac075b9fd3996e3cfad0949087', class: this.size }, this.checkbox && (h("gb-tag-checkbox", { key: 'bff8dadcb04c1d8fef28ea73184b244d506edaac', size: this.size })), this.icon === 'country' && (h("div", { key: 'e73613455c48e1d8bdf3192f533c3f6c35e9e71f', class: "icon left-icon" }, h("img", { key: 'f9b13c50b990e15510901617b7d5ca788f3a50a1', src: countryIconSrc, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '87d96031fade8beebc2f5a6a59a0e90855b6b377', class: "avatar-icon", size: "xs", "status-icon": "false" }, h("img", { key: 'e145fc24130b9636498d05f3153f554860b1f716', src: "./build/assets/avatar_pic.jpg" }))), this.icon === 'dot' && (h("svg", { key: '0979a99e333b4cce688f172133576839f3b0eb5b', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'cca8e6ff98ae638870a6ddcb1a18ccd80cda13f6', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("span", { key: '52975b44677782fce92a0e01cc40120e16829b91', class: "label" }, h("slot", { key: 'd09c716482bd8e7f920c27fd9ab83381d37024e8' })), this.closeButton && (h("gb-tag-close", { key: '396bec3fa762032e5d5f3e344390140bc49bbe71', size: this.size })), this.count && (h("gb-tag-count", { key: 'b3c8e2d787ada85b6bec2b325d7e15dd82a1d7f1' }))));
13
13
  }
14
14
  static get is() { return "gb-tag"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -32,7 +32,7 @@ export class GbToggle {
32
32
  }
33
33
  }
34
34
  render() {
35
- return (h("div", { key: '6e8d3bf2457f1a90362acee558ca162b9da997ce', class: `toggle_div ${this.size}` }, h("div", { key: '4465baccfac53d7aa8ef93712d4c1de4672692da', class: "toggle_base" }, h("gb-toggle-base", { key: 'e4c6679e6f90345d387ce479c4f14051c87a5868', size: this.size, state: this.state })), h("div", { key: '3e9081810f1f2beed116852562449fa247c8d175', class: "text" }, h("slot", { key: '086d0c75edd5e5c095e8b74f511c9e9aedc83082', name: "main_text" }), this.supportingText && (h("slot", { key: 'c177105efb22b038ed6af3ecbf9476cdb5dbf40c', name: "supporting_text" })))));
35
+ return (h("div", { key: '22fa4bcbec885f3b720930f26dc4305dd73d9d26', class: `toggle_div ${this.size}` }, h("div", { key: '8903d4919f180977ae4c01527e68aba4182c326b', class: "toggle_base" }, h("gb-toggle-base", { key: 'a41ce370cb281fda32dc36b3cf66215cef81a586', size: this.size, state: this.state })), h("div", { key: '391ac079ada9cbeeeba1138d17753cd425a75393', class: "text" }, h("slot", { key: '6629bcec0090452f6d10d9229e41a1ec7d53ac6b', name: "main_text" }), this.supportingText && (h("slot", { key: 'f0f0342b8f1c8288183139043c9c5d13efc91fbd', name: "supporting_text" })))));
36
36
  }
37
37
  static get is() { return "gb-toggle"; }
38
38
  static get encapsulation() { return "shadow"; }
@@ -6,8 +6,8 @@ export class GbToggleBase {
6
6
  }
7
7
  render() {
8
8
  return [
9
- h("input", { key: '2352ba1b4ee59ac5652f1000406be2c12715483a', type: "checkbox", id: "customCheckbox" }),
10
- h("label", { key: '02ec7f7e5807dc325f39e89f3ee391561abbc8bd', class: `${this.size} ${this.state}`, htmlFor: "customCheckbox" })
9
+ h("input", { key: '572dbe6e7f3c183c075510eb8b6ccea6f81c5a05', type: "checkbox", id: "customCheckbox" }),
10
+ h("label", { key: 'f2385773f694cf00911478bba60eca3a334e31db', class: `${this.size} ${this.state}`, htmlFor: "customCheckbox" })
11
11
  ];
12
12
  }
13
13
  static get is() { return "gb-toggle-base"; }
@@ -2466,102 +2466,144 @@
2466
2466
  margin-top: -0.396em;
2467
2467
  }
2468
2468
 
2469
- .tooltip{
2470
- background-color: var(--color-surface-bold, #FCFCFC);
2471
- border: 0.5px solid var(--color-border-subtler, #E3E8EF);
2472
- border-radius: var(--rounded-sm);
2473
- box-shadow: var(--shadow-sm);
2474
- display: flex;
2475
- padding: var(--spacing-3);
2476
- flex-direction: column;
2477
- align-items: flex-start;
2478
- gap: var(--spacing-3);
2479
- align-self: stretch;
2480
- width: fit-content;
2481
- height: fit-content;
2482
- position: relative;
2469
+ .tooltip_container {
2470
+ position: relative;
2471
+ display: inline-block;
2483
2472
  }
2484
-
2485
- .tooltip:after, .tooltip:before {
2486
- border: solid transparent;
2487
- content: "";
2488
- height: 0;
2489
- width: 0;
2490
- position: absolute;
2473
+
2474
+ .tooltip {
2475
+ position: absolute;
2476
+ background-color: var(--color-surface-bold, #FCFCFC);
2477
+ border: 0.5px solid var(--color-border-subtler, #E3E8EF);
2478
+ border-radius: var(--rounded-sm);
2479
+ box-shadow: var(--shadow-sm);
2480
+ padding: var(--spacing-3);
2481
+ z-index: 10;
2491
2482
  }
2492
- .tooltip:after {
2493
- border-width: 4px;
2483
+
2484
+ .tooltip_content{
2485
+ display: flex;
2486
+ flex-direction: column;
2487
+ gap: var(--spacing-3);
2494
2488
  }
2495
- .tooltip:before {
2496
- border-width: 8px;
2489
+
2490
+ .arrow {
2491
+ width: 0;
2492
+ height: 0;
2493
+ border-style: solid;
2494
+ position: absolute;
2497
2495
  }
2498
2496
 
2499
- /* Arrow Positions */
2500
- /* .tooltip_arrow{
2501
- box-shadow: var(--shadow-sm);
2502
- } */
2503
- .arrow{
2504
- box-shadow: var(--shadow-sm);
2497
+ .arrow::before {
2498
+ content: '';
2499
+ position: absolute;
2500
+ width: 0;
2501
+ height: 0;
2502
+ border-style: solid;
2503
+ }
2504
+
2505
+ .arrow.bottom_center {
2506
+ top: 100%;
2507
+ left: 50%;
2508
+ border-width: 7.5px 7.5px 0 7.5px;
2509
+ border-color: #E3E8EF transparent transparent transparent;
2510
+ transform: translateX(-50%);
2505
2511
  }
2506
2512
 
2507
- .tooltip.bottom_center .tooltip_arrow{
2508
- position: absolute;
2509
- top: 75%;
2510
- left: 40%;
2511
- transform: rotate(90deg);
2513
+ .arrow.bottom_center::before {
2514
+ left: -0.39rem;
2515
+ bottom: 0.1rem;
2516
+ border-width: 0 9.6px 9.6px 9.6px;
2517
+ transform: translateY(-50%) rotate(135deg);
2518
+ border-color: transparent #fff transparent transparent;
2519
+ }
2520
+
2521
+ .arrow.left {
2522
+ top: 50%;
2523
+ right: 100%;
2524
+ border-width: 6px 0 6px 6px;
2525
+ border-color: transparent transparent transparent #E3E8EF;
2526
+ transform: translateY(-50%) rotate(180deg);
2512
2527
  }
2513
2528
 
2514
- .tooltip.bottom_left .tooltip_arrow{
2515
- position: absolute;
2516
- top: 95%;
2517
- left: 10%;
2518
- z-index: 10;
2519
- transform: rotate(90deg);
2529
+ .arrow.left::before {
2530
+ left: -8px;
2531
+ top: 50%;
2532
+ transform: translateY(-50%);
2533
+ border-width: 7.5px 0 7.5px 7.5px;
2534
+ border-color: transparent transparent transparent #fff;
2520
2535
  }
2521
2536
 
2522
- .tooltip.bottom_right .tooltip_arrow{
2523
- position: absolute;
2524
- top: 82%;
2525
- left: 80%;
2526
- transform: rotate(180deg);
2537
+ .arrow.bottom_left {
2538
+ top: 100%;
2539
+ left: 20%;
2540
+ border-width: 7.5px 7.5px 0 7.5px;
2541
+ border-color: #E3E8EF transparent transparent transparent;
2542
+ transform: translateX(-50%);
2527
2543
  }
2528
2544
 
2529
- .tooltip.top_center .tooltip_arrow{
2530
- position: absolute;
2531
- bottom: 75%;
2532
- left: 50%;
2533
- transform: rotate(-90deg);
2545
+ .arrow.bottom_left::before {
2546
+ left: -0.39rem;
2547
+ bottom: 0.1rem;
2548
+ border-width: 0 9.6px 9.6px 9.6px;
2549
+ transform: translateY(-50%) rotate(135deg);
2550
+ border-color: transparent #fff transparent transparent;
2551
+ }
2552
+
2553
+ .arrow.right {
2554
+ top: 50%;
2555
+ left: 100%;
2556
+ border-width: 7px 7px 7px 0;
2557
+ border-color: transparent #E3E8EF transparent transparent;
2558
+ transform: translateY(-50%) rotate(-180deg);
2534
2559
  }
2535
2560
 
2536
- .tooltip.left .tooltip_arrow{
2537
- position: absolute;
2538
- top: 25%;
2539
- right: 100%;
2540
- transform: rotate(180deg);
2561
+ .arrow.right::before {
2562
+ left: 0.5px;
2563
+ top: 50%;
2564
+ border-width: 6.5px 6.5px 6.5px 0;
2565
+ transform: translateY(-50%) rotate(0deg);
2566
+ border-color: transparent #fff transparent transparent;
2541
2567
  }
2542
2568
 
2543
- .tooltip.right .tooltip_arrow{
2544
- position: absolute;
2545
- top: 25%;
2546
- left: 100%;
2547
- transform: rotate(-180deg);
2569
+ .arrow.bottom_right {
2570
+ top: 100%;
2571
+ right: 5%;
2572
+ border-width: 7.5px 7.5px 0 7.5px;
2573
+ border-color: #E3E8EF transparent transparent transparent;
2574
+ transform: translateX(-50%);
2548
2575
  }
2549
2576
 
2550
- .tooltip.none .tooltip_arrow{
2551
- display: none;
2577
+ .arrow.bottom_right::before {
2578
+ left: -0.39rem;
2579
+ bottom: 0.1rem;
2580
+ border-width: 0 9.6px 9.6px 9.6px;
2581
+ transform: translateY(-50%) rotate(135deg);
2582
+ border-color: transparent #fff transparent transparent;
2583
+ }
2584
+
2585
+ .arrow.top_center {
2586
+ bottom: 100%;
2587
+ right: 45%;
2588
+ border-width: 0 7.5px 7.5px 7.5px;
2589
+ border-color: transparent transparent #E3E8EF transparent;
2552
2590
  }
2553
2591
 
2554
- svg path{
2555
- stroke: var(--color-surface-bold,#FCFCFC);
2556
- fill: var(--color-surface-bold, #FCFCFC);
2592
+ .arrow.top_center::before {
2593
+ left: -12.8px;
2594
+ bottom: -20.25px;
2595
+ border-width: 0 9.5px 9.5px 9.5px;
2596
+ transform: translateY(-50%) rotate(-45deg);
2597
+ border-color: transparent white transparent transparent;
2557
2598
  }
2558
2599
 
2559
- ::slotted([slot="main_text"]){
2560
- color: var(--color-text, #4B5565);
2561
- text-wrap: nowrap;
2600
+ ::slotted([slot="label"]){
2601
+ white-space: nowrap;
2602
+ color: var(--color-text, #4B5565);
2562
2603
  }
2563
2604
 
2564
2605
  ::slotted([slot="supporting_text"]){
2565
- color: var(--color-text-subtle, #697586);
2566
- width: 18.5rem;
2567
- }
2606
+ width: 18.5rem;
2607
+ color: var(--color-text-subtle, #697586);
2608
+ margin-top: 5rem;
2609
+ }
@@ -1,11 +1,12 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class GbTooltip {
3
3
  constructor() {
4
- this.arrow = 'left';
5
- this.supportingText = undefined;
4
+ this.showArrow = true;
5
+ this.arrow = 'bottom_center';
6
+ this.showSupportingText = false;
6
7
  }
7
8
  componentDidLoad() {
8
- const mainTextSlot = this.el.querySelector('[slot="main_text"]');
9
+ const mainTextSlot = this.el.querySelector('[slot="label"]');
9
10
  const supportingTextSlot = this.el.querySelector('[slot="supporting_text"]');
10
11
  if (mainTextSlot) {
11
12
  mainTextSlot.classList.add('text-xs-semi-bold');
@@ -14,8 +15,11 @@ export class GbTooltip {
14
15
  supportingTextSlot.classList.add('text-xs-regular');
15
16
  }
16
17
  }
18
+ getArrowClass() {
19
+ return this.showArrow ? `arrow ${this.arrow}` : '';
20
+ }
17
21
  render() {
18
- return (h("div", { key: '1d2766f0a3ab4d377e2ca499832aed076d56475c', class: `tooltip ${this.arrow}` }, h("slot", { key: '47a0afcf8f8a29607e6ed31fb8d2d77bf41f9b46', name: "main_text" }), this.supportingText && h("slot", { key: '51796df33b6d3162cef56c4ead10e13975076068', name: "supporting_text" }), this.arrow && (h("div", { key: '8b6e9f78e332bb4a07d8807020e070182158403e', class: `tooltip_arrow` }, h("svg", { key: '9197b4b279739114a0d7b2e8da0015d35cb81149', width: "10", height: "17", viewBox: "0 0 10 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: `tooltip_arrow` }, h("path", { key: '7232a5fc94c4c5ebd4acecf42ebeb20f0e0db18b', d: "M7.5 15L1.73171 9.20549C1.34332 8.81534 1.34332 8.18465 1.73171 7.7945L7.49999 2", stroke: "#E3E8EF" }), h("path", { key: 'fa2899af9a1b8776bfb579059743ae00927b930d', d: "M9.51471 14.5711C9.51471 15.462 8.43757 15.9081 7.8076 15.2782L1.73653 9.2071C1.346 8.81658 1.346 8.18342 1.73653 7.79289L7.8076 1.72183C8.43757 1.09187 9.51471 1.53803 9.51471 2.42894L9.51471 14.5711Z", fill: "#FCFCFC" }))))));
22
+ return (h("div", { key: 'b48671b8a30be85019abde6f6f13470a30b287f5', class: "tooltip_container" }, h("div", { key: '49569ca7fe0f6391cd36c5bbeb0b0844a83feadd', class: "tooltip" }, h("div", { key: 'b76cd3ed681c5322ca41d760ec9584e9bc31f837', class: this.getArrowClass() }), h("div", { key: '5353b69fbc2809171b29105e4ac7f442b8f7891a', class: "tooltip_content" }, h("slot", { key: '0c0356475d93ca850884aa73d167cad3065974d2', name: "label" }), this.showSupportingText && h("slot", { key: '8a365d4d442da9bada7b3cf948fb8a18fc56680e', name: "supporting_text" })))));
19
23
  }
20
24
  static get is() { return "gb-tooltip"; }
21
25
  static get encapsulation() { return "shadow"; }
@@ -31,6 +35,24 @@ export class GbTooltip {
31
35
  }
32
36
  static get properties() {
33
37
  return {
38
+ "showArrow": {
39
+ "type": "boolean",
40
+ "mutable": false,
41
+ "complexType": {
42
+ "original": "boolean",
43
+ "resolved": "boolean",
44
+ "references": {}
45
+ },
46
+ "required": false,
47
+ "optional": false,
48
+ "docs": {
49
+ "tags": [],
50
+ "text": ""
51
+ },
52
+ "attribute": "show-arrow",
53
+ "reflect": false,
54
+ "defaultValue": "true"
55
+ },
34
56
  "arrow": {
35
57
  "type": "string",
36
58
  "mutable": false,
@@ -53,9 +75,9 @@ export class GbTooltip {
53
75
  },
54
76
  "attribute": "arrow",
55
77
  "reflect": false,
56
- "defaultValue": "'left'"
78
+ "defaultValue": "'bottom_center'"
57
79
  },
58
- "supportingText": {
80
+ "showSupportingText": {
59
81
  "type": "boolean",
60
82
  "mutable": false,
61
83
  "complexType": {
@@ -69,8 +91,9 @@ export class GbTooltip {
69
91
  "tags": [],
70
92
  "text": ""
71
93
  },
72
- "attribute": "supporting-text",
73
- "reflect": false
94
+ "attribute": "show-supporting-text",
95
+ "reflect": false,
96
+ "defaultValue": "false"
74
97
  }
75
98
  };
76
99
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gb-tooltip.js","sourceRoot":"","sources":["../../../src/components/gb-tooltip/gb-tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAS5D,MAAM,OAAO,SAAS;;qBACc,MAAM;;;IAItC,gBAAgB;QACd,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAAC;QACjE,MAAM,kBAAkB,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;QAE7E,IAAG,YAAY,EAAE,CAAC;YAChB,YAAY,CAAC,SAAS,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;QAClD,CAAC;QAED,IAAG,kBAAkB,EAAE,CAAC;YACtB,kBAAkB,CAAC,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACtD,CAAC;IACH,CAAC;IAED,MAAM;QACF,OAAO,CACL,4DAAK,KAAK,EAAE,WAAW,IAAI,CAAC,KAAK,EAAE;YACjC,6DAAM,IAAI,EAAC,WAAW,GAAQ;YAC7B,IAAI,CAAC,cAAc,IAAI,6DAAM,IAAI,EAAC,iBAAiB,GAAQ;YAC3D,IAAI,CAAC,KAAK,IAAI,CACb,4DAAK,KAAK,EAAE,eAAe;gBAczB,4DAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,eAAe;oBACnH,6DAAM,CAAC,EAAC,kFAAkF,EAAC,MAAM,EAAC,SAAS,GAAG;oBAC9G,6DACE,CAAC,EAAC,2MAA2M,EAC7M,IAAI,EAAC,SAAS,GACd,CACE,CACF,CACP,CACG,CACP,CAAC;IACN,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Element, h, Prop } from \"@stencil/core\";\r\nimport { ArrowPositions } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-tooltip',\r\n styleUrl: 'gb-tooltip.css',\r\n shadow: true\r\n})\r\n\r\nexport class GbTooltip {\r\n @Prop() arrow: ArrowPositions = 'left';\r\n @Prop() supportingText: boolean;\r\n @Element() el: HTMLElement;\r\n\r\n componentDidLoad() {\r\n const mainTextSlot = this.el.querySelector('[slot=\"main_text\"]');\r\n const supportingTextSlot = this.el.querySelector('[slot=\"supporting_text\"]');\r\n\r\n if(mainTextSlot) {\r\n mainTextSlot.classList.add('text-xs-semi-bold');\r\n }\r\n\r\n if(supportingTextSlot) {\r\n supportingTextSlot.classList.add('text-xs-regular');\r\n }\r\n }\r\n\r\n render() {\r\n return (\r\n <div class={`tooltip ${this.arrow}`}>\r\n <slot name=\"main_text\"></slot>\r\n {this.supportingText && <slot name=\"supporting_text\"></slot>}\r\n {this.arrow && (\r\n <div class={`tooltip_arrow`}>\r\n {/* <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"17\" viewBox=\"0 0 6 17\" fill=\"none\" class={`arrow`}>\r\n <g clip-path=\"url(#clip0_19_31150)\">\r\n <path\r\n d=\"M-2.51471 2.42894C-2.51471 1.53803 -1.43757 1.09187 -0.807603 1.72183L5.26347 7.79289C5.654 8.18342 5.654 8.81658 5.26347 9.20711L-0.807603 15.2782C-1.43757 15.9081 -2.51471 15.462 -2.51471 14.5711L-2.51471 2.42894Z\"\r\n fill=\"#FCFCFC\"\r\n />\r\n </g>\r\n <defs>\r\n <clipPath id=\"clip0_19_31150\">\r\n <rect width=\"16\" height=\"6\" fill=\"white\" transform=\"matrix(0 -1 1 0 0 16.5)\" />\r\n </clipPath>\r\n </defs>\r\n </svg> */}\r\n <svg width=\"10\" height=\"17\" viewBox=\"0 0 10 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class={`tooltip_arrow`}>\r\n <path d=\"M7.5 15L1.73171 9.20549C1.34332 8.81534 1.34332 8.18465 1.73171 7.7945L7.49999 2\" stroke=\"#E3E8EF\" />\r\n <path\r\n d=\"M9.51471 14.5711C9.51471 15.462 8.43757 15.9081 7.8076 15.2782L1.73653 9.2071C1.346 8.81658 1.346 8.18342 1.73653 7.79289L7.8076 1.72183C8.43757 1.09187 9.51471 1.53803 9.51471 2.42894L9.51471 14.5711Z\"\r\n fill=\"#FCFCFC\"\r\n />\r\n </svg>\r\n </div>\r\n )}\r\n </div>\r\n );\r\n }\r\n}"]}
1
+ {"version":3,"file":"gb-tooltip.js","sourceRoot":"","sources":["../../../src/components/gb-tooltip/gb-tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAQ5D,MAAM,OAAO,SAAS;;yBACS,IAAI;qBACD,eAAe;kCACT,KAAK;;IAG3C,gBAAgB;QACd,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;QAC7D,MAAM,kBAAkB,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;QAE7E,IAAI,YAAY,EAAE,CAAC;YACjB,YAAY,CAAC,SAAS,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;QAClD,CAAC;QAED,IAAI,kBAAkB,EAAE,CAAC;YACvB,kBAAkB,CAAC,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACtD,CAAC;IACH,CAAC;IAED,aAAa;QACX,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;IACrD,CAAC;IAED,MAAM;QACJ,OAAO,CACL,4DAAK,KAAK,EAAC,mBAAmB;YAC5B,4DAAK,KAAK,EAAC,SAAS;gBAClB,4DAAK,KAAK,EAAE,IAAI,CAAC,aAAa,EAAE,GAAQ;gBACxC,4DAAK,KAAK,EAAC,iBAAiB;oBAC1B,6DAAM,IAAI,EAAC,OAAO,GAAG;oBACpB,IAAI,CAAC,kBAAkB,IAAI,6DAAM,IAAI,EAAC,iBAAiB,GAAG,CACvD,CACF,CACF,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Element, Prop, h } from \"@stencil/core\";\r\nimport { ArrowPositions } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-tooltip',\r\n styleUrl: 'gb-tooltip.css',\r\n shadow: true,\r\n})\r\nexport class GbTooltip {\r\n @Prop() showArrow: boolean = true;\r\n @Prop() arrow: ArrowPositions = 'bottom_center';\r\n @Prop() showSupportingText: boolean = false;\r\n @Element() el: HTMLElement;\r\n\r\n componentDidLoad() {\r\n const mainTextSlot = this.el.querySelector('[slot=\"label\"]');\r\n const supportingTextSlot = this.el.querySelector('[slot=\"supporting_text\"]');\r\n\r\n if (mainTextSlot) {\r\n mainTextSlot.classList.add('text-xs-semi-bold');\r\n }\r\n\r\n if (supportingTextSlot) {\r\n supportingTextSlot.classList.add('text-xs-regular');\r\n }\r\n }\r\n\r\n getArrowClass() {\r\n return this.showArrow ? `arrow ${this.arrow}` : '';\r\n }\r\n\r\n render() {\r\n return (\r\n <div class=\"tooltip_container\">\r\n <div class=\"tooltip\">\r\n <div class={this.getArrowClass()}></div>\r\n <div class=\"tooltip_content\">\r\n <slot name=\"label\" />\r\n {this.showSupportingText && <slot name=\"supporting_text\" />}\r\n </div>\r\n </div>\r\n </div>\r\n );\r\n }\r\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"reusableModels.js","sourceRoot":"","sources":["../../src/models/reusableModels.ts"],"names":[],"mappings":"AAIA,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,gCAAmB,CAAA;IACnB,kCAAqB,CAAA;AACzB,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAMD,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACtB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;AACzB,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AAED,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,gCAAe,CAAA;AACnB,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB;AAAA,CAAC;AAEF,MAAM,CAAN,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC7B,0CAAiB,CAAA;IACjB,4CAAmB,CAAA;AACvB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,QAGhC","sourcesContent":["export type GeneralSizes = 'xl4' | 'xl3' | 'xl2' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'profile_lg' | 'profile_md' | 'profile_sm';\r\n\r\nexport type GeneralHierarchies = 'primary' | 'secondary_gray' | 'secondary_color' | 'tertiary_gray' | 'tertiary_color' | 'link_gray' | 'link_color';\r\n\r\nexport enum StateEnum {\r\n Default = 'default',\r\n Disabled = 'disabled'\r\n}\r\n\r\nexport type ArrowPositions = 'bottom_center' | 'bottom_left' | 'bottom_right' | 'top_center' | 'left' | 'right' | 'none';\r\n\r\nexport type CheckBoxVariants = 'checkbox' | 'check_circle' | 'radio';\r\n\r\nexport enum CheckBoxStates {\r\n Default = 'default',\r\n Disabled = 'disabled'\r\n}\r\n\r\nexport enum BorderWeights {\r\n Light = 'light',\r\n Regular = 'regular',\r\n Heavy = 'heavy'\r\n};\r\n\r\nexport enum OnlineIndicatorStates {\r\n Online = 'online',\r\n Offline = 'offline'\r\n}\r\n\r\nexport type BreakPoints = 'Desktop' | 'Mobile';\r\n\r\nexport type FileUploadIconType = 'icon' | 'outline';\r\n\r\nexport type FileUploadStates = 'default' | 'in_progress' | 'complete' | 'hover' | 'disabled' | 'error';\r\n\r\nexport type FileType = '';\r\n\r\nexport type GeneralColors = 'gray' | 'primary' | 'error' | 'warning' | 'success' | 'discovery' | 'information' | 'pink' | 'purple';\r\n"]}
1
+ {"version":3,"file":"reusableModels.js","sourceRoot":"","sources":["../../src/models/reusableModels.ts"],"names":[],"mappings":"AAIA,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,gCAAmB,CAAA;IACnB,kCAAqB,CAAA;AACzB,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAMD,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACtB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;AACzB,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AAED,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,gCAAe,CAAA;AACnB,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB;AAAA,CAAC;AAEF,MAAM,CAAN,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC7B,0CAAiB,CAAA;IACjB,4CAAmB,CAAA;AACvB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,QAGhC","sourcesContent":["export type GeneralSizes = 'xl4' | 'xl3' | 'xl2' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'profile_lg' | 'profile_md' | 'profile_sm';\r\n\r\nexport type GeneralHierarchies = 'primary' | 'secondary_gray' | 'secondary_color' | 'tertiary_gray' | 'tertiary_color' | 'link_gray' | 'link_color';\r\n\r\nexport enum StateEnum {\r\n Default = 'default',\r\n Disabled = 'disabled'\r\n}\r\n\r\nexport type ArrowPositions = 'bottom_center' | 'bottom_left' | 'bottom_right' | 'top_center' | 'left' | 'right' | 'none';\r\n\r\nexport type CheckBoxVariants = 'checkbox' | 'check_circle' | 'radio';\r\n\r\nexport enum CheckBoxStates {\r\n Default = 'default',\r\n Disabled = 'disabled'\r\n}\r\n\r\nexport enum BorderWeights {\r\n Light = 'light',\r\n Regular = 'regular',\r\n Heavy = 'heavy'\r\n};\r\n\r\nexport enum OnlineIndicatorStates {\r\n Online = 'online',\r\n Offline = 'offline'\r\n}\r\n\r\nexport type BreakPoints = 'desktop' | 'mobile';\r\n\r\nexport type FileUploadIconType = 'icon' | 'outline';\r\n\r\nexport type FileUploadStates = 'default' | 'in_progress' | 'complete' | 'hover' | 'disabled' | 'error';\r\n\r\nexport type FileType = '';\r\n\r\nexport type GeneralColors = 'gray' | 'primary' | 'error' | 'warning' | 'success' | 'discovery' | 'information' | 'pink' | 'purple';\r\n\r\nexport type PaginationNumberShapes = 'square' | 'circle';\r\n\r\nexport type PaginationTypes =\r\n | 'page_default'\r\n | 'page_minimal_center_aligned'\r\n | 'card_default'\r\n | 'card_minimal_right_aligned'\r\n | 'card_minimal_left_aligned'\r\n | 'card_minimal_center_aligned'\r\n | 'card_button_group_right_aligned'\r\n | 'card_button_group_left_aligned'\r\n | 'card_button_group_center_aligned';\r\n"]}
@@ -1,4 +1,4 @@
1
- import { G as GbAvatarAddButton$1, d as defineCustomElement$1 } from './p-4048bdac.js';
1
+ import { G as GbAvatarAddButton$1, d as defineCustomElement$1 } from './p-5268ab7d.js';
2
2
 
3
3
  const GbAvatarAddButton = GbAvatarAddButton$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { G as GbAvatarContrastInnerBorder$1, d as defineCustomElement$1 } from './p-6ee483dc.js';
1
+ import { G as GbAvatarContrastInnerBorder$1, d as defineCustomElement$1 } from './p-6021c408.js';
2
2
 
3
3
  const GbAvatarContrastInnerBorder = GbAvatarContrastInnerBorder$1;
4
4
  const defineCustomElement = defineCustomElement$1;