Skip to content

Commit 60c0f48

Browse files
committed
feat(tokens): change text step naming
1 parent a1b9b26 commit 60c0f48

39 files changed

+79
-79
lines changed

core/src/components/action-sheet/action-sheet.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
--button-background-selected: #{$action-sheet-ios-button-background-selected};
1818
--button-background-selected-opacity: 1;
1919
--button-color: #{$action-sheet-ios-button-text-color};
20-
--button-color-disabled: #{$text-color-step-150};
20+
--button-color-disabled: #{$text-color-150};
2121
--color: #{$action-sheet-ios-title-color};
2222

2323
text-align: $action-sheet-ios-text-align;

core/src/components/action-sheet/action-sheet.ios.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $action-sheet-ios-title-padding-bottom: 13px;
4646
$action-sheet-ios-title-padding-start: $action-sheet-ios-title-padding-end;
4747

4848
/// @prop - Color of the action sheet title
49-
$action-sheet-ios-title-color: $text-color-step-600;
49+
$action-sheet-ios-title-color: $text-color-600;
5050

5151
/// @prop - Font size of the action sheet title
5252
$action-sheet-ios-title-font-size: dynamic-font-min(1, 13px);

core/src/components/action-sheet/action-sheet.md.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $action-sheet-md-sub-title-padding-start: $action-sheet-md-sub-title-padding-end
6464
$action-sheet-md-button-height: 52px;
6565

6666
/// @prop - Text color of the action sheet button
67-
$action-sheet-md-button-text-color: $text-color-step-150;
67+
$action-sheet-md-button-text-color: $text-color-150;
6868

6969
/// @prop - Font size of the action sheet button
7070
$action-sheet-md-button-font-size: dynamic-font(16px);

core/src/components/alert/alert.ios.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $alert-ios-title-font-weight: 600;
5757
$alert-ios-sub-title-font-size: dynamic-font-min(1, 14px);
5858

5959
/// @prop - Text color of the alert sub title
60-
$alert-ios-sub-title-text-color: $text-color-step-400;
60+
$alert-ios-sub-title-text-color: $text-color-400;
6161

6262
/// @prop - Padding top of the alert message
6363
$alert-ios-message-padding-top: 0;

core/src/components/alert/alert.md.vars.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $alert-md-message-padding-start: $alert-md-message-padding-end;
8080
$alert-md-message-font-size: dynamic-font(16px);
8181

8282
/// @prop - Text color of the alert message
83-
$alert-md-message-text-color: $text-color-step-450;
83+
$alert-md-message-text-color: $text-color-450;
8484

8585
/// @prop - Padding top of the alert empty message
8686
$alert-md-message-empty-padding-top: 0;
@@ -254,7 +254,7 @@ $alert-md-radio-label-padding-start: $alert-md-radio-label-padding-end + 26px;
254254
$alert-md-radio-label-font-size: dynamic-font(16px);
255255

256256
/// @prop - Text color of the label for the radio alert
257-
$alert-md-radio-label-text-color: $text-color-step-150;
257+
$alert-md-radio-label-text-color: $text-color-150;
258258

259259
/// @prop - Text color of the label for the checked radio alert
260260
$alert-md-radio-label-text-color-checked: $alert-md-radio-label-text-color;
@@ -323,7 +323,7 @@ $alert-md-checkbox-label-padding-bottom: $alert-md-checkbox-label-padding-top;
323323
$alert-md-checkbox-label-padding-start: $alert-md-checkbox-label-padding-end + 27px;
324324

325325
/// @prop - Text color of the label for the checkbox in the alert
326-
$alert-md-checkbox-label-text-color: $text-color-step-150;
326+
$alert-md-checkbox-label-text-color: $text-color-150;
327327

328328
/// @prop - Font size of the label for the checkbox in the alert
329329
$alert-md-checkbox-label-font-size: dynamic-font(16px);

core/src/components/card-subtitle/card-subtitle.ios.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ $card-ios-subtitle-margin-bottom: 4px;
4040
$card-ios-subtitle-margin-start: $card-ios-subtitle-margin-end;
4141

4242
/// @prop - Color of the card subtitle
43-
$card-ios-subtitle-color: $text-color-step-400;
43+
$card-ios-subtitle-color: $text-color-400;

core/src/components/card-subtitle/card-subtitle.md.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ $card-md-subtitle-margin-bottom: 0;
3131
$card-md-subtitle-margin-start: $card-md-subtitle-margin-end;
3232

3333
/// @prop - Color of the card subtitle
34-
$card-md-subtitle-color: $text-color-step-450;
34+
$card-md-subtitle-color: $text-color-450;

core/src/components/card-title/card-title.md.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ $card-md-title-margin-bottom: $card-md-title-margin-top;
3131
$card-md-title-margin-start: $card-md-title-margin-end;
3232

3333
/// @prop - Color of the card title
34-
$card-md-title-text-color: $text-color-step-150;
34+
$card-md-title-text-color: $text-color-150;

core/src/components/checkbox/checkbox.native.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484
.checkbox-bottom .helper-text {
85-
color: $text-color-step-300;
85+
color: $text-color-300;
8686
}
8787

8888
// Label Placement - Start

core/src/components/datetime-button/datetime-button.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
}
99

1010
:host button.ion-activated {
11-
color: $text-color-step-400;
11+
color: $text-color-400;
1212
}

0 commit comments

Comments
 (0)