globuswebcomponents 0.3.9 → 0.4.1

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 (450) hide show
  1. package/dist/cjs/gb-avatar-label-group.cjs.entry.js +1 -1
  2. package/dist/cjs/gb-avatar-profile-photo.cjs.entry.js +1 -1
  3. package/dist/cjs/{gb-avatar_30.cjs.entry.js → gb-avatar_32.cjs.entry.js} +118 -53
  4. package/dist/cjs/gb-avatar_32.cjs.entry.js.map +1 -0
  5. package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-checkbox.cjs.entry.js +2 -2
  7. package/dist/cjs/gb-checkbox.cjs.entry.js.map +1 -1
  8. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +2 -2
  9. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js.map +1 -1
  10. package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-file-upload.cjs.entry.js +9 -9
  12. package/dist/cjs/gb-help-dropdown.cjs.entry.js +2 -2
  13. package/dist/cjs/gb-help-dropdown.cjs.entry.js.map +1 -1
  14. package/dist/cjs/gb-input-dropdown-menu-item.cjs.entry.js +2 -2
  15. package/dist/cjs/gb-megainput-field.cjs.entry.js +21 -2
  16. package/dist/cjs/gb-megainput-field.cjs.entry.js.map +1 -1
  17. package/dist/cjs/gb-notification-content.cjs.entry.js +2 -2
  18. package/dist/cjs/gb-notification-content.cjs.entry.js.map +1 -1
  19. package/dist/cjs/gb-notification-panel.cjs.entry.js +2 -2
  20. package/dist/cjs/gb-notification-panel.cjs.entry.js.map +1 -1
  21. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-pagination-number-base.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-rich-text.cjs.entry.js +34 -0
  26. package/dist/cjs/gb-rich-text.cjs.entry.js.map +1 -0
  27. package/dist/cjs/gb-scrollbar.cjs.entry.js +2 -2
  28. package/dist/cjs/gb-scrollbar.cjs.entry.js.map +1 -1
  29. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +2 -2
  30. package/dist/cjs/gb-slider-control-handle.cjs.entry.js.map +1 -1
  31. package/dist/cjs/gb-slider.cjs.entry.js +2 -2
  32. package/dist/cjs/gb-slider.cjs.entry.js.map +1 -1
  33. package/dist/cjs/gb-textarea-input-field.cjs.entry.js +11 -8
  34. package/dist/cjs/gb-textarea-input-field.cjs.entry.js.map +1 -1
  35. package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
  36. package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
  37. package/dist/cjs/{gb-input-field.cjs.entry.js → gb-token-field.cjs.entry.js} +12 -26
  38. package/dist/cjs/gb-token-field.cjs.entry.js.map +1 -0
  39. package/dist/cjs/gb-verification-code-field.cjs.entry.js +32 -0
  40. package/dist/cjs/gb-verification-code-field.cjs.entry.js.map +1 -0
  41. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +9 -5
  42. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js.map +1 -1
  43. package/dist/cjs/gb-wysiwyg-toolbar.cjs.entry.js +33 -0
  44. package/dist/cjs/gb-wysiwyg-toolbar.cjs.entry.js.map +1 -0
  45. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +28 -0
  46. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js.map +1 -0
  47. package/dist/cjs/globuscomponents.cjs.js +1 -1
  48. package/dist/cjs/loader.cjs.js +1 -1
  49. package/dist/collection/assets/cancel-button.svg +3 -0
  50. package/dist/collection/assets/copy.svg +3 -0
  51. package/dist/collection/assets/minus_sign.svg +3 -0
  52. package/dist/collection/assets/plus_sign.svg +3 -0
  53. package/dist/collection/collection-manifest.json +8 -2
  54. package/dist/collection/components/gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.css +52 -1
  55. package/dist/collection/components/gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.js +65 -3
  56. package/dist/collection/components/gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.js.map +1 -1
  57. package/dist/collection/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.css +2149 -0
  58. package/dist/collection/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.js +223 -0
  59. package/dist/collection/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.js.map +1 -0
  60. package/dist/collection/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.js +65 -0
  61. package/dist/collection/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.js.map +1 -0
  62. package/dist/collection/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.tsx +43 -0
  63. package/dist/collection/components/gb-avatar/gb-avatar.js +1 -1
  64. package/dist/collection/components/gb-avatar-add-button/gb-avatar-add-button.js +1 -1
  65. package/dist/collection/components/gb-avatar-contrast-inner-border/gb-avatar-contrast-inner-border.js +1 -1
  66. package/dist/collection/components/gb-avatar-group/gb-avatar-group.js +1 -1
  67. package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js +1 -1
  68. package/dist/collection/components/gb-avatar-profile-photo/gb-avatar-profile-photo.js +1 -1
  69. package/dist/collection/components/gb-badge-close/gb-badge-close.js +1 -1
  70. package/dist/collection/components/gb-badges/gb-badges.js +1 -1
  71. package/dist/collection/components/gb-btn/gb-btn.js +1 -1
  72. package/dist/collection/components/gb-button/gb-button.js +1 -1
  73. package/dist/collection/components/gb-button/readme.md +6 -4
  74. package/dist/collection/components/gb-button-close/gb-button-close.js +1 -1
  75. package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js +1 -1
  76. package/dist/collection/components/gb-checkbox/gb-checkbox.css +1 -1
  77. package/dist/collection/components/gb-checkbox/gb-checkbox.js +1 -1
  78. package/dist/collection/components/gb-checkbox-base/gb-checkbox-base.js +1 -1
  79. package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
  80. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +1 -2
  81. package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js.map +1 -1
  82. package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +3 -3
  83. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.css +1 -1
  84. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  85. package/dist/collection/components/gb-file-upload/gb-file-upload.js +9 -9
  86. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
  87. package/dist/collection/components/gb-header/gb-header.js +4 -2
  88. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  89. package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
  90. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.css +5 -1
  91. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  92. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +13 -3
  93. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js.map +1 -1
  94. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +2 -2
  95. package/dist/collection/components/gb-input-dropdown-menu/gb-input-dropdown-menu.js +2 -2
  96. package/dist/collection/components/gb-input-field/gb-input-field.css +1193 -430
  97. package/dist/collection/components/gb-input-field/gb-input-field.js +161 -33
  98. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  99. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.css +82 -38
  100. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +42 -1
  101. package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js.map +1 -1
  102. package/dist/collection/components/gb-notification-content/gb-notification-content.css +1 -1
  103. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  104. package/dist/collection/components/gb-notification-panel/gb-notification-panel.css +1 -1
  105. package/dist/collection/components/gb-notification-panel/gb-notification-panel.js +1 -1
  106. package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
  107. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  108. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  109. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  110. package/dist/collection/components/gb-password-button/gb-password-button.css +2159 -0
  111. package/dist/collection/components/gb-password-button/gb-password-button.js +58 -0
  112. package/dist/collection/components/gb-password-button/gb-password-button.js.map +1 -0
  113. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  114. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  115. package/dist/collection/components/gb-rich-text/gb-rich-text.css +2149 -0
  116. package/dist/collection/components/gb-rich-text/gb-rich-text.js +173 -0
  117. package/dist/collection/components/gb-rich-text/gb-rich-text.js.map +1 -0
  118. package/dist/collection/components/gb-scrollbar/gb-scrollbar.css +1 -1
  119. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  120. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +3 -1
  121. package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js.map +1 -1
  122. package/dist/collection/components/gb-sidebar/gb-sidebar.css +1 -1
  123. package/dist/collection/components/gb-sidebar/gb-sidebar.js +6 -1
  124. package/dist/collection/components/gb-sidebar/gb-sidebar.js.map +1 -1
  125. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.css +1 -1
  126. package/dist/collection/components/gb-slider-control-handle/slider-control-handle.js +1 -1
  127. package/dist/collection/components/gb-sliders/slider.css +1 -1
  128. package/dist/collection/components/gb-sliders/slider.js +1 -1
  129. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  130. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -10
  131. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js.map +1 -1
  132. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.css +1 -1
  133. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  134. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  135. package/dist/collection/components/{gb-tagcount → gb-tag-count}/gb-tag-count.css +1 -1
  136. package/dist/collection/components/{gb-tagcount → gb-tag-count}/gb-tag-count.js +1 -1
  137. package/dist/collection/components/gb-tag-count/gb-tag-count.js.map +1 -0
  138. package/dist/collection/components/gb-tags/gb-tags.css +1 -1
  139. package/dist/collection/components/gb-tags/gb-tags.js +1 -1
  140. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +97 -9
  141. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js.map +1 -1
  142. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  143. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  144. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  145. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  146. package/dist/collection/components/gb-token-field/gb-token-field.css +2149 -0
  147. package/dist/collection/components/gb-token-field/gb-token-field.js +141 -0
  148. package/dist/collection/components/gb-token-field/gb-token-field.js.map +1 -0
  149. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  150. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.css +2174 -0
  151. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +145 -0
  152. package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js.map +1 -0
  153. package/dist/collection/global/typo.css +1 -1
  154. package/dist/components/gb-avatar-add-button.js +1 -1
  155. package/dist/components/gb-avatar-contrast-inner-border.js +1 -1
  156. package/dist/components/gb-avatar-dropdown.js +7 -7
  157. package/dist/components/gb-avatar-group.js +6 -6
  158. package/dist/components/gb-avatar-label-group.js +1 -1
  159. package/dist/components/gb-avatar-profile-photo.js +4 -4
  160. package/dist/components/gb-avatar.js +1 -1
  161. package/dist/components/gb-badge-close.js +1 -1
  162. package/dist/components/gb-badge.js +1 -1
  163. package/dist/components/gb-btn.js +1 -112
  164. package/dist/components/gb-btn.js.map +1 -1
  165. package/dist/components/gb-button-close.js +1 -1
  166. package/dist/components/gb-button.js +1 -1
  167. package/dist/components/gb-carousel-arrow.js +1 -1
  168. package/dist/components/gb-checkbox-base.js +1 -1
  169. package/dist/components/gb-checkbox-group-item.js +6 -7
  170. package/dist/components/gb-checkbox-group-item.js.map +1 -1
  171. package/dist/components/gb-checkbox-group.js +1 -1
  172. package/dist/components/gb-checkbox.js +1 -1
  173. package/dist/components/gb-collapse-button.js +1 -1
  174. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  175. package/dist/components/gb-file-upload-item-base.js +1 -1
  176. package/dist/components/gb-file-upload.js +14 -14
  177. package/dist/components/gb-header-icon.js +1 -1
  178. package/dist/components/gb-header.js +8 -6
  179. package/dist/components/gb-header.js.map +1 -1
  180. package/dist/components/gb-help-dropdown.js +5 -5
  181. package/dist/components/gb-help-dropdown.js.map +1 -1
  182. package/dist/components/gb-horizontal-tabs.js +19 -9
  183. package/dist/components/gb-horizontal-tabs.js.map +1 -1
  184. package/dist/components/gb-input-dropdown-menu-item.js +7 -7
  185. package/dist/components/gb-input-dropdown.js +1 -87
  186. package/dist/components/gb-input-dropdown.js.map +1 -1
  187. package/dist/components/gb-input-field.js +51 -24
  188. package/dist/components/gb-input-field.js.map +1 -1
  189. package/dist/components/gb-megainput-field.js +1 -33
  190. package/dist/components/gb-megainput-field.js.map +1 -1
  191. package/dist/components/gb-notification-content.js +2 -2
  192. package/dist/components/gb-notification-content.js.map +1 -1
  193. package/dist/components/gb-notification-panel.js +2 -2
  194. package/dist/components/gb-notification-panel.js.map +1 -1
  195. package/dist/components/gb-pagination-button-group-base.js +1 -1
  196. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  197. package/dist/components/gb-pagination-number-base.js +1 -1
  198. package/dist/components/gb-pagination.js +2 -2
  199. package/dist/components/gb-password-button.d.ts +11 -0
  200. package/dist/components/gb-password-button.js +8 -0
  201. package/dist/components/gb-password-button.js.map +1 -0
  202. package/dist/components/gb-progress-bar.js +1 -1
  203. package/dist/components/gb-progress-circle.js +1 -1
  204. package/dist/components/gb-rich-text.d.ts +11 -0
  205. package/dist/components/gb-rich-text.js +94 -0
  206. package/dist/components/gb-rich-text.js.map +1 -0
  207. package/dist/components/gb-scrollbar.js +2 -2
  208. package/dist/components/gb-scrollbar.js.map +1 -1
  209. package/dist/components/gb-side-bar-item.js +1 -1
  210. package/dist/components/gb-sidebar.js +15 -10
  211. package/dist/components/gb-sidebar.js.map +1 -1
  212. package/dist/components/gb-slider-control-handle.js +1 -1
  213. package/dist/components/gb-slider.js +4 -4
  214. package/dist/components/gb-slider.js.map +1 -1
  215. package/dist/components/gb-status-indicator.js +1 -1
  216. package/dist/components/gb-tab-button-base.js +1 -1
  217. package/dist/components/gb-tag-checkbox.js +1 -1
  218. package/dist/components/gb-tag-close.js +1 -1
  219. package/dist/components/gb-tag-count.js +1 -1
  220. package/dist/components/gb-tag.js +8 -8
  221. package/dist/components/gb-tag.js.map +1 -1
  222. package/dist/components/gb-textarea-input-field.js +17 -9
  223. package/dist/components/gb-textarea-input-field.js.map +1 -1
  224. package/dist/components/gb-toast-button.js +1 -1
  225. package/dist/components/gb-toast.js +4 -4
  226. package/dist/components/gb-toggle-base.js +1 -1
  227. package/dist/components/gb-toggle.js +2 -2
  228. package/dist/components/gb-token-field.d.ts +11 -0
  229. package/dist/components/gb-token-field.js +56 -0
  230. package/dist/components/gb-token-field.js.map +1 -0
  231. package/dist/components/gb-tooltip.js +1 -1
  232. package/dist/components/gb-verification-code-field.d.ts +11 -0
  233. package/dist/components/gb-verification-code-field.js +60 -0
  234. package/dist/components/gb-verification-code-field.js.map +1 -0
  235. package/dist/components/gb-wysiwyg-editor-icon.js +1 -33
  236. package/dist/components/gb-wysiwyg-editor-icon.js.map +1 -1
  237. package/dist/components/gb-wysiwyg-toolbar.d.ts +11 -0
  238. package/dist/components/gb-wysiwyg-toolbar.js +8 -0
  239. package/dist/components/gb-wysiwyg-toolbar.js.map +1 -0
  240. package/dist/components/gb-wysiwyg-tooltip.d.ts +11 -0
  241. package/dist/components/gb-wysiwyg-tooltip.js +52 -0
  242. package/dist/components/gb-wysiwyg-tooltip.js.map +1 -0
  243. package/dist/components/{p-12322f66.js → p-01a43936.js} +5 -5
  244. package/dist/components/{p-12322f66.js.map → p-01a43936.js.map} +1 -1
  245. package/dist/components/{p-f8571b98.js → p-1ba1c138.js} +5 -5
  246. package/dist/components/{p-f8571b98.js.map → p-1ba1c138.js.map} +1 -1
  247. package/dist/components/p-24c9f72a.js +58 -0
  248. package/dist/components/p-24c9f72a.js.map +1 -0
  249. package/dist/components/{p-837365c7.js → p-2522e0e6.js} +4 -4
  250. package/dist/components/{p-837365c7.js.map → p-2522e0e6.js.map} +1 -1
  251. package/dist/components/p-2729bc71.js +91 -0
  252. package/dist/components/p-2729bc71.js.map +1 -0
  253. package/dist/components/{p-b641c4fb.js → p-2764bda5.js} +3 -3
  254. package/dist/components/{p-b641c4fb.js.map → p-2764bda5.js.map} +1 -1
  255. package/dist/components/{p-3d701766.js → p-31e9f7cb.js} +2 -2
  256. package/dist/components/{p-3d701766.js.map → p-31e9f7cb.js.map} +1 -1
  257. package/dist/components/{p-c4acf10a.js → p-4979942e.js} +6 -6
  258. package/dist/components/{p-c4acf10a.js.map → p-4979942e.js.map} +1 -1
  259. package/dist/components/{p-9a07bbad.js → p-4c21ca28.js} +2 -2
  260. package/dist/components/{p-9a07bbad.js.map → p-4c21ca28.js.map} +1 -1
  261. package/dist/components/{p-5f271172.js → p-53e70aeb.js} +9 -16
  262. package/dist/components/p-53e70aeb.js.map +1 -0
  263. package/dist/components/{p-51e2668d.js → p-57b94005.js} +3 -3
  264. package/dist/components/{p-51e2668d.js.map → p-57b94005.js.map} +1 -1
  265. package/dist/components/{p-21fecbde.js → p-5fbe4056.js} +2 -2
  266. package/dist/components/{p-21fecbde.js.map → p-5fbe4056.js.map} +1 -1
  267. package/dist/components/{p-883f5915.js → p-61d2acff.js} +5 -5
  268. package/dist/components/{p-883f5915.js.map → p-61d2acff.js.map} +1 -1
  269. package/dist/components/{p-cdd31473.js → p-6b9ae561.js} +4 -4
  270. package/dist/components/{p-cdd31473.js.map → p-6b9ae561.js.map} +1 -1
  271. package/dist/components/{p-1827cb1a.js → p-763387fe.js} +5 -5
  272. package/dist/components/{p-1827cb1a.js.map → p-763387fe.js.map} +1 -1
  273. package/dist/components/{p-aab9eb10.js → p-7df674ca.js} +3 -3
  274. package/dist/components/{p-aab9eb10.js.map → p-7df674ca.js.map} +1 -1
  275. package/dist/components/p-824a17f3.js +45 -0
  276. package/dist/components/p-824a17f3.js.map +1 -0
  277. package/dist/components/{p-5ca81eb7.js → p-84661af1.js} +6 -6
  278. package/dist/components/{p-5ca81eb7.js.map → p-84661af1.js.map} +1 -1
  279. package/dist/components/{p-6bc16ba5.js → p-88687162.js} +2 -2
  280. package/dist/components/{p-6bc16ba5.js.map → p-88687162.js.map} +1 -1
  281. package/dist/components/{p-7c00ed41.js → p-8963e7ee.js} +10 -8
  282. package/dist/components/p-8963e7ee.js.map +1 -0
  283. package/dist/components/{p-578443b7.js → p-9317b000.js} +3 -3
  284. package/dist/components/p-9317b000.js.map +1 -0
  285. package/dist/components/p-95d013c6.js +116 -0
  286. package/dist/components/p-95d013c6.js.map +1 -0
  287. package/dist/components/{p-ad0c1ea8.js → p-9b867eac.js} +3 -3
  288. package/dist/components/{p-ad0c1ea8.js.map → p-9b867eac.js.map} +1 -1
  289. package/dist/components/{p-30b12163.js → p-a5850f8c.js} +2 -2
  290. package/dist/components/{p-30b12163.js.map → p-a5850f8c.js.map} +1 -1
  291. package/dist/components/{p-fdf0b922.js → p-b0d34887.js} +2 -2
  292. package/dist/components/{p-fdf0b922.js.map → p-b0d34887.js.map} +1 -1
  293. package/dist/components/p-c0ec5975.js +87 -0
  294. package/dist/components/p-c0ec5975.js.map +1 -0
  295. package/dist/components/{p-8a964b82.js → p-d9de678f.js} +2 -2
  296. package/dist/components/{p-8a964b82.js.map → p-d9de678f.js.map} +1 -1
  297. package/dist/components/p-e1f1a988.js +54 -0
  298. package/dist/components/p-e1f1a988.js.map +1 -0
  299. package/dist/components/{p-925f37a4.js → p-e42cad12.js} +4 -4
  300. package/dist/components/{p-925f37a4.js.map → p-e42cad12.js.map} +1 -1
  301. package/dist/components/{p-337ee2c8.js → p-e7e9af72.js} +2 -2
  302. package/dist/components/{p-337ee2c8.js.map → p-e7e9af72.js.map} +1 -1
  303. package/dist/components/{p-63fbf5d6.js → p-fc8afe63.js} +2 -2
  304. package/dist/components/{p-63fbf5d6.js.map → p-fc8afe63.js.map} +1 -1
  305. package/dist/esm/gb-avatar-label-group.entry.js +1 -1
  306. package/dist/esm/gb-avatar-profile-photo.entry.js +1 -1
  307. package/dist/esm/{gb-avatar_30.entry.js → gb-avatar_32.entry.js} +117 -54
  308. package/dist/esm/gb-avatar_32.entry.js.map +1 -0
  309. package/dist/esm/gb-checkbox-group.entry.js +1 -1
  310. package/dist/esm/gb-checkbox.entry.js +2 -2
  311. package/dist/esm/gb-checkbox.entry.js.map +1 -1
  312. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +2 -2
  313. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js.map +1 -1
  314. package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
  315. package/dist/esm/gb-file-upload.entry.js +9 -9
  316. package/dist/esm/gb-help-dropdown.entry.js +2 -2
  317. package/dist/esm/gb-help-dropdown.entry.js.map +1 -1
  318. package/dist/esm/gb-input-dropdown-menu-item.entry.js +2 -2
  319. package/dist/esm/gb-megainput-field.entry.js +22 -3
  320. package/dist/esm/gb-megainput-field.entry.js.map +1 -1
  321. package/dist/esm/gb-notification-content.entry.js +2 -2
  322. package/dist/esm/gb-notification-content.entry.js.map +1 -1
  323. package/dist/esm/gb-notification-panel.entry.js +2 -2
  324. package/dist/esm/gb-notification-panel.entry.js.map +1 -1
  325. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  326. package/dist/esm/gb-pagination-number-base.entry.js +1 -1
  327. package/dist/esm/gb-progress-bar.entry.js +1 -1
  328. package/dist/esm/gb-progress-circle.entry.js +1 -1
  329. package/dist/esm/gb-rich-text.entry.js +30 -0
  330. package/dist/esm/gb-rich-text.entry.js.map +1 -0
  331. package/dist/esm/gb-scrollbar.entry.js +2 -2
  332. package/dist/esm/gb-scrollbar.entry.js.map +1 -1
  333. package/dist/esm/gb-slider-control-handle.entry.js +2 -2
  334. package/dist/esm/gb-slider-control-handle.entry.js.map +1 -1
  335. package/dist/esm/gb-slider.entry.js +2 -2
  336. package/dist/esm/gb-slider.entry.js.map +1 -1
  337. package/dist/esm/gb-textarea-input-field.entry.js +11 -8
  338. package/dist/esm/gb-textarea-input-field.entry.js.map +1 -1
  339. package/dist/esm/gb-toggle-base.entry.js +2 -2
  340. package/dist/esm/gb-toggle.entry.js +1 -1
  341. package/dist/esm/{gb-input-field.entry.js → gb-token-field.entry.js} +13 -27
  342. package/dist/esm/gb-token-field.entry.js.map +1 -0
  343. package/dist/esm/gb-verification-code-field.entry.js +28 -0
  344. package/dist/esm/gb-verification-code-field.entry.js.map +1 -0
  345. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +9 -5
  346. package/dist/esm/gb-wysiwyg-editor-icon.entry.js.map +1 -1
  347. package/dist/esm/gb-wysiwyg-toolbar.entry.js +29 -0
  348. package/dist/esm/gb-wysiwyg-toolbar.entry.js.map +1 -0
  349. package/dist/esm/gb-wysiwyg-tooltip.entry.js +24 -0
  350. package/dist/esm/gb-wysiwyg-tooltip.entry.js.map +1 -0
  351. package/dist/esm/globuscomponents.js +1 -1
  352. package/dist/esm/loader.js +1 -1
  353. package/dist/globuscomponents/assets/cancel-button.svg +3 -0
  354. package/dist/globuscomponents/assets/copy.svg +3 -0
  355. package/dist/globuscomponents/assets/minus_sign.svg +3 -0
  356. package/dist/globuscomponents/assets/plus_sign.svg +3 -0
  357. package/dist/globuscomponents/global/typo.css +1 -1
  358. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  359. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  360. package/dist/globuscomponents/{p-3ea96652.entry.js → p-01b163c6.entry.js} +2 -2
  361. package/dist/globuscomponents/{p-35adb7dc.entry.js → p-04ca94bb.entry.js} +2 -2
  362. package/dist/globuscomponents/p-04ca94bb.entry.js.map +1 -0
  363. package/dist/globuscomponents/{p-bd5d5134.entry.js → p-04d04d5a.entry.js} +2 -2
  364. package/dist/globuscomponents/p-0638166b.entry.js +2 -0
  365. package/dist/globuscomponents/{p-9e4b037a.entry.js.map → p-0638166b.entry.js.map} +1 -1
  366. package/dist/globuscomponents/p-173cf34c.entry.js +2 -0
  367. package/dist/globuscomponents/p-173cf34c.entry.js.map +1 -0
  368. package/dist/globuscomponents/{p-d5d413ce.entry.js → p-18daffd5.entry.js} +2 -2
  369. package/dist/globuscomponents/{p-b8fb116a.entry.js → p-19d2f500.entry.js} +2 -2
  370. package/dist/globuscomponents/{p-50462ff8.entry.js → p-342531d5.entry.js} +2 -2
  371. package/dist/globuscomponents/{p-d120830e.entry.js → p-355ee2b7.entry.js} +2 -2
  372. package/dist/globuscomponents/p-38ddb08d.entry.js +2 -0
  373. package/dist/globuscomponents/{p-fc232e79.entry.js.map → p-38ddb08d.entry.js.map} +1 -1
  374. package/dist/globuscomponents/{p-03237e7b.entry.js → p-3bfd70d1.entry.js} +2 -2
  375. package/dist/globuscomponents/p-435d5445.entry.js +2 -0
  376. package/dist/globuscomponents/p-435d5445.entry.js.map +1 -0
  377. package/dist/globuscomponents/{p-9d48138c.entry.js → p-4e99fdd9.entry.js} +2 -2
  378. package/dist/globuscomponents/{p-c61a9239.entry.js → p-4f6eebab.entry.js} +2 -2
  379. package/dist/globuscomponents/p-4f6eebab.entry.js.map +1 -0
  380. package/dist/globuscomponents/{p-db1ff54c.entry.js → p-5479adcd.entry.js} +2 -2
  381. package/dist/globuscomponents/{p-9e99ab9c.entry.js → p-61836d01.entry.js} +2 -2
  382. package/dist/globuscomponents/{p-9e99ab9c.entry.js.map → p-61836d01.entry.js.map} +1 -1
  383. package/dist/globuscomponents/{p-71499239.entry.js → p-64588b88.entry.js} +2 -2
  384. package/dist/globuscomponents/{p-5a2196b5.entry.js → p-6be1f290.entry.js} +2 -2
  385. package/dist/globuscomponents/{p-5a2196b5.entry.js.map → p-6be1f290.entry.js.map} +1 -1
  386. package/dist/globuscomponents/{p-9e4b037a.entry.js → p-87664bb3.entry.js} +2 -2
  387. package/dist/globuscomponents/p-87664bb3.entry.js.map +1 -0
  388. package/dist/globuscomponents/p-8b29407e.entry.js +2 -0
  389. package/dist/globuscomponents/{p-7226b570.entry.js → p-9d5dfa56.entry.js} +2 -2
  390. package/dist/globuscomponents/{p-7226b570.entry.js.map → p-9d5dfa56.entry.js.map} +1 -1
  391. package/dist/globuscomponents/p-a8cbbe95.entry.js +2 -0
  392. package/dist/globuscomponents/p-a8cbbe95.entry.js.map +1 -0
  393. package/dist/globuscomponents/{p-58e27fb1.entry.js → p-a947e6f1.entry.js} +2 -2
  394. package/dist/globuscomponents/{p-21430c20.entry.js → p-cd91a716.entry.js} +2 -2
  395. package/dist/globuscomponents/p-cd91a716.entry.js.map +1 -0
  396. package/dist/globuscomponents/p-e42029f1.entry.js +2 -0
  397. package/dist/globuscomponents/p-e42029f1.entry.js.map +1 -0
  398. package/dist/globuscomponents/{p-7a831b7e.entry.js → p-e6412bc1.entry.js} +2 -2
  399. package/dist/globuscomponents/p-e6412bc1.entry.js.map +1 -0
  400. package/dist/globuscomponents/{p-168d0d14.entry.js → p-e8c4960e.entry.js} +2 -2
  401. package/dist/globuscomponents/{p-168d0d14.entry.js.map → p-e8c4960e.entry.js.map} +1 -1
  402. package/dist/globuscomponents/{p-9ce274b1.entry.js → p-ea10b389.entry.js} +2 -2
  403. package/dist/globuscomponents/{p-9ce274b1.entry.js.map → p-ea10b389.entry.js.map} +1 -1
  404. package/dist/globuscomponents/p-f9619e08.entry.js +2 -0
  405. package/dist/globuscomponents/p-f9619e08.entry.js.map +1 -0
  406. package/dist/globuscomponents/readme.md +6 -4
  407. package/dist/types/components/gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.d.ts +3 -1
  408. package/dist/types/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.d.ts +14 -0
  409. package/dist/types/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.d.ts +5 -0
  410. package/dist/types/components/gb-horizontal-tabs/gb-horizontal-tabs.d.ts +1 -1
  411. package/dist/types/components/gb-input-field/gb-input-field.d.ts +13 -6
  412. package/dist/types/components/gb-megainput-field-base/gb-megainput-field.d.ts +4 -0
  413. package/dist/types/components/gb-password-button/gb-password-button.d.ts +7 -0
  414. package/dist/types/components/gb-rich-text/gb-rich-text.d.ts +11 -0
  415. package/dist/types/components/gb-textarea-input-field/gb-textarea-input-field.d.ts +7 -2
  416. package/dist/types/components/gb-token-field/gb-token-field.d.ts +10 -0
  417. package/dist/types/components/gb-verification-code-field/gb-verification-code-field.d.ts +10 -0
  418. package/dist/types/components.d.ts +191 -11
  419. package/package.json +1 -1
  420. package/dist/cjs/gb-avatar_30.cjs.entry.js.map +0 -1
  421. package/dist/cjs/gb-input-field.cjs.entry.js.map +0 -1
  422. package/dist/collection/components/gb-tagcount/gb-tag-count.js.map +0 -1
  423. package/dist/components/p-578443b7.js.map +0 -1
  424. package/dist/components/p-5f271172.js.map +0 -1
  425. package/dist/components/p-7c00ed41.js.map +0 -1
  426. package/dist/esm/gb-avatar_30.entry.js.map +0 -1
  427. package/dist/esm/gb-input-field.entry.js.map +0 -1
  428. package/dist/globuscomponents/p-21430c20.entry.js.map +0 -1
  429. package/dist/globuscomponents/p-2daeb329.entry.js +0 -2
  430. package/dist/globuscomponents/p-2daeb329.entry.js.map +0 -1
  431. package/dist/globuscomponents/p-30ab7cd5.entry.js +0 -2
  432. package/dist/globuscomponents/p-35adb7dc.entry.js.map +0 -1
  433. package/dist/globuscomponents/p-7a831b7e.entry.js.map +0 -1
  434. package/dist/globuscomponents/p-c61a9239.entry.js.map +0 -1
  435. package/dist/globuscomponents/p-f2556695.entry.js +0 -2
  436. package/dist/globuscomponents/p-f2556695.entry.js.map +0 -1
  437. package/dist/globuscomponents/p-fc232e79.entry.js +0 -2
  438. /package/dist/globuscomponents/{p-3ea96652.entry.js.map → p-01b163c6.entry.js.map} +0 -0
  439. /package/dist/globuscomponents/{p-bd5d5134.entry.js.map → p-04d04d5a.entry.js.map} +0 -0
  440. /package/dist/globuscomponents/{p-d5d413ce.entry.js.map → p-18daffd5.entry.js.map} +0 -0
  441. /package/dist/globuscomponents/{p-b8fb116a.entry.js.map → p-19d2f500.entry.js.map} +0 -0
  442. /package/dist/globuscomponents/{p-50462ff8.entry.js.map → p-342531d5.entry.js.map} +0 -0
  443. /package/dist/globuscomponents/{p-d120830e.entry.js.map → p-355ee2b7.entry.js.map} +0 -0
  444. /package/dist/globuscomponents/{p-03237e7b.entry.js.map → p-3bfd70d1.entry.js.map} +0 -0
  445. /package/dist/globuscomponents/{p-9d48138c.entry.js.map → p-4e99fdd9.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-db1ff54c.entry.js.map → p-5479adcd.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-71499239.entry.js.map → p-64588b88.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-30ab7cd5.entry.js.map → p-8b29407e.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-58e27fb1.entry.js.map → p-a947e6f1.entry.js.map} +0 -0
  450. /package/dist/types/components/{gb-tagcount → gb-tag-count}/gb-tag-count.d.ts +0 -0
