@kyndryl-design-system/shidoka-applications 1.41.1 → 1.41.2

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 (151) hide show
  1. package/common/mixins/form-input.js +1 -1
  2. package/common/mixins/form-input.js.map +1 -1
  3. package/components/global/footer/footer.js +5 -5
  4. package/components/global/footer/footerLink.js +3 -3
  5. package/components/global/footer/footerNav.js +3 -3
  6. package/components/global/footer/index.js +1 -1
  7. package/components/global/header/header.js +5 -5
  8. package/components/global/header/headerAvatar.js +2 -2
  9. package/components/global/header/headerCategory.js +3 -3
  10. package/components/global/header/headerDivider.js +2 -2
  11. package/components/global/header/headerFlyout.js +13 -13
  12. package/components/global/header/headerFlyouts.js +4 -4
  13. package/components/global/header/headerLink.js +10 -10
  14. package/components/global/header/headerNav.js +5 -5
  15. package/components/global/header/headerNotificationPanel.js +4 -4
  16. package/components/global/header/headerPanel.js +7 -7
  17. package/components/global/header/headerPanelLink.js +3 -3
  18. package/components/global/header/headerUserProfile.js +7 -7
  19. package/components/global/header/index.js +1 -1
  20. package/components/global/localNav/index.js +1 -1
  21. package/components/global/localNav/localNav.js +6 -6
  22. package/components/global/localNav/localNavLink.js +8 -8
  23. package/components/global/uiShell/index.js +1 -1
  24. package/components/global/uiShell/uiShell.js +2 -2
  25. package/components/reusable/blockCodeView/blockCodeView.js +13 -13
  26. package/components/reusable/blockCodeView/index.js +1 -1
  27. package/components/reusable/breadcrumbs/breadcrumbItem.js +5 -5
  28. package/components/reusable/breadcrumbs/breadcrumbs.js +3 -3
  29. package/components/reusable/breadcrumbs/index.js +1 -1
  30. package/components/reusable/card/card.js +5 -5
  31. package/components/reusable/card/index.js +1 -1
  32. package/components/reusable/checkbox/checkbox.js +4 -4
  33. package/components/reusable/checkbox/checkboxGroup.js +10 -10
  34. package/components/reusable/checkbox/checkboxSubgroup.js +3 -3
  35. package/components/reusable/checkbox/index.js +1 -1
  36. package/components/reusable/datePicker/datepicker.js +13 -13
  37. package/components/reusable/datePicker/index.js +1 -1
  38. package/components/reusable/daterangepicker/daterangepicker.js +17 -17
  39. package/components/reusable/daterangepicker/index.js +1 -1
  40. package/components/reusable/dropdown/dropdown.js +21 -21
  41. package/components/reusable/dropdown/dropdownCategory.js +3 -3
  42. package/components/reusable/dropdown/dropdownOption.js +4 -4
  43. package/components/reusable/dropdown/index.js +1 -1
  44. package/components/reusable/globalFilter/globalFilter.js +3 -3
  45. package/components/reusable/globalFilter/index.js +1 -1
  46. package/components/reusable/inlineCodeView/index.js +1 -1
  47. package/components/reusable/inlineCodeView/inlineCodeView.js +4 -4
  48. package/components/reusable/loaders/index.js +1 -1
  49. package/components/reusable/loaders/inline.js +6 -6
  50. package/components/reusable/loaders/loader.js +4 -4
  51. package/components/reusable/loaders/skeleton.js +2 -2
  52. package/components/reusable/modal/index.js +1 -1
  53. package/components/reusable/modal/modal.js +10 -10
  54. package/components/reusable/notification/index.js +1 -1
  55. package/components/reusable/notification/notification.js +16 -16
  56. package/components/reusable/notification/notificationContainer.js +3 -3
  57. package/components/reusable/numberInput/index.js +1 -1
  58. package/components/reusable/numberInput/numberInput.js +13 -13
  59. package/components/reusable/overflowMenu/index.js +1 -1
  60. package/components/reusable/overflowMenu/overflowMenu.js +6 -6
  61. package/components/reusable/overflowMenu/overflowMenuItem.js +6 -6
  62. package/components/reusable/pagetitle/index.js +1 -1
  63. package/components/reusable/pagetitle/pageTitle.js +6 -6
  64. package/components/reusable/pagination/Pagination.js +6 -6
  65. package/components/reusable/pagination/index.js +1 -1
  66. package/components/reusable/pagination/pagination-items-range.js +3 -3
  67. package/components/reusable/pagination/pagination-navigation-buttons.js +5 -5
  68. package/components/reusable/pagination/pagination-page-size-dropdown.js +4 -4
  69. package/components/reusable/progressBar/index.js +1 -1
  70. package/components/reusable/progressBar/progressBar.js +16 -16
  71. package/components/reusable/progressBar/progressBar.js.map +1 -1
  72. package/components/reusable/radioButton/index.js +1 -1
  73. package/components/reusable/radioButton/radioButton.js +3 -3
  74. package/components/reusable/radioButton/radioButtonGroup.js +6 -6
  75. package/components/reusable/search/index.js +1 -1
  76. package/components/reusable/search/search.js +6 -6
  77. package/components/reusable/sideDrawer/index.js +1 -1
  78. package/components/reusable/sideDrawer/sideDrawer.js +10 -10
  79. package/components/reusable/stepper/index.js +1 -1
  80. package/components/reusable/stepper/stepper.js +3 -3
  81. package/components/reusable/stepper/stepperItem.js +39 -39
  82. package/components/reusable/stepper/stepperItemChild.js +5 -5
  83. package/components/reusable/table/data-table.js +13 -13
  84. package/components/reusable/table/index.js +1 -1
  85. package/components/reusable/table/table-body.js +2 -2
  86. package/components/reusable/table/table-cell.js +3 -3
  87. package/components/reusable/table/table-container.js +2 -2
  88. package/components/reusable/table/table-context.js +1 -1
  89. package/components/reusable/table/table-context.js.map +1 -1
  90. package/components/reusable/table/table-expanded-row.js +3 -3
  91. package/components/reusable/table/table-foot.js +2 -2
  92. package/components/reusable/table/table-footer.js +2 -2
  93. package/components/reusable/table/table-head.js +2 -2
  94. package/components/reusable/table/table-header-row.js +5 -5
  95. package/components/reusable/table/table-header.js +10 -10
  96. package/components/reusable/table/table-legend-item.js +2 -2
  97. package/components/reusable/table/table-legend.js +2 -2
  98. package/components/reusable/table/table-row.js +6 -6
  99. package/components/reusable/table/table-toolbar.js +3 -3
  100. package/components/reusable/table/table.js +2 -2
  101. package/components/reusable/tabs/index.js +1 -1
  102. package/components/reusable/tabs/tab.js +2 -2
  103. package/components/reusable/tabs/tabPanel.js +2 -2
  104. package/components/reusable/tabs/tabs.js +5 -5
  105. package/components/reusable/tag/index.js +1 -1
  106. package/components/reusable/tag/tag.js +8 -8
  107. package/components/reusable/tag/tagGroup.js +6 -6
  108. package/components/reusable/textArea/index.js +1 -1
  109. package/components/reusable/textArea/textArea.js +11 -11
  110. package/components/reusable/textInput/index.js +1 -1
  111. package/components/reusable/textInput/textInput.js +16 -16
  112. package/components/reusable/timepicker/index.js +1 -1
  113. package/components/reusable/timepicker/timepicker.js +12 -12
  114. package/components/reusable/toggleButton/index.js +1 -1
  115. package/components/reusable/toggleButton/toggleButton.js +3 -3
  116. package/components/reusable/tooltip/index.js +1 -1
  117. package/components/reusable/tooltip/tooltip.js +5 -5
  118. package/components/reusable/widget/index.js +1 -1
  119. package/components/reusable/widget/widget.js +4 -4
  120. package/components/reusable/widget/widgetDragHandle.js +4 -4
  121. package/components/reusable/widget/widgetGridstack.js +3 -3
  122. package/index.js +1 -1
  123. package/package.json +1 -1
  124. package/vendor/@carbon/icons-6cb6c4b5.js +2 -0
  125. package/vendor/@carbon/icons-6cb6c4b5.js.map +1 -0
  126. package/vendor/@kyndryl-design-system/shidoka-foundation-61c066a3.js +2 -0
  127. package/vendor/@kyndryl-design-system/shidoka-foundation-61c066a3.js.map +1 -0
  128. package/vendor/@lit/context-81eb2692.js +27 -0
  129. package/vendor/@lit/context-81eb2692.js.map +1 -0
  130. package/vendor/deepmerge-ts-0394e16f.js +2 -0
  131. package/vendor/deepmerge-ts-0394e16f.js.map +1 -0
  132. package/vendor/gridstack-79fea57d.js +10 -0
  133. package/vendor/gridstack-79fea57d.js.map +1 -0
  134. package/vendor/lit-52eb9e23.js +74 -0
  135. package/vendor/lit-52eb9e23.js.map +1 -0
  136. package/vendor/lit-element-3185f710.js +24 -0
  137. package/vendor/lit-element-3185f710.js.map +1 -0
  138. package/vendor/lit-html-836d5e5c.js +23 -0
  139. package/vendor/lit-html-836d5e5c.js.map +1 -0
  140. package/vendor/lottie-web-cef0fc90.js +2 -0
  141. package/vendor/lottie-web-cef0fc90.js.map +1 -0
  142. package/vendor/prismjs-257fc4fa.js +10 -0
  143. package/vendor/prismjs-257fc4fa.js.map +1 -0
  144. package/vendor/prismjs-components-importer-d0ca12eb.js +2 -0
  145. package/vendor/prismjs-components-importer-d0ca12eb.js.map +1 -0
  146. package/vendor/query-selector-shadow-dom-013e9d24.js +2 -0
  147. package/vendor/query-selector-shadow-dom-013e9d24.js.map +1 -0
  148. package/vendor/tslib-958f81aa.js +16 -0
  149. package/vendor/tslib-958f81aa.js.map +1 -0
  150. package/vendor-d08bb614.js +0 -175
  151. package/vendor-d08bb614.js.map +0 -1
