Skip to content

Commit

Permalink
link shortened-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritvi-bhatia17 committed Oct 2, 2024
1 parent f6cc7f0 commit da44403
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/pages/components/tile/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ documentation, see the Storybooks for each framework below.

### Feature flags

[Feature flags](/components/overview/feature-flag/) have been added to the
[Feature flags](/components/overview/feature-flags/) have been added to the
clickable, selectable, and expandable variants of tile to improve accessibility
and changes its visual appearance, not its functionality. For more code-specific
feature flag information, refer to the
Expand Down
6 changes: 3 additions & 3 deletions src/pages/components/tile/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ structure, and AI presence.
### Clickable tile color

Clickable tiles have an available
[feature flag](/components/overview/feature-flag/).
[feature flag](/components/overview/feature-flags/).

| Element | Property | Color token |
| --------- | ---------------- | ------------------- |
Expand Down Expand Up @@ -124,7 +124,7 @@ Clickable tiles have an available
### Selectable tile color

Selectable tiles have available
[feature flags](/components/overview/feature-flag/).
[feature flags](/components/overview/feature-flags/).

| Element | Property | Color token |
| --------- | ---------------- | ----------------- |
Expand Down Expand Up @@ -203,7 +203,7 @@ Selectable tiles have available
### Expandable tile color

Expandable tiles have an available
[feature flag](/components/overview/feature-flag/).
[feature flag](/components/overview/feature-flags/).

| Element | Property | Color token |
| --------- | ---------------- | ----------------- |
Expand Down
15 changes: 7 additions & 8 deletions src/pages/components/tile/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,12 @@ support various use cases when building more complicated card features.

### Feature flags

[Feature flags](/components/overview/feature-flag/) have been added to the
[Feature flags](/components/overview/feature-flags/) have been added to the
clickable, selectable, and expandable variants of tile to improve accessibility
and changes its visual appearance, not its functionality. For code-specific
feature flag information, refer to the
[Code tab](https://carbondesignsystem.com/components/tile/code/). These current
variants of tile are not being deprecated, but teams are encouraged to use the
feature flag tile for their products moving forward.
feature flag information, refer to the [Code tab](/components/tile/code/). These
current variants of tile are not being deprecated, but teams are encouraged to
use the feature flag tile for their products moving forward.

- A border has been added to the clickable, selectable, and expandable variants
of tile to visually indicate they are operable.
Expand Down Expand Up @@ -421,7 +420,7 @@ accessibility concerns, clickable tiles cannot contain separate internal CTAs
but can contain pictograms, icons, or media such as illustrations or images.

Clickable tile has an available
[feature flag](/components/overview/feature-flag/).
[feature flag](/components/overview/feature-flags/).

<Row>
<Column colLg={8}>
Expand Down Expand Up @@ -540,7 +539,7 @@ CTA is given a click target of its own in addition to the tile's click target.
Selectable tiles can either have single-selection or multi-selection.

Selectable tile has available
[feature flags](/components/overview/feature-flag/).
[feature flags](/components/overview/feature-flags/).

### Single-select

Expand Down Expand Up @@ -653,7 +652,7 @@ tile expands and collapses the tile. If an expandable tile has interactive
elements, the chevron icon button expands and collapses the tile.

Expandable tile has an available
[feature flag](/components/overview/feature-flag/).
[feature flag](/components/overview/feature-flags/).

### Without interactive elements

Expand Down

0 comments on commit da44403

Please sign in to comment.