Skip to content

Commit 01a816a

Browse files
authored
chore(tokens): adds custom coachindicator tokens (#2136)
1 parent e0fa7ea commit 01a816a

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

components/tokens/custom-spectrum/custom-dark-vars.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ governing permissions and limitations under the License.
3030
--spectrum-calendar-day-border-color-key-focus: var(--spectrum-blue-700);
3131

3232
--spectrum-badge-label-icon-color-primary: var(--spectrum-black);
33+
34+
--spectrum-coach-indicator-ring-default-color: var(--spectrum-blue-700);
35+
--spectrum-coach-indicator-ring-dark-color: var(--spectrum-gray-900);
36+
--spectrum-coach-indicator-ring-light-color: var(--spectrum-gray-50);
3337
}

components/tokens/custom-spectrum/custom-darkest-vars.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ governing permissions and limitations under the License.
3030
--spectrum-calendar-day-border-color-key-focus: var(--spectrum-blue-700);
3131

3232
--spectrum-badge-label-icon-color-primary: var(--spectrum-black);
33+
34+
--spectrum-coach-indicator-ring-default-color: var(--spectrum-blue-700);
35+
--spectrum-coach-indicator-ring-dark-color: var(--spectrum-gray-900);
36+
--spectrum-coach-indicator-ring-light-color: var(--spectrum-gray-50);
3337
}

components/tokens/custom-spectrum/custom-large-vars.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ governing permissions and limitations under the License.
6565

6666
--spectrum-alert-dialog-padding: var(--spectrum-spacing-400);
6767
--spectrum-alert-dialog-description-to-buttons: var(--spectrum-spacing-600);
68+
69+
--spectrum-coach-indicator-gap: 8px;
70+
--spectrum-coach-indicator-ring-diameter: 20px;
71+
--spectrum-coach-indicator-quiet-ring-diameter: 10px;
6872
}

components/tokens/custom-spectrum/custom-light-vars.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ governing permissions and limitations under the License.
3131
--spectrum-calendar-day-border-color-key-focus: var(--spectrum-blue-800);
3232

3333
--spectrum-badge-label-icon-color-primary: var(--spectrum-white);
34+
35+
--spectrum-coach-indicator-ring-default-color: var(--spectrum-blue-800);
36+
--spectrum-coach-indicator-ring-dark-color: var(--spectrum-gray-900);
37+
--spectrum-coach-indicator-ring-light-color: var(--spectrum-gray-50);
3438
}

components/tokens/custom-spectrum/custom-medium-vars.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ governing permissions and limitations under the License.
6565

6666
--spectrum-alert-dialog-padding: var(--spectrum-spacing-500);
6767
--spectrum-alert-dialog-description-to-buttons: var(--spectrum-spacing-700);
68+
69+
--spectrum-coach-indicator-gap: 6px;
70+
--spectrum-coach-indicator-ring-diameter: var(--spectrum-spacing-300);
71+
--spectrum-coach-indicator-quiet-ring-diameter: var(--spectrum-spacing-100);
6872
}

0 commit comments

Comments
 (0)