@planningcenter/tapestry-tokens 2.8.0-rc.10 → 2.8.0-rc.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,21 +11,21 @@ object TapestryDarkTokens {
11
11
  val tTextColorDisabled = Color(red = 82, green = 82, blue = 82, alpha = 255)
12
12
  val tTextColorPlaceholder = Color(red = 97, green = 97, blue = 97, alpha = 255)
13
13
  val tTextColorInteraction = Color(red = 62, green = 156, blue = 218, alpha = 255)
14
- val tTextColorInteractionActive = Color(red = 37, green = 131, blue = 193, alpha = 255)
14
+ val tTextColorInteractionActive = Color(red = 37, green = 130, blue = 193, alpha = 255)
15
15
  val tTextColorInteractionVisited = Color(red = 41, green = 145, blue = 214, alpha = 255)
16
16
  val tTextColorStatusNeutral = Color(red = 204, green = 204, blue = 204, alpha = 255)
17
17
  val tTextColorStatusInfo = Color(red = 62, green = 156, blue = 218, alpha = 255)
18
18
  val tTextColorStatusSuccess = Color(red = 91, green = 164, blue = 45, alpha = 255)
19
19
  val tTextColorStatusWarning = Color(red = 237, green = 179, blue = 44, alpha = 255)
20
- val tTextColorStatusError = Color(red = 216, green = 112, blue = 96, alpha = 255)
20
+ val tTextColorStatusError = Color(red = 216, green = 111, blue = 95, alpha = 255)
21
21
  val tTextColorTagSubtleGray = Color(red = 204, green = 204, blue = 204, alpha = 255)
22
22
  val tTextColorTagSubtleBlue = Color(red = 195, green = 206, blue = 233, alpha = 255)
23
- val tTextColorTagSubtleIndigo = Color(red = 182, green = 189, blue = 246, alpha = 255)
24
- val tTextColorTagSubtleAqua = Color(red = 187, green = 218, blue = 246, alpha = 255)
23
+ val tTextColorTagSubtleIndigo = Color(red = 182, green = 190, blue = 246, alpha = 255)
24
+ val tTextColorTagSubtleAqua = Color(red = 187, green = 219, blue = 246, alpha = 255)
25
25
  val tTextColorTagSubtleTeal = Color(red = 126, green = 252, blue = 252, alpha = 255)
26
- val tTextColorTagSubtleGreen = Color(red = 202, green = 252, blue = 176, alpha = 255)
27
- val tTextColorTagSubtleYellow = Color(red = 255, green = 215, blue = 178, alpha = 255)
28
- val tTextColorTagSubtleOrange = Color(red = 255, green = 201, blue = 178, alpha = 255)
26
+ val tTextColorTagSubtleGreen = Color(red = 203, green = 252, blue = 176, alpha = 255)
27
+ val tTextColorTagSubtleYellow = Color(red = 255, green = 215, blue = 179, alpha = 255)
28
+ val tTextColorTagSubtleOrange = Color(red = 255, green = 201, blue = 179, alpha = 255)
29
29
  val tTextColorTagSubtlePink = Color(red = 252, green = 202, blue = 229, alpha = 255)
30
30
  val tTextColorTagSubtlePurple = Color(red = 223, green = 203, blue = 246, alpha = 255)
31
31
  val tTextColorTagSubtleMagenta = Color(red = 235, green = 203, blue = 246, alpha = 255)
@@ -48,7 +48,7 @@ object TapestryDarkTokens {
48
48
  val tIconColorStatusNeutralSecondary = Color(red = 97, green = 97, blue = 97, alpha = 255)
49
49
  val tIconColorStatusNeutralBold = Color(red = 204, green = 204, blue = 204, alpha = 255)
50
50
  val tIconColorStatusInfo = Color(red = 62, green = 156, blue = 218, alpha = 255)
51
- val tIconColorStatusError = Color(red = 216, green = 112, blue = 96, alpha = 255)
51
+ val tIconColorStatusError = Color(red = 216, green = 111, blue = 95, alpha = 255)
52
52
  val tFillColorNeutral_100 = Color(red = 26, green = 26, blue = 26, alpha = 255)
53
53
  val tFillColorNeutral_000 = Color(red = 250, green = 250, blue = 250, alpha = 255)
54
54
  val tFillColorNeutral_010 = Color(red = 224, green = 224, blue = 224, alpha = 255)
@@ -61,70 +61,70 @@ object TapestryDarkTokens {
61
61
  val tFillColorNeutral_070 = Color(red = 43, green = 43, blue = 43, alpha = 255)
62
62
  val tFillColorNeutral_080 = Color(red = 38, green = 38, blue = 38, alpha = 255)
63
63
  val tFillColorNeutral_090 = Color(red = 31, green = 31, blue = 31, alpha = 255)
64
- val tFillColorInteraction = Color(red = 0, green = 107, blue = 178, alpha = 255)
64
+ val tFillColorInteraction = Color(red = 0, green = 107, blue = 179, alpha = 255)
65
65
  val tFillColorInteractionActive = Color(red = 23, green = 133, blue = 207, alpha = 255)
66
66
  val tFillColorInteractionDisabled = Color(red = 64, green = 64, blue = 64, alpha = 255)
67
67
  val tFillColorControlNeutralOff = Color(red = 82, green = 82, blue = 82, alpha = 255)
68
68
  val tFillColorControlNeutralOn = Color(red = 128, green = 128, blue = 128, alpha = 255)
69
- val tFillColorControl = Color(red = 0, green = 107, blue = 178, alpha = 255)
69
+ val tFillColorControl = Color(red = 0, green = 107, blue = 179, alpha = 255)
70
70
  val tFillColorControlDisabled = Color(red = 51, green = 51, blue = 51, alpha = 255)
71
71
  val tFillColorStatusNeutral = Color(red = 61, green = 61, blue = 61, alpha = 255)
72
72
  val tFillColorStatusNeutralGhost = Color(red = 46, green = 46, blue = 46, alpha = 255)
73
73
  val tFillColorStatusNeutralDim = Color(red = 38, green = 38, blue = 38, alpha = 255)
74
- val tFillColorStatusInfo = Color(red = 0, green = 107, blue = 178, alpha = 255)
75
- val tFillColorStatusInfoGhost = Color(red = 27, green = 42, blue = 52, alpha = 255)
76
- val tFillColorStatusInfoDim = Color(red = 29, green = 38, blue = 45, alpha = 255)
74
+ val tFillColorStatusInfo = Color(red = 0, green = 107, blue = 179, alpha = 255)
75
+ val tFillColorStatusInfoGhost = Color(red = 26, green = 41, blue = 50, alpha = 255)
76
+ val tFillColorStatusInfoDim = Color(red = 30, green = 39, blue = 47, alpha = 255)
77
77
  val tFillColorStatusSuccessGhost = Color(red = 32, green = 45, blue = 33, alpha = 255)
78
- val tFillColorStatusSuccessDim = Color(red = 32, green = 41, blue = 32, alpha = 255)
79
- val tFillColorStatusWarningGhost = Color(red = 52, green = 47, blue = 36, alpha = 255)
80
- val tFillColorStatusWarningDim = Color(red = 44, green = 41, blue = 34, alpha = 255)
78
+ val tFillColorStatusSuccessDim = Color(red = 31, green = 40, blue = 31, alpha = 255)
79
+ val tFillColorStatusWarningGhost = Color(red = 51, green = 46, blue = 36, alpha = 255)
80
+ val tFillColorStatusWarningDim = Color(red = 43, green = 40, blue = 33, alpha = 255)
81
81
  val tFillColorStatusErrorGhost = Color(red = 49, green = 35, blue = 33, alpha = 255)
82
82
  val tFillColorStatusErrorDim = Color(red = 44, green = 34, blue = 32, alpha = 255)
83
- val tFillColorTooltip = Color(red = 61, green = 61, blue = 61, alpha = 229)
83
+ val tFillColorTooltip = Color(red = 61, green = 61, blue = 61, alpha = 230)
84
84
  val tFillColorTagGray_010 = Color(red = 51, green = 51, blue = 51, alpha = 255)
85
85
  val tFillColorTagGray_020 = Color(red = 61, green = 61, blue = 61, alpha = 255)
86
86
  val tFillColorTagGray_030 = Color(red = 92, green = 92, blue = 92, alpha = 255)
87
87
  val tFillColorTagGray_040 = Color(red = 107, green = 107, blue = 107, alpha = 255)
88
- val tFillColorTagBlue_010 = Color(red = 45, green = 56, blue = 76, alpha = 255)
89
- val tFillColorTagBlue_020 = Color(red = 54, green = 68, blue = 95, alpha = 255)
90
- val tFillColorTagBlue_030 = Color(red = 78, green = 103, blue = 151, alpha = 255)
91
- val tFillColorTagBlue_040 = Color(red = 89, green = 118, blue = 175, alpha = 255)
92
- val tFillColorTagAqua_010 = Color(red = 38, green = 60, blue = 71, alpha = 255)
93
- val tFillColorTagAqua_020 = Color(red = 44, green = 73, blue = 88, alpha = 255)
94
- val tFillColorTagAqua_030 = Color(red = 59, green = 108, blue = 133, alpha = 255)
95
- val tFillColorTagAqua_040 = Color(red = 67, green = 125, blue = 154, alpha = 255)
96
- val tFillColorTagTeal_010 = Color(red = 33, green = 66, blue = 60, alpha = 255)
97
- val tFillColorTagTeal_020 = Color(red = 36, green = 78, blue = 70, alpha = 255)
98
- val tFillColorTagTeal_030 = Color(red = 46, green = 114, blue = 102, alpha = 255)
99
- val tFillColorTagTeal_040 = Color(red = 50, green = 130, blue = 115, alpha = 255)
100
- val tFillColorTagGreen_010 = Color(red = 40, green = 65, blue = 35, alpha = 255)
101
- val tFillColorTagGreen_020 = Color(red = 44, green = 77, blue = 39, alpha = 255)
102
- val tFillColorTagGreen_030 = Color(red = 60, green = 114, blue = 52, alpha = 255)
103
- val tFillColorTagGreen_040 = Color(red = 68, green = 133, blue = 58, alpha = 255)
104
- val tFillColorTagYellow_010 = Color(red = 66, green = 56, blue = 29, alpha = 255)
105
- val tFillColorTagYellow_020 = Color(red = 82, green = 69, blue = 32, alpha = 255)
106
- val tFillColorTagYellow_030 = Color(red = 118, green = 97, blue = 39, alpha = 255)
107
- val tFillColorTagYellow_040 = Color(red = 141, green = 115, blue = 43, alpha = 255)
108
- val tFillColorTagOrange_010 = Color(red = 74, green = 49, blue = 36, alpha = 255)
88
+ val tFillColorTagBlue_010 = Color(red = 45, green = 56, blue = 77, alpha = 255)
89
+ val tFillColorTagBlue_020 = Color(red = 53, green = 67, blue = 95, alpha = 255)
90
+ val tFillColorTagBlue_030 = Color(red = 78, green = 104, blue = 151, alpha = 255)
91
+ val tFillColorTagBlue_040 = Color(red = 90, green = 118, blue = 175, alpha = 255)
92
+ val tFillColorTagAqua_010 = Color(red = 37, green = 59, blue = 70, alpha = 255)
93
+ val tFillColorTagAqua_020 = Color(red = 44, green = 74, blue = 88, alpha = 255)
94
+ val tFillColorTagAqua_030 = Color(red = 59, green = 109, blue = 135, alpha = 255)
95
+ val tFillColorTagAqua_040 = Color(red = 67, green = 124, blue = 152, alpha = 255)
96
+ val tFillColorTagTeal_010 = Color(red = 32, green = 64, blue = 59, alpha = 255)
97
+ val tFillColorTagTeal_020 = Color(red = 35, green = 77, blue = 69, alpha = 255)
98
+ val tFillColorTagTeal_030 = Color(red = 45, green = 113, blue = 101, alpha = 255)
99
+ val tFillColorTagTeal_040 = Color(red = 50, green = 129, blue = 114, alpha = 255)
100
+ val tFillColorTagGreen_010 = Color(red = 41, green = 66, blue = 36, alpha = 255)
101
+ val tFillColorTagGreen_020 = Color(red = 44, green = 78, blue = 39, alpha = 255)
102
+ val tFillColorTagGreen_030 = Color(red = 61, green = 115, blue = 53, alpha = 255)
103
+ val tFillColorTagGreen_040 = Color(red = 67, green = 131, blue = 58, alpha = 255)
104
+ val tFillColorTagYellow_010 = Color(red = 67, green = 57, blue = 30, alpha = 255)
105
+ val tFillColorTagYellow_020 = Color(red = 81, green = 68, blue = 31, alpha = 255)
106
+ val tFillColorTagYellow_030 = Color(red = 119, green = 97, blue = 40, alpha = 255)
107
+ val tFillColorTagYellow_040 = Color(red = 140, green = 115, blue = 43, alpha = 255)
108
+ val tFillColorTagOrange_010 = Color(red = 76, green = 50, blue = 36, alpha = 255)
109
109
  val tFillColorTagOrange_020 = Color(red = 91, green = 58, blue = 41, alpha = 255)
110
- val tFillColorTagOrange_030 = Color(red = 147, green = 88, blue = 57, alpha = 255)
111
- val tFillColorTagOrange_040 = Color(red = 169, green = 100, blue = 63, alpha = 255)
110
+ val tFillColorTagOrange_030 = Color(red = 147, green = 89, blue = 57, alpha = 255)
111
+ val tFillColorTagOrange_040 = Color(red = 168, green = 99, blue = 62, alpha = 255)
112
112
  val tFillColorTagPink_010 = Color(red = 75, green = 48, blue = 61, alpha = 255)
113
- val tFillColorTagPink_020 = Color(red = 85, green = 50, blue = 71, alpha = 255)
114
- val tFillColorTagPink_030 = Color(red = 150, green = 80, blue = 122, alpha = 255)
115
- val tFillColorTagPink_040 = Color(red = 172, green = 90, blue = 139, alpha = 255)
113
+ val tFillColorTagPink_020 = Color(red = 84, green = 49, blue = 70, alpha = 255)
114
+ val tFillColorTagPink_030 = Color(red = 149, green = 80, blue = 122, alpha = 255)
115
+ val tFillColorTagPink_040 = Color(red = 171, green = 89, blue = 138, alpha = 255)
116
116
  val tFillColorTagPurple_010 = Color(red = 60, green = 47, blue = 70, alpha = 255)
117
117
  val tFillColorTagPurple_020 = Color(red = 73, green = 56, blue = 86, alpha = 255)
118
- val tFillColorTagPurple_030 = Color(red = 122, green = 89, blue = 148, alpha = 255)
119
- val tFillColorTagPurple_040 = Color(red = 138, green = 100, blue = 168, alpha = 255)
120
- val tFillColorTagMagenta_010 = Color(red = 62, green = 43, blue = 65, alpha = 255)
121
- val tFillColorTagMagenta_020 = Color(red = 76, green = 51, blue = 80, alpha = 255)
118
+ val tFillColorTagPurple_030 = Color(red = 121, green = 88, blue = 147, alpha = 255)
119
+ val tFillColorTagPurple_040 = Color(red = 140, green = 102, blue = 169, alpha = 255)
120
+ val tFillColorTagMagenta_010 = Color(red = 61, green = 43, blue = 64, alpha = 255)
121
+ val tFillColorTagMagenta_020 = Color(red = 77, green = 52, blue = 81, alpha = 255)
122
122
  val tFillColorTagMagenta_030 = Color(red = 128, green = 79, blue = 135, alpha = 255)
123
- val tFillColorTagMagenta_040 = Color(red = 145, green = 89, blue = 154, alpha = 255)
124
- val tFillColorTagIndigo_010 = Color(red = 48, green = 50, blue = 73, alpha = 255)
125
- val tFillColorTagIndigo_020 = Color(red = 58, green = 60, blue = 91, alpha = 255)
126
- val tFillColorTagIndigo_030 = Color(red = 94, green = 98, blue = 159, alpha = 255)
127
- val tFillColorTagIndigo_040 = Color(red = 106, green = 111, blue = 181, alpha = 255)
123
+ val tFillColorTagMagenta_040 = Color(red = 147, green = 89, blue = 155, alpha = 255)
124
+ val tFillColorTagIndigo_010 = Color(red = 48, green = 50, blue = 74, alpha = 255)
125
+ val tFillColorTagIndigo_020 = Color(red = 58, green = 60, blue = 90, alpha = 255)
126
+ val tFillColorTagIndigo_030 = Color(red = 94, green = 99, blue = 161, alpha = 255)
127
+ val tFillColorTagIndigo_040 = Color(red = 105, green = 110, blue = 181, alpha = 255)
128
128
  val tFillColorButtonNeutralSolid = Color(red = 48, green = 48, blue = 48, alpha = 255)
129
129
  val tFillColorButtonNeutralSolidActive = Color(red = 82, green = 82, blue = 82, alpha = 255)
130
130
  val tFillColorButtonNeutralSolidDisabled = Color(red = 31, green = 31, blue = 31, alpha = 255)
@@ -135,23 +135,23 @@ object TapestryDarkTokens {
135
135
  val tFillColorButtonNeutralGhostActive = Color(red = 48, green = 48, blue = 48, alpha = 255)
136
136
  val tFillColorButtonNeutralGhostDisabled = Color(red = 0, green = 0, blue = 0, alpha = 0)
137
137
  val tFillColorButtonNeutralResponsiveHeaderDisabled = Color(red = 255, green = 255, blue = 255, alpha = 13)
138
- val tFillColorButtonInteractionSolid = Color(red = 0, green = 107, blue = 178, alpha = 255)
138
+ val tFillColorButtonInteractionSolid = Color(red = 0, green = 107, blue = 179, alpha = 255)
139
139
  val tFillColorButtonInteractionSolidActive = Color(red = 23, green = 133, blue = 207, alpha = 255)
140
140
  val tFillColorButtonInteractionSolidDisabled = Color(red = 31, green = 31, blue = 31, alpha = 255)
141
- val tFillColorButtonInteractionOutline = Color(red = 27, green = 42, blue = 52, alpha = 255)
142
- val tFillColorButtonInteractionOutlineActive = Color(red = 25, green = 49, blue = 66, alpha = 255)
141
+ val tFillColorButtonInteractionOutline = Color(red = 26, green = 41, blue = 50, alpha = 255)
142
+ val tFillColorButtonInteractionOutlineActive = Color(red = 25, green = 49, blue = 67, alpha = 255)
143
143
  val tFillColorButtonInteractionOutlineDisabled = Color(red = 31, green = 31, blue = 31, alpha = 255)
144
144
  val tFillColorButtonInteractionGhost = Color(red = 0, green = 0, blue = 0, alpha = 0)
145
- val tFillColorButtonInteractionGhostActive = Color(red = 26, green = 46, blue = 59, alpha = 255)
145
+ val tFillColorButtonInteractionGhostActive = Color(red = 26, green = 47, blue = 60, alpha = 255)
146
146
  val tFillColorButtonInteractionGhostDisabled = Color(red = 0, green = 0, blue = 0, alpha = 0)
147
- val tFillColorButtonDeleteSolid = Color(red = 163, green = 58, blue = 41, alpha = 255)
148
- val tFillColorButtonDeleteSolidActive = Color(red = 194, green = 68, blue = 48, alpha = 255)
147
+ val tFillColorButtonDeleteSolid = Color(red = 163, green = 57, blue = 41, alpha = 255)
148
+ val tFillColorButtonDeleteSolidActive = Color(red = 192, green = 67, blue = 48, alpha = 255)
149
149
  val tFillColorButtonDeleteSolidDisabled = Color(red = 31, green = 31, blue = 31, alpha = 255)
150
150
  val tFillColorButtonDeleteOutline = Color(red = 49, green = 35, blue = 33, alpha = 255)
151
- val tFillColorButtonDeleteOutlineActive = Color(red = 62, green = 38, blue = 34, alpha = 255)
151
+ val tFillColorButtonDeleteOutlineActive = Color(red = 63, green = 39, blue = 34, alpha = 255)
152
152
  val tFillColorButtonDeleteOutlineDisabled = Color(red = 31, green = 31, blue = 31, alpha = 255)
153
153
  val tFillColorButtonDeleteGhost = Color(red = 0, green = 0, blue = 0, alpha = 0)
154
- val tFillColorButtonDeleteGhostActive = Color(red = 55, green = 37, blue = 34, alpha = 255)
154
+ val tFillColorButtonDeleteGhostActive = Color(red = 54, green = 36, blue = 33, alpha = 255)
155
155
  val tFillColorButtonDeleteGhostDisabled = Color(red = 0, green = 0, blue = 0, alpha = 0)
156
156
  val tFillColorButtonPill = Color(red = 46, green = 46, blue = 46, alpha = 255)
157
157
  val tFillColorButtonPillActive = Color(red = 54, green = 54, blue = 54, alpha = 255)
@@ -162,18 +162,18 @@ object TapestryDarkTokens {
162
162
  val tFillColorTransparencyLight_040 = Color(red = 0, green = 0, blue = 0, alpha = 102)
163
163
  val tFillColorTransparencyLight_050 = Color(red = 0, green = 0, blue = 0, alpha = 128)
164
164
  val tFillColorTransparencyLight_060 = Color(red = 0, green = 0, blue = 0, alpha = 153)
165
- val tFillColorTransparencyLight_070 = Color(red = 0, green = 0, blue = 0, alpha = 178)
165
+ val tFillColorTransparencyLight_070 = Color(red = 0, green = 0, blue = 0, alpha = 179)
166
166
  val tFillColorTransparencyLight_080 = Color(red = 0, green = 0, blue = 0, alpha = 204)
167
- val tFillColorTransparencyLight_090 = Color(red = 0, green = 0, blue = 0, alpha = 229)
167
+ val tFillColorTransparencyLight_090 = Color(red = 0, green = 0, blue = 0, alpha = 230)
168
168
  val tFillColorTransparencyDark_010 = Color(red = 255, green = 255, blue = 255, alpha = 26)
169
169
  val tFillColorTransparencyDark_020 = Color(red = 255, green = 255, blue = 255, alpha = 51)
170
170
  val tFillColorTransparencyDark_030 = Color(red = 255, green = 255, blue = 255, alpha = 77)
171
171
  val tFillColorTransparencyDark_040 = Color(red = 255, green = 255, blue = 255, alpha = 102)
172
172
  val tFillColorTransparencyDark_050 = Color(red = 255, green = 255, blue = 255, alpha = 128)
173
173
  val tFillColorTransparencyDark_060 = Color(red = 255, green = 255, blue = 255, alpha = 153)
174
- val tFillColorTransparencyDark_070 = Color(red = 255, green = 255, blue = 255, alpha = 178)
174
+ val tFillColorTransparencyDark_070 = Color(red = 255, green = 255, blue = 255, alpha = 179)
175
175
  val tFillColorTransparencyDark_080 = Color(red = 255, green = 255, blue = 255, alpha = 204)
176
- val tFillColorTransparencyDark_090 = Color(red = 255, green = 255, blue = 255, alpha = 229)
176
+ val tFillColorTransparencyDark_090 = Color(red = 255, green = 255, blue = 255, alpha = 230)
177
177
  val tSurfaceColorCard = Color(red = 31, green = 31, blue = 31, alpha = 255)
178
178
  val tSurfaceColorCanvas = Color(red = 26, green = 26, blue = 26, alpha = 255)
179
179
  val tBorderColor = Color(red = 54, green = 54, blue = 54, alpha = 255)
@@ -184,13 +184,13 @@ object TapestryDarkTokens {
184
184
  val tBorderColorDim = Color(red = 41, green = 41, blue = 41, alpha = 255)
185
185
  val tBorderColorWhite = Color(red = 31, green = 31, blue = 31, alpha = 255)
186
186
  val tBorderColorStatusNeutral = Color(red = 97, green = 97, blue = 97, alpha = 255)
187
- val tBorderColorStatusInfo = Color(red = 0, green = 107, blue = 178, alpha = 255)
187
+ val tBorderColorStatusInfo = Color(red = 0, green = 107, blue = 179, alpha = 255)
188
188
  val tBorderColorButtonNeutral = Color(red = 48, green = 48, blue = 48, alpha = 255)
189
189
  val tBorderColorButtonInfo = Color(red = 0, green = 122, blue = 204, alpha = 64)
190
190
  val tBorderColorButtonCreate = Color(red = 75, green = 132, blue = 36, alpha = 64)
191
- val tBorderColorButtonDelete = Color(red = 194, green = 68, blue = 48, alpha = 64)
191
+ val tBorderColorButtonDelete = Color(red = 192, green = 67, blue = 48, alpha = 64)
192
192
  val tBorderColorControlNeutral = Color(red = 84, green = 84, blue = 84, alpha = 255)
193
- val tBorderColorControlInfo = Color(red = 0, green = 107, blue = 178, alpha = 255)
193
+ val tBorderColorControlInfo = Color(red = 0, green = 107, blue = 179, alpha = 255)
194
194
  val tBorderColorControlDisabled = Color(red = 61, green = 61, blue = 61, alpha = 255)
195
195
  val tShadowOverflowColor = Color(red = 0, green = 0, blue = 0, alpha = 153)
196
196
  }
@@ -8,7 +8,7 @@
8
8
  --t-border-radius-lg: 8px;
9
9
  --t-border-radius-xl: 16px;
10
10
  --t-border-radius-round: 56px;
11
- --t-border-radius: 4px;
11
+ --t-border-radius: var(--t-border-radius-md);
12
12
  --t-border-width: 1px;
13
13
  --t-border-width-thick: 2px;
14
14
  --t-spacing-1: 8px;
@@ -320,9 +320,9 @@
320
320
  --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 95%);
321
321
  --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 93%);
322
322
  --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 100%, 0);
323
- --t-fill-color-button-neutral-responsive-header: hsla(0, 0%, 0%, 0.1);
324
- --t-fill-color-button-neutral-responsive-header-hover: hsla(0, 0%, 0%, 0.2);
325
- --t-fill-color-button-neutral-responsive-header-active: hsla(0, 0%, 0%, 0.3);
323
+ --t-fill-color-button-neutral-responsive-header: var(--t-fill-color-transparency-dark-010);
324
+ --t-fill-color-button-neutral-responsive-header-hover: var(--t-fill-color-transparency-dark-020);
325
+ --t-fill-color-button-neutral-responsive-header-active: var(--t-fill-color-transparency-dark-030);
326
326
  --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 0%, 0.05);
327
327
  --t-fill-color-button-interaction-solid: hsl(204, 100%, 40%);
328
328
  --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 35%);