@@ -1,2 +1,2 @@
1
- import{s as t,_ as i,t as e,n}from"../../vendor-d08bb614.js";const a=a=>{class s extends a{constructor(){super(...arguments),this._internals=this.attachInternals(),this.value="",this.name="",this.invalidText="",this._internalValidationMsg="",this._isInvalid=!1,this._handleInvalid=()=>{this._validate(!0,!1)}}_onUpdated(t){t.has("value")&&(this._internals.setFormValue(this.value),this._validate(!1,!1)),(t.has("invalidText")||t.has("_internalValidationMsg"))&&(this._isInvalid=""!==this.invalidText||""!==this._internalValidationMsg),t.has("invalidText")&&void 0!==t.get("invalidText")&&this._validate(!1,!1)}updated(t){this._onUpdated(t)}_onConnected(){this._internals.form&&this.addEventListener("invalid",this._handleInvalid)}connectedCallback(){super.connectedCallback(),this._onConnected()}_onDisconnected(){this._internals.form&&this.removeEventListener("invalid",this._handleInvalid)}disconnectedCallback(){this._onDisconnected(),super.disconnectedCallback()}}return s.shadowRootOptions={...t.shadowRootOptions,delegatesFocus:!0},s.formAssociated=!0,i([e()],s.prototype,"_internals",void 0),i([n({type:String})],s.prototype,"value",void 0),i([n({type:String})],s.prototype,"name",void 0),i([n({type:String})],s.prototype,"invalidText",void 0),i([e()],s.prototype,"_internalValidationMsg",void 0),i([e()],s.prototype,"_isInvalid",void 0),s};export{a as FormMixin};
1
+ import{_ as t}from"../../vendor/tslib-958f81aa.js";import{t as i,n as e}from"../../vendor/lit-52eb9e23.js";import{s as n}from"../../vendor/lit-element-3185f710.js";const a=a=>{class s extends a{constructor(){super(...arguments),this._internals=this.attachInternals(),this.value="",this.name="",this.invalidText="",this._internalValidationMsg="",this._isInvalid=!1,this._handleInvalid=()=>{this._validate(!0,!1)}}_onUpdated(t){t.has("value")&&(this._internals.setFormValue(this.value),this._validate(!1,!1)),(t.has("invalidText")||t.has("_internalValidationMsg"))&&(this._isInvalid=""!==this.invalidText||""!==this._internalValidationMsg),t.has("invalidText")&&void 0!==t.get("invalidText")&&this._validate(!1,!1)}updated(t){this._onUpdated(t)}_onConnected(){this._internals.form&&this.addEventListener("invalid",this._handleInvalid)}connectedCallback(){super.connectedCallback(),this._onConnected()}_onDisconnected(){this._internals.form&&this.removeEventListener("invalid",this._handleInvalid)}disconnectedCallback(){this._onDisconnected(),super.disconnectedCallback()}}return s.shadowRootOptions={...n.shadowRootOptions,delegatesFocus:!0},s.formAssociated=!0,t([i()],s.prototype,"_internals",void 0),t([e({type:String})],s.prototype,"value",void 0),t([e({type:String})],s.prototype,"name",void 0),t([e({type:String})],s.prototype,"invalidText",void 0),t([i()],s.prototype,"_internalValidationMsg",void 0),t([i()],s.prototype,"_isInvalid",void 0),s};export{a as FormMixin};
2
2
  //# sourceMappingURL=form-input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-input.js","sources":["../../../src/common/mixins/form-input.ts"],"sourcesContent":["import { LitElement } from 'lit';\nimport { property, state } from 'lit/decorators.js';\n\ntype Constructor<T> = new (...args: any[]) => T;\n\nexport declare class FormMixinInterface {\n _internals: any;\n name: string;\n value: any;\n invalidText: string;\n _internalValidationMsg: string;\n _isInvalid: boolean;\n _handleInvalid: Function;\n _handleFormdata: Function;\n _onUpdated: Function;\n _onConnected: Function;\n _onDisconnected: Function;\n}\n\nexport const FormMixin = <T extends Constructor<LitElement>>(superClass: T) => {\n abstract class FormMixinClass extends superClass {\n /**\n * Delegate focus internally.\n * @ignore */\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n\n /**\n * Associate the component with forms.\n * @ignore\n */\n static formAssociated = true;\n\n /**\n * Attached internals for form association.\n * @ignore\n */\n @state()\n _internals = this.attachInternals();\n\n /** Input value. */\n @property({ type: String })\n value = '';\n\n /** Input name. */\n @property({ type: String })\n name = '';\n\n /** Input invalid text. */\n @property({ type: String })\n invalidText = '';\n\n /**\n * Internal validation message.\n * @ignore\n */\n @state()\n _internalValidationMsg = '';\n\n /**\n * isInvalid when internalValidationMsg or invalidText is non-empty.\n * @ignore\n */\n @state()\n _isInvalid = false;\n\n // /** Handles the form element formdata event and appends the name/value. Alternative solution to internals.setFormValue.\n // * @internal\n // */\n // private _handleFormdata = (e: any) => {\n // e.formData.append(this.name, this.value);\n // };\n\n /** Handles the invalid event, triggered on form submit, and runs validation.\n * @internal\n */\n private _handleInvalid = () => {\n this._validate(true, false);\n };\n\n /** Component _validate function reference. */\n abstract _validate(interacted: Boolean, report: Boolean): void;\n\n private _onUpdated(changedProps: any) {\n if (changedProps.has('value')) {\n // set form value on element internals\n this._internals.setFormValue(this.value);\n\n // trigger validation\n this._validate(false, false);\n }\n\n if (\n changedProps.has('invalidText') ||\n changedProps.has('_internalValidationMsg')\n ) {\n // set _isInvalid prop based on internal or external invalid message presence\n this._isInvalid =\n this.invalidText !== '' || this._internalValidationMsg !== ''\n ? true\n : false;\n }\n\n if (\n changedProps.has('invalidText') &&\n changedProps.get('invalidText') !== undefined\n ) {\n this._validate(false, false);\n }\n }\n\n override updated(changedProps: any) {\n this._onUpdated(changedProps);\n }\n\n private _onConnected() {\n // attach event listeners if within a form\n if (this._internals.form) {\n // this._internals.form.addEventListener('formdata', (e) =>\n // this._handleFormdata(e)\n // );\n\n this.addEventListener('invalid', this._handleInvalid);\n }\n }\n\n override connectedCallback(): void {\n super.connectedCallback();\n\n this._onConnected();\n }\n\n private _onDisconnected() {\n // detach event listeners if within a form\n if (this._internals.form) {\n // this._internals.form.removeEventListener('formdata', (e) =>\n // this._handleFormdata(e)\n // );\n\n this.removeEventListener('invalid', this._handleInvalid);\n }\n }\n\n override disconnectedCallback(): void {\n this._onDisconnected();\n\n super.disconnectedCallback();\n }\n }\n\n // @ts-ignore\n return FormMixinClass as Constructor<FormMixinInterface> & T;\n};\n"],"names":["FormMixin","superClass","FormMixinClass","constructor","this","_internals","attachInternals","value","name","invalidText","_internalValidationMsg","_isInvalid","_handleInvalid","_validate","_onUpdated","changedProps","has","setFormValue","undefined","get","updated","_onConnected","form","addEventListener","connectedCallback","super","_onDisconnected","removeEventListener","disconnectedCallback","shadowRootOptions","LitElement","delegatesFocus","formAssociated","__decorate","state","prototype","property","type","String"],"mappings":"6DAmBa,MAAAA,EAAgDC,IAC3D,MAAeC,UAAuBD,EAAtC,WAAAE,uBAoBEC,KAAAC,WAAaD,KAAKE,kBAIlBF,KAAKG,MAAG,GAIRH,KAAII,KAAG,GAIPJ,KAAWK,YAAG,GAOdL,KAAsBM,uBAAG,GAOzBN,KAAUO,YAAG,EAYLP,KAAcQ,eAAG,KACvBR,KAAKS,WAAU,GAAM,EAAM,CAuE9B,CAjES,UAAAC,CAAWC,GACbA,EAAaC,IAAI,WAEnBZ,KAAKC,WAAWY,aAAab,KAAKG,OAGlCH,KAAKS,WAAU,GAAO,KAItBE,EAAaC,IAAI,gBACjBD,EAAaC,IAAI,6BAGjBZ,KAAKO,WACkB,KAArBP,KAAKK,aAAsD,KAAhCL,KAAKM,wBAMlCK,EAAaC,IAAI,qBACmBE,IAApCH,EAAaI,IAAI,gBAEjBf,KAAKS,WAAU,GAAO,EAEzB,CAEQ,OAAAO,CAAQL,GACfX,KAAKU,WAAWC,EACjB,CAEO,YAAAM,GAEFjB,KAAKC,WAAWiB,MAKlBlB,KAAKmB,iBAAiB,UAAWnB,KAAKQ,eAEzC,CAEQ,iBAAAY,GACPC,MAAMD,oBAENpB,KAAKiB,cACN,CAEO,eAAAK,GAEFtB,KAAKC,WAAWiB,MAKlBlB,KAAKuB,oBAAoB,UAAWvB,KAAKQ,eAE5C,CAEQ,oBAAAgB,GACPxB,KAAKsB,kBAELD,MAAMG,sBACP,EAIH,OAjIS1B,EAAA2B,kBAAoB,IACtBC,EAAWD,kBACdE,gBAAgB,GAOX7B,EAAc8B,gBAAG,EAOxBC,EAAA,CADCC,KACmChC,EAAAiC,UAAA,kBAAA,GAIpCF,EAAA,CADCG,EAAS,CAAEC,KAAMC,UACPpC,EAAAiC,UAAA,aAAA,GAIXF,EAAA,CADCG,EAAS,CAAEC,KAAMC,UACRpC,EAAAiC,UAAA,YAAA,GAIVF,EAAA,CADCG,EAAS,CAAEC,KAAMC,UACDpC,EAAAiC,UAAA,mBAAA,GAOjBF,EAAA,CADCC,KAC2BhC,EAAAiC,UAAA,8BAAA,GAO5BF,EAAA,CADCC,KACkBhC,EAAAiC,UAAA,kBAAA,GAuFdjC,CAAqD"}
