@sage/design-tokens 15.2.2 → 15.3.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/css/frozenproduct/all.css +4 -2
- package/css/frozenproduct/large/components/table.css +4 -2
- package/css/frozenproduct/small/components/table.css +4 -2
- package/css/product/all.css +9 -7
- package/css/product/large/components/table.css +9 -7
- package/css/product/small/components/table.css +9 -7
- package/ios/frozenproduct/large/dark/components/table.h +3 -1
- package/ios/frozenproduct/large/light/components/table.h +3 -1
- package/ios/frozenproduct/small/dark/components/table.h +3 -1
- package/ios/frozenproduct/small/light/components/table.h +3 -1
- package/ios/product/large/dark/components/table.h +8 -6
- package/ios/product/large/light/components/table.h +8 -6
- package/ios/product/small/dark/components/table.h +8 -6
- package/ios/product/small/light/components/table.h +8 -6
- package/js/common/frozenproduct/large/dark/components/table.d.ts +2 -0
- package/js/common/frozenproduct/large/dark/components/table.js +32 -4
- package/js/common/frozenproduct/large/light/components/table.d.ts +2 -0
- package/js/common/frozenproduct/large/light/components/table.js +32 -4
- package/js/common/frozenproduct/small/dark/components/table.d.ts +2 -0
- package/js/common/frozenproduct/small/dark/components/table.js +32 -4
- package/js/common/frozenproduct/small/light/components/table.d.ts +2 -0
- package/js/common/frozenproduct/small/light/components/table.js +32 -4
- package/js/common/product/large/dark/components/table.d.ts +2 -0
- package/js/common/product/large/dark/components/table.js +54 -14
- package/js/common/product/large/light/components/table.d.ts +2 -0
- package/js/common/product/large/light/components/table.js +54 -14
- package/js/common/product/small/dark/components/table.d.ts +2 -0
- package/js/common/product/small/dark/components/table.js +54 -14
- package/js/common/product/small/light/components/table.d.ts +2 -0
- package/js/common/product/small/light/components/table.js +54 -14
- package/js/es6/frozenproduct/large/dark/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +3 -1
- package/js/es6/frozenproduct/large/light/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/table.js +3 -1
- package/js/es6/frozenproduct/small/dark/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +3 -1
- package/js/es6/frozenproduct/small/light/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/table.js +3 -1
- package/js/es6/product/large/dark/components/table.d.ts +2 -0
- package/js/es6/product/large/dark/components/table.js +8 -6
- package/js/es6/product/large/light/components/table.d.ts +2 -0
- package/js/es6/product/large/light/components/table.js +8 -6
- package/js/es6/product/small/dark/components/table.d.ts +2 -0
- package/js/es6/product/small/dark/components/table.js +8 -6
- package/js/es6/product/small/light/components/table.d.ts +2 -0
- package/js/es6/product/small/light/components/table.js +8 -6
- package/js/umd/frozenproduct/large/dark/components/table.js +32 -4
- package/js/umd/frozenproduct/large/light/components/table.js +32 -4
- package/js/umd/frozenproduct/small/dark/components/table.js +32 -4
- package/js/umd/frozenproduct/small/light/components/table.js +32 -4
- package/js/umd/product/large/dark/components/table.js +54 -14
- package/js/umd/product/large/light/components/table.js +54 -14
- package/js/umd/product/small/dark/components/table.js +54 -14
- package/js/umd/product/small/light/components/table.js +54 -14
- package/json/flat/frozenproduct/large/dark/components/table.json +3 -1
- package/json/flat/frozenproduct/large/light/components/table.json +3 -1
- package/json/flat/frozenproduct/small/dark/components/table.json +3 -1
- package/json/flat/frozenproduct/small/light/components/table.json +3 -1
- package/json/flat/product/large/dark/components/table.json +8 -6
- package/json/flat/product/large/light/components/table.json +8 -6
- package/json/flat/product/small/dark/components/table.json +8 -6
- package/json/flat/product/small/light/components/table.json +8 -6
- package/json/nested/frozenproduct/large/dark/components/table.json +4 -2
- package/json/nested/frozenproduct/large/light/components/table.json +4 -2
- package/json/nested/frozenproduct/small/dark/components/table.json +4 -2
- package/json/nested/frozenproduct/small/light/components/table.json +4 -2
- package/json/nested/product/large/dark/components/table.json +9 -7
- package/json/nested/product/large/light/components/table.json +9 -7
- package/json/nested/product/small/dark/components/table.json +9 -7
- package/json/nested/product/small/light/components/table.json +9 -7
- package/package.json +1 -1
- package/sage-design-tokens-15.3.0.tgz +0 -0
- package/scss/frozenproduct/large/components/table.scss +4 -2
- package/scss/frozenproduct/small/components/table.scss +4 -2
- package/scss/product/large/components/table.scss +9 -7
- package/scss/product/small/components/button.scss +13 -13
- package/scss/product/small/components/container.scss +10 -10
- package/scss/product/small/components/form.scss +8 -8
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/nav.scss +5 -5
- package/scss/product/small/components/page.scss +1 -1
- package/scss/product/small/components/popover.scss +2 -2
- package/scss/product/small/components/progress.scss +6 -6
- package/scss/product/small/components/status.scss +3 -3
- package/scss/product/small/components/tab.scss +7 -7
- package/scss/product/small/components/table.scss +18 -16
- package/sage-design-tokens-15.2.2.tgz +0 -0
@@ -191,12 +191,15 @@
|
|
191
191
|
row: {
|
192
192
|
"bg-activated": {
|
193
193
|
$type: "color",
|
194
|
-
$value: "#
|
194
|
+
$value: "#f0f",
|
195
|
+
$description: "TO BE DEPRECATED (was #00811F)",
|
195
196
|
filePath: "data/tokens/components/table.json",
|
196
197
|
isSource: true,
|
197
198
|
original: {
|
198
199
|
$type: "color",
|
199
|
-
$value: "
|
200
|
+
$value: "#f0f",
|
201
|
+
$description:
|
202
|
+
"TO BE DEPRECATED (was {modes.color.interactive.primary.default})",
|
200
203
|
},
|
201
204
|
name: "tableColorRowBgActivated",
|
202
205
|
attributes: {},
|
@@ -204,12 +207,15 @@
|
|
204
207
|
},
|
205
208
|
"bg-active": {
|
206
209
|
$type: "color",
|
207
|
-
$value: "#
|
210
|
+
$value: "#F6F",
|
211
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
208
212
|
filePath: "data/tokens/components/table.json",
|
209
213
|
isSource: true,
|
210
214
|
original: {
|
211
215
|
$type: "color",
|
212
|
-
$value: "
|
216
|
+
$value: "#F6F",
|
217
|
+
$description:
|
218
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.active})",
|
213
219
|
},
|
214
220
|
name: "tableColorRowBgActive",
|
215
221
|
attributes: {},
|
@@ -246,13 +252,15 @@
|
|
246
252
|
"bg-alt2": {
|
247
253
|
$type: "color",
|
248
254
|
$value: "#dedede",
|
249
|
-
$description:
|
255
|
+
$description:
|
256
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
250
257
|
filePath: "data/tokens/components/table.json",
|
251
258
|
isSource: true,
|
252
259
|
original: {
|
253
260
|
$type: "color",
|
254
261
|
$value: "{modes.color.generic.bg.soft}",
|
255
|
-
$description:
|
262
|
+
$description:
|
263
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
256
264
|
},
|
257
265
|
name: "tableColorRowBgAlt2",
|
258
266
|
attributes: {},
|
@@ -275,17 +283,30 @@
|
|
275
283
|
},
|
276
284
|
"bg-hover": {
|
277
285
|
$type: "color",
|
278
|
-
$value: "#
|
286
|
+
$value: "#d1d1d1",
|
279
287
|
filePath: "data/tokens/components/table.json",
|
280
288
|
isSource: true,
|
281
289
|
original: {
|
282
290
|
$type: "color",
|
283
|
-
$value: "{modes.color.generic.bg.
|
291
|
+
$value: "{modes.color.generic.bg.moderate}",
|
284
292
|
},
|
285
293
|
name: "tableColorRowBgHover",
|
286
294
|
attributes: {},
|
287
295
|
path: ["table", "color", "row", "bg-hover"],
|
288
296
|
},
|
297
|
+
"bg-selected": {
|
298
|
+
$type: "color",
|
299
|
+
$value: "#000000",
|
300
|
+
filePath: "data/tokens/components/table.json",
|
301
|
+
isSource: true,
|
302
|
+
original: {
|
303
|
+
$type: "color",
|
304
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
305
|
+
},
|
306
|
+
name: "tableColorRowBgSelected",
|
307
|
+
attributes: {},
|
308
|
+
path: ["table", "color", "row", "bg-selected"],
|
309
|
+
},
|
289
310
|
"border-default": {
|
290
311
|
$type: "color",
|
291
312
|
$value: "#d1d1d1",
|
@@ -301,12 +322,15 @@
|
|
301
322
|
},
|
302
323
|
"label-activated": {
|
303
324
|
$type: "color",
|
304
|
-
$value: "#
|
325
|
+
$value: "#FAF",
|
326
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
305
327
|
filePath: "data/tokens/components/table.json",
|
306
328
|
isSource: true,
|
307
329
|
original: {
|
308
330
|
$type: "color",
|
309
|
-
$value: "
|
331
|
+
$value: "#FAF",
|
332
|
+
$description:
|
333
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
310
334
|
},
|
311
335
|
name: "tableColorRowLabelActivated",
|
312
336
|
attributes: {},
|
@@ -314,12 +338,15 @@
|
|
314
338
|
},
|
315
339
|
"label-active": {
|
316
340
|
$type: "color",
|
317
|
-
$value: "#
|
341
|
+
$value: "#FDF",
|
342
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
318
343
|
filePath: "data/tokens/components/table.json",
|
319
344
|
isSource: true,
|
320
345
|
original: {
|
321
346
|
$type: "color",
|
322
|
-
$value: "
|
347
|
+
$value: "#FDF",
|
348
|
+
$description:
|
349
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
323
350
|
},
|
324
351
|
name: "tableColorRowLabelActive",
|
325
352
|
attributes: {},
|
@@ -351,16 +378,29 @@
|
|
351
378
|
attributes: {},
|
352
379
|
path: ["table", "color", "row", "label-hover"],
|
353
380
|
},
|
381
|
+
"label-selected": {
|
382
|
+
$type: "color",
|
383
|
+
$value: "#FFFFFF",
|
384
|
+
filePath: "data/tokens/components/table.json",
|
385
|
+
isSource: true,
|
386
|
+
original: {
|
387
|
+
$type: "color",
|
388
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
389
|
+
},
|
390
|
+
name: "tableColorRowLabelSelected",
|
391
|
+
attributes: {},
|
392
|
+
path: ["table", "color", "row", "label-selected"],
|
393
|
+
},
|
354
394
|
},
|
355
395
|
footer: {
|
356
396
|
"bg-default": {
|
357
397
|
$type: "color",
|
358
|
-
$value: "#
|
398
|
+
$value: "#d1d1d1",
|
359
399
|
filePath: "data/tokens/components/table.json",
|
360
400
|
isSource: true,
|
361
401
|
original: {
|
362
402
|
$type: "color",
|
363
|
-
$value: "{modes.color.generic.bg.
|
403
|
+
$value: "{modes.color.generic.bg.moderate}",
|
364
404
|
},
|
365
405
|
name: "tableColorFooterBgDefault",
|
366
406
|
attributes: {},
|
@@ -18,12 +18,14 @@
|
|
18
18
|
"tableColorRowBgAlt2": "#1f1f1f",
|
19
19
|
"tableColorRowBgAlt3": "#0e0e0e",
|
20
20
|
"tableColorRowBgHover": "#040607",
|
21
|
+
"tableColorRowBgSelected": "#FFFFFF",
|
21
22
|
"tableColorRowBorderDefault": "#282828",
|
22
23
|
"tableColorRowLabelActivated": "#FFFFFF",
|
23
24
|
"tableColorRowLabelActive": "#FFFFFF",
|
24
25
|
"tableColorRowLabelDefault": "#fffffff2",
|
25
26
|
"tableColorRowLabelHover": "#FFFFFF",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#000000",
|
28
|
+
"tableColorFooterBgDefault": "#282828",
|
27
29
|
"tableColorFooterBorderDefault": "#282828",
|
28
30
|
"tableColorFooterLabelDefault": "#ffffffe6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -18,12 +18,14 @@
|
|
18
18
|
"tableColorRowBgAlt2": "#dedede",
|
19
19
|
"tableColorRowBgAlt3": "#f3f3f3",
|
20
20
|
"tableColorRowBgHover": "#f2f4f6",
|
21
|
+
"tableColorRowBgSelected": "#000000",
|
21
22
|
"tableColorRowBorderDefault": "#d1d1d1",
|
22
23
|
"tableColorRowLabelActivated": "#000000",
|
23
24
|
"tableColorRowLabelActive": "#000000",
|
24
25
|
"tableColorRowLabelDefault": "#000000f2",
|
25
26
|
"tableColorRowLabelHover": "#000000",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#FFFFFF",
|
28
|
+
"tableColorFooterBgDefault": "#d1d1d1",
|
27
29
|
"tableColorFooterBorderDefault": "#d1d1d1",
|
28
30
|
"tableColorFooterLabelDefault": "#000000e6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -18,12 +18,14 @@
|
|
18
18
|
"tableColorRowBgAlt2": "#1f1f1f",
|
19
19
|
"tableColorRowBgAlt3": "#0e0e0e",
|
20
20
|
"tableColorRowBgHover": "#040607",
|
21
|
+
"tableColorRowBgSelected": "#FFFFFF",
|
21
22
|
"tableColorRowBorderDefault": "#282828",
|
22
23
|
"tableColorRowLabelActivated": "#FFFFFF",
|
23
24
|
"tableColorRowLabelActive": "#FFFFFF",
|
24
25
|
"tableColorRowLabelDefault": "#fffffff2",
|
25
26
|
"tableColorRowLabelHover": "#FFFFFF",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#000000",
|
28
|
+
"tableColorFooterBgDefault": "#282828",
|
27
29
|
"tableColorFooterBorderDefault": "#282828",
|
28
30
|
"tableColorFooterLabelDefault": "#ffffffe6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -18,12 +18,14 @@
|
|
18
18
|
"tableColorRowBgAlt2": "#dedede",
|
19
19
|
"tableColorRowBgAlt3": "#f3f3f3",
|
20
20
|
"tableColorRowBgHover": "#f2f4f6",
|
21
|
+
"tableColorRowBgSelected": "#000000",
|
21
22
|
"tableColorRowBorderDefault": "#d1d1d1",
|
22
23
|
"tableColorRowLabelActivated": "#000000",
|
23
24
|
"tableColorRowLabelActive": "#000000",
|
24
25
|
"tableColorRowLabelDefault": "#000000f2",
|
25
26
|
"tableColorRowLabelHover": "#000000",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#FFFFFF",
|
28
|
+
"tableColorFooterBgDefault": "#d1d1d1",
|
27
29
|
"tableColorFooterBorderDefault": "#d1d1d1",
|
28
30
|
"tableColorFooterLabelDefault": "#000000e6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -11,19 +11,21 @@
|
|
11
11
|
"tableColorHeaderHarshBorderDefault": "#4b4b4b",
|
12
12
|
"tableColorHeaderHarshLabelDefault": "#000000",
|
13
13
|
"tableColorHeaderHarshLabelHover": "#ffffffe6",
|
14
|
-
"tableColorRowBgActivated": "#
|
15
|
-
"tableColorRowBgActive": "#
|
14
|
+
"tableColorRowBgActivated": "#f0f",
|
15
|
+
"tableColorRowBgActive": "#F6F",
|
16
16
|
"tableColorRowBgDefault": "#000000",
|
17
17
|
"tableColorRowBgAlt": "#181818",
|
18
18
|
"tableColorRowBgAlt2": "#1f1f1f",
|
19
19
|
"tableColorRowBgAlt3": "#0e0e0e",
|
20
|
-
"tableColorRowBgHover": "#
|
20
|
+
"tableColorRowBgHover": "#282828",
|
21
|
+
"tableColorRowBgSelected": "#FFFFFF",
|
21
22
|
"tableColorRowBorderDefault": "#282828",
|
22
|
-
"tableColorRowLabelActivated": "#
|
23
|
-
"tableColorRowLabelActive": "#
|
23
|
+
"tableColorRowLabelActivated": "#FAF",
|
24
|
+
"tableColorRowLabelActive": "#FDF",
|
24
25
|
"tableColorRowLabelDefault": "#fffffff2",
|
25
26
|
"tableColorRowLabelHover": "#FFFFFF",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#000000",
|
28
|
+
"tableColorFooterBgDefault": "#282828",
|
27
29
|
"tableColorFooterBorderDefault": "#282828",
|
28
30
|
"tableColorFooterLabelDefault": "#ffffffe6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -11,19 +11,21 @@
|
|
11
11
|
"tableColorHeaderHarshBorderDefault": "#a6a6a6",
|
12
12
|
"tableColorHeaderHarshLabelDefault": "#FFFFFF",
|
13
13
|
"tableColorHeaderHarshLabelHover": "#000000e6",
|
14
|
-
"tableColorRowBgActivated": "#
|
15
|
-
"tableColorRowBgActive": "#
|
14
|
+
"tableColorRowBgActivated": "#f0f",
|
15
|
+
"tableColorRowBgActive": "#F6F",
|
16
16
|
"tableColorRowBgDefault": "#FFFFFF",
|
17
17
|
"tableColorRowBgAlt": "#e8e8e8",
|
18
18
|
"tableColorRowBgAlt2": "#dedede",
|
19
19
|
"tableColorRowBgAlt3": "#f3f3f3",
|
20
|
-
"tableColorRowBgHover": "#
|
20
|
+
"tableColorRowBgHover": "#d1d1d1",
|
21
|
+
"tableColorRowBgSelected": "#000000",
|
21
22
|
"tableColorRowBorderDefault": "#d1d1d1",
|
22
|
-
"tableColorRowLabelActivated": "#
|
23
|
-
"tableColorRowLabelActive": "#
|
23
|
+
"tableColorRowLabelActivated": "#FAF",
|
24
|
+
"tableColorRowLabelActive": "#FDF",
|
24
25
|
"tableColorRowLabelDefault": "#000000f2",
|
25
26
|
"tableColorRowLabelHover": "#000000",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#FFFFFF",
|
28
|
+
"tableColorFooterBgDefault": "#d1d1d1",
|
27
29
|
"tableColorFooterBorderDefault": "#d1d1d1",
|
28
30
|
"tableColorFooterLabelDefault": "#000000e6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -11,19 +11,21 @@
|
|
11
11
|
"tableColorHeaderHarshBorderDefault": "#4b4b4b",
|
12
12
|
"tableColorHeaderHarshLabelDefault": "#000000",
|
13
13
|
"tableColorHeaderHarshLabelHover": "#ffffffe6",
|
14
|
-
"tableColorRowBgActivated": "#
|
15
|
-
"tableColorRowBgActive": "#
|
14
|
+
"tableColorRowBgActivated": "#f0f",
|
15
|
+
"tableColorRowBgActive": "#F6F",
|
16
16
|
"tableColorRowBgDefault": "#000000",
|
17
17
|
"tableColorRowBgAlt": "#181818",
|
18
18
|
"tableColorRowBgAlt2": "#1f1f1f",
|
19
19
|
"tableColorRowBgAlt3": "#0e0e0e",
|
20
|
-
"tableColorRowBgHover": "#
|
20
|
+
"tableColorRowBgHover": "#282828",
|
21
|
+
"tableColorRowBgSelected": "#FFFFFF",
|
21
22
|
"tableColorRowBorderDefault": "#282828",
|
22
|
-
"tableColorRowLabelActivated": "#
|
23
|
-
"tableColorRowLabelActive": "#
|
23
|
+
"tableColorRowLabelActivated": "#FAF",
|
24
|
+
"tableColorRowLabelActive": "#FDF",
|
24
25
|
"tableColorRowLabelDefault": "#fffffff2",
|
25
26
|
"tableColorRowLabelHover": "#FFFFFF",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#000000",
|
28
|
+
"tableColorFooterBgDefault": "#282828",
|
27
29
|
"tableColorFooterBorderDefault": "#282828",
|
28
30
|
"tableColorFooterLabelDefault": "#ffffffe6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -11,19 +11,21 @@
|
|
11
11
|
"tableColorHeaderHarshBorderDefault": "#a6a6a6",
|
12
12
|
"tableColorHeaderHarshLabelDefault": "#FFFFFF",
|
13
13
|
"tableColorHeaderHarshLabelHover": "#000000e6",
|
14
|
-
"tableColorRowBgActivated": "#
|
15
|
-
"tableColorRowBgActive": "#
|
14
|
+
"tableColorRowBgActivated": "#f0f",
|
15
|
+
"tableColorRowBgActive": "#F6F",
|
16
16
|
"tableColorRowBgDefault": "#FFFFFF",
|
17
17
|
"tableColorRowBgAlt": "#e8e8e8",
|
18
18
|
"tableColorRowBgAlt2": "#dedede",
|
19
19
|
"tableColorRowBgAlt3": "#f3f3f3",
|
20
|
-
"tableColorRowBgHover": "#
|
20
|
+
"tableColorRowBgHover": "#d1d1d1",
|
21
|
+
"tableColorRowBgSelected": "#000000",
|
21
22
|
"tableColorRowBorderDefault": "#d1d1d1",
|
22
|
-
"tableColorRowLabelActivated": "#
|
23
|
-
"tableColorRowLabelActive": "#
|
23
|
+
"tableColorRowLabelActivated": "#FAF",
|
24
|
+
"tableColorRowLabelActive": "#FDF",
|
24
25
|
"tableColorRowLabelDefault": "#000000f2",
|
25
26
|
"tableColorRowLabelHover": "#000000",
|
26
|
-
"
|
27
|
+
"tableColorRowLabelSelected": "#FFFFFF",
|
28
|
+
"tableColorFooterBgDefault": "#d1d1d1",
|
27
29
|
"tableColorFooterBorderDefault": "#d1d1d1",
|
28
30
|
"tableColorFooterLabelDefault": "#000000e6",
|
29
31
|
"tableRadiusContainer": 8,
|
@@ -27,14 +27,16 @@
|
|
27
27
|
"bg-alt2": "#1f1f1f",
|
28
28
|
"bg-alt3": "#0e0e0e",
|
29
29
|
"bg-hover": "#040607",
|
30
|
+
"bg-selected": "#FFFFFF",
|
30
31
|
"border-default": "#282828",
|
31
32
|
"label-activated": "#FFFFFF",
|
32
33
|
"label-active": "#FFFFFF",
|
33
34
|
"label-default": "#fffffff2",
|
34
|
-
"label-hover": "#FFFFFF"
|
35
|
+
"label-hover": "#FFFFFF",
|
36
|
+
"label-selected": "#000000"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#282828",
|
38
40
|
"border-default": "#282828",
|
39
41
|
"label-default": "#ffffffe6"
|
40
42
|
}
|
@@ -27,14 +27,16 @@
|
|
27
27
|
"bg-alt2": "#dedede",
|
28
28
|
"bg-alt3": "#f3f3f3",
|
29
29
|
"bg-hover": "#f2f4f6",
|
30
|
+
"bg-selected": "#000000",
|
30
31
|
"border-default": "#d1d1d1",
|
31
32
|
"label-activated": "#000000",
|
32
33
|
"label-active": "#000000",
|
33
34
|
"label-default": "#000000f2",
|
34
|
-
"label-hover": "#000000"
|
35
|
+
"label-hover": "#000000",
|
36
|
+
"label-selected": "#FFFFFF"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#d1d1d1",
|
38
40
|
"border-default": "#d1d1d1",
|
39
41
|
"label-default": "#000000e6"
|
40
42
|
}
|
@@ -27,14 +27,16 @@
|
|
27
27
|
"bg-alt2": "#1f1f1f",
|
28
28
|
"bg-alt3": "#0e0e0e",
|
29
29
|
"bg-hover": "#040607",
|
30
|
+
"bg-selected": "#FFFFFF",
|
30
31
|
"border-default": "#282828",
|
31
32
|
"label-activated": "#FFFFFF",
|
32
33
|
"label-active": "#FFFFFF",
|
33
34
|
"label-default": "#fffffff2",
|
34
|
-
"label-hover": "#FFFFFF"
|
35
|
+
"label-hover": "#FFFFFF",
|
36
|
+
"label-selected": "#000000"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#282828",
|
38
40
|
"border-default": "#282828",
|
39
41
|
"label-default": "#ffffffe6"
|
40
42
|
}
|
@@ -27,14 +27,16 @@
|
|
27
27
|
"bg-alt2": "#dedede",
|
28
28
|
"bg-alt3": "#f3f3f3",
|
29
29
|
"bg-hover": "#f2f4f6",
|
30
|
+
"bg-selected": "#000000",
|
30
31
|
"border-default": "#d1d1d1",
|
31
32
|
"label-activated": "#000000",
|
32
33
|
"label-active": "#000000",
|
33
34
|
"label-default": "#000000f2",
|
34
|
-
"label-hover": "#000000"
|
35
|
+
"label-hover": "#000000",
|
36
|
+
"label-selected": "#FFFFFF"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#d1d1d1",
|
38
40
|
"border-default": "#d1d1d1",
|
39
41
|
"label-default": "#000000e6"
|
40
42
|
}
|
@@ -20,21 +20,23 @@
|
|
20
20
|
}
|
21
21
|
},
|
22
22
|
"row": {
|
23
|
-
"bg-activated": "#
|
24
|
-
"bg-active": "#
|
23
|
+
"bg-activated": "#f0f",
|
24
|
+
"bg-active": "#F6F",
|
25
25
|
"bg-default": "#000000",
|
26
26
|
"bg-alt": "#181818",
|
27
27
|
"bg-alt2": "#1f1f1f",
|
28
28
|
"bg-alt3": "#0e0e0e",
|
29
|
-
"bg-hover": "#
|
29
|
+
"bg-hover": "#282828",
|
30
|
+
"bg-selected": "#FFFFFF",
|
30
31
|
"border-default": "#282828",
|
31
|
-
"label-activated": "#
|
32
|
-
"label-active": "#
|
32
|
+
"label-activated": "#FAF",
|
33
|
+
"label-active": "#FDF",
|
33
34
|
"label-default": "#fffffff2",
|
34
|
-
"label-hover": "#FFFFFF"
|
35
|
+
"label-hover": "#FFFFFF",
|
36
|
+
"label-selected": "#000000"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#282828",
|
38
40
|
"border-default": "#282828",
|
39
41
|
"label-default": "#ffffffe6"
|
40
42
|
}
|
@@ -20,21 +20,23 @@
|
|
20
20
|
}
|
21
21
|
},
|
22
22
|
"row": {
|
23
|
-
"bg-activated": "#
|
24
|
-
"bg-active": "#
|
23
|
+
"bg-activated": "#f0f",
|
24
|
+
"bg-active": "#F6F",
|
25
25
|
"bg-default": "#FFFFFF",
|
26
26
|
"bg-alt": "#e8e8e8",
|
27
27
|
"bg-alt2": "#dedede",
|
28
28
|
"bg-alt3": "#f3f3f3",
|
29
|
-
"bg-hover": "#
|
29
|
+
"bg-hover": "#d1d1d1",
|
30
|
+
"bg-selected": "#000000",
|
30
31
|
"border-default": "#d1d1d1",
|
31
|
-
"label-activated": "#
|
32
|
-
"label-active": "#
|
32
|
+
"label-activated": "#FAF",
|
33
|
+
"label-active": "#FDF",
|
33
34
|
"label-default": "#000000f2",
|
34
|
-
"label-hover": "#000000"
|
35
|
+
"label-hover": "#000000",
|
36
|
+
"label-selected": "#FFFFFF"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#d1d1d1",
|
38
40
|
"border-default": "#d1d1d1",
|
39
41
|
"label-default": "#000000e6"
|
40
42
|
}
|
@@ -20,21 +20,23 @@
|
|
20
20
|
}
|
21
21
|
},
|
22
22
|
"row": {
|
23
|
-
"bg-activated": "#
|
24
|
-
"bg-active": "#
|
23
|
+
"bg-activated": "#f0f",
|
24
|
+
"bg-active": "#F6F",
|
25
25
|
"bg-default": "#000000",
|
26
26
|
"bg-alt": "#181818",
|
27
27
|
"bg-alt2": "#1f1f1f",
|
28
28
|
"bg-alt3": "#0e0e0e",
|
29
|
-
"bg-hover": "#
|
29
|
+
"bg-hover": "#282828",
|
30
|
+
"bg-selected": "#FFFFFF",
|
30
31
|
"border-default": "#282828",
|
31
|
-
"label-activated": "#
|
32
|
-
"label-active": "#
|
32
|
+
"label-activated": "#FAF",
|
33
|
+
"label-active": "#FDF",
|
33
34
|
"label-default": "#fffffff2",
|
34
|
-
"label-hover": "#FFFFFF"
|
35
|
+
"label-hover": "#FFFFFF",
|
36
|
+
"label-selected": "#000000"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#282828",
|
38
40
|
"border-default": "#282828",
|
39
41
|
"label-default": "#ffffffe6"
|
40
42
|
}
|
@@ -20,21 +20,23 @@
|
|
20
20
|
}
|
21
21
|
},
|
22
22
|
"row": {
|
23
|
-
"bg-activated": "#
|
24
|
-
"bg-active": "#
|
23
|
+
"bg-activated": "#f0f",
|
24
|
+
"bg-active": "#F6F",
|
25
25
|
"bg-default": "#FFFFFF",
|
26
26
|
"bg-alt": "#e8e8e8",
|
27
27
|
"bg-alt2": "#dedede",
|
28
28
|
"bg-alt3": "#f3f3f3",
|
29
|
-
"bg-hover": "#
|
29
|
+
"bg-hover": "#d1d1d1",
|
30
|
+
"bg-selected": "#000000",
|
30
31
|
"border-default": "#d1d1d1",
|
31
|
-
"label-activated": "#
|
32
|
-
"label-active": "#
|
32
|
+
"label-activated": "#FAF",
|
33
|
+
"label-active": "#FDF",
|
33
34
|
"label-default": "#000000f2",
|
34
|
-
"label-hover": "#000000"
|
35
|
+
"label-hover": "#000000",
|
36
|
+
"label-selected": "#FFFFFF"
|
35
37
|
},
|
36
38
|
"footer": {
|
37
|
-
"bg-default": "#
|
39
|
+
"bg-default": "#d1d1d1",
|
38
40
|
"border-default": "#d1d1d1",
|
39
41
|
"label-default": "#000000e6"
|
40
42
|
}
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
},
|
7
7
|
"description": "Design tokens for the Sage Design System.",
|
8
8
|
"author": "The Sage Group plc",
|
9
|
-
"version": "15.
|
9
|
+
"version": "15.3.0",
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
11
11
|
"tags": [
|
12
12
|
"design tokens",
|
Binary file
|
@@ -10,6 +10,7 @@ $table-color-row-bg-activated: $modes-color-interactive-primary-frozen-table-def
|
|
10
10
|
$table-color-row-bg-default: $modes-color-generic-bg-nought;
|
11
11
|
$table-color-row-bg-alt: $modes-color-generic-bg-frozen-delicate;
|
12
12
|
$table-color-row-bg-hover: $modes-color-generic-bg-frozen-soft;
|
13
|
+
$table-color-row-bg-selected: $modes-color-interactive-monochrome-active;
|
13
14
|
$table-color-row-label-hover: $modes-color-generic-content-extreme;
|
14
15
|
$table-typography-adaptive-heading-s: $global-typography-adaptive-component-firm-s;
|
15
16
|
$table-typography-adaptive-heading-m: $global-typography-adaptive-component-firm-m;
|
@@ -38,12 +39,12 @@ $table-color-header-harsh-bg-default: $modes-color-interactive-monochrome-frozen
|
|
38
39
|
$table-color-header-harsh-bg-hover: $modes-color-interactive-monochrome-hover;
|
39
40
|
$table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
|
40
41
|
$table-color-row-bg-active: $modes-color-interactive-monochrome-frozen-active-alt;
|
41
|
-
$table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows.
|
42
|
+
$table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows. Highlighted rows.
|
42
43
|
$table-color-row-bg-alt3: $modes-color-generic-bg-faint; // Child rows.
|
43
44
|
$table-color-row-label-activated: $modes-color-interactive-monochrome-with-active-alt;
|
44
45
|
$table-color-row-label-active: $modes-color-interactive-monochrome-with-active-alt;
|
45
46
|
$table-color-row-label-default: $modes-color-generic-content-harsh;
|
46
|
-
$table-color-footer-bg-default: $modes-color-generic-bg-
|
47
|
+
$table-color-footer-bg-default: $modes-color-generic-bg-moderate;
|
47
48
|
$table-color-footer-label-default: $modes-color-interactive-monochrome-default;
|
48
49
|
$table-boxshadow-firstchild: $global-boxshadow-inner-near;
|
49
50
|
$table-boxshadow-column-sticky-left: $global-boxshadow-cleanedge-near-right; // Right shadow on left hand sticky column.
|
@@ -53,6 +54,7 @@ $table-color-header-subtle-border-default: $modes-color-generic-fg-delicate; //
|
|
53
54
|
$table-color-header-harsh-border-default: $modes-color-generic-fg-soft;
|
54
55
|
$table-color-header-harsh-label-default: $modes-color-interactive-monochrome-with-default;
|
55
56
|
$table-color-row-border-default: $modes-color-generic-fg-delicate;
|
57
|
+
$table-color-row-label-selected: $modes-color-interactive-monochrome-with-active;
|
56
58
|
$table-color-footer-border-default: $modes-color-generic-fg-delicate; // Header borders
|
57
59
|
$table-radius-container: $global-radius-container-m; // Table (parent container)
|
58
60
|
$table-borderwidth-thin: $global-borderwidth-xs; // Table border. Optional choice of cell border width.
|
@@ -31,12 +31,13 @@ $table-typography-responsive-label-s: $global-typography-responsive-component-fi
|
|
31
31
|
$table-typography-responsive-label-m: $global-typography-responsive-component-firm-m;
|
32
32
|
$table-typography-responsive-label-l: $global-typography-responsive-component-firm-l;
|
33
33
|
$table-color-header-harsh-bg-alt: $modes-color-interactive-monochrome-frozen-default-alt;
|
34
|
-
$table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows.
|
34
|
+
$table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows. Highlighted rows.
|
35
35
|
$table-color-row-bg-alt3: $modes-color-generic-bg-faint; // Child rows.
|
36
|
+
$table-color-row-bg-selected: $modes-color-interactive-monochrome-active;
|
36
37
|
$table-color-row-label-activated: $modes-color-interactive-monochrome-with-active-alt;
|
37
38
|
$table-color-row-label-active: $modes-color-interactive-monochrome-with-active-alt;
|
38
39
|
$table-color-row-label-default: $modes-color-generic-content-harsh;
|
39
|
-
$table-color-footer-bg-default: $modes-color-generic-bg-
|
40
|
+
$table-color-footer-bg-default: $modes-color-generic-bg-moderate;
|
40
41
|
$table-boxshadow-firstchild: $global-boxshadow-inner-near;
|
41
42
|
$table-boxshadow-column-sticky-left: $global-boxshadow-cleanedge-near-right; // Right shadow on left hand sticky column.
|
42
43
|
$table-boxshadow-column-sticky-right: $global-boxshadow-cleanedge-near-left; // Left shadow on right hand sticky column.
|
@@ -52,6 +53,7 @@ $table-color-header-harsh-label-default: $modes-color-interactive-monochrome-wit
|
|
52
53
|
$table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
|
53
54
|
$table-color-row-bg-active: $modes-color-interactive-monochrome-frozen-active-alt;
|
54
55
|
$table-color-row-border-default: $modes-color-generic-fg-delicate;
|
56
|
+
$table-color-row-label-selected: $modes-color-interactive-monochrome-with-active;
|
55
57
|
$table-color-footer-border-default: $modes-color-generic-fg-delicate; // Header borders
|
56
58
|
$table-color-footer-label-default: $modes-color-interactive-monochrome-default;
|
57
59
|
$table-radius-container: $global-radius-container-m; // Table (parent container)
|