@@ -379,8 +379,8 @@
379
379
  --t-fill-color-transparency-dark-static-070: hsla(0, 0%, 0%, 0.7);
380
380
  --t-fill-color-transparency-dark-static-080: hsla(0, 0%, 0%, 0.8);
381
381
  --t-fill-color-transparency-dark-static-090: hsla(0, 0%, 0%, 0.9);
382
- --t-surface-color-card: hsl(0, 0%, 100%);
383
- --t-surface-color-canvas: hsl(0, 0%, 100%);
382
+ --t-surface-color-card: var(--t-fill-color-neutral-100);
383
+ --t-surface-color-canvas: var(--t-fill-color-neutral-100);
384
384
  --t-border-color: hsl(0, 0%, 88%);
385
385
  --t-border-color-dark: hsl(0, 0%, 81%);
386
386
  --t-border-color-darker: hsl(0, 0%, 68%);
@@ -24,19 +24,23 @@
24
24
  "color": {
25
25
  "--t-icon-color-status-neutral-dark": {
26
26
  "type": "color",
27
- "value": "var(--t-icon-color-status-neutral-bold)"
27
+ "value": "var(--t-icon-color-status-neutral-bold)",
28
+ "darkmode-value": "hsl(0, 0%, 80%)"
28
29
  },
29
30
  "--t-icon-color-status-info-secondary": {
30
31
  "type": "color",
31
- "value": "var(--t-icon-color-status-info)"
32
+ "value": "var(--t-icon-color-status-info)",
33
+ "darkmode-value": "hsl(204, 68%, 55%)"
32
34
  },
33
35
  "--t-fill-color-status-neutral-solid": {
34
36
  "type": "color",
35
- "value": "var(--t-fill-color-status-neutral)"
37
+ "value": "var(--t-fill-color-status-neutral)",
38
+ "darkmode-value": "hsl(0, 0%, 24%)"
36
39
  },
37
40
  "--t-fill-color-status-info-solid": {
38
41
  "type": "color",
39
- "value": "var(--t-fill-color-status-info)"
42
+ "value": "var(--t-fill-color-status-info)",
43
+ "darkmode-value": "hsl(204, 100%, 35%)"
40
44
  },
41
45
  "--t-fill-color-status-success-solid": {
42
46
  "type": "color",
@@ -73,19 +77,23 @@
73
77
  },
74
78
  "--t-fill-color-button-neutral-outline-dim-default": {
75
79
  "type": "color",
76
- "value": "var(--t-fill-color-button-neutral-outline)"
80
+ "value": "var(--t-fill-color-button-neutral-outline)",
81
+ "darkmode-value": "hsl(0, 0%, 15%)"
77
82
  },
78
83
  "--t-fill-color-button-neutral-outline-dim-hover": {
79
84
  "type": "color",
80
- "value": "var(--t-fill-color-button-neutral-outline-hover)"
85
+ "value": "var(--t-fill-color-button-neutral-outline-hover)",
86
+ "darkmode-value": "hsl(0, 0%, 17%)"
81
87
  },
82
88
  "--t-fill-color-button-neutral-outline-dim-active": {
83
89
  "type": "color",
84
- "value": "var(--t-fill-color-button-neutral-outline-active)"
90
+ "value": "var(--t-fill-color-button-neutral-outline-active)",
91
+ "darkmode-value": "hsl(0, 0%, 19%)"
85
92
  },
86
93
  "--t-fill-color-button-neutral-outline-dim-disabled": {
87
94
  "type": "color",
88
- "value": "var(--t-fill-color-button-neutral-outline-disabled)"
95
+ "value": "var(--t-fill-color-button-neutral-outline-disabled)",
96
+ "darkmode-value": "hsl(0, 0%, 12%)"
89
97
  },
90
98
  "--t-fill-color-button-neutral-outline-dim-disabled-solid": {
91
99
  "type": "color",
@@ -94,19 +102,23 @@
94
102
  },
95
103
  "--t-fill-color-button-interaction-outline-dim-default": {
96
104
  "type": "color",
97
- "value": "var(--t-fill-color-button-interaction-outline)"
105
+ "value": "var(--t-fill-color-button-interaction-outline)",
106
+ "darkmode-value": "hsl(204, 32%, 15%)"
98
107
  },
99
108
  "--t-fill-color-button-interaction-outline-dim-hover": {
100
109
  "type": "color",
101
- "value": "var(--t-fill-color-button-interaction-outline-hover)"
110
+ "value": "var(--t-fill-color-button-interaction-outline-hover)",
111
+ "darkmode-value": "hsl(204, 39%, 17%)"
102
112
  },
103
113
  "--t-fill-color-button-interaction-outline-dim-active": {
104
114
  "type": "color",
105
- "value": "var(--t-fill-color-button-interaction-outline-active)"
115
+ "value": "var(--t-fill-color-button-interaction-outline-active)",
116
+ "darkmode-value": "hsl(205, 45%, 18%)"
106
117
  },
107
118
  "--t-fill-color-button-interaction-outline-dim-disabled": {
108
119
  "type": "color",
109
- "value": "var(--t-fill-color-button-interaction-outline-disabled)"
120
+ "value": "var(--t-fill-color-button-interaction-outline-disabled)",
121
+ "darkmode-value": "hsl(0, 0%, 12%)"
110
122
  },
111
123
  "--t-fill-color-button-create-solid-default": {
112
124
  "type": "color",
@@ -148,19 +160,23 @@
148
160
  },
149
161
  "--t-fill-color-button-delete-outline-dim-default": {
150
162
  "type": "color",
151
- "value": "var(--t-fill-color-button-delete-outline)"
163
+ "value": "var(--t-fill-color-button-delete-outline)",
164
+ "darkmode-value": "hsl(8, 20%, 16%)"
152
165
  },
153
166
  "--t-fill-color-button-delete-outline-dim-hover": {
154
167
  "type": "color",
155
- "value": "var(--t-fill-color-button-delete-outline-hover)"
168
+ "value": "var(--t-fill-color-button-delete-outline-hover)",
169
+ "darkmode-value": "hsl(9, 24%, 17%)"
156
170
  },
157
171
  "--t-fill-color-button-delete-outline-dim-active": {
158
172
  "type": "color",
159
- "value": "var(--t-fill-color-button-delete-outline-active)"
173
+ "value": "var(--t-fill-color-button-delete-outline-active)",
174
+ "darkmode-value": "hsl(9, 29%, 19%)"
160
175
  },
161
176
  "--t-fill-color-button-delete-outline-dim-disabled": {
162
177
  "type": "color",
163
- "value": "var(--t-fill-color-button-delete-outline-disabled)"
178
+ "value": "var(--t-fill-color-button-delete-outline-disabled)",
179
+ "darkmode-value": "hsl(0, 0%, 12%)"
164
180
  },
165
181
  "--t-border-color-default-base": {
166
182
  "type": "color",
@@ -1426,15 +1426,18 @@
1426
1426
  },
1427
1427
  "--t-fill-color-button-neutral-responsive-header": {
1428
1428
  "type": "color",
1429
- "value": "var(--t-fill-color-transparency-dark-010)"
1429
+ "value": "var(--t-fill-color-transparency-dark-010)",
1430
+ "darkmode-value": "hsla(0, 0%, 100%, 0.1)"
1430
1431
  },
1431
1432
  "--t-fill-color-button-neutral-responsive-header-hover": {
1432
1433
  "type": "color",
1433
- "value": "var(--t-fill-color-transparency-dark-020)"
1434
+ "value": "var(--t-fill-color-transparency-dark-020)",
1435
+ "darkmode-value": "hsla(0, 0%, 100%, 0.2)"
1434
1436
  },
1435
1437
  "--t-fill-color-button-neutral-responsive-header-active": {
1436
1438
  "type": "color",
1437
- "value": "var(--t-fill-color-transparency-dark-030)"
1439
+ "value": "var(--t-fill-color-transparency-dark-030)",
1440
+ "darkmode-value": "hsla(0, 0%, 100%, 0.3)"
1438
1441
  },
1439
1442
  "--t-fill-color-button-neutral-responsive-header-disabled": {
1440
1443
  "type": "color",
@@ -1829,11 +1832,13 @@
1829
1832
  "semantic": {
1830
1833
  "--t-form-font-color": {
1831
1834
  "type": "color",
1832
- "value": "var(--t-text-color)"
1835
+ "value": "var(--t-text-color)",
1836
+ "darkmode-value": "hsl(0, 0%, 80%)"
1833
1837
  },
1834
1838
  "--t-form-background-color": {
1835
1839
  "type": "color",
1836
- "value": "var(--t-fill-color-neutral-100)"
1840
+ "value": "var(--t-fill-color-neutral-100)",
1841
+ "darkmode-value": "hsl(0, 0%, 10%)"
1837
1842
  },
1838
1843
  "--t-form-border-width": {
1839
1844
  "type": "dimension",
@@ -1841,7 +1846,8 @@
1841
1846
  },
1842
1847
  "--t-form-border-color": {
1843
1848
  "type": "color",
1844
- "value": "var(--t-border-color)"
1849
+ "value": "var(--t-border-color)",
1850
+ "darkmode-value": "hsl(0, 0%, 21%)"
1845
1851
  },
1846
1852
  "--t-form-border-radius": {
1847
1853
  "type": "dimension",
@@ -1849,39 +1855,48 @@
1849
1855
  },
1850
1856
  "--t-form-border-color-hover": {
1851
1857
  "type": "color",
1852
- "value": "var(--t-border-color-dark)"
1858
+ "value": "var(--t-border-color-dark)",
1859
+ "darkmode-value": "hsl(0, 0%, 25%)"
1853
1860
  },
1854
1861
  "--t-form-border-color-focus": {
1855
1862
  "type": "color",
1856
- "value": "var(--t-fill-color-interaction)"
1863
+ "value": "var(--t-fill-color-interaction)",
1864
+ "darkmode-value": "hsl(204, 100%, 35%)"
1857
1865
  },
1858
1866
  "--t-form-placeholder-color": {
1859
1867
  "type": "color",
1860
- "value": "var(--t-text-color-placeholder)"
1868
+ "value": "var(--t-text-color-placeholder)",
1869
+ "darkmode-value": "hsl(0, 0%, 38%)"
1861
1870
  },
1862
1871
  "--t-form-picker-icon-color": {
1863
1872
  "type": "color",
1864
- "value": "var(--t-icon-color)"
1873
+ "value": "var(--t-icon-color)",
1874
+ "darkmode-value": "hsl(0, 0%, 80%)"
1865
1875
  },
1866
1876
  "--t-form-font-color-disabled": {
1867
1877
  "type": "color",
1868
- "value": "var(--t-text-color-disabled)"
1878
+ "value": "var(--t-text-color-disabled)",
1879
+ "darkmode-value": "hsl(0, 0%, 32%)"
1869
1880
  },
1870
1881
  "--t-form-background-color-disabled": {
1871
1882
  "type": "color",
1872
- "value": "var(--t-fill-color-neutral-070)"
1883
+ "value": "var(--t-fill-color-neutral-070)",
1884
+ "darkmode-value": "hsl(0, 0%, 17%)"
1873
1885
  },
1874
1886
  "--t-form-border-color-disabled": {
1875
1887
  "type": "color",
1876
- "value": "var(--t-border-color)"
1888
+ "value": "var(--t-border-color)",
1889
+ "darkmode-value": "hsl(0, 0%, 21%)"
1877
1890
  },
1878
1891
  "--t-form-font-color-readonly": {
1879
1892
  "type": "color",
1880
- "value": "var(--t-text-color)"
1893
+ "value": "var(--t-text-color)",
1894
+ "darkmode-value": "hsl(0, 0%, 80%)"
1881
1895
  },
1882
1896
  "--t-form-background-color-readonly": {
1883
1897
  "type": "color",
1884
- "value": "var(--t-fill-color-neutral-070)"
1898
+ "value": "var(--t-fill-color-neutral-070)",
1899
+ "darkmode-value": "hsl(0, 0%, 17%)"
1885
1900
  },
1886
1901
  "--t-form-border-color-readonly": {
1887
1902
  "type": "color",
@@ -1889,11 +1904,13 @@
1889
1904
  },
1890
1905
  "--t-form-font-color-error": {
1891
1906
  "type": "color",
1892
- "value": "var(--t-text-color-status-error)"
1907
+ "value": "var(--t-text-color-status-error)",
1908
+ "darkmode-value": "hsl(8, 61%, 61%)"
1893
1909
  },
1894
1910
  "--t-form-background-color-error": {
1895
1911
  "type": "color",
1896
- "value": "var(--t-fill-color-neutral-100)"
1912
+ "value": "var(--t-fill-color-neutral-100)",
1913
+ "darkmode-value": "hsl(0, 0%, 10%)"
1897
1914
  },
1898
1915
  "--t-form-border-color-error": {
1899
1916
  "type": "color",
@@ -1934,11 +1951,13 @@
1934
1951
  },
1935
1952
  "--t-banner-font-color": {
1936
1953
  "type": "color",
1937
- "value": "var(--t-text-color)"
1954
+ "value": "var(--t-text-color)",
1955
+ "darkmode-value": "hsl(0, 0%, 80%)"
1938
1956
  },
1939
1957
  "--t-banner-background-color": {
1940
1958
  "type": "color",
1941
- "value": "var(--t-fill-color-status-neutral-ghost)"
1959
+ "value": "var(--t-fill-color-status-neutral-ghost)",
1960
+ "darkmode-value": "hsl(0, 0%, 18%)"
1942
1961
  },
1943
1962
  "--t-banner-spacing": {
1944
1963
  "type": "number",
@@ -1950,7 +1969,8 @@
1950
1969
  },
1951
1970
  "--t-banner-title-font-color": {
1952
1971
  "type": "color",
1953
- "value": "var(--t-text-color-headline)"
1972
+ "value": "var(--t-text-color-headline)",
1973
+ "darkmode-value": "hsl(0, 0%, 94%)"
1954
1974
  },
1955
1975
  "--t-banner-title-font-size": {
1956
1976
  "type": "number",
@@ -1966,15 +1986,18 @@
1966
1986
  },
1967
1987
  "--t-banner-background-color-info": {
1968
1988
  "type": "color",
1969
- "value": "var(--t-fill-color-status-info-ghost)"
1989
+ "value": "var(--t-fill-color-status-info-ghost)",
1990
+ "darkmode-value": "hsl(204, 32%, 15%)"
1970
1991
  },
1971
1992
  "--t-banner-icon-fill-color-info": {
1972
1993
  "type": "color",
1973
- "value": "var(--t-icon-color-status-info)"
1994
+ "value": "var(--t-icon-color-status-info)",
1995
+ "darkmode-value": "hsl(204, 68%, 55%)"
1974
1996
  },
1975
1997
  "--t-banner-background-color-warning": {
1976
1998
  "type": "color",
1977
- "value": "var(--t-fill-color-status-warning-ghost)"
1999
+ "value": "var(--t-fill-color-status-warning-ghost)",
2000
+ "darkmode-value": "hsl(41, 18%, 17%)"
1978
2001
  },
1979
2002
  "--t-banner-icon-fill-color-warning": {
1980
2003
  "type": "color",
@@ -1982,15 +2005,18 @@
1982
2005
  },
1983
2006
  "--t-banner-background-color-error": {
1984
2007
  "type": "color",
1985
- "value": "var(--t-fill-color-status-error-ghost)"
2008
+ "value": "var(--t-fill-color-status-error-ghost)",
2009
+ "darkmode-value": "hsl(8, 20%, 16%)"
1986
2010
  },
1987
2011
  "--t-banner-icon-fill-color-error": {
1988
2012
  "type": "color",
1989
- "value": "var(--t-icon-color-status-error)"
2013
+ "value": "var(--t-icon-color-status-error)",
2014
+ "darkmode-value": "hsl(8, 61%, 61%)"
1990
2015
  },
1991
2016
  "--t-banner-background-color-success": {
1992
2017
  "type": "color",
1993
- "value": "var(--t-fill-color-status-success-ghost)"
2018
+ "value": "var(--t-fill-color-status-success-ghost)",
2019
+ "darkmode-value": "hsl(125, 17%, 15%)"
1994
2020
  },
1995
2021
  "--t-banner-icon-fill-color-success": {
1996
2022
  "type": "color",
@@ -1998,7 +2024,8 @@
1998
2024
  },
1999
2025
  "--t-banner-link-font-color-hover": {
2000
2026
  "type": "color",
2001
- "value": "var(--t-text-color-headline)"
2027
+ "value": "var(--t-text-color-headline)",
2028
+ "darkmode-value": "hsl(0, 0%, 94%)"
2002
2029
  }
2003
2030
  }
2004
2031
  }
@@ -13,21 +13,21 @@ public enum TapestryDarkTokens {
13
13
  public static let tTextColorDisabled = Color(red: 82/255, green: 82/255, blue: 82/255, opacity: 1)
14
14
  public static let tTextColorPlaceholder = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
15
15
  public static let tTextColorInteraction = Color(red: 62/255, green: 156/255, blue: 218/255, opacity: 1)
16
- public static let tTextColorInteractionActive = Color(red: 37/255, green: 131/255, blue: 193/255, opacity: 1)
16
+ public static let tTextColorInteractionActive = Color(red: 37/255, green: 130/255, blue: 193/255, opacity: 1)
17
17
  public static let tTextColorInteractionVisited = Color(red: 41/255, green: 145/255, blue: 214/255, opacity: 1)
18
18
  public static let tTextColorStatusNeutral = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
19
19
  public static let tTextColorStatusInfo = Color(red: 62/255, green: 156/255, blue: 218/255, opacity: 1)
20
20
  public static let tTextColorStatusSuccess = Color(red: 91/255, green: 164/255, blue: 45/255, opacity: 1)
21
21
  public static let tTextColorStatusWarning = Color(red: 237/255, green: 179/255, blue: 44/255, opacity: 1)
22
- public static let tTextColorStatusError = Color(red: 216/255, green: 112/255, blue: 96/255, opacity: 1)
22
+ public static let tTextColorStatusError = Color(red: 216/255, green: 111/255, blue: 95/255, opacity: 1)
23
23
  public static let tTextColorTagSubtleGray = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
24
24
  public static let tTextColorTagSubtleBlue = Color(red: 195/255, green: 206/255, blue: 233/255, opacity: 1)
25
- public static let tTextColorTagSubtleIndigo = Color(red: 182/255, green: 189/255, blue: 246/255, opacity: 1)
26
- public static let tTextColorTagSubtleAqua = Color(red: 187/255, green: 218/255, blue: 246/255, opacity: 1)
25
+ public static let tTextColorTagSubtleIndigo = Color(red: 182/255, green: 190/255, blue: 246/255, opacity: 1)
26
+ public static let tTextColorTagSubtleAqua = Color(red: 187/255, green: 219/255, blue: 246/255, opacity: 1)
27
27
  public static let tTextColorTagSubtleTeal = Color(red: 126/255, green: 252/255, blue: 252/255, opacity: 1)
28
- public static let tTextColorTagSubtleGreen = Color(red: 202/255, green: 252/255, blue: 176/255, opacity: 1)
29
- public static let tTextColorTagSubtleYellow = Color(red: 255/255, green: 215/255, blue: 178/255, opacity: 1)
30
- public static let tTextColorTagSubtleOrange = Color(red: 255/255, green: 201/255, blue: 178/255, opacity: 1)
28
+ public static let tTextColorTagSubtleGreen = Color(red: 203/255, green: 252/255, blue: 176/255, opacity: 1)
29
+ public static let tTextColorTagSubtleYellow = Color(red: 255/255, green: 215/255, blue: 179/255, opacity: 1)
30
+ public static let tTextColorTagSubtleOrange = Color(red: 255/255, green: 201/255, blue: 179/255, opacity: 1)
31
31
  public static let tTextColorTagSubtlePink = Color(red: 252/255, green: 202/255, blue: 229/255, opacity: 1)
32
32
  public static let tTextColorTagSubtlePurple = Color(red: 223/255, green: 203/255, blue: 246/255, opacity: 1)
33
33
  public static let tTextColorTagSubtleMagenta = Color(red: 235/255, green: 203/255, blue: 246/255, opacity: 1)
@@ -50,7 +50,7 @@ public enum TapestryDarkTokens {
50
50
  public static let tIconColorStatusNeutralSecondary = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
51
51
  public static let tIconColorStatusNeutralBold = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
52
52
  public static let tIconColorStatusInfo = Color(red: 62/255, green: 156/255, blue: 218/255, opacity: 1)
53
- public static let tIconColorStatusError = Color(red: 216/255, green: 112/255, blue: 96/255, opacity: 1)
53
+ public static let tIconColorStatusError = Color(red: 216/255, green: 111/255, blue: 95/255, opacity: 1)
54
54
  public static let tFillColorNeutral_100 = Color(red: 26/255, green: 26/255, blue: 26/255, opacity: 1)
55
55
  public static let tFillColorNeutral_000 = Color(red: 250/255, green: 250/255, blue: 250/255, opacity: 1)
56
56
  public static let tFillColorNeutral_010 = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
@@ -63,70 +63,70 @@ public enum TapestryDarkTokens {
63
63
  public static let tFillColorNeutral_070 = Color(red: 43/255, green: 43/255, blue: 43/255, opacity: 1)
64
64
  public static let tFillColorNeutral_080 = Color(red: 38/255, green: 38/255, blue: 38/255, opacity: 1)
65
65
  public static let tFillColorNeutral_090 = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
66
- public static let tFillColorInteraction = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
66
+ public static let tFillColorInteraction = Color(red: 0/255, green: 107/255, blue: 179/255, opacity: 1)
67
67
  public static let tFillColorInteractionActive = Color(red: 23/255, green: 133/255, blue: 207/255, opacity: 1)
68
68
  public static let tFillColorInteractionDisabled = Color(red: 64/255, green: 64/255, blue: 64/255, opacity: 1)
69
69
  public static let tFillColorControlNeutralOff = Color(red: 82/255, green: 82/255, blue: 82/255, opacity: 1)
70
70
  public static let tFillColorControlNeutralOn = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
71
- public static let tFillColorControl = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
71
+ public static let tFillColorControl = Color(red: 0/255, green: 107/255, blue: 179/255, opacity: 1)
72
72
  public static let tFillColorControlDisabled = Color(red: 51/255, green: 51/255, blue: 51/255, opacity: 1)
73
73
  public static let tFillColorStatusNeutral = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
74
74
  public static let tFillColorStatusNeutralGhost = Color(red: 46/255, green: 46/255, blue: 46/255, opacity: 1)
75
75
  public static let tFillColorStatusNeutralDim = Color(red: 38/255, green: 38/255, blue: 38/255, opacity: 1)
76
- public static let tFillColorStatusInfo = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
77
- public static let tFillColorStatusInfoGhost = Color(red: 27/255, green: 42/255, blue: 52/255, opacity: 1)
78
- public static let tFillColorStatusInfoDim = Color(red: 29/255, green: 38/255, blue: 45/255, opacity: 1)
76
+ public static let tFillColorStatusInfo = Color(red: 0/255, green: 107/255, blue: 179/255, opacity: 1)
77
+ public static let tFillColorStatusInfoGhost = Color(red: 26/255, green: 41/255, blue: 50/255, opacity: 1)
78
+ public static let tFillColorStatusInfoDim = Color(red: 30/255, green: 39/255, blue: 47/255, opacity: 1)
79
79
  public static let tFillColorStatusSuccessGhost = Color(red: 32/255, green: 45/255, blue: 33/255, opacity: 1)
80
- public static let tFillColorStatusSuccessDim = Color(red: 32/255, green: 41/255, blue: 32/255, opacity: 1)
81
- public static let tFillColorStatusWarningGhost = Color(red: 52/255, green: 47/255, blue: 36/255, opacity: 1)
82
- public static let tFillColorStatusWarningDim = Color(red: 44/255, green: 41/255, blue: 34/255, opacity: 1)
80
+ public static let tFillColorStatusSuccessDim = Color(red: 31/255, green: 40/255, blue: 31/255, opacity: 1)
81
+ public static let tFillColorStatusWarningGhost = Color(red: 51/255, green: 46/255, blue: 36/255, opacity: 1)
82
+ public static let tFillColorStatusWarningDim = Color(red: 43/255, green: 40/255, blue: 33/255, opacity: 1)
83
83
  public static let tFillColorStatusErrorGhost = Color(red: 49/255, green: 35/255, blue: 33/255, opacity: 1)
84
84
  public static let tFillColorStatusErrorDim = Color(red: 44/255, green: 34/255, blue: 32/255, opacity: 1)
85
- public static let tFillColorTooltip = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 0.8980392156862745)
85
+ public static let tFillColorTooltip = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 0.9)
86
86
  public static let tFillColorTagGray_010 = Color(red: 51/255, green: 51/255, blue: 51/255, opacity: 1)
87
87
  public static let tFillColorTagGray_020 = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
88
88
  public static let tFillColorTagGray_030 = Color(red: 92/255, green: 92/255, blue: 92/255, opacity: 1)
89
89
  public static let tFillColorTagGray_040 = Color(red: 107/255, green: 107/255, blue: 107/255, opacity: 1)
90
- public static let tFillColorTagBlue_010 = Color(red: 45/255, green: 56/255, blue: 76/255, opacity: 1)
91
- public static let tFillColorTagBlue_020 = Color(red: 54/255, green: 68/255, blue: 95/255, opacity: 1)
92
- public static let tFillColorTagBlue_030 = Color(red: 78/255, green: 103/255, blue: 151/255, opacity: 1)
93
- public static let tFillColorTagBlue_040 = Color(red: 89/255, green: 118/255, blue: 175/255, opacity: 1)
94
- public static let tFillColorTagAqua_010 = Color(red: 38/255, green: 60/255, blue: 71/255, opacity: 1)
95
- public static let tFillColorTagAqua_020 = Color(red: 44/255, green: 73/255, blue: 88/255, opacity: 1)
96
- public static let tFillColorTagAqua_030 = Color(red: 59/255, green: 108/255, blue: 133/255, opacity: 1)
97
- public static let tFillColorTagAqua_040 = Color(red: 67/255, green: 125/255, blue: 154/255, opacity: 1)
98
- public static let tFillColorTagTeal_010 = Color(red: 33/255, green: 66/255, blue: 60/255, opacity: 1)
99
- public static let tFillColorTagTeal_020 = Color(red: 36/255, green: 78/255, blue: 70/255, opacity: 1)
100
- public static let tFillColorTagTeal_030 = Color(red: 46/255, green: 114/255, blue: 102/255, opacity: 1)
101
- public static let tFillColorTagTeal_040 = Color(red: 50/255, green: 130/255, blue: 115/255, opacity: 1)
102
- public static let tFillColorTagGreen_010 = Color(red: 40/255, green: 65/255, blue: 35/255, opacity: 1)
103
- public static let tFillColorTagGreen_020 = Color(red: 44/255, green: 77/255, blue: 39/255, opacity: 1)
104
- public static let tFillColorTagGreen_030 = Color(red: 60/255, green: 114/255, blue: 52/255, opacity: 1)
105
- public static let tFillColorTagGreen_040 = Color(red: 68/255, green: 133/255, blue: 58/255, opacity: 1)
106
- public static let tFillColorTagYellow_010 = Color(red: 66/255, green: 56/255, blue: 29/255, opacity: 1)
107
- public static let tFillColorTagYellow_020 = Color(red: 82/255, green: 69/255, blue: 32/255, opacity: 1)
108
- public static let tFillColorTagYellow_030 = Color(red: 118/255, green: 97/255, blue: 39/255, opacity: 1)
109
- public static let tFillColorTagYellow_040 = Color(red: 141/255, green: 115/255, blue: 43/255, opacity: 1)
110
- public static let tFillColorTagOrange_010 = Color(red: 74/255, green: 49/255, blue: 36/255, opacity: 1)
90
+ public static let tFillColorTagBlue_010 = Color(red: 45/255, green: 56/255, blue: 77/255, opacity: 1)
91
+ public static let tFillColorTagBlue_020 = Color(red: 53/255, green: 67/255, blue: 95/255, opacity: 1)
92
+ public static let tFillColorTagBlue_030 = Color(red: 78/255, green: 104/255, blue: 151/255, opacity: 1)
93
+ public static let tFillColorTagBlue_040 = Color(red: 90/255, green: 118/255, blue: 175/255, opacity: 1)
94
+ public static let tFillColorTagAqua_010 = Color(red: 37/255, green: 59/255, blue: 70/255, opacity: 1)
95
+ public static let tFillColorTagAqua_020 = Color(red: 44/255, green: 74/255, blue: 88/255, opacity: 1)
96
+ public static let tFillColorTagAqua_030 = Color(red: 59/255, green: 109/255, blue: 135/255, opacity: 1)
97
+ public static let tFillColorTagAqua_040 = Color(red: 67/255, green: 124/255, blue: 152/255, opacity: 1)
98
+ public static let tFillColorTagTeal_010 = Color(red: 32/255, green: 64/255, blue: 59/255, opacity: 1)
99
+ public static let tFillColorTagTeal_020 = Color(red: 35/255, green: 77/255, blue: 69/255, opacity: 1)
100
+ public static let tFillColorTagTeal_030 = Color(red: 45/255, green: 113/255, blue: 101/255, opacity: 1)
101
+ public static let tFillColorTagTeal_040 = Color(red: 50/255, green: 129/255, blue: 114/255, opacity: 1)
102
+ public static let tFillColorTagGreen_010 = Color(red: 41/255, green: 66/255, blue: 36/255, opacity: 1)
103
+ public static let tFillColorTagGreen_020 = Color(red: 44/255, green: 78/255, blue: 39/255, opacity: 1)
104
+ public static let tFillColorTagGreen_030 = Color(red: 61/255, green: 115/255, blue: 53/255, opacity: 1)
105
+ public static let tFillColorTagGreen_040 = Color(red: 67/255, green: 131/255, blue: 58/255, opacity: 1)
106
+ public static let tFillColorTagYellow_010 = Color(red: 67/255, green: 57/255, blue: 30/255, opacity: 1)
107
+ public static let tFillColorTagYellow_020 = Color(red: 81/255, green: 68/255, blue: 31/255, opacity: 1)
108
+ public static let tFillColorTagYellow_030 = Color(red: 119/255, green: 97/255, blue: 40/255, opacity: 1)
109
+ public static let tFillColorTagYellow_040 = Color(red: 140/255, green: 115/255, blue: 43/255, opacity: 1)
110
+ public static let tFillColorTagOrange_010 = Color(red: 76/255, green: 50/255, blue: 36/255, opacity: 1)
111
111
  public static let tFillColorTagOrange_020 = Color(red: 91/255, green: 58/255, blue: 41/255, opacity: 1)
112
- public static let tFillColorTagOrange_030 = Color(red: 147/255, green: 88/255, blue: 57/255, opacity: 1)
113
- public static let tFillColorTagOrange_040 = Color(red: 169/255, green: 100/255, blue: 63/255, opacity: 1)
112
+ public static let tFillColorTagOrange_030 = Color(red: 147/255, green: 89/255, blue: 57/255, opacity: 1)
113
+ public static let tFillColorTagOrange_040 = Color(red: 168/255, green: 99/255, blue: 62/255, opacity: 1)
114
114
  public static let tFillColorTagPink_010 = Color(red: 75/255, green: 48/255, blue: 61/255, opacity: 1)
115
- public static let tFillColorTagPink_020 = Color(red: 85/255, green: 50/255, blue: 71/255, opacity: 1)
116
- public static let tFillColorTagPink_030 = Color(red: 150/255, green: 80/255, blue: 122/255, opacity: 1)
117
- public static let tFillColorTagPink_040 = Color(red: 172/255, green: 90/255, blue: 139/255, opacity: 1)
115
+ public static let tFillColorTagPink_020 = Color(red: 84/255, green: 49/255, blue: 70/255, opacity: 1)
116
+ public static let tFillColorTagPink_030 = Color(red: 149/255, green: 80/255, blue: 122/255, opacity: 1)
117
+ public static let tFillColorTagPink_040 = Color(red: 171/255, green: 89/255, blue: 138/255, opacity: 1)
118
118
  public static let tFillColorTagPurple_010 = Color(red: 60/255, green: 47/255, blue: 70/255, opacity: 1)
119
119
  public static let tFillColorTagPurple_020 = Color(red: 73/255, green: 56/255, blue: 86/255, opacity: 1)
120
- public static let tFillColorTagPurple_030 = Color(red: 122/255, green: 89/255, blue: 148/255, opacity: 1)
121
- public static let tFillColorTagPurple_040 = Color(red: 138/255, green: 100/255, blue: 168/255, opacity: 1)
122
- public static let tFillColorTagMagenta_010 = Color(red: 62/255, green: 43/255, blue: 65/255, opacity: 1)
123
- public static let tFillColorTagMagenta_020 = Color(red: 76/255, green: 51/255, blue: 80/255, opacity: 1)
120
+ public static let tFillColorTagPurple_030 = Color(red: 121/255, green: 88/255, blue: 147/255, opacity: 1)
121
+ public static let tFillColorTagPurple_040 = Color(red: 140/255, green: 102/255, blue: 169/255, opacity: 1)
122
+ public static let tFillColorTagMagenta_010 = Color(red: 61/255, green: 43/255, blue: 64/255, opacity: 1)
123
+ public static let tFillColorTagMagenta_020 = Color(red: 77/255, green: 52/255, blue: 81/255, opacity: 1)
124
124
  public static let tFillColorTagMagenta_030 = Color(red: 128/255, green: 79/255, blue: 135/255, opacity: 1)
125
- public static let tFillColorTagMagenta_040 = Color(red: 145/255, green: 89/255, blue: 154/255, opacity: 1)
126
- public static let tFillColorTagIndigo_010 = Color(red: 48/255, green: 50/255, blue: 73/255, opacity: 1)
127
- public static let tFillColorTagIndigo_020 = Color(red: 58/255, green: 60/255, blue: 91/255, opacity: 1)
128
- public static let tFillColorTagIndigo_030 = Color(red: 94/255, green: 98/255, blue: 159/255, opacity: 1)
129
- public static let tFillColorTagIndigo_040 = Color(red: 106/255, green: 111/255, blue: 181/255, opacity: 1)
125
+ public static let tFillColorTagMagenta_040 = Color(red: 147/255, green: 89/255, blue: 155/255, opacity: 1)
126
+ public static let tFillColorTagIndigo_010 = Color(red: 48/255, green: 50/255, blue: 74/255, opacity: 1)
127
+ public static let tFillColorTagIndigo_020 = Color(red: 58/255, green: 60/255, blue: 90/255, opacity: 1)
128
+ public static let tFillColorTagIndigo_030 = Color(red: 94/255, green: 99/255, blue: 161/255, opacity: 1)
129
+ public static let tFillColorTagIndigo_040 = Color(red: 105/255, green: 110/255, blue: 181/255, opacity: 1)
130
130
  public static let tFillColorButtonNeutralSolid = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
131
131
  public static let tFillColorButtonNeutralSolidActive = Color(red: 82/255, green: 82/255, blue: 82/255, opacity: 1)
132
132
  public static let tFillColorButtonNeutralSolidDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
@@ -136,46 +136,46 @@ public enum TapestryDarkTokens {
136
136
  public static let tFillColorButtonNeutralGhost = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
137
137
  public static let tFillColorButtonNeutralGhostActive = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
138
138
  public static let tFillColorButtonNeutralGhostDisabled = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
139
- public static let tFillColorButtonNeutralResponsiveHeaderDisabled = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.050980392156862744)
140
- public static let tFillColorButtonInteractionSolid = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
139
+ public static let tFillColorButtonNeutralResponsiveHeaderDisabled = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.05)
140
+ public static let tFillColorButtonInteractionSolid = Color(red: 0/255, green: 107/255, blue: 179/255, opacity: 1)
141
141
  public static let tFillColorButtonInteractionSolidActive = Color(red: 23/255, green: 133/255, blue: 207/255, opacity: 1)
142
142
  public static let tFillColorButtonInteractionSolidDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
143
- public static let tFillColorButtonInteractionOutline = Color(red: 27/255, green: 42/255, blue: 52/255, opacity: 1)
144
- public static let tFillColorButtonInteractionOutlineActive = Color(red: 25/255, green: 49/255, blue: 66/255, opacity: 1)
143
+ public static let tFillColorButtonInteractionOutline = Color(red: 26/255, green: 41/255, blue: 50/255, opacity: 1)
144
+ public static let tFillColorButtonInteractionOutlineActive = Color(red: 25/255, green: 49/255, blue: 67/255, opacity: 1)
145
145
  public static let tFillColorButtonInteractionOutlineDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
146
146
  public static let tFillColorButtonInteractionGhost = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
147
- public static let tFillColorButtonInteractionGhostActive = Color(red: 26/255, green: 46/255, blue: 59/255, opacity: 1)
147
+ public static let tFillColorButtonInteractionGhostActive = Color(red: 26/255, green: 47/255, blue: 60/255, opacity: 1)
148
148
  public static let tFillColorButtonInteractionGhostDisabled = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
149
- public static let tFillColorButtonDeleteSolid = Color(red: 163/255, green: 58/255, blue: 41/255, opacity: 1)
150
- public static let tFillColorButtonDeleteSolidActive = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
149
+ public static let tFillColorButtonDeleteSolid = Color(red: 163/255, green: 57/255, blue: 41/255, opacity: 1)
150
+ public static let tFillColorButtonDeleteSolidActive = Color(red: 192/255, green: 67/255, blue: 48/255, opacity: 1)
151
151
  public static let tFillColorButtonDeleteSolidDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
152
152
  public static let tFillColorButtonDeleteOutline = Color(red: 49/255, green: 35/255, blue: 33/255, opacity: 1)
153
- public static let tFillColorButtonDeleteOutlineActive = Color(red: 62/255, green: 38/255, blue: 34/255, opacity: 1)
153
+ public static let tFillColorButtonDeleteOutlineActive = Color(red: 63/255, green: 39/255, blue: 34/255, opacity: 1)
154
154
  public static let tFillColorButtonDeleteOutlineDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
155
155
  public static let tFillColorButtonDeleteGhost = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
156
- public static let tFillColorButtonDeleteGhostActive = Color(red: 55/255, green: 37/255, blue: 34/255, opacity: 1)
156
+ public static let tFillColorButtonDeleteGhostActive = Color(red: 54/255, green: 36/255, blue: 33/255, opacity: 1)
157
157
  public static let tFillColorButtonDeleteGhostDisabled = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
158
158
  public static let tFillColorButtonPill = Color(red: 46/255, green: 46/255, blue: 46/255, opacity: 1)
159
159
  public static let tFillColorButtonPillActive = Color(red: 54/255, green: 54/255, blue: 54/255, opacity: 1)
160
160
  public static let tFillColorButtonPillDisabled = Color(red: 46/255, green: 46/255, blue: 46/255, opacity: 1)
161
- public static let tFillColorTransparencyLight_010 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.10196078431372549)
161
+ public static let tFillColorTransparencyLight_010 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.1)
162
162
  public static let tFillColorTransparencyLight_020 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.2)