1
+ {"version":3,"file":"form-input.js","sources":["../../../src/common/mixins/form-input.ts"],"sourcesContent":["import { LitElement } from 'lit';\nimport { property, state } from 'lit/decorators.js';\n\ntype Constructor<T> = new (...args: any[]) => T;\n\nexport declare class FormMixinInterface {\n _internals: any;\n name: string;\n value: any;\n invalidText: string;\n _internalValidationMsg: string;\n _isInvalid: boolean;\n _handleInvalid: Function;\n _handleFormdata: Function;\n _onUpdated: Function;\n _onConnected: Function;\n _onDisconnected: Function;\n}\n\nexport const FormMixin = <T extends Constructor<LitElement>>(superClass: T) => {\n abstract class FormMixinClass extends superClass {\n /**\n * Delegate focus internally.\n * @ignore */\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n\n /**\n * Associate the component with forms.\n * @ignore\n */\n static formAssociated = true;\n\n /**\n * Attached internals for form association.\n * @ignore\n */\n @state()\n _internals = this.attachInternals();\n\n /** Input value. */\n @property({ type: String })\n value = '';\n\n /** Input name. */\n @property({ type: String })\n name = '';\n\n /** Input invalid text. */\n @property({ type: String })\n invalidText = '';\n\n /**\n * Internal validation message.\n * @ignore\n */\n @state()\n _internalValidationMsg = '';\n\n /**\n * isInvalid when internalValidationMsg or invalidText is non-empty.\n * @ignore\n */\n @state()\n _isInvalid = false;\n\n // /** Handles the form element formdata event and appends the name/value. Alternative solution to internals.setFormValue.\n // * @internal\n // */\n // private _handleFormdata = (e: any) => {\n // e.formData.append(this.name, this.value);\n // };\n\n /** Handles the invalid event, triggered on form submit, and runs validation.\n * @internal\n */\n private _handleInvalid = () => {\n this._validate(true, false);\n };\n\n /** Component _validate function reference. */\n abstract _validate(interacted: Boolean, report: Boolean): void;\n\n private _onUpdated(changedProps: any) {\n if (changedProps.has('value')) {\n // set form value on element internals\n this._internals.setFormValue(this.value);\n\n // trigger validation\n this._validate(false, false);\n }\n\n if (\n changedProps.has('invalidText') ||\n changedProps.has('_internalValidationMsg')\n ) {\n // set _isInvalid prop based on internal or external invalid message presence\n this._isInvalid =\n this.invalidText !== '' || this._internalValidationMsg !== ''\n ? true\n : false;\n }\n\n if (\n changedProps.has('invalidText') &&\n changedProps.get('invalidText') !== undefined\n ) {\n this._validate(false, false);\n }\n }\n\n override updated(changedProps: any) {\n this._onUpdated(changedProps);\n }\n\n private _onConnected() {\n // attach event listeners if within a form\n if (this._internals.form) {\n // this._internals.form.addEventListener('formdata', (e) =>\n // this._handleFormdata(e)\n // );\n\n this.addEventListener('invalid', this._handleInvalid);\n }\n }\n\n override connectedCallback(): void {\n super.connectedCallback();\n\n this._onConnected();\n }\n\n private _onDisconnected() {\n // detach event listeners if within a form\n if (this._internals.form) {\n // this._internals.form.removeEventListener('formdata', (e) =>\n // this._handleFormdata(e)\n // );\n\n this.removeEventListener('invalid', this._handleInvalid);\n }\n }\n\n override disconnectedCallback(): void {\n this._onDisconnected();\n\n super.disconnectedCallback();\n }\n }\n\n // @ts-ignore\n return FormMixinClass as Constructor<FormMixinInterface> & T;\n};\n"],"names":["FormMixin","superClass","FormMixinClass","constructor","this","_internals","attachInternals","value","name","invalidText","_internalValidationMsg","_isInvalid","_handleInvalid","_validate","_onUpdated","changedProps","has","setFormValue","undefined","get","updated","_onConnected","form","addEventListener","connectedCallback","super","_onDisconnected","removeEventListener","disconnectedCallback","shadowRootOptions","LitElement","delegatesFocus","formAssociated","__decorate","state","prototype","property","type","String"],"mappings":"oKAmBa,MAAAA,EAAgDC,IAC3D,MAAeC,UAAuBD,EAAtC,WAAAE,uBAoBEC,KAAAC,WAAaD,KAAKE,kBAIlBF,KAAKG,MAAG,GAIRH,KAAII,KAAG,GAIPJ,KAAWK,YAAG,GAOdL,KAAsBM,uBAAG,GAOzBN,KAAUO,YAAG,EAYLP,KAAcQ,eAAG,KACvBR,KAAKS,WAAU,GAAM,EAAM,CAuE9B,CAjES,UAAAC,CAAWC,GACbA,EAAaC,IAAI,WAEnBZ,KAAKC,WAAWY,aAAab,KAAKG,OAGlCH,KAAKS,WAAU,GAAO,KAItBE,EAAaC,IAAI,gBACjBD,EAAaC,IAAI,6BAGjBZ,KAAKO,WACkB,KAArBP,KAAKK,aAAsD,KAAhCL,KAAKM,wBAMlCK,EAAaC,IAAI,qBACmBE,IAApCH,EAAaI,IAAI,gBAEjBf,KAAKS,WAAU,GAAO,EAEzB,CAEQ,OAAAO,CAAQL,GACfX,KAAKU,WAAWC,EACjB,CAEO,YAAAM,GAEFjB,KAAKC,WAAWiB,MAKlBlB,KAAKmB,iBAAiB,UAAWnB,KAAKQ,eAEzC,CAEQ,iBAAAY,GACPC,MAAMD,oBAENpB,KAAKiB,cACN,CAEO,eAAAK,GAEFtB,KAAKC,WAAWiB,MAKlBlB,KAAKuB,oBAAoB,UAAWvB,KAAKQ,eAE5C,CAEQ,oBAAAgB,GACPxB,KAAKsB,kBAELD,MAAMG,sBACP,EAIH,OAjIS1B,EAAA2B,kBAAoB,IACtBC,EAAWD,kBACdE,gBAAgB,GAOX7B,EAAc8B,gBAAG,EAOxBC,EAAA,CADCC,KACmChC,EAAAiC,UAAA,kBAAA,GAIpCF,EAAA,CADCG,EAAS,CAAEC,KAAMC,UACPpC,EAAAiC,UAAA,aAAA,GAIXF,EAAA,CADCG,EAAS,CAAEC,KAAMC,UACRpC,EAAAiC,UAAA,YAAA,GAIVF,EAAA,CADCG,EAAS,CAAEC,KAAMC,UACDpC,EAAAiC,UAAA,mBAAA,GAOjBF,EAAA,CADCC,KAC2BhC,EAAAiC,UAAA,8BAAA,GAO5BF,EAAA,CADCC,KACkBhC,EAAAiC,UAAA,kBAAA,GAuFdjC,CAAqD"}
@@ -1,4 +1,4 @@
1
- import{i,_ as t,n as o,s as e,x as r,o as n,b as l,l as a,e as d}from"../../../vendor-d08bb614.js";var s=i`*,
1
+ import{_ as i}from"../../../vendor/tslib-958f81aa.js";import{n as t,o,e}from"../../../vendor/lit-52eb9e23.js";import{i as r,s as n,x as l}from"../../../vendor/lit-element-3185f710.js";import{a as d}from"../../../vendor/lit-html-836d5e5c.js";import{l as a}from"../../../vendor/@kyndryl-design-system/shidoka-foundation-61c066a3.js";var s=r`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -96,8 +96,8 @@ import{i,_ as t,n as o,s as e,x as r,o as n,b as l,l as a,e as d}from"../../../v
96
96
  font-size: var(--kd-font-size-utility-4-max);
97
97
  line-height: var(--kd-line-height-utility-4-max);
98
98
  }
99
- }`;let h=class extends e{constructor(){super(...arguments),this.rootUrl="/"}render(){return r`
100
- <footer class="${n({footer:!0})}">
99
+ }`;let m=class extends n{constructor(){super(...arguments),this.rootUrl="/"}render(){return l`
100
+ <footer class="${o({footer:!0})}">
101
101
  <div>
102
102
  <div class="footer-links"><slot></slot></div>
103
103
  <div class="copyright"><slot name="copyright"></slot></div>
@@ -109,9 +109,9 @@ import{i,_ as t,n as o,s as e,x as r,o as n,b as l,l as a,e as d}from"../../../v
109
109
  class="logo-link"
110
110
  @click="${i=>this.handleRootLinkClick(i)}"
111
111
  >
112
- <slot name="logo">${l(a)}</slot>
112
+ <slot name="logo">${d(a)}</slot>
113
113
  </a>
114
114
  </div>
115
115
  </footer>
116
- `}handleRootLinkClick(i){const t=new CustomEvent("on-root-link-click",{detail:{origEvent:i}});this.dispatchEvent(t)}};h.styles=s,t([o({type:String})],h.prototype,"rootUrl",void 0),h=t([d("kyn-footer")],h);export{h as Footer};
116
+ `}handleRootLinkClick(i){const t=new CustomEvent("on-root-link-click",{detail:{origEvent:i}});this.dispatchEvent(t)}};m.styles=s,i([t({type:String})],m.prototype,"rootUrl",void 0),m=i([e("kyn-footer")],m);export{m as Footer};
117
117
  //# sourceMappingURL=footer.js.map
