Skip to content

Commit

Permalink
[DPEDE-1929] Prepare Chi 5.66.0 release (#1233)
Browse files Browse the repository at this point in the history
* [DPEDE-1929] Prepare Chi 5.66.0 release

* [DPEDE-1929] Fixed toolbar tests
  • Loading branch information
jllr authored May 25, 2024
1 parent 3b994f3 commit 4fc0072
Show file tree
Hide file tree
Showing 33 changed files with 285 additions and 235 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# CHANGELOG

## 5.66.0 (May 24, 2024)

### Components

#### Added

- Added: Transfer list Vue component to enable the user to move one or more list items between lists.

## 5.65.0 (May 21, 2024)

### Components

#### Added

- Added: Added: Dropdown web component now supports `select-mode` attribute with `multi` and `single` types.
- Added: Dropdown web component now supports `select-mode` attribute with `multi` and `single` types.

### Documentation

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@centurylink/chi",
"version": "5.65.0",
"version": "5.66.0",
"description": "Chi is Lumen's design system for building consistent digital products and experiences.",
"license": "MIT",
"main": "bin/chi.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link href="/build/app.css" rel="stylesheet" />

<link rel="apple-touch-icon" href="/assets/icon/icon.png" />
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.65.0/chi.css" integrity="sha256-KPKw3JMVWayK8J37tr7ls/mCHOUZRChTFzb9GdVn67U=" crossorigin="anonymous">
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.66.0/chi.css" integrity="sha256-O5MKo+jAPKYp5AMcQ2gGOJkvOiaLATu4oSMTwsb/NK0=" crossorigin="anonymous">
<link
rel="icon"
type="image/svg+xml"
Expand All @@ -28,7 +28,7 @@
integrity="sha256-EkKmbH+i/VIQAtUl7NF4bPVaaJZCeBc5xWx8LTcMJp0="
crossorigin="anonymous"
/>
<script src="https://lib.lumen.com/chi/5.65.0/js/chi.js" integrity="sha256-Qyk85r9sIsP8AQ9hGlV+bkIFp/MQw0cWNtRrjHcZlCU=" crossorigin="anonymous"></script>
<script src="https://lib.lumen.com/chi/5.66.0/js/chi.js" integrity="sha256-uqbt2ytqYZvhidqZvvFKo+jpet5SmxkTDFRvoiPUjf8=" crossorigin="anonymous"></script>
<script
type="module"
src="https://lib.lumen.com/chi/5.50.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"
Expand Down
10 changes: 5 additions & 5 deletions src/chi-vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Chi Vue</title>
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.65.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.65.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.65.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.65.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.65.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.66.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.66.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.66.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.66.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.66.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
</head>
<body>
<noscript>
Expand Down
353 changes: 176 additions & 177 deletions src/chi-vue/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/chi-vue/src/build/plugin/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const CHI_VERSION = '5.65.0';
export const CHI_VERSION = '5.66.0';
export const CHI_LIB_LUMEN = 'https://lib.lumen.com/chi';
18 changes: 18 additions & 0 deletions src/chi/components/data-table/data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,18 @@ $sizes: (
color: $color-icon-base;
}

.chi-button {
&.-flat {
&:not(.-light):not(.-dark):not(.-danger):not(.-primary):not(.-secondary) {
&.-icon {
.chi-icon {
color: $color-icon-base;
}
}
}
}
}

@include respond-to(md) {
align-items: center;
flex-basis: 0%;
Expand Down Expand Up @@ -688,6 +700,12 @@ $sizes: (
background-color: transparent;
border: 0.0625rem solid transparent;
}

&:not(.-light):not(.-dark):not(.-danger):not(.-primary):not(.-secondary) {
.chi-icon {
color: $color-icon-base;
}
}
}
}
}
Expand Down
12 changes: 12 additions & 0 deletions src/chi/components/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
&__end {
align-items: center;
display: flex;

.chi-button {
&.-flat {
&:not(.-light):not(.-dark):not(.-danger):not(.-primary):not(.-secondary) {
&.-icon {
.chi-icon {
color: $color-icon-base;
}
}
}
}
}
}

