From 7d8b0bb98c0a58c94b2b57ed4c835a22dd39e7e2 Mon Sep 17 00:00:00 2001 From: Jose Lopez Ruiz Date: Thu, 29 Aug 2024 09:02:25 +0200 Subject: [PATCH] [DPEDE-2463] Prepare Chi 6.5.0 release (#1374) --- CHANGELOG.md | 12 +++++++++++ package.json | 2 +- .../chi-stencil-boilerplate/src/index.html | 4 ++-- src/custom-elements/docs/docs.json | 6 +++--- src/custom-elements/package-lock.json | 18 ++++++++--------- src/custom-elements/src/index.html | 8 ++++---- src/documentation/constants/configs.ts | 2 +- src/documentation/constants/constants.ts | 1 + src/website/assets/scripts/globalConfigs.js | 2 +- src/website/layouts/default.pug | 2 +- src/website/layouts/partials/header.pug | 5 +++-- src/website/layouts/partials/sriDoc.pug | 20 +++++++++---------- src/website/layouts/partials/titlebar.pug | 2 +- .../components/button/_accessibility.pug | 4 ++-- .../components/date-picker/_accessibility.pug | 4 ++-- .../forms/checkbox/_accessibility.pug | 4 ++-- .../forms/number-input/_accessibility.pug | 4 ++-- .../forms/radio-button/_accessibility.pug | 4 ++-- .../forms/select/_accessibility.pug | 4 ++-- .../forms/text-input/_accessibility.pug | 4 ++-- .../forms/textarea/_accessibility.pug | 4 ++-- .../forms/toggle-switch/_accessibility.pug | 4 ++-- .../views/components/link/_accessibility.pug | 4 ++-- .../components/phone-input/_accessibility.pug | 4 ++-- .../picker-group/_accessibility.pug | 4 ++-- .../components/picker/_accessibility.pug | 4 ++-- .../components/time-picker/_accessibility.pug | 4 ++-- .../views/getting-started/installation.pug | 2 +- .../views/getting-started/whats-new.pug | 13 ++++++++++++ sri.json | 2 +- 30 files changed, 92 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed6a7aebc..7f46f1ba9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 6.5.0 (August 29, 2024) + +### Components + +#### Added + +- Added: Tabs web component now supports `panels` slot to include content. + +#### Fixed + +- Fixed: Dropdown web component `select-mode` focus state. + ## 6.4.0 (August 23, 2024) ### Documentation diff --git a/package.json b/package.json index 055a56e78f..3e5a654dc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@centurylink/chi", - "version": "6.4.0", + "version": "6.5.0", "description": "Chi is Lumen's design system for building consistent digital products and experiences.", "license": "MIT", "main": "bin/chi.js", diff --git a/src/boilerplates/stencil/chi-stencil-boilerplate/src/index.html b/src/boilerplates/stencil/chi-stencil-boilerplate/src/index.html index 58e6a759f8..042588c665 100644 --- a/src/boilerplates/stencil/chi-stencil-boilerplate/src/index.html +++ b/src/boilerplates/stencil/chi-stencil-boilerplate/src/index.html @@ -14,7 +14,7 @@ - + - + + + + Chi - Custom elements diff --git a/src/documentation/constants/configs.ts b/src/documentation/constants/configs.ts index 6a5c2db5ba..665dcd11bb 100644 --- a/src/documentation/constants/configs.ts +++ b/src/documentation/constants/configs.ts @@ -1,2 +1,2 @@ export const DEFAULT_THEME = 'lumen'; -export const CHI_VERSION = '6.4.0'; +export const CHI_VERSION = '6.5.0'; diff --git a/src/documentation/constants/constants.ts b/src/documentation/constants/constants.ts index 53cf94078c..5ac33bb99a 100644 --- a/src/documentation/constants/constants.ts +++ b/src/documentation/constants/constants.ts @@ -394,6 +394,7 @@ export const NAVIGATION_FOUNDATIONS = [ ]; export const CHI_VISIBLE_VERSION = [ + '6.5.0', '6.4.0', '6.3.0', '6.2.0', diff --git a/src/website/assets/scripts/globalConfigs.js b/src/website/assets/scripts/globalConfigs.js index e0656b0f12..5c8ee1b1dd 100644 --- a/src/website/assets/scripts/globalConfigs.js +++ b/src/website/assets/scripts/globalConfigs.js @@ -1 +1 @@ -window.chiCurrentVersion="6.4.0"; \ No newline at end of file +window.chiCurrentVersion="6.5.0"; \ No newline at end of file diff --git a/src/website/layouts/default.pug b/src/website/layouts/default.pug index ee1007cc16..a4738b0fa8 100644 --- a/src/website/layouts/default.pug +++ b/src/website/layouts/default.pug @@ -35,7 +35,7 @@ html.chi(lang="en") const pageURL = window.location.href; if (pageURL.includes('latest')) { - const redirectionURL = pageURL.split('latest').join('6.4.0'); + const redirectionURL = pageURL.split('latest').join('6.5.0'); window.location.href = redirectionURL; } diff --git a/src/website/layouts/partials/header.pug b/src/website/layouts/partials/header.pug index 5f92046ba8..03a046eca1 100644 --- a/src/website/layouts/partials/header.pug +++ b/src/website/layouts/partials/header.pug @@ -250,9 +250,10 @@ header.chi-header.docs-header.-z--20 #docsearch.-chi-search .chi-header__end .chi-dropdown - button.chi-button.-flat.-px--1.chi-dropdown__trigger.-animate(data-position='bottom-end', id='version-dropdown', aria-label="Toggle Chi version") v6.4.0 + button.chi-button.-flat.-px--1.chi-dropdown__trigger.-animate(data-position='bottom-end', id='version-dropdown', aria-label="Toggle Chi version") v6.5.0 .chi-dropdown__menu(style='width:10rem;')#versionDropdown - a.chi-dropdown__menu-item.-active(href='https://lib.lumen.com/chi/6.4.0') v6.4.0 + a.chi-dropdown__menu-item.-active(href='https://lib.lumen.com/chi/6.5.0') v6.5.0 + a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/6.4.0') v6.4.0 a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/6.3.0') v6.3.0 a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/6.2.0') v6.2.0 a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/6.1.0') v6.1.0 diff --git a/src/website/layouts/partials/sriDoc.pug b/src/website/layouts/partials/sriDoc.pug index 795abe3b33..30dde28dac 100644 --- a/src/website/layouts/partials/sriDoc.pug +++ b/src/website/layouts/partials/sriDoc.pug @@ -15,7 +15,7 @@ if name === 'css-lumen' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/chi.css + | https://lib.lumen.com/chi/6.5.0/chi.css span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -48,7 +48,7 @@ if name === 'css-centurylink' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/chi-centurylink.css + | https://lib.lumen.com/chi/6.5.0/chi-centurylink.css span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -81,7 +81,7 @@ if name === 'css-portal' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/chi-portal.css + | https://lib.lumen.com/chi/6.5.0/chi-portal.css span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -108,7 +108,7 @@ if name === 'js' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/js/chi.js + | https://lib.lumen.com/chi/6.5.0/js/chi.js span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -153,7 +153,7 @@ if name === 'favicon-lumen' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/assets/themes/lumen/images/favicon.svg + | https://lib.lumen.com/chi/6.5.0/assets/themes/lumen/images/favicon.svg span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -182,7 +182,7 @@ if name === 'favicon-lumen' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/assets/themes/lumen/images/favicon.ico + | https://lib.lumen.com/chi/6.5.0/assets/themes/lumen/images/favicon.ico span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -221,7 +221,7 @@ if name === 'favicon-centurylink' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/assets/themes/centurylink/images/favicon.svg + | https://lib.lumen.com/chi/6.5.0/assets/themes/centurylink/images/favicon.svg span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -250,7 +250,7 @@ if name === 'favicon-centurylink' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/assets/themes/centurylink/images/favicon.ico + | https://lib.lumen.com/chi/6.5.0/assets/themes/centurylink/images/favicon.ico span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -283,7 +283,7 @@ if name === 'web-components' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js + | https://lib.lumen.com/chi/6.5.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js span.token.punctuation " span.token.attr-name integrity span.token.attr-value @@ -317,7 +317,7 @@ if name === 'web-components' span.token.attr-value span.token.punctuation.attr-equals = span.token.punctuation " - | https://lib.lumen.com/chi/6.4.0/js/ce/ux-chi-ce/ux-chi-ce.js + | https://lib.lumen.com/chi/6.5.0/js/ce/ux-chi-ce/ux-chi-ce.js span.token.punctuation " span.token.attr-name integrity span.token.attr-value diff --git a/src/website/layouts/partials/titlebar.pug b/src/website/layouts/partials/titlebar.pug index c1b83526b6..cda9094478 100644 --- a/src/website/layouts/partials/titlebar.pug +++ b/src/website/layouts/partials/titlebar.pug @@ -15,7 +15,7 @@ if introduction h2.docs-titlebar__description=introductionSubtitle .docs-titlebar__buttons a.chi-button.-primary.-lg.-uppercase.-px--4.-mb--2.-mb-sm--0(href='../getting-started/installation') Install Chi - a.chi-button.-dark.-outline.-lg.-uppercase.-px--4.-ml-sm--2.-mb--2.-mb-sm--0(href='../getting-started/whats-new') See What's New In v6.4.0 + a.chi-button.-dark.-outline.-lg.-uppercase.-px--4.-ml-sm--2.-mb--2.-mb-sm--0(href='../getting-started/whats-new') See What's New In v6.5.0 else .chi-grid__container h1.docs-titlebar__title=title diff --git a/src/website/views/components/button/_accessibility.pug b/src/website/views/components/button/_accessibility.pug index b856703876..6a301b8956 100644 --- a/src/website/views/components/button/_accessibility.pug +++ b/src/website/views/components/button/_accessibility.pug @@ -16,7 +16,7 @@ table.chi-table td Enter,Space td Activates the button p.-text - | For comprehensive details on keyboard support for buttons, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support for buttons, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -85,7 +85,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/date-picker/_accessibility.pug b/src/website/views/components/date-picker/_accessibility.pug index 0a50ba2649..e37e5d1184 100644 --- a/src/website/views/components/date-picker/_accessibility.pug +++ b/src/website/views/components/date-picker/_accessibility.pug @@ -33,7 +33,7 @@ table.chi-table p.-text - | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -81,7 +81,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/forms/checkbox/_accessibility.pug b/src/website/views/components/forms/checkbox/_accessibility.pug index eedccf91b1..5cd0aa787c 100644 --- a/src/website/views/components/forms/checkbox/_accessibility.pug +++ b/src/website/views/components/forms/checkbox/_accessibility.pug @@ -16,7 +16,7 @@ table.chi-table td Space td Toggles checkbox between checked and unchecked states p.-text - | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -84,7 +84,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/forms/number-input/_accessibility.pug b/src/website/views/components/forms/number-input/_accessibility.pug index e7f205dbc8..b70f7dd619 100644 --- a/src/website/views/components/forms/number-input/_accessibility.pug +++ b/src/website/views/components/forms/number-input/_accessibility.pug @@ -23,7 +23,7 @@ table.chi-table td Submits the entered value. p.-text - | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -74,7 +74,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/forms/radio-button/_accessibility.pug b/src/website/views/components/forms/radio-button/_accessibility.pug index c802cc43f2..21b51b158c 100644 --- a/src/website/views/components/forms/radio-button/_accessibility.pug +++ b/src/website/views/components/forms/radio-button/_accessibility.pug @@ -16,7 +16,7 @@ table.chi-table td Space td Toggles the selection state of the radio button between checked and unchecked p.-text - | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -81,7 +81,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/forms/select/_accessibility.pug b/src/website/views/components/forms/select/_accessibility.pug index 65bbaa75d9..246c65be80 100644 --- a/src/website/views/components/forms/select/_accessibility.pug +++ b/src/website/views/components/forms/select/_accessibility.pug @@ -27,7 +27,7 @@ table.chi-table p.-text - | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -92,7 +92,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/forms/text-input/_accessibility.pug b/src/website/views/components/forms/text-input/_accessibility.pug index 712d0f07b6..fcb44d2d77 100644 --- a/src/website/views/components/forms/text-input/_accessibility.pug +++ b/src/website/views/components/forms/text-input/_accessibility.pug @@ -17,7 +17,7 @@ table.chi-table td Activates the button p.-text - | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -69,7 +69,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/forms/textarea/_accessibility.pug b/src/website/views/components/forms/textarea/_accessibility.pug index e5311914bc..4889e0da6d 100644 --- a/src/website/views/components/forms/textarea/_accessibility.pug +++ b/src/website/views/components/forms/textarea/_accessibility.pug @@ -17,7 +17,7 @@ table.chi-table td Activates the button p.-text - | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support for input fields, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -69,7 +69,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/forms/toggle-switch/_accessibility.pug b/src/website/views/components/forms/toggle-switch/_accessibility.pug index 52dac89b98..c0425983e2 100644 --- a/src/website/views/components/forms/toggle-switch/_accessibility.pug +++ b/src/website/views/components/forms/toggle-switch/_accessibility.pug @@ -13,7 +13,7 @@ table.chi-table td Space,Enter td Changes state of the switch to checked or not checked. p.-text - | For comprehensive details on keyboard support for toggle switch, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support for toggle switch, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -75,7 +75,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/link/_accessibility.pug b/src/website/views/components/link/_accessibility.pug index 7b8b288612..e96198c2c1 100644 --- a/src/website/views/components/link/_accessibility.pug +++ b/src/website/views/components/link/_accessibility.pug @@ -16,7 +16,7 @@ table.chi-table td Enter td Activates the link p.-text - | For comprehensive details on keyboard support for buttons, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support for buttons, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -97,7 +97,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/phone-input/_accessibility.pug b/src/website/views/components/phone-input/_accessibility.pug index 879c05762f..c4887d8554 100644 --- a/src/website/views/components/phone-input/_accessibility.pug +++ b/src/website/views/components/phone-input/_accessibility.pug @@ -17,7 +17,7 @@ table.chi-table td Submits the entered value. p.-text - | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -68,7 +68,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/picker-group/_accessibility.pug b/src/website/views/components/picker-group/_accessibility.pug index 06996ed2f4..cd0d7a98ea 100644 --- a/src/website/views/components/picker-group/_accessibility.pug +++ b/src/website/views/components/picker-group/_accessibility.pug @@ -18,7 +18,7 @@ table.chi-table p.-text - | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -64,7 +64,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/picker/_accessibility.pug b/src/website/views/components/picker/_accessibility.pug index bf9d2e5260..ca0fba9c6e 100644 --- a/src/website/views/components/picker/_accessibility.pug +++ b/src/website/views/components/picker/_accessibility.pug @@ -18,7 +18,7 @@ table.chi-table p.-text - | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -69,7 +69,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/components/time-picker/_accessibility.pug b/src/website/views/components/time-picker/_accessibility.pug index 310f5d4002..5affc3ba2d 100644 --- a/src/website/views/components/time-picker/_accessibility.pug +++ b/src/website/views/components/time-picker/_accessibility.pug @@ -24,7 +24,7 @@ table.chi-table p.-text - | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. + | For comprehensive details on keyboard support, refer to our Keyboard Control Guide. p.-text | Visit WebAIM for keyboard techniques. @@ -69,7 +69,7 @@ ul.-text h3 Other recommendations p.-text - | Explore additional accessibility tips in the general Accessibility Guide. + | Explore additional accessibility tips in the general Accessibility Guide. h3 WCAG 2.2 Guidelines ul.-text diff --git a/src/website/views/getting-started/installation.pug b/src/website/views/getting-started/installation.pug index 57163ae04c..d324aefeac 100644 --- a/src/website/views/getting-started/installation.pug +++ b/src/website/views/getting-started/installation.pug @@ -269,7 +269,7 @@ ul#chi-vue-tabs.chi-tabs.-border - + const exampleVueComponent = Vue.createApp({ diff --git a/src/website/views/getting-started/whats-new.pug b/src/website/views/getting-started/whats-new.pug index 068b14ae97..32a056b453 100644 --- a/src/website/views/getting-started/whats-new.pug +++ b/src/website/views/getting-started/whats-new.pug @@ -3,6 +3,19 @@ title: What's new order: 5 --- +.changelog__version.-py--1 + h2.-text--h2.-text--bold.-mb--1 Chi v6.5.0 + .-text--grey.-text--md August 29, 2024 + .-pt--1 + h3.-text--h3.-text--bold Components + h4.-text--h4.-text--bold Added + ul.-text.-pl--2 + li Added: Tabs web component now supports panels slot to include content. + h4.-text--h4.-text--bold Fixed + ul.-text.-pl--2 + li Fixed: Dropdown web component select-mode focus state. +.chi-divider.-my--4 + .changelog__version.-py--1 h2.-text--h2.-text--bold.-mb--1 Chi v6.4.0 .-text--grey.-text--md August 23, 2024 diff --git a/sri.json b/sri.json index bb3b463b4d..9e0d26ca2c 100644 --- a/sri.json +++ b/sri.json @@ -1 +1 @@ -{"dist/chi.css":"sha256-DBp6W98pui9eup8CMix2agcg17KE9qxfo5lw2ngw6Kw=","dist/chi-centurylink.css":"sha256-b02zeNVI67y8DR2d4z5xKohQH9cLnPJeNF/ecDfdNDM=","dist/chi-portal.css":"sha256-lm97X8z+0unTD/Pk3dUnhniDMdRNtV97O+Rd72Xz5Qg=","dist/chi-brightspeed.css":"sha256-gGHJjMqNRoZ4cr67cA7cVGgCUQM+b5MUDb5iOHqYb+w=","dist/chi-colt.css":"sha256-nRq4ocYtdhotqB+pTlpgBZESH4a2X7rHoZrEJSWNg0U=","dist/chi-lumenrebrand24.css":"sha256-DBp6W98pui9eup8CMix2agcg17KE9qxfo5lw2ngw6Kw=","dist/chi-portalrebrand24.css":"sha256-lm97X8z+0unTD/Pk3dUnhniDMdRNtV97O+Rd72Xz5Qg=","dist/js/chi.js":"sha256-L81pvhALLfdUMDqFgdf7vmWFChqs/HrsHU4oLqbJtn0=","dist/assets/themes/lumen/images/favicon.svg":"sha256-s8cfYbPxhcrLj+FL/OxALhZoDmlCwvX2/K3I0hq1PAs=","dist/assets/themes/lumen/images/favicon.ico":"sha256-EkKmbH+i/VIQAtUl7NF4bPVaaJZCeBc5xWx8LTcMJp0=","dist/assets/themes/centurylink/images/favicon.svg":"sha256-5RkYwEB1kGRtp6mggDQTuEY/wsmVdIG+AYurQhglosI=","dist/assets/themes/centurylink/images/favicon.ico":"sha256-CT3YteLQVYlkdxGsjd628GvTzCD9ViZWmJ3zheSnl3w=","dist/assets/themes/brightspeed/images/favicon.svg":"sha256-Tow8P9bccUnR/KKuuDzR4lajh5RdslRk8w3AdQAJeXA=","dist/assets/themes/brightspeed/images/favicon.ico":"sha256-EuXQy8CJJQ2WkSbZWd7RG3FdvyWyCuR4c6kp34KjXR0=","dist/assets/themes/colt/images/favicon.svg":"sha256-sigGNEeyEtgqhz99ctL2fxj6TlptlNjDkDpOcakIz0Y=","dist/assets/themes/colt/images/favicon.ico":"sha256-01eRZwbyuQHUlu+olKBDR6JW2BpEIQgJvyvtgnJ8aoc=","dist/assets/themes/colt/images/background-hero.png":"sha256-z3ObQ7Ovb1KKHLyl1nO5adiyxC++90EZQ6QYVmGs6FA=","dist/assets/themes/colt/images/background-login.png":"sha256-MZx40tUnQEqxT7M7GiCGsosBUR6utO2stfoS5cjlnDs=","dist/js/ce/ux-chi-ce/ux-chi-ce.esm.js":"sha256-fS5qdGuDMGF2pMV9wrhwI+96YzSp3v/BAP+tMCwwEZc=","dist/js/ce/ux-chi-ce/ux-chi-ce.js":"sha256-3bZMlZJmqvNGXlnx8YG6vEeS+ckTGEgPnUC1FWTR0NQ="} \ No newline at end of file +{"dist/chi.css":"sha256-WINhhvBGhK3KakisAnA3TsOqCnPj9OzReOhPvjuWoJ4=","dist/chi-centurylink.css":"sha256-REOsw/3WmIuG39aj6MOLwHOjrrmYIKmb2cW/C9I8tzs=","dist/chi-portal.css":"sha256-DT/gzSz+lAibUp35G6u0iwkuglPEBexDmcIGIFdsvZw=","dist/chi-brightspeed.css":"sha256-gGHJjMqNRoZ4cr67cA7cVGgCUQM+b5MUDb5iOHqYb+w=","dist/chi-colt.css":"sha256-rGlt6V/5hpcij+WaQnFrE0Z5u9irizvUeqVsKslgkGE=","dist/chi-lumenrebrand24.css":"sha256-WINhhvBGhK3KakisAnA3TsOqCnPj9OzReOhPvjuWoJ4=","dist/chi-portalrebrand24.css":"sha256-DT/gzSz+lAibUp35G6u0iwkuglPEBexDmcIGIFdsvZw=","dist/js/chi.js":"sha256-L81pvhALLfdUMDqFgdf7vmWFChqs/HrsHU4oLqbJtn0=","dist/assets/themes/lumen/images/favicon.svg":"sha256-s8cfYbPxhcrLj+FL/OxALhZoDmlCwvX2/K3I0hq1PAs=","dist/assets/themes/lumen/images/favicon.ico":"sha256-EkKmbH+i/VIQAtUl7NF4bPVaaJZCeBc5xWx8LTcMJp0=","dist/assets/themes/centurylink/images/favicon.svg":"sha256-5RkYwEB1kGRtp6mggDQTuEY/wsmVdIG+AYurQhglosI=","dist/assets/themes/centurylink/images/favicon.ico":"sha256-CT3YteLQVYlkdxGsjd628GvTzCD9ViZWmJ3zheSnl3w=","dist/assets/themes/brightspeed/images/favicon.svg":"sha256-Tow8P9bccUnR/KKuuDzR4lajh5RdslRk8w3AdQAJeXA=","dist/assets/themes/brightspeed/images/favicon.ico":"sha256-EuXQy8CJJQ2WkSbZWd7RG3FdvyWyCuR4c6kp34KjXR0=","dist/assets/themes/colt/images/favicon.svg":"sha256-sigGNEeyEtgqhz99ctL2fxj6TlptlNjDkDpOcakIz0Y=","dist/assets/themes/colt/images/favicon.ico":"sha256-01eRZwbyuQHUlu+olKBDR6JW2BpEIQgJvyvtgnJ8aoc=","dist/assets/themes/colt/images/background-hero.png":"sha256-z3ObQ7Ovb1KKHLyl1nO5adiyxC++90EZQ6QYVmGs6FA=","dist/assets/themes/colt/images/background-login.png":"sha256-MZx40tUnQEqxT7M7GiCGsosBUR6utO2stfoS5cjlnDs=","dist/js/ce/ux-chi-ce/ux-chi-ce.esm.js":"sha256-800u4ujrQthpPksVLpn5mm89WxEl5vzbC75s1qp6kv8=","dist/js/ce/ux-chi-ce/ux-chi-ce.js":"sha256-WhRgCQjv++JTWn0jFhRhILrzTO3iyq9wDM348Lb9SXw="} \ No newline at end of file