@@ -1,4 +1,4 @@
1
- import{i as o,_ as t,n as r,s as e,x as i,e as n}from"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";var s=o`*,
1
+ import{_ as o}from"../../../vendor/tslib-958f81aa.js";import{n as t,e as r}from"../../../vendor/lit-52eb9e23.js";import{i as e,s as i,x as n}from"../../../vendor/lit-element-3185f710.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";var s=e`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -41,7 +41,7 @@ import{i as o,_ as t,n as r,s as e,x as i,e as n}from"../../../vendor-d08bb614.j
41
41
  }
42
42
  .footer-link:hover::after, .footer-link:focus::after {
43
43
  transform: scaleX(1);
44
- }`;let l=class extends e{constructor(){super(...arguments),this.target="_self",this.rel="",this.href=""}render(){return i`
44
+ }`;let l=class extends i{constructor(){super(...arguments),this.target="_self",this.rel="",this.href=""}render(){return n`
45
45
  <a
46
46
  class="footer-link"
47
47
  target=${this.target}
@@ -51,5 +51,5 @@ import{i as o,_ as t,n as r,s as e,x as i,e as n}from"../../../vendor-d08bb614.j
51
51
  >
52
52
  <slot></slot>
53
53
  </a>
54
- `}handleClick(o){const t=new CustomEvent("on-click",{detail:{origEvent:o}});this.dispatchEvent(t)}};l.styles=s,t([r({type:String})],l.prototype,"target",void 0),t([r({type:String})],l.prototype,"rel",void 0),t([r({type:String})],l.prototype,"href",void 0),l=t([n("kyn-footer-link")],l);export{l as FooterNavLink};
54
+ `}handleClick(o){const t=new CustomEvent("on-click",{detail:{origEvent:o}});this.dispatchEvent(t)}};l.styles=s,o([t({type:String})],l.prototype,"target",void 0),o([t({type:String})],l.prototype,"rel",void 0),o([t({type:String})],l.prototype,"href",void 0),l=o([r("kyn-footer-link")],l);export{l as FooterNavLink};
55
55
  //# sourceMappingURL=footerLink.js.map
@@ -1,4 +1,4 @@
1
- import{i as r,_ as o,s as e,x as t,e as l}from"../../../vendor-d08bb614.js";var s=r`*,
1
+ import{_ as r}from"../../../vendor/tslib-958f81aa.js";import{e as o}from"../../../vendor/lit-52eb9e23.js";import{i as e,s as t,x as l}from"../../../vendor/lit-element-3185f710.js";var s=e`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -19,9 +19,9 @@ import{i as r,_ as o,s as e,x as t,e as l}from"../../../vendor-d08bb614.js";var
19
19
 
20
20
  ::slotted(kyn-footer-link:last-child) {
21
21
  border-right: none;
22
- }`;let d=class extends e{render(){return t`
22
+ }`;let d=class extends t{render(){return l`
23
23
  <div class="footer-nav">
24
24
  <slot></slot>
25
25
  </div>
26
- `}};d.styles=s,d=o([l("kyn-footer-nav")],d);export{d as FooterNav};
26
+ `}};d.styles=s,d=r([o("kyn-footer-nav")],d);export{d as FooterNav};
27
27
  //# sourceMappingURL=footerNav.js.map
@@ -1,2 +1,2 @@
1
- export{Footer}from"./footer.js";export{FooterNav}from"./footerNav.js";export{FooterNavLink}from"./footerLink.js";import"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";
1
+ export{Footer}from"./footer.js";export{FooterNav}from"./footerNav.js";export{FooterNavLink}from"./footerLink.js";import"../../../vendor/tslib-958f81aa.js";import"../../../vendor/lit-52eb9e23.js";import"../../../vendor/lit-element-3185f710.js";import"../../../vendor/lit-html-836d5e5c.js";import"../../../vendor/@kyndryl-design-system/shidoka-foundation-61c066a3.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";
2
2
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import{i as e,_ as t,n as o,c as i,t as r,s as n,x as a,o as l,b as d,l as s,e as c}from"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";var h=e`*,
1
+ import{_ as e}from"../../../vendor/tslib-958f81aa.js";import{n as t,l as o,t as i,o as r,e as n}from"../../../vendor/lit-52eb9e23.js";import{i as a,s as l,x as d}from"../../../vendor/lit-element-3185f710.js";import{a as s}from"../../../vendor/lit-html-836d5e5c.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";import{l as c}from"../../../vendor/@kyndryl-design-system/shidoka-foundation-61c066a3.js";var h=a`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -313,8 +313,8 @@ import{i as e,_ as t,n as o,c as i,t as r,s as n,x as a,o as l,b as d,l as s,e a
313
313
  background: none;
314
314
  padding: 0 8px;
315
315
  margin: 0 2px;
316
- }`;let g=class extends n{constructor(){super(...arguments),this.rootUrl="/",this.appTitle="",this._navOpen=!1,this._flyoutsOpen=!1}render(){const e={header:!0,"left-slotted":this.leftEls.length,"child-open":this._navOpen||this._flyoutsOpen};return a`
317
- <header class="${l(e)}">
316
+ }`;let g=class extends l{constructor(){super(...arguments),this.rootUrl="/",this.appTitle="",this._navOpen=!1,this._flyoutsOpen=!1}render(){const e={header:!0,"left-slotted":this.leftEls.length,"child-open":this._navOpen||this._flyoutsOpen};return d`
317
+ <header class="${r(e)}">
318
318
  <slot name="left" @slotchange=${this.handleSlotChange}></slot>
319
319
 
320
320
  <a
@@ -323,7 +323,7 @@ import{i as e,_ as t,n as o,c as i,t as r,s as n,x as a,o as l,b as d,l as s,e a
323
323
  @click="${e=>this.handleRootLinkClick(e)}"
324
324
  >
325
325
  <slot name="logo" @slotchange=${this.handleSlotChange}>
326
- ${d(s)}
326
+ ${s(c)}
327
327
  </slot>
328
328
 
329
329
  <span class="title">${this.appTitle}</span>
@@ -335,5 +335,5 @@ import{i as e,_ as t,n as o,c as i,t as r,s as n,x as a,o as l,b as d,l as s,e a
335
335
  <slot @slotchange=${this.handleSlotChange}></slot>
336
336
  </div>
337
337
  </header>
338
- `}handleSlotChange(){this.requestUpdate()}handleRootLinkClick(e){const t=new CustomEvent("on-root-link-click",{detail:{origEvent:e}});this.dispatchEvent(t)}_handleNavToggle(e){this._navOpen=e.detail.open}_handleFlyoutsToggle(e){this._flyoutsOpen=e.detail.open}connectedCallback(){super.connectedCallback(),document.addEventListener("on-nav-toggle",(e=>this._handleNavToggle(e))),document.addEventListener("on-flyouts-toggle",(e=>this._handleFlyoutsToggle(e)))}disconnectedCallback(){document.removeEventListener("on-nav-toggle",(e=>this._handleNavToggle(e))),document.removeEventListener("on-flyouts-toggle",(e=>this._handleFlyoutsToggle(e))),super.disconnectedCallback()}};g.styles=h,t([o({type:String})],g.prototype,"rootUrl",void 0),t([o({type:String})],g.prototype,"appTitle",void 0),t([i({selector:"kyn-header-nav"})],g.prototype,"navEls",void 0),t([i()],g.prototype,"assignedElements",void 0),t([i({slot:"left"})],g.prototype,"leftEls",void 0),t([r()],g.prototype,"_navOpen",void 0),t([r()],g.prototype,"_flyoutsOpen",void 0),g=t([c("kyn-header")],g);export{g as Header};
338
+ `}handleSlotChange(){this.requestUpdate()}handleRootLinkClick(e){const t=new CustomEvent("on-root-link-click",{detail:{origEvent:e}});this.dispatchEvent(t)}_handleNavToggle(e){this._navOpen=e.detail.open}_handleFlyoutsToggle(e){this._flyoutsOpen=e.detail.open}connectedCallback(){super.connectedCallback(),document.addEventListener("on-nav-toggle",(e=>this._handleNavToggle(e))),document.addEventListener("on-flyouts-toggle",(e=>this._handleFlyoutsToggle(e)))}disconnectedCallback(){document.removeEventListener("on-nav-toggle",(e=>this._handleNavToggle(e))),document.removeEventListener("on-flyouts-toggle",(e=>this._handleFlyoutsToggle(e))),super.disconnectedCallback()}};g.styles=h,e([t({type:String})],g.prototype,"rootUrl",void 0),e([t({type:String})],g.prototype,"appTitle",void 0),e([o({selector:"kyn-header-nav"})],g.prototype,"navEls",void 0),e([o()],g.prototype,"assignedElements",void 0),e([o({slot:"left"})],g.prototype,"leftEls",void 0),e([i()],g.prototype,"_navOpen",void 0),e([i()],g.prototype,"_flyoutsOpen",void 0),g=e([n("kyn-header")],g);export{g as Header};
339
339
  //# sourceMappingURL=header.js.map
@@ -1,4 +1,4 @@
1
- import{i,_ as t,n as e,s as r,x as o,e as n}from"../../../vendor-d08bb614.js";var a=i`*,
1
+ import{_ as t}from"../../../vendor/tslib-958f81aa.js";import{n as i,e}from"../../../vendor/lit-52eb9e23.js";import{i as r,s as o,x as n}from"../../../vendor/lit-element-3185f710.js";var d=r`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -68,5 +68,5 @@ import{i,_ as t,n as e,s as r,x as o,e as n}from"../../../vendor-d08bb614.js";va
68
68
  font-size: var(--kd-font-size-utility-5-max);
69
69
  line-height: var(--kd-line-height-utility-5-max);
70
70
  }
71
- }`;let d=class extends r{constructor(){super(...arguments),this.initials=""}render(){return o` ${this.initials} `}};d.styles=a,t([e({type:String})],d.prototype,"initials",void 0),d=t([n("kyn-header-avatar")],d);export{d as HeaderAvatar};
71
+ }`;let a=class extends o{constructor(){super(...arguments),this.initials=""}render(){return n` ${this.initials} `}};a.styles=d,t([i({type:String})],a.prototype,"initials",void 0),a=t([e("kyn-header-avatar")],a);export{a as HeaderAvatar};
72
72
  //# sourceMappingURL=headerAvatar.js.map