&__results {
Expand Down
2 changes: 1 addition & 1 deletion src/custom-elements/docs/docs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2024-05-23T15:46:18",
"timestamp": "2024-05-24T12:25:50",
"compiler": {
"name": "@stencil/core",
"version": "4.18.2",
Expand Down
22 changes: 11 additions & 11 deletions src/custom-elements/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/custom-elements/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<link
rel="icon"
type="image/svg+xml"
href="https://lib.lumen.com/chi/5.65.0/assets/themes/lumen/images/favicon.svg"
href="https://lib.lumen.com/chi/5.66.0/assets/themes/lumen/images/favicon.svg"
/>
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.65.0/assets/themes/lumen/images/favicon.ico" />
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.65.0/chi-portal.css" />
<script src="https://lib.lumen.com/chi/5.65.0/js/chi.js"></script>
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.66.0/assets/themes/lumen/images/favicon.ico" />
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.66.0/chi-portal.css" />
<script src="https://lib.lumen.com/chi/5.66.0/js/chi.js"></script>
<link rel="icon" href="assets/favicon.ico" />
<title>Chi - Custom elements</title>
<script type="module" src="/build/ux-chi-ce.esm.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/constants/configs.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const DEFAULT_THEME = 'lumen';
export const CHI_VERSION = '5.65.0';
export const CHI_VERSION = '5.66.0';
1 change: 1 addition & 0 deletions src/documentation/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export const NAVIGATION_FOUNDATIONS = [
];

export const CHI_VISIBLE_VERSION = [
'5.66.0',
'5.65.0',
'5.64.0',
'5.63.0',
Expand Down
2 changes: 1 addition & 1 deletion src/website/assets/scripts/globalConfigs.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.chiCurrentVersion="5.65.0";
window.chiCurrentVersion="5.66.0";
2 changes: 1 addition & 1 deletion src/website/layouts/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ html.chi(lang="en")
const pageURL = window.location.href;

if (pageURL.includes('latest')) {
const redirectionURL = pageURL.split('latest').join('5.65.0');
const redirectionURL = pageURL.split('latest').join('5.66.0');

window.location.href = redirectionURL;
}
Expand Down
5 changes: 3 additions & 2 deletions src/website/layouts/partials/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,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") v5.65.0
button.chi-button.-flat.-px--1.chi-dropdown__trigger.-animate(data-position='bottom-end', id='version-dropdown', aria-label="Toggle Chi version") v5.66.0
.chi-dropdown__menu(style='width:10rem;')#versionDropdown
a.chi-dropdown__menu-item.-active(href='https://lib.lumen.com/chi/5.65.0') v5.65.0
a.chi-dropdown__menu-item.-active(href='https://lib.lumen.com/chi/5.66.0') v5.66.0
a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/5.65.0') v5.65.0
a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/5.64.0') v5.64.0
a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/5.63.0') v5.63.0
a.chi-dropdown__menu-item(href='https://lib.lumen.com/chi/5.62.0') v5.62.0
Expand Down
20 changes: 10 additions & 10 deletions src/website/layouts/partials/sriDoc.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if name === 'css-lumen'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/chi.css
| https://lib.lumen.com/chi/5.66.0/chi.css
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -48,7 +48,7 @@ if name === 'css-centurylink'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/chi-centurylink.css
| https://lib.lumen.com/chi/5.66.0/chi-centurylink.css
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -81,7 +81,7 @@ if name === 'css-portal'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/chi-portal.css
| https://lib.lumen.com/chi/5.66.0/chi-portal.css
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand All @@ -108,7 +108,7 @@ if name === 'js'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/js/chi.js
| https://lib.lumen.com/chi/5.66.0/js/chi.js
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -153,7 +153,7 @@ if name === 'favicon-lumen'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/assets/themes/lumen/images/favicon.svg
| https://lib.lumen.com/chi/5.66.0/assets/themes/lumen/images/favicon.svg
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -182,7 +182,7 @@ if name === 'favicon-lumen'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/assets/themes/lumen/images/favicon.ico
| https://lib.lumen.com/chi/5.66.0/assets/themes/lumen/images/favicon.ico
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -221,7 +221,7 @@ if name === 'favicon-centurylink'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/assets/themes/centurylink/images/favicon.svg
| https://lib.lumen.com/chi/5.66.0/assets/themes/centurylink/images/favicon.svg
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -250,7 +250,7 @@ if name === 'favicon-centurylink'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/assets/themes/centurylink/images/favicon.ico
| https://lib.lumen.com/chi/5.66.0/assets/themes/centurylink/images/favicon.ico
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -283,7 +283,7 @@ if name === 'web-components'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js
| https://lib.lumen.com/chi/5.66.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down Expand Up @@ -317,7 +317,7 @@ if name === 'web-components'
span.token.attr-value
span.token.punctuation.attr-equals =
span.token.punctuation &quot;
| https://lib.lumen.com/chi/5.65.0/js/ce/ux-chi-ce/ux-chi-ce.js
| https://lib.lumen.com/chi/5.66.0/js/ce/ux-chi-ce/ux-chi-ce.js
span.token.punctuation &quot;
span.token.attr-name integrity
span.token.attr-value
Expand Down
2 changes: 1 addition & 1 deletion src/website/layouts/partials/titlebar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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 v5.65.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 v5.66.0
else
.chi-grid__container
h1.docs-titlebar__title=title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ table.chi-table
td <code>Space</code>
td Toggles checkbox between checked and unchecked states
p.-text
| For comprehensive details on keyboard support for input fields, refer to our <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
| For comprehensive details on keyboard support for input fields, refer to our <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
p.-text
| Visit <a href="https://webaim.org/techniques/keyboard/" target="_blank">WebAIM</a> for keyboard techniques.

Expand Down Expand Up @@ -84,7 +84,7 @@ ul.-text

h3 Other recommendations
p.-text
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/overview" target="_blank">Accessibility Guide.</a>
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/overview" target="_blank">Accessibility Guide.</a>

h3 WCAG 2.2 Guidelines
ul.-text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ table.chi-table
td <code>Space</code>
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 <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
| For comprehensive details on keyboard support for input fields, refer to our <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
p.-text
| Visit <a href="https://webaim.org/techniques/keyboard/" target="_blank">WebAIM</a> for keyboard techniques.

Expand Down Expand Up @@ -81,7 +81,7 @@ ul.-text

h3 Other recommendations
p.-text
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/overview" target="_blank">Accessibility Guide.</a>
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/overview" target="_blank">Accessibility Guide.</a>

h3 WCAG 2.2 Guidelines
ul.-text
Expand Down
4 changes: 2 additions & 2 deletions src/website/views/components/forms/select/_accessibility.pug
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ table.chi-table


p.-text
| For comprehensive details on keyboard support, refer to our <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
| For comprehensive details on keyboard support, refer to our <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
p.-text
| Visit <a href="https://webaim.org/techniques/keyboard/" target="_blank">WebAIM</a> for keyboard techniques.

Expand Down Expand Up @@ -92,7 +92,7 @@ ul.-text

h3 Other recommendations
p.-text
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/overview" target="_blank">Accessibility Guide.</a>
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/overview" target="_blank">Accessibility Guide.</a>

h3 WCAG 2.2 Guidelines
ul.-text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
| For comprehensive details on keyboard support for input fields, refer to our <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/using-keyboard/" target="_blank">Keyboard Control Guide.</a>
p.-text
| Visit <a href="https://webaim.org/techniques/keyboard/" target="_blank">WebAIM</a> for keyboard techniques.

Expand Down Expand Up @@ -69,7 +69,7 @@ ul.-text

h3 Other recommendations
p.-text
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.65.0/foundations/accessibility/links-and-forms/" target="_blank">Accessibility Guide.</a>
| Explore additional accessibility tips in the general <a href="https://lib.lumen.com/chi/5.66.0/foundations/accessibility/links-and-forms/" target="_blank">Accessibility Guide.</a>

h3 WCAG 2.2 Guidelines
ul.-text
Expand Down
Loading

0 comments on commit 4fc0072

Please sign in to comment.