Skip to content

Commit d31164b

Browse files
committed
Merge branch 'main' into FW-6462
2 parents a261ad0 + e5822ed commit d31164b

File tree

8 files changed

+40
-40
lines changed

8 files changed

+40
-40
lines changed

static/code/stackblitz/v7/react/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v7/vue/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v8/react/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v8/vue/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/usage/v7/input/start-end-slots/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Example() {
1010
<IonInput labelPlacement="stacked" label="Email" placeholder="[email protected]">
1111
<IonIcon slot="start" icon={lockClosed} aria-hidden="true"></IonIcon>
1212
<IonButton fill="clear" slot="end" aria-label="Show/hide">
13-
<IonIcon slot="icon-only" name={eye} aria-hidden="true"></IonIcon>
13+
<IonIcon slot="icon-only" icon={eye} aria-hidden="true"></IonIcon>
1414
</IonButton>
1515
</IonInput>
1616
</IonItem>

static/usage/v7/textarea/start-end-slots/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Example() {
1010
<IonTextarea labelPlacement="stacked" label="Comments" placeholder="Enter your comments">
1111
<IonIcon slot="start" icon={lockClosed} aria-hidden="true"></IonIcon>
1212
<IonButton fill="clear" slot="end" aria-label="Show/hide">
13-
<IonIcon slot="icon-only" name={eye} aria-hidden="true"></IonIcon>
13+
<IonIcon slot="icon-only" icon={eye} aria-hidden="true"></IonIcon>
1414
</IonButton>
1515
</IonTextarea>
1616
</IonItem>

static/usage/v8/input/start-end-slots/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Example() {
1010
<IonInput labelPlacement="stacked" label="Email" placeholder="[email protected]">
1111
<IonIcon slot="start" icon={lockClosed} aria-hidden="true"></IonIcon>
1212
<IonButton fill="clear" slot="end" aria-label="Show/hide">
13-
<IonIcon slot="icon-only" name={eye} aria-hidden="true"></IonIcon>
13+
<IonIcon slot="icon-only" icon={eye} aria-hidden="true"></IonIcon>
1414
</IonButton>
1515
</IonInput>
1616
</IonItem>

static/usage/v8/textarea/start-end-slots/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Example() {
1010
<IonTextarea labelPlacement="stacked" label="Comments" placeholder="Enter your comments">
1111
<IonIcon slot="start" icon={lockClosed} aria-hidden="true"></IonIcon>
1212
<IonButton fill="clear" slot="end" aria-label="Show/hide">
13-
<IonIcon slot="icon-only" name={eye} aria-hidden="true"></IonIcon>
13+
<IonIcon slot="icon-only" icon={eye} aria-hidden="true"></IonIcon>
1414
</IonButton>
1515
</IonTextarea>
1616
</IonItem>

0 commit comments

Comments
 (0)