@@ -1,4 +1,4 @@
1
- import{i,_ as t,n as e,s as r,x as d,e as n}from"../../../vendor-d08bb614.js";var o=i`*,
1
+ import{_ as i}from"../../../vendor/tslib-958f81aa.js";import{n as t,e}from"../../../vendor/lit-52eb9e23.js";import{i as r,s as d,x as o}from"../../../vendor/lit-element-3185f710.js";var n=r`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -67,10 +67,10 @@ import{i,_ as t,n as e,s as r,x as d,e as n}from"../../../vendor-d08bb614.js";va
67
67
  font-size: var(--kd-font-size-utility-3-max);
68
68
  line-height: var(--kd-line-height-utility-3-max);
69
69
  }
70
- }`;let a=class extends r{constructor(){super(...arguments),this.heading=""}render(){return d`
70
+ }`;let a=class extends d{constructor(){super(...arguments),this.heading=""}render(){return o`
71
71
  <div class="category">
72
72
  <div class="heading">${this.heading}</div>
73
73
  <slot></slot>
74
74
  </div>
75
- `}};a.styles=o,t([e({type:String})],a.prototype,"heading",void 0),a=t([n("kyn-header-category")],a);export{a as HeaderCategory};
75
+ `}};a.styles=n,i([t({type:String})],a.prototype,"heading",void 0),a=i([e("kyn-header-category")],a);export{a as HeaderCategory};
76
76
  //# sourceMappingURL=headerCategory.js.map
@@ -1,4 +1,4 @@
1
- import{i as r,_ as e,s as o,x as d,e as n}from"../../../vendor-d08bb614.js";var t=r`*,
1
+ import{_ as r}from"../../../vendor/tslib-958f81aa.js";import{e}from"../../../vendor/lit-52eb9e23.js";import{i as o,s as d,x as t}from"../../../vendor/lit-element-3185f710.js";var n=o`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -15,5 +15,5 @@ hr {
15
15
  width: 100%;
16
16
  height: 1px;
17
17
  background: var(--kd-color-border-light);
18
- }`;let a=class extends o{render(){return d` <hr /> `}};a.styles=t,a=e([n("kyn-header-divider")],a);export{a as HeaderDivider};
18
+ }`;let i=class extends d{render(){return t` <hr /> `}};i.styles=n,i=r([e("kyn-header-divider")],i);export{i as HeaderDivider};
19
19
  //# sourceMappingURL=headerDivider.js.map
@@ -1,4 +1,4 @@
1
- import{i as e,_ as t,n as i,c as o,s as r,x as n,o as a,d as l,f as d,e as s}from"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";var c=e`*,
1
+ import{_ as e}from"../../../vendor/tslib-958f81aa.js";import{n as t,l as i,o,e as r}from"../../../vendor/lit-52eb9e23.js";import{i as n,s as a,x as l}from"../../../vendor/lit-element-3185f710.js";import{_ as d,a as s}from"../../../vendor/@carbon/icons-6cb6c4b5.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";var c=n`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -366,9 +366,9 @@ import{i as e,_ as t,n as i,c as o,s as r,x as n,o as a,d as l,f as d,e as s}fro
366
366
  .label {
367
367
  display: none;
368
368
  }
