@ncino/web-components 5.1.0-preview.8 → 6.0.0-preview.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/dist/components/alert/alert.js +1 -1
  2. package/dist/components/alert/gator/base/alert.gator.js +4 -4
  3. package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
  4. package/dist/components/alert/gator/title/alert-title.gator.js +2 -2
  5. package/dist/components/banner/gator/banner.gator.js +3 -3
  6. package/dist/components/boolean/boolean.gator.js +8 -9
  7. package/dist/components/button/gator/button.gator.js +3 -3
  8. package/dist/components/button-group/gator/button-group.gator.js +2 -2
  9. package/dist/components/checkbox/checkbox.gator.js +26 -23
  10. package/dist/components/checkbox-group/checkbox-group.gator.js +7 -8
  11. package/dist/components/date-picker/base/gator/datepicker.gator.js +9 -6
  12. package/dist/components/icon/gator/icon.gator.js +2 -2
  13. package/dist/components/input/gator/input-text/input-text.gator.js +13 -13
  14. package/dist/components/progress-bar/gator/progress-bar.gator.js +4 -2
  15. package/dist/components/radio/radio.gator.js +28 -22
  16. package/dist/components/radio-group/radio-group.gator.js +13 -15
  17. package/dist/components/selection-box-group/selection-box-group.gator.js +10 -12
  18. package/dist/components/table/gator/table-bulk-controls/table-bulk-controls.gator.js +19 -11
  19. package/dist/components/tabs/gator/tabset/tabset.gator.js +6 -6
  20. package/dist/packages/web-components/src/components/alert/gator/base/alert.gator.scss.js +1 -1
  21. package/dist/packages/web-components/src/components/alert/gator/subtitle/alert-subtitle.gator.scss.js +1 -1
  22. package/dist/packages/web-components/src/components/alert/gator/title/alert-title.gator.scss.js +1 -1
  23. package/dist/packages/web-components/src/components/banner/gator/banner.gator.scss.js +1 -1
  24. package/dist/packages/web-components/src/components/boolean/boolean.gator.scss.js +1 -1
  25. package/dist/packages/web-components/src/components/boolean/boolean.gator.tokens.scss.js +1 -1
  26. package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.scss.js +1 -1
  27. package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumbs.gator.tokens.scss.js +1 -1
  28. package/dist/packages/web-components/src/components/button-card/button-card.tokens.scss.js +1 -1
  29. package/dist/packages/web-components/src/components/button-card/gator/button-card.gator.scss.js +1 -1
  30. package/dist/packages/web-components/src/components/card/card.tokens.scss.js +1 -1
  31. package/dist/packages/web-components/src/components/card/gator/base/card.gator.scss.js +1 -1
  32. package/dist/packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js +1 -1
  33. package/dist/packages/web-components/src/components/checkbox-group/checkbox-group.gator.scss.js +1 -1
  34. package/dist/packages/web-components/src/components/date-picker/base/gator/datepicker.gator.scss.js +1 -1
  35. package/dist/packages/web-components/src/components/display-card/gator/display-card.gator.scss.js +1 -1
  36. package/dist/packages/web-components/src/components/icon/gator/icon.gator.scss.js +1 -1
  37. package/dist/packages/web-components/src/components/input/gator/help-text/help-text.gator.scss.js +1 -1
  38. package/dist/packages/web-components/src/components/input/input.gator.scss.js +1 -1
  39. package/dist/packages/web-components/src/components/input/input.gator.tokens.scss.js +1 -1
  40. package/dist/packages/web-components/src/components/radio/radio.gator.scss.js +1 -1
  41. package/dist/packages/web-components/src/components/radio-group/radio-group.gator.scss.js +1 -1
  42. package/dist/packages/web-components/src/components/selection-box/selection-box.gator.tokens.scss.js +1 -1
  43. package/dist/packages/web-components/src/components/switch/switch.tokens.scss.js +1 -1
  44. package/dist/packages/web-components/src/components/table/gator/table-bulk-controls/table-bulk-controls.gator.scss.js +1 -1
  45. package/dist/packages/web-components/src/components/table/gator/table.gator.scss.js +1 -1
  46. package/dist/packages/web-components/src/components/tooltip/tooltip.tokens.scss.js +1 -1
  47. package/dist/packages/web-components/src/tokens/primitive.tokens.scss.js +1 -1
  48. package/dist/packages/web-components/src/tokens/semantic.tokens.scss.js +1 -1
  49. package/dist/types/components/alert/alert.d.ts +5 -0
  50. package/dist/types/components/alert/gator/base/alert.gator.d.ts +9 -1
  51. package/dist/types/components/banner/gator/banner.gator.d.ts +7 -1
  52. package/dist/types/components/boolean/boolean.gator.d.ts +2 -36
  53. package/dist/types/components/button-group/gator/button-group.gator.d.ts +1 -0
  54. package/dist/types/components/checkbox/checkbox.gator.d.ts +5 -10
  55. package/dist/types/components/checkbox-group/checkbox-group.gator.d.ts +2 -30
  56. package/dist/types/components/date-picker/base/gator/datepicker.gator.d.ts +1 -0
  57. package/dist/types/components/icon/gator/icon.gator.d.ts +2 -0
  58. package/dist/types/components/progress-bar/gator/progress-bar.gator.d.ts +1 -1
  59. package/dist/types/components/radio/radio.gator.d.ts +9 -25
  60. package/dist/types/components/radio-group/radio-group.gator.d.ts +2 -30
  61. package/dist/types/components/scoped-notification/scoped-notification.slds.d.ts +1 -1
  62. package/dist/types/components/selection-box-group/selection-box-group.gator.d.ts +2 -32
  63. package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.d.ts +3 -1
  64. package/dist/types/components/tabs/gator/tabset/tabset.gator.d.ts +3 -0
  65. package/package.json +1 -1
  66. package/web-types.json +710 -207
