@acorex/components 7.8.12 → 7.8.13

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 (234) hide show
  1. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  2. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  3. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  4. package/esm2022/alert/lib/alert.component.mjs +3 -3
  5. package/esm2022/alert/lib/alert.module.mjs +4 -4
  6. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  7. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  8. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  9. package/esm2022/badge/lib/badge.component.mjs +3 -3
  10. package/esm2022/badge/lib/badge.module.mjs +4 -4
  11. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
  12. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  13. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  14. package/esm2022/button/lib/button-item-list.component.mjs +4 -4
  15. package/esm2022/button/lib/button-item.component.mjs +3 -3
  16. package/esm2022/button/lib/button.component.mjs +5 -5
  17. package/esm2022/button/lib/button.module.mjs +4 -4
  18. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  19. package/esm2022/button-group/lib/button-group.module.mjs +4 -4
  20. package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
  21. package/esm2022/calendar/lib/calendar.class.mjs +3 -3
  22. package/esm2022/calendar/lib/calendar.component.mjs +3 -3
  23. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  24. package/esm2022/check-box/lib/check-box.component.mjs +3 -3
  25. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  26. package/esm2022/chips/lib/chips.component.mjs +3 -3
  27. package/esm2022/chips/lib/chips.module.mjs +4 -4
  28. package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
  29. package/esm2022/collapse/lib/collapse.component.mjs +3 -3
  30. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  31. package/esm2022/color-box/lib/color-box.component.mjs +3 -3
  32. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  33. package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
  34. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +3 -3
  35. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
  36. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
  37. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  38. package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
  39. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  40. package/esm2022/common/lib/classes/components.class.mjs +21 -21
  41. package/esm2022/common/lib/common.module.mjs +4 -4
  42. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  43. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  44. package/esm2022/common/lib/components/selection-base.component.class.mjs +3 -3
  45. package/esm2022/common/lib/components/value-component.class.mjs +3 -3
  46. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  47. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
  48. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  49. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  50. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  51. package/esm2022/common/lib/directives/ripple.directive.mjs +3 -3
  52. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  53. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  54. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  55. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  56. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  57. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  58. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  59. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -3
  60. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
  61. package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
  62. package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
  63. package/esm2022/data-table/lib/data-column.directive.mjs +3 -3
  64. package/esm2022/data-table/lib/data-table.component.mjs +3 -3
  65. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  66. package/esm2022/datetime-box/lib/datetime-box.component.mjs +3 -3
  67. package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
  68. package/esm2022/datetime-input/lib/datetime-input.component.mjs +3 -3
  69. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  70. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +3 -3
  71. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
  72. package/esm2022/decorators/lib/components/clear-button.component.mjs +3 -3
  73. package/esm2022/decorators/lib/components/close-button.component.mjs +3 -3
  74. package/esm2022/decorators/lib/components/generic-content.component.mjs +3 -3
  75. package/esm2022/decorators/lib/components/icon.component.mjs +3 -3
  76. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  77. package/esm2022/dialog/lib/dialog.component.mjs +3 -3
  78. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  79. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  80. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  81. package/esm2022/drawer/lib/drawer.component.mjs +3 -3
  82. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  83. package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
  84. package/esm2022/dropdown/lib/dropdown-box.component.mjs +3 -3
  85. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +3 -3
  86. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  87. package/esm2022/form/lib/form-field.component.mjs +3 -3
  88. package/esm2022/form/lib/form.component.mjs +3 -3
  89. package/esm2022/form/lib/form.module.mjs +4 -4
  90. package/esm2022/form/lib/validation-rule.widget.mjs +3 -3
  91. package/esm2022/form/lib/validation-summary.component.mjs +3 -3
  92. package/esm2022/image/lib/image.component.mjs +3 -3
  93. package/esm2022/image/lib/image.module.mjs +4 -4
  94. package/esm2022/label/lib/label.component.mjs +3 -3
  95. package/esm2022/label/lib/label.module.mjs +4 -4
  96. package/esm2022/list/lib/list.component.mjs +3 -3
  97. package/esm2022/list/lib/list.module.mjs +4 -4
  98. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  99. package/esm2022/loading/lib/loading.component.mjs +3 -3
  100. package/esm2022/loading/lib/loading.directive.mjs +3 -3
  101. package/esm2022/loading/lib/loading.module.mjs +4 -4
  102. package/esm2022/loading/lib/loading.service.mjs +3 -3
  103. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +3 -3
  104. package/esm2022/menu/lib/menu.component.mjs +3 -3
  105. package/esm2022/menu/lib/menu.module.mjs +4 -4
  106. package/esm2022/notification/lib/notification.component.mjs +3 -3
  107. package/esm2022/notification/lib/notification.module.mjs +4 -4
  108. package/esm2022/notification/lib/notification.service.mjs +3 -3
  109. package/esm2022/number-box/lib/number-box.component.mjs +3 -3
  110. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  111. package/esm2022/otp/lib/otp.component.mjs +3 -3
  112. package/esm2022/otp/lib/otp.module.mjs +4 -4
  113. package/esm2022/page/lib/base-page.class.mjs +3 -3
  114. package/esm2022/page/lib/page.component.mjs +3 -3
  115. package/esm2022/page/lib/page.module.mjs +4 -4
  116. package/esm2022/password-box/lib/password-box.component.mjs +3 -3
  117. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  118. package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
  119. package/esm2022/picker/lib/picker.component.mjs +3 -3
  120. package/esm2022/picker/lib/picker.module.mjs +4 -4
  121. package/esm2022/popover/lib/popover.component.mjs +3 -3
  122. package/esm2022/popover/lib/popover.module.mjs +4 -4
  123. package/esm2022/popup/lib/popup.component.mjs +3 -3
  124. package/esm2022/popup/lib/popup.module.mjs +4 -4
  125. package/esm2022/popup/lib/popup.service.mjs +3 -3
  126. package/esm2022/progress-bar/lib/progress-bar.component.mjs +3 -3
  127. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  128. package/esm2022/radio/lib/radio.component.mjs +3 -3
  129. package/esm2022/radio/lib/radio.module.mjs +4 -4
  130. package/esm2022/range-slider/lib/range-slider.component.mjs +3 -3
  131. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  132. package/esm2022/result/lib/result.component.mjs +3 -3
  133. package/esm2022/result/lib/result.module.mjs +4 -4
  134. package/esm2022/routing-progress/lib/routing-progress.component.mjs +3 -3
  135. package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
  136. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
  137. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
  138. package/esm2022/scheduler/lib/scheduler.component.mjs +3 -3
  139. package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
  140. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  141. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  142. package/esm2022/select-box/lib/select-box.component.mjs +3 -3
  143. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  144. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  145. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  146. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +3 -3
  147. package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
  148. package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
  149. package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
  150. package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
  151. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  152. package/esm2022/switch/lib/switch.component.mjs +3 -3
  153. package/esm2022/switch/lib/switch.module.mjs +4 -4
  154. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  155. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  156. package/esm2022/tabs/lib/tabs.component.mjs +3 -3
  157. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  158. package/esm2022/tag/lib/tag.component.mjs +3 -3
  159. package/esm2022/tag/lib/tag.module.mjs +4 -4
  160. package/esm2022/text-area/lib/text-area.component.mjs +3 -3
  161. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  162. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  163. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  164. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  165. package/esm2022/toast/lib/toast.component.mjs +3 -3
  166. package/esm2022/toast/lib/toast.module.mjs +4 -4
  167. package/esm2022/toast/lib/toast.service.mjs +3 -3
  168. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  169. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  170. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  171. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
  172. package/esm2022/uploader/lib/uploader-list.component.mjs +3 -3
  173. package/esm2022/uploader/lib/uploader-overlay.component.mjs +3 -3
  174. package/esm2022/uploader/lib/uploader-zone.directive.mjs +3 -3
  175. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  176. package/esm2022/uploader/lib/uploader.service.mjs +3 -3
  177. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  178. package/fesm2022/acorex-components-alert.mjs +7 -7
  179. package/fesm2022/acorex-components-avatar.mjs +10 -10
  180. package/fesm2022/acorex-components-badge.mjs +7 -7
  181. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  182. package/fesm2022/acorex-components-button-group.mjs +7 -7
  183. package/fesm2022/acorex-components-button.mjs +16 -16
  184. package/fesm2022/acorex-components-button.mjs.map +1 -1
  185. package/fesm2022/acorex-components-calendar.mjs +13 -13
  186. package/fesm2022/acorex-components-check-box.mjs +7 -7
  187. package/fesm2022/acorex-components-chips.mjs +7 -7
  188. package/fesm2022/acorex-components-collapse.mjs +10 -10
  189. package/fesm2022/acorex-components-color-box.mjs +7 -7
  190. package/fesm2022/acorex-components-color-palette.mjs +25 -25
  191. package/fesm2022/acorex-components-common.mjs +61 -61
  192. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  193. package/fesm2022/acorex-components-data-table.mjs +10 -10
  194. package/fesm2022/acorex-components-datetime-box.mjs +7 -7
  195. package/fesm2022/acorex-components-datetime-input.mjs +7 -7
  196. package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
  197. package/fesm2022/acorex-components-decorators.mjs +16 -16
  198. package/fesm2022/acorex-components-dialog.mjs +10 -10
  199. package/fesm2022/acorex-components-drawer.mjs +10 -10
  200. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  201. package/fesm2022/acorex-components-form.mjs +16 -16
  202. package/fesm2022/acorex-components-image.mjs +7 -7
  203. package/fesm2022/acorex-components-label.mjs +7 -7
  204. package/fesm2022/acorex-components-list.mjs +7 -7
  205. package/fesm2022/acorex-components-loading.mjs +16 -16
  206. package/fesm2022/acorex-components-menu.mjs +10 -10
  207. package/fesm2022/acorex-components-notification.mjs +10 -10
  208. package/fesm2022/acorex-components-number-box.mjs +7 -7
  209. package/fesm2022/acorex-components-otp.mjs +7 -7
  210. package/fesm2022/acorex-components-page.mjs +10 -10
  211. package/fesm2022/acorex-components-password-box.mjs +7 -7
  212. package/fesm2022/acorex-components-picker.mjs +10 -10
  213. package/fesm2022/acorex-components-popover.mjs +7 -7
  214. package/fesm2022/acorex-components-popup.mjs +10 -10
  215. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  216. package/fesm2022/acorex-components-radio.mjs +7 -7
  217. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  218. package/fesm2022/acorex-components-result.mjs +7 -7
  219. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  220. package/fesm2022/acorex-components-scheduler.mjs +13 -13
  221. package/fesm2022/acorex-components-search-box.mjs +7 -7
  222. package/fesm2022/acorex-components-select-box.mjs +7 -7
  223. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  224. package/fesm2022/acorex-components-side-menu.mjs +10 -10
  225. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  226. package/fesm2022/acorex-components-switch.mjs +10 -10
  227. package/fesm2022/acorex-components-tabs.mjs +13 -13
  228. package/fesm2022/acorex-components-tag.mjs +7 -7
  229. package/fesm2022/acorex-components-text-area.mjs +7 -7
  230. package/fesm2022/acorex-components-text-box.mjs +10 -10
  231. package/fesm2022/acorex-components-toast.mjs +10 -10
  232. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  233. package/fesm2022/acorex-components-uploader.mjs +19 -19
  234. package/package.json +4 -4
