@sage/design-tokens 4.3.0 → 4.4.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 +1 -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 +1 -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 +5 -5
- package/ios/base.h +1 -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.js +1 -1
- 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.4.0.tgz +0 -0
- package/scss/base.scss +1 -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.3.0.tgz +0 -0
package/android/base.xml
CHANGED
package/android/origin.xml
CHANGED
package/css/base.css
CHANGED
package/css/origin.css
CHANGED
package/data/tokens.json
CHANGED
|
@@ -1642,17 +1642,17 @@
|
|
|
1642
1642
|
"100": {
|
|
1643
1643
|
"value": "8px",
|
|
1644
1644
|
"type": "borderRadius",
|
|
1645
|
-
"description": "
|
|
1645
|
+
"description": "Action popover (menu), Anchor navigation, Button: minor (including button bar), Button: multi-action & split (menu), Button toggle: minor, Card (compact stacking), Card select (single), Card select group (outer corners), Color picker (container), Menu (bottom corners), Message, Navigation: top (menu bottom corners), Pagination, Tab, Table, Toast."
|
|
1646
1646
|
},
|
|
1647
1647
|
"200": {
|
|
1648
1648
|
"value": "16px",
|
|
1649
1649
|
"type": "borderRadius",
|
|
1650
|
-
"description": "
|
|
1650
|
+
"description": "Carousel: what's new, Card (comfortable stacking), Dialog (not full screen), Tile, Tooltip."
|
|
1651
1651
|
},
|
|
1652
1652
|
"400": {
|
|
1653
1653
|
"value": "32px",
|
|
1654
1654
|
"type": "borderRadius",
|
|
1655
|
-
"description": "Action popover (button), Button: major (including button
|
|
1655
|
+
"description": "Action popover (button), Button: major (including button bar), Button: multi-action & split, Button toggle: major."
|
|
1656
1656
|
},
|
|
1657
1657
|
"circle": {
|
|
1658
1658
|
"value": "50%",
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"000": {
|
|
1663
1663
|
"value": "0px",
|
|
1664
1664
|
"type": "borderRadius",
|
|
1665
|
-
"description": "
|
|
1665
|
+
"description": "Button groups (internal/adjacent corners), Card select group (internal/adjacent corners), File input (integrated base bar top corners)"
|
|
1666
1666
|
},
|
|
1667
1667
|
"010": {
|
|
1668
1668
|
"value": "1px",
|
|
@@ -1677,7 +1677,7 @@
|
|
|
1677
1677
|
"050": {
|
|
1678
1678
|
"value": "4px",
|
|
1679
1679
|
"type": "borderRadius",
|
|
1680
|
-
"description": "Checkbox (large), Date picker, Dropdown: select
|
|
1680
|
+
"description": "Checkbox (large), Color picker (inner container), Date picker, Date range, Dropdown: select (trigger & menu), File input, Link (focus), Search, Text area, Text input."
|
|
1681
1681
|
}
|
|
1682
1682
|
},
|
|
1683
1683
|
"typography": {
|
package/ios/base.h
CHANGED
package/ios/dashboard/darkMode.h
CHANGED
package/ios/origin.h
CHANGED
package/js/base/common.js
CHANGED
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.4.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 Thu, 19 Jan 2023 16:
|
|
7
|
+
// Generated on Thu, 19 Jan 2023 16:57:54 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 Thu, 19 Jan 2023 16:
|
|
7
|
+
// Generated on Thu, 19 Jan 2023 16:57:54 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Dashboard Light-Mode Token Set;
|
|
10
10
|
$metaPublic: true;
|
package/scss/origin.scss
CHANGED
|
Binary file
|