369
- }`;let h=class extends r{constructor(){super(...arguments),this.open=!1,this.anchorLeft=!1,this.hideArrow=!1,this.label="",this.hideMenuLabel=!1,this.hideButtonLabel=!1,this.assistiveText="",this.href="",this.backText="Back"}render(){const e={menu:!0,open:this.open},t={menu__content:!0,"menu__content--left":this.anchorLeft,slotted:this.slottedElements.length};return n`
370
- <div class="${a(e)}">
371
- ${""!==this.href?n`
369
+ }`;let h=class extends a{constructor(){super(...arguments),this.open=!1,this.anchorLeft=!1,this.hideArrow=!1,this.label="",this.hideMenuLabel=!1,this.hideButtonLabel=!1,this.assistiveText="",this.href="",this.backText="Back"}render(){const e={menu:!0,open:this.open},t={menu__content:!0,"menu__content--left":this.anchorLeft,slotted:this.slottedElements.length};return l`
370
+ <div class="${o(e)}">
371
+ ${""!==this.href?l`
372
372
  <a
373
373
  class="btn interactive"
374
374
  href=${this.href}
@@ -378,7 +378,7 @@ import{i as e,_ as t,n as i,c as o,s as r,x as n,o as a,d as l,f as d,e as s}fro
378
378
  >
379
379
  <slot name="button"></slot>
380
380
 
381
- ${this.hideButtonLabel?null:n`
381
+ ${this.hideButtonLabel?null:l`
382
382
  <span class="label">
383
383
  ${this.label||this.assistiveText}
384
384
  </span>
@@ -387,10 +387,10 @@ import{i as e,_ as t,n as i,c as o,s as r,x as n,o as a,d as l,f as d,e as s}fro
387
387
  <kd-icon
388
388
  slot="button"
389
389
  class="arrow"
390
- .icon="${l}"
390
+ .icon="${d}"
391
391
  ></kd-icon>
392
392
  </a>
393
- `:n`
393
+ `:l`
394
394
  <button
395
395
  class="btn interactive"
396
396
  title=${this.label||this.assistiveText}
@@ -399,7 +399,7 @@ import{i as e,_ as t,n as i,c as o,s as r,x as n,o as a,d as l,f as d,e as s}fro
399
399
  >
400
400
  <slot name="button"></slot>
401
401
 
402
- ${this.hideButtonLabel?null:n`
402
+ ${this.hideButtonLabel?null:l`
403
403
  <span class="label">
404
404
  ${this.label||this.assistiveText}
405
405
  </span>
@@ -408,18 +408,18 @@ import{i as e,_ as t,n as i,c as o,s as r,x as n,o as a,d as l,f as d,e as s}fro
408
408
  <kd-icon
409
409
  slot="button"
410
410
  class="arrow"
411
- .icon="${l}"
411
+ .icon="${d}"
412
412
  ></kd-icon>
413
413
  </button>
414
414
  `}
415
415
 
416
- <div class=${a(t)}>
416
+ <div class=${o(t)}>
417
417
  <button class="go-back" @click=${()=>this._handleBack()}>
418
- <kd-icon .icon=${d}></kd-icon>
418
+ <kd-icon .icon=${s}></kd-icon>
419
419
  ${this.backText}
420
420
  </button>
421
421
 
422
- ${this.hideMenuLabel?null:n`
422
+ ${this.hideMenuLabel?null:l`
423
423
  <div class="menu-label">
424
424
  ${this.label||this.assistiveText}
425
425
  </div>
@@ -429,5 +429,5 @@ import{i as e,_ as t,n as i,c as o,s as r,x as n,o as a,d as l,f as d,e as s}fro
429
429
  </div>
430
430
  </div>
431
431
  <div class="overlay" @click=${this._handleOverlayClick}></div>
432
- `}_handleBack(){this.open=!1}handleClick(){this.open=!this.open}handleClickOut(e){e.composedPath().includes(this)||(this.open=!1)}_handleOverlayClick(){this.open=!1}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(e=>this.handleClickOut(e)))}disconnectedCallback(){document.removeEventListener("click",(e=>this.handleClickOut(e))),super.disconnectedCallback()}};h.styles=c,t([i({type:Boolean})],h.prototype,"open",void 0),t([i({type:Boolean})],h.prototype,"anchorLeft",void 0),t([i({type:Boolean})],h.prototype,"hideArrow",void 0),t([i({type:String})],h.prototype,"label",void 0),t([i({type:Boolean})],h.prototype,"hideMenuLabel",void 0),t([i({type:Boolean})],h.prototype,"hideButtonLabel",void 0),t([i({type:String})],h.prototype,"assistiveText",void 0),t([i({type:String})],h.prototype,"href",void 0),t([i({type:String})],h.prototype,"backText",void 0),t([o()],h.prototype,"slottedElements",void 0),h=t([s("kyn-header-flyout")],h);export{h as HeaderFlyout};
432
+ `}_handleBack(){this.open=!1}handleClick(){this.open=!this.open}handleClickOut(e){e.composedPath().includes(this)||(this.open=!1)}_handleOverlayClick(){this.open=!1}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(e=>this.handleClickOut(e)))}disconnectedCallback(){document.removeEventListener("click",(e=>this.handleClickOut(e))),super.disconnectedCallback()}};h.styles=c,e([t({type:Boolean})],h.prototype,"open",void 0),e([t({type:Boolean})],h.prototype,"anchorLeft",void 0),e([t({type:Boolean})],h.prototype,"hideArrow",void 0),e([t({type:String})],h.prototype,"label",void 0),e([t({type:Boolean})],h.prototype,"hideMenuLabel",void 0),e([t({type:Boolean})],h.prototype,"hideButtonLabel",void 0),e([t({type:String})],h.prototype,"assistiveText",void 0),e([t({type:String})],h.prototype,"href",void 0),e([t({type:String})],h.prototype,"backText",void 0),e([i()],h.prototype,"slottedElements",void 0),h=e([r("kyn-header-flyout")],h);export{h as HeaderFlyout};
433
433
  //# sourceMappingURL=headerFlyout.js.map
@@ -1,4 +1,4 @@
1
- import{i as o,_ as e,n as t,s as i,x as r,g as n,e as a}from"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";var d=o`*,
1
+ import{_ as o}from"../../../vendor/tslib-958f81aa.js";import{n as e,e as t}from"../../../vendor/lit-52eb9e23.js";import{i,s as r,x as n}from"../../../vendor/lit-element-3185f710.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";import{b as a}from"../../../vendor/@carbon/icons-6cb6c4b5.js";var d=i`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -267,7 +267,7 @@ kd-icon {
267
267
  z-index: initial;
268
268
  padding: 0;
269
269
  }
270
- }`;let l=class extends i{constructor(){super(...arguments),this.open=!1}render(){return r`
270
+ }`;let l=class extends r{constructor(){super(...arguments),this.open=!1}render(){return n`
271
271
  <div class="header-flyouts menu ${this.open?"open":""}">
272
272
  <button
273
273
  class="btn interactive"
@@ -275,12 +275,12 @@ kd-icon {
275
275
  title="Toggle Menu"
276
276
  @click=${()=>this._toggleOpen()}
277
277
  >
278
- <kd-icon .icon=${n}></kd-icon>
278
+ <kd-icon .icon=${a}></kd-icon>
279
279
  </button>
280
280
 
281
281
  <div class="menu__content">
282
282
  <slot></slot>
283
283
  </div>
284
284
  </div>
285
- `}_toggleOpen(){this.open=!this.open}_handleClickOut(o){o.composedPath().includes(this)||(this.open=!1)}willUpdate(o){if(o.has("open")){const o=new CustomEvent("on-flyouts-toggle",{composed:!0,bubbles:!0,detail:{open:this.open}});this.dispatchEvent(o)}}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(o=>this._handleClickOut(o)))}disconnectedCallback(){document.removeEventListener("click",(o=>this._handleClickOut(o))),super.disconnectedCallback()}};l.styles=d,e([t({type:Boolean})],l.prototype,"open",void 0),l=e([a("kyn-header-flyouts")],l);export{l as HeaderFlyouts};
285
+ `}_toggleOpen(){this.open=!this.open}_handleClickOut(o){o.composedPath().includes(this)||(this.open=!1)}willUpdate(o){if(o.has("open")){const o=new CustomEvent("on-flyouts-toggle",{composed:!0,bubbles:!0,detail:{open:this.open}});this.dispatchEvent(o)}}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(o=>this._handleClickOut(o)))}disconnectedCallback(){document.removeEventListener("click",(o=>this._handleClickOut(o))),super.disconnectedCallback()}};l.styles=d,o([e({type:Boolean})],l.prototype,"open",void 0),l=o([t("kyn-header-flyouts")],l);export{l as HeaderFlyouts};
286
286
  //# sourceMappingURL=headerFlyouts.js.map
@@ -1,4 +1,4 @@
1
- import{i as e,_ as t,n as i,t as o,c as n,s as r,x as a,o as l,d,f as s,h as c,e as h}from"../../../vendor-d08bb614.js";import{debounce as v}from"../../../common/helpers/helpers.js";import"../../reusable/textInput/textInput.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";import"../../../common/mixins/form-input.js";var p=e`*,
1
+ import{_ as e}from"../../../vendor/tslib-958f81aa.js";import{n as t,t as o,l as i,o as r,e as n}from"../../../vendor/lit-52eb9e23.js";import{i as a,s as l,x as d}from"../../../vendor/lit-element-3185f710.js";import{debounce as s}from"../../../common/helpers/helpers.js";import"../../reusable/textInput/textInput.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";import{_ as c,a as h,c as v}from"../../../vendor/@carbon/icons-6cb6c4b5.js";import"../../../common/mixins/form-input.js";import"../../../vendor/deepmerge-ts-0394e16f.js";var p=a`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -369,9 +369,9 @@ kyn-text-input {
369
369
  transform: scaleX(0);
370
370
  transform-origin: right;
371
371
  }
372
- }`;let m=class extends r{constructor(){super(...arguments),this.open=!1,this.href="",this.target="_self",this.rel="",this.isActive=!1,this.level=1,this.divider=!1,this.searchLabel="Search",this.backText="Back",this._searchTerm="",this.menuPosition={},this._debounceResize=v((()=>{this.determineLevel()}))}render(){const e={menu:this.slottedEls.length,"level--1":1==this.level,"level--2":2==this.level,divider:this.divider,open:this.open},t={"nav-link":!0,active:this.isActive,interactive:1==this.level},i={menu__content:!0,slotted:this.slottedEls.length},o=this.querySelectorAll("kyn-header-link");return a`
372
+ }`;let m=class extends l{constructor(){super(...arguments),this.open=!1,this.href="",this.target="_self",this.rel="",this.isActive=!1,this.level=1,this.divider=!1,this.searchLabel="Search",this.backText="Back",this._searchTerm="",this.menuPosition={},this._debounceResize=s((()=>{this.determineLevel()}))}render(){const e={menu:this.slottedEls.length,"level--1":1==this.level,"level--2":2==this.level,divider:this.divider,open:this.open},t={"nav-link":!0,active:this.isActive,interactive:1==this.level},o={menu__content:!0,slotted:this.slottedEls.length},i=this.querySelectorAll("kyn-header-link");return d`
373
373
  <div
374
- class="${l(e)}"
374
+ class="${r(e)}"
375
375
  @pointerleave=${e=>this.handlePointerLeave(e)}
376
376
  @pointerenter=${e=>this.handlePointerEnter(e)}
377
377
  >
@@ -379,32 +379,32 @@ kyn-text-input {
379
379
  target=${this.target}
380
380
  rel=${this.rel}
381
381
  href=${this.href}
382
- class=${l(t)}
382
+ class=${r(t)}
383
383
  @click=${e=>this.handleClick(e)}
384
384
  @pointerenter=${e=>this.handlePointerEnter(e)}
385
385
  >
386
386
  <slot></slot>
387
387
 
388
- ${this.slottedEls.length?a` <kd-icon class="arrow" .icon=${d}></kd-icon> `:null}
388
+ ${this.slottedEls.length?d` <kd-icon class="arrow" .icon=${c}></kd-icon> `:null}
389
389
  </a>
390
390
 
391
391
  <div
392
- class=${l(i)}
392
+ class=${r(o)}
393
393
  style=${`top: ${this.menuPosition.top}px; left: ${this.menuPosition.left}px;`}
394
394
  >
395
395
  <button class="go-back" @click=${()=>this._handleBack()}>
396
- <kd-icon .icon=${s}></kd-icon>
396
+ <kd-icon .icon=${h}></kd-icon>
397
397
  ${this.backText}
398
398
  </button>
399
399
 
400
- ${o.length>5?a`
400
+ ${i.length>5?d`
401
401
  <kyn-text-input
402
402
  hideLabel
403
403
  placeholder=${this.searchLabel}
404
404
  value=${this._searchTerm}
405
405
  @on-input=${e=>this._handleSearch(e)}
406
406
  >
407
- <kd-icon .icon=${c} slot="icon"></kd-icon>
407
+ <kd-icon .icon=${v} slot="icon"></kd-icon>
408
408
  ${this.searchLabel}
409
409
  </kyn-text-input>
410
410
  `:null}
@@ -412,5 +412,5 @@ kyn-text-input {
412
412
  <slot name="links" @slotchange=${this._handleLinksSlotChange}></slot>
413
413
  </div>
414
414
  </div>
415
- `}_handleSearch(e){this._searchTerm=e.detail.value.toLowerCase(),this._searchFilter()}_searchFilter(){this.querySelectorAll("kyn-header-link").forEach((e=>{var t,i;const o=null===(i=null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("slot"))||void 0===i?void 0:i.assignedNodes({flatten:!0});let n="";for(let e=0;e<o.length;e++)n+=o[e].textContent.trim();n.toLowerCase().includes(this._searchTerm)?e.style.display="block":e.style.display="none"})),this._positionMenu()}_handleBack(){this.open=!1}_handleLinksSlotChange(){this.requestUpdate()}handlePointerEnter(e){"mouse"===e.pointerType&&this.slottedEls.length&&(clearTimeout(this._leaveTimer),this._enterTimer=setTimeout((()=>{this.open=!0}),150))}handlePointerLeave(e){"mouse"===e.pointerType&&this.slottedEls.length&&""===this._searchTerm&&(clearTimeout(this._enterTimer),this._leaveTimer=setTimeout((()=>{this.open=!1}),150))}handleClick(e){let t=!1;this.slottedEls.length&&(t=!0,e.preventDefault(),this.open=!this.open);const i=new CustomEvent("on-click",{detail:{origEvent:e,defaultPrevented:t}});this.dispatchEvent(i)}handleClickOut(e){e.composedPath().includes(this)||(this.open=!1,this._searchTerm="",this._searchFilter())}determineLevel(){const e=this.parentNode;"KYN-HEADER-LINK"===e.nodeName||"links"===e.slot||window.innerWidth<672&&"KYN-HEADER-FLYOUT"===e.nodeName?this.level=2:this.level=1}_positionMenu(){var e,t;const i=this.getBoundingClientRect(),o=null===(t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".menu__content"))||void 0===t?void 0:t.getBoundingClientRect(),n=i.top+i.height/2,r=o.height/2,a=n+r>window.innerHeight?n-r-(n+r-window.innerHeight):n-r;this.menuPosition={top:a<56?56:a,left:i.right+8}}firstUpdated(){this.determineLevel()}willUpdate(e){e.has("open")&&this.open&&this._positionMenu()}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(e=>this.handleClickOut(e))),null===window||void 0===window||window.addEventListener("resize",this._debounceResize)}disconnectedCallback(){document.removeEventListener("click",(e=>this.handleClickOut(e))),null===window||void 0===window||window.removeEventListener("resize",this._debounceResize),super.disconnectedCallback()}};m.styles=p,t([i({type:Boolean})],m.prototype,"open",void 0),t([i({type:String})],m.prototype,"href",void 0),t([i({type:String})],m.prototype,"target",void 0),t([i({type:String})],m.prototype,"rel",void 0),t([i({type:Boolean})],m.prototype,"isActive",void 0),t([o()],m.prototype,"level",void 0),t([i({type:Boolean})],m.prototype,"divider",void 0),t([i({type:String})],m.prototype,"searchLabel",void 0),t([i({type:String})],m.prototype,"backText",void 0),t([o()],m.prototype,"_searchTerm",void 0),t([n({slot:"links"})],m.prototype,"slottedEls",void 0),t([o()],m.prototype,"_leaveTimer",void 0),t([o()],m.prototype,"menuPosition",void 0),m=t([h("kyn-header-link")],m);export{m as HeaderLink};
415
+ `}_handleSearch(e){this._searchTerm=e.detail.value.toLowerCase(),this._searchFilter()}_searchFilter(){this.querySelectorAll("kyn-header-link").forEach((e=>{var t,o;const i=null===(o=null===(t=e.shadowRoot)||void 0===t?void 0:t.querySelector("slot"))||void 0===o?void 0:o.assignedNodes({flatten:!0});let r="";for(let e=0;e<i.length;e++)r+=i[e].textContent.trim();r.toLowerCase().includes(this._searchTerm)?e.style.display="block":e.style.display="none"})),this._positionMenu()}_handleBack(){this.open=!1}_handleLinksSlotChange(){this.requestUpdate()}handlePointerEnter(e){"mouse"===e.pointerType&&this.slottedEls.length&&(clearTimeout(this._leaveTimer),this._enterTimer=setTimeout((()=>{this.open=!0}),150))}handlePointerLeave(e){"mouse"===e.pointerType&&this.slottedEls.length&&""===this._searchTerm&&(clearTimeout(this._enterTimer),this._leaveTimer=setTimeout((()=>{this.open=!1}),150))}handleClick(e){let t=!1;this.slottedEls.length&&(t=!0,e.preventDefault(),this.open=!this.open);const o=new CustomEvent("on-click",{detail:{origEvent:e,defaultPrevented:t}});this.dispatchEvent(o)}handleClickOut(e){e.composedPath().includes(this)||(this.open=!1,this._searchTerm="",this._searchFilter())}determineLevel(){const e=this.parentNode;"KYN-HEADER-LINK"===e.nodeName||"links"===e.slot||window.innerWidth<672&&"KYN-HEADER-FLYOUT"===e.nodeName?this.level=2:this.level=1}_positionMenu(){var e,t;const o=this.getBoundingClientRect(),i=null===(t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".menu__content"))||void 0===t?void 0:t.getBoundingClientRect(),r=o.top+o.height/2,n=i.height/2,a=r+n>window.innerHeight?r-n-(r+n-window.innerHeight):r-n;this.menuPosition={top:a<56?56:a,left:o.right+8}}firstUpdated(){this.determineLevel()}willUpdate(e){e.has("open")&&this.open&&this._positionMenu()}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(e=>this.handleClickOut(e))),null===window||void 0===window||window.addEventListener("resize",this._debounceResize)}disconnectedCallback(){document.removeEventListener("click",(e=>this.handleClickOut(e))),null===window||void 0===window||window.removeEventListener("resize",this._debounceResize),super.disconnectedCallback()}};m.styles=p,e([t({type:Boolean})],m.prototype,"open",void 0),e([t({type:String})],m.prototype,"href",void 0),e([t({type:String})],m.prototype,"target",void 0),e([t({type:String})],m.prototype,"rel",void 0),e([t({type:Boolean})],m.prototype,"isActive",void 0),e([o()],m.prototype,"level",void 0),e([t({type:Boolean})],m.prototype,"divider",void 0),e([t({type:String})],m.prototype,"searchLabel",void 0),e([t({type:String})],m.prototype,"backText",void 0),e([o()],m.prototype,"_searchTerm",void 0),e([i({slot:"links"})],m.prototype,"slottedEls",void 0),e([o()],m.prototype,"_leaveTimer",void 0),e([o()],m.prototype,"menuPosition",void 0),m=e([n("kyn-header-link")],m);export{m as HeaderLink};
416
416
  //# sourceMappingURL=headerLink.js.map
@@ -1,4 +1,4 @@
1
- import{i as e,_ as o,t,n as i,s as r,x as n,o as a,j as d,k as c,e as l}from"../../../vendor-d08bb614.js";var s=e`*,
1
+ import{_ as e}from"../../../vendor/tslib-958f81aa.js";import{t as o,n as t,o as i,e as r}from"../../../vendor/lit-52eb9e23.js";import{i as n,s as a,x as d}from"../../../vendor/lit-element-3185f710.js";import{d as c,e as l}from"../../../vendor/@carbon/icons-6cb6c4b5.js";var s=n`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -236,15 +236,15 @@ import{i as e,_ as o,t,n as i,s as r,x as n,o as a,j as d,k as c,e as l}from"../
236
236
  .menu__content {
237
237
  top: calc(100% + 12px);
238
238
  }
239
- }`;let u=class extends r{constructor(){super(...arguments),this.menuOpen=!1,this.slot="left"}render(){const e={"header-nav":!0,menu:!0,open:this.menuOpen};return n`
240
- <div class=${a(e)}>
239
+ }`;let u=class extends a{constructor(){super(...arguments),this.menuOpen=!1,this.slot="left"}render(){const e={"header-nav":!0,menu:!0,open:this.menuOpen};return d`
240
+ <div class=${i(e)}>
241
241
  <button
