Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/geekyeggo/delete-a…
Browse files Browse the repository at this point in the history
…rtifact-4
  • Loading branch information
kennylam authored Jan 19, 2024
2 parents eb5b592 + 2186384 commit ea3b095
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@babel/template": "~7.12.0",
"@babel/traverse": "~7.23.0",
"@carbon/icon-helpers": "10.45.1",
"@carbon/icons": "11.31.0",
"@carbon/icons": "11.33.0",
"@open-wc/semantic-dom-diff": "~0.18.0",
"@percy-io/in-percy": "^0.1.11",
"@percy/cli": "^1.27.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import FormMixin from '../../globals/mixins/form';
import { filter } from '../../globals/internal/collection-helpers';
import { INPUT_SIZE } from '../text-input/text-input';
import styles from './select.scss';
import ifNonEmpty from '../../globals/directives/if-non-empty';
import { carbonElement as customElement } from '../../globals/decorators/carbon-element';

/**
Expand Down Expand Up @@ -113,7 +114,7 @@ class CDSSelect extends FormMixin(LitElement) {
<option
class="${prefix}--select-option"
?disabled="${disabled}"
label="${ifDefined(label ?? textContent)}"
label="${ifNonEmpty(label)}"
?selected="${selected}"
value="${ifDefined(value)}">
${textContent}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@babel/traverse": "~7.23.0",
"@carbon/ibmdotcom-services-store": "1.53.0",
"@carbon/icon-helpers": "10.45.1",
"@carbon/icons": "^11.31.0",
"@carbon/icons": "11.33.0",
"@carbon/icons-react": "^11.33.0",
"@carbon/pictograms-react": "11.55.0",
"@carbon/react": "1.47.0",
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4370,7 +4370,7 @@ __metadata:
"@carbon/ibmdotcom-styles": "npm:2.1.0"
"@carbon/ibmdotcom-utilities": "npm:2.1.0"
"@carbon/icon-helpers": "npm:10.45.1"
"@carbon/icons": "npm:^11.31.0"
"@carbon/icons": "npm:11.33.0"
"@carbon/icons-react": "npm:^11.33.0"
"@carbon/layout": "npm:11.20.1"
"@carbon/motion": "npm:11.16.1"
Expand Down Expand Up @@ -4531,17 +4531,10 @@ __metadata:
languageName: node
linkType: hard

"@carbon/icons@npm:11.31.0":
version: 11.31.0
resolution: "@carbon/icons@npm:11.31.0"
checksum: da2ae3f51ad89f2f79eed671512cec09a6f7e6e77fef58418dbaa1471158d01ba792d2860262321de36912adfbd862ca23fdf5715970f04d8b6e782064372f2a
languageName: node
linkType: hard

"@carbon/icons@npm:^11.31.0":
version: 11.32.0
resolution: "@carbon/icons@npm:11.32.0"
checksum: d0d177687794675ecb480bbd6ffd97be22aed2bf2900a234a65a769e38f11e2d876ab2eebe28ceecbd6e2b3077176ec5416f297318dd0d207674aac5f3a1938d
"@carbon/icons@npm:11.33.0":
version: 11.33.0
resolution: "@carbon/icons@npm:11.33.0"
checksum: a13b314eec94c696ccea500e29ff42cc79f5b128d843ebd32eb4b30ed9315fdfa8295bb57841c160c6050a6e65a04654578489a2d9de092d00c2f293a43794d0
languageName: node
linkType: hard

Expand Down Expand Up @@ -4691,7 +4684,7 @@ __metadata:
"@babel/template": "npm:~7.12.0"
"@babel/traverse": "npm:~7.23.0"
"@carbon/icon-helpers": "npm:10.45.1"
"@carbon/icons": "npm:11.31.0"
"@carbon/icons": "npm:11.33.0"
"@carbon/styles": "npm:1.47.0"
"@open-wc/semantic-dom-diff": "npm:~0.18.0"
"@percy-io/in-percy": "npm:^0.1.11"
Expand Down

0 comments on commit ea3b095

Please sign in to comment.