163
- public static let tFillColorTransparencyLight_030 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.30196078431372547)
163
+ public static let tFillColorTransparencyLight_030 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.3)
164
164
  public static let tFillColorTransparencyLight_040 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.4)
165
- public static let tFillColorTransparencyLight_050 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.5019607843137255)
165
+ public static let tFillColorTransparencyLight_050 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.5)
166
166
  public static let tFillColorTransparencyLight_060 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6)
167
- public static let tFillColorTransparencyLight_070 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6980392156862745)
167
+ public static let tFillColorTransparencyLight_070 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.7)
168
168
  public static let tFillColorTransparencyLight_080 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8)
169
- public static let tFillColorTransparencyLight_090 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8980392156862745)
170
- public static let tFillColorTransparencyDark_010 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.10196078431372549)
169
+ public static let tFillColorTransparencyLight_090 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.9)
170
+ public static let tFillColorTransparencyDark_010 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.1)
171
171
  public static let tFillColorTransparencyDark_020 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.2)
172
- public static let tFillColorTransparencyDark_030 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.30196078431372547)
172
+ public static let tFillColorTransparencyDark_030 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.3)
173
173
  public static let tFillColorTransparencyDark_040 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.4)
174
- public static let tFillColorTransparencyDark_050 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.5019607843137255)
174
+ public static let tFillColorTransparencyDark_050 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.5)
175
175
  public static let tFillColorTransparencyDark_060 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.6)
