Skip to content

Commit

Permalink
Merge branch 'main' into release/update-carbon-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 16, 2024
2 parents 3c2cbfe + b2698de commit 52f736f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/pages/components/dropdown/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -826,11 +826,11 @@ boxes are useful when the data populating the list may come from a database.
</Column>
</Row>

- The menu opens by clicking anywhere in the field and you can start typing to
sort through the list of options. The option that best matches the typed
characters is highlighted.
- After typing text in the field, the close (x) icon appears to the right of the
text in the field. This clears any text that’s been entered in the field.
- The menu opens by clicking anywhere in the field, allowing users to type and
sort through the list of options. The best-matching option is highlighted as
users type.
- A close (x) icon clears the input, and autocomplete refines options as users
type.

<Row>
<Column colLg={8}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/data-visualization/color-palettes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ be used to represent any meaningful progression or divergence. Never use a
gradient in place of a sequential palette.

For the full list of approved gradient options, see the IBM Design Language
[Color page](https://www.ibm.com/design/language/elements/color#gradients).
[Color page](https://www.ibm.com/design/language/color#gradients).

<Row>
<Column colLg={8} colMd={6} colSm={4}>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/elements/typography/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ You can find a full reference of the type styles that are available on the

You can include a token in your Sass file by writing:

````scss
```scss
@use '@carbon/type';

@include type.type-style('productive-heading-01');
``` |
```

### Reset

Expand Down

0 comments on commit 52f736f

Please sign in to comment.