@sage/design-tokens 4.15.0 → 4.16.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/android/base.xml +4 -1
- package/android/dashboard/darkMode.xml +1 -1
- package/android/dashboard/lightMode.xml +1 -1
- package/android/origin.xml +1 -1
- package/css/base.css +4 -1
- package/css/dashboard/darkMode.css +1 -1
- package/css/dashboard/lightMode.css +1 -1
- package/css/origin.css +1 -1
- package/data/tokens.json +44 -2
- package/docs/tokens/base/index.html +63 -0
- package/docs/tokens/base/typography/index.html +63 -0
- package/docs/tokens/index.html +63 -0
- package/ios/base.h +4 -1
- package/ios/dashboard/darkMode.h +1 -1
- package/ios/dashboard/lightMode.h +1 -1
- package/ios/origin.h +1 -1
- package/js/base/common.d.ts +3 -0
- package/js/base/common.js +4 -1
- package/js/base/es6.d.ts +3 -0
- package/js/base/es6.js +3 -0
- package/js/dashboard/darkMode/common.js +1 -1
- package/js/dashboard/lightMode/common.js +1 -1
- package/js/origin/common.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-4.16.0.tgz +0 -0
- package/scss/base.scss +4 -1
- package/scss/dashboard/darkMode.scss +1 -1
- package/scss/dashboard/lightMode.scss +1 -1
- package/scss/origin.scss +1 -1
- package/sage-design-tokens-4.15.0.tgz +0 -0
package/android/base.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Wed, 29 Mar 2023 12:58:24 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -405,6 +405,9 @@
|
|
|
405
405
|
<string name="typographyLinkTextS">Regular 12px/150% Sage UI</string>
|
|
406
406
|
<string name="typographyLinkTextM">Regular 14px/150% Sage UI</string>
|
|
407
407
|
<string name="typographyLinkTextL">Regular 16px/150% Sage UI</string>
|
|
408
|
+
<string name="typographyLinkTextFocusS">Regular 12px/150% Sage UI</string>
|
|
409
|
+
<string name="typographyLinkTextFocusM">Regular 14px/150% Sage UI</string>
|
|
410
|
+
<string name="typographyLinkTextFocusL">Regular 16px/150% Sage UI</string>
|
|
408
411
|
<string name="typographyMenuLabelM">Medium 14px/150% Sage UI</string>
|
|
409
412
|
<string name="typographyMenuLabelL">Medium 16px/150% Sage UI</string>
|
|
410
413
|
<string name="typographyMenuSegmentTitleM">Medium 14px/150% Sage UI</string>
|
package/android/origin.xml
CHANGED
package/css/base.css
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Wed, 29 Mar 2023 12:58:24 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -408,6 +408,9 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
408
408
|
--typographyLinkTextS: 400 12px/150% Sage UI;
|
|
409
409
|
--typographyLinkTextM: 400 14px/150% Sage UI;
|
|
410
410
|
--typographyLinkTextL: 400 16px/150% Sage UI;
|
|
411
|
+
--typographyLinkTextFocusS: 400 12px/150% Sage UI;
|
|
412
|
+
--typographyLinkTextFocusM: 400 14px/150% Sage UI;
|
|
413
|
+
--typographyLinkTextFocusL: 400 16px/150% Sage UI;
|
|
411
414
|
--typographyMenuLabelM: 500 14px/150% Sage UI;
|
|
412
415
|
--typographyMenuLabelL: 500 16px/150% Sage UI;
|
|
413
416
|
--typographyMenuSegmentTitleM: 500 14px/150% Sage UI;
|
package/css/origin.css
CHANGED
package/data/tokens.json
CHANGED
|
@@ -2307,12 +2307,12 @@
|
|
|
2307
2307
|
"025": {
|
|
2308
2308
|
"value": "2px",
|
|
2309
2309
|
"type": "borderRadius",
|
|
2310
|
-
"description": "Checkbox (small), Pill"
|
|
2310
|
+
"description": "Checkbox (small), Link (focus background),Pill"
|
|
2311
2311
|
},
|
|
2312
2312
|
"050": {
|
|
2313
2313
|
"value": "4px",
|
|
2314
2314
|
"type": "borderRadius",
|
|
2315
|
-
"description": "Checkbox (large), Color picker advanced (inner container), Date picker, Date range, Dropdown: select (trigger & menu), File input,
|
|
2315
|
+
"description": "Checkbox (large), Color picker advanced (inner container), Date picker, Date range, Dropdown: select (trigger & menu), File input, Search, Text area, Text input, Tooltip."
|
|
2316
2316
|
}
|
|
2317
2317
|
},
|
|
2318
2318
|
"typography": {
|
|
@@ -3333,6 +3333,48 @@
|
|
|
3333
3333
|
},
|
|
3334
3334
|
"type": "typography"
|
|
3335
3335
|
}
|
|
3336
|
+
},
|
|
3337
|
+
"textFocus": {
|
|
3338
|
+
"s": {
|
|
3339
|
+
"value": {
|
|
3340
|
+
"fontFamily": "Sage UI",
|
|
3341
|
+
"fontWeight": "Regular",
|
|
3342
|
+
"lineHeight": "150%",
|
|
3343
|
+
"fontSize": "12px",
|
|
3344
|
+
"letterSpacing": "0%",
|
|
3345
|
+
"paragraphSpacing": "0px",
|
|
3346
|
+
"textDecoration": "none",
|
|
3347
|
+
"textCase": "none"
|
|
3348
|
+
},
|
|
3349
|
+
"type": "typography",
|
|
3350
|
+
"description": "Small font size, not recommended for use, as not accessible"
|
|
3351
|
+
},
|
|
3352
|
+
"m": {
|
|
3353
|
+
"value": {
|
|
3354
|
+
"fontFamily": "Sage UI",
|
|
3355
|
+
"fontWeight": "Regular",
|
|
3356
|
+
"lineHeight": "150%",
|
|
3357
|
+
"fontSize": "14px",
|
|
3358
|
+
"letterSpacing": "0%",
|
|
3359
|
+
"paragraphSpacing": "0px",
|
|
3360
|
+
"textDecoration": "none",
|
|
3361
|
+
"textCase": "none"
|
|
3362
|
+
},
|
|
3363
|
+
"type": "typography"
|
|
3364
|
+
},
|
|
3365
|
+
"l": {
|
|
3366
|
+
"value": {
|
|
3367
|
+
"fontFamily": "Sage UI",
|
|
3368
|
+
"fontWeight": "Regular",
|
|
3369
|
+
"lineHeight": "150%",
|
|
3370
|
+
"fontSize": "16px",
|
|
3371
|
+
"letterSpacing": "0%",
|
|
3372
|
+
"paragraphSpacing": "0px",
|
|
3373
|
+
"textDecoration": "none",
|
|
3374
|
+
"textCase": "none"
|
|
3375
|
+
},
|
|
3376
|
+
"type": "typography"
|
|
3377
|
+
}
|
|
3336
3378
|
}
|
|
3337
3379
|
},
|
|
3338
3380
|
"menu": {
|
|
@@ -8834,6 +8834,69 @@
|
|
|
8834
8834
|
|
|
8835
8835
|
</td>
|
|
8836
8836
|
</tr>
|
|
8837
|
+
<tr>
|
|
8838
|
+
<td class="with-icons is-vcentered"
|
|
8839
|
+
id="base-typographyLinkTextFocusS"
|
|
8840
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: s; ">
|
|
8841
|
+
typographyLinkTextFocusS
|
|
8842
|
+
<a href="#base-typographyLinkTextFocusS"
|
|
8843
|
+
title="permalink"
|
|
8844
|
+
class="permalink">
|
|
8845
|
+
🔗
|
|
8846
|
+
</a>
|
|
8847
|
+
</td>
|
|
8848
|
+
<td class="is-vcentered">
|
|
8849
|
+
<pre>400 12px/150% Sage UI</pre>
|
|
8850
|
+
</td>
|
|
8851
|
+
<td class="is-vcentered">
|
|
8852
|
+
<div class="table__typography-preview">
|
|
8853
|
+
n/a
|
|
8854
|
+
</div>
|
|
8855
|
+
|
|
8856
|
+
</td>
|
|
8857
|
+
</tr>
|
|
8858
|
+
<tr>
|
|
8859
|
+
<td class="with-icons is-vcentered"
|
|
8860
|
+
id="base-typographyLinkTextFocusM"
|
|
8861
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: m; ">
|
|
8862
|
+
typographyLinkTextFocusM
|
|
8863
|
+
<a href="#base-typographyLinkTextFocusM"
|
|
8864
|
+
title="permalink"
|
|
8865
|
+
class="permalink">
|
|
8866
|
+
🔗
|
|
8867
|
+
</a>
|
|
8868
|
+
</td>
|
|
8869
|
+
<td class="is-vcentered">
|
|
8870
|
+
<pre>400 14px/150% Sage UI</pre>
|
|
8871
|
+
</td>
|
|
8872
|
+
<td class="is-vcentered">
|
|
8873
|
+
<div class="table__typography-preview">
|
|
8874
|
+
n/a
|
|
8875
|
+
</div>
|
|
8876
|
+
|
|
8877
|
+
</td>
|
|
8878
|
+
</tr>
|
|
8879
|
+
<tr>
|
|
8880
|
+
<td class="with-icons is-vcentered"
|
|
8881
|
+
id="base-typographyLinkTextFocusL"
|
|
8882
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: l; ">
|
|
8883
|
+
typographyLinkTextFocusL
|
|
8884
|
+
<a href="#base-typographyLinkTextFocusL"
|
|
8885
|
+
title="permalink"
|
|
8886
|
+
class="permalink">
|
|
8887
|
+
🔗
|
|
8888
|
+
</a>
|
|
8889
|
+
</td>
|
|
8890
|
+
<td class="is-vcentered">
|
|
8891
|
+
<pre>400 16px/150% Sage UI</pre>
|
|
8892
|
+
</td>
|
|
8893
|
+
<td class="is-vcentered">
|
|
8894
|
+
<div class="table__typography-preview">
|
|
8895
|
+
n/a
|
|
8896
|
+
</div>
|
|
8897
|
+
|
|
8898
|
+
</td>
|
|
8899
|
+
</tr>
|
|
8837
8900
|
<tr>
|
|
8838
8901
|
<td class="with-icons is-vcentered"
|
|
8839
8902
|
id="base-typographyMenuLabelM"
|
|
@@ -1935,6 +1935,69 @@
|
|
|
1935
1935
|
|
|
1936
1936
|
</td>
|
|
1937
1937
|
</tr>
|
|
1938
|
+
<tr>
|
|
1939
|
+
<td class="with-icons is-vcentered"
|
|
1940
|
+
id="base-typographyLinkTextFocusS"
|
|
1941
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: s; ">
|
|
1942
|
+
typographyLinkTextFocusS
|
|
1943
|
+
<a href="#base-typographyLinkTextFocusS"
|
|
1944
|
+
title="permalink"
|
|
1945
|
+
class="permalink">
|
|
1946
|
+
🔗
|
|
1947
|
+
</a>
|
|
1948
|
+
</td>
|
|
1949
|
+
<td class="is-vcentered">
|
|
1950
|
+
<pre>400 12px/150% Sage UI</pre>
|
|
1951
|
+
</td>
|
|
1952
|
+
<td class="is-vcentered">
|
|
1953
|
+
<div class="table__typography-preview">
|
|
1954
|
+
n/a
|
|
1955
|
+
</div>
|
|
1956
|
+
|
|
1957
|
+
</td>
|
|
1958
|
+
</tr>
|
|
1959
|
+
<tr>
|
|
1960
|
+
<td class="with-icons is-vcentered"
|
|
1961
|
+
id="base-typographyLinkTextFocusM"
|
|
1962
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: m; ">
|
|
1963
|
+
typographyLinkTextFocusM
|
|
1964
|
+
<a href="#base-typographyLinkTextFocusM"
|
|
1965
|
+
title="permalink"
|
|
1966
|
+
class="permalink">
|
|
1967
|
+
🔗
|
|
1968
|
+
</a>
|
|
1969
|
+
</td>
|
|
1970
|
+
<td class="is-vcentered">
|
|
1971
|
+
<pre>400 14px/150% Sage UI</pre>
|
|
1972
|
+
</td>
|
|
1973
|
+
<td class="is-vcentered">
|
|
1974
|
+
<div class="table__typography-preview">
|
|
1975
|
+
n/a
|
|
1976
|
+
</div>
|
|
1977
|
+
|
|
1978
|
+
</td>
|
|
1979
|
+
</tr>
|
|
1980
|
+
<tr>
|
|
1981
|
+
<td class="with-icons is-vcentered"
|
|
1982
|
+
id="base-typographyLinkTextFocusL"
|
|
1983
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: l; ">
|
|
1984
|
+
typographyLinkTextFocusL
|
|
1985
|
+
<a href="#base-typographyLinkTextFocusL"
|
|
1986
|
+
title="permalink"
|
|
1987
|
+
class="permalink">
|
|
1988
|
+
🔗
|
|
1989
|
+
</a>
|
|
1990
|
+
</td>
|
|
1991
|
+
<td class="is-vcentered">
|
|
1992
|
+
<pre>400 16px/150% Sage UI</pre>
|
|
1993
|
+
</td>
|
|
1994
|
+
<td class="is-vcentered">
|
|
1995
|
+
<div class="table__typography-preview">
|
|
1996
|
+
n/a
|
|
1997
|
+
</div>
|
|
1998
|
+
|
|
1999
|
+
</td>
|
|
2000
|
+
</tr>
|
|
1938
2001
|
<tr>
|
|
1939
2002
|
<td class="with-icons is-vcentered"
|
|
1940
2003
|
id="base-typographyMenuLabelM"
|
package/docs/tokens/index.html
CHANGED
|
@@ -11352,6 +11352,69 @@
|
|
|
11352
11352
|
|
|
11353
11353
|
</td>
|
|
11354
11354
|
</tr>
|
|
11355
|
+
<tr>
|
|
11356
|
+
<td class="with-icons is-vcentered"
|
|
11357
|
+
id="base-typographyLinkTextFocusS"
|
|
11358
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: s; ">
|
|
11359
|
+
typographyLinkTextFocusS
|
|
11360
|
+
<a href="#base-typographyLinkTextFocusS"
|
|
11361
|
+
title="permalink"
|
|
11362
|
+
class="permalink">
|
|
11363
|
+
🔗
|
|
11364
|
+
</a>
|
|
11365
|
+
</td>
|
|
11366
|
+
<td class="is-vcentered">
|
|
11367
|
+
<pre>400 12px/150% Sage UI</pre>
|
|
11368
|
+
</td>
|
|
11369
|
+
<td class="is-vcentered">
|
|
11370
|
+
<div class="table__typography-preview">
|
|
11371
|
+
n/a
|
|
11372
|
+
</div>
|
|
11373
|
+
|
|
11374
|
+
</td>
|
|
11375
|
+
</tr>
|
|
11376
|
+
<tr>
|
|
11377
|
+
<td class="with-icons is-vcentered"
|
|
11378
|
+
id="base-typographyLinkTextFocusM"
|
|
11379
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: m; ">
|
|
11380
|
+
typographyLinkTextFocusM
|
|
11381
|
+
<a href="#base-typographyLinkTextFocusM"
|
|
11382
|
+
title="permalink"
|
|
11383
|
+
class="permalink">
|
|
11384
|
+
🔗
|
|
11385
|
+
</a>
|
|
11386
|
+
</td>
|
|
11387
|
+
<td class="is-vcentered">
|
|
11388
|
+
<pre>400 14px/150% Sage UI</pre>
|
|
11389
|
+
</td>
|
|
11390
|
+
<td class="is-vcentered">
|
|
11391
|
+
<div class="table__typography-preview">
|
|
11392
|
+
n/a
|
|
11393
|
+
</div>
|
|
11394
|
+
|
|
11395
|
+
</td>
|
|
11396
|
+
</tr>
|
|
11397
|
+
<tr>
|
|
11398
|
+
<td class="with-icons is-vcentered"
|
|
11399
|
+
id="base-typographyLinkTextFocusL"
|
|
11400
|
+
title="theme: base; category: typography; group: link; name: textFocus; variant: l; ">
|
|
11401
|
+
typographyLinkTextFocusL
|
|
11402
|
+
<a href="#base-typographyLinkTextFocusL"
|
|
11403
|
+
title="permalink"
|
|
11404
|
+
class="permalink">
|
|
11405
|
+
🔗
|
|
11406
|
+
</a>
|
|
11407
|
+
</td>
|
|
11408
|
+
<td class="is-vcentered">
|
|
11409
|
+
<pre>400 16px/150% Sage UI</pre>
|
|
11410
|
+
</td>
|
|
11411
|
+
<td class="is-vcentered">
|
|
11412
|
+
<div class="table__typography-preview">
|
|
11413
|
+
n/a
|
|
11414
|
+
</div>
|
|
11415
|
+
|
|
11416
|
+
</td>
|
|
11417
|
+
</tr>
|
|
11355
11418
|
<tr>
|
|
11356
11419
|
<td class="with-icons is-vcentered"
|
|
11357
11420
|
id="base-typographyMenuLabelM"
|
package/ios/base.h
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Wed, 29 Mar 2023 12:58:24 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -410,6 +410,9 @@
|
|
|
410
410
|
#define typographyLinkTextS Regular 12px/150% Sage UI
|
|
411
411
|
#define typographyLinkTextM Regular 14px/150% Sage UI
|
|
412
412
|
#define typographyLinkTextL Regular 16px/150% Sage UI
|
|
413
|
+
#define typographyLinkTextFocusS Regular 12px/150% Sage UI
|
|
414
|
+
#define typographyLinkTextFocusM Regular 14px/150% Sage UI
|
|
415
|
+
#define typographyLinkTextFocusL Regular 16px/150% Sage UI
|
|
413
416
|
#define typographyMenuLabelM Medium 14px/150% Sage UI
|
|
414
417
|
#define typographyMenuLabelL Medium 16px/150% Sage UI
|
|
415
418
|
#define typographyMenuSegmentTitleM Medium 14px/150% Sage UI
|
package/ios/dashboard/darkMode.h
CHANGED
package/ios/origin.h
CHANGED
package/js/base/common.d.ts
CHANGED
|
@@ -398,6 +398,9 @@ export const typographyFormFieldCharacterCountL: string;
|
|
|
398
398
|
export const typographyLinkTextS: string;
|
|
399
399
|
export const typographyLinkTextM: string;
|
|
400
400
|
export const typographyLinkTextL: string;
|
|
401
|
+
export const typographyLinkTextFocusS: string;
|
|
402
|
+
export const typographyLinkTextFocusM: string;
|
|
403
|
+
export const typographyLinkTextFocusL: string;
|
|
401
404
|
export const typographyMenuLabelM: string;
|
|
402
405
|
export const typographyMenuLabelL: string;
|
|
403
406
|
export const typographyMenuSegmentTitleM: string;
|
package/js/base/common.js
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Wed, 29 Mar 2023 12:58:24 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -408,6 +408,9 @@ module.exports = {
|
|
|
408
408
|
typographyLinkTextS: '400 12px/150% Sage UI',
|
|
409
409
|
typographyLinkTextM: '400 14px/150% Sage UI',
|
|
410
410
|
typographyLinkTextL: '400 16px/150% Sage UI',
|
|
411
|
+
typographyLinkTextFocusS: '400 12px/150% Sage UI',
|
|
412
|
+
typographyLinkTextFocusM: '400 14px/150% Sage UI',
|
|
413
|
+
typographyLinkTextFocusL: '400 16px/150% Sage UI',
|
|
411
414
|
typographyMenuLabelM: '500 14px/150% Sage UI',
|
|
412
415
|
typographyMenuLabelL: '500 16px/150% Sage UI',
|
|
413
416
|
typographyMenuSegmentTitleM: '500 14px/150% Sage UI',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -399,6 +399,9 @@ declare namespace _default {
|
|
|
399
399
|
const typographyLinkTextS: string;
|
|
400
400
|
const typographyLinkTextM: string;
|
|
401
401
|
const typographyLinkTextL: string;
|
|
402
|
+
const typographyLinkTextFocusS: string;
|
|
403
|
+
const typographyLinkTextFocusM: string;
|
|
404
|
+
const typographyLinkTextFocusL: string;
|
|
402
405
|
const typographyMenuLabelM: string;
|
|
403
406
|
const typographyMenuLabelL: string;
|
|
404
407
|
const typographyMenuSegmentTitleM: string;
|
package/js/base/es6.js
CHANGED
|
@@ -403,6 +403,9 @@ export default {
|
|
|
403
403
|
typographyLinkTextS: '400 12px/150% Sage UI',
|
|
404
404
|
typographyLinkTextM: '400 14px/150% Sage UI',
|
|
405
405
|
typographyLinkTextL: '400 16px/150% Sage UI',
|
|
406
|
+
typographyLinkTextFocusS: '400 12px/150% Sage UI',
|
|
407
|
+
typographyLinkTextFocusM: '400 14px/150% Sage UI',
|
|
408
|
+
typographyLinkTextFocusL: '400 16px/150% Sage UI',
|
|
406
409
|
typographyMenuLabelM: '500 14px/150% Sage UI',
|
|
407
410
|
typographyMenuLabelL: '500 16px/150% Sage UI',
|
|
408
411
|
typographyMenuSegmentTitleM: '500 14px/150% Sage UI',
|
package/js/origin/common.js
CHANGED
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": "4.
|
|
9
|
+
"version": "4.16.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
|
package/scss/base.scss
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Wed, 29 Mar 2023 12:58:24 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -406,6 +406,9 @@ $typographyFormFieldCharacterCountL: 400 16px/150% Sage UI;
|
|
|
406
406
|
$typographyLinkTextS: 400 12px/150% Sage UI;
|
|
407
407
|
$typographyLinkTextM: 400 14px/150% Sage UI;
|
|
408
408
|
$typographyLinkTextL: 400 16px/150% Sage UI;
|
|
409
|
+
$typographyLinkTextFocusS: 400 12px/150% Sage UI;
|
|
410
|
+
$typographyLinkTextFocusM: 400 14px/150% Sage UI;
|
|
411
|
+
$typographyLinkTextFocusL: 400 16px/150% Sage UI;
|
|
409
412
|
$typographyMenuLabelM: 500 14px/150% Sage UI;
|
|
410
413
|
$typographyMenuLabelL: 500 16px/150% Sage UI;
|
|
411
414
|
$typographyMenuSegmentTitleM: 500 14px/150% Sage UI;
|
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Wed, 29 Mar 2023 12:58:24 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Dashboard Dark-Mode Token Set;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Wed, 29 Mar 2023 12:58:24 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Dashboard Light-Mode Token Set;
|
|
10
10
|
$metaPublic: true;
|
package/scss/origin.scss
CHANGED
|
Binary file
|