176
- public static let tFillColorTransparencyDark_070 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.6980392156862745)
176
+ public static let tFillColorTransparencyDark_070 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.7)
177
177
  public static let tFillColorTransparencyDark_080 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.8)
178
- public static let tFillColorTransparencyDark_090 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.8980392156862745)
178
+ public static let tFillColorTransparencyDark_090 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.9)
179
179
  public static let tSurfaceColorCard = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
180
180
  public static let tSurfaceColorCanvas = Color(red: 26/255, green: 26/255, blue: 26/255, opacity: 1)
181
181
  public static let tBorderColor = Color(red: 54/255, green: 54/255, blue: 54/255, opacity: 1)
@@ -186,13 +186,13 @@ public enum TapestryDarkTokens {
186
186
  public static let tBorderColorDim = Color(red: 41/255, green: 41/255, blue: 41/255, opacity: 1)
187
187
  public static let tBorderColorWhite = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
188
188
  public static let tBorderColorStatusNeutral = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
189
- public static let tBorderColorStatusInfo = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
189
+ public static let tBorderColorStatusInfo = Color(red: 0/255, green: 107/255, blue: 179/255, opacity: 1)
190
190
  public static let tBorderColorButtonNeutral = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
191
- public static let tBorderColorButtonInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 0.25098039215686274)
192
- public static let tBorderColorButtonCreate = Color(red: 75/255, green: 132/255, blue: 36/255, opacity: 0.25098039215686274)
193
- public static let tBorderColorButtonDelete = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 0.25098039215686274)
191
+ public static let tBorderColorButtonInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 0.25)
192
+ public static let tBorderColorButtonCreate = Color(red: 75/255, green: 132/255, blue: 36/255, opacity: 0.25)
193
+ public static let tBorderColorButtonDelete = Color(red: 192/255, green: 67/255, blue: 48/255, opacity: 0.25)
194
194
  public static let tBorderColorControlNeutral = Color(red: 84/255, green: 84/255, blue: 84/255, opacity: 1)
