@sage/design-tokens 2.58.0 → 2.60.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 +5 -1
- package/android/origin.xml +1 -1
- package/css/base.css +5 -1
- package/css/origin.css +1 -1
- package/data/tokens.json +33 -5
- package/docs/tokens/base/colors/index.html +84 -0
- package/docs/tokens/base/index.html +84 -0
- package/docs/tokens/index.html +84 -0
- package/ios/base.h +5 -1
- package/ios/origin.h +1 -1
- package/js/base/common.d.ts +4 -0
- package/js/base/common.js +5 -1
- package/js/base/es6.d.ts +4 -0
- package/js/base/es6.js +4 -0
- package/js/origin/common.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-2.60.0.tgz +0 -0
- package/scss/base.scss +5 -1
- package/scss/origin.scss +1 -1
- package/sage-design-tokens-2.58.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 Tue, 06 Dec 2022 16:01:08 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -145,6 +145,10 @@
|
|
|
145
145
|
<string name="colorsReadOnly400">#f2f5f6ff</string>
|
|
146
146
|
<string name="colorsReadOnly500">#e6ebedff</string>
|
|
147
147
|
<string name="colorsReadOnly600">#ccd6dbff</string>
|
|
148
|
+
<string name="colorsComponentsLeftnavWinterStandard500">#262626ff</string>
|
|
149
|
+
<string name="colorsComponentsLeftnavWinterStandard600">#007e45ff</string>
|
|
150
|
+
<string name="colorsComponentsLeftnavWinterStandard800">#ffffff4d</string>
|
|
151
|
+
<string name="colorsComponentsLeftnavYang100">#ffffffff</string>
|
|
148
152
|
<string name="colorsComponentsMenuSpringStandard500">#e6ebedff</string>
|
|
149
153
|
<string name="colorsComponentsMenuSpringStandard600">#007e45ff</string>
|
|
150
154
|
<string name="colorsComponentsMenuSpringStandard700">#d9e0e4ff</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 Tue, 06 Dec 2022 16:01:08 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -148,6 +148,10 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
148
148
|
--colorsReadOnly400: #f2f5f6ff;
|
|
149
149
|
--colorsReadOnly500: #e6ebedff;
|
|
150
150
|
--colorsReadOnly600: #ccd6dbff;
|
|
151
|
+
--colorsComponentsLeftnavWinterStandard500: #262626ff;
|
|
152
|
+
--colorsComponentsLeftnavWinterStandard600: #007e45ff;
|
|
153
|
+
--colorsComponentsLeftnavWinterStandard800: #ffffff4d;
|
|
154
|
+
--colorsComponentsLeftnavYang100: #ffffffff;
|
|
151
155
|
--colorsComponentsMenuSpringStandard500: #e6ebedff;
|
|
152
156
|
--colorsComponentsMenuSpringStandard600: #007e45ff;
|
|
153
157
|
--colorsComponentsMenuSpringStandard700: #d9e0e4ff;
|
package/css/origin.css
CHANGED
package/data/tokens.json
CHANGED
|
@@ -702,6 +702,34 @@
|
|
|
702
702
|
}
|
|
703
703
|
},
|
|
704
704
|
"components": {
|
|
705
|
+
"leftnav": {
|
|
706
|
+
"winter": {
|
|
707
|
+
"standard": {
|
|
708
|
+
"500": {
|
|
709
|
+
"value": "#262626ff",
|
|
710
|
+
"type": "color",
|
|
711
|
+
"description": "Navigation bar bg (FY23)"
|
|
712
|
+
},
|
|
713
|
+
"600": {
|
|
714
|
+
"value": "#007e45ff",
|
|
715
|
+
"type": "color",
|
|
716
|
+
"description": "NavigationLeft menu item hover (FY23)"
|
|
717
|
+
},
|
|
718
|
+
"800": {
|
|
719
|
+
"value": "#ffffff4d",
|
|
720
|
+
"type": "color",
|
|
721
|
+
"description": "NavigationLeft menu item selected (FY23)"
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"yang": {
|
|
726
|
+
"100": {
|
|
727
|
+
"value": "#ffffffff",
|
|
728
|
+
"type": "color",
|
|
729
|
+
"description": "NavigationLeft menu item text and icons (FY23)"
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
},
|
|
705
733
|
"menu": {
|
|
706
734
|
"spring": {
|
|
707
735
|
"standard": {
|
|
@@ -1595,17 +1623,17 @@
|
|
|
1595
1623
|
"100": {
|
|
1596
1624
|
"value": "8px",
|
|
1597
1625
|
"type": "borderRadius",
|
|
1598
|
-
"description": "
|
|
1626
|
+
"description": "Accordion (small), Action popover (menu), Anchor navigation, Button: multi-action & split (menu), Card (tightly stacked), Color picker (container), Menu (bottom corners), Message, Pagination, Tab, Table, Toast, Navigation: top (menu bottom corners)."
|
|
1599
1627
|
},
|
|
1600
1628
|
"200": {
|
|
1601
1629
|
"value": "16px",
|
|
1602
1630
|
"type": "borderRadius",
|
|
1603
|
-
"description": "Carousel:
|
|
1631
|
+
"description": "Accordion (large), Carousel: what's new, Card (larger spaced), Dialog (not full screen), Tile, Tile select, Tooltip."
|
|
1604
1632
|
},
|
|
1605
1633
|
"400": {
|
|
1606
1634
|
"value": "32px",
|
|
1607
1635
|
"type": "borderRadius",
|
|
1608
|
-
"description": "Action popover (button), Button
|
|
1636
|
+
"description": "Action popover (button), Button: major & minor (including button bars), Button: multi-action & split, Button: toggle."
|
|
1609
1637
|
},
|
|
1610
1638
|
"circle": {
|
|
1611
1639
|
"value": "50%",
|
|
@@ -1615,12 +1643,12 @@
|
|
|
1615
1643
|
"025": {
|
|
1616
1644
|
"value": "2px",
|
|
1617
1645
|
"type": "borderRadius",
|
|
1618
|
-
"description": "Checkbox
|
|
1646
|
+
"description": "Checkbox (small)"
|
|
1619
1647
|
},
|
|
1620
1648
|
"050": {
|
|
1621
1649
|
"value": "4px",
|
|
1622
1650
|
"type": "borderRadius",
|
|
1623
|
-
"description": "Checkbox
|
|
1651
|
+
"description": "Checkbox (large), Date picker, Dropdown: select, (trigger & menu), Link (focus), Pill, Search, Text area, Text input"
|
|
1624
1652
|
},
|
|
1625
1653
|
"000": {
|
|
1626
1654
|
"value": "0px",
|
|
@@ -3195,6 +3195,90 @@
|
|
|
3195
3195
|
|
|
3196
3196
|
</td>
|
|
3197
3197
|
</tr>
|
|
3198
|
+
<tr>
|
|
3199
|
+
<td class="with-icons is-vcentered"
|
|
3200
|
+
id="base-colorsComponentsLeftnavWinterStandard500"
|
|
3201
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 500; ">
|
|
3202
|
+
colorsComponentsLeftnavWinterStandard500
|
|
3203
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard500"
|
|
3204
|
+
title="permalink"
|
|
3205
|
+
class="permalink">
|
|
3206
|
+
🔗
|
|
3207
|
+
</a>
|
|
3208
|
+
</td>
|
|
3209
|
+
<td class="is-vcentered">
|
|
3210
|
+
<pre>#262626ff</pre>
|
|
3211
|
+
</td>
|
|
3212
|
+
<td class="is-vcentered">
|
|
3213
|
+
<div class="table__color-preview"
|
|
3214
|
+
style="background-color: #262626ff;">
|
|
3215
|
+
</div>
|
|
3216
|
+
|
|
3217
|
+
</td>
|
|
3218
|
+
</tr>
|
|
3219
|
+
<tr>
|
|
3220
|
+
<td class="with-icons is-vcentered"
|
|
3221
|
+
id="base-colorsComponentsLeftnavWinterStandard600"
|
|
3222
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 600; ">
|
|
3223
|
+
colorsComponentsLeftnavWinterStandard600
|
|
3224
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard600"
|
|
3225
|
+
title="permalink"
|
|
3226
|
+
class="permalink">
|
|
3227
|
+
🔗
|
|
3228
|
+
</a>
|
|
3229
|
+
</td>
|
|
3230
|
+
<td class="is-vcentered">
|
|
3231
|
+
<pre>#007e45ff</pre>
|
|
3232
|
+
</td>
|
|
3233
|
+
<td class="is-vcentered">
|
|
3234
|
+
<div class="table__color-preview"
|
|
3235
|
+
style="background-color: #007e45ff;">
|
|
3236
|
+
</div>
|
|
3237
|
+
|
|
3238
|
+
</td>
|
|
3239
|
+
</tr>
|
|
3240
|
+
<tr>
|
|
3241
|
+
<td class="with-icons is-vcentered"
|
|
3242
|
+
id="base-colorsComponentsLeftnavWinterStandard800"
|
|
3243
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 800; ">
|
|
3244
|
+
colorsComponentsLeftnavWinterStandard800
|
|
3245
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard800"
|
|
3246
|
+
title="permalink"
|
|
3247
|
+
class="permalink">
|
|
3248
|
+
🔗
|
|
3249
|
+
</a>
|
|
3250
|
+
</td>
|
|
3251
|
+
<td class="is-vcentered">
|
|
3252
|
+
<pre>#ffffff4d</pre>
|
|
3253
|
+
</td>
|
|
3254
|
+
<td class="is-vcentered">
|
|
3255
|
+
<div class="table__color-preview"
|
|
3256
|
+
style="background-color: #ffffff4d;">
|
|
3257
|
+
</div>
|
|
3258
|
+
|
|
3259
|
+
</td>
|
|
3260
|
+
</tr>
|
|
3261
|
+
<tr>
|
|
3262
|
+
<td class="with-icons is-vcentered"
|
|
3263
|
+
id="base-colorsComponentsLeftnavYang100"
|
|
3264
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: yang; variant: 100; ">
|
|
3265
|
+
colorsComponentsLeftnavYang100
|
|
3266
|
+
<a href="#base-colorsComponentsLeftnavYang100"
|
|
3267
|
+
title="permalink"
|
|
3268
|
+
class="permalink">
|
|
3269
|
+
🔗
|
|
3270
|
+
</a>
|
|
3271
|
+
</td>
|
|
3272
|
+
<td class="is-vcentered">
|
|
3273
|
+
<pre>#ffffffff</pre>
|
|
3274
|
+
</td>
|
|
3275
|
+
<td class="is-vcentered">
|
|
3276
|
+
<div class="table__color-preview"
|
|
3277
|
+
style="background-color: #ffffffff;">
|
|
3278
|
+
</div>
|
|
3279
|
+
|
|
3280
|
+
</td>
|
|
3281
|
+
</tr>
|
|
3198
3282
|
<tr>
|
|
3199
3283
|
<td class="with-icons is-vcentered"
|
|
3200
3284
|
id="base-colorsComponentsMenuSpringStandard500"
|
|
@@ -3191,6 +3191,90 @@
|
|
|
3191
3191
|
|
|
3192
3192
|
</td>
|
|
3193
3193
|
</tr>
|
|
3194
|
+
<tr>
|
|
3195
|
+
<td class="with-icons is-vcentered"
|
|
3196
|
+
id="base-colorsComponentsLeftnavWinterStandard500"
|
|
3197
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 500; ">
|
|
3198
|
+
colorsComponentsLeftnavWinterStandard500
|
|
3199
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard500"
|
|
3200
|
+
title="permalink"
|
|
3201
|
+
class="permalink">
|
|
3202
|
+
🔗
|
|
3203
|
+
</a>
|
|
3204
|
+
</td>
|
|
3205
|
+
<td class="is-vcentered">
|
|
3206
|
+
<pre>#262626ff</pre>
|
|
3207
|
+
</td>
|
|
3208
|
+
<td class="is-vcentered">
|
|
3209
|
+
<div class="table__color-preview"
|
|
3210
|
+
style="background-color: #262626ff;">
|
|
3211
|
+
</div>
|
|
3212
|
+
|
|
3213
|
+
</td>
|
|
3214
|
+
</tr>
|
|
3215
|
+
<tr>
|
|
3216
|
+
<td class="with-icons is-vcentered"
|
|
3217
|
+
id="base-colorsComponentsLeftnavWinterStandard600"
|
|
3218
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 600; ">
|
|
3219
|
+
colorsComponentsLeftnavWinterStandard600
|
|
3220
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard600"
|
|
3221
|
+
title="permalink"
|
|
3222
|
+
class="permalink">
|
|
3223
|
+
🔗
|
|
3224
|
+
</a>
|
|
3225
|
+
</td>
|
|
3226
|
+
<td class="is-vcentered">
|
|
3227
|
+
<pre>#007e45ff</pre>
|
|
3228
|
+
</td>
|
|
3229
|
+
<td class="is-vcentered">
|
|
3230
|
+
<div class="table__color-preview"
|
|
3231
|
+
style="background-color: #007e45ff;">
|
|
3232
|
+
</div>
|
|
3233
|
+
|
|
3234
|
+
</td>
|
|
3235
|
+
</tr>
|
|
3236
|
+
<tr>
|
|
3237
|
+
<td class="with-icons is-vcentered"
|
|
3238
|
+
id="base-colorsComponentsLeftnavWinterStandard800"
|
|
3239
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 800; ">
|
|
3240
|
+
colorsComponentsLeftnavWinterStandard800
|
|
3241
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard800"
|
|
3242
|
+
title="permalink"
|
|
3243
|
+
class="permalink">
|
|
3244
|
+
🔗
|
|
3245
|
+
</a>
|
|
3246
|
+
</td>
|
|
3247
|
+
<td class="is-vcentered">
|
|
3248
|
+
<pre>#ffffff4d</pre>
|
|
3249
|
+
</td>
|
|
3250
|
+
<td class="is-vcentered">
|
|
3251
|
+
<div class="table__color-preview"
|
|
3252
|
+
style="background-color: #ffffff4d;">
|
|
3253
|
+
</div>
|
|
3254
|
+
|
|
3255
|
+
</td>
|
|
3256
|
+
</tr>
|
|
3257
|
+
<tr>
|
|
3258
|
+
<td class="with-icons is-vcentered"
|
|
3259
|
+
id="base-colorsComponentsLeftnavYang100"
|
|
3260
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: yang; variant: 100; ">
|
|
3261
|
+
colorsComponentsLeftnavYang100
|
|
3262
|
+
<a href="#base-colorsComponentsLeftnavYang100"
|
|
3263
|
+
title="permalink"
|
|
3264
|
+
class="permalink">
|
|
3265
|
+
🔗
|
|
3266
|
+
</a>
|
|
3267
|
+
</td>
|
|
3268
|
+
<td class="is-vcentered">
|
|
3269
|
+
<pre>#ffffffff</pre>
|
|
3270
|
+
</td>
|
|
3271
|
+
<td class="is-vcentered">
|
|
3272
|
+
<div class="table__color-preview"
|
|
3273
|
+
style="background-color: #ffffffff;">
|
|
3274
|
+
</div>
|
|
3275
|
+
|
|
3276
|
+
</td>
|
|
3277
|
+
</tr>
|
|
3194
3278
|
<tr>
|
|
3195
3279
|
<td class="with-icons is-vcentered"
|
|
3196
3280
|
id="base-colorsComponentsMenuSpringStandard500"
|
package/docs/tokens/index.html
CHANGED
|
@@ -3197,6 +3197,90 @@
|
|
|
3197
3197
|
|
|
3198
3198
|
</td>
|
|
3199
3199
|
</tr>
|
|
3200
|
+
<tr>
|
|
3201
|
+
<td class="with-icons is-vcentered"
|
|
3202
|
+
id="base-colorsComponentsLeftnavWinterStandard500"
|
|
3203
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 500; ">
|
|
3204
|
+
colorsComponentsLeftnavWinterStandard500
|
|
3205
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard500"
|
|
3206
|
+
title="permalink"
|
|
3207
|
+
class="permalink">
|
|
3208
|
+
🔗
|
|
3209
|
+
</a>
|
|
3210
|
+
</td>
|
|
3211
|
+
<td class="is-vcentered">
|
|
3212
|
+
<pre>#262626ff</pre>
|
|
3213
|
+
</td>
|
|
3214
|
+
<td class="is-vcentered">
|
|
3215
|
+
<div class="table__color-preview"
|
|
3216
|
+
style="background-color: #262626ff;">
|
|
3217
|
+
</div>
|
|
3218
|
+
|
|
3219
|
+
</td>
|
|
3220
|
+
</tr>
|
|
3221
|
+
<tr>
|
|
3222
|
+
<td class="with-icons is-vcentered"
|
|
3223
|
+
id="base-colorsComponentsLeftnavWinterStandard600"
|
|
3224
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 600; ">
|
|
3225
|
+
colorsComponentsLeftnavWinterStandard600
|
|
3226
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard600"
|
|
3227
|
+
title="permalink"
|
|
3228
|
+
class="permalink">
|
|
3229
|
+
🔗
|
|
3230
|
+
</a>
|
|
3231
|
+
</td>
|
|
3232
|
+
<td class="is-vcentered">
|
|
3233
|
+
<pre>#007e45ff</pre>
|
|
3234
|
+
</td>
|
|
3235
|
+
<td class="is-vcentered">
|
|
3236
|
+
<div class="table__color-preview"
|
|
3237
|
+
style="background-color: #007e45ff;">
|
|
3238
|
+
</div>
|
|
3239
|
+
|
|
3240
|
+
</td>
|
|
3241
|
+
</tr>
|
|
3242
|
+
<tr>
|
|
3243
|
+
<td class="with-icons is-vcentered"
|
|
3244
|
+
id="base-colorsComponentsLeftnavWinterStandard800"
|
|
3245
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: winter; element: standard; variant: 800; ">
|
|
3246
|
+
colorsComponentsLeftnavWinterStandard800
|
|
3247
|
+
<a href="#base-colorsComponentsLeftnavWinterStandard800"
|
|
3248
|
+
title="permalink"
|
|
3249
|
+
class="permalink">
|
|
3250
|
+
🔗
|
|
3251
|
+
</a>
|
|
3252
|
+
</td>
|
|
3253
|
+
<td class="is-vcentered">
|
|
3254
|
+
<pre>#ffffff4d</pre>
|
|
3255
|
+
</td>
|
|
3256
|
+
<td class="is-vcentered">
|
|
3257
|
+
<div class="table__color-preview"
|
|
3258
|
+
style="background-color: #ffffff4d;">
|
|
3259
|
+
</div>
|
|
3260
|
+
|
|
3261
|
+
</td>
|
|
3262
|
+
</tr>
|
|
3263
|
+
<tr>
|
|
3264
|
+
<td class="with-icons is-vcentered"
|
|
3265
|
+
id="base-colorsComponentsLeftnavYang100"
|
|
3266
|
+
title="theme: base; category: colors; group: components; name: leftnav; subgroup: yang; variant: 100; ">
|
|
3267
|
+
colorsComponentsLeftnavYang100
|
|
3268
|
+
<a href="#base-colorsComponentsLeftnavYang100"
|
|
3269
|
+
title="permalink"
|
|
3270
|
+
class="permalink">
|
|
3271
|
+
🔗
|
|
3272
|
+
</a>
|
|
3273
|
+
</td>
|
|
3274
|
+
<td class="is-vcentered">
|
|
3275
|
+
<pre>#ffffffff</pre>
|
|
3276
|
+
</td>
|
|
3277
|
+
<td class="is-vcentered">
|
|
3278
|
+
<div class="table__color-preview"
|
|
3279
|
+
style="background-color: #ffffffff;">
|
|
3280
|
+
</div>
|
|
3281
|
+
|
|
3282
|
+
</td>
|
|
3283
|
+
</tr>
|
|
3200
3284
|
<tr>
|
|
3201
3285
|
<td class="with-icons is-vcentered"
|
|
3202
3286
|
id="base-colorsComponentsMenuSpringStandard500"
|
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 Tue, 06 Dec 2022 16:01:08 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -150,6 +150,10 @@
|
|
|
150
150
|
#define colorsReadOnly400 #f2f5f6ff
|
|
151
151
|
#define colorsReadOnly500 #e6ebedff
|
|
152
152
|
#define colorsReadOnly600 #ccd6dbff
|
|
153
|
+
#define colorsComponentsLeftnavWinterStandard500 #262626ff
|
|
154
|
+
#define colorsComponentsLeftnavWinterStandard600 #007e45ff
|
|
155
|
+
#define colorsComponentsLeftnavWinterStandard800 #ffffff4d
|
|
156
|
+
#define colorsComponentsLeftnavYang100 #ffffffff
|
|
153
157
|
#define colorsComponentsMenuSpringStandard500 #e6ebedff
|
|
154
158
|
#define colorsComponentsMenuSpringStandard600 #007e45ff
|
|
155
159
|
#define colorsComponentsMenuSpringStandard700 #d9e0e4ff
|
package/ios/origin.h
CHANGED
package/js/base/common.d.ts
CHANGED
|
@@ -138,6 +138,10 @@ export const colorsDisabled600: string;
|
|
|
138
138
|
export const colorsReadOnly400: string;
|
|
139
139
|
export const colorsReadOnly500: string;
|
|
140
140
|
export const colorsReadOnly600: string;
|
|
141
|
+
export const colorsComponentsLeftnavWinterStandard500: string;
|
|
142
|
+
export const colorsComponentsLeftnavWinterStandard600: string;
|
|
143
|
+
export const colorsComponentsLeftnavWinterStandard800: string;
|
|
144
|
+
export const colorsComponentsLeftnavYang100: string;
|
|
141
145
|
export const colorsComponentsMenuSpringStandard500: string;
|
|
142
146
|
export const colorsComponentsMenuSpringStandard600: string;
|
|
143
147
|
export const colorsComponentsMenuSpringStandard700: 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 Tue, 06 Dec 2022 16:01:08 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -148,6 +148,10 @@ module.exports = {
|
|
|
148
148
|
colorsReadOnly400: '#f2f5f6ff',
|
|
149
149
|
colorsReadOnly500: '#e6ebedff',
|
|
150
150
|
colorsReadOnly600: '#ccd6dbff',
|
|
151
|
+
colorsComponentsLeftnavWinterStandard500: '#262626ff',
|
|
152
|
+
colorsComponentsLeftnavWinterStandard600: '#007e45ff',
|
|
153
|
+
colorsComponentsLeftnavWinterStandard800: '#ffffff4d',
|
|
154
|
+
colorsComponentsLeftnavYang100: '#ffffffff',
|
|
151
155
|
colorsComponentsMenuSpringStandard500: '#e6ebedff',
|
|
152
156
|
colorsComponentsMenuSpringStandard600: '#007e45ff',
|
|
153
157
|
colorsComponentsMenuSpringStandard700: '#d9e0e4ff',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -139,6 +139,10 @@ declare namespace _default {
|
|
|
139
139
|
const colorsReadOnly400: string;
|
|
140
140
|
const colorsReadOnly500: string;
|
|
141
141
|
const colorsReadOnly600: string;
|
|
142
|
+
const colorsComponentsLeftnavWinterStandard500: string;
|
|
143
|
+
const colorsComponentsLeftnavWinterStandard600: string;
|
|
144
|
+
const colorsComponentsLeftnavWinterStandard800: string;
|
|
145
|
+
const colorsComponentsLeftnavYang100: string;
|
|
142
146
|
const colorsComponentsMenuSpringStandard500: string;
|
|
143
147
|
const colorsComponentsMenuSpringStandard600: string;
|
|
144
148
|
const colorsComponentsMenuSpringStandard700: string;
|
package/js/base/es6.js
CHANGED
|
@@ -143,6 +143,10 @@ export default {
|
|
|
143
143
|
colorsReadOnly400: '#f2f5f6ff',
|
|
144
144
|
colorsReadOnly500: '#e6ebedff',
|
|
145
145
|
colorsReadOnly600: '#ccd6dbff',
|
|
146
|
+
colorsComponentsLeftnavWinterStandard500: '#262626ff',
|
|
147
|
+
colorsComponentsLeftnavWinterStandard600: '#007e45ff',
|
|
148
|
+
colorsComponentsLeftnavWinterStandard800: '#ffffff4d',
|
|
149
|
+
colorsComponentsLeftnavYang100: '#ffffffff',
|
|
146
150
|
colorsComponentsMenuSpringStandard500: '#e6ebedff',
|
|
147
151
|
colorsComponentsMenuSpringStandard600: '#007e45ff',
|
|
148
152
|
colorsComponentsMenuSpringStandard700: '#d9e0e4ff',
|
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": "2.
|
|
9
|
+
"version": "2.60.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 Tue, 06 Dec 2022 16:01:08 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -146,6 +146,10 @@ $colorsDisabled600: #ccd6dbff;
|
|
|
146
146
|
$colorsReadOnly400: #f2f5f6ff;
|
|
147
147
|
$colorsReadOnly500: #e6ebedff;
|
|
148
148
|
$colorsReadOnly600: #ccd6dbff;
|
|
149
|
+
$colorsComponentsLeftnavWinterStandard500: #262626ff;
|
|
150
|
+
$colorsComponentsLeftnavWinterStandard600: #007e45ff;
|
|
151
|
+
$colorsComponentsLeftnavWinterStandard800: #ffffff4d;
|
|
152
|
+
$colorsComponentsLeftnavYang100: #ffffffff;
|
|
149
153
|
$colorsComponentsMenuSpringStandard500: #e6ebedff;
|
|
150
154
|
$colorsComponentsMenuSpringStandard600: #007e45ff;
|
|
151
155
|
$colorsComponentsMenuSpringStandard700: #d9e0e4ff;
|
package/scss/origin.scss
CHANGED
|
Binary file
|