242
242
  class="btn interactive"
243
243
  aria-label="Toggle Menu"
244
244
  title="Toggle Menu"
245
245
  @click=${()=>this._toggleMenuOpen()}
246
246
  >
247
- ${this.menuOpen?n` <kd-icon .icon=${d}></kd-icon> `:n` <kd-icon .icon=${c}></kd-icon> `}
247
+ ${this.menuOpen?d` <kd-icon .icon=${c}></kd-icon> `:d` <kd-icon .icon=${l}></kd-icon> `}
248
248
  </button>
249
249
 
250
250
  <div class="menu__content left">
@@ -252,5 +252,5 @@ import{i as e,_ as o,t,n as i,s as r,x as n,o as a,j as d,k as c,e as l}from"../
252
252
  </div>
253
253
  </div>
254
254
  <div class="overlay" @click=${this._handleOverlayClick}></div>
255
- `}_toggleMenuOpen(){this.menuOpen=!this.menuOpen}_handleClickOut(e){e.composedPath().includes(this)||(this.menuOpen=!1)}_handleOverlayClick(){this.menuOpen=!1}willUpdate(e){if(e.has("menuOpen")){const e=new CustomEvent("on-nav-toggle",{composed:!0,bubbles:!0,detail:{open:this.menuOpen}});this.dispatchEvent(e)}}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(e=>this._handleClickOut(e)))}disconnectedCallback(){document.removeEventListener("click",(e=>this._handleClickOut(e))),super.disconnectedCallback()}};u.styles=s,o([t()],u.prototype,"menuOpen",void 0),o([i({type:String,reflect:!0})],u.prototype,"slot",void 0),u=o([l("kyn-header-nav")],u);export{u as HeaderNav};
255
+ `}_toggleMenuOpen(){this.menuOpen=!this.menuOpen}_handleClickOut(e){e.composedPath().includes(this)||(this.menuOpen=!1)}_handleOverlayClick(){this.menuOpen=!1}willUpdate(e){if(e.has("menuOpen")){const e=new CustomEvent("on-nav-toggle",{composed:!0,bubbles:!0,detail:{open:this.menuOpen}});this.dispatchEvent(e)}}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(e=>this._handleClickOut(e)))}disconnectedCallback(){document.removeEventListener("click",(e=>this._handleClickOut(e))),super.disconnectedCallback()}};u.styles=s,e([o()],u.prototype,"menuOpen",void 0),e([t({type:String,reflect:!0})],u.prototype,"slot",void 0),u=e([r("kyn-header-nav")],u);export{u as HeaderNav};
256
256
  //# sourceMappingURL=headerNav.js.map
@@ -1,4 +1,4 @@
1
- import{i as e,_ as t,n as i,s as n,x as a,e as r}from"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/button";var o=e`*,
1
+ import{_ as e}from"../../../vendor/tslib-958f81aa.js";import{n as t,e as i}from"../../../vendor/lit-52eb9e23.js";import{i as n,s as a,x as r}from"../../../vendor/lit-element-3185f710.js";import"@kyndryl-design-system/shidoka-foundation/components/button";var o=n`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -115,7 +115,7 @@ import{i as e,_ as t,n as i,s as n,x as a,e as r}from"../../../vendor-d08bb614.j
115
115
  .panel-footer {
116
116
  text-align: center;
117
117
  padding: 12px 0px 4px 0px;
118
- }`;let l=class extends n{constructor(){super(...arguments),this.panelTitle="",this.panelFooterBtnText="",this.hidePanelFooter=!1}render(){return a` <div class="panel-wrapper">
118
+ }`;let l=class extends a{constructor(){super(...arguments),this.panelTitle="",this.panelFooterBtnText="",this.hidePanelFooter=!1}render(){return r` <div class="panel-wrapper">
119
119
  <header class="panel-header-wrapper">
120
120
  <div class="panel-header">
121
121
  <div class="panel-left">
@@ -132,12 +132,12 @@ import{i as e,_ as t,n as i,s as n,x as a,e as r}from"../../../vendor-d08bb614.j
132
132
  <div class="panel-body">
133
133
  <slot></slot>
134
134
  </div>