@@ -1 +1 @@
1
- const r='.gator-table{font-family:var(--text-family-body),"Open Sans",sans-serif;border-spacing:0;width:100%;overflow:auto;border-radius:var(--ngc-table-border-radius, 1rem);background-color:var(--ngc-table-row-background-color, var(--color-surface-primary-white, #FFF))}.gator-table thead>th,.gator-table thead>tr{height:3rem;min-height:3rem}.gator-table thead>th :first-child,.gator-table thead>tr :first-child{border-top-left-radius:var(--ngc-table-border-radius, 1rem)}.gator-table thead>th :last-child,.gator-table thead>tr :last-child{border-top-right-radius:var(--ngc-table-border-radius, 1rem)}.gator-table tbody>tr,.gator-table tfoot>tr{min-height:3rem;height:3rem}.gator-table th{background:var(--ngc-table-header-background-color, var(--color-blue-10, #F3F5F7));text-align:left;padding:var(--spacing-padding-margin-8, .5rem) var(--spacing-padding-margin-16, 1rem);border-bottom:1px solid var(--ngc-table-header-border-bottom-color, #E5E5E5)}.gator-table th:hover{background:var(--ngc-table-header-background-color-hover, #E4ECF2)}.gator-table [dir=rtl] th.mat-header-cell{text-align:right}.gator-table td{padding:var(--spacing-padding-margin-8, .5rem) var(--spacing-padding-margin-16, 1rem);border-bottom:1px solid var(--ngc-table-row-border-bottom-color, #E5E5E5)}.gator-table tr:has(td:hover){background:var(--ngc-table-row-background-color-hover, var(--color-surface-hover, #F7F7F7))}.gator-table tbody:last-child>tr:last-child th:first-child,.gator-table tbody:last-child>tr:last-child td:first-child{border-bottom-left-radius:var(--ngc-table-border-radius, 1rem)}.gator-table tbody:last-child>tr:last-child td:last-child{border-bottom-right-radius:var(--ngc-table-border-radius, 1rem)}.gator-table th:first-of-type,.gator-table td:first-of-type{padding-left:24px}.gator-table [dir=rtl] th:first-of-type,.gator-table [dir=rtl] td:first-of-type{padding-left:0;padding-right:24px}.gator-table th:last-of-type,.gator-table td:last-of-type{padding-right:24px}.gator-table [dir=rtl] th:last-of-type,.gator-table [dir=rtl] td:last-of-type{padding-right:0;padding-left:24px}.gator-table-checkbox-column{width:1%}.gator-table-row-selected{background-color:var(--ngc-table-row-background-color-selected, var(--color-surface-brand, var(--color-blue-10, #F3F5F7)))}.gator-table-elevated{box-shadow:var(--shadow-x-offset-0, 0px) var(--shadow-shadow-1-card-property-1-y-offset, 1px) var(--shadow-shadow-1-card-property-1-blur, 1.5px) var(--shadow-shadow-1-card-property-1-spread, 0px) var(--shadow-color-4, rgba(31, 31, 31, .04)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-1-card-property-2-y-offset, 2px) var(--shadow-shadow-1-card-property-2-blur, 5px) var(--shadow-shadow-1-card-property-2-spread, 0px) var(--shadow-color-10, rgba(31, 31, 31, .1)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-1-card-property-3-y-offset, 3px) var(--shadow-shadow-1-card-property-3-blur, 9px) var(--shadow-shadow-1-card-property-3-spread, 6px) var(--shadow-color-5, rgba(31, 31, 31, .05))}.gator-table-category-header,.gator-table-category-header:hover{background-color:var(--ngc-table-header-background-color, var(--color-blue-10, #F3F5F7))}.gator-table-category-header th{border-bottom:none!important;font-weight:700;background-color:var(--ngc-table-header-background-color, var(--color-blue-10, #F3F5F7));color:var(--text-color-primary-base, #1F1F1F);line-height:var(--text-line-height-subtitle-2, 1.375rem);letter-spacing:var(--text-letter-spacing-default, 0rem)}.gator-table-total-row{background-color:var(--ngc-table-header-background-color, var(--color-blue-10, #F3F5F7));font-weight:600}.gator-table-total-row:hover{background-color:var(--ngc-table-header-background-color, var(--color-blue-10, #F3F5F7))!important}.gator-table-total-row td,.gator-table-total-row th{border-top:1px solid var(--ngc-table-header-border-bottom-color, #E5E5E5);border-bottom:1px solid var(--ngc-table-header-border-bottom-color, #E5E5E5)!important}.gator-table-total-row th:hover{background-color:var(--ngc-table-header-background-color, var(--color-blue-10, #F3F5F7))!important}.gator-table-total-label{font-weight:700;color:var(--text-color-primary-base, #1F1F1F)}';export{r as default};
1
+ const r='.gator-table{font-family:var(--text-family-body),"Open Sans",sans-serif;border-spacing:0;width:100%;overflow:auto;border-radius:var(--ngc-table-border-radius, 1rem);background-color:var(--ngc-table-row-background-color, var(--color-surface-primary-white, #FFF))}.gator-table thead>th,.gator-table thead>tr{height:3rem;min-height:3rem}.gator-table thead>th :first-child,.gator-table thead>tr :first-child{border-top-left-radius:var(--ngc-table-border-radius, 1rem)}.gator-table thead>th :last-child,.gator-table thead>tr :last-child{border-top-right-radius:var(--ngc-table-border-radius, 1rem)}.gator-table tbody>tr,.gator-table tfoot>tr{min-height:3rem;height:3rem}.gator-table th{background:var(--ngc-table-header-background-color, var(--color-brand-10, #F3F5F7));text-align:left;padding:var(--spacing-padding-margin-8, .5rem) var(--spacing-padding-margin-16, 1rem);border-bottom:1px solid var(--ngc-table-header-border-bottom-color, #E5E5E5)}.gator-table th:hover{background:var(--ngc-table-header-background-color-hover, #E4ECF2)}.gator-table [dir=rtl] th.mat-header-cell{text-align:right}.gator-table td{padding:var(--spacing-padding-margin-8, .5rem) var(--spacing-padding-margin-16, 1rem);border-bottom:1px solid var(--ngc-table-row-border-bottom-color, #E5E5E5)}.gator-table tr:has(td:hover){background:var(--ngc-table-row-background-color-hover, var(--color-surface-hover, #F7F7F7))}.gator-table tbody:last-child>tr:last-child th:first-child,.gator-table tbody:last-child>tr:last-child td:first-child{border-bottom-left-radius:var(--ngc-table-border-radius, 1rem)}.gator-table tbody:last-child>tr:last-child td:last-child{border-bottom-right-radius:var(--ngc-table-border-radius, 1rem)}.gator-table th:first-of-type,.gator-table td:first-of-type{padding-left:24px}.gator-table [dir=rtl] th:first-of-type,.gator-table [dir=rtl] td:first-of-type{padding-left:0;padding-right:24px}.gator-table th:last-of-type,.gator-table td:last-of-type{padding-right:24px}.gator-table [dir=rtl] th:last-of-type,.gator-table [dir=rtl] td:last-of-type{padding-right:0;padding-left:24px}.gator-table ngc-checkbox{--ngc-input-margin-bottom: 0}.gator-table-checkbox-column{width:1%}.gator-table-row-selected{background-color:var(--ngc-table-row-background-color-selected, var(--color-surface-brand, var(--color-brand-10, #F3F5F7)))}.gator-table-elevated{box-shadow:var(--shadow-x-offset-0, 0px) var(--shadow-shadow-1-card-property-1-y-offset, 1px) var(--shadow-shadow-1-card-property-1-blur, 1.5px) var(--shadow-shadow-1-card-property-1-spread, 0px) var(--shadow-color-4, rgba(31, 31, 31, .04)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-1-card-property-2-y-offset, 2px) var(--shadow-shadow-1-card-property-2-blur, 5px) var(--shadow-shadow-1-card-property-2-spread, 0px) var(--shadow-color-10, rgba(31, 31, 31, .1)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-1-card-property-3-y-offset, 3px) var(--shadow-shadow-1-card-property-3-blur, 9px) var(--shadow-shadow-1-card-property-3-spread, 6px) var(--shadow-color-5, rgba(31, 31, 31, .05))}.gator-table-category-header,.gator-table-category-header:hover{background-color:var(--ngc-table-header-background-color, var(--color-brand-10, #F3F5F7))}.gator-table-category-header th{border-bottom:none!important;font-weight:700;background-color:var(--ngc-table-header-background-color, var(--color-brand-10, #F3F5F7));color:var(--text-color-primary-base, #1F1F1F);line-height:var(--text-line-height-subtitle-2, 1.375rem);letter-spacing:var(--text-letter-spacing-default, 0rem)}.gator-table-total-row{background-color:var(--ngc-table-header-background-color, var(--color-brand-10, #F3F5F7));font-weight:600}.gator-table-total-row:hover{background-color:var(--ngc-table-header-background-color, var(--color-brand-10, #F3F5F7))!important}.gator-table-total-row td,.gator-table-total-row th{border-top:1px solid var(--ngc-table-header-border-bottom-color, #E5E5E5);border-bottom:1px solid var(--ngc-table-header-border-bottom-color, #E5E5E5)!important}.gator-table-total-row th:hover{background-color:var(--ngc-table-header-background-color, var(--color-brand-10, #F3F5F7))!important}.gator-table-total-label{font-weight:700;color:var(--text-color-primary-base, #1F1F1F)}';export{r as default};
@@ -1 +1 @@
1
- const o=":host,:root{--ngc-tooltip-background-color: var(--color-neutral-70, #1F1F1F);--ngc-tooltip-color: var(--color-grey-10, #FFF) }";export{o as default};
1
+ const o=":host,:root{--ngc-tooltip-background-color: var(--color-neutral-70, #1F1F1F);--ngc-tooltip-color: var(--color-neutral-0, #FFF)}";export{o as default};
@@ -1 +1 @@
1
- const o='@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_Avenir.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_AvenirMd.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_AvenirBd.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_AvenirHv.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-VariableFont.woff2) format("woff2");font-weight:100 900;font-style:normal}:host,:root{--color-black-100: #000000;--color-black-90: #1a1a1a;--color-black-80: #333333;--color-black-70: #4d4d4d;--color-black-60: #666666;--color-black-50: #808080;--color-black-40: #999999;--color-black-30: #b3b3b3;--color-black-20: #cccccc;--color-black-10: #e6e6e6;--color-neutral-70: #1F1F1F;--color-neutral-60: #404040;--color-neutral-50: #6D6D6D;--color-neutral-40: #BFBFBF;--color-neutral-30: #E5E5E5;--color-neutral-20: #F2F2F2;--color-neutral-10: #F7F7F7;--color-neutral-0: #FFFFFF;--color-blue-50: #0A2033;--color-blue-40: #0E304D;--color-blue-30: #11395B;--color-blue-25: #C3CDD6;--color-blue-20: #C3CDD6;--color-blue-10: #F3F5F7;--color-grey-10: #fff;--spacing-1: .125rem;--spacing-2: .25rem;--spacing-3: .5rem;--spacing-4: 1rem;--spacing-6: 1.5rem;--spacing-7: 2rem;--color-red-40: #AA330E;--color-red-30: #D44011;--color-red-20: #E99F88;--color-red-10: #FAEBE7;--color-green-40: #1B8754;--color-green-30: #22A969;--color-green-20: #90D4B4;--color-green-10: #E9F7F0;--color-orange-40: #BD5A00;--color-orange-30: #EC7000;--color-orange-20: #F5B77F;--color-orange-10: #FEF1E6;--text-family-headings: "nCino+Avenir", sans-serif;--text-family-body: "Open Sans", sans-serif}';export{o as default};
1
+ const o='@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_Avenir.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_AvenirMd.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_AvenirBd.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"nCino+Avenir";src:url(/assets/nCino_AvenirHv.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-VariableFont.woff2) format("woff2");font-weight:100 900;font-style:normal}:host,:root{--color-black-100: #000000;--color-black-90: #1a1a1a;--color-black-80: #333333;--color-black-70: #4d4d4d;--color-black-60: #666666;--color-black-50: #808080;--color-black-40: #999999;--color-black-30: #b3b3b3;--color-black-20: #cccccc;--color-black-10: #e6e6e6;--color-neutral-80: #040404;--color-neutral-70: #1F1F1F;--color-neutral-60: #404040;--color-neutral-50: #6D6D6D;--color-neutral-40: #BFBFBF;--color-neutral-30: #E5E5E5;--color-neutral-20: #F2F2F2;--color-neutral-10: #F7F7F7;--color-neutral-0: #FFFFFF;--color-brand-50: #0A2033;--color-brand-40: #0E304D;--color-brand-30: #11395B;--color-brand-20: #C3CDD6;--color-brand-10: #E4ECF2;--color-brand-0: #F3F5F7;--color-red-40: #AA330E;--color-red-30: #D44011;--color-red-20: #E99F88;--color-red-10: #FAEBE7;--color-green-40: #1B8754;--color-green-30: #22A969;--color-green-20: #90D4B4;--color-green-10: #E9F7F0;--color-orange-40: #BD5A00;--color-orange-30: #EC7000;--color-orange-20: #F5B77F;--color-orange-10: #FEF1E6;--color-purple-50: #4C0099;--color-purple-40: #6600CC;--color-purple-30: #8000FF;--color-purple-20: #E5CCFF;--color-purple-10: #F6EEFF;--color-blue-50: #2238AA;--color-blue-40: #2A46D4;--color-blue-30: #3355FF;--color-blue-20: #BBC6FF;--color-blue-10: #E8ECFF;--color-aqua-50: #0A5069;--color-aqua-40: #0F6F91;--color-aqua-30: #009FD9;--color-aqua-20: #A2DBF0;--color-aqua-10: #EFF9FC;--color-aqua-0: #F7FBFC;--spacing-1: .125rem;--spacing-2: .25rem;--spacing-3: .5rem;--spacing-4: 1rem;--spacing-6: 1.5rem;--spacing-7: 2rem;--text-family-headings: "nCino+Avenir", sans-serif;--text-family-body: "Open Sans", sans-serif}';export{o as default};
@@ -1 +1 @@
1
- const r=":host,:root{--color-background-primary: var(--color-blue-10, #F3F5F7);--color-stroke-primary: var(--color-neutral-50, #6D6D6D);--color-stroke-secondary: var(--color-neutral-40, #BFBFBF);--color-stroke-tertiary: var(--color-neutral-30, #E5E5E5);--color-stroke-read-only: var(--color-neutral-40, #BFBFBF);--color-stroke-disabled: var(--color-neutral-30, #E5E5E5);--color-stroke-brand: var(--color-blue-30, #11395B);--color-stroke-brand-secondary: var(--color-blue-20, #C3CDD6);--color-stroke-interactive: var(--color-blue-40, #0E304D);--color-stroke-focus: var(--color-blue-30, #11395B);--color-stroke-success: var(--color-green-20, #90D4B4);--color-stroke-warning: var(--color-orange-20, #F5B77F);--color-stroke-error-weak: var(--color-red-20, #E99F88);--color-stroke-error: var(--color-red-40, #AA330E);--color-text-primary-base: var(--color-neutral-70, #1F1F1F);--color-text-secondary: var(--color-neutral-50, #6D6D6D);--color-text-brand: var(--color-blue-30, #11395B);--color-text-placeholder: var(--color-neutral-50, #6D6D6D);--color-text-error: var(--color-red-40, #AA330E);--color-text-disabled: var(--color-neutral-50, #6D6D6D);--color-text-inverse: var(--color-neutral-0, #FFFFFF);--color-surface-brand: var(--color-blue-10, #F3F5F7);--color-surface-brand-secondary: var(--color-blue-20, #C3CDD6);--color-surface-brand-pressed: #C3CDD6;--color-surface-brand-hover: #E4ECF2;--color-surface-primary: var(--color-neutral-0, #FFFFFF);--color-surface-secondary: var(--color-neutral-10);--color-surface-error: var(--color-red-10);--color-surface-success: var(--color-green-10);--color-surface-warning: var(--color-orange-10);--color-surface-badge: var(--color-red-30);--color-surface-hover: var(--color-neutral-10, #F7F7F7);--color-surface-loading: var(--color-neutral-30);--color-surface-interactive-primary: var(--color-blue-40, #0E304D);--color-surface-interactive-primary-hover: var(--color-blue-50, #0A2033);--color-surface-interactive-primary-pressed: var(--color-blue-50, #0A2033);--color-icon-error: var(--color-red-30);--color-icon-success: var(--color-green-30);--color-icon-warning: var(--color-orange-30);--color-icon-disabled: var(--color-neutral-40, #BFBFBF);--color-icon-brand: var(--color-blue-30);--icon-color-brand: #11395B;--color-primary-03-base: var(--color-neutral-70, #1F1F1F);--color-primary-01-placeholder: var(--color-neutral-50, #6D6D6D);--color-underline-primary: var(--color-neutral-40, #BFBFBF);--color-button-pressed: var(--color-neutral-60, #404040);--color-button-disabled: var(--color-neutral-40, #BFBFBF);--color-focus-gap: var(--color-neutral-0, #FFFFFF);--color-focus-border: var(--color-blue-30, #11395B);--primary-01-placeholder: var(--color-neutral-50, #6D6D6D);--text-color-secondary: var(--color-neutral-50, #6D6D6D);--size-stroke-1: 1px;--radius-sm: .125rem;--radius-m: .75rem;--radius-circle: 9999rem;--text-size-subtitle-1: 1.0625rem;--text-size-body-1: 1.0625rem;--text-size-body-2: .9375rem;--text-size-caption: .8125rem;--text-size-h1: 2.5rem;--text-size-h5: 1.25rem;--text-size-button-small: .8125rem;--text-size-button-large: 1.0625rem;--text-size-heading-1: 2.5rem;--text-size-heading-3: 1.625rem;--text-line-height-subtitle-1: 1.5rem;--text-line-height-body-1: 1.5rem;--text-line-height-body-2: 1.375rem;--text-line-height-h1: 3.125rem;--text-line-height-h5: 1.875rem;--text-line-height-heading-2: 2.625rem;--text-line-height-caption: 1.1rem;--spacing-2: .5rem;--spacing-5: 1.5rem;--spacing-padding-margin-32: 2rem;--spacing-padding-margin-16: 1rem;--spacing-padding-margin-8: .5rem;--spacing-padding-margin-4: .25rem;--spacing-gap-4: .25rem;--spacing-gap-8: .5rem;--spacing-gap-12: .75rem;--spacing-gap-16: 1rem;--spacing-gap-20: 1.25rem;--spacing-gap-24: 1.5rem;--size-icon-default: 1.5rem;--text-line-height-subtitle: 1.5rem}";export{r as default};
1
+ const r=":host,:root{--color-background-primary: var(--color-brand-0, #F3F5F7);--color-stroke-primary: var(--color-neutral-50, #6D6D6D);--color-stroke-secondary: var(--color-neutral-40, #BFBFBF);--color-stroke-tertiary: var(--color-neutral-30, #E5E5E5);--color-stroke-read-only: var(--color-neutral-40, #BFBFBF);--color-stroke-disabled: var(--color-neutral-30, #E5E5E5);--color-stroke-brand: var(--color-brand-30, #11395B);--color-stroke-brand-secondary: var(--color-brand-20, #C3CDD6);--color-stroke-interactive: var(--color-brand-40, #0E304D);--color-stroke-focus: var(--color-brand-30, #11395B);--color-stroke-success: var(--color-green-20, #90D4B4);--color-stroke-warning: var(--color-orange-20, #F5B77F);--color-stroke-error-weak: var(--color-red-20, #E99F88);--color-stroke-error: var(--color-red-40, #AA330E);--color-text-primary-base: var(--color-neutral-70, #1F1F1F);--color-text-secondary: var(--color-neutral-50, #6D6D6D);--color-text-brand: var(--color-brand-30, #11395B);--color-text-placeholder: var(--color-neutral-50, #6D6D6D);--color-text-error: var(--color-red-40, #AA330E);--color-text-disabled: var(--color-neutral-50, #6D6D6D);--color-text-inverse: var(--color-neutral-0, #FFFFFF);--color-surface-brand: var(--color-brand-0, #F3F5F7);--color-surface-brand-secondary: var(--color-brand-20, #C3CDD6);--color-surface-brand-pressed: var(--color-brand-20, #C3CDD6);--color-surface-brand-hover: var(--color-brand-10, #E4ECF2);--color-surface-primary: var(--color-neutral-0, #FFFFFF);--color-surface-secondary: var(--color-neutral-10);--color-surface-error: var(--color-red-10);--color-surface-success: var(--color-green-10);--color-surface-warning: var(--color-orange-10);--color-surface-purple: var(--color-purple-10);--color-surface-badge: var(--color-red-30);--color-surface-hover: var(--color-neutral-10, #F7F7F7);--color-surface-loading: var(--color-neutral-30);--color-surface-interactive-primary: var(--color-brand-40, #0E304D);--color-surface-interactive-primary-hover: var(--color-brand-50, #0A2033);--color-surface-interactive-primary-pressed: var(--color-brand-50, #0A2033);--color-border-primary: var(--color-neutral-50, #6D6D6D);--color-border-secondary: var(--color-neutral-40, #BFBFBF);--color-border-tertiary: var(--color-neutral-30, #E5E5E5);--color-border-disabled: var(--color-neutral-30, #E5E5E5);--color-border-read-only: var(--color-neutral-40, #BFBFBF);--color-border-brand: var(--color-brand-30, #11395B);--color-border-brand-secondary: var(--color-brand-20, #C3CDD6);--color-border-interactive: var(--color-brand-40, #0E304D);--color-border-focus: var(--color-brand-30, #11395B);--color-border-success: var(--color-green-20, #90D4B4);--color-border-warning: var(--color-orange-20, #F5B77F);--color-border-error-weak: var(--color-red-20, #E99F88);--color-border-error: var(--color-red-40, #AA330E);--color-border-inverse: var(--color-neutral-30, #E5E5E5);--color-border-neutral: var(--color-neutral-70, #1F1F1F);--color-border-neutral-secondary: var(--color-neutral-80, #040404);--color-border-white: var(--color-neutral-0, #FFFFFF);--color-border-purple: var(--color-purple-20, #E5CCFF);--color-border-blue: var(--color-blue-20, #BBC6FF);--color-border-aqua: var(--color-aqua-20, #A2DBF0);--color-border-gator-green: var(--color-gator-green-20, #BDE1B7);--color-border-yellow: var(--color-yellow-20, #FDE399);--color-icon-error: var(--color-red-40);--color-icon-success: var(--color-green-40);--color-icon-warning: var(--color-orange-40);--color-icon-ai: var(--color-purple-50);--color-icon-disabled: var(--color-neutral-40, #BFBFBF);--color-icon-brand: var(--color-brand-30, #11395B);--color-primary-03-base: var(--color-neutral-70, #1F1F1F);--color-primary-01-placeholder: var(--color-neutral-50, #6D6D6D);--color-underline-primary: var(--color-neutral-40, #BFBFBF);--color-button-pressed: var(--color-neutral-60, #404040);--color-button-disabled: var(--color-neutral-40, #BFBFBF);--color-focus-gap: var(--color-neutral-0, #FFFFFF);--color-focus-border: var(--color-brand-30, #11395B);--primary-01-placeholder: var(--color-neutral-50, #6D6D6D);--text-color-secondary: var(--color-neutral-50, #6D6D6D);--size-stroke-1: 1px;--radius-sm: .125rem;--radius-m: .75rem;--radius-circle: 9999rem;--text-size-subtitle-1: 1.0625rem;--text-size-body-1: 1.0625rem;--text-size-body-2: .9375rem;--text-size-caption: .8125rem;--text-size-h1: 2.5rem;--text-size-h5: 1.25rem;--text-size-button-small: .8125rem;--text-size-button-large: 1.0625rem;--text-size-heading-1: 2.5rem;--text-size-heading-3: 1.625rem;--text-line-height-subtitle-1: 1.5rem;--text-line-height-body-1: 1.5rem;--text-line-height-body-2: 1.375rem;--text-line-height-h1: 3.125rem;--text-line-height-h5: 1.875rem;--text-line-height-heading-2: 2.625rem;--text-line-height-caption: 1.1rem;--spacing-2: .5rem;--spacing-5: 1.5rem;--spacing-padding-margin-32: 2rem;--spacing-padding-margin-16: 1rem;--spacing-padding-margin-8: .5rem;--spacing-padding-margin-4: .25rem;--spacing-gap-4: .25rem;--spacing-gap-8: .5rem;--spacing-gap-12: .75rem;--spacing-gap-16: 1rem;--spacing-gap-20: 1.25rem;--spacing-gap-24: 1.5rem;--size-icon-default: 1.5rem;--text-line-height-subtitle: 1.5rem}";export{r as default};
@@ -12,5 +12,10 @@ export declare class NjcAlert extends NjcAlert_base {
12
12
  * @type {string}
13
13
  */
14
14
  ariaLabel: string;
15
+ /**
16
+ * @property skeleton - Whether the alert should render in a skeleton state.
17
+ * @type {boolean}
18
+ */
19
+ skeleton: boolean;
15
20
  }
