@dialpad/dialtone-tokens 1.6.4 → 1.7.0

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.
package/dist/tokens.json CHANGED
@@ -1,64 +1,119 @@
1
1
  {
2
- "dtTokenSetOrder0": "base",
3
- "dtTokenSetOrder1": "semantic",
4
- "dtTokenSetOrder2": "components/foo",
5
- "dtTokenSetOrder3": "components/bar",
6
- "dtButtonColorBackgroundDefault": "transparent",
7
- "dtButtonColorBackgroundPrimary": "#7C52FF",
8
- "dtButtonColorBackgroundDanger": "#EC0E0E",
9
- "dtButtonColorTextDefault": "#7C52FF",
10
- "dtButtonColorTextPrimary": "#fff",
11
- "dtButtonColorTextDanger": "#fff",
12
- "dtButtonBorderRadiusExtraSmall": "0.7rem",
13
- "dtButtonBorderRadiusSmall": "0.75rem",
14
- "dtButtonBorderRadiusMedium": "0.8rem",
15
- "dtButtonBorderRadiusLarge": "0.9rem",
16
- "dtButtonBorderRadiusExtraLarge": "1rem",
17
- "dtButtonSpaceGap": "16px",
18
- "dtButtonPaddingHorizontalExtraSmall": "15px",
19
- "dtButtonPaddingHorizontalSmall": "15px",
20
- "dtButtonPaddingHorizontalMedium": "15px",
21
- "dtButtonPaddingHorizontalLarge": "63px",
22
- "dtButtonPaddingHorizontalExtraLarge": "15px",
23
- "dtButtonPaddingVerticalExtraSmall": "13px",
24
- "dtButtonPaddingVerticalSmall": "13px",
25
- "dtButtonPaddingVerticalMedium": "15px",
26
- "dtButtonPaddingVerticalLarge": "31px",
27
- "dtButtonPaddingVerticalExtraLarge": "31px",
28
- "dtButtonFontSizeExtraSmall": "1.2rem",
29
- "dtButtonFontSizeSmall": "1.2rem",
30
- "dtButtonFontSizeMedium": "1.5rem",
31
- "dtButtonFontSizeLarge": "1.9rem",
32
- "dtButtonFontSizeExtraLarge": "2.7rem",
33
- "dtButtonLineHeightSizeExtraSmall": "120%",
34
- "dtButtonLineHeightSizeSmall": "140%",
35
- "dtButtonLineHeightSizeMedium": "140%",
36
- "dtButtonLineHeightSizeLarge": "160%",
37
- "dtButtonLineHeightSizeExtraLarge": "160%",
38
- "dtColorTextPrimary": "#000000",
39
- "dtColorTextSecondary": "#3A3A3A",
40
- "dtColorTextTertiary": "#555555",
41
- "dtColorTextMuted": "#22222280",
42
- "dtColorTextPlaceholder": "#808080",
43
- "dtColorTextDisabled": "#808080",
44
- "dtColorTextCritical": "#EC0E0E",
45
- "dtColorTextSuccess": "#1AA340",
46
- "dtColorTextWarning": "#815008",
47
- "dtColorTextInvertedPrimary": "#fff",
48
- "dtColorTextInvertedSecondary": "#E9E9E9",
49
- "dtColorTextLinkPrimary": "#7C52FF",
50
- "dtColorSurfacePrimary": "#fff",
2
+ "dtColorForegroundPrimary": "#000000",
3
+ "dtColorForegroundSecondary": "#3A3A3A",
4
+ "dtColorForegroundTertiary": "#555555",
5
+ "dtColorForegroundMuted": "#22222280",
6
+ "dtColorForegroundPlaceholder": "#808080",
7
+ "dtColorForegroundDisabled": "#808080",
8
+ "dtColorForegroundCritical": "#EC0E0E",
9
+ "dtColorForegroundCriticalStrong": "#B70B0B",
10
+ "dtColorForegroundSuccess": "#1AA340",
11
+ "dtColorForegroundSuccessStrong": "#124620",
12
+ "dtColorForegroundWarning": "#815008",
13
+ "dtColorForegroundPrimaryInverted": "#ffffff",
14
+ "dtColorForegroundSecondaryInverted": "#E9E9E9",
15
+ "dtColorForegroundTertiaryInverted": "#D2D2D2",
16
+ "dtColorForegroundMutedInverted": "#e9e9e999",
17
+ "dtColorForegroundPlaceholderInverted": "#808080",
18
+ "dtColorForegroundDisabledInverted": "#808080",
19
+ "dtColorForegroundCriticalInverted": "#FF8585",
20
+ "dtColorForegroundCriticalStrongInverted": "#ffa4a4",
21
+ "dtColorForegroundSuccessInverted": "#B0FFA3",
22
+ "dtColorForegroundSuccessStrongInverted": "#d3ffcd",
23
+ "dtColorForegroundWarningInverted": "#FFF4CC",
24
+ "dtColorLinkPrimary": "#7C52FF",
25
+ "dtColorLinkCritical": "#EC0E0E",
26
+ "dtColorLinkSuccess": "#1AA340",
27
+ "dtColorLinkWarning": "#815008",
28
+ "dtColorLinkMuted": "#22222280",
29
+ "dtColorLinkDisabled": "#808080",
30
+ "dtColorLinkPrimaryInverted": "#AB7EFF",
31
+ "dtColorLinkCriticalInverted": "#FF8585",
32
+ "dtColorLinkSuccessInverted": "#B0FFA3",
33
+ "dtColorLinkWarningInverted": "#FFF4CC",
34
+ "dtColorLinkMutedInverted": "#e9e9e999",
35
+ "dtColorLinkDisabledInverted": "#808080",
36
+ "dtColorLinkPrimaryHover": "#3A1D95",
37
+ "dtColorLinkCriticalHover": "#B70B0B",
38
+ "dtColorLinkSuccessHover": "#124620",
39
+ "dtColorLinkWarningHover": "#555555",
40
+ "dtColorLinkMutedHover": "#000000",
41
+ "dtColorLinkDisabledHover": "#808080",
42
+ "dtColorLinkPrimaryInvertedHover": "#DAC7FF",
43
+ "dtColorLinkCriticalInvertedHover": "#ffa4a4",
44
+ "dtColorLinkSuccessInvertedHover": "#d3ffcd",
45
+ "dtColorLinkWarningInvertedHover": "#F9F9F9",
46
+ "dtColorLinkMutedInvertedHover": "#F9F9F9",
47
+ "dtColorLinkDisabledInvertedHover": "#808080",
48
+ "dtColorSurfaceSecondaryOpaque": "#00000005",
49
+ "dtColorSurfaceModerateOpaque": "#00000017",
50
+ "dtColorSurfaceBoldOpaque": "#0000002e",
51
+ "dtColorSurfaceStrongOpaque": "#000000ab",
52
+ "dtColorSurfaceContrastOpaque": "#000000de",
53
+ "dtColorSurfaceCriticalOpaque": "#ec0e0e1c",
54
+ "dtColorSurfaceCriticalSubtleOpaque": "#ec0e0e0d",
55
+ "dtColorSurfaceWarningOpaque": "#ffdb8061",
56
+ "dtColorSurfaceWarningSubtleOpaque": "#ffdb802e",
57
+ "dtColorSurfaceSuccessOpaque": "#1aa34114",
58
+ "dtColorSurfaceSuccessSubtleOpaque": "#1aa34108",
59
+ "dtColorSurfaceInfoOpaque": "#1769c617",
60
+ "dtColorSurfaceInfoSubtleOpaque": "#1769c60a",
61
+ "dtColorSurfacePrimary": "#ffffff",
51
62
  "dtColorSurfaceSecondary": "#F9F9F9",
52
63
  "dtColorSurfaceModerate": "#E9E9E9",
53
64
  "dtColorSurfaceBold": "#D2D2D2",
54
65
  "dtColorSurfaceStrong": "#555555",
55
66
  "dtColorSurfaceContrast": "#222222",
56
67
  "dtColorSurfaceCritical": "#FFE5E6",
68
+ "dtColorSurfaceCriticalSubtle": "#fff2f3",
69
+ "dtColorSurfaceCriticalStrong": "#B70B0B",
57
70
  "dtColorSurfaceWarning": "#FFF4CC",
71
+ "dtColorSurfaceWarningSubtle": "#fffae5",
72
+ "dtColorSurfaceWarningStrong": "#FFDB80",
58
73
  "dtColorSurfaceSuccess": "#EDF9EB",
74
+ "dtColorSurfaceSuccessSubtle": "#f8fdf7",
75
+ "dtColorSurfaceSuccessStrong": "#1AA340",
59
76
  "dtColorSurfaceInfo": "#EAF2FA",
60
- "dtColorNeutralWhite": "#fff",
77
+ "dtColorSurfaceInfoSubtle": "#f5f9fd",
78
+ "dtColorSurfaceInfoStrong": "#1768C6",
79
+ "dtColorBorderSubtle": "#0000001a",
80
+ "dtColorBorderDefault": "#0000002e",
81
+ "dtColorBorderModerate": "#00000057",
82
+ "dtColorBorderBold": "#00000080",
83
+ "dtColorBorderSubtleInverted": "#ffffff24",
84
+ "dtColorBorderDefaultInverted": "#ffffff38",
85
+ "dtColorBorderModerateInverted": "#ffffff61",
86
+ "dtColorBorderBoldInverted": "#ffffff80",
87
+ "dtColorBorderFocus": "#51A0FE",
88
+ "dtColorBorderCritical": "#EC0E0E",
89
+ "dtColorBorderSuccess": "#1AA340",
90
+ "dtColorBorderWarning": "#D28F2B",
91
+ "dtColorBorderBrand": "#7C52FF",
92
+ "dtColorBorderAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
93
+ "dtColorBorderAccent": "#F9008E",
94
+ "dtColorBorderCriticalSubtle": "#FF8585",
95
+ "dtColorBorderCriticalStrong": "#B70B0B",
96
+ "dtColorBorderSuccessSubtle": "#B0FFA3",
97
+ "dtColorBorderSuccessStrong": "#124620",
98
+ "dtColorBorderWarningSubtle": "#FFDB80",
99
+ "dtColorBorderWarningStrong": "#674006",
100
+ "dtColorBorderBrandSubtle": "#DAC7FF",
101
+ "dtColorBorderBrandStrong": "#3A1D95",
102
+ "dtColorBorderCriticalInverted": "#FF8585",
103
+ "dtColorBorderSuccessInverted": "#B0FFA3",
104
+ "dtColorBorderWarningInverted": "#FFDB80",
105
+ "dtColorBorderBrandInverted": "#7C52FF",
106
+ "dtColorBorderCriticalSubtleInverted": "#B70B0B",
107
+ "dtColorBorderCriticalStrongInverted": "#FFE5E6",
108
+ "dtColorBorderSuccessSubtleInverted": "#1AA340",
109
+ "dtColorBorderSuccessStrongInverted": "#EDF9EB",
110
+ "dtColorBorderWarningSubtleInverted": "#D28F2B",
111
+ "dtColorBorderWarningStrongInverted": "#FFF4CC",
112
+ "dtColorBorderBrandSubtleInverted": "#3A1D95",
113
+ "dtColorBorderBrandStrongInverted": "#DAC7FF",
114
+ "dtColorNeutralWhite": "#ffffff",
61
115
  "dtColorNeutralBlack": "#000000",
116
+ "dtColorNeutralTransparent": "transparent",
62
117
  "dtColorBlack100": "#F9F9F9",
63
118
  "dtColorBlack200": "#E9E9E9",
64
119
  "dtColorBlack300": "#D2D2D2",
@@ -105,22 +160,28 @@
105
160
  "dtColorTan400": "#3F3D3C",
106
161
  "dtColorTan500": "#121212",
107
162
  "dtColorGradientMagentaPurple": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
163
+ "dtColorBrandPurple": "#7C52FF",
164
+ "dtColorBrandMagenta": "#F9008E",
108
165
  "dtTypographyBodySmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
109
166
  "dtTypographyBodySmallFontWeight": 400,
110
167
  "dtTypographyBodySmallLineHeight": "140%",
111
168
  "dtTypographyBodySmallFontSize": "1.2rem",
169
+ "dtTypographyBodySmallTextCase": "none",
112
170
  "dtTypographyBodyBaseFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
113
171
  "dtTypographyBodyBaseFontWeight": 400,
114
172
  "dtTypographyBodyBaseLineHeight": "160%",
115
173
  "dtTypographyBodyBaseFontSize": "1.5rem",
174
+ "dtTypographyBodyBaseTextCase": "none",
116
175
  "dtTypographyBodyCompactSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
117
176
  "dtTypographyBodyCompactSmallFontWeight": 400,
118
177
  "dtTypographyBodyCompactSmallLineHeight": "120%",
119
178
  "dtTypographyBodyCompactSmallFontSize": "1.2rem",
179
+ "dtTypographyBodyCompactSmallTextCase": "none",
120
180
  "dtTypographyBodyCompactBaseFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
121
181
  "dtTypographyBodyCompactBaseFontWeight": 400,
122
182
  "dtTypographyBodyCompactBaseLineHeight": "140%",
123
183
  "dtTypographyBodyCompactBaseFontSize": "1.5rem",
184
+ "dtTypographyBodyCompactBaseTextCase": "none",
124
185
  "dtTypographyHeadlineEyebrowFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
125
186
  "dtTypographyHeadlineEyebrowFontWeight": 400,
126
187
  "dtTypographyHeadlineEyebrowLineHeight": "140%",
@@ -130,90 +191,112 @@
130
191
  "dtTypographyHeadlineSmallFontWeight": 700,
131
192
  "dtTypographyHeadlineSmallLineHeight": "140%",
132
193
  "dtTypographyHeadlineSmallFontSize": "1.2rem",
194
+ "dtTypographyHeadlineSmallTextCase": "none",
133
195
  "dtTypographyHeadlineMediumFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
134
196
  "dtTypographyHeadlineMediumFontWeight": 700,
135
197
  "dtTypographyHeadlineMediumLineHeight": "160%",
136
198
  "dtTypographyHeadlineMediumFontSize": "1.5rem",
199
+ "dtTypographyHeadlineMediumTextCase": "none",
137
200
  "dtTypographyHeadlineLargeFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
138
201
  "dtTypographyHeadlineLargeFontWeight": 700,
139
202
  "dtTypographyHeadlineLargeLineHeight": "160%",
140
203
  "dtTypographyHeadlineLargeFontSize": "1.9rem",
204
+ "dtTypographyHeadlineLargeTextCase": "none",
141
205
  "dtTypographyHeadlineExtraLargeFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
142
206
  "dtTypographyHeadlineExtraLargeFontWeight": 500,
143
207
  "dtTypographyHeadlineExtraLargeLineHeight": "120%",
144
208
  "dtTypographyHeadlineExtraLargeFontSize": "2.7rem",
209
+ "dtTypographyHeadlineExtraLargeTextCase": "none",
145
210
  "dtTypographyHeadlineExtraExtraLargeFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
146
211
  "dtTypographyHeadlineExtraExtraLargeFontWeight": 500,
147
212
  "dtTypographyHeadlineExtraExtraLargeLineHeight": "120%",
148
213
  "dtTypographyHeadlineExtraExtraLargeFontSize": "3.8rem",
214
+ "dtTypographyHeadlineExtraExtraLargeTextCase": "none",
149
215
  "dtTypographyHeadlineSoftSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
150
216
  "dtTypographyHeadlineSoftSmallFontWeight": 500,
151
217
  "dtTypographyHeadlineSoftSmallLineHeight": "140%",
152
218
  "dtTypographyHeadlineSoftSmallFontSize": "1.2rem",
219
+ "dtTypographyHeadlineSoftSmallTextCase": "none",
153
220
  "dtTypographyHeadlineCompactSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
154
221
  "dtTypographyHeadlineCompactSmallFontWeight": 700,
155
222
  "dtTypographyHeadlineCompactSmallLineHeight": "120%",
156
223
  "dtTypographyHeadlineCompactSmallFontSize": "1.2rem",
224
+ "dtTypographyHeadlineCompactSmallTextCase": "none",
157
225
  "dtTypographyHeadlineCompactMediumFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
158
226
  "dtTypographyHeadlineCompactMediumFontWeight": 700,
159
227
  "dtTypographyHeadlineCompactMediumLineHeight": "140%",
160
228
  "dtTypographyHeadlineCompactMediumFontSize": "1.5rem",
229
+ "dtTypographyHeadlineCompactMediumTextCase": "none",
161
230
  "dtTypographyHeadlineCompactLargeFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
162
231
  "dtTypographyHeadlineCompactLargeFontWeight": 700,
163
232
  "dtTypographyHeadlineCompactLargeLineHeight": "120%",
164
233
  "dtTypographyHeadlineCompactLargeFontSize": "1.9rem",
234
+ "dtTypographyHeadlineCompactLargeTextCase": "none",
165
235
  "dtTypographyHeadlineCompactSoftSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
166
236
  "dtTypographyHeadlineCompactSoftSmallFontWeight": 500,
167
237
  "dtTypographyHeadlineCompactSoftSmallLineHeight": "120%",
168
238
  "dtTypographyHeadlineCompactSoftSmallFontSize": "1.2rem",
239
+ "dtTypographyHeadlineCompactSoftSmallTextCase": "none",
169
240
  "dtTypographyLabelSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
170
241
  "dtTypographyLabelSmallFontWeight": 600,
171
242
  "dtTypographyLabelSmallLineHeight": "140%",
172
243
  "dtTypographyLabelSmallFontSize": "1.2rem",
244
+ "dtTypographyLabelSmallTextCase": "none",
173
245
  "dtTypographyLabelBaseFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
174
246
  "dtTypographyLabelBaseFontWeight": 600,
175
247
  "dtTypographyLabelBaseLineHeight": "160%",
176
248
  "dtTypographyLabelBaseFontSize": "1.5rem",
249
+ "dtTypographyLabelBaseTextCase": "none",
177
250
  "dtTypographyLabelCompactSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
178
251
  "dtTypographyLabelCompactSmallFontWeight": 600,
179
252
  "dtTypographyLabelCompactSmallLineHeight": "120%",
180
253
  "dtTypographyLabelCompactSmallFontSize": "1.2rem",
254
+ "dtTypographyLabelCompactSmallTextCase": "none",
181
255
  "dtTypographyLabelCompactBaseFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
182
256
  "dtTypographyLabelCompactBaseFontWeight": 600,
183
257
  "dtTypographyLabelCompactBaseLineHeight": "140%",
184
258
  "dtTypographyLabelCompactBaseFontSize": "1.5rem",
259
+ "dtTypographyLabelCompactBaseTextCase": "none",
185
260
  "dtTypographyLabelCompactPlainSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
186
261
  "dtTypographyLabelCompactPlainSmallFontWeight": 400,
187
262
  "dtTypographyLabelCompactPlainSmallLineHeight": "120%",
188
263
  "dtTypographyLabelCompactPlainSmallFontSize": "1.2rem",
264
+ "dtTypographyLabelCompactPlainSmallTextCase": "none",
189
265
  "dtTypographyLabelCompactPlainBaseFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
190
266
  "dtTypographyLabelCompactPlainBaseFontWeight": 400,
191
267
  "dtTypographyLabelCompactPlainBaseLineHeight": "140%",
192
268
  "dtTypographyLabelCompactPlainBaseFontSize": "1.5rem",
269
+ "dtTypographyLabelCompactPlainBaseTextCase": "none",
193
270
  "dtTypographyLabelPlainSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
194
271
  "dtTypographyLabelPlainSmallFontWeight": 400,
195
272
  "dtTypographyLabelPlainSmallLineHeight": "140%",
196
273
  "dtTypographyLabelPlainSmallFontSize": "1.2rem",
274
+ "dtTypographyLabelPlainSmallTextCase": "none",
197
275
  "dtTypographyLabelPlainBaseFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
198
276
  "dtTypographyLabelPlainBaseFontWeight": 400,
199
277
  "dtTypographyLabelPlainBaseLineHeight": "160%",
200
278
  "dtTypographyLabelPlainBaseFontSize": "1.5rem",
279
+ "dtTypographyLabelPlainBaseTextCase": "none",
201
280
  "dtTypographyHelperSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
202
281
  "dtTypographyHelperSmallFontWeight": 400,
203
282
  "dtTypographyHelperSmallLineHeight": "120%",
204
283
  "dtTypographyHelperSmallFontSize": "1.2rem",
284
+ "dtTypographyHelperSmallTextCase": "none",
205
285
  "dtTypographyHelperBaseFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
206
286
  "dtTypographyHelperBaseFontWeight": 400,
207
287
  "dtTypographyHelperBaseLineHeight": "140%",
208
288
  "dtTypographyHelperBaseFontSize": "1.5rem",
289
+ "dtTypographyHelperBaseTextCase": "none",
209
290
  "dtTypographyCodeSmallFontFamily": "SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace",
210
291
  "dtTypographyCodeSmallFontWeight": 400,
211
292
  "dtTypographyCodeSmallLineHeight": "120%",
212
293
  "dtTypographyCodeSmallFontSize": "1.2rem",
294
+ "dtTypographyCodeSmallTextCase": "none",
213
295
  "dtTypographyCodeBaseFontFamily": "SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace",
214
296
  "dtTypographyCodeBaseFontWeight": 400,
215
297
  "dtTypographyCodeBaseLineHeight": "120%",
216
298
  "dtTypographyCodeBaseFontSize": "1.5rem",
299
+ "dtTypographyCodeBaseTextCase": "none",
217
300
  "dtSize0": "0",
218
301
  "dtSize100": "0.1rem",
219
302
  "dtSize200": "0.2rem",
@@ -223,27 +306,13 @@
223
306
  "dtSize600": "3.2rem",
224
307
  "dtSize700": "6.4rem",
225
308
  "dtSize800": "12.8rem",
226
- "dtSizeIcon100": "1.2rem",
227
- "dtSizeIcon200": "1.4rem",
228
- "dtSizeIcon300": "1.8rem",
229
- "dtSizeIcon400": "2rem",
230
- "dtSizeIcon500": "2.4rem",
231
- "dtSizeIcon600": "3.2rem",
232
- "dtSizeIcon700": "3.8rem",
233
- "dtSizeIcon800": "4.8rem",
234
309
  "dtSizeBorder0": "0",
235
310
  "dtSizeBorder100": "0.1rem",
311
+ "dtSizeBorder150": "0.15rem",
236
312
  "dtSizeBorder200": "0.2rem",
237
313
  "dtSizeBorder300": "0.4rem",
238
314
  "dtSizeBorder400": "0.8rem",
239
- "dtSizeBorderIcon100": "0.1rem",
240
- "dtSizeBorderIcon200": "0.125rem",
241
- "dtSizeBorderIcon300": "0.15rem",
242
- "dtSizeBorderIcon400": "0.175rem",
243
- "dtSizeBorderIcon500": "0.175rem",
244
- "dtSizeBorderIcon600": "0.25rem",
245
- "dtSizeBorderIcon700": "0.275rem",
246
- "dtSizeBorderIcon800": "0.35rem",
315
+ "dtSizeBorderFocus": "0.3rem",
247
316
  "dtSizeBase": "0.8rem",
248
317
  "dtSizeRadius0": "0",
249
318
  "dtSizeRadius100": "0.1rem",
@@ -252,6 +321,90 @@
252
321
  "dtSizeRadius400": "0.8rem",
253
322
  "dtSizeRadius500": "1.6rem",
254
323
  "dtSizeRadius600": "3.2rem",
324
+ "dtInputsSizeBorderDefault": "0.15rem",
325
+ "dtInputsSizeBorderStatus": "0.2rem",
326
+ "dtInputsSizeRadiusXs": "0.4rem",
327
+ "dtInputsSizeRadiusSm": "0.8rem",
328
+ "dtInputsSizeRadiusMd": "0.8rem",
329
+ "dtInputsSizeRadiusLg": "1.2rem",
330
+ "dtInputsSizeRadiusXl": "1.6rem",
331
+ "dtInputsLineHeightDefault": "120%",
332
+ "dtInputsFontSizeXs": "1.2rem",
333
+ "dtInputsFontSizeSm": "1.2rem",
334
+ "dtInputsFontSizeMd": "1.5rem",
335
+ "dtInputsFontSizeLg": "1.9rem",
336
+ "dtInputsFontSizeXl": "2.7rem",
337
+ "dtInputsColorForegroundDefault": "#3A3A3A",
338
+ "dtInputsColorForegroundPlaceholder": "#808080",
339
+ "dtInputsColorForegroundDisabled": "#808080",
340
+ "dtInputsColorBorderDefault": "#0000001a",
341
+ "dtInputsColorBorderFocus": "#51A0FE",
342
+ "dtInputsColorBorderCritical": "#EC0E0E",
343
+ "dtInputsColorBorderSuccess": "#1AA340",
344
+ "dtInputsColorBorderWarning": "#D28F2B",
345
+ "dtInputsColorBorderDisabled": "transparent",
346
+ "dtInputsColorBackgroundDefault": "#00000008",
347
+ "dtInputsColorBackgroundFocus": "#00000003",
348
+ "dtInputsColorBackgroundDisabled": "#0000001f",
349
+ "dtActionColorForegroundBaseDefault": "#7C52FF",
350
+ "dtActionColorForegroundBaseHover": "#551FFF",
351
+ "dtActionColorForegroundBaseActive": "#551FFF",
352
+ "dtActionColorForegroundBasePrimaryDefault": "#ffffff",
353
+ "dtActionColorForegroundCriticalDefault": "#EC0E0E",
354
+ "dtActionColorForegroundCriticalHover": "#D90D0D",
355
+ "dtActionColorForegroundCriticalActive": "#D90D0D",
356
+ "dtActionColorForegroundCriticalPrimaryDefault": "#ffffff",
357
+ "dtActionColorForegroundInvertedDefault": "#ffffff",
358
+ "dtActionColorForegroundInvertedHover": "#ffffff",
359
+ "dtActionColorForegroundInvertedActive": "#ffffff",
360
+ "dtActionColorForegroundInvertedPrimaryDefault": "#7C52FF",
361
+ "dtActionColorForegroundInvertedPrimaryHover": "#3A1D95",
362
+ "dtActionColorForegroundInvertedPrimaryActive": "#3A1D95",
363
+ "dtActionColorForegroundMutedDefault": "#3A3A3A",
364
+ "dtActionColorForegroundMutedHover": "#3A3A3A",
365
+ "dtActionColorForegroundMutedActive": "#3A3A3A",
366
+ "dtActionColorForegroundDisabledDefault": "#808080",
367
+ "dtActionColorBackgroundBaseDefault": "transparent",
368
+ "dtActionColorBackgroundBaseHover": "#7c52ff0a",
369
+ "dtActionColorBackgroundBaseActive": "#7c52ff24",
370
+ "dtActionColorBackgroundBasePrimaryDefault": "#7C52FF",
371
+ "dtActionColorBackgroundBasePrimaryHover": "#6533FF",
372
+ "dtActionColorBackgroundBasePrimaryActive": "#4D14FF",
373
+ "dtActionColorBackgroundCriticalDefault": "transparent",
374
+ "dtActionColorBackgroundCriticalHover": "#ec0e0e08",
375
+ "dtActionColorBackgroundCriticalActive": "#ec0e0e17",
376
+ "dtActionColorBackgroundCriticalPrimaryDefault": "#EC0E0E",
377
+ "dtActionColorBackgroundCriticalPrimaryHover": "#D90D0D",
378
+ "dtActionColorBackgroundCriticalPrimaryActive": "#C50C0C",
379
+ "dtActionColorBackgroundInvertedDefault": "transparent",
380
+ "dtActionColorBackgroundInvertedHover": "#ffffff26",
381
+ "dtActionColorBackgroundInvertedActive": "#ffffff4d",
382
+ "dtActionColorBackgroundInvertedPrimaryDefault": "#ffffff",
383
+ "dtActionColorBackgroundInvertedPrimaryHover": "#F5F0FF",
384
+ "dtActionColorBackgroundInvertedPrimaryActive": "#E1D1FF",
385
+ "dtActionColorBackgroundMutedDefault": "transparent",
386
+ "dtActionColorBackgroundMutedHover": "#2222220d",
387
+ "dtActionColorBackgroundMutedActive": "#2222221a",
388
+ "dtActionColorBackgroundDisabledDefault": "#D2D2D2",
389
+ "dtActionColorBorderBaseOutlinedDefault": "#7C52FF",
390
+ "dtActionColorBorderCriticalOutlinedDefault": "#EC0E0E",
391
+ "dtActionColorBorderInvertedOutlinedDefault": "#F9F9F9",
392
+ "dtActionColorBorderMutedOutlinedDefault": "#555555",
393
+ "dtThemeSidebarColorForeground": "#000000",
394
+ "dtThemeSidebarColorBackground": "#F9F9F9",
395
+ "dtThemeSidebarIconColorForeground": "#3A3A3A",
396
+ "dtThemeSidebarStatusColorForeground": "#555555",
397
+ "dtThemeSidebarRowColorBackground": "transparent",
398
+ "dtThemeSidebarRowColorBackgroundHover": "#0000001a",
399
+ "dtThemeSidebarRowColorBackgroundActive": "#D2D2D2",
400
+ "dtThemeSidebarSelectedRowColorForeground": "#000000",
401
+ "dtThemeSidebarSelectedRowColorBackground": "#E9E9E9",
402
+ "dtThemePresenceColorBackgroundAvailable": "#1AA340",
403
+ "dtThemePresenceColorBackgroundBusyUnavailable": "#EC0E0E",
404
+ "dtThemePresenceColorBackgroundBusy": "#F6AB3C",
405
+ "dtThemePresenceColorBackgroundOffline": "#ffffff",
406
+ "dtThemeMentionColorForeground": "#ffffff",
407
+ "dtThemeMentionColorBackground": "#7C52FF",
255
408
  "dtOpacity0": 0,
256
409
  "dtOpacity100": 0.05,
257
410
  "dtOpacity200": 0.1,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-tokens",
3
- "version": "1.6.4",
3
+ "version": "1.7.0",
4
4
  "description": "Design tokens for Dialtone.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "npm run transform && ./build.js && cp ./AndroidManifest.xml dist/android && ./gradlew publishToMavenLocal -Pversion=$npm_package_version && ./build-ios.js",
9
- "transform": "token-transformer base.json tokens/tokens.json --expandTypography=true --expandShadow=true",
9
+ "transform": "token-transformer base.json tokens/tokens.json base,semantic --expandTypography=true --expandShadow=true",
10
10
  "prepublishOnly": "npm run build",
11
11
  "release": "semantic-release --no-ci --extends ./release-local.config.js"
12
12
  },
@@ -33,7 +33,7 @@
33
33
  "@semantic-release/exec": "^6.0.3",
34
34
  "@semantic-release/git": "^10.0.1",
35
35
  "maven": "^5.0.0",
36
- "style-dictionary": "^3.7.1",
37
- "token-transformer": "^0.0.24"
36
+ "style-dictionary": "^3.7.2",
37
+ "token-transformer": "^0.0.32"
38
38
  }
39
39
  }