@@ -58,14 +58,14 @@ export class AXButtonComponent extends MXButtonBaseComponent {
58
58
  blur() {
59
59
  this.getButton().classList.remove('ax-state-focus');
60
60
  }
61
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
62
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.9", type: AXButtonComponent, selector: "ax-button", inputs: { disabled: "disabled", size: "size", tabIndex: "tabIndex", color: "color", look: "look", text: "text", toggleable: "toggleable", selected: "selected", type: "type" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", selectedChange: "selectedChange", toggleableChange: "toggleableChange", lookChange: "lookChange", colorChange: "colorChange", disabledChange: "disabledChange" }, host: { properties: { "class": "this.__hostClass" } }, providers: [
61
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
62
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.6", type: AXButtonComponent, selector: "ax-button", inputs: { disabled: "disabled", size: "size", tabIndex: "tabIndex", color: "color", look: "look", text: "text", toggleable: "toggleable", selected: "selected", type: "type" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", selectedChange: "selectedChange", toggleableChange: "toggleableChange", lookChange: "lookChange", colorChange: "colorChange", disabledChange: "disabledChange" }, host: { properties: { "class": "this.__hostClass" } }, providers: [
63
63
  { provide: AXComponent, useExisting: AXButtonComponent },
64
64
  { provide: AXButtonItemComponent, useExisting: AXButtonComponent },
65
65
  { provide: AXFocusableComponent, useExisting: AXButtonComponent },
66
- ], usesInheritance: true, ngImport: i0, template: "<button\n axRipple\n [disabled]=\"disabled\"\n [attr.tabindex]=\"tabIndex\"\n (focus)=\"emitOnFocusEvent($event)\"\n (blur)=\"emitOnBlurEvent($event)\"\n (click)=\"_handleClick($event)\"\n [attr.type]=\"type\"\n>\n <ng-content select=\"ax-prefix, ax-loading, ax-icon\"> </ng-content>\n <ng-content select=\"ax-content\"> </ng-content>\n <span class=\"ax-button-text\" *ngIf=\"text\">{{ text }}</span>\n <ng-content select=\"ax-suffix\"> </ng-content>\n <ng-content select=\"ax-dropdown-panel\"> </ng-content>\n <ng-content select=\".tab-content\"> </ng-content>\n</button>\n", styles: ["ax-button{display:inline-flex;align-items:center;justify-content:center;-moz-border-radius:var(--ax-rounded-border-default);-webkit-border-radius:var(--ax-rounded-border-default);-khtml-border-radius:var(--ax-rounded-border-default);-border-radius:var(--ax-rounded-border-default);height:var(--ax-size-default);font-size:.875rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;outline-color:transparent}ax-button.ax-xs{font-size:.75rem}ax-button.ax-xs>button{padding-inline-start:.25rem;padding-inline-end:.25rem}ax-button.ax-sm>button{padding-inline-start:.5rem;padding-inline-end:.5rem}ax-button.ax-sm,ax-button.ax-md{font-size:.875rem}ax-button.ax-lg{font-size:1.25rem}ax-button.ax-lg>button{padding-inline-start:1.5rem;padding-inline-end:1.5rem}ax-button.ax-xl{font-size:1.5rem}ax-button.ax-xl>button{padding-inline-start:2rem;padding-inline-end:2rem}ax-button.ax-button-icon{font-size:1rem;width:var(--ax-size-default);height:var(--ax-size-default)}ax-button.ax-state-disabled,ax-button.ax-state-loading{opacity:.5}ax-button.ax-state-disabled>button,ax-button.ax-state-loading>button{cursor:not-allowed}ax-button>button{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%;padding:0 1rem;position:relative;border-radius:inherit;outline-color:transparent;overflow:hidden}ax-button>button.ax-state-focus:focus,ax-button>button:focus-visible{outline-width:2px;outline-offset:2px;outline-style:solid;outline-color:rgba(var(--ax-color-black),.3)}ax-button>button .ax-button-text{padding-inline-start:.5rem;padding-inline-end:.5rem;white-space:nowrap;font-weight:500;line-height:1}ax-button ax-prefix,ax-button ax-suffix{display:flex}ax-button.ax-ghost-solid{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore));border:1px solid;border-color:rgba(var(--ax-color-border-default));box-shadow:#0000 0 0,#0000 0 0,#0000000d 0 1px 2px}ax-button.ax-ghost-solid:hover:not(ax-button.ax-ghost-solid:hover.ax-state-selected,ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-600));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-outline:hover:not(ax-button.ax-ghost-outline:hover.ax-state-selected,ax-button.ax-ghost-outline:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-outline:active{opacity:1}ax-button.ax-ghost-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-blank:hover:not(ax-button.ax-ghost-blank:hover.ax-state-selected,ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-blank:active{opacity:1}ax-button.ax-ghost-blank>button .ax-ripple{background-color:rgba(var(--ax-color-ghost-fore),.5)!important}ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-twotone:hover:not(ax-button.ax-ghost-twotone:hover.ax-state-selected,ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300));border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone>button:is(ax-button.ax-ghost-twotone > button:focus-visible,ax-button.ax-ghost-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-fore),.5)}ax-button ax-button-item.ax-divided{border-bottom:1px solid rgba(var(--ax-color-border-default))!important}ax-button.ax-primary-solid{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore));border-color:rgba(var(--ax-color-primary-400))}ax-button.ax-primary-solid:is(ax-button.ax-primary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-600))}ax-button.ax-primary-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-700))}ax-button.ax-primary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-primary-solid>button:is(ax-button.ax-primary-solid > button:focus-visible,ax-button.ax-primary-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-100))}ax-button.ax-primary-twotone:is(ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200))}ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300))}ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-400),.5)!important}ax-button.ax-primary-twotone>button:is(ax-button.ax-primary-twotone > button:focus-visible,ax-button.ax-primary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline{border:1px solid;border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline:is(ax-button.ax-primary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-outline>button:is(ax-button.ax-primary-outline > button:focus-visible,ax-button.ax-primary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-fore-lighten));outline-color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-blank>button:is(ax-button.ax-primary-blank > button:focus-visible,ax-button.ax-primary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-secondary-solid{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore));border-color:rgba(var(--ax-color-secondary-400))}ax-button.ax-secondary-solid:is(ax-button.ax-secondary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-600))}ax-button.ax-secondary-solid.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700))}ax-button.ax-secondary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-fore),.5)!important}ax-button.ax-secondary-solid>button:is(ax-button.ax-secondary-solid > button:focus-visible,ax-button.ax-secondary-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-100))}ax-button.ax-secondary-twotone:is(ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-200))}ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-300))}ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-400),.5)!important}ax-button.ax-secondary-twotone>button:is(ax-button.ax-secondary-twotone > button:focus-visible,ax-button.ax-secondary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline{border:1px solid;border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline:is(ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-outline>button:is(ax-button.ax-secondary-outline > button:focus-visible,ax-button.ax-secondary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-fore-lighten));outline-color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-blank>button:is(ax-button.ax-secondary-blank > button:focus-visible,ax-button.ax-secondary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-success-solid{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore));border-color:rgba(var(--ax-color-success-400))}ax-button.ax-success-solid:is(ax-button.ax-success-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-600))}ax-button.ax-success-solid.ax-state-selected{background-color:rgba(var(--ax-color-success-700))}ax-button.ax-success-solid>button .ax-ripple{background-color:rgba(var(--ax-color-success-fore),.5)!important}ax-button.ax-success-solid>button:is(ax-button.ax-success-solid > button:focus-visible,ax-button.ax-success-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-100))}ax-button.ax-success-twotone:is(ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-200))}ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-300))}ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-400),.5)!important}ax-button.ax-success-twotone>button:is(ax-button.ax-success-twotone > button:focus-visible,ax-button.ax-success-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline{border:1px solid;border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline:is(ax-button.ax-success-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-500));border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-outline>button:is(ax-button.ax-success-outline > button:focus-visible,ax-button.ax-success-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-fore-lighten));outline-color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank{color:rgba(var(--ax-color-success-500))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-blank>button:is(ax-button.ax-success-blank > button:focus-visible,ax-button.ax-success-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-warning-solid{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore));border-color:rgba(var(--ax-color-warning-400))}ax-button.ax-warning-solid:is(ax-button.ax-warning-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-600))}ax-button.ax-warning-solid.ax-state-selected{background-color:rgba(var(--ax-color-warning-700))}ax-button.ax-warning-solid>button .ax-ripple{background-color:rgba(var(--ax-color-warning-fore),.5)!important}ax-button.ax-warning-solid>button:is(ax-button.ax-warning-solid > button:focus-visible,ax-button.ax-warning-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-100))}ax-button.ax-warning-twotone:is(ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-200))}ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-300))}ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-400),.5)!important}ax-button.ax-warning-twotone>button:is(ax-button.ax-warning-twotone > button:focus-visible,ax-button.ax-warning-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline{border:1px solid;border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline:is(ax-button.ax-warning-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-outline>button:is(ax-button.ax-warning-outline > button:focus-visible,ax-button.ax-warning-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-fore-lighten));outline-color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-blank>button:is(ax-button.ax-warning-blank > button:focus-visible,ax-button.ax-warning-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-danger-solid{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore));border-color:rgba(var(--ax-color-danger-400))}ax-button.ax-danger-solid:is(ax-button.ax-danger-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-600))}ax-button.ax-danger-solid.ax-state-selected{background-color:rgba(var(--ax-color-danger-700))}ax-button.ax-danger-solid>button .ax-ripple{background-color:rgba(var(--ax-color-danger-fore),.5)!important}ax-button.ax-danger-solid>button:is(ax-button.ax-danger-solid > button:focus-visible,ax-button.ax-danger-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-100))}ax-button.ax-danger-twotone:is(ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-200))}ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-300))}ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-400),.5)!important}ax-button.ax-danger-twotone>button:is(ax-button.ax-danger-twotone > button:focus-visible,ax-button.ax-danger-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline{border:1px solid;border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline:is(ax-button.ax-danger-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-outline>button:is(ax-button.ax-danger-outline > button:focus-visible,ax-button.ax-danger-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-fore-lighten));outline-color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-blank>button:is(ax-button.ax-danger-blank > button:focus-visible,ax-button.ax-danger-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-info-solid{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore));border-color:rgba(var(--ax-color-info-400))}ax-button.ax-info-solid:is(ax-button.ax-info-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-600))}ax-button.ax-info-solid.ax-state-selected{background-color:rgba(var(--ax-color-info-700))}ax-button.ax-info-solid>button .ax-ripple{background-color:rgba(var(--ax-color-info-fore),.5)!important}ax-button.ax-info-solid>button:is(ax-button.ax-info-solid > button:focus-visible,ax-button.ax-info-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-100))}ax-button.ax-info-twotone:is(ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-200))}ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-300))}ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-400),.5)!important}ax-button.ax-info-twotone>button:is(ax-button.ax-info-twotone > button:focus-visible,ax-button.ax-info-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline{border:1px solid;border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline:is(ax-button.ax-info-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-500));border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-outline>button:is(ax-button.ax-info-outline > button:focus-visible,ax-button.ax-info-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-fore-lighten));outline-color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank{color:rgba(var(--ax-color-info-500))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-blank>button:is(ax-button.ax-info-blank > button:focus-visible,ax-button.ax-info-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-twotone:is(.ax-dark ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400))}.ax-dark ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-twotone>button:is(.ax-dark ax-button.ax-primary-twotone > button:focus-visible,.ax-dark ax-button.ax-primary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}.ax-dark ax-button.ax-primary-outline{border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-outline:is(.ax-dark ax-button.ax-primary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-outline>button:is(.ax-dark ax-button.ax-primary-outline > button:focus-visible,.ax-dark ax-button.ax-primary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-300));outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank:is(.ax-dark ax-button.ax-primary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}.ax-dark ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-300),.5)!important}.ax-dark ax-button.ax-primary-blank>button:is(.ax-dark ax-button.ax-primary-blank > button:focus-visible,.ax-dark ax-button.ax-primary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-twotone:is(.ax-dark ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-400))}.ax-dark ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-twotone>button:is(.ax-dark ax-button.ax-secondary-twotone > button:focus-visible,.ax-dark ax-button.ax-secondary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}.ax-dark ax-button.ax-secondary-outline{border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-outline:is(.ax-dark ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-outline>button:is(.ax-dark ax-button.ax-secondary-outline > button:focus-visible,.ax-dark ax-button.ax-secondary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-300));outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank:is(.ax-dark ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}.ax-dark ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-300),.5)!important}.ax-dark ax-button.ax-secondary-blank>button:is(.ax-dark ax-button.ax-secondary-blank > button:focus-visible,.ax-dark ax-button.ax-secondary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-twotone:is(.ax-dark ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-400))}.ax-dark ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-twotone>button:is(.ax-dark ax-button.ax-success-twotone > button:focus-visible,.ax-dark ax-button.ax-success-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}.ax-dark ax-button.ax-success-outline{border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-outline:is(.ax-dark ax-button.ax-success-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-outline>button:is(.ax-dark ax-button.ax-success-outline > button:focus-visible,.ax-dark ax-button.ax-success-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-300));outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank{color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank:is(.ax-dark ax-button.ax-success-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}.ax-dark ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-300),.5)!important}.ax-dark ax-button.ax-success-blank>button:is(.ax-dark ax-button.ax-success-blank > button:focus-visible,.ax-dark ax-button.ax-success-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-twotone:is(.ax-dark ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-400))}.ax-dark ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-twotone>button:is(.ax-dark ax-button.ax-warning-twotone > button:focus-visible,.ax-dark ax-button.ax-warning-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}.ax-dark ax-button.ax-warning-outline{border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-outline:is(.ax-dark ax-button.ax-warning-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-outline>button:is(.ax-dark ax-button.ax-warning-outline > button:focus-visible,.ax-dark ax-button.ax-warning-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-300));outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank:is(.ax-dark ax-button.ax-warning-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}.ax-dark ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-300),.5)!important}.ax-dark ax-button.ax-warning-blank>button:is(.ax-dark ax-button.ax-warning-blank > button:focus-visible,.ax-dark ax-button.ax-warning-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-twotone:is(.ax-dark ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-400))}.ax-dark ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-twotone>button:is(.ax-dark ax-button.ax-danger-twotone > button:focus-visible,.ax-dark ax-button.ax-danger-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}.ax-dark ax-button.ax-danger-outline{border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-outline:is(.ax-dark ax-button.ax-danger-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-outline>button:is(.ax-dark ax-button.ax-danger-outline > button:focus-visible,.ax-dark ax-button.ax-danger-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-300));outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank:is(.ax-dark ax-button.ax-danger-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}.ax-dark ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-300),.5)!important}.ax-dark ax-button.ax-danger-blank>button:is(.ax-dark ax-button.ax-danger-blank > button:focus-visible,.ax-dark ax-button.ax-danger-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-twotone:is(.ax-dark ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-400))}.ax-dark ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-twotone>button:is(.ax-dark ax-button.ax-info-twotone > button:focus-visible,.ax-dark ax-button.ax-info-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-info-outline{border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-outline:is(.ax-dark ax-button.ax-info-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-outline>button:is(.ax-dark ax-button.ax-info-outline > button:focus-visible,.ax-dark ax-button.ax-info-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-300));outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank{color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank:is(.ax-dark ax-button.ax-info-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}.ax-dark ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-300),.5)!important}.ax-dark ax-button.ax-info-blank>button:is(.ax-dark ax-button.ax-info-blank > button:focus-visible,.ax-dark ax-button.ax-info-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-ghost-solid:hover:not(.ax-dark ax-button.ax-ghost-solid:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-solid>button:is(.ax-dark ax-button.ax-ghost-solid > button:focus-visible,.ax-dark ax-button.ax-ghost-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}.ax-dark ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-outline:hover:not(.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-outline:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-outline>button:is(.ax-dark ax-button.ax-ghost-outline > button:focus-visible,.ax-dark ax-button.ax-ghost-outline > button.ax-state-focus){outline-offset:-4px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}.ax-dark ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-blank:hover:not(.ax-dark ax-button.ax-ghost-blank:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}.ax-dark ax-button.ax-ghost-blank:active{opacity:1}.ax-dark ax-button.ax-ghost-blank>button:is(.ax-dark ax-button.ax-ghost-blank > button:focus-visible,.ax-dark ax-button.ax-ghost-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-twotone:hover:not(.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400));border-color:rgba(var(--ax-color-primary-400));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone>button:is(.ax-dark ax-button.ax-ghost-twotone > button:focus-visible,.ax-dark ax-button.ax-ghost-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.AXRippleDirective, selector: "[axRipple]", inputs: ["axRippleColor"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
66
+ ], usesInheritance: true, ngImport: i0, template: "<button\n axRipple\n [disabled]=\"disabled\"\n [attr.tabindex]=\"tabIndex\"\n (focus)=\"emitOnFocusEvent($event)\"\n (blur)=\"emitOnBlurEvent($event)\"\n (click)=\"_handleClick($event)\"\n [attr.type]=\"type\"\n>\n <ng-content select=\"ax-prefix, ax-loading, ax-icon\"> </ng-content>\n <ng-content select=\"ax-content\"> </ng-content>\n <span class=\"ax-button-text\" *ngIf=\"text\">{{ text }}</span>\n <ng-content select=\"ax-suffix\"> </ng-content>\n <ng-content select=\"ax-dropdown-panel\"> </ng-content>\n <ng-content select=\".tab-content\"> </ng-content>\n</button>\n", styles: ["ax-button{display:inline-flex;align-items:center;justify-content:center;-moz-border-radius:var(--ax-rounded-border-default);-webkit-border-radius:var(--ax-rounded-border-default);-khtml-border-radius:var(--ax-rounded-border-default);-border-radius:var(--ax-rounded-border-default);height:var(--ax-size-default);font-size:.875rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;outline-color:transparent}ax-button.ax-xs{font-size:.75rem}ax-button.ax-xs>button{padding-inline-start:.25rem;padding-inline-end:.25rem}ax-button.ax-sm>button{padding-inline-start:.5rem;padding-inline-end:.5rem}ax-button.ax-sm,ax-button.ax-md{font-size:.875rem}ax-button.ax-lg{font-size:1.25rem}ax-button.ax-lg>button{padding-inline-start:1.5rem;padding-inline-end:1.5rem}ax-button.ax-xl{font-size:1.5rem}ax-button.ax-xl>button{padding-inline-start:2rem;padding-inline-end:2rem}ax-button.ax-button-icon{font-size:1rem;width:var(--ax-size-default);height:var(--ax-size-default)}ax-button.ax-state-disabled,ax-button.ax-state-loading{opacity:.5}ax-button.ax-state-disabled>button,ax-button.ax-state-loading>button{cursor:not-allowed}ax-button>button{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%;padding:0 1rem;position:relative;border-radius:inherit;outline-color:transparent;overflow:hidden}ax-button>button.ax-state-focus:focus,ax-button>button:focus-visible{outline-width:2px;outline-offset:2px;outline-style:solid;outline-color:rgba(var(--ax-color-black),.3)}ax-button>button .ax-button-text{padding-inline-start:.5rem;padding-inline-end:.5rem;white-space:nowrap;font-weight:500;line-height:1}ax-button ax-prefix,ax-button ax-suffix{display:flex}ax-button.ax-ghost-solid{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore));border:1px solid;border-color:rgba(var(--ax-color-border-default));box-shadow:#0000 0 0,#0000 0 0,#0000000d 0 1px 2px}ax-button.ax-ghost-solid:hover:not(ax-button.ax-ghost-solid:hover.ax-state-selected,ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-600));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-outline:hover:not(ax-button.ax-ghost-outline:hover.ax-state-selected,ax-button.ax-ghost-outline:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-outline:active{opacity:1}ax-button.ax-ghost-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-blank:hover:not(ax-button.ax-ghost-blank:hover.ax-state-selected,ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-blank:active{opacity:1}ax-button.ax-ghost-blank>button .ax-ripple{background-color:rgba(var(--ax-color-ghost-fore),.5)!important}ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-twotone:hover:not(ax-button.ax-ghost-twotone:hover.ax-state-selected,ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300));border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone>button:is(ax-button.ax-ghost-twotone>button:focus-visible,ax-button.ax-ghost-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-fore),.5)}ax-button ax-button-item.ax-divided{border-bottom:1px solid rgba(var(--ax-color-border-default))!important}ax-button.ax-primary-solid{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore));border-color:rgba(var(--ax-color-primary-400))}ax-button.ax-primary-solid:is(ax-button.ax-primary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-600))}ax-button.ax-primary-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-700))}ax-button.ax-primary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-primary-solid>button:is(ax-button.ax-primary-solid>button:focus-visible,ax-button.ax-primary-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-100))}ax-button.ax-primary-twotone:is(ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200))}ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300))}ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-400),.5)!important}ax-button.ax-primary-twotone>button:is(ax-button.ax-primary-twotone>button:focus-visible,ax-button.ax-primary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline{border:1px solid;border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline:is(ax-button.ax-primary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-outline>button:is(ax-button.ax-primary-outline>button:focus-visible,ax-button.ax-primary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-fore-lighten));outline-color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-blank>button:is(ax-button.ax-primary-blank>button:focus-visible,ax-button.ax-primary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-secondary-solid{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore));border-color:rgba(var(--ax-color-secondary-400))}ax-button.ax-secondary-solid:is(ax-button.ax-secondary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-600))}ax-button.ax-secondary-solid.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700))}ax-button.ax-secondary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-fore),.5)!important}ax-button.ax-secondary-solid>button:is(ax-button.ax-secondary-solid>button:focus-visible,ax-button.ax-secondary-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-100))}ax-button.ax-secondary-twotone:is(ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-200))}ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-300))}ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-400),.5)!important}ax-button.ax-secondary-twotone>button:is(ax-button.ax-secondary-twotone>button:focus-visible,ax-button.ax-secondary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline{border:1px solid;border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline:is(ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-outline>button:is(ax-button.ax-secondary-outline>button:focus-visible,ax-button.ax-secondary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-fore-lighten));outline-color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-blank>button:is(ax-button.ax-secondary-blank>button:focus-visible,ax-button.ax-secondary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-success-solid{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore));border-color:rgba(var(--ax-color-success-400))}ax-button.ax-success-solid:is(ax-button.ax-success-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-600))}ax-button.ax-success-solid.ax-state-selected{background-color:rgba(var(--ax-color-success-700))}ax-button.ax-success-solid>button .ax-ripple{background-color:rgba(var(--ax-color-success-fore),.5)!important}ax-button.ax-success-solid>button:is(ax-button.ax-success-solid>button:focus-visible,ax-button.ax-success-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-100))}ax-button.ax-success-twotone:is(ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-200))}ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-300))}ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-400),.5)!important}ax-button.ax-success-twotone>button:is(ax-button.ax-success-twotone>button:focus-visible,ax-button.ax-success-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline{border:1px solid;border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline:is(ax-button.ax-success-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-500));border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-outline>button:is(ax-button.ax-success-outline>button:focus-visible,ax-button.ax-success-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-fore-lighten));outline-color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank{color:rgba(var(--ax-color-success-500))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-blank>button:is(ax-button.ax-success-blank>button:focus-visible,ax-button.ax-success-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-warning-solid{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore));border-color:rgba(var(--ax-color-warning-400))}ax-button.ax-warning-solid:is(ax-button.ax-warning-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-600))}ax-button.ax-warning-solid.ax-state-selected{background-color:rgba(var(--ax-color-warning-700))}ax-button.ax-warning-solid>button .ax-ripple{background-color:rgba(var(--ax-color-warning-fore),.5)!important}ax-button.ax-warning-solid>button:is(ax-button.ax-warning-solid>button:focus-visible,ax-button.ax-warning-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-100))}ax-button.ax-warning-twotone:is(ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-200))}ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-300))}ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-400),.5)!important}ax-button.ax-warning-twotone>button:is(ax-button.ax-warning-twotone>button:focus-visible,ax-button.ax-warning-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline{border:1px solid;border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline:is(ax-button.ax-warning-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-outline>button:is(ax-button.ax-warning-outline>button:focus-visible,ax-button.ax-warning-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-fore-lighten));outline-color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-blank>button:is(ax-button.ax-warning-blank>button:focus-visible,ax-button.ax-warning-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-danger-solid{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore));border-color:rgba(var(--ax-color-danger-400))}ax-button.ax-danger-solid:is(ax-button.ax-danger-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-600))}ax-button.ax-danger-solid.ax-state-selected{background-color:rgba(var(--ax-color-danger-700))}ax-button.ax-danger-solid>button .ax-ripple{background-color:rgba(var(--ax-color-danger-fore),.5)!important}ax-button.ax-danger-solid>button:is(ax-button.ax-danger-solid>button:focus-visible,ax-button.ax-danger-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-100))}ax-button.ax-danger-twotone:is(ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-200))}ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-300))}ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-400),.5)!important}ax-button.ax-danger-twotone>button:is(ax-button.ax-danger-twotone>button:focus-visible,ax-button.ax-danger-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline{border:1px solid;border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline:is(ax-button.ax-danger-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-outline>button:is(ax-button.ax-danger-outline>button:focus-visible,ax-button.ax-danger-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-fore-lighten));outline-color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-blank>button:is(ax-button.ax-danger-blank>button:focus-visible,ax-button.ax-danger-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-info-solid{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore));border-color:rgba(var(--ax-color-info-400))}ax-button.ax-info-solid:is(ax-button.ax-info-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-600))}ax-button.ax-info-solid.ax-state-selected{background-color:rgba(var(--ax-color-info-700))}ax-button.ax-info-solid>button .ax-ripple{background-color:rgba(var(--ax-color-info-fore),.5)!important}ax-button.ax-info-solid>button:is(ax-button.ax-info-solid>button:focus-visible,ax-button.ax-info-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-100))}ax-button.ax-info-twotone:is(ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-200))}ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-300))}ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-400),.5)!important}ax-button.ax-info-twotone>button:is(ax-button.ax-info-twotone>button:focus-visible,ax-button.ax-info-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline{border:1px solid;border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline:is(ax-button.ax-info-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-500));border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-outline>button:is(ax-button.ax-info-outline>button:focus-visible,ax-button.ax-info-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-fore-lighten));outline-color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank{color:rgba(var(--ax-color-info-500))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-blank>button:is(ax-button.ax-info-blank>button:focus-visible,ax-button.ax-info-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-twotone:is(.ax-dark ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400))}.ax-dark ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-twotone>button:is(.ax-dark ax-button.ax-primary-twotone>button:focus-visible,.ax-dark ax-button.ax-primary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}.ax-dark ax-button.ax-primary-outline{border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-outline:is(.ax-dark ax-button.ax-primary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-outline>button:is(.ax-dark ax-button.ax-primary-outline>button:focus-visible,.ax-dark ax-button.ax-primary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-300));outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank:is(.ax-dark ax-button.ax-primary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}.ax-dark ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-300),.5)!important}.ax-dark ax-button.ax-primary-blank>button:is(.ax-dark ax-button.ax-primary-blank>button:focus-visible,.ax-dark ax-button.ax-primary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-twotone:is(.ax-dark ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-400))}.ax-dark ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-twotone>button:is(.ax-dark ax-button.ax-secondary-twotone>button:focus-visible,.ax-dark ax-button.ax-secondary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}.ax-dark ax-button.ax-secondary-outline{border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-outline:is(.ax-dark ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-outline>button:is(.ax-dark ax-button.ax-secondary-outline>button:focus-visible,.ax-dark ax-button.ax-secondary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-300));outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank:is(.ax-dark ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}.ax-dark ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-300),.5)!important}.ax-dark ax-button.ax-secondary-blank>button:is(.ax-dark ax-button.ax-secondary-blank>button:focus-visible,.ax-dark ax-button.ax-secondary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-twotone:is(.ax-dark ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-400))}.ax-dark ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-twotone>button:is(.ax-dark ax-button.ax-success-twotone>button:focus-visible,.ax-dark ax-button.ax-success-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}.ax-dark ax-button.ax-success-outline{border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-outline:is(.ax-dark ax-button.ax-success-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-outline>button:is(.ax-dark ax-button.ax-success-outline>button:focus-visible,.ax-dark ax-button.ax-success-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-300));outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank{color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank:is(.ax-dark ax-button.ax-success-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}.ax-dark ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-300),.5)!important}.ax-dark ax-button.ax-success-blank>button:is(.ax-dark ax-button.ax-success-blank>button:focus-visible,.ax-dark ax-button.ax-success-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-twotone:is(.ax-dark ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-400))}.ax-dark ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-twotone>button:is(.ax-dark ax-button.ax-warning-twotone>button:focus-visible,.ax-dark ax-button.ax-warning-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}.ax-dark ax-button.ax-warning-outline{border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-outline:is(.ax-dark ax-button.ax-warning-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-outline>button:is(.ax-dark ax-button.ax-warning-outline>button:focus-visible,.ax-dark ax-button.ax-warning-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-300));outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank:is(.ax-dark ax-button.ax-warning-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}.ax-dark ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-300),.5)!important}.ax-dark ax-button.ax-warning-blank>button:is(.ax-dark ax-button.ax-warning-blank>button:focus-visible,.ax-dark ax-button.ax-warning-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-twotone:is(.ax-dark ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-400))}.ax-dark ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-twotone>button:is(.ax-dark ax-button.ax-danger-twotone>button:focus-visible,.ax-dark ax-button.ax-danger-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}.ax-dark ax-button.ax-danger-outline{border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-outline:is(.ax-dark ax-button.ax-danger-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-outline>button:is(.ax-dark ax-button.ax-danger-outline>button:focus-visible,.ax-dark ax-button.ax-danger-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-300));outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank:is(.ax-dark ax-button.ax-danger-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}.ax-dark ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-300),.5)!important}.ax-dark ax-button.ax-danger-blank>button:is(.ax-dark ax-button.ax-danger-blank>button:focus-visible,.ax-dark ax-button.ax-danger-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-twotone:is(.ax-dark ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-400))}.ax-dark ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-twotone>button:is(.ax-dark ax-button.ax-info-twotone>button:focus-visible,.ax-dark ax-button.ax-info-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-info-outline{border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-outline:is(.ax-dark ax-button.ax-info-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-outline>button:is(.ax-dark ax-button.ax-info-outline>button:focus-visible,.ax-dark ax-button.ax-info-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-300));outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank{color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank:is(.ax-dark ax-button.ax-info-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}.ax-dark ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-300),.5)!important}.ax-dark ax-button.ax-info-blank>button:is(.ax-dark ax-button.ax-info-blank>button:focus-visible,.ax-dark ax-button.ax-info-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-ghost-solid:hover:not(.ax-dark ax-button.ax-ghost-solid:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-solid>button:is(.ax-dark ax-button.ax-ghost-solid>button:focus-visible,.ax-dark ax-button.ax-ghost-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}.ax-dark ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-outline:hover:not(.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-outline:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-outline>button:is(.ax-dark ax-button.ax-ghost-outline>button:focus-visible,.ax-dark ax-button.ax-ghost-outline>button.ax-state-focus){outline-offset:-4px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}.ax-dark ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-blank:hover:not(.ax-dark ax-button.ax-ghost-blank:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}.ax-dark ax-button.ax-ghost-blank:active{opacity:1}.ax-dark ax-button.ax-ghost-blank>button:is(.ax-dark ax-button.ax-ghost-blank>button:focus-visible,.ax-dark ax-button.ax-ghost-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-twotone:hover:not(.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400));border-color:rgba(var(--ax-color-primary-400));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone>button:is(.ax-dark ax-button.ax-ghost-twotone>button:focus-visible,.ax-dark ax-button.ax-ghost-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.AXRippleDirective, selector: "[axRipple]", inputs: ["axRippleColor"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{ selector: 'ax-button', inputs: ['disabled', 'size', 'tabIndex', 'color', 'look', 'text', 'toggleable', 'selected'], outputs: [
71
71
  'onBlur',
@@ -80,7 +80,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
80
80
  { provide: AXComponent, useExisting: AXButtonComponent },
81
81
  { provide: AXButtonItemComponent, useExisting: AXButtonComponent },
82
82
  { provide: AXFocusableComponent, useExisting: AXButtonComponent },
83
- ], template: "<button\n axRipple\n [disabled]=\"disabled\"\n [attr.tabindex]=\"tabIndex\"\n (focus)=\"emitOnFocusEvent($event)\"\n (blur)=\"emitOnBlurEvent($event)\"\n (click)=\"_handleClick($event)\"\n [attr.type]=\"type\"\n>\n <ng-content select=\"ax-prefix, ax-loading, ax-icon\"> </ng-content>\n <ng-content select=\"ax-content\"> </ng-content>\n <span class=\"ax-button-text\" *ngIf=\"text\">{{ text }}</span>\n <ng-content select=\"ax-suffix\"> </ng-content>\n <ng-content select=\"ax-dropdown-panel\"> </ng-content>\n <ng-content select=\".tab-content\"> </ng-content>\n</button>\n", styles: ["ax-button{display:inline-flex;align-items:center;justify-content:center;-moz-border-radius:var(--ax-rounded-border-default);-webkit-border-radius:var(--ax-rounded-border-default);-khtml-border-radius:var(--ax-rounded-border-default);-border-radius:var(--ax-rounded-border-default);height:var(--ax-size-default);font-size:.875rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;outline-color:transparent}ax-button.ax-xs{font-size:.75rem}ax-button.ax-xs>button{padding-inline-start:.25rem;padding-inline-end:.25rem}ax-button.ax-sm>button{padding-inline-start:.5rem;padding-inline-end:.5rem}ax-button.ax-sm,ax-button.ax-md{font-size:.875rem}ax-button.ax-lg{font-size:1.25rem}ax-button.ax-lg>button{padding-inline-start:1.5rem;padding-inline-end:1.5rem}ax-button.ax-xl{font-size:1.5rem}ax-button.ax-xl>button{padding-inline-start:2rem;padding-inline-end:2rem}ax-button.ax-button-icon{font-size:1rem;width:var(--ax-size-default);height:var(--ax-size-default)}ax-button.ax-state-disabled,ax-button.ax-state-loading{opacity:.5}ax-button.ax-state-disabled>button,ax-button.ax-state-loading>button{cursor:not-allowed}ax-button>button{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%;padding:0 1rem;position:relative;border-radius:inherit;outline-color:transparent;overflow:hidden}ax-button>button.ax-state-focus:focus,ax-button>button:focus-visible{outline-width:2px;outline-offset:2px;outline-style:solid;outline-color:rgba(var(--ax-color-black),.3)}ax-button>button .ax-button-text{padding-inline-start:.5rem;padding-inline-end:.5rem;white-space:nowrap;font-weight:500;line-height:1}ax-button ax-prefix,ax-button ax-suffix{display:flex}ax-button.ax-ghost-solid{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore));border:1px solid;border-color:rgba(var(--ax-color-border-default));box-shadow:#0000 0 0,#0000 0 0,#0000000d 0 1px 2px}ax-button.ax-ghost-solid:hover:not(ax-button.ax-ghost-solid:hover.ax-state-selected,ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-600));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-outline:hover:not(ax-button.ax-ghost-outline:hover.ax-state-selected,ax-button.ax-ghost-outline:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-outline:active{opacity:1}ax-button.ax-ghost-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-blank:hover:not(ax-button.ax-ghost-blank:hover.ax-state-selected,ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-blank:active{opacity:1}ax-button.ax-ghost-blank>button .ax-ripple{background-color:rgba(var(--ax-color-ghost-fore),.5)!important}ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-twotone:hover:not(ax-button.ax-ghost-twotone:hover.ax-state-selected,ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300));border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone>button:is(ax-button.ax-ghost-twotone > button:focus-visible,ax-button.ax-ghost-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-fore),.5)}ax-button ax-button-item.ax-divided{border-bottom:1px solid rgba(var(--ax-color-border-default))!important}ax-button.ax-primary-solid{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore));border-color:rgba(var(--ax-color-primary-400))}ax-button.ax-primary-solid:is(ax-button.ax-primary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-600))}ax-button.ax-primary-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-700))}ax-button.ax-primary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-primary-solid>button:is(ax-button.ax-primary-solid > button:focus-visible,ax-button.ax-primary-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-100))}ax-button.ax-primary-twotone:is(ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200))}ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300))}ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-400),.5)!important}ax-button.ax-primary-twotone>button:is(ax-button.ax-primary-twotone > button:focus-visible,ax-button.ax-primary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline{border:1px solid;border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline:is(ax-button.ax-primary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-outline>button:is(ax-button.ax-primary-outline > button:focus-visible,ax-button.ax-primary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-fore-lighten));outline-color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-blank>button:is(ax-button.ax-primary-blank > button:focus-visible,ax-button.ax-primary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-secondary-solid{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore));border-color:rgba(var(--ax-color-secondary-400))}ax-button.ax-secondary-solid:is(ax-button.ax-secondary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-600))}ax-button.ax-secondary-solid.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700))}ax-button.ax-secondary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-fore),.5)!important}ax-button.ax-secondary-solid>button:is(ax-button.ax-secondary-solid > button:focus-visible,ax-button.ax-secondary-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-100))}ax-button.ax-secondary-twotone:is(ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-200))}ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-300))}ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-400),.5)!important}ax-button.ax-secondary-twotone>button:is(ax-button.ax-secondary-twotone > button:focus-visible,ax-button.ax-secondary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline{border:1px solid;border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline:is(ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-outline>button:is(ax-button.ax-secondary-outline > button:focus-visible,ax-button.ax-secondary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-fore-lighten));outline-color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-blank>button:is(ax-button.ax-secondary-blank > button:focus-visible,ax-button.ax-secondary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-success-solid{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore));border-color:rgba(var(--ax-color-success-400))}ax-button.ax-success-solid:is(ax-button.ax-success-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-600))}ax-button.ax-success-solid.ax-state-selected{background-color:rgba(var(--ax-color-success-700))}ax-button.ax-success-solid>button .ax-ripple{background-color:rgba(var(--ax-color-success-fore),.5)!important}ax-button.ax-success-solid>button:is(ax-button.ax-success-solid > button:focus-visible,ax-button.ax-success-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-100))}ax-button.ax-success-twotone:is(ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-200))}ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-300))}ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-400),.5)!important}ax-button.ax-success-twotone>button:is(ax-button.ax-success-twotone > button:focus-visible,ax-button.ax-success-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline{border:1px solid;border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline:is(ax-button.ax-success-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-500));border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-outline>button:is(ax-button.ax-success-outline > button:focus-visible,ax-button.ax-success-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-fore-lighten));outline-color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank{color:rgba(var(--ax-color-success-500))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-blank>button:is(ax-button.ax-success-blank > button:focus-visible,ax-button.ax-success-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-warning-solid{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore));border-color:rgba(var(--ax-color-warning-400))}ax-button.ax-warning-solid:is(ax-button.ax-warning-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-600))}ax-button.ax-warning-solid.ax-state-selected{background-color:rgba(var(--ax-color-warning-700))}ax-button.ax-warning-solid>button .ax-ripple{background-color:rgba(var(--ax-color-warning-fore),.5)!important}ax-button.ax-warning-solid>button:is(ax-button.ax-warning-solid > button:focus-visible,ax-button.ax-warning-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-100))}ax-button.ax-warning-twotone:is(ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-200))}ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-300))}ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-400),.5)!important}ax-button.ax-warning-twotone>button:is(ax-button.ax-warning-twotone > button:focus-visible,ax-button.ax-warning-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline{border:1px solid;border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline:is(ax-button.ax-warning-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-outline>button:is(ax-button.ax-warning-outline > button:focus-visible,ax-button.ax-warning-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-fore-lighten));outline-color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-blank>button:is(ax-button.ax-warning-blank > button:focus-visible,ax-button.ax-warning-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-danger-solid{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore));border-color:rgba(var(--ax-color-danger-400))}ax-button.ax-danger-solid:is(ax-button.ax-danger-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-600))}ax-button.ax-danger-solid.ax-state-selected{background-color:rgba(var(--ax-color-danger-700))}ax-button.ax-danger-solid>button .ax-ripple{background-color:rgba(var(--ax-color-danger-fore),.5)!important}ax-button.ax-danger-solid>button:is(ax-button.ax-danger-solid > button:focus-visible,ax-button.ax-danger-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-100))}ax-button.ax-danger-twotone:is(ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-200))}ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-300))}ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-400),.5)!important}ax-button.ax-danger-twotone>button:is(ax-button.ax-danger-twotone > button:focus-visible,ax-button.ax-danger-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline{border:1px solid;border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline:is(ax-button.ax-danger-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-outline>button:is(ax-button.ax-danger-outline > button:focus-visible,ax-button.ax-danger-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-fore-lighten));outline-color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-blank>button:is(ax-button.ax-danger-blank > button:focus-visible,ax-button.ax-danger-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-info-solid{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore));border-color:rgba(var(--ax-color-info-400))}ax-button.ax-info-solid:is(ax-button.ax-info-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-600))}ax-button.ax-info-solid.ax-state-selected{background-color:rgba(var(--ax-color-info-700))}ax-button.ax-info-solid>button .ax-ripple{background-color:rgba(var(--ax-color-info-fore),.5)!important}ax-button.ax-info-solid>button:is(ax-button.ax-info-solid > button:focus-visible,ax-button.ax-info-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-100))}ax-button.ax-info-twotone:is(ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-200))}ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-300))}ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-400),.5)!important}ax-button.ax-info-twotone>button:is(ax-button.ax-info-twotone > button:focus-visible,ax-button.ax-info-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline{border:1px solid;border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline:is(ax-button.ax-info-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-500));border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-outline>button:is(ax-button.ax-info-outline > button:focus-visible,ax-button.ax-info-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-fore-lighten));outline-color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank{color:rgba(var(--ax-color-info-500))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-blank>button:is(ax-button.ax-info-blank > button:focus-visible,ax-button.ax-info-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-twotone:is(.ax-dark ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400))}.ax-dark ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-twotone>button:is(.ax-dark ax-button.ax-primary-twotone > button:focus-visible,.ax-dark ax-button.ax-primary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}.ax-dark ax-button.ax-primary-outline{border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-outline:is(.ax-dark ax-button.ax-primary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-outline>button:is(.ax-dark ax-button.ax-primary-outline > button:focus-visible,.ax-dark ax-button.ax-primary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-300));outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank:is(.ax-dark ax-button.ax-primary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}.ax-dark ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-300),.5)!important}.ax-dark ax-button.ax-primary-blank>button:is(.ax-dark ax-button.ax-primary-blank > button:focus-visible,.ax-dark ax-button.ax-primary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-twotone:is(.ax-dark ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-400))}.ax-dark ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-twotone>button:is(.ax-dark ax-button.ax-secondary-twotone > button:focus-visible,.ax-dark ax-button.ax-secondary-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}.ax-dark ax-button.ax-secondary-outline{border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-outline:is(.ax-dark ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-outline>button:is(.ax-dark ax-button.ax-secondary-outline > button:focus-visible,.ax-dark ax-button.ax-secondary-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-300));outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank:is(.ax-dark ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}.ax-dark ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-300),.5)!important}.ax-dark ax-button.ax-secondary-blank>button:is(.ax-dark ax-button.ax-secondary-blank > button:focus-visible,.ax-dark ax-button.ax-secondary-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-twotone:is(.ax-dark ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-400))}.ax-dark ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-twotone>button:is(.ax-dark ax-button.ax-success-twotone > button:focus-visible,.ax-dark ax-button.ax-success-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}.ax-dark ax-button.ax-success-outline{border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-outline:is(.ax-dark ax-button.ax-success-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-outline>button:is(.ax-dark ax-button.ax-success-outline > button:focus-visible,.ax-dark ax-button.ax-success-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-300));outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank{color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank:is(.ax-dark ax-button.ax-success-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}.ax-dark ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-300),.5)!important}.ax-dark ax-button.ax-success-blank>button:is(.ax-dark ax-button.ax-success-blank > button:focus-visible,.ax-dark ax-button.ax-success-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-twotone:is(.ax-dark ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-400))}.ax-dark ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-twotone>button:is(.ax-dark ax-button.ax-warning-twotone > button:focus-visible,.ax-dark ax-button.ax-warning-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}.ax-dark ax-button.ax-warning-outline{border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-outline:is(.ax-dark ax-button.ax-warning-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-outline>button:is(.ax-dark ax-button.ax-warning-outline > button:focus-visible,.ax-dark ax-button.ax-warning-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-300));outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank:is(.ax-dark ax-button.ax-warning-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}.ax-dark ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-300),.5)!important}.ax-dark ax-button.ax-warning-blank>button:is(.ax-dark ax-button.ax-warning-blank > button:focus-visible,.ax-dark ax-button.ax-warning-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-twotone:is(.ax-dark ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-400))}.ax-dark ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-twotone>button:is(.ax-dark ax-button.ax-danger-twotone > button:focus-visible,.ax-dark ax-button.ax-danger-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}.ax-dark ax-button.ax-danger-outline{border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-outline:is(.ax-dark ax-button.ax-danger-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-outline>button:is(.ax-dark ax-button.ax-danger-outline > button:focus-visible,.ax-dark ax-button.ax-danger-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-300));outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank:is(.ax-dark ax-button.ax-danger-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}.ax-dark ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-300),.5)!important}.ax-dark ax-button.ax-danger-blank>button:is(.ax-dark ax-button.ax-danger-blank > button:focus-visible,.ax-dark ax-button.ax-danger-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-twotone:is(.ax-dark ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-400))}.ax-dark ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-twotone>button:is(.ax-dark ax-button.ax-info-twotone > button:focus-visible,.ax-dark ax-button.ax-info-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-info-outline{border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-outline:is(.ax-dark ax-button.ax-info-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-outline>button:is(.ax-dark ax-button.ax-info-outline > button:focus-visible,.ax-dark ax-button.ax-info-outline > button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-300));outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank{color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank:is(.ax-dark ax-button.ax-info-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}.ax-dark ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-300),.5)!important}.ax-dark ax-button.ax-info-blank>button:is(.ax-dark ax-button.ax-info-blank > button:focus-visible,.ax-dark ax-button.ax-info-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-ghost-solid:hover:not(.ax-dark ax-button.ax-ghost-solid:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-solid>button:is(.ax-dark ax-button.ax-ghost-solid > button:focus-visible,.ax-dark ax-button.ax-ghost-solid > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}.ax-dark ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-outline:hover:not(.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-outline:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-outline>button:is(.ax-dark ax-button.ax-ghost-outline > button:focus-visible,.ax-dark ax-button.ax-ghost-outline > button.ax-state-focus){outline-offset:-4px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}.ax-dark ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-blank:hover:not(.ax-dark ax-button.ax-ghost-blank:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}.ax-dark ax-button.ax-ghost-blank:active{opacity:1}.ax-dark ax-button.ax-ghost-blank>button:is(.ax-dark ax-button.ax-ghost-blank > button:focus-visible,.ax-dark ax-button.ax-ghost-blank > button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-twotone:hover:not(.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400));border-color:rgba(var(--ax-color-primary-400));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone>button:is(.ax-dark ax-button.ax-ghost-twotone > button:focus-visible,.ax-dark ax-button.ax-ghost-twotone > button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}\n"] }]
83
+ ], template: "<button\n axRipple\n [disabled]=\"disabled\"\n [attr.tabindex]=\"tabIndex\"\n (focus)=\"emitOnFocusEvent($event)\"\n (blur)=\"emitOnBlurEvent($event)\"\n (click)=\"_handleClick($event)\"\n [attr.type]=\"type\"\n>\n <ng-content select=\"ax-prefix, ax-loading, ax-icon\"> </ng-content>\n <ng-content select=\"ax-content\"> </ng-content>\n <span class=\"ax-button-text\" *ngIf=\"text\">{{ text }}</span>\n <ng-content select=\"ax-suffix\"> </ng-content>\n <ng-content select=\"ax-dropdown-panel\"> </ng-content>\n <ng-content select=\".tab-content\"> </ng-content>\n</button>\n", styles: ["ax-button{display:inline-flex;align-items:center;justify-content:center;-moz-border-radius:var(--ax-rounded-border-default);-webkit-border-radius:var(--ax-rounded-border-default);-khtml-border-radius:var(--ax-rounded-border-default);-border-radius:var(--ax-rounded-border-default);height:var(--ax-size-default);font-size:.875rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;outline-color:transparent}ax-button.ax-xs{font-size:.75rem}ax-button.ax-xs>button{padding-inline-start:.25rem;padding-inline-end:.25rem}ax-button.ax-sm>button{padding-inline-start:.5rem;padding-inline-end:.5rem}ax-button.ax-sm,ax-button.ax-md{font-size:.875rem}ax-button.ax-lg{font-size:1.25rem}ax-button.ax-lg>button{padding-inline-start:1.5rem;padding-inline-end:1.5rem}ax-button.ax-xl{font-size:1.5rem}ax-button.ax-xl>button{padding-inline-start:2rem;padding-inline-end:2rem}ax-button.ax-button-icon{font-size:1rem;width:var(--ax-size-default);height:var(--ax-size-default)}ax-button.ax-state-disabled,ax-button.ax-state-loading{opacity:.5}ax-button.ax-state-disabled>button,ax-button.ax-state-loading>button{cursor:not-allowed}ax-button>button{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%;padding:0 1rem;position:relative;border-radius:inherit;outline-color:transparent;overflow:hidden}ax-button>button.ax-state-focus:focus,ax-button>button:focus-visible{outline-width:2px;outline-offset:2px;outline-style:solid;outline-color:rgba(var(--ax-color-black),.3)}ax-button>button .ax-button-text{padding-inline-start:.5rem;padding-inline-end:.5rem;white-space:nowrap;font-weight:500;line-height:1}ax-button ax-prefix,ax-button ax-suffix{display:flex}ax-button.ax-ghost-solid{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore));border:1px solid;border-color:rgba(var(--ax-color-border-default));box-shadow:#0000 0 0,#0000 0 0,#0000000d 0 1px 2px}ax-button.ax-ghost-solid:hover:not(ax-button.ax-ghost-solid:hover.ax-state-selected,ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-600));color:rgba(var(--ax-color-primary-500))}ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-outline:hover:not(ax-button.ax-ghost-outline:hover.ax-state-selected,ax-button.ax-ghost-outline:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-outline:active{opacity:1}ax-button.ax-ghost-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-ghost-blank:hover:not(ax-button.ax-ghost-blank:hover.ax-state-selected,ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}ax-button.ax-ghost-blank:active{opacity:1}ax-button.ax-ghost-blank>button .ax-ripple{background-color:rgba(var(--ax-color-ghost-fore),.5)!important}ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}ax-button.ax-ghost-twotone:hover:not(ax-button.ax-ghost-twotone:hover.ax-state-selected,ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300));border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}ax-button.ax-ghost-twotone>button:is(ax-button.ax-ghost-twotone>button:focus-visible,ax-button.ax-ghost-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-fore),.5)}ax-button ax-button-item.ax-divided{border-bottom:1px solid rgba(var(--ax-color-border-default))!important}ax-button.ax-primary-solid{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore));border-color:rgba(var(--ax-color-primary-400))}ax-button.ax-primary-solid:is(ax-button.ax-primary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-600))}ax-button.ax-primary-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-700))}ax-button.ax-primary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-primary-fore),.5)!important}ax-button.ax-primary-solid>button:is(ax-button.ax-primary-solid>button:focus-visible,ax-button.ax-primary-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-100))}ax-button.ax-primary-twotone:is(ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200))}ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-300))}ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-400),.5)!important}ax-button.ax-primary-twotone>button:is(ax-button.ax-primary-twotone>button:focus-visible,ax-button.ax-primary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline{border:1px solid;border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-outline:is(ax-button.ax-primary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-outline>button:is(ax-button.ax-primary-outline>button:focus-visible,ax-button.ax-primary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-fore-lighten));outline-color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-500))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten))}ax-button.ax-primary-blank:is(ax-button.ax-primary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}ax-button.ax-primary-blank>button:is(ax-button.ax-primary-blank>button:focus-visible,ax-button.ax-primary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-500))}ax-button.ax-secondary-solid{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore));border-color:rgba(var(--ax-color-secondary-400))}ax-button.ax-secondary-solid:is(ax-button.ax-secondary-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-600))}ax-button.ax-secondary-solid.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700))}ax-button.ax-secondary-solid>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-fore),.5)!important}ax-button.ax-secondary-solid>button:is(ax-button.ax-secondary-solid>button:focus-visible,ax-button.ax-secondary-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-100))}ax-button.ax-secondary-twotone:is(ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-200))}ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-300))}ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-400),.5)!important}ax-button.ax-secondary-twotone>button:is(ax-button.ax-secondary-twotone>button:focus-visible,ax-button.ax-secondary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline{border:1px solid;border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-outline:is(ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-outline>button:is(ax-button.ax-secondary-outline>button:focus-visible,ax-button.ax-secondary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-fore-lighten));outline-color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-500))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten))}ax-button.ax-secondary-blank:is(ax-button.ax-secondary-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}ax-button.ax-secondary-blank>button:is(ax-button.ax-secondary-blank>button:focus-visible,ax-button.ax-secondary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-500))}ax-button.ax-success-solid{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore));border-color:rgba(var(--ax-color-success-400))}ax-button.ax-success-solid:is(ax-button.ax-success-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-600))}ax-button.ax-success-solid.ax-state-selected{background-color:rgba(var(--ax-color-success-700))}ax-button.ax-success-solid>button .ax-ripple{background-color:rgba(var(--ax-color-success-fore),.5)!important}ax-button.ax-success-solid>button:is(ax-button.ax-success-solid>button:focus-visible,ax-button.ax-success-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-100))}ax-button.ax-success-twotone:is(ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-200))}ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-300))}ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-400),.5)!important}ax-button.ax-success-twotone>button:is(ax-button.ax-success-twotone>button:focus-visible,ax-button.ax-success-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline{border:1px solid;border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-500))}ax-button.ax-success-outline:is(ax-button.ax-success-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-500));border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-outline>button:is(ax-button.ax-success-outline>button:focus-visible,ax-button.ax-success-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-fore-lighten));outline-color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank{color:rgba(var(--ax-color-success-500))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten))}ax-button.ax-success-blank:is(ax-button.ax-success-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}ax-button.ax-success-blank>button:is(ax-button.ax-success-blank>button:focus-visible,ax-button.ax-success-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-500))}ax-button.ax-warning-solid{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore));border-color:rgba(var(--ax-color-warning-400))}ax-button.ax-warning-solid:is(ax-button.ax-warning-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-600))}ax-button.ax-warning-solid.ax-state-selected{background-color:rgba(var(--ax-color-warning-700))}ax-button.ax-warning-solid>button .ax-ripple{background-color:rgba(var(--ax-color-warning-fore),.5)!important}ax-button.ax-warning-solid>button:is(ax-button.ax-warning-solid>button:focus-visible,ax-button.ax-warning-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-100))}ax-button.ax-warning-twotone:is(ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-200))}ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-300))}ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-400),.5)!important}ax-button.ax-warning-twotone>button:is(ax-button.ax-warning-twotone>button:focus-visible,ax-button.ax-warning-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline{border:1px solid;border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-outline:is(ax-button.ax-warning-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-outline>button:is(ax-button.ax-warning-outline>button:focus-visible,ax-button.ax-warning-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-fore-lighten));outline-color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-500))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten))}ax-button.ax-warning-blank:is(ax-button.ax-warning-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}ax-button.ax-warning-blank>button:is(ax-button.ax-warning-blank>button:focus-visible,ax-button.ax-warning-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-500))}ax-button.ax-danger-solid{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore));border-color:rgba(var(--ax-color-danger-400))}ax-button.ax-danger-solid:is(ax-button.ax-danger-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-600))}ax-button.ax-danger-solid.ax-state-selected{background-color:rgba(var(--ax-color-danger-700))}ax-button.ax-danger-solid>button .ax-ripple{background-color:rgba(var(--ax-color-danger-fore),.5)!important}ax-button.ax-danger-solid>button:is(ax-button.ax-danger-solid>button:focus-visible,ax-button.ax-danger-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-100))}ax-button.ax-danger-twotone:is(ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-200))}ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-300))}ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-400),.5)!important}ax-button.ax-danger-twotone>button:is(ax-button.ax-danger-twotone>button:focus-visible,ax-button.ax-danger-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline{border:1px solid;border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-outline:is(ax-button.ax-danger-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-outline>button:is(ax-button.ax-danger-outline>button:focus-visible,ax-button.ax-danger-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-fore-lighten));outline-color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-500))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten))}ax-button.ax-danger-blank:is(ax-button.ax-danger-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}ax-button.ax-danger-blank>button:is(ax-button.ax-danger-blank>button:focus-visible,ax-button.ax-danger-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-500))}ax-button.ax-info-solid{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore));border-color:rgba(var(--ax-color-info-400))}ax-button.ax-info-solid:is(ax-button.ax-info-solid:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-600))}ax-button.ax-info-solid.ax-state-selected{background-color:rgba(var(--ax-color-info-700))}ax-button.ax-info-solid>button .ax-ripple{background-color:rgba(var(--ax-color-info-fore),.5)!important}ax-button.ax-info-solid>button:is(ax-button.ax-info-solid>button:focus-visible,ax-button.ax-info-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-100))}ax-button.ax-info-twotone:is(ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-200))}ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-300))}ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-400),.5)!important}ax-button.ax-info-twotone>button:is(ax-button.ax-info-twotone>button:focus-visible,ax-button.ax-info-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline{border:1px solid;border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-500))}ax-button.ax-info-outline:is(ax-button.ax-info-outline:hover):not(.ax-state-disabled){border-color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-500));border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-outline>button:is(ax-button.ax-info-outline>button:focus-visible,ax-button.ax-info-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-fore-lighten));outline-color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank{color:rgba(var(--ax-color-info-500))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten))}ax-button.ax-info-blank:is(ax-button.ax-info-blank:active):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}ax-button.ax-info-blank>button:is(ax-button.ax-info-blank>button:focus-visible,ax-button.ax-info-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-primary-twotone{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-twotone:is(.ax-dark ax-button.ax-primary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400))}.ax-dark ax-button.ax-primary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-twotone>button:is(.ax-dark ax-button.ax-primary-twotone>button:focus-visible,.ax-dark ax-button.ax-primary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500))}.ax-dark ax-button.ax-primary-outline{border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-primary-outline:is(.ax-dark ax-button.ax-primary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-primary-outline.ax-state-selected{background-color:rgba(var(--ax-color-primary-700));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.5)!important}.ax-dark ax-button.ax-primary-outline>button:is(.ax-dark ax-button.ax-primary-outline>button:focus-visible,.ax-dark ax-button.ax-primary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-primary-300));outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank{color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-primary-blank:is(.ax-dark ax-button.ax-primary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-primary-500));background-color:transparent}.ax-dark ax-button.ax-primary-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-primary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-primary-300),.5)!important}.ax-dark ax-button.ax-primary-blank>button:is(.ax-dark ax-button.ax-primary-blank>button:focus-visible,.ax-dark ax-button.ax-primary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-secondary-twotone{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-twotone:is(.ax-dark ax-button.ax-secondary-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-twotone.ax-state-selected{background-color:rgba(var(--ax-color-secondary-400))}.ax-dark ax-button.ax-secondary-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-twotone>button:is(.ax-dark ax-button.ax-secondary-twotone>button:focus-visible,.ax-dark ax-button.ax-secondary-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-secondary-500))}.ax-dark ax-button.ax-secondary-outline{border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-200))}.ax-dark ax-button.ax-secondary-outline:is(.ax-dark ax-button.ax-secondary-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-secondary-outline.ax-state-selected{background-color:rgba(var(--ax-color-secondary-700));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-outline>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-500),.5)!important}.ax-dark ax-button.ax-secondary-outline>button:is(.ax-dark ax-button.ax-secondary-outline>button:focus-visible,.ax-dark ax-button.ax-secondary-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-secondary-300));outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank{color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-secondary-blank:is(.ax-dark ax-button.ax-secondary-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-secondary-500));background-color:transparent}.ax-dark ax-button.ax-secondary-blank.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button.ax-secondary-blank>button .ax-ripple{background-color:rgba(var(--ax-color-secondary-300),.5)!important}.ax-dark ax-button.ax-secondary-blank>button:is(.ax-dark ax-button.ax-secondary-blank>button:focus-visible,.ax-dark ax-button.ax-secondary-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-secondary-300))}.ax-dark ax-button.ax-success-twotone{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-twotone:is(.ax-dark ax-button.ax-success-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-twotone.ax-state-selected{background-color:rgba(var(--ax-color-success-400))}.ax-dark ax-button.ax-success-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-twotone>button:is(.ax-dark ax-button.ax-success-twotone>button:focus-visible,.ax-dark ax-button.ax-success-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-success-500))}.ax-dark ax-button.ax-success-outline{border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-200))}.ax-dark ax-button.ax-success-outline:is(.ax-dark ax-button.ax-success-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-success-outline.ax-state-selected{background-color:rgba(var(--ax-color-success-700));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-outline>button .ax-ripple{background-color:rgba(var(--ax-color-success-500),.5)!important}.ax-dark ax-button.ax-success-outline>button:is(.ax-dark ax-button.ax-success-outline>button:focus-visible,.ax-dark ax-button.ax-success-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-success-300));outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank{color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-success-blank:is(.ax-dark ax-button.ax-success-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-success-500));background-color:transparent}.ax-dark ax-button.ax-success-blank.ax-state-selected{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button.ax-success-blank>button .ax-ripple{background-color:rgba(var(--ax-color-success-300),.5)!important}.ax-dark ax-button.ax-success-blank>button:is(.ax-dark ax-button.ax-success-blank>button:focus-visible,.ax-dark ax-button.ax-success-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-success-300))}.ax-dark ax-button.ax-warning-twotone{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-twotone:is(.ax-dark ax-button.ax-warning-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-twotone.ax-state-selected{background-color:rgba(var(--ax-color-warning-400))}.ax-dark ax-button.ax-warning-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-twotone>button:is(.ax-dark ax-button.ax-warning-twotone>button:focus-visible,.ax-dark ax-button.ax-warning-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-warning-500))}.ax-dark ax-button.ax-warning-outline{border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-200))}.ax-dark ax-button.ax-warning-outline:is(.ax-dark ax-button.ax-warning-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-warning-outline.ax-state-selected{background-color:rgba(var(--ax-color-warning-700));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-outline>button .ax-ripple{background-color:rgba(var(--ax-color-warning-500),.5)!important}.ax-dark ax-button.ax-warning-outline>button:is(.ax-dark ax-button.ax-warning-outline>button:focus-visible,.ax-dark ax-button.ax-warning-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-warning-300));outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank{color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-warning-blank:is(.ax-dark ax-button.ax-warning-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-warning-500));background-color:transparent}.ax-dark ax-button.ax-warning-blank.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button.ax-warning-blank>button .ax-ripple{background-color:rgba(var(--ax-color-warning-300),.5)!important}.ax-dark ax-button.ax-warning-blank>button:is(.ax-dark ax-button.ax-warning-blank>button:focus-visible,.ax-dark ax-button.ax-warning-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-warning-300))}.ax-dark ax-button.ax-danger-twotone{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-twotone:is(.ax-dark ax-button.ax-danger-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-twotone.ax-state-selected{background-color:rgba(var(--ax-color-danger-400))}.ax-dark ax-button.ax-danger-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-twotone>button:is(.ax-dark ax-button.ax-danger-twotone>button:focus-visible,.ax-dark ax-button.ax-danger-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-danger-500))}.ax-dark ax-button.ax-danger-outline{border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-200))}.ax-dark ax-button.ax-danger-outline:is(.ax-dark ax-button.ax-danger-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-danger-outline.ax-state-selected{background-color:rgba(var(--ax-color-danger-700));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-outline>button .ax-ripple{background-color:rgba(var(--ax-color-danger-500),.5)!important}.ax-dark ax-button.ax-danger-outline>button:is(.ax-dark ax-button.ax-danger-outline>button:focus-visible,.ax-dark ax-button.ax-danger-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-danger-300));outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank{color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-danger-blank:is(.ax-dark ax-button.ax-danger-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-danger-500));background-color:transparent}.ax-dark ax-button.ax-danger-blank.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button.ax-danger-blank>button .ax-ripple{background-color:rgba(var(--ax-color-danger-300),.5)!important}.ax-dark ax-button.ax-danger-blank>button:is(.ax-dark ax-button.ax-danger-blank>button:focus-visible,.ax-dark ax-button.ax-danger-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-danger-300))}.ax-dark ax-button.ax-info-twotone{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-twotone:is(.ax-dark ax-button.ax-info-twotone:hover):not(.ax-state-disabled){background-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-twotone.ax-state-selected{background-color:rgba(var(--ax-color-info-400))}.ax-dark ax-button.ax-info-twotone>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-twotone>button:is(.ax-dark ax-button.ax-info-twotone>button:focus-visible,.ax-dark ax-button.ax-info-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button.ax-info-outline{border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-200))}.ax-dark ax-button.ax-info-outline:is(.ax-dark ax-button.ax-info-outline:hover):not(.ax-state-disabled){background-color:transparent}.ax-dark ax-button.ax-info-outline.ax-state-selected{background-color:rgba(var(--ax-color-info-700));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-outline>button .ax-ripple{background-color:rgba(var(--ax-color-info-500),.5)!important}.ax-dark ax-button.ax-info-outline>button:is(.ax-dark ax-button.ax-info-outline>button:focus-visible,.ax-dark ax-button.ax-info-outline>button.ax-state-focus){outline-offset:-4px;color:rgba(var(--ax-color-info-300));outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank{color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-info-blank:is(.ax-dark ax-button.ax-info-blank:hover):not(.ax-state-disabled){color:rgba(var(--ax-color-info-500));background-color:transparent}.ax-dark ax-button.ax-info-blank.ax-state-selected{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button.ax-info-blank>button .ax-ripple{background-color:rgba(var(--ax-color-info-300),.5)!important}.ax-dark ax-button.ax-info-blank>button:is(.ax-dark ax-button.ax-info-blank>button:focus-visible,.ax-dark ax-button.ax-info-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-info-300))}.ax-dark ax-button.ax-ghost-solid:hover:not(.ax-dark ax-button.ax-ghost-solid:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-solid:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-200))}.ax-dark ax-button.ax-ghost-solid:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-solid.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-solid>button:is(.ax-dark ax-button.ax-ghost-solid>button:focus-visible,.ax-dark ax-button.ax-ghost-solid>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}.ax-dark ax-button.ax-ghost-outline{background-color:transparent;border:1px solid;border-color:rgba(var(--ax-color-border-default));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-outline:hover:not(.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-outline:hover.ax-state-disabled){border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover:active{border-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-300))}.ax-dark ax-button.ax-ghost-outline:hover.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-outline>button:is(.ax-dark ax-button.ax-ghost-outline>button:focus-visible,.ax-dark ax-button.ax-ghost-outline>button.ax-state-focus){outline-offset:-4px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-blank{background-color:transparent;border:none;color:rgba(var(--ax-color-gohst-fore))}.ax-dark ax-button.ax-ghost-blank.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button.ax-ghost-blank:hover:not(.ax-dark ax-button.ax-ghost-blank:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-blank:hover.ax-state-disabled){opacity:.75}.ax-dark ax-button.ax-ghost-blank:active{opacity:1}.ax-dark ax-button.ax-ghost-blank>button:is(.ax-dark ax-button.ax-ghost-blank>button:focus-visible,.ax-dark ax-button.ax-ghost-blank>button.ax-state-focus){outline-offset:0px;outline-color:rgba(var(--ax-color-ghost-fore),.5)}.ax-dark ax-button.ax-ghost-twotone{background-color:rgba(var(--ax-color-ghost));color:rgba(var(--ax-color-ghost-fore))}.ax-dark ax-button.ax-ghost-twotone:hover:not(.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-selected,.ax-dark ax-button.ax-ghost-twotone:hover.ax-state-disabled){background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone:active{background-color:rgba(var(--ax-color-primary-300));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone.ax-state-selected{background-color:rgba(var(--ax-color-primary-400));border-color:rgba(var(--ax-color-primary-400));color:rgba(var(--ax-color-primary-700))}.ax-dark ax-button.ax-ghost-twotone>button:is(.ax-dark ax-button.ax-ghost-twotone>button:focus-visible,.ax-dark ax-button.ax-ghost-twotone>button.ax-state-focus){outline-color:rgba(var(--ax-color-primary-500),.5)}\n"] }]
84
84
  }], propDecorators: { type: [{
85
85
  type: Input
86
86
  }], __hostClass: [{
@@ -10,11 +10,11 @@ import * as i0 from "@angular/core";
10
10
  const COMPONENT = [AXButtonComponent, AXButtonItemComponent, AXButtonItemListComponent];
11
11
  const MODULES = [CommonModule, AXCommonModule, AXDecoratorModule, AXLoadingModule];
12
12
  export class AXButtonModule {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.9", ngImport: i0, type: AXButtonModule, declarations: [AXButtonComponent, AXButtonItemComponent, AXButtonItemListComponent], imports: [CommonModule, AXCommonModule, AXDecoratorModule, AXLoadingModule], exports: [AXButtonComponent, AXButtonItemComponent, AXButtonItemListComponent] }); }
15
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonModule, imports: [MODULES] }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.6", ngImport: i0, type: AXButtonModule, declarations: [AXButtonComponent, AXButtonItemComponent, AXButtonItemListComponent], imports: [CommonModule, AXCommonModule, AXDecoratorModule, AXLoadingModule], exports: [AXButtonComponent, AXButtonItemComponent, AXButtonItemListComponent] }); }
15
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonModule, imports: [MODULES] }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonModule, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  imports: [MODULES],
@@ -79,10 +79,10 @@ export class AXButtonGroupComponent extends classes(MXInteractiveComponent, MXCo
79
79
  cssClasses[`ax-look-${this.look || 'default'}`] = true;
80
80
  return cssClasses;
81
81
  }
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
83
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.9", type: AXButtonGroupComponent, selector: "ax-button-group", inputs: { disabled: "disabled", color: "color", look: "look", selection: "selection" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", lookChange: "lookChange", colorChange: "colorChange", disabledChange: "disabledChange", selectionChange: "selectionChange" }, host: { attributes: { "role": "group" }, properties: { "class": "this.__hostClass" } }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonItemComponent }], usesInheritance: true, ngImport: i0, template: "<ng-container>\n <ng-content select=\"ax-button-item\"></ng-content>\n</ng-container>\n", styles: ["ax-button-group{display:flex}ax-button-group ax-button-item{border:1px solid;border-color:rgba(var(--ax-color-border-default));display:inline-flex;align-items:center;justify-content:center;height:var(--ax-size-default);font-size:.875rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:rgba(var(--ax-color-surface));color:rgba(var(--ax-color-surface-fore));padding:0 1rem}ax-button-group ax-button-item:first-child{border-start-start-radius:var(--ax-rounded-border-default);border-end-start-radius:var(--ax-rounded-border-default)}ax-button-group ax-button-item:last-child{border-start-end-radius:var(--ax-rounded-border-default);border-end-end-radius:var(--ax-rounded-border-default)}ax-button-group ax-button-item:not(ax-button-group ax-button-item:first-child){border-inline-start:0px}ax-button-group ax-button-item:not(ax-button-group ax-button-item:first-child):before{position:absolute;inset-block-start:-1px;inset-inline-start:-1px;display:block;box-sizing:content-box;width:1px;height:100%;padding-block:1px;padding-inline:0;transition:background-color .3s;content:\"\"}ax-button-group ax-button-item:hover:not(.ax-state-disabled){opacity:.75}ax-button-group ax-button-item:active{opacity:1}ax-button-group ax-button-item .ax-button-item-text{padding:0 .5rem}ax-button-group.ax-buttons-fit{width:100%}ax-button-group.ax-buttons-fit>button{flex:1}ax-button-group.ax-state-disabled,ax-button-group.ax-state-loading{opacity:.5}ax-button-group.ax-state-disabled>ax-button-item,ax-button-group.ax-state-loading>ax-button-item{cursor:not-allowed}ax-button-group.ax-xs{font-size:.75rem}ax-button-group.ax-xs>button{padding-inline-start:.25rem;padding-inline-end:.25rem}ax-button-group.ax-sm>button{padding-inline-start:.5rem;padding-inline-end:.5rem}ax-button-group.ax-sm,ax-button-group.ax-md{font-size:.875rem}ax-button-group.ax-lg{font-size:1.25rem}ax-button-group.ax-lg>button{padding-inline-start:1.5rem;padding-inline-end:1.5rem}ax-button-group.ax-xl{font-size:1.5rem}ax-button-group.ax-xl>button{padding-inline-start:2rem;padding-inline-end:2rem}ax-button-group.ax-look-solid.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button-group.ax-look-solid.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-twotone.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-twotone.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-color-primary ax-button-item:is(ax-button-group.ax-color-primary ax-button-item:focus-visible,ax-button-group.ax-color-primary ax-button-item:focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-blank.ax-color-primary ax-button-item.ax-state-selected{color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-solid.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button-group.ax-look-solid.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-twotone.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-twotone.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-color-secondary ax-button-item:is(ax-button-group.ax-color-secondary ax-button-item:focus-visible,ax-button-group.ax-color-secondary ax-button-item:focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-blank.ax-color-secondary ax-button-item.ax-state-selected{color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-solid.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500));border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button-group.ax-look-solid.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-twotone.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-twotone.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-color-success ax-button-item:is(ax-button-group.ax-color-success ax-button-item:focus-visible,ax-button-group.ax-color-success ax-button-item:focus){outline-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-blank.ax-color-success ax-button-item.ax-state-selected{color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-solid.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button-group.ax-look-solid.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-twotone.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-twotone.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-color-warning ax-button-item:is(ax-button-group.ax-color-warning ax-button-item:focus-visible,ax-button-group.ax-color-warning ax-button-item:focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-blank.ax-color-warning ax-button-item.ax-state-selected{color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-solid.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button-group.ax-look-solid.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-twotone.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-twotone.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-color-danger ax-button-item:is(ax-button-group.ax-color-danger ax-button-item:focus-visible,ax-button-group.ax-color-danger ax-button-item:focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-blank.ax-color-danger ax-button-item.ax-state-selected{color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-solid.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500));border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-button-group.ax-look-solid.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-twotone.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-twotone.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-color-info ax-button-item:is(ax-button-group.ax-color-info ax-button-item:focus-visible,ax-button-group.ax-color-info ax-button-item:focus){outline-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-blank.ax-color-info ax-button-item.ax-state-selected{color:rgba(var(--ax-color-info-500))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500),.25);border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500),.25);color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500),.25);border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500),.25);color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500),.25);border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500),.25);color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500),.25);border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500),.25);color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500),.25);border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500),.25);color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500),.25);border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500),.25);color:rgba(var(--ax-color-info-fore))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
83
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.6", type: AXButtonGroupComponent, selector: "ax-button-group", inputs: { disabled: "disabled", color: "color", look: "look", selection: "selection" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", lookChange: "lookChange", colorChange: "colorChange", disabledChange: "disabledChange", selectionChange: "selectionChange" }, host: { attributes: { "role": "group" }, properties: { "class": "this.__hostClass" } }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonItemComponent }], usesInheritance: true, ngImport: i0, template: "<ng-container>\n <ng-content select=\"ax-button-item\"></ng-content>\n</ng-container>\n", styles: ["ax-button-group{display:flex}ax-button-group ax-button-item{border:1px solid;border-color:rgba(var(--ax-color-border-default));display:inline-flex;align-items:center;justify-content:center;height:var(--ax-size-default);font-size:.875rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:rgba(var(--ax-color-surface));color:rgba(var(--ax-color-surface-fore));padding:0 1rem}ax-button-group ax-button-item:first-child{border-start-start-radius:var(--ax-rounded-border-default);border-end-start-radius:var(--ax-rounded-border-default)}ax-button-group ax-button-item:last-child{border-start-end-radius:var(--ax-rounded-border-default);border-end-end-radius:var(--ax-rounded-border-default)}ax-button-group ax-button-item:not(ax-button-group ax-button-item:first-child){border-inline-start:0px}ax-button-group ax-button-item:not(ax-button-group ax-button-item:first-child):before{position:absolute;inset-block-start:-1px;inset-inline-start:-1px;display:block;box-sizing:content-box;width:1px;height:100%;padding-block:1px;padding-inline:0;transition:background-color .3s;content:\"\"}ax-button-group ax-button-item:hover:not(.ax-state-disabled){opacity:.75}ax-button-group ax-button-item:active{opacity:1}ax-button-group ax-button-item .ax-button-item-text{padding:0 .5rem}ax-button-group.ax-buttons-fit{width:100%}ax-button-group.ax-buttons-fit>button{flex:1}ax-button-group.ax-state-disabled,ax-button-group.ax-state-loading{opacity:.5}ax-button-group.ax-state-disabled>ax-button-item,ax-button-group.ax-state-loading>ax-button-item{cursor:not-allowed}ax-button-group.ax-xs{font-size:.75rem}ax-button-group.ax-xs>button{padding-inline-start:.25rem;padding-inline-end:.25rem}ax-button-group.ax-sm>button{padding-inline-start:.5rem;padding-inline-end:.5rem}ax-button-group.ax-sm,ax-button-group.ax-md{font-size:.875rem}ax-button-group.ax-lg{font-size:1.25rem}ax-button-group.ax-lg>button{padding-inline-start:1.5rem;padding-inline-end:1.5rem}ax-button-group.ax-xl{font-size:1.5rem}ax-button-group.ax-xl>button{padding-inline-start:2rem;padding-inline-end:2rem}ax-button-group.ax-look-solid.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button-group.ax-look-solid.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-twotone.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-twotone.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-color-primary ax-button-item:is(ax-button-group.ax-color-primary ax-button-item:focus-visible,ax-button-group.ax-color-primary ax-button-item:focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-blank.ax-color-primary ax-button-item.ax-state-selected{color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-solid.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button-group.ax-look-solid.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-twotone.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-twotone.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-color-secondary ax-button-item:is(ax-button-group.ax-color-secondary ax-button-item:focus-visible,ax-button-group.ax-color-secondary ax-button-item:focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-blank.ax-color-secondary ax-button-item.ax-state-selected{color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-solid.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500));border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button-group.ax-look-solid.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-twotone.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-twotone.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-color-success ax-button-item:is(ax-button-group.ax-color-success ax-button-item:focus-visible,ax-button-group.ax-color-success ax-button-item:focus){outline-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-blank.ax-color-success ax-button-item.ax-state-selected{color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-solid.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button-group.ax-look-solid.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-twotone.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-twotone.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-color-warning ax-button-item:is(ax-button-group.ax-color-warning ax-button-item:focus-visible,ax-button-group.ax-color-warning ax-button-item:focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-blank.ax-color-warning ax-button-item.ax-state-selected{color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-solid.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button-group.ax-look-solid.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-twotone.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-twotone.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-color-danger ax-button-item:is(ax-button-group.ax-color-danger ax-button-item:focus-visible,ax-button-group.ax-color-danger ax-button-item:focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-blank.ax-color-danger ax-button-item.ax-state-selected{color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-solid.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500));border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-button-group.ax-look-solid.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-twotone.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-twotone.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-color-info ax-button-item:is(ax-button-group.ax-color-info ax-button-item:focus-visible,ax-button-group.ax-color-info ax-button-item:focus){outline-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-blank.ax-color-info ax-button-item.ax-state-selected{color:rgba(var(--ax-color-info-500))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500),.25);border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500),.25);color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500),.25);border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500),.25);color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500),.25);border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500),.25);color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500),.25);border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500),.25);color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500),.25);border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500),.25);color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500),.25);border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500),.25);color:rgba(var(--ax-color-info-fore))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonGroupComponent, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonGroupComponent, decorators: [{
86
86
  type: Component,
87
87
  args: [{ selector: 'ax-button-group', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { role: 'group' }, inputs: ['disabled', 'color', 'look'], outputs: ['onBlur', 'onFocus', 'lookChange', 'colorChange', 'disabledChange'], template: "<ng-container>\n <ng-content select=\"ax-button-item\"></ng-content>\n</ng-container>\n", styles: ["ax-button-group{display:flex}ax-button-group ax-button-item{border:1px solid;border-color:rgba(var(--ax-color-border-default));display:inline-flex;align-items:center;justify-content:center;height:var(--ax-size-default);font-size:.875rem;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:rgba(var(--ax-color-surface));color:rgba(var(--ax-color-surface-fore));padding:0 1rem}ax-button-group ax-button-item:first-child{border-start-start-radius:var(--ax-rounded-border-default);border-end-start-radius:var(--ax-rounded-border-default)}ax-button-group ax-button-item:last-child{border-start-end-radius:var(--ax-rounded-border-default);border-end-end-radius:var(--ax-rounded-border-default)}ax-button-group ax-button-item:not(ax-button-group ax-button-item:first-child){border-inline-start:0px}ax-button-group ax-button-item:not(ax-button-group ax-button-item:first-child):before{position:absolute;inset-block-start:-1px;inset-inline-start:-1px;display:block;box-sizing:content-box;width:1px;height:100%;padding-block:1px;padding-inline:0;transition:background-color .3s;content:\"\"}ax-button-group ax-button-item:hover:not(.ax-state-disabled){opacity:.75}ax-button-group ax-button-item:active{opacity:1}ax-button-group ax-button-item .ax-button-item-text{padding:0 .5rem}ax-button-group.ax-buttons-fit{width:100%}ax-button-group.ax-buttons-fit>button{flex:1}ax-button-group.ax-state-disabled,ax-button-group.ax-state-loading{opacity:.5}ax-button-group.ax-state-disabled>ax-button-item,ax-button-group.ax-state-loading>ax-button-item{cursor:not-allowed}ax-button-group.ax-xs{font-size:.75rem}ax-button-group.ax-xs>button{padding-inline-start:.25rem;padding-inline-end:.25rem}ax-button-group.ax-sm>button{padding-inline-start:.5rem;padding-inline-end:.5rem}ax-button-group.ax-sm,ax-button-group.ax-md{font-size:.875rem}ax-button-group.ax-lg{font-size:1.25rem}ax-button-group.ax-lg>button{padding-inline-start:1.5rem;padding-inline-end:1.5rem}ax-button-group.ax-xl{font-size:1.5rem}ax-button-group.ax-xl>button{padding-inline-start:2rem;padding-inline-end:2rem}ax-button-group.ax-look-solid.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button-group.ax-look-solid.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-twotone.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-100));color:rgba(var(--ax-color-primary-fore-lighten));border-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-twotone.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-color-primary ax-button-item:is(ax-button-group.ax-color-primary ax-button-item:focus-visible,ax-button-group.ax-color-primary ax-button-item:focus){outline-color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-blank.ax-color-primary ax-button-item.ax-state-selected{color:rgba(var(--ax-color-primary-500))}ax-button-group.ax-look-solid.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button-group.ax-look-solid.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-twotone.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-100));color:rgba(var(--ax-color-secondary-fore-lighten));border-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-twotone.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-color-secondary ax-button-item:is(ax-button-group.ax-color-secondary ax-button-item:focus-visible,ax-button-group.ax-color-secondary ax-button-item:focus){outline-color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-blank.ax-color-secondary ax-button-item.ax-state-selected{color:rgba(var(--ax-color-secondary-500))}ax-button-group.ax-look-solid.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500));border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button-group.ax-look-solid.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-twotone.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-100));color:rgba(var(--ax-color-success-fore-lighten));border-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-twotone.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-color-success ax-button-item:is(ax-button-group.ax-color-success ax-button-item:focus-visible,ax-button-group.ax-color-success ax-button-item:focus){outline-color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-blank.ax-color-success ax-button-item.ax-state-selected{color:rgba(var(--ax-color-success-500))}ax-button-group.ax-look-solid.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button-group.ax-look-solid.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-twotone.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-100));color:rgba(var(--ax-color-warning-fore-lighten));border-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-twotone.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-color-warning ax-button-item:is(ax-button-group.ax-color-warning ax-button-item:focus-visible,ax-button-group.ax-color-warning ax-button-item:focus){outline-color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-blank.ax-color-warning ax-button-item.ax-state-selected{color:rgba(var(--ax-color-warning-500))}ax-button-group.ax-look-solid.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button-group.ax-look-solid.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-twotone.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-100));color:rgba(var(--ax-color-danger-fore-lighten));border-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-twotone.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-color-danger ax-button-item:is(ax-button-group.ax-color-danger ax-button-item:focus-visible,ax-button-group.ax-color-danger ax-button-item:focus){outline-color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-blank.ax-color-danger ax-button-item.ax-state-selected{color:rgba(var(--ax-color-danger-500))}ax-button-group.ax-look-solid.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500));border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-button-group.ax-look-solid.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-twotone.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-100));color:rgba(var(--ax-color-info-fore-lighten));border-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-twotone.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-color-info ax-button-item:is(ax-button-group.ax-color-info ax-button-item:focus-visible,ax-button-group.ax-color-info ax-button-item:focus){outline-color:rgba(var(--ax-color-info-500))}ax-button-group.ax-look-blank.ax-color-info ax-button-item.ax-state-selected{color:rgba(var(--ax-color-info-500))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500),.25);border-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-primary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-primary-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-primary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-primary-500),.25);color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500),.25);border-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-secondary ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-secondary-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-secondary ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500),.25);color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500),.25);border-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-success ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-success-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-success ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-success-500),.25);color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500),.25);border-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-warning ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-warning-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-warning ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-warning-500),.25);color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500),.25);border-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-danger ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-danger-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-danger ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-danger-500),.25);color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore-lighten))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500),.25);border-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button-group.ax-look-outline.ax-color-info ax-button-item.ax-state-selected:before{background-color:rgba(var(--ax-color-info-500))}.ax-dark ax-button-group.ax-look-blank.ax-color-info ax-button-item.ax-state-selected{background-color:rgba(var(--ax-color-info-500),.25);color:rgba(var(--ax-color-info-fore))}\n"] }]
88
88
  }], propDecorators: { _contentButtons: [{
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
5
5
  const COMPONENT = [AXButtonGroupComponent];
6
6
  const MODULES = [CommonModule];
7
7
  export class AXButtonGroupModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.9", ngImport: i0, type: AXButtonGroupModule, declarations: [AXButtonGroupComponent], imports: [CommonModule], exports: [AXButtonGroupComponent] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonGroupModule, imports: [MODULES] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.6", ngImport: i0, type: AXButtonGroupModule, declarations: [AXButtonGroupComponent], imports: [CommonModule], exports: [AXButtonGroupComponent] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonGroupModule, imports: [MODULES] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXButtonGroupModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXButtonGroupModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [...COMPONENT],