@@ -2119,7 +2119,7 @@
2119
2119
  }
2120
2120
 
2121
2121
  .text-sm-regular{
2122
- font-size: var(--text-sm-regular-font-size);
2122
+ font-size: var(--text-sm-regular-font-size, 0.875rem);
2123
2123
  font-weight: var(--text-sm-regular-font-weight);
2124
2124
  line-height: var(--text-sm-regular-line-height);
2125
2125
  }
@@ -4,7 +4,7 @@ export class GbTagCount {
4
4
  this.size = undefined;
5
5
  }
6
6
  render() {
7
- return (h("div", { key: 'c5ba639608e40790edd379466436f1583d93ad13', class: this.size }, h("slot", { key: '179fad464c682c3d7509b65ed276325ea11db05d', name: "count" })));
7
+ return (h("div", { key: '4055dbee70d0bfca92be32e63f215d482d5211dd', class: this.size }, h("slot", { key: '6b88af61f886f41f1200506e11c88368de740961', name: "count" })));
8
8
  }
9
9
  static get is() { return "gb-tag-count"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gb-tag-count.js","sourceRoot":"","sources":["../../../src/components/gb-tag-count/gb-tag-count.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAE,IAAI,EAAE,CAAC,EAAC,MAAM,eAAe,CAAC;AASjD,MAAM,OAAO,UAAU;;;;IAGnB,MAAM;QACF,OAAO,CACH,4DAAK,KAAK,EAAE,IAAI,CAAC,IAAI;YACjB,6DAAM,IAAI,EAAC,OAAO,GAAQ,CACxB,CACT,CAAA;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import {Component, Prop, h} from '@stencil/core';\r\nimport { GeneralSizes } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-tag-count',\r\n styleUrl: 'gb-tag-count.css',\r\n shadow: true\r\n})\r\n\r\nexport class GbTagCount{\r\n @Prop() size: GeneralSizes;\r\n\r\n render() {\r\n return (\r\n <div class={this.size}>\r\n <slot name=\"count\"></slot>\r\n </div>\r\n )\r\n }\r\n}"]}
@@ -2119,7 +2119,7 @@
2119
2119
  }
