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,1570 @@
1
+ :root {
2
+ /* --------------------------------------Primary Colors--------------------------------------------- */
3
+ /* base color palette */
4
+ --base-white: #fff;
5
+ --base-black: #000;
6
+
7
+
8
+ /* gray color palette */
9
+ --gray-25: #fcfcfd;
10
+ --gray-50: #f6f8fa;
11
+ --gray-100: #eef2f6;
12
+ --gray-200: #e3e8ef;
13
+ --gray-300: #cdd5df;
14
+ --gray-400: #9aa4b2;
15
+ --gray-500: #697586;
16
+ --gray-600: #4b5565;
17
+ --gray-700: #364152;
18
+ --gray-800: #202939;
19
+ --gray-900: #121926;
20
+ --gray-950: #0D121C;
21
+
22
+ /* brand dark blue color palette */
23
+ --brandDarkBlue-25: #F9F9FB;
24
+ --brandDarkBlue-50: #edeef3;
25
+ --brandDarkBlue-100: #d3d5e0;
26
+ --brandDarkBlue-200: #b5b9cc;
27
+ --brandDarkBlue-300: #9095b2;
28
+ --brandDarkBlue-400: #464f7f;
29
+ --brandDarkBlue-500: #212c65;
30
+ --brandDarkBlue-600: #1e285c;
31
+ --brandDarkBlue-700: #1c2554;
32
+ --brandDarkBlue-800: #161d43;
33
+ --brandDarkBlue-900: #0b0f22;
34
+ --brandDarkBlue-950: #070914;
35
+
36
+ /* brand red color palette */
37
+ --brandRed-25: #fffbfa;
38
+ --brandRed-50: #fef1f2;
39
+ --brandRed-100: #fde3e5;
40
+ --brandRed-200: #f9b4ba;
41
+ --brandRed-300: #f68e98;
42
+ --brandRed-400: #f36976;
43
+ --brandRed-500: #e21b2e;
44
+ --brandRed-600: #cc1a2a;
45
+ --brandRed-700: #b51726;
46
+ --brandRed-800: #8c121d;
47
+ --brandRed-900: #680d16;
48
+ --brandRed-950: #3f080d;
49
+
50
+ /* warning color palette */
51
+ --warning-25: #fffcf5;
52
+ --warning-50: #fffaeb;
53
+ --warning-100: #fef0c7;
54
+ --warning-200: #fedf89;
55
+ --warning-300: #fec84b;
56
+ --warning-400: #fdb022;
57
+ --warning-500: #f79009;
58
+ --warning-600: #dc6803;
59
+ --warning-700: #b54708;
60
+ --warning-800: #93370d;
61
+ --warning-900: #7A2e0e;
62
+ --warning-950: #4e1d09;
63
+
64
+ /* success color palette */
65
+ --success-25: #f6fef9;
66
+ --success-50: #ecfdf3;
67
+ --success-100: #dcfaeb;
68
+ --success-200: #a9efc5;
69
+ --success-300: #75e0a7;
70
+ --success-400: #47cd89;
71
+ --success-500: #17b26a;
72
+ --success-600: #079455;
73
+ --success-700: #067647;
74
+ --success-800: #085d3a;
75
+ --success-900: #074d31;
76
+ --success-950: #053321;
77
+
78
+ /* opacity color palette */
79
+ --darkBlue200-opacity20: rgba(181, 185, 204, 0.2);
80
+ --darkBlue500-opacity20: rgba(33, 44, 101, 0.2);
81
+
82
+
83
+ /* ------------------------------------------Secondary Color------------------------------------------- */
84
+ /* blueLight color palete */
85
+ --lightBlue-25: #F5FBFF;
86
+ --lightBlue-50: #F0F9FF;
87
+ --lightBlue-100: #E0F2FE;
88
+ --lightBlue-200: #B9E6FE;
89
+ --lightBlue-300: #7CD4FD;
90
+ --lightBlue-400: #7CD4FD;
91
+ --lightBlue-500: #0BA5EC;
92
+ --lightBlue-600: #0086C9;
93
+ --lightBlue-700: #026AA2;
94
+ --lightBlue-800: #065986;
95
+ --lightBlue-900: #0B4A6F;
96
+ --lightBlue-950: #062C41;
97
+
98
+
99
+ /* blue color palette */
100
+ --blue-25: #ECF5FE;
101
+ --blue-50: #E4F0FC;
102
+ --blue-100: #C8E0F9;
103
+ --blue-200: #9AC7F4;
104
+ --blue-300: #6AA9E7;
105
+ --blue-400: #378FE6;
106
+ --blue-500: #075DB2;
107
+ --blue-600: #064E94;
108
+ --blue-700: #053E77;
109
+ --blue-800: #042F59;
110
+ --blue-900: #022445;
111
+ --blue-950: #021D37;
112
+
113
+ /* Purple color palete */
114
+ --purple-25: #FAFAFF;
115
+ --purple-50: #F4F3FF;
116
+ --purple-100: #EBE9FE;
117
+ --purple-200: #D9D6FE;
118
+ --purple-300: #BDB4FE;
119
+ --purple-400: #9B8AFB;
120
+ --purple-500: #7A5AF8;
121
+ --purple-600: #6938EF;
122
+ --purple-700: #5925DC;
123
+ --purple-800: #4A1FB8;
124
+ --purple-900: #3E1C96;
125
+ --purple-950: #27115F;
126
+
127
+
128
+ /* pink color palette */
129
+ --pink-25: #FEF6FB;
130
+ --pink-50: #FDF2FA;
131
+ --pink-100: #FCE7F6;
132
+ --pink-200: #FCCEEE;
133
+ --pink-300: #FAA7E0;
134
+ --pink-400: #F670C7;
135
+ --pink-500: #EE46BC;
136
+ --pink-600: #DD2590;
137
+ --pink-700: #C11574;
138
+ --pink-800: #9E165F;
139
+ --pink-900: #851651;
140
+ --pink-950: #4E0D30;
141
+
142
+
143
+
144
+ /* -------------------------------------------------Token---------------------------------------------- */
145
+
146
+ /* -----------Text Color----------- */
147
+
148
+ [data-theme="light"] {
149
+ --color-text-bold: var(--gray-800);
150
+ }
151
+
152
+ [data-theme="dark"] {
153
+ --color-text-bold: var(--gray-100);
154
+ }
155
+
156
+ [data-theme="light"] {
157
+ --color-text: var(--gray-600);
158
+ }
159
+
160
+ [data-theme="dark"] {
161
+ --color-text: var(--gray-400);
162
+ }
163
+
164
+ [data-theme="light"] {
165
+ --color-text-subtle: var(--gray-500);
166
+ }
167
+
168
+ [data-theme="light"] {
169
+ --color-text-subtle: var(--gray-500);
170
+ }
171
+
172
+ [data-theme="dark"] {
173
+ --color-text-disabled: var(--gray-300);
174
+ }
175
+
176
+ [data-theme="dark"] {
177
+ --color-text-disabled: var(--gray-700);
178
+ }
179
+
180
+ [data-theme="light"] {
181
+ --color-text-inverse: var(--base-white);
182
+ }
183
+
184
+ [data-theme="dark"] {
185
+ --color-text-inverse: var(--base-black);
186
+ }
187
+
188
+ [data-theme="light"] {
189
+ --color-text-brandDarkBlue: var(--brandDarkBlue-500);
190
+ }
191
+
192
+ [data-theme="dark"] {
193
+ --color-text-brandDarkBlue: var(--brandDarkBlue-200);
194
+ }
195
+
196
+ [data-theme="light"] {
197
+ --color-text-brandRed: var(--brandRed-500);
198
+ }
199
+
200
+ [data-theme="dark"] {
201
+ --color-text-brandRed: var(--brandRed-300);
202
+ }
203
+
204
+ [data-theme="light"] {
205
+ --color-text-selected: var(--blue-500);
206
+ }
207
+
208
+ [data-theme="dark"] {
209
+ --color-text-selected: var(--blue-300);
210
+ }
211
+
212
+ [data-theme="light"] {
213
+ --color-text-danger: var(--brandRed-700);
214
+ }
215
+
216
+ [data-theme="dark"] {
217
+ --color-text-danger: var(--brandRed-700);
218
+ }
219
+
220
+ [data-theme="light"] {
221
+ --color-text-danger-inverse: var(--base-white);
222
+ }
223
+
224
+ [data-theme="dark"] {
225
+ --color-text-danger-inverse: var(--brandRed-950);
226
+ }
227
+
228
+ [data-theme="light"] {
229
+ --color-text-danger-bold: var(--brandRed-800);
230
+ }
231
+
232
+ [data-theme="dark"] {
233
+ --color-text-danger-bold: var(--brandRed-100);
234
+ }
235
+
236
+ [data-theme="light"] {
237
+ --color-text-warning: var(--warning-600);
238
+ }
239
+
240
+
241
+ [data-theme="dark"] {
242
+ --color-text-warning: var(--warning-300);
243
+ }
244
+
245
+ [data-theme="light"] {
246
+ --color-text-warning-bold: var(--warning-800);
247
+ }
248
+
249
+ [data-theme="dark"] {
250
+ --color-text-warning-bold: var(--warning-100);
251
+ }
252
+
253
+ [data-theme="light"] {
254
+ --color-text-sucess: var(--success-600);
255
+ }
256
+
257
+ [data-theme="dark"] {
258
+ --color-text-sucess: var(--success-300);
259
+ }
260
+
261
+ [data-theme="light"] {
262
+ --color-text-sucess-bold: var(--success-800);
263
+ }
264
+
265
+ [data-theme="dark"] {
266
+ --color-text-sucess-bold: var(--success-100);
267
+ }
268
+
269
+ [data-theme="light"] {
270
+ --color-text-discovery: var(--blueLight-800);
271
+ }
272
+
273
+ [data-theme="dark"] {
274
+ --color-text-discovery: var(--blueLight-100);
275
+ }
276
+
277
+ [data-theme="light"] {
278
+ --color-text-discovery-bold: var(--blueLight-800);
279
+ }
280
+
281
+ [data-theme="dark"] {
282
+ --color-text-discovery-bold: var(--blueLight-100);
283
+ }
284
+
285
+ [data-theme="light"] {
286
+ --color-text-information: var(--blue-600);
287
+ }
288
+
289
+ [data-theme="dark"] {
290
+ --color-text-information: var(--blue-300);
291
+ }
292
+
293
+ [data-theme="light"] {
294
+ --color-text-information-bold: var(--blue-800);
295
+ }
296
+
297
+ [data-theme="dark"] {
298
+ --color-text-information-bold: var(--blue-100);
299
+ }
300
+
301
+ [data-theme="light"] {
302
+ --color-text-purple: var(--purple-600);
303
+ }
304
+
305
+ [data-theme="dark"] {
306
+ --color-text-purple: var(--purple-300);
307
+ }
308
+
309
+ [data-theme="light"] {
310
+ --color-text-purple-bold: var(--purple-800);
311
+ }
312
+
313
+ [data-theme="dark"] {
314
+ --color-text-purple-bold: var(--purple-100);
315
+ }
316
+
317
+
318
+ /* --------------Link color--------------- */
319
+
320
+
321
+ [data-theme="light"] {
322
+ --color-link: var(--blue-500);
323
+ }
324
+
325
+ [data-theme="dark"] {
326
+ --color-link: var(--blue-300);
327
+ }
328
+
329
+ [data-theme="light"] {
330
+ --color-link-pressed: var(--blue-600);
331
+ }
332
+
333
+ [data-theme="dark"] {
334
+ --color-link-pressed: var(--blue-600);
335
+ }
336
+
337
+ [data-theme="light"] {
338
+ --color-link-visited: var(--blueLight-600);
339
+ }
340
+
341
+ [data-theme="dark"] {
342
+ --color-link-visited: var(--blueLight-300);
343
+ }
344
+
345
+
346
+ /* --------------Icon color--------------- */
347
+
348
+ [data-theme="light"] {
349
+ --color-icon-bold: var(--gray-800);
350
+ }
351
+
352
+ [data-theme="dark"] {
353
+ --color-icon-bold: var(--gray-100);
354
+ }
355
+
356
+ [data-theme="light"] {
357
+ --color-icon: var(--gray-600);
358
+ }
359
+
360
+ [data-theme="dark"] {
361
+ --color-icon: var(--gray-400);
362
+ }
363
+
364
+ [data-theme="light"] {
365
+ --color-icon-subtle: var(--gray-500);
366
+ }
367
+
368
+ [data-theme="dark"] {
369
+ --color-icon-subtle: var(--gray-500);
370
+ }
371
+
372
+ [data-theme="light"] {
373
+ --color-icon-disabled: var(--gray-300);
374
+ }
375
+
376
+ [data-theme="dark"] {
377
+ --color-icon-disabled: var(--gray-700);
378
+ }
379
+
380
+ [data-theme="light"] {
381
+ --color-icon-inverse: var(--base-white);
382
+ }
383
+
384
+ [data-theme="dark"] {
385
+ --color-icon-inverse: var(--gray-800);
386
+ }
387
+
388
+ [data-theme="light"] {
389
+ --color-icon-darkBlue: var(--brandDarkBlue-500);
390
+ }
391
+
392
+ [data-theme="dark"] {
393
+ --color-icon-darkBlue: var(--brandDarkBlue-200);
394
+ }
395
+
396
+ [data-theme="light"] {
397
+ --color-icon-brandRed: var(--brandRed-500);
398
+ }
399
+
400
+ [data-theme="dark"] {
401
+ --color-icon-brandRed: var(--brandRed-300);
402
+ }
403
+
404
+ [data-theme="light"] {
405
+ --color-icon-danger: var(--brandRed-700);
406
+ }
407
+
408
+ [data-theme="dark"] {
409
+ --color-icon-danger: var(--brandRed-200);
410
+ }
411
+
412
+ [data-theme="light"] {
413
+ --color-icon-danger-inverse: var(--base-white);
414
+ }
415
+
416
+ [data-theme="dark"] {
417
+ --color-icon-danger-inverse: var(--brandRed-950);
418
+ }
419
+
420
+ [data-theme="light"] {
421
+ --color-icon-danger-bold: var(--brandRed-800);
422
+ }
423
+
424
+ [data-theme="dark"] {
425
+ --color-icon-danger-bold: var(--brandRed-100);
426
+ }
427
+
428
+ [data-theme="light"] {
429
+ --color-icon-warning: var(--warning-600);
430
+ }
431
+
432
+ [data-theme="dark"] {
433
+ --color-icon-warning: var(--warning-300);
434
+ }
435
+
436
+ [data-theme="light"] {
437
+ --color-icon-warning-bold: var(--warning-800);
438
+ }
439
+
440
+ [data-theme="dark"] {
441
+ --color-icon-warning-bold: var(--warning-100);
442
+ }
443
+
444
+ [data-theme="light"] {
445
+ --color-icon-sucess: var(--success-600);
446
+ }
447
+
448
+ [data-theme="dark"] {
449
+ --color-icon-sucess: var(--success-300);
450
+ }
451
+
452
+ [data-theme="light"] {
453
+ --color-icon-sucess-bold: var(--success-800);
454
+ }
455
+
456
+ [data-theme="dark"] {
457
+ --color-icon-sucess-bold: var(--success-100);
458
+ }
459
+
460
+ [data-theme="light"] {
461
+ --color-icon-discovery: var(--blueLight-600);
462
+ }
463
+
464
+ [data-theme="dark"] {
465
+ --color-icon-discovery: var(--blueLight-300);
466
+ }
467
+
468
+ [data-theme="light"] {
469
+ --color-icon-discovery-bold: var(--blueLight-800);
470
+ }
471
+
472
+ [data-theme="dark"] {
473
+ --color-icon-discovery-bold: var(--blueLight-100);
474
+ }
475
+
476
+ [data-theme="light"] {
477
+ --color-icon-information: var(--blue-600);
478
+ }
479
+
480
+ [data-theme="dark"] {
481
+ --color-icon-information: var(--blue-300);
482
+ }
483
+
484
+ [data-theme="light"] {
485
+ --color-icon-information-bold: var(--blue-800);
486
+ }
487
+
488
+ [data-theme="dark"] {
489
+ --color-icon-information-bold: var(--blue-100);
490
+ }
491
+
492
+ [data-theme="light"] {
493
+ --color-icon-purple: var(--purple-600);
494
+ }
495
+
496
+ [data-theme="dark"] {
497
+ --color-icon-purple: var(--purple-300);
498
+ }
499
+
500
+ [data-theme="light"] {
501
+ --color-icon-purple-bold: var(--purple-800);
502
+ }
503
+
504
+ [data-theme="dark"] {
505
+ --color-icon-purple-bold: var(--purple-100);
506
+ }
507
+
508
+ [data-theme="light"] {
509
+ --color-icon-pink: var(--pink-600);
510
+ }
511
+
512
+ [data-theme="dark"] {
513
+ --color-icon-pink: var(--pink-300);
514
+ }
515
+
516
+ [data-theme="light"] {
517
+ --color-icon-pink-bold: var(--pink-800);
518
+ }
519
+
520
+ [data-theme="dark"] {
521
+ --color-icon-pink: var(--pink-100);
522
+ }
523
+
524
+ /* ----------------Border Color --------------- */
525
+
526
+ [data-theme="light"] {
527
+ --color-border-bold: var(--gray-500);
528
+ }
529
+
530
+ [data-theme="dark"] {
531
+ --color-border-bold: var(--gray-400);
532
+ }
533
+
534
+ [data-theme="light"] {
535
+ --color-border: var(--gray-400);
536
+ }
537
+
538
+ [data-theme="dark"] {
539
+ --color-border: var(--gray-500);
540
+ }
541
+
542
+ [data-theme="light"] {
543
+ --color-border-subtle: var(--gray-300);
544
+ }
545
+
546
+ [data-theme="dark"] {
547
+ --color-border-subtle: var(--gray-700);
548
+ }
549
+
550
+ [data-theme="light"] {
551
+ --color-border-subtler: var(--gray-200);
552
+ }
553
+
554
+ [data-theme="dark"] {
555
+ --color-border-subtler: var(--gray-800);
556
+ }
557
+
558
+ [data-theme="light"] {
559
+ --color-border-disabled: var(--gray-200);
560
+ }
561
+
562
+ [data-theme="dark"] {
563
+ --color-border-disabled: var(--gray-700);
564
+ }
565
+
566
+ [data-theme="light"] {
567
+ --color-border-inverse: var(--base-white);
568
+ }
569
+
570
+ [data-theme="dark"] {
571
+ --color-border-inverse: var(--gray-800);
572
+ }
573
+
574
+ [data-theme="light"] {
575
+ --color-border-input: var(--gray-300);
576
+ }
577
+
578
+ [data-theme="dark"] {
579
+ --color-border-input: var(--gray-600);
580
+ }
581
+
582
+ [data-theme="light"] {
583
+ --color-border-focus: var(--gray-400);
584
+ }
585
+
586
+ [data-theme="dark"] {
587
+ --color-border-focus: var(--blue-200);
588
+ }
589
+
590
+ [data-theme="light"] {
591
+ --color-border-selected: var(--blue-500);
592
+ }
593
+
594
+ [data-theme="dark"] {
595
+ --color-border-selected: var(--blue-300);
596
+ }
597
+
598
+ [data-theme="light"] {
599
+ --color-border-darkBlue: var(--brandDarkBlue-500);
600
+ }
601
+
602
+ [data-theme="dark"] {
603
+ --color-border-darkBlue: var(--brandDarkBlue-200);
604
+ }
605
+
606
+ [data-theme="light"] {
607
+ --color-border-brandRed: var(--brandRed-500);
608
+ }
609
+
610
+ [data-theme="dark"] {
611
+ --color-border-brandRed: var(--brandRed-300);
612
+ }
613
+
614
+ [data-theme="light"] {
615
+ --color-border-danger-bold: var(--brandRed-800);
616
+ }
617
+
618
+ [data-theme="dark"] {
619
+ --color-border-danger-bold: var(--brandRed-100);
620
+ }
621
+
622
+ [data-theme="light"] {
623
+ --color-border-danger: var(--brandRed-700);
624
+ }
625
+
626
+ [data-theme="dark"] {
627
+ --color-border-danger: var(--brandRed-200);
628
+ }
629
+
630
+ [data-theme="light"] {
631
+ --color-border-danger-subtle: var(--brandRed-200);
632
+ }
633
+
634
+ [data-theme="dark"] {
635
+ --color-border-danger-subtle: var(--brandRed-800);
636
+ }
637
+
638
+ [data-theme="light"] {
639
+ --color-border-danger-subtler: var(--brandRed-100);
640
+ }
641
+
642
+ [data-theme="dark"] {
643
+ --color-border-danger-subtler: var(--brandRed-900);
644
+ }
645
+
646
+ [data-theme="light"] {
647
+ --color-border-warning-bold: var(--warning-800);
648
+ }
649
+
650
+ [data-theme="dark"] {
651
+ --color-border-warning-bold: var(--warning-100);
652
+ }
653
+
654
+ [data-theme="light"] {
655
+ --color-border-warning: var(--warning-600);
656
+ }
657
+
658
+ [data-theme="dark"] {
659
+ --color-border-warning: var(--warning-300);
660
+ }
661
+
662
+ [data-theme="light"] {
663
+ --color-border-warning-subtle: var(--warning-200);
664
+ }
665
+
666
+ [data-theme="dark"] {
667
+ --color-border-warning-subtle: var(--warning-800);
668
+ }
669
+
670
+ [data-theme="light"] {
671
+ --color-border-warning-subtler: var(--warning-100);
672
+ }
673
+
674
+ [data-theme="dark"] {
675
+ --color-border-warning-subtler: var(--warning-900);
676
+ }
677
+
678
+ [data-theme="light"] {
679
+ --color-border-sucess-bold: var(--success-800);
680
+ }
681
+
682
+ [data-theme="dark"] {
683
+ --color-border-sucess-bold: var(--success-100);
684
+ }
685
+
686
+ [data-theme="light"] {
687
+ --color-border-sucess: var(--success-600);
688
+ }
689
+
690
+ [data-theme="dark"] {
691
+ --color-border-sucess: var(--success-300);
692
+ }
693
+
694
+ [data-theme="light"] {
695
+ --color-border-sucess-subtle: var(--success-200);
696
+ }
697
+
698
+ [data-theme="dark"] {
699
+ --color-border-sucess-subtle: var(--success-800);
700
+ }
701
+
702
+ [data-theme="light"] {
703
+ --color-border-sucess-subtler: var(--success-100);
704
+ }
705
+
706
+ [data-theme="dark"] {
707
+ --color-border-sucess-subtler: var(--success-900);
708
+ }
709
+
710
+ [data-theme="light"] {
711
+ --color-border-discovery-bold: var(--blueLight-800);
712
+ }
713
+
714
+ [data-theme="dark"] {
715
+ --color-border-discovery-bold: var(--blueLight-100);
716
+ }
717
+
718
+ [data-theme="light"] {
719
+ --color-border-discovery: var(--blueLight-600);
720
+ }
721
+
722
+ [data-theme="dark"] {
723
+ --color-border-discovery: var(--blueLight-300);
724
+ }
725
+
726
+ [data-theme="light"] {
727
+ --color-border-discovery-subtle: var(--blueLight-200);
728
+ }
729
+
730
+ [data-theme="dark"] {
731
+ --color-border-discovery-subtle: var(--blueLight-800);
732
+ }
733
+
734
+ [data-theme="light"] {
735
+ --color-border-discovery-subtler: var(--blueLight-100);
736
+ }
737
+
738
+ [data-theme="dark"] {
739
+ --color-border-discovery-subtler: var(--blueLight-900);
740
+ }
741
+
742
+ [data-theme="light"] {
743
+ --color-border-information-bold: var(--blue-800);
744
+ }
745
+
746
+ [data-theme="dark"] {
747
+ --color-border-information-bold: var(--blue-100);
748
+ }
749
+
750
+ [data-theme="light"] {
751
+ --color-border-information: var(--blue-600);
752
+ }
753
+
754
+ [data-theme="dark"] {
755
+ --color-border-information: var(--blue-300);
756
+ }
757
+
758
+ [data-theme="light"] {
759
+ --color-border-information-subtle: var(--blue-200);
760
+ }
761
+
762
+ [data-theme="dark"] {
763
+ --color-border-information-subtle: var(--blue-800);
764
+ }
765
+
766
+ [data-theme="light"] {
767
+ --color-border-information-subtler: var(--blue-100);
768
+ }
769
+
770
+ [data-theme="dark"] {
771
+ --color-border-information-subtler: var(--blue-900);
772
+ }
773
+
774
+ [data-theme="light"] {
775
+ --color-border-purple-bold: var(--purple-800);
776
+ }
777
+
778
+ [data-theme="dark"] {
779
+ --color-border-purple-bold: var(--purple-100);
780
+ }
781
+
782
+ [data-theme="light"] {
783
+ --color-border-purple: var(--purple-600);
784
+ }
785
+
786
+ [data-theme="dark"] {
787
+ --color-border-purple: var(--purple-300);
788
+ }
789
+
790
+ [data-theme="light"] {
791
+ --color-border-purple-subtle: var(--purple-200);
792
+ }
793
+
794
+ [data-theme="dark"] {
795
+ --color-border-purple-subtle: var(--purple-800);
796
+ }
797
+
798
+ [data-theme="light"] {
799
+ --color-border-purple-subtler: var(--purple-100);
800
+ }
801
+
802
+ [data-theme="dark"] {
803
+ --color-border-purple-subtler: var(--purple-900);
804
+ }
805
+
806
+ [data-theme="light"] {
807
+ --color-border-pink-bold: var(--pink-800);
808
+ }
809
+
810
+ [data-theme="dark"] {
811
+ --color-border-pink-bold: var(--pink-100);
812
+ }
813
+
814
+ [data-theme="light"] {
815
+ --color-border-pink: var(--pink-600);
816
+ }
817
+
818
+ [data-theme="dark"] {
819
+ --color-border-pink: var(--pink-300);
820
+ }
821
+
822
+ [data-theme="light"] {
823
+ --color-border-pink-subtle: var(--pink-200);
824
+ }
825
+
826
+ [data-theme="dark"] {
827
+ --color-border-pink-subtle: var(--pink-800);
828
+ }
829
+
830
+ [data-theme="light"] {
831
+ --color-border-pink-subtler: var(--pink-100);
832
+ }
833
+
834
+ [data-theme="dark"] {
835
+ --color-border-pink-subtler: var(--pink-900);
836
+ }
837
+
838
+
839
+
840
+ /* Emmanuel Kadiri starts from background color */
841
+
842
+ /* ----------------Background Color --------------- */
843
+
844
+ [data-theme="light"] {
845
+ --color-background-card-bold: var(--gray-100);
846
+ }
847
+
848
+ [data-theme="dark"] {
849
+ --color-background-card-bold: var(--gray-800);
850
+ }
851
+
852
+ [data-theme="light"] {
853
+ --color-background-card: var(--base-white);
854
+ }
855
+
856
+ [data-theme="dark"] {
857
+ --color-background-card: var(--gray-900);
858
+ }
859
+
860
+ [data-theme="light"] {
861
+ --color-background-input: var(--gray-400);
862
+ }
863
+
864
+ [data-theme="dark"] {
865
+ --color-background-input: var(--gray-950);
866
+ }
867
+
868
+ [data-theme="light"] {
869
+ --color-background-disabled: var(--gray-50);
870
+ }
871
+
872
+ [data-theme="dark"] {
873
+ --color-background-disabled: var(--gray-800);
874
+ }
875
+
876
+ [data-theme="light"] {
877
+ --color-background-selected: var(--blue-500);
878
+ }
879
+
880
+ [data-theme="dark"] {
881
+ --color-background-selected: var(--blue-300);
882
+ }
883
+
884
+ [data-theme="light"] {
885
+ --color-background-darkblue: var(--brandDarkBlue-500);
886
+ }
887
+
888
+ [data-theme="dark"] {
889
+ --color-background-darkblue: var(--brandDarkBlue-200);
890
+ }
891
+
892
+ [data-theme="light"] {
893
+ --color-background-brandRed: var(--brandRed-500);
894
+ }
895
+
896
+ [data-theme="dark"] {
897
+ --color-background-brandRed: var(--brandRed-300);
898
+ }
899
+
900
+ [data-theme="light"] {
901
+ --color-background-brandRed-hover: var(--brandRed-600);
902
+ }
903
+
904
+ [data-theme="dark"] {
905
+ --color-background-brandRed-hover: var(--brandRed-200);
906
+ }
907
+
908
+ [data-theme="light"] {
909
+ --color-background-brandRed-pressed: var(--brandRed-700);
910
+ }
911
+
912
+ [data-theme="dark"] {
913
+ --color-background-brandRed-pressed: var(--brandRed-100);
914
+ }
915
+
916
+ [data-theme="light"] {
917
+ --color-background-gray-bold: var(--gray-400);
918
+ }
919
+
920
+ [data-theme="dark"] {
921
+ --color-background-gray-bold: var(--gray-500);
922
+ }
923
+
924
+ [data-theme="light"] {
925
+ --color-background-gray: var(--gray-300);
926
+ }
927
+
928
+ [data-theme="dark"] {
929
+ --color-background-gray: var(--gray-600);
930
+ }
931
+
932
+ [data-theme="light"] {
933
+ --color-background-gray-subtle: var(--gray-200);
934
+ }
935
+
936
+ [data-theme="dark"] {
937
+ --color-background-gray-subtle: var(--gray-700);
938
+ }
939
+
940
+ [data-theme="light"] {
941
+ --color-background-gray-subtler: var(--gray-100);
942
+ }
943
+
944
+ [data-theme="dark"] {
945
+ --color-background-gray-subtler: var(--gray-800);
946
+ }
947
+
948
+ [data-theme="light"] {
949
+ --color-background-gray-subtlest: var(--gray-50);
950
+ }
951
+
952
+ [data-theme="dark"] {
953
+ --color-background-gray-subtlest: var(--gray-900);
954
+ }
955
+
956
+ [data-theme="light"] {
957
+ --color-background-danger-bold: var(--brandRed-800);
958
+ }
959
+
960
+ [data-theme="dark"] {
961
+ --color-background-danger-bold: var(--brandRed-100);
962
+ }
963
+
964
+ [data-theme="light"] {
965
+ --color-background-danger: var(--brandRed-700);
966
+ }
967
+
968
+ [data-theme="dark"] {
969
+ --color-background-danger: var(--brandRed-200);
970
+ }
971
+
972
+ [data-theme="light"] {
973
+ --color-background-danger-subtle: var(--brandRed-200);
974
+ }
975
+
976
+ [data-theme="dark"] {
977
+ --color-background-danger-subtle: var(--brandRed-800);
978
+ }
979
+
980
+ [data-theme="light"] {
981
+ --color-background-danger-subtler: var(--brandRed-100);
982
+ }
983
+
984
+ [data-theme="dark"] {
985
+ --color-background-danger-subtler: var(--brandRed-900);
986
+ }
987
+
988
+ [data-theme="light"] {
989
+ --color-background-danger-subtlest: var(--brandRed-50);
990
+ }
991
+
992
+ [data-theme="dark"] {
993
+ --color-background-danger-subtlest: var(--brandRed-950);
994
+ }
995
+
996
+ [data-theme="light"] {
997
+ --color-background-warning-bold: var(--warning-800);
998
+ }
999
+
1000
+ [data-theme="dark"] {
1001
+ --color-background-warning-bold: var(--warning-100);
1002
+ }
1003
+
1004
+ [data-theme="light"] {
1005
+ --color-background-warning: var(--warning-600);
1006
+ }
1007
+
1008
+ [data-theme="dark"] {
1009
+ --color-background-warning: var(--warning-200);
1010
+ }
1011
+
1012
+ [data-theme="light"] {
1013
+ --color-background-warning-subtle: var(--warning-200);
1014
+ }
1015
+
1016
+ [data-theme="dark"] {
1017
+ --color-background-warning-subtle: var(--warning-800);
1018
+ }
1019
+
1020
+ [data-theme="light"] {
1021
+ --color-background-warning-subtler: var(--warning-100);
1022
+ }
1023
+
1024
+ [data-theme="dark"] {
1025
+ --color-background-warning-subtler: var(--warning-900);
1026
+ }
1027
+
1028
+ [data-theme="light"] {
1029
+ --color-background-warning-subtlest: var(--warning-50);
1030
+ }
1031
+
1032
+ [data-theme="dark"] {
1033
+ --color-background-warning-subtlest: var(--warning-950);
1034
+ }
1035
+
1036
+ [data-theme="light"] {
1037
+ --color-background-success-bold: var(--success-800);
1038
+ }
1039
+
1040
+ [data-theme="dark"] {
1041
+ --color-background-success-bold: var(--success-100);
1042
+ }
1043
+
1044
+ [data-theme="light"] {
1045
+ --color-background-success: var(--success-600);
1046
+ }
1047
+
1048
+ [data-theme="dark"] {
1049
+ --color-background-success: var(--success-200);
1050
+ }
1051
+
1052
+ [data-theme="light"] {
1053
+ --color-background-success-subtle: var(--success-200);
1054
+ }
1055
+
1056
+ [data-theme="dark"] {
1057
+ --color-background-success-subtle: var(--success-800);
1058
+ }
1059
+
1060
+ [data-theme="light"] {
1061
+ --color-background-success-subtler: var(--success-100);
1062
+ }
1063
+
1064
+ [data-theme="dark"] {
1065
+ --color-background-success-subtler: var(--success-900);
1066
+ }
1067
+
1068
+ [data-theme="light"] {
1069
+ --color-background-success-subtlest: var(--success-50);
1070
+ }
1071
+
1072
+ [data-theme="dark"] {
1073
+ --color-background-success-subtlest: var(--success-950);
1074
+ }
1075
+
1076
+ [data-theme="light"] {
1077
+ --color-background-discovery-bold: var(--blueLight-800)
1078
+ }
1079
+
1080
+ [data-theme="dark"] {
1081
+ --color-background-discovery-bold: var(--blueLight-100);
1082
+ }
1083
+
1084
+ [data-theme="light"] {
1085
+ --color-background-discovery: var(--blueLight-600);
1086
+ }
1087
+
1088
+ [data-theme="dark"] {
1089
+ --color-background-discovery: var(--blueLight-200);
1090
+ }
1091
+
1092
+ [data-theme="light"]{
1093
+ --color-background-discovery-subtle: var(--blueLight-200);
1094
+ }
1095
+
1096
+ [data-theme="dark"] {
1097
+ --color-background-discovery-subtle: var(--blueLight-800);
1098
+ }
1099
+
1100
+ [data-theme="light"] {
1101
+ --color-background-discovery-subtler: var(--blueLight-100);
1102
+ }
1103
+
1104
+ [data-theme="dark"] {
1105
+ --color-background-discovery-subtler: var(--blueLight-900);
1106
+ }
1107
+
1108
+ [data-theme="light"] {
1109
+ --color-background-discovery-subtlest: var(--blueLight-50);
1110
+ }
1111
+
1112
+ [data-theme="dark"] {
1113
+ --color-background-discovery-subtlest: var(--blueLight-950);
1114
+ }
1115
+
1116
+ [data-theme="light"] {
1117
+ --color-background-information-bold: var(--blue-800);
1118
+ }
1119
+
1120
+ [data-theme="dark"] {
1121
+ --color-background-information-bold: var(--blue-100)
1122
+ }
1123
+
1124
+ [data-theme="light"] {
1125
+ --color-background-information: var(--blue-600);
1126
+ }
1127
+
1128
+ [data-theme="dark"] {
1129
+ --color-background-information: var(--blue-200);
1130
+ }
1131
+
1132
+ [data-theme="light"] {
1133
+ --color-background-information-subtle: var(--blue-200);
1134
+ }
1135
+
1136
+ [data-theme="dark"] {
1137
+ --color-background-information-subtle: var(--blue-800);
1138
+ }
1139
+
1140
+ [data-them="light"] {
1141
+ --color-background-information-subtler: var(--blue-100);
1142
+ }
1143
+
1144
+ [data-theme="dark"] {
1145
+ --color-background-information-subtler: var(--blue-900);
1146
+ }
1147
+
1148
+ [data-theme="light"] {
1149
+ --color-background-information-subtlest: var(--blue-50);
1150
+ }
1151
+
1152
+ [data-theme="dark"] {
1153
+ --color-background-information-subtlest: var(--blue-950);
1154
+ }
1155
+
1156
+ [data-theme="light"] {
1157
+ --color-background-purple-bold: var(--purple-800);
1158
+ }
1159
+
1160
+ [data-theme="dark"] {
1161
+ --color-background-purple-bold: var(--blue-100);
1162
+ }
1163
+
1164
+ [data-theme="light"] {
1165
+ --color-background-purple: var(--purple-600);
1166
+ }
1167
+
1168
+ [data-theme="dark"] {
1169
+ --color-background-purple: var(--blue-200);
1170
+ }
1171
+
1172
+ [data-theme="light"] {
1173
+ --color-background-purple-subtle: var(--purple-200);
1174
+ }
1175
+
1176
+ [data-theme="dark"] {
1177
+ --color-background-purple-subtle: var(--purple-800);
1178
+ }
1179
+
1180
+ [data-theme="light"] {
1181
+ --color-background-purple-subtler: var(--purple-100);
1182
+ }
1183
+
1184
+ [data-theme="dark"] {
1185
+ --color-background-purple-subtler: var(--purple-900);
1186
+ }
1187
+
1188
+ [data-theme="light"] {
1189
+ --color-background-purple-subtlest: var(--purple-50);
1190
+ }
1191
+
1192
+ [data-theme="dark"] {
1193
+ --color-background-purple-subtlest: var(--purple-950);
1194
+ }
1195
+
1196
+ [data-theme="light"] {
1197
+ --color-background-pink-bold: var(--pink-800);
1198
+ }
1199
+
1200
+ [data-theme="dark"] {
1201
+ --color-background-pink-bold: var(--pink-100);
1202
+ }
1203
+
1204
+ [data-theme="light"] {
1205
+ --color-background-pink: var(--pink-600);
1206
+ }
1207
+
1208
+ [data-theme="dark"] {
1209
+ --color-background-pink: var(--pink-200);
1210
+ }
1211
+
1212
+ [data-theme="light"] {
1213
+ --color-background-pink-subtle: var(--pink-200);
1214
+ }
1215
+
1216
+ [data-theme="dark"] {
1217
+ --color-background-pink-subtle: var(--pink-800);
1218
+ }
1219
+
1220
+ [data-theme="light"] {
1221
+ --color-background-pink-subtler: var(--pink-100);
1222
+ }
1223
+
1224
+ [data-theme="dark"] {
1225
+ --color-background-pink-subtler: var(--pink-900);
1226
+ }
1227
+
1228
+ [data-theme="light"] {
1229
+ --color-background-pink-subtlest: var(--purple-50);
1230
+ }
1231
+
1232
+ [data-theme="dark"] {
1233
+ --color-background-pink-subtlest: var(--pink-950);
1234
+ }
1235
+
1236
+
1237
+
1238
+ /* ----------------Blanket Color --------------- */
1239
+ [data-theme="light"] {
1240
+ --color-blanket: var(--darkBlue500-opacity20);
1241
+ }
1242
+
1243
+ [data-theme="dark"] {
1244
+ --color-blanket: var(--darkBlue200-opacity20);
1245
+ }
1246
+
1247
+
1248
+
1249
+ /* ----------------Skeleton Color --------------- */
1250
+ [data-theme="light"] {
1251
+ --color-skeleton: var(--gray-200);
1252
+ }
1253
+
1254
+ [data-theme="dark"] {
1255
+ --color-skeleton: var(--gray-800);
1256
+ }
1257
+
1258
+
1259
+
1260
+ /* ----------------Surface Color --------------- */
1261
+ [data-theme="light"] {
1262
+ --color-surface-secondary: var(--gray-50);
1263
+ }
1264
+
1265
+ [data-theme="dark"] {
1266
+ --color-surface-secondary: var(--gray-950);
1267
+ }
1268
+
1269
+ [data-theme="light"] {
1270
+ --color-surface: var(--base-white);
1271
+ }
1272
+
1273
+ [data-theme="dark"] {
1274
+ --color-surface: var(--gray-900);
1275
+ }
1276
+
1277
+ [data-theme="light"] {
1278
+ --color-surface-hovered: var(--gray-100);
1279
+ }
1280
+
1281
+ [data-theme="dark"] {
1282
+ --color-surface-hovered: var(--gray-800);
1283
+ }
1284
+
1285
+ [data-theme="light"] {
1286
+ --color-surface-pressed: var(--gray-200);
1287
+ }
1288
+
1289
+ [data-theme="dark"] {
1290
+ --color-surface-pressed: var(--gray-700);
1291
+ }
1292
+
1293
+
1294
+
1295
+ }
1296
+
1297
+ /* -----------------Shadow and Blur----------------- */
1298
+ :root{
1299
+ --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
1300
+ --shadow-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
1301
+ --shadow-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
1302
+ --shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
1303
+ --shadow-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
1304
+ --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
1305
+ --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
1306
+
1307
+ --blur-sm: blur(4px);
1308
+ --blur-md: blur(8px);
1309
+ --blur-lg: blur(12px);
1310
+ --blur-xl: blur(20px);
1311
+ }
1312
+
1313
+ .shadow-xs{
1314
+ box-shadow: var(--shadow-xs);
1315
+ }
1316
+
1317
+ .shadow-sm{
1318
+ box-shadow: var(--shadow-sm);
1319
+ }
1320
+
1321
+ .shadow-md{
1322
+ box-shadow: var(--shadow-md);
1323
+ }
1324
+
1325
+ .shadow-lg{
1326
+ box-shadow: var(--shadow-lg);
1327
+ }
1328
+
1329
+ .shadow-xl{
1330
+ box-shadow: var(--shadow-xl);
1331
+ }
1332
+
1333
+ .shadow-2xl{
1334
+ box-shadow: var(--shadow-2xl);
1335
+ }
1336
+
1337
+ .shadow-3xl{
1338
+ box-shadow: var(--shadow-3xl);
1339
+ }
1340
+
1341
+ .blur-sm{
1342
+ backdrop-filter: var(--blur-sm);
1343
+ }
1344
+
1345
+ .blur-md{
1346
+ backdrop-filter: var(--blur-md);
1347
+ }
1348
+
1349
+ .blur-lg{
1350
+ backdrop-filter: var(--blur-lg);
1351
+ }
1352
+
1353
+ .blur-xl{
1354
+ backdrop-filter: var(--blur-xl);
1355
+ }
1356
+
1357
+
1358
+ /* -----------------Gradients----------------- */
1359
+ :root{
1360
+ /* Gray Gradients */
1361
+ /* --gray-gradient-600: linear-gradient(); */
1362
+ --gradient-gray-600-to-500-90d: linear-gradient(90deg, var(--gray-600), var(--gray-500));
1363
+ --gradient-gray-700-to-600-45d: linear-gradient(45deg, var(--gray-700), var(--gray-600));
1364
+ --gradient-gray-800-to-600-45d: linear-gradient(45deg, var(--gray-800), var(--gray-600));
1365
+ --gradient-gray-800-to-600-90d: linear-gradient(90deg, var(--gray-800), var(--gray-600));
1366
+ --gradient-gray-800-to-700265-d: linear-gradient(26.5deg, var(--gray-800), var(--gray-700));
1367
+ --gradient-gray-900-to-600-45d: linear-gradient(45deg, var(--gray-900), var(--gray-600));
1368
+
1369
+ /* Brand Dark Blue Gradients */
1370
+ --gradient-darkBlue-500-to-400-90d: linear-gradient(90deg, var(--brandDarkBlue-500), var(--brandDarkBlue-400));
1371
+ --gradient-darkBlue-700-to-500-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-500));
1372
+ --gradient-darkBlue-700-to-400-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-400));
1373
+ --gradient-darkBlue-800-to-500-90d: linear-gradient(90deg, var(--brandDarkBlue-800), var(--brandDarkBlue-500));
1374
+ --gradient-darkBlue-800-to-600265-d: linear-gradient(26.5deg, var(--brandDarkBlue-800), var(--brandDarkBlue-600));
1375
+ --gradient-darkBlue-900-to-600-45d: linear-gradient(45deg, var(--brandDarkBlue-900), var(--brandDarkBlue-600));
1376
+
1377
+ /* Brand Red Gradients */
1378
+ --gradient-red-500-to-400-90d: linear-gradient(90deg, var(--brandRed-600), var(--brandRed-400));
1379
+ --gradient-red-700-to-500-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-500));
1380
+ --gradient-red-700-to-400-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-400));
1381
+ --gradient-red-800-to-500-90d: linear-gradient(90deg, var(--brandRed-800), var(--brandRed-500));
1382
+ --gradient-red-800-to-600265-d: linear-gradient(26.5deg, var(--brandRed-800), var(--brandRed-600));
1383
+ --gradient-red-900-to-600-45d: linear-gradient(45deg, var(--brandRed-900), var(--brandRed-600));
1384
+
1385
+ /* Blue Gradients */
1386
+ --gradient-blue-500-to-400-90d: linear-gradient(90deg, var(--blue-500), var(--blue-400));
1387
+ --gradient-blue-700-to-500-45d: linear-gradient(45deg, var(--blue-700), var(--blue-500));
1388
+ --gradient-blue-700-to-400-45d: linear-gradient(45deg, var(--blue-700), var(--blue-400));
1389
+ --gradient-blue-800-to-500-90d: linear-gradient(90deg, var(--blue-800), var(--blue-500));
1390
+ --gradient-blue-800-to-600265-d: linear-gradient(26.5deg, var(--blue-800), var(--blue-600));
1391
+ --gradient-blue-900-to-600-45d: linear-gradient(45deg, var(--blue-900), var(--blue-600));
1392
+ }
1393
+
1394
+ .gradient-gray-600-to-500-90d {
1395
+ background: var(--gradient-gray-600-to-500-90d);
1396
+ }
1397
+
1398
+ .gradient-gray-700-to-600-45d {
1399
+ background: var(--gradient-gray-700-to-600-45d);
1400
+ }
1401
+
1402
+ .gradient-gray-800-to-600-45d {
1403
+ background: var(--gradient-gray-800-to-600-45d);
1404
+ }
1405
+
1406
+ .gradient-gray-800-to-600-90d {
1407
+ background: var(--gradient-gray-800-to-600-90d);
1408
+ }
1409
+
1410
+ .gradient-gray-800-to-700265-d {
1411
+ background: var(--gradient-gray-800-to-700265-d);
1412
+ }
1413
+
1414
+ .gradient-gray-900-to-600-45d {
1415
+ background: var(--gradient-gray-900-to-600-45d);
1416
+ }
1417
+
1418
+ .gradient-darkBlue-500-to-400-90d{
1419
+ background: var(--gradient-darkBlue-500-to-400-90d);
1420
+ }
1421
+
1422
+ .gradient-darkBlue-700-to-500-45d{
1423
+ background: var(--gradient-darkBlue-700-to-500-45d);
1424
+ }
1425
+
1426
+ .gradient-darkBlue-700-to-400-45d{
1427
+ background: var(--gradient-darkBlue-700-to-400-45d);
1428
+ }
1429
+
1430
+ .gradient-darkBlue-800-to-500-90d{
1431
+ background: var(--gradient-darkBlue-800-to-500-90d);
1432
+ }
1433
+
1434
+ .gradient-darkBlue-800-to-600265-d{
1435
+ background: var(--gradient-darkBlue-800-to-600265-d);
1436
+ }
1437
+
1438
+ .gradient-darkBlue-900-to-600-45d{
1439
+ background: var(--gradient-darkBlue-900-to-600-45d);
1440
+ }
1441
+
1442
+ .gradient-red-500-to-400-90d{
1443
+ background: var(--gradient-red-500-to-400-90d);
1444
+ }
1445
+
1446
+ .gradient-red-700-to-500-45d{
1447
+ background: var(--gradient-red-700-to-500-45d);
1448
+ }
1449
+
1450
+ .gradient-red-700-to-400-45d{
1451
+ background: var(--gradient-red-700-to-400-45d);
1452
+ }
1453
+
1454
+ .gradient-red-800-to-500-90d{
1455
+ background: var(--gradient-red-800-to-500-90d);
1456
+ }
1457
+
1458
+ .gradient-red-800-to-600265-d{
1459
+ background: var(--gradient-red-800-to-600265-d);
1460
+ }
1461
+
1462
+ .gradient-red-900-to-600-45d{
1463
+ background: var(--gradient-red-900-to-600-45d);
1464
+ }
1465
+
1466
+ .gradient-blue-500-to-400-90d{
1467
+ background: var(--gradient-blue-500-to-400-90d);
1468
+ }
1469
+
1470
+ .gradient-blue-700-to-500-45d{
1471
+ background: var(--gradient-blue-700-to-500-45d);
1472
+ }
1473
+
1474
+ .gradient-blue-700-to-400-45d{
1475
+ background: var(--gradient-blue-700-to-400-45d);
1476
+ }
1477
+
1478
+ .gradient-blue-800-to-500-90d{
1479
+ background: var(--gradient-blue-800-to-500-90d);
1480
+ }
1481
+
1482
+ .gradient-blue-800-to-600265-d{
1483
+ background: var(--gradient-blue-800-to-600265-d);
1484
+ }
1485
+
1486
+ .gradient-blue-900-to-600-45d{
1487
+ background: var(--gradient-blue-900-to-600-45d);
1488
+ }
1489
+
1490
+ :root{
1491
+ /* h1, p {
1492
+ font-size: 1.75rem;
1493
+ line-height: 1.25rem;
1494
+ }
1495
+
1496
+ h1::before, p::before{
1497
+ content: "";
1498
+ margin-bottom: -0.005em;
1499
+ display: table;
1500
+ }
1501
+
1502
+ h1::after, p::after {
1503
+ content: "";
1504
+ margin-top: -0.025em;
1505
+ display: table;
1506
+ } */
1507
+ }
1508
+ :root{
1509
+ /* Positive spacing */
1510
+ --spacing-none: 0rem;
1511
+ --spacing-half: 0.125rem;
1512
+ --spacing-1: 0.25rem;
1513
+ --spacing-2: 0.5rem;
1514
+ --spacing-3: 0.75rem;
1515
+ --spacing-4: 1rem;
1516
+ --spacing-5: 1.25rem;
1517
+ --spacing-6: 1.5rem;
1518
+ --spacing-7: 2rem;
1519
+ --spacing-8: 2.5rem;
1520
+ --spacing-12: 3rem;
1521
+ --spacing-16: 4rem;
1522
+ --spacing-20: 5rem;
1523
+ --spacing-24: 6rem;
1524
+ --spacing-32: 8rem;
1525
+ --spacing-40: 10rem;
1526
+ --spacing-48: 12rem;
1527
+ --spacing-56: 14rem;
1528
+ --spacing-64: 16rem;
1529
+
1530
+ /* Negative spacing */
1531
+
1532
+ --spacing-negative-half: -0.125rem;
1533
+ --spacing-negative-1: -0.25rem;
1534
+ --spacing-negative-2: -0.5rem;
1535
+ --spacing-negative-3: -0.75rem;
1536
+ --spacing-negative-4: -1rem;
1537
+ --spacing-negative-5: -1.25rem;
1538
+ --spacing-negative-6: -1.5rem;
1539
+ --spacing-negative-7: -2rem;
1540
+
1541
+ /* Radius */
1542
+ --rounded-none: 0rem;
1543
+ --rounded-xs: 0.25rem;
1544
+ --rounded-sm: 0.5rem;
1545
+ --rounded-md: 0.75rem;
1546
+ --rounded-lg: 1rem;
1547
+ --rounded-xl: 1.5rem;
1548
+ --rounded-2xl: 2rem;
1549
+ --rounded-full: 62.438rem;
1550
+ }
1551
+
1552
+ .carousel_arrow{
1553
+ display: flex;
1554
+ justify-content: center;
1555
+ align-items: center;
1556
+ backdrop-filter: var(--blur-sm);
1557
+ width: fit-content;
1558
+ height: fit-content;
1559
+ background-color: blue;
1560
+ }
1561
+
1562
+ .carousel_arrow.md{
1563
+ padding: var(--spacing-2);
1564
+ border-radius: var(--rounded-full);
1565
+ }
1566
+
1567
+ .carousel_arrow.lg{
1568
+ padding: 0.625rem;
1569
+ border-radius: var(--rounded-full);
1570
+ }