Skip to content

Commit 6de28b6

Browse files
authored
Spring 18 to Summer 18 (#3049)
* chore(checkbox-button-group): Add test (#3023) * chore(checkbox-button-group): Add test * chore(checkbox-button-group): skip tests * chore(checkbox-toggle): Add test (#3029) * chore(checkbox-toggle): Add test * chore(checkbox-toggle): skip tests until min/max height issue is fixed * chore(checkbox-toggle): change component names * chore(tokens): add scope flag to components (#3044)
1 parent 57f3bd0 commit 6de28b6

File tree

83 files changed

+311
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+311
-7
lines changed

ui/components/badges/tokens/background-color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
global:
2+
scope: component
23
type: color
34
category: background-color
45
cssProperties:

ui/components/brand-band/tokens/background-color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
global:
2+
scope: component
23
type: color
34
category: background-color
45
cssProperties:

ui/components/brand-band/tokens/sizing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
33

44
global:
5+
scope: component
56
type: size
67
category: sizing
78
cssProperties:

ui/components/brand-band/tokens/spacing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
33

44
global:
5+
scope: component
56
category: spacing
67
type: size
78
cssProperties:

ui/components/buttons/tokens/border-color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
33

44
global:
5+
scope: component
56
type: color
67
category: border-color
78
cssProperties:

ui/components/buttons/tokens/border-radius.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
33

44
global:
5+
scope: component
56
type: size
67
category: radius
78
cssProperties:

ui/components/buttons/tokens/color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
global:
2+
scope: component
23
type: color
34
category: background-color
45
cssProperties:

ui/components/buttons/tokens/line-height.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
global:
2+
scope: component
23
category: "line-height"
34
type: number
45
cssProperties:

ui/components/buttons/tokens/text-color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
33

44
global:
5+
scope: component
56
type: color
67
category: text-color
78
cssProperties:

ui/components/cards/tokens/background-color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
global:
2+
scope: component
23
type: color
34
category: background-color
45
cssProperties:

0 commit comments

Comments
 (0)