2120
2120
 
2121
2121
  .text-sm-regular{
2122
- font-size: var(--text-sm-regular-font-size);
2122
+ font-size: var(--text-sm-regular-font-size, 0.875rem);
2123
2123
  font-weight: var(--text-sm-regular-font-weight);
2124
2124
  line-height: var(--text-sm-regular-line-height);
2125
2125
  }
@@ -9,7 +9,7 @@ export class GbTag {
9
9
  }
10
10
  render() {
11
11
  const flagSwap = getAssetPath(`assets/${this.flagSwap}.svg`);
12
- return (h("div", { key: '533238e4b05a18563baf2aa7ec5e0ea1680af878', class: `container ${this.size}` }, h("div", { key: '1aad6d3024b07f8c9c0a12a44bf32ef4c9290dee', class: `content ${this.size}` }, this.checkbox && (h("gb-tag-checkbox", { key: '0429f11855077fb81f989285f6ea16221c32c9dc', size: this.size })), this.icon === 'country' && (h("div", { key: '0ec170fe585cacb8c7e5fd3c8f19244db05c7863', class: "icon left-icon" }, h("img", { key: '8b1ed69f348744a05fccb91ade1aee4e2d278824', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '7d8e11d7a570ba78f507c0847db88f13f320a3f1', class: "avatar-icon", size: "xs", "status-icon": "false" }, h("slot", { key: '983297b761a933c23dce09c438709867e5bc7fa0', name: 'image', slot: 'image' }))), this.icon === 'dot' && (h("svg", { key: '2b0964711e9282add6d3b0a682b71dcbfd9b941c', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: 'f63cc49b1390f63da7a4bbe69459c65df104bd42', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: '7c70d7d61b9de3c8129968626234ff33848c8c06' }), this.action === 'count' && (h("gb-tag-count", { key: '94bc654284b23c580f0bf8f179f653e4ae865e0b', size: this.size }, h("slot", { key: 'ef1a24b28f0c8f6c44a03e762223ff0335badb55', slot: "count", name: "count" })))), this.action === 'X_close' && (h("gb-tag-close", { key: '72e5b7289148a5ea6e72c89ce782724593150b8e', size: this.size }))));
12
+ return (h("div", { key: 'f7f45f739bad24d9962cccc2e4e97418f12c89f8', class: `container ${this.size}` }, h("div", { key: 'cd23b66ae42eaf4702f73ca4d231ef010591c0c0', class: `content ${this.size}` }, this.checkbox && (h("gb-tag-checkbox", { key: '11845e9c8eb4705e02eab8853606d305596eb9e4', size: this.size })), this.icon === 'country' && (h("div", { key: '094e97ecf28fc802761a76620521ea178609dc2f', class: "icon left-icon" }, h("img", { key: 'ca1c8c9c29cbcd4402e6d459cdb9c52908458dc1', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '85431ab0ca87986cde3eaba9f881828b8d258b85', class: "avatar-icon", size: "xs", "status-icon": "false" }, h("slot", { key: '5b73639ea9699ae504d0aeeb8d5dc19dfeded146', name: 'image', slot: 'image' }))), this.icon === 'dot' && (h("svg", { key: '7fed1c336a0c0452212b9c07377dbc6214d1899d', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '69b960443d9d0246f21feaa9af1fb62b1e9e638c', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("slot", { key: 'e0eee5a573b564884f9612045f72e45516e9b106' }), this.action === 'count' && (h("gb-tag-count", { key: '63731582f12ab09c1b09875f5b083fe2aa860639', size: this.size }, h("slot", { key: 'a65d79c08244775763ab14d00074372326413eeb', slot: "count", name: "count" })))), this.action === 'X_close' && (h("gb-tag-close", { key: 'a843c47a296ab8e244d8ab085e68a33549870e37', size: this.size }))));
13
13
  }
14
14
  static get is() { return "gb-tag"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -3,21 +3,24 @@ export class GbTextareaInputField {
3
3
  constructor() {
4
4
  this.type = undefined;
5
5
  this.destructive = undefined;
6
+ this.state = undefined;
7
+ this.showPlaceholder = undefined;
6
8
  this.placeholder = '';
9
+ this.showLabel = undefined;
7
10
  this.label = '';
11
+ this.showHintText = undefined;
12
+ this.hintText = undefined;
8
13
  }
9
14
  render() {
10
15
  if (this.type === 'default') {
11
- return [
12
- h("label", null, this.label),
13
- h("textarea", { placeholder: this.placeholder })
14
- ];
16
+ return (h("div", { class: {
17
+ destructive: this.destructive
18
+ } }, h("div", { class: "input-with-label" }, h("label", null, this.label), h("div", { class: "input-container" }, h("textarea", { placeholder: this.placeholder }))), this.showHintText && (h("div", null, this.hintText))));
15
19
  }
16
20
  if (this.type === 'tags') {
17
- return [
18
- h("label", null),
19
- h("textarea", { placeholder: this.placeholder }, h("slot", null))
20
- ];
21
+ return (h("div", { class: {
22
+ destructive: this.destructive
23
+ } }, h("div", { class: "input-with-label" }, h("label", null, this.label), h("div", { class: "input-container" }, h("div", { class: "content" }, h("div", { class: "tags" }, h("slot", { name: "tag" })), h("input", { class: "search-text" })))), this.showHintText && (h("div", null, this.hintText))));
21
24
  }
22
25
  }
23
26
  static get is() { return "gb-textarea-input-field"; }
@@ -60,7 +63,7 @@ export class GbTextareaInputField {
60
63
  "references": {}
61
64
  },
62
65
  "required": false,
63
- "optional": true,
66
+ "optional": false,
64
67
  "docs": {
65
68
  "tags": [],
66
69
  "text": ""
@@ -68,6 +71,40 @@ export class GbTextareaInputField {
68
71
  "attribute": "destructive",
69
72
  "reflect": false
70
73
  },
74
+ "state": {
75
+ "type": "string",
76
+ "mutable": false,
77
+ "complexType": {
78
+ "original": "'placeholder' | 'disabled'",
79
+ "resolved": "\"disabled\" | \"placeholder\"",
80
+ "references": {}
81
+ },
82
+ "required": false,
83
+ "optional": false,
84
+ "docs": {
85
+ "tags": [],
86
+ "text": ""
87
+ },
88
+ "attribute": "state",
89
+ "reflect": false
90
+ },
91
+ "showPlaceholder": {
92
+ "type": "boolean",
93
+ "mutable": false,
94
+ "complexType": {
95
+ "original": "boolean",
96
+ "resolved": "boolean",
97
+ "references": {}
98
+ },
99
+ "required": false,
100
+ "optional": false,
101
+ "docs": {
102
+ "tags": [],
103
+ "text": ""
104
+ },
105
+ "attribute": "show-placeholder",
106
+ "reflect": false
107
+ },
71
108
  "placeholder": {
72
109
  "type": "string",
73
110
  "mutable": false,
@@ -86,6 +123,23 @@ export class GbTextareaInputField {
86
123
  "reflect": false,
87
124
  "defaultValue": "''"
88
125
  },
126
+ "showLabel": {
127
+ "type": "boolean",
128
+ "mutable": false,
129
+ "complexType": {
130
+ "original": "boolean",
131
+ "resolved": "boolean",
132
+ "references": {}
133
+ },
134
+ "required": false,
135
+ "optional": false,
136
+ "docs": {
137
+ "tags": [],
138
+ "text": ""
139
+ },
140
+ "attribute": "show-label",
141
+ "reflect": false
142
+ },
89
143
  "label": {
90
144
  "type": "string",
91
145
  "mutable": false,
@@ -103,6 +157,40 @@ export class GbTextareaInputField {
103
157
  "attribute": "label",
104
158
  "reflect": false,
105
159
  "defaultValue": "''"
160
+ },
161
+ "showHintText": {
162
+ "type": "boolean",
163
+ "mutable": false,
164
+ "complexType": {
165
+ "original": "boolean",
166
+ "resolved": "boolean",
167
+ "references": {}
168
+ },
169
+ "required": false,
170
+ "optional": false,
171
+ "docs": {
172
+ "tags": [],
173
+ "text": ""
174
+ },
175
+ "attribute": "show-hint-text",
176
+ "reflect": false
177
+ },
178
+ "hintText": {
179
+ "type": "string",
180
+ "mutable": false,
181
+ "complexType": {
182
+ "original": "string",
183
+ "resolved": "string",
184
+ "references": {}
185
+ },
186
+ "required": false,
187
+ "optional": false,
188
+ "docs": {
189
+ "tags": [],
190
+ "text": ""
191
+ },
192
+ "attribute": "hint-text",
193
+ "reflect": false
106
194
  }
107
195
  };
108
196
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gb-textarea-input-field.js","sourceRoot":"","sources":["../../../src/components/gb-textarea-input-field/gb-textarea-input-field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAQnD,MAAM,OAAO,oBAAoB;;;;2BAGC,EAAE;qBACR,EAAE;;IAE1B,MAAM;QAEF,IAAG,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YACzB,OAAO;gBACH,iBAAQ,IAAI,CAAC,KAAK,CAAS;gBAC3B,gBAAU,WAAW,EAAE,IAAI,CAAC,WAAW,GAAa;aACvD,CAAC;QACN,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,KAAK,MAAM,EAAE,CAAC;YACtB,OAAO;gBACH,gBAAe;gBACf,gBAAU,WAAW,EAAE,IAAI,CAAC,WAAW;oBACnC,eAAa,CACN;aACd,CAAA;QACL,CAAC;IAEL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Prop, h } from \"@stencil/core\";\r\n\r\n@Component ({\r\n tag: 'gb-textarea-input-field',\r\n styleUrl: 'gb-textarea-input-field.css',\r\n shadow: true\r\n})\r\n\r\nexport class GbTextareaInputField {\r\n @Prop() type: 'default' | 'tags';\r\n @Prop() destructive? : boolean;\r\n @Prop() placeholder: string = '';\r\n @Prop() label: string = '';\r\n\r\n render() {\r\n \r\n if(this.type === 'default') {\r\n return [\r\n <label>{this.label}</label>,\r\n <textarea placeholder={this.placeholder}></textarea>\r\n ];\r\n }\r\n if(this.type === 'tags') {\r\n return [\r\n <label></label>,\r\n <textarea placeholder={this.placeholder}>\r\n <slot></slot>\r\n </textarea>\r\n ]\r\n }\r\n \r\n }\r\n}"]}
1
+ {"version":3,"file":"gb-textarea-input-field.js","sourceRoot":"","sources":["../../../src/components/gb-textarea-input-field/gb-textarea-input-field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAQnD,MAAM,OAAO,oBAAoB;;;;;;2BAKC,EAAE;;qBAER,EAAE;;;;IAI1B,MAAM;QAEF,IAAG,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YACzB,OAAO,CACH,WAAK,KAAK,EAAE;oBACR,WAAW,EAAE,IAAI,CAAC,WAAW;iBAChC;gBACG,WAAK,KAAK,EAAC,kBAAkB;oBACzB,iBAAQ,IAAI,CAAC,KAAK,CAAS;oBAC3B,WAAK,KAAK,EAAC,iBAAiB;wBAC5B,gBAAU,WAAW,EAAE,IAAI,CAAC,WAAW,GAAa,CAC9C,CACJ;gBACL,IAAI,CAAC,YAAY,IAAI,CAClB,eAAM,IAAI,CAAC,QAAQ,CAAO,CAC7B,CACC,CACT,CAAC;QACN,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,KAAK,MAAM,EAAE,CAAC;YACtB,OAAO,CACH,WAAK,KAAK,EAAE;oBACR,WAAW,EAAE,IAAI,CAAC,WAAW;iBAChC;gBACG,WAAK,KAAK,EAAC,kBAAkB;oBACzB,iBAAQ,IAAI,CAAC,KAAK,CAAS;oBAC3B,WAAK,KAAK,EAAC,iBAAiB;wBACxB,WAAK,KAAK,EAAC,SAAS;4BAChB,WAAK,KAAK,EAAC,MAAM;gCACb,YAAM,IAAI,EAAC,KAAK,GAAQ,CACtB;4BACN,aAAO,KAAK,EAAC,aAAa,GAAS,CACjC,CACJ,CACJ;gBACL,IAAI,CAAC,YAAY,IAAI,CAClB,eAAM,IAAI,CAAC,QAAQ,CAAO,CAC7B,CACC,CACT,CAAC;QACN,CAAC;IAEL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Prop, h } from \"@stencil/core\";\r\n\r\n@Component ({\r\n tag: 'gb-textarea-input-field',\r\n styleUrl: 'gb-textarea-input-field.css',\r\n shadow: true\r\n})\r\n\r\nexport class GbTextareaInputField {\r\n @Prop() type: 'default' | 'tags';\r\n @Prop() destructive: boolean;\r\n @Prop() state: 'placeholder' | 'disabled';\r\n @Prop() showPlaceholder: boolean;\r\n @Prop() placeholder: string = '';\r\n @Prop() showLabel: boolean;\r\n @Prop() label: string = '';\r\n @Prop() showHintText: boolean;\r\n @Prop() hintText: string;\r\n\r\n render() {\r\n \r\n if(this.type === 'default') {\r\n return (\r\n <div class={{\r\n destructive: this.destructive\r\n }}>\r\n <div class=\"input-with-label\">\r\n <label>{this.label}</label>\r\n <div class=\"input-container\">\r\n <textarea placeholder={this.placeholder}></textarea>\r\n </div>\r\n </div>\r\n {this.showHintText && (\r\n <div>{this.hintText}</div>\r\n )}\r\n </div>\r\n );\r\n }\r\n if(this.type === 'tags') {\r\n return (\r\n <div class={{\r\n destructive: this.destructive\r\n }}>\r\n <div class=\"input-with-label\">\r\n <label>{this.label}</label>\r\n <div class=\"input-container\">\r\n <div class=\"content\">\r\n <div class=\"tags\">\r\n <slot name=\"tag\"></slot>\r\n </div>\r\n <input class=\"search-text\"></input>\r\n </div>\r\n </div>\r\n </div>\r\n {this.showHintText && (\r\n <div>{this.hintText}</div>\r\n )}\r\n </div>\r\n );\r\n }\r\n \r\n }\r\n}"]}
@@ -37,7 +37,7 @@ export class GbToast {
37
37
  slottedSupportingText.classList.add(this.getSupportingColorClasses());
38
38
  }
39
39
  render() {
40
- return (h("div", { key: 'd95d4511a1456ac9d1f591c586f00deb81c68d76', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: '61010fdeeb7e664c9a8b752d2ac7adefb78daef0', class: `icon_container` }, h("svg", { key: '5c239ff43d015458041e68bf3c4bd4c01ec7976d', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '6ebcdc8c65ad40b714f94e34323b0811221ce19b', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '3e52dc626c6786a94bcca856025bd219370c3425', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: '1ab1b1b1aff13f1abe5977ff4407c3a17e0f168f', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '5b24f40aa5edc142634714db53a748b0aaced08d', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: '4c58781bdc66f3152328bb6d3c5866a520cd8cce', class: `text ${this.size}` }, h("slot", { key: '09afffca9a3a63982552535f74af02251f7c0e75', name: "main_text" }), this.showSupportingText && h("slot", { key: '926b84330889a6181f51df9f1ec114459515ca03', name: "supporting_text" })), this.actions && (h("div", { key: '0dd29c609ebdbe33453d4e1f324251af0f0120ff', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: '4a4d625064300df3fbcbaa601bdbd8ece90ec5db', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: 'cc2fd7e8533f1fb0c798b76d60f56f9063d396fb', class: `container ${this.breakpoint}` }, h("div", { key: 'eedf4905a9c7aa651793bd8d99cd1c585a1bb0b2', class: `full_width_content ${this.breakpoint}` }, h("div", { key: '00d65a54542b7f7fe1371169fe485eb73c438715', class: `inner_content ${this.breakpoint}` }, h("div", { key: '8447322752a5cc4dce9baf15fb891049c524b066', class: `icon_container` }, h("svg", { key: 'c05c970ce53d9eb731a14848b29d1aa296eaf09c', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '6778f259a1be172f4b219d356e240b02e1241f58', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '6de6782e72265d8882c9e3b05d1aff71ba8b4723', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: 'ba3e347c32f6e77536f8be1db6c3243d0e182112', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '3e3cc0178c7e4068cfb464c7d245199ff670e78c', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '35d55abbf1292e117294528a2d7c9d39208d771c', name: "main_text" }), this.showSupportingText && h("slot", { key: 'f80e273038ec2a57d5a469586808a5187f56d806', name: "supporting_text" }))), this.actions && (h("div", { key: '47df76da073a69add86db5cceeddf55eec449741', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: '29d61c96a8606c3b332dae13528ac1bde3117ae0', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}` }))))));
40
+ return (h("div", { key: '6cf0068fdc696987b44a0101f3e16c3fa5b4600b', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: '7d2f1b71fb9a91e50d130f485fea06135607d0e8', class: `icon_container` }, h("svg", { key: 'db777a6562370b08cbe38414957e01729119bb5b', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: 'dc0f31b86bf3736ab66a750056ab2d353404684b', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '2364e9404304605b1e0bc79b0816d903d780d0bf', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: '867139bc0a40cca9bc4a9700ba0066a4c9234dea', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '6eed742cd9d272ab4ad09441935706344522116a', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: '23a71e55aa7223fd521a3b394eb505591c90bf7c', class: `text ${this.size}` }, h("slot", { key: 'ebd5a1945d3b428fa56085f81d09d28f0eb86620', name: "main_text" }), this.showSupportingText && h("slot", { key: '0821a98e6e3103d55b94d2839bf71255e235bca6', name: "supporting_text" })), this.actions && (h("div", { key: 'f5d2e26131277ad50ca0c14a41edf222c36b5bdc', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: 'c3a1b7d2dc2569426dbdc2bbd60d7d3b5238e6b2', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: '81f166df12c7585177b7746f780d40b222cbba95', class: `container ${this.breakpoint}` }, h("div", { key: '0b72b1647a3e83402215edef30b7f0604518d766', class: `full_width_content ${this.breakpoint}` }, h("div", { key: '06f712200b8da4d32c3deab64d3253b4d933b511', class: `inner_content ${this.breakpoint}` }, h("div", { key: 'a85f3b5c80134d2e219ddc24861dce0a3ad2c818', class: `icon_container` }, h("svg", { key: '6592f961422464667cc5b0b0eeffa27a020adebb', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '6efe3a5807729a5d1d054069a43cedb8018944f8', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: 'df3b4f4aa6400a0f2a167de57e8fbe9962f787f0', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: '4429a7eefd22f5994e24b868c0bfcd4e04cea317', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '48645100b64f573e6aca7d480cee8d0936833d47', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: 'f2d1d726a1f78b13992796e32bc73ad015e727d3', name: "main_text" }), this.showSupportingText && h("slot", { key: '09f4a23ec28a48bcc3f8430fa7750515dc0772f7', name: "supporting_text" }))), this.actions && (h("div", { key: 'a420ba9f236ebca1212aff2a8549d845978bd70c', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: 'b2ebbfb94de1f149565247eb17421719c4ca3a8c', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}` }))))));
41
41
  }
42
42
  static get is() { return "gb-toast"; }
43
43
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class GbToastButton {
9
9
  slottedContent.classList.add('text-sm-semi-bold');
10
10
  }
11
11
  render() {
12
- return (h("div", { key: '0ea339700811074c596864a3ba2c53e68232e489', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: 'bfc66dff64f91c6163a76d1382da6ca4b8217e71' })));
12
+ return (h("div", { key: 'ca77486262fc2bf27cc43a3b0eb06bca25886739', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: '714607789b9c6dca9ee953d84a1f2ba02cc39353' })));
13
13
  }
14
14
  static get is() { return "gb-toast-button"; }
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: '0cb219385879d3a1f37683ca3262c366a605f1b2', class: `toggle_div ${this.size}` }, h("div", { key: '395fe6209bc2b511f147f8f305f3894544954cc9', class: "toggle_base" }, h("gb-toggle-base", { key: '0a873badc10083d9114af1f9e31cfa17a65edd97', size: this.size, state: this.state })), h("div", { key: 'be5dd743acc92201b654e4aa389d92f685d3d7ef', class: "text" }, h("slot", { key: 'af9de231bad0a3eee1d9169db3e01d26879fe445', name: "main_text" }), this.supportingText && (h("slot", { key: '630c5bf4d3369743d5e219edd850462dfd69c2df', name: "supporting_text" })))));
35
+ return (h("div", { key: '85286e56eb5b13796519fa682ec50523191a54d2', class: `toggle_div ${this.size}` }, h("div", { key: '8f0c7dc3d5aedd3fc94060d5571e12591c27d5d0', class: "toggle_base" }, h("gb-toggle-base", { key: 'dd7b9a55c15ad84ae8a178e873ba4b7c39a64cae', size: this.size, state: this.state })), h("div", { key: '1fba864e87469a174899e0673f2b9204a0133305', class: "text" }, h("slot", { key: '1a4aefcc1caa3d539f064417c3f176aefd9d7017', name: "main_text" }), this.supportingText && (h("slot", { key: 'fe0b05b3c03ded4db3223fe87794819f22d12877', 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: 'b0519ec207ae3c9a94407adeb9c6b5fe6fc8240d', type: "checkbox", id: "customCheckbox" }),
10
- h("label", { key: '07c2ccc094310d35991f681226b0d6ee37a04361', class: `${this.size} ${this.state}`, htmlFor: "customCheckbox" })
9
+ h("input", { key: '7fc177e0328a10c93222bdb16e850023fcc580a8', type: "checkbox", id: "customCheckbox" }),
10
+ h("label", { key: '584f748de73e89db012453ae7ebce8a42ae01401', class: `${this.size} ${this.state}`, htmlFor: "customCheckbox" })
11
11
  ];
12
12
  }
13
13
  static get is() { return "gb-toggle-base"; }