195
- public static let tBorderColorControlInfo = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
195
+ public static let tBorderColorControlInfo = Color(red: 0/255, green: 107/255, blue: 179/255, opacity: 1)
196
196
  public static let tBorderColorControlDisabled = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
197
197
  public static let tShadowOverflowColor = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6)
198
198
  }
@@ -99,9 +99,9 @@ export const reactNativeTokens = {
99
99
  "--t-icon-color-status-neutral": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%, 54%)" },
100
100
  "--t-icon-color-status-neutral-secondary": { light: "hsl(0, 0%, 58%)", dark: "hsl(0, 0%, 38%)" },
101
101
  "--t-icon-color-status-neutral-bold": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
102
- "--t-icon-color-status-neutral-dark": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 24%)" },
102
+ "--t-icon-color-status-neutral-dark": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
103
103
  "--t-icon-color-status-info": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 68%, 55%)" },
104
- "--t-icon-color-status-info-secondary": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 40%)" },
104
+ "--t-icon-color-status-info-secondary": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 68%, 55%)" },
105
105
  "--t-icon-color-status-success": { light: "hsl(96, 57%, 33%)", dark: "hsl(96, 57%, 33%)" },
106
106
  "--t-icon-color-status-success-secondary": { light: "hsl(97, 57%, 40%)", dark: "hsl(97, 57%, 40%)" },