135
- ${this.hidePanelFooter?null:a` <div class="panel-footer">
135
+ ${this.hidePanelFooter?null:r` <div class="panel-footer">
136
136
  <kd-button
137
137
  kind="tertiary"
138
138
  @click=${e=>this._handlefooterBtnEvent(e)}
139
139
  >${this.panelFooterBtnText}</kd-button
140
140
  >
141
141
  </div>`}
142
- </div>`}_handlefooterBtnEvent(e){const t=new CustomEvent("on-footer-btn-click",{detail:{origEvent:e}});this.dispatchEvent(t)}};l.styles=o,t([i({type:String})],l.prototype,"panelTitle",void 0),t([i({type:String})],l.prototype,"panelFooterBtnText",void 0),t([i({type:Boolean})],l.prototype,"hidePanelFooter",void 0),l=t([r("kyn-header-notification-panel")],l);export{l as HeaderNotificationPanel};
142
+ </div>`}_handlefooterBtnEvent(e){const t=new CustomEvent("on-footer-btn-click",{detail:{origEvent:e}});this.dispatchEvent(t)}};l.styles=o,e([t({type:String})],l.prototype,"panelTitle",void 0),e([t({type:String})],l.prototype,"panelFooterBtnText",void 0),e([t({type:Boolean})],l.prototype,"hidePanelFooter",void 0),l=e([i("kyn-header-notification-panel")],l);export{l as HeaderNotificationPanel};
143
143
  //# sourceMappingURL=headerNotificationPanel.js.map
@@ -1,4 +1,4 @@
1
- import{i as t,_ as e,n as i,s as o,x as r,o as n,j as a,e as d}from"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";var l=t`*,
1
+ import{_ as t}from"../../../vendor/tslib-958f81aa.js";import{n as e,o as i,e as o}from"../../../vendor/lit-52eb9e23.js";import{i as r,s as n,x as a}from"../../../vendor/lit-element-3185f710.js";import"@kyndryl-design-system/shidoka-foundation/components/icon";import{d}from"../../../vendor/@carbon/icons-6cb6c4b5.js";var l=r`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -318,9 +318,9 @@ button {
318
318
 
319
319
  kd-icon {
320
320
  display: block;
321
- }`;let s=class extends o{constructor(){super(...arguments),this.right=!1,this.open=!1,this.heading="",this.openText="Open Panel",this.closeText="Close Panel"}render(){const t={interactive:!0,open:this.open},e={panel:!0,open:this.open,right:this.right};return r`
321
+ }`;let s=class extends n{constructor(){super(...arguments),this.right=!1,this.open=!1,this.heading="",this.openText="Open Panel",this.closeText="Close Panel"}render(){const t={interactive:!0,open:this.open},e={panel:!0,open:this.open,right:this.right};return a`
322
322
  <button
323
- class="${n(t)}"
323
+ class="${i(t)}"
324
324
  title=${this.openText}
325
325
  aria-label=${this.openText}
326
326
  @click=${this.togglePanel}
@@ -330,17 +330,17 @@ kd-icon {
330
330
  <slot name="button"></slot>
331
331
  </button>
332
332
 
333
- <div id="panel" class="${n(e)}" tabindex="-1">
333
+ <div id="panel" class="${i(e)}" tabindex="-1">
334
334
  <div class="heading">
335
335
  <button
336
- class="${n(t)}"
336
+ class="${i(t)}"
337
337
  title=${this.closeText}
338
338
  aria-label=${this.closeText}
339
339
  @click=${this.togglePanel}
340
340
  aria-controls="panel"
341
341
  aria-expanded=${this.open}
342
342
  >
343
- <kd-icon .icon=${a}></kd-icon>
343
+ <kd-icon .icon=${d}></kd-icon>
344
344
  </button>
345
345
 
346
346
  <div class="heading__text">${this.heading}</div>
@@ -350,5 +350,5 @@ kd-icon {
350
350
  <slot></slot>
351
351
  </div>
352
352
  </div>
353
- `}togglePanel(){this.open=!this.open}handleClickOut(t){t.composedPath().includes(this)||(this.open=!1)}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(t=>this.handleClickOut(t)))}disconnectedCallback(){document.removeEventListener("click",(t=>this.handleClickOut(t))),super.disconnectedCallback()}};s.styles=l,e([i({type:Boolean})],s.prototype,"right",void 0),e([i({type:Boolean})],s.prototype,"open",void 0),e([i({type:String})],s.prototype,"heading",void 0),e([i({type:String})],s.prototype,"openText",void 0),e([i({type:String})],s.prototype,"closeText",void 0),s=e([d("kyn-header-panel")],s);export{s as HeaderPanel};
353
+ `}togglePanel(){this.open=!this.open}handleClickOut(t){t.composedPath().includes(this)||(this.open=!1)}connectedCallback(){super.connectedCallback(),document.addEventListener("click",(t=>this.handleClickOut(t)))}disconnectedCallback(){document.removeEventListener("click",(t=>this.handleClickOut(t))),super.disconnectedCallback()}};s.styles=l,t([e({type:Boolean})],s.prototype,"right",void 0),t([e({type:Boolean})],s.prototype,"open",void 0),t([e({type:String})],s.prototype,"heading",void 0),t([e({type:String})],s.prototype,"openText",void 0),t([e({type:String})],s.prototype,"closeText",void 0),s=t([o("kyn-header-panel")],s);export{s as HeaderPanel};
354
354
  //# sourceMappingURL=headerPanel.js.map
@@ -1,4 +1,4 @@
1
- import{i as t,_ as e,n as i,s as r,x as o,e as a}from"../../../vendor-d08bb614.js";var n=t`*,
1
+ import{_ as t}from"../../../vendor/tslib-958f81aa.js";import{n as e,e as i}from"../../../vendor/lit-52eb9e23.js";import{i as r,s as o,x as n}from"../../../vendor/lit-element-3185f710.js";var a=r`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -84,7 +84,7 @@ a:focus {
84
84
  a:active {
85
85
  background-color: var(--kd-color-background-primary-pressed);
86
86
  color: var(--kd-color-text-inversed);
87
- }`;let l=class extends r{constructor(){super(...arguments),this.href="",this.target="_self",this.rel=""}render(){return o`
87
+ }`;let l=class extends o{constructor(){super(...arguments),this.href="",this.target="_self",this.rel=""}render(){return n`
88
88
  <a
89
89
  target=${this.target}
90
90
  rel=${this.rel}
@@ -93,5 +93,5 @@ a:active {
93
93
  >
94
94
  <slot></slot>
95
95
  </a>
96
- `}handleClick(t){const e=new CustomEvent("on-click",{detail:{origEvent:t}});this.dispatchEvent(e)}};l.styles=n,e([i({type:String})],l.prototype,"href",void 0),e([i({type:String})],l.prototype,"target",void 0),e([i({type:String})],l.prototype,"rel",void 0),l=e([a("kyn-header-panel-link")],l);export{l as HeaderPanelLink};
96
+ `}handleClick(t){const e=new CustomEvent("on-click",{detail:{origEvent:t}});this.dispatchEvent(e)}};l.styles=a,t([e({type:String})],l.prototype,"href",void 0),t([e({type:String})],l.prototype,"target",void 0),t([e({type:String})],l.prototype,"rel",void 0),l=t([i("kyn-header-panel-link")],l);export{l as HeaderPanelLink};
97
97
  //# sourceMappingURL=headerPanelLink.js.map
@@ -1,4 +1,4 @@
1
- import{i,_ as t,n as e,s as l,x as n,e as r}from"../../../vendor-d08bb614.js";import"@kyndryl-design-system/shidoka-foundation/components/link";var o=i`*,
1
+ import{_ as i}from"../../../vendor/tslib-958f81aa.js";import{n as t,e}from"../../../vendor/lit-52eb9e23.js";import{i as l,s as n,x as r}from"../../../vendor/lit-element-3185f710.js";import"@kyndryl-design-system/shidoka-foundation/components/link";var o=l`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -158,14 +158,14 @@ import{i,_ as t,n as e,s as l,x as n,e as r}from"../../../vendor-d08bb614.js";im
158
158
  font-size: var(--kd-font-size-utility-3-max);
159
159
  line-height: var(--kd-line-height-utility-3-max);
160
160
  }
161
- }`;let d=class extends l{constructor(){super(...arguments),this.name="",this.subtitle="",this.email="",this.profileLink="",this.profileLinkText="View Profile"}render(){return n`
161
+ }`;let d=class extends n{constructor(){super(...arguments),this.name="",this.subtitle="",this.email="",this.profileLink="",this.profileLinkText="View Profile"}render(){return r`
162
162
  <div class="user-profile">
163
163
  <div class="picture"><slot></slot></div>
164
164
 
165
165
  <div class="info">
166
- ${""!==this.name?n` <div class="name">${this.name}</div>`:null}
167
- ${""!==this.subtitle?n` <div class="subtitle">${this.subtitle}</div>`:null}
168
- ${""!==this.email?n`
166
+ ${""!==this.name?r` <div class="name">${this.name}</div>`:null}
167
+ ${""!==this.subtitle?r` <div class="subtitle">${this.subtitle}</div>`:null}
168
+ ${""!==this.email?r`
169
169
  <div class="email">
170
170
  <kd-link standalone href="mailto:${this.email}">
171
171
  ${this.email}
@@ -174,7 +174,7 @@ import{i,_ as t,n as e,s as l,x as n,e as r}from"../../../vendor-d08bb614.js";im
174
174
  `:null}
175
175
  </div>
176
176
 
177
- ${""!==this.profileLink?n`
177
+ ${""!==this.profileLink?r`
178
178
  <div class="view-profile">
179
179
  <kd-link
180
180
  standalone
@@ -186,5 +186,5 @@ import{i,_ as t,n as e,s as l,x as n,e as r}from"../../../vendor-d08bb614.js";im
186
186
  </div>
187
187
  `:null}
188
188
  </div>
189
- `}_handleProfileClick(i){const t=new CustomEvent("on-profile-link-click",{detail:{origEvent:i}});this.dispatchEvent(t)}};d.styles=o,t([e({type:String})],d.prototype,"name",void 0),t([e({type:String})],d.prototype,"subtitle",void 0),t([e({type:String})],d.prototype,"email",void 0),t([e({type:String})],d.prototype,"profileLink",void 0),t([e({type:String})],d.prototype,"profileLinkText",void 0),d=t([r("kyn-header-user-profile")],d);export{d as HeaderUserProfile};
189
+ `}_handleProfileClick(i){const t=new CustomEvent("on-profile-link-click",{detail:{origEvent:i}});this.dispatchEvent(t)}};d.styles=o,i([t({type:String})],d.prototype,"name",void 0),i([t({type:String})],d.prototype,"subtitle",void 0),i([t({type:String})],d.prototype,"email",void 0),i([t({type:String})],d.prototype,"profileLink",void 0),i([t({type:String})],d.prototype,"profileLinkText",void 0),d=i([e("kyn-header-user-profile")],d);export{d as HeaderUserProfile};
190
190
  //# sourceMappingURL=headerUserProfile.js.map