16
21
  export {};
@@ -5,7 +5,15 @@ import { NjcAlert } from '../../alert.ts';
5
5
  export declare class NgcAlert extends NjcAlert {
6
6
  static styles: import('lit').CSSResult[];
7
7
  render(): import('lit').TemplateResult<1>;
8
- get variantClass(): string;
8
+ updated(changedProperties: Map<string | number | symbol, unknown>): void;
9
+ get shouldRenderSkeletonLoader(): boolean;
10
+ get hasAssignedNgcElements(): boolean | undefined;
11
+ get defaultSkeletonLoader(): import('lit').TemplateResult<1>;
12
+ get classes(): {
13
+ [x: string]: boolean;
14
+ 'gator-alert': boolean;
15
+ 'gator-alert_skeleton': boolean;
16
+ };
9
17
  get iconMarkup(): import('lit').TemplateResult<1>;
10
18
  }
11
19
  declare global {
@@ -14,7 +14,13 @@ export declare class NgcBanner extends NjcBanner {
14
14
  render(): import('lit').TemplateResult<1>;
15
15
  hasActions: boolean;
16
16
  handleActionSlotChanged(e: Event): void;
17
- get variantClass(): string;
17
+ get classes(): {
18
+ [x: string]: boolean;
19
+ 'gator-banner': boolean;
20
+ 'gator-banner_skeleton': boolean;
21
+ 'gator-banner_left-aligned': boolean;
22
+ 'gator-banner_centered': boolean;
23
+ };
18
24
  get iconMarkup(): import('lit').TemplateResult<1>;
19
25
  }
20
26
  declare global {
@@ -1,48 +1,14 @@
1
- import { LitElement } from 'lit';
1
+ import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
2
2
  export type NGC_BOOLEAN_OPTION = {
3
3
  label: string;
4
4
  value: string;
5
5
  };
6
- export declare class NgcBoolean extends LitElement {
7
- static shadowRootOptions: {
8
- delegatesFocus: boolean;
9
- mode: ShadowRootMode;
10
- serializable?: boolean;
11
- slotAssignment?: SlotAssignmentMode;
12
- };
6
+ export declare class NgcBoolean extends NgcInputText {
13
7
  static styles: import('lit').CSSResult[];
14
- /**
15
- * @property {string} id - The id for the boolean component. If one is not provided, a random id will be generated.
16
- */
17
- id: string;
18
8
  /**
19
9
  * @property {NGC_BOOLEAN_OPTION[]} options - Options to render as boolean options. Each option must have a label and value property.
20
10
  */
21
11
  options: NGC_BOOLEAN_OPTION[];
22
- /**
23
- * @property {boolean} disabled - Defines if the boolean component should be disabled. Disabled boolean components cannot be selected.
24
- */
25
- disabled: boolean;
26
- /**
27
- * @property {string} value - Defines the current value of the boolean component.
28
- */
29
- value: string;
30
- /**
31
- * @property {string} label - Defines the visible label of the boolean component.
32
- */
33
- label: string;
34
- /**
35
- * @property {string} helpText - Defines optional help text to be displayed below the boolean component.
36
- */
37
- helpText: string;
38
- /**
39
- * @property {boolean} hasError - Defines if the boolean component should be rendered in an error state.
40
- */
41
- hasError: boolean;
42
- /**
43
- * @property {string} errorMessage - Defines an optional error message to be displayed below the boolean component when in an error state.
44
- */
45
- errorMessage: string;
46
12
  private _randomId;
47
13
  firstUpdated(): void;
48
14
  render(): import('lit').TemplateResult<1>;
@@ -5,6 +5,7 @@ export type NGC_BUTTON_GROUP_ORIENTATION = 'horizontal' | 'stacked';
5
5
  export declare class NgcButtonGroup extends NgcComponent {
6
6
  orientation: NGC_BUTTON_GROUP_ORIENTATION;
7
7
  size: NJC_BUTTON_SIZES;
8
+ skeleton: boolean;
8
9
  static styles: import('lit').CSSResult[];
9
10
  private overflowButtons;
10
11
  private _overflowMenuIconWidth;
@@ -1,12 +1,6 @@
1
- import { PropertyValueMap } from 'lit';
1
+ import { PropertyValueMap, nothing } from 'lit';
2
2
  import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
3
3
  export declare class NgcCheckbox extends NgcInputText {
4
- static shadowRootOptions: {
5
- delegatesFocus: boolean;
6
- mode: ShadowRootMode;
7
- serializable?: boolean;
8
- slotAssignment?: SlotAssignmentMode;
9
- };
10
4
  static styles: import('lit').CSSResult[];
11
5
  /**
12
6
  * @property {string} title - The title text for the checkbox button option.
@@ -22,13 +16,14 @@ export declare class NgcCheckbox extends NgcInputText {
22
16
  */
23
17
  hideLabel: boolean;
24
18
  /**
25
- * @property {boolean} hasError - Indicates if the checkbox button should render in an error state.
26
- */
27
- hasError: boolean;
19
+ * @property {boolean} grouped - Indicates if the checkbox is apart of a checkbox group
20
+ */
21
+ grouped: boolean;
28
22
  private _randomId;
29
23
  protected updated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
30
24
  render(): import('lit').TemplateResult<1>;
31
25
  get elementId(): string;
26
+ get bottomText(): import('lit').TemplateResult<1> | typeof nothing;
32
27
  handleChange(): void;
33
28
  click(): void;
34
29
  }
@@ -1,5 +1,5 @@
1
1
  import { NgcCheckbox } from '../checkbox/checkbox.gator';
2
- import { TestableLitElement } from '../../utils/components/testable-lit-element/testable-lit-element.ts';
2
+ import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
3
3
  /**
4
4
  * @slot - The checkboxes within the group
5
5
  */
@@ -7,36 +7,8 @@ export type NGC_CHECKBOX_GROUP_OPTION = {
7
7
  title: string;
8
8
  value: string;
9
9
  };
10
- export declare class NgcCheckboxGroup extends TestableLitElement {
10
+ export declare class NgcCheckboxGroup extends NgcInputText {
11
11
  static styles: import('lit').CSSResult[];
12
- /**
13
- * @property {string} id - `id` for the checkbox group. If not provided, one will be uniquely generated.
14
- */
15
- id: string;
16
- /**
17
- * @property {string} label - Defines the visible label of the checkbox group.
18
- */
19
- label: string;
20
- /**
21
- * @property {string} helpText - Defines optional help text to be displayed below the checkbox group.
22
- */
23
- helpText: string;
24
- /**
25
- * @property {string} value - The value of the checkbox group.
26
- */
27
- value: string | undefined;
28
- /**
29
- * @property {boolean} disabled - Indicates whether the checkbox group is disabled.
30
- */
31
- disabled: boolean;
32
- /**
33
- * @property {boolean} hasError - Indicates if the checkbox group should render in an error state.
34
- */
35
- hasError: boolean;
36
- /**
37
- * @property {string} errorMessage - Defines an optional error message to be displayed below the checkbox group when in an error state.
38
- */
39
- errorMessage: string;
40
12
  /**
41
13
  * @property {NGC_CHECKBOX_GROUP_OPTION[]} options - Options to render as radio buttons. Each option must have a title and value property and can optionally have a subtitle property.
42
14
  */
@@ -21,6 +21,7 @@ export declare class NgcDatepicker extends NjcDatepicker {
21
21
  shiftFocusToCalendarGrid(): void;
22
22
  handleDatepickerKeydown(event: KeyboardEvent): void;
23
23
  get headerMarkup(): import('lit').TemplateResult<1>;
24
+ get currentMonthAndYear(): string;
24
25
  handlePreviousMonthClicked(): void;
25
26
  handleMonthClick(): void;
26
27
  handleYearClick(): void;
@@ -1,5 +1,6 @@
1
1
  import { NgcComponent } from '../../../utils/components/ngc-component.ts';
2
2
  export type NGC_ICON_SIZE = 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
3
+ export type NGC_ICON_TYPE = 'default' | 'success' | 'warning' | 'error' | 'ai';
3
4
  /**
4
5
  * An element that renderings a single icon. Icons are either provided as a
5
6
  * Lit TemplateResult, or looked up by name from an icon registry.
@@ -33,6 +34,7 @@ export declare class NgcIcon extends NgcComponent {
33
34
  * @property {NGC_ICON_SIZE} size
34
35
  */
35
36
  size: NGC_ICON_SIZE;
37
+ type: NGC_ICON_TYPE;
36
38
  _svg: SVGElement | null | undefined;
37
39
  updated(changedProperties: Map<string | number | symbol, unknown>): void;
38
40
  render(): import('lit').TemplateResult | undefined;
@@ -49,7 +49,7 @@ export declare class NgcProgressBar extends TestableLitElement {
49
49
  rounded: boolean;
50
50
  static styles: import('lit').CSSResult[];
51
51
  render(): import('lit').TemplateResult<1>;
52
- get ariaDescribedby(): "help-text" | "error-text" | "success-text" | undefined;
52
+ get ariaDescribedby(): "error-text" | "help-text" | "success-text" | undefined;
53
53
  get helpTextMarkup(): import('lit').TemplateResult<1> | null;
54
54
  get errorMarkup(): import('lit').TemplateResult<1> | null;
55
55
  get successMarkup(): import('lit').TemplateResult<1> | null;
@@ -1,46 +1,30 @@
1
- import { PropertyValueMap } from 'lit';
2
- import { TestableLitElement } from '../../utils/components/testable-lit-element/testable-lit-element.ts';
1
+ import { PropertyValueMap, nothing } from 'lit';
3
2
  import { Ref } from 'lit/directives/ref.js';
4
- export declare class NgcRadio extends TestableLitElement {
5
- static shadowRootOptions: {
6
- delegatesFocus: boolean;
7
- mode: ShadowRootMode;
8
- serializable?: boolean;
9
- slotAssignment?: SlotAssignmentMode;
10
- };
3
+ import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
4
+ export declare class NgcRadio extends NgcInputText {
11
5
  static styles: import('lit').CSSResult[];
12
6
  /**
13
- * @property {string} id - The title text for the radio button option.
14
- */
15
- id: string;
16
- /**
17
7
  * @property {string} title - The title text for the radio button option.
18
8
  */
19
9
  titleText: string;
20
10
  /**
21
- * @property {string} value - The text label for the radio button option.
22
- */
23
- value: string;
24
- /**
25
11
  * @property {boolean} selected - Indicates whether the radio button is currently selected.
26
12
  */
27
13
  selected: boolean;
28
14
  /**
29
- * @property {boolean} disabled - Indicates whether the radio button is disabled.
30
- */
31
- disabled: boolean;
32
- /**
33
- * @property {boolean} hasError - Indicates if the radio button should render in an error state.
34
- */
35
- hasError: boolean;
36
- /**
37
15
  * @property {number} radioTabindex - The tabindex for the radio button.
38
16
  */
39
17
  radioTabindex: number;
18
+ /**
19
+ * @property {boolean} grouped - Indicates if the radio is apart of a radio group
20
+ */
21
+ grouped: boolean;
40
22
  inputRef: Ref<HTMLInputElement>;
41
23
  private _randomId;
42
24
  protected updated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
25
+ connectedCallback(): void;
43
26
  render(): import('lit').TemplateResult<1>;
27
+ get bottomText(): import('lit').TemplateResult<1> | typeof nothing;
44
28
  get elementId(): string;
45
29
  get tabindex(): number;
46
30
  handleChange(): void;
@@ -1,5 +1,5 @@
1
1
  import { NgcRadio } from '../radio/radio.gator';
2
- import { TestableLitElement } from '../../utils/components/testable-lit-element/testable-lit-element.ts';
2
+ import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
3
3
  /**
4
4
  * @slot - The radios within the group
5
5
  */
@@ -7,36 +7,8 @@ export type NGC_RADIO_GROUP_OPTION = {
7
7
  title: string;
8
8
  value: string;
9
9
  };
10
- export declare class NgcRadioGroup extends TestableLitElement {
10
+ export declare class NgcRadioGroup extends NgcInputText {
11
11
  static styles: import('lit').CSSResult[];
12
- /**
13
- * @property {string} id - `id` for the radio group. If not provided, one will be uniquely generated.
14
- */
15
- id: string;
16
- /**
17
- * @property {string} label - Defines the visible label of the radio group.
18
- */
19
- label: string;
20
- /**
21
- * @property {string} helpText - Defines optional help text to be displayed below the radio group.
22
- */
23
- helpText: string;
24
- /**
25
- * @property {string} value - The value of the radio group.
26
- */
27
- value: string;
28
- /**
29
- * @property {boolean} disabled - Indicates whether the radio group is disabled.
30
- */
31
- disabled: boolean;
32
- /**
33
- * @property {boolean} hasError - Indicates if the radio group should render in an error state.
34
- */
35
- hasError: boolean;
36
- /**
37
- * @property {string} errorMessage - Defines an optional error message to be displayed below the radio group when in an error state.
38
- */
39
- errorMessage: string;
40
12
  /**
41
13
  * @property {NGC_RADIO_GROUP_OPTION[]} options - Options to render as radio buttons. Each option must have a title and value property.
42
14
  */
@@ -7,7 +7,7 @@ export declare class NjcSldsScopedNotification extends NjcScopedNotification {
7
7
  render(): import('lit').TemplateResult<1>;
8
8
  get modeClass(): string;
9
9
  get containerClass(): string;
10
- get iconName(): "info" | "warning" | "success" | "error";
10
+ get iconName(): "success" | "warning" | "error" | "info";
11
11
  }
12
12
  declare global {
13
13
  interface HTMLElementTagNameMap {
@@ -1,5 +1,5 @@
1
1
  import { NgcSelectionBox } from '../selection-box/selection-box.gator';
2
- import { TestableLitElement } from '../../utils/components/testable-lit-element/testable-lit-element';
2
+ import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
3
3
  export type NGC_SELECTION_BOX_GROUP_OPTION = {
4
4
  title: string;
5
5
  subtitle?: string;
@@ -8,47 +8,17 @@ export type NGC_SELECTION_BOX_GROUP_OPTION = {
8
8
  /**
9
9
  * @slot - The selection boxes within the group
10
10
  */
11
- export declare class NgcSelectionBoxGroup extends TestableLitElement {
11
+ export declare class NgcSelectionBoxGroup extends NgcInputText {
12
12
  static styles: import('lit').CSSResult[];
13
- /**
14
- * @property {string} id - The id for the selection group. If one is not provided, a random id will be generated.
15
- */
16
- id: string;
17
13
  /**
18
14
  * @property {NGC_SELECTION_BOX_GROUP_OPTION[]} options - Options to render as radio buttons. Each option must have a title and value property and can optionally have a subtitle property.
19
15
  */
20
16
  options: NGC_SELECTION_BOX_GROUP_OPTION[];
21
- /**
22
- * @property {boolean} disabled - Defines if the selection group should be disabled. Disabled selection groups cannot be selected.
23
- */
24
- disabled: boolean;
25
- /**
26
- * @property {string} value - Defines the current value of the selection group.
27
- */
28
- value: string | undefined;
29
- /**
30
- * @property {string} label - Defines the visible label of the selection group.
31
- */
32
- label: string;
33
- /**
34
- * @property {string} helpText - Defines optional help text to be displayed below the selection group.
35
- */
36
- helpText: string;
37
17
  /**
38
18
  * @property {string} type - Defines if the selection box group should be multi-select or single-select.
39
19
  */
40
20
  type: string;
41
- /**
42
- * @property {boolean} hasError - Defines if the selection group should be rendered in an error state.
43
- */
44
- hasError: boolean;
45
- /**
46
- * @property {string} errorMessage - Defines an optional error message to be displayed below the selection group when in an error state.
47
- */
48
- errorMessage: string;
49
- private _randomId;
50
21
  render(): import('lit').TemplateResult<1>;
51
- get elementId(): string;
52
22
  get radioGroupMarkup(): import('lit').TemplateResult<1>;
53
23
  get checkboxGroupMarkup(): import('lit').TemplateResult<1>;
54
24
  get optionsMarkup(): import('lit').TemplateResult<1>;
@@ -19,7 +19,9 @@ export declare class NgcTableBulkControls extends NgcComponent {
19
19
  allSelected: boolean;
20
20
  static styles: import('lit').CSSResult[];
21
21
  private handleSelectAllChange;
22
- render(): import('lit').TemplateResult<1> | typeof nothing;
22
+ render(): import('lit').TemplateResult<1>;
23
+ get bulkControlsMarkup(): import('lit').TemplateResult<1> | typeof nothing;
24
+ get selectedRowsMessage(): string;
23
25
  focus(): void;
24
26
  }
25
27
  declare global {
@@ -15,6 +15,9 @@ export declare class NgcTabset extends TestableLitElement {
15
15
  * @property {string} size - The size of the tabs in the tabset
16
16
  */
17
17
  size: string;
18
+ /**
19
+ * @property {number} activeTabIndex - The index of the tab that should be active/selected by default
20
+ */
18
21
  activeTabIndex: number;
19
22
  tabs: NgcTab[] | undefined;
20
23
  _contentRef: Ref<HTMLDivElement>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ncino/web-components",
3
3
  "author": "nCino",
4
- "version": "5.1.0-preview.8",
4
+ "version": "6.0.0-preview.1",
5
5
  "license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"