107
107
  "--t-icon-color-status-warning": { light: "hsl(42, 84%, 49%)", dark: "hsl(42, 84%, 49%)" },
@@ -131,11 +131,11 @@ export const reactNativeTokens = {
131
131
  "--t-fill-color-status-neutral": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%, 24%)" },
132
132
  "--t-fill-color-status-neutral-ghost": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 18%)" },
133
133
  "--t-fill-color-status-neutral-dim": { light: "hsl(0, 0%, 97%)", dark: "hsl(0, 0%, 15%)" },
134
- "--t-fill-color-status-neutral-solid": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%, 42%)" },
134
+ "--t-fill-color-status-neutral-solid": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%, 24%)" },
135
135
  "--t-fill-color-status-info": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
136
136
  "--t-fill-color-status-info-ghost": { light: "hsl(203, 94%, 94%)", dark: "hsl(204, 32%, 15%)" },
137
137
  "--t-fill-color-status-info-dim": { light: "hsl(204, 100%, 97%)", dark: "hsl(206, 22%, 15%)" },
138
- "--t-fill-color-status-info-solid": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 40%)" },
138
+ "--t-fill-color-status-info-solid": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
139
139
  "--t-fill-color-status-success": { light: "hsl(96, 57%, 33%)", dark: "hsl(96, 57%, 33%)" },
140
140
  "--t-fill-color-status-success-ghost": { light: "hsl(97, 57%, 90%)", dark: "hsl(125, 17%, 15%)" },
141
141
  "--t-fill-color-status-success-dim": { light: "hsl(96, 60%, 95%)", dark: "hsl(120, 12%, 14%)" },
@@ -334,14 +334,14 @@ export const reactNativeTokens = {
334
334
  "--t-fill-color-button-neutral-ghost-active": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 19%)" },
335
335
  "--t-fill-color-button-neutral-ghost-disabled": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
336
336
  "--t-fill-color-button-neutral-ghost-disabled-solid": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 100%)" },
337
- "--t-fill-color-button-neutral-responsive-header": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%, 0%, 0.1)" },
338
- "--t-fill-color-button-neutral-responsive-header-hover": { light: "hsla(0, 0%, 0%, 0.2)", dark: "hsla(0, 0%, 0%, 0.2)" },
339
- "--t-fill-color-button-neutral-responsive-header-active": { light: "hsla(0, 0%, 0%, 0.3)", dark: "hsla(0, 0%, 0%, 0.3)" },
337
+ "--t-fill-color-button-neutral-responsive-header": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%, 100%, 0.1)" },
338
+ "--t-fill-color-button-neutral-responsive-header-hover": { light: "hsla(0, 0%, 0%, 0.2)", dark: "hsla(0, 0%, 100%, 0.2)" },
339
+ "--t-fill-color-button-neutral-responsive-header-active": { light: "hsla(0, 0%, 0%, 0.3)", dark: "hsla(0, 0%, 100%, 0.3)" },
340
340
  "--t-fill-color-button-neutral-responsive-header-disabled": { light: "hsla(0, 0%, 0%, 0.05)", dark: "hsla(0, 0%, 100%, 0.05)" },
341
- "--t-fill-color-button-neutral-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 100%, 0)" },
342
- "--t-fill-color-button-neutral-outline-dim-hover": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 95%)" },
343
- "--t-fill-color-button-neutral-outline-dim-active": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 93%)" },
344
- "--t-fill-color-button-neutral-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 98%)" },
341
+ "--t-fill-color-button-neutral-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(0, 0%, 15%)" },
342
+ "--t-fill-color-button-neutral-outline-dim-hover": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 17%)" },
343
+ "--t-fill-color-button-neutral-outline-dim-active": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 19%)" },
344
+ "--t-fill-color-button-neutral-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 12%)" },
345
345
  "--t-fill-color-button-neutral-outline-dim-disabled-solid": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 100%)" },
346
346
  "--t-fill-color-button-interaction-solid": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
347
347
  "--t-fill-color-button-interaction-solid-hover": { light: "hsl(204, 100%, 35%)", dark: "hsl(204, 100%, 40%)" },
@@ -355,10 +355,10 @@ export const reactNativeTokens = {
355
355
  "--t-fill-color-button-interaction-ghost-hover": { light: "hsl(204, 100%, 97%)", dark: "hsl(204, 32%, 15%)" },
356
356
  "--t-fill-color-button-interaction-ghost-active": { light: "hsl(203, 94%, 94%)", dark: "hsl(204, 39%, 17%)" },
357
357
  "--t-fill-color-button-interaction-ghost-disabled": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
358
- "--t-fill-color-button-interaction-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 100%, 0)" },
359
- "--t-fill-color-button-interaction-outline-dim-hover": { light: "hsl(204, 100%, 97%)", dark: "hsl(204, 100%, 97%)" },
360
- "--t-fill-color-button-interaction-outline-dim-active": { light: "hsl(203, 94%, 94%)", dark: "hsl(203, 94%, 94%)" },
361
- "--t-fill-color-button-interaction-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 98%)" },
358
+ "--t-fill-color-button-interaction-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(204, 32%, 15%)" },
359
+ "--t-fill-color-button-interaction-outline-dim-hover": { light: "hsl(204, 100%, 97%)", dark: "hsl(204, 39%, 17%)" },
360
+ "--t-fill-color-button-interaction-outline-dim-active": { light: "hsl(203, 94%, 94%)", dark: "hsl(205, 45%, 18%)" },
361
+ "--t-fill-color-button-interaction-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 12%)" },
362
362
  "--t-fill-color-button-create-solid-default": { light: "hsl(96, 57%, 33%)", dark: "hsl(0, 0%, 25%)" },
363
363
  "--t-fill-color-button-create-solid-hover": { light: "hsl(97, 57%, 28%)", dark: "hsl(0, 0%, 25%)" },
364
364
  "--t-fill-color-button-create-solid-active": { light: "hsl(97, 57%, 23%)", dark: "hsl(0, 0%, 25%)" },
@@ -379,10 +379,10 @@ export const reactNativeTokens = {
379
379
  "--t-fill-color-button-delete-ghost-hover": { light: "hsl(7, 60%, 97%)", dark: "hsl(8, 20%, 16%)" },
380
380
  "--t-fill-color-button-delete-ghost-active": { light: "hsl(9, 59%, 93%)", dark: "hsl(9, 24%, 17%)" },
381
381
  "--t-fill-color-button-delete-ghost-disabled": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
382
- "--t-fill-color-button-delete-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 100%, 0)" },
383
- "--t-fill-color-button-delete-outline-dim-hover": { light: "hsl(7, 60%, 97%)", dark: "hsl(7, 60%, 97%)" },
384
- "--t-fill-color-button-delete-outline-dim-active": { light: "hsl(9, 59%, 93%)", dark: "hsl(9, 59%, 93%)" },
385
- "--t-fill-color-button-delete-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 98%)" },
382
+ "--t-fill-color-button-delete-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(8, 20%, 16%)" },
383
+ "--t-fill-color-button-delete-outline-dim-hover": { light: "hsl(7, 60%, 97%)", dark: "hsl(9, 24%, 17%)" },
384
+ "--t-fill-color-button-delete-outline-dim-active": { light: "hsl(9, 59%, 93%)", dark: "hsl(9, 29%, 19%)" },
385
+ "--t-fill-color-button-delete-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 12%)" },
386
386
  "--t-fill-color-button-pill": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 18%)" },
387
387
  "--t-fill-color-button-pill-hover": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
388
388
  "--t-fill-color-button-pill-active": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
@@ -439,24 +439,24 @@ export const reactNativeTokens = {
439
439
  "--t-border-color-control-error": { light: "hsl(8, 60%, 47%)", dark: "hsl(8, 60%, 47%)" },
440
440
  "--t-border-color-control-disabled": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 24%)" },
441
441
  "--t-shadow-overflow-color": { light: "hsla(0, 0%, 0%, 0.07)", dark: "hsla(0, 0%, 0%, 0.6)" },
442
- "--t-form-background-color": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%, 100%)" },
443
- "--t-form-background-color-disabled": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 95%)" },
444
- "--t-form-background-color-error": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%, 100%)" },
445
- "--t-form-background-color-readonly": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 95%)" },
446
- "--t-form-border-color": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 88%)" },
447
- "--t-form-border-color-disabled": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 88%)" },
442
+ "--t-form-background-color": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%, 10%)" },
443
+ "--t-form-background-color-disabled": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 17%)" },
444
+ "--t-form-background-color-error": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%, 10%)" },
445
+ "--t-form-background-color-readonly": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 17%)" },
446
+ "--t-form-border-color": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
447
+ "--t-form-border-color-disabled": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
448
448
  "--t-form-border-color-error": { light: "hsl(8, 60%, 47%)", dark: "hsl(8, 60%, 47%)" },
449
- "--t-form-border-color-focus": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 40%)" },
450
- "--t-form-border-color-hover": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 81%)" },
449
+ "--t-form-border-color-focus": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
450
+ "--t-form-border-color-hover": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 25%)" },
451
451
  "--t-form-border-color-readonly": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 100%, 0)" },
452
452
  "--t-form-border-radius": 4,
453
453
  "--t-form-border-width": 1,
454
- "--t-form-font-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 24%)" },
455
- "--t-form-font-color-disabled": { light: "hsl(0, 0%, 68%)", dark: "hsl(0, 0%, 68%)" },
456
- "--t-form-font-color-error": { light: "hsl(8, 60%, 45%)", dark: "hsl(8, 60%, 45%)" },
457
- "--t-form-font-color-readonly": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 24%)" },
458
- "--t-form-picker-icon-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 24%)" },
459
- "--t-form-placeholder-color": { light: "hsl(0, 0%, 58%)", dark: "hsl(0, 0%, 58%)" },
454
+ "--t-form-font-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
455
+ "--t-form-font-color-disabled": { light: "hsl(0, 0%, 68%)", dark: "hsl(0, 0%, 32%)" },
456
+ "--t-form-font-color-error": { light: "hsl(8, 60%, 45%)", dark: "hsl(8, 61%, 61%)" },
457
+ "--t-form-font-color-readonly": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
458
+ "--t-form-picker-icon-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
459
+ "--t-form-placeholder-color": { light: "hsl(0, 0%, 58%)", dark: "hsl(0, 0%, 38%)" },
460
460
  "--t-border-color-default-base": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
461
461
  "--t-border-color-default-dark": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 25%)" },
462
462
  "--t-border-color-default-darker": { light: "hsl(0, 0%, 68%)", dark: "hsl(0, 0%, 33%)" },
@@ -474,7 +474,7 @@ export const reactNativeTokens = {
474
474
  "--t-fill-color-button-interaction-solid-default": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
475
475
  "--t-fill-color-button-neutral-ghost-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
476
476
  "--t-fill-color-button-neutral-outline-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(0, 0%, 15%)" },
477
- "--t-fill-color-button-neutral-responsive-header-default": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%, 0%, 0.1)" },
477
+ "--t-fill-color-button-neutral-responsive-header-default": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%, 100%, 0.1)" },
478
478
  "--t-fill-color-button-neutral-solid-default": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 19%)" },
479
479
  "--t-fill-color-button-pill-default": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 18%)" },
480
480
  "--t-fill-color-control-primary": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-tokens",
3
- "version": "2.8.0-rc.10",
3
+ "version": "2.8.0-rc.12",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,5 +50,5 @@
50
50
  "typescript": "^5.5.3",
51
51
  "vitest": "^3.0.0"
52
52
  },
53
- "gitHead": "c9c65ff2b6027e6d3df85f166a6cc0c2abc084b7"
53
+ "gitHead": "08a3bb2b8797cf2174e15fffcef80b0439b4bc17"
54
54
  }