@sage/design-tokens 14.9.0 → 14.9.1
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 +9 -10
- package/css/frozenproduct/large/components/container.css +5 -2
- package/css/frozenproduct/large/components/nav.css +6 -4
- package/css/frozenproduct/large/global.css +6 -6
- package/css/frozenproduct/small/components/container.css +5 -2
- package/css/frozenproduct/small/components/nav.css +6 -4
- package/css/marketing/all.css +9 -6
- package/css/marketing/large/components/container.css +5 -2
- package/css/marketing/large/components/nav.css +6 -4
- package/css/marketing/large/global.css +6 -6
- package/css/marketing/small/components/container.css +5 -2
- package/css/marketing/small/components/nav.css +6 -4
- package/css/product/all.css +9 -6
- package/css/product/large/components/container.css +5 -2
- package/css/product/large/components/nav.css +6 -4
- package/css/product/large/global.css +6 -6
- package/css/product/small/components/container.css +5 -2
- package/css/product/small/components/nav.css +6 -4
- package/ios/frozenproduct/large/dark/components/container.h +5 -2
- package/ios/frozenproduct/large/dark/components/nav.h +2 -0
- package/ios/frozenproduct/large/global.h +2 -2
- package/ios/frozenproduct/large/light/components/container.h +5 -2
- package/ios/frozenproduct/large/light/components/nav.h +2 -0
- package/ios/frozenproduct/small/dark/components/container.h +5 -2
- package/ios/frozenproduct/small/dark/components/nav.h +2 -0
- package/ios/frozenproduct/small/light/components/container.h +5 -2
- package/ios/frozenproduct/small/light/components/nav.h +2 -0
- package/ios/marketing/large/dark/components/container.h +5 -2
- package/ios/marketing/large/dark/components/nav.h +2 -0
- package/ios/marketing/large/global.h +2 -2
- package/ios/marketing/large/light/components/container.h +5 -2
- package/ios/marketing/large/light/components/nav.h +2 -0
- package/ios/marketing/small/dark/components/container.h +5 -2
- package/ios/marketing/small/dark/components/nav.h +2 -0
- package/ios/marketing/small/light/components/container.h +5 -2
- package/ios/marketing/small/light/components/nav.h +2 -0
- package/ios/product/large/dark/components/container.h +5 -2
- package/ios/product/large/dark/components/nav.h +2 -0
- package/ios/product/large/global.h +2 -2
- package/ios/product/large/light/components/container.h +5 -2
- package/ios/product/large/light/components/nav.h +2 -0
- package/ios/product/small/dark/components/container.h +5 -2
- package/ios/product/small/dark/components/nav.h +2 -0
- package/ios/product/small/light/components/container.h +5 -2
- package/ios/product/small/light/components/nav.h +2 -0
- package/js/common/frozenproduct/large/dark/components/badge.js +1 -1
- package/js/common/frozenproduct/large/dark/components/container.d.ts +5 -0
- package/js/common/frozenproduct/large/dark/components/container.js +45 -4
- package/js/common/frozenproduct/large/dark/components/nav.d.ts +6 -0
- package/js/common/frozenproduct/large/dark/components/nav.js +42 -8
- package/js/common/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/common/frozenproduct/large/global.js +8 -8
- package/js/common/frozenproduct/large/light/components/badge.js +1 -1
- package/js/common/frozenproduct/large/light/components/container.d.ts +5 -0
- package/js/common/frozenproduct/large/light/components/container.js +45 -4
- package/js/common/frozenproduct/large/light/components/nav.d.ts +6 -0
- package/js/common/frozenproduct/large/light/components/nav.js +42 -8
- package/js/common/frozenproduct/large/light/components/profile.js +1 -1
- package/js/common/frozenproduct/small/dark/components/container.d.ts +5 -0
- package/js/common/frozenproduct/small/dark/components/container.js +45 -4
- package/js/common/frozenproduct/small/dark/components/nav.d.ts +6 -0
- package/js/common/frozenproduct/small/dark/components/nav.js +42 -8
- package/js/common/frozenproduct/small/light/components/container.d.ts +5 -0
- package/js/common/frozenproduct/small/light/components/container.js +45 -4
- package/js/common/frozenproduct/small/light/components/nav.d.ts +6 -0
- package/js/common/frozenproduct/small/light/components/nav.js +42 -8
- package/js/common/marketing/large/dark/components/badge.js +1 -1
- package/js/common/marketing/large/dark/components/container.d.ts +5 -0
- package/js/common/marketing/large/dark/components/container.js +45 -4
- package/js/common/marketing/large/dark/components/nav.d.ts +6 -0
- package/js/common/marketing/large/dark/components/nav.js +42 -8
- package/js/common/marketing/large/dark/components/profile.js +1 -1
- package/js/common/marketing/large/global.js +8 -8
- package/js/common/marketing/large/light/components/badge.js +1 -1
- package/js/common/marketing/large/light/components/container.d.ts +5 -0
- package/js/common/marketing/large/light/components/container.js +45 -4
- package/js/common/marketing/large/light/components/nav.d.ts +6 -0
- package/js/common/marketing/large/light/components/nav.js +42 -8
- package/js/common/marketing/large/light/components/profile.js +1 -1
- package/js/common/marketing/small/dark/components/container.d.ts +5 -0
- package/js/common/marketing/small/dark/components/container.js +45 -4
- package/js/common/marketing/small/dark/components/nav.d.ts +6 -0
- package/js/common/marketing/small/dark/components/nav.js +42 -8
- package/js/common/marketing/small/light/components/container.d.ts +5 -0
- package/js/common/marketing/small/light/components/container.js +45 -4
- package/js/common/marketing/small/light/components/nav.d.ts +6 -0
- package/js/common/marketing/small/light/components/nav.js +42 -8
- package/js/common/product/large/dark/components/badge.js +1 -1
- package/js/common/product/large/dark/components/container.d.ts +5 -0
- package/js/common/product/large/dark/components/container.js +45 -4
- package/js/common/product/large/dark/components/nav.d.ts +6 -0
- package/js/common/product/large/dark/components/nav.js +42 -8
- package/js/common/product/large/dark/components/profile.js +1 -1
- package/js/common/product/large/global.js +8 -8
- package/js/common/product/large/light/components/badge.js +1 -1
- package/js/common/product/large/light/components/container.d.ts +5 -0
- package/js/common/product/large/light/components/container.js +45 -4
- package/js/common/product/large/light/components/nav.d.ts +6 -0
- package/js/common/product/large/light/components/nav.js +42 -8
- package/js/common/product/large/light/components/profile.js +1 -1
- package/js/common/product/small/dark/components/container.d.ts +5 -0
- package/js/common/product/small/dark/components/container.js +45 -4
- package/js/common/product/small/dark/components/nav.d.ts +6 -0
- package/js/common/product/small/dark/components/nav.js +42 -8
- package/js/common/product/small/light/components/container.d.ts +5 -0
- package/js/common/product/small/light/components/container.js +45 -4
- package/js/common/product/small/light/components/nav.d.ts +6 -0
- package/js/common/product/small/light/components/nav.js +42 -8
- package/js/es6/frozenproduct/large/dark/components/badge.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/container.d.ts +3 -0
- package/js/es6/frozenproduct/large/dark/components/container.js +5 -2
- package/js/es6/frozenproduct/large/dark/components/nav.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/nav.js +6 -4
- package/js/es6/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/es6/frozenproduct/large/global.js +6 -6
- package/js/es6/frozenproduct/large/light/components/badge.js +1 -1
- package/js/es6/frozenproduct/large/light/components/container.d.ts +3 -0
- package/js/es6/frozenproduct/large/light/components/container.js +5 -2
- package/js/es6/frozenproduct/large/light/components/nav.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/nav.js +6 -4
- package/js/es6/frozenproduct/large/light/components/profile.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/container.d.ts +3 -0
- package/js/es6/frozenproduct/small/dark/components/container.js +5 -2
- package/js/es6/frozenproduct/small/dark/components/nav.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/nav.js +6 -4
- package/js/es6/frozenproduct/small/light/components/container.d.ts +3 -0
- package/js/es6/frozenproduct/small/light/components/container.js +5 -2
- package/js/es6/frozenproduct/small/light/components/nav.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/nav.js +6 -4
- package/js/es6/marketing/large/dark/components/badge.js +1 -1
- package/js/es6/marketing/large/dark/components/container.d.ts +3 -0
- package/js/es6/marketing/large/dark/components/container.js +5 -2
- package/js/es6/marketing/large/dark/components/nav.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/nav.js +6 -4
- package/js/es6/marketing/large/dark/components/profile.js +1 -1
- package/js/es6/marketing/large/global.js +6 -6
- package/js/es6/marketing/large/light/components/badge.js +1 -1
- package/js/es6/marketing/large/light/components/container.d.ts +3 -0
- package/js/es6/marketing/large/light/components/container.js +5 -2
- package/js/es6/marketing/large/light/components/nav.d.ts +2 -0
- package/js/es6/marketing/large/light/components/nav.js +6 -4
- package/js/es6/marketing/large/light/components/profile.js +1 -1
- package/js/es6/marketing/small/dark/components/container.d.ts +3 -0
- package/js/es6/marketing/small/dark/components/container.js +5 -2
- package/js/es6/marketing/small/dark/components/nav.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/nav.js +6 -4
- package/js/es6/marketing/small/light/components/container.d.ts +3 -0
- package/js/es6/marketing/small/light/components/container.js +5 -2
- package/js/es6/marketing/small/light/components/nav.d.ts +2 -0
- package/js/es6/marketing/small/light/components/nav.js +6 -4
- package/js/es6/product/large/dark/components/badge.js +1 -1
- package/js/es6/product/large/dark/components/container.d.ts +3 -0
- package/js/es6/product/large/dark/components/container.js +5 -2
- package/js/es6/product/large/dark/components/nav.d.ts +2 -0
- package/js/es6/product/large/dark/components/nav.js +6 -4
- package/js/es6/product/large/dark/components/profile.js +1 -1
- package/js/es6/product/large/global.js +6 -6
- package/js/es6/product/large/light/components/badge.js +1 -1
- package/js/es6/product/large/light/components/container.d.ts +3 -0
- package/js/es6/product/large/light/components/container.js +5 -2
- package/js/es6/product/large/light/components/nav.d.ts +2 -0
- package/js/es6/product/large/light/components/nav.js +6 -4
- package/js/es6/product/large/light/components/profile.js +1 -1
- package/js/es6/product/small/dark/components/container.d.ts +3 -0
- package/js/es6/product/small/dark/components/container.js +5 -2
- package/js/es6/product/small/dark/components/nav.d.ts +2 -0
- package/js/es6/product/small/dark/components/nav.js +6 -4
- package/js/es6/product/small/light/components/container.d.ts +3 -0
- package/js/es6/product/small/light/components/container.js +5 -2
- package/js/es6/product/small/light/components/nav.d.ts +2 -0
- package/js/es6/product/small/light/components/nav.js +6 -4
- package/js/umd/frozenproduct/large/dark/components/badge.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/container.js +45 -4
- package/js/umd/frozenproduct/large/dark/components/nav.js +42 -8
- package/js/umd/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/umd/frozenproduct/large/global.js +8 -8
- package/js/umd/frozenproduct/large/light/components/badge.js +1 -1
- package/js/umd/frozenproduct/large/light/components/container.js +45 -4
- package/js/umd/frozenproduct/large/light/components/nav.js +42 -8
- package/js/umd/frozenproduct/large/light/components/profile.js +1 -1
- package/js/umd/frozenproduct/small/dark/components/container.js +45 -4
- package/js/umd/frozenproduct/small/dark/components/nav.js +42 -8
- package/js/umd/frozenproduct/small/light/components/container.js +45 -4
- package/js/umd/frozenproduct/small/light/components/nav.js +42 -8
- package/js/umd/marketing/large/dark/components/badge.js +1 -1
- package/js/umd/marketing/large/dark/components/container.js +45 -4
- package/js/umd/marketing/large/dark/components/nav.js +42 -8
- package/js/umd/marketing/large/dark/components/profile.js +1 -1
- package/js/umd/marketing/large/global.js +8 -8
- package/js/umd/marketing/large/light/components/badge.js +1 -1
- package/js/umd/marketing/large/light/components/container.js +45 -4
- package/js/umd/marketing/large/light/components/nav.js +42 -8
- package/js/umd/marketing/large/light/components/profile.js +1 -1
- package/js/umd/marketing/small/dark/components/container.js +45 -4
- package/js/umd/marketing/small/dark/components/nav.js +42 -8
- package/js/umd/marketing/small/light/components/container.js +45 -4
- package/js/umd/marketing/small/light/components/nav.js +42 -8
- package/js/umd/product/large/dark/components/badge.js +1 -1
- package/js/umd/product/large/dark/components/container.js +45 -4
- package/js/umd/product/large/dark/components/nav.js +42 -8
- package/js/umd/product/large/dark/components/profile.js +1 -1
- package/js/umd/product/large/global.js +8 -8
- package/js/umd/product/large/light/components/badge.js +1 -1
- package/js/umd/product/large/light/components/container.js +45 -4
- package/js/umd/product/large/light/components/nav.js +42 -8
- package/js/umd/product/large/light/components/profile.js +1 -1
- package/js/umd/product/small/dark/components/container.js +45 -4
- package/js/umd/product/small/dark/components/nav.js +42 -8
- package/js/umd/product/small/light/components/container.js +45 -4
- package/js/umd/product/small/light/components/nav.js +42 -8
- package/json/flat/frozenproduct/large/dark/components/badge.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/container.json +5 -2
- package/json/flat/frozenproduct/large/dark/components/nav.json +6 -4
- package/json/flat/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/flat/frozenproduct/large/global.json +6 -6
- package/json/flat/frozenproduct/large/light/components/badge.json +1 -1
- package/json/flat/frozenproduct/large/light/components/container.json +5 -2
- package/json/flat/frozenproduct/large/light/components/nav.json +6 -4
- package/json/flat/frozenproduct/large/light/components/profile.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/container.json +5 -2
- package/json/flat/frozenproduct/small/dark/components/nav.json +6 -4
- package/json/flat/frozenproduct/small/light/components/container.json +5 -2
- package/json/flat/frozenproduct/small/light/components/nav.json +6 -4
- package/json/flat/marketing/large/dark/components/badge.json +1 -1
- package/json/flat/marketing/large/dark/components/container.json +5 -2
- package/json/flat/marketing/large/dark/components/nav.json +6 -4
- package/json/flat/marketing/large/dark/components/profile.json +1 -1
- package/json/flat/marketing/large/global.json +6 -6
- package/json/flat/marketing/large/light/components/badge.json +1 -1
- package/json/flat/marketing/large/light/components/container.json +5 -2
- package/json/flat/marketing/large/light/components/nav.json +6 -4
- package/json/flat/marketing/large/light/components/profile.json +1 -1
- package/json/flat/marketing/small/dark/components/container.json +5 -2
- package/json/flat/marketing/small/dark/components/nav.json +6 -4
- package/json/flat/marketing/small/light/components/container.json +5 -2
- package/json/flat/marketing/small/light/components/nav.json +6 -4
- package/json/flat/product/large/dark/components/badge.json +1 -1
- package/json/flat/product/large/dark/components/container.json +5 -2
- package/json/flat/product/large/dark/components/nav.json +6 -4
- package/json/flat/product/large/dark/components/profile.json +1 -1
- package/json/flat/product/large/global.json +6 -6
- package/json/flat/product/large/light/components/badge.json +1 -1
- package/json/flat/product/large/light/components/container.json +5 -2
- package/json/flat/product/large/light/components/nav.json +6 -4
- package/json/flat/product/large/light/components/profile.json +1 -1
- package/json/flat/product/small/dark/components/container.json +5 -2
- package/json/flat/product/small/dark/components/nav.json +6 -4
- package/json/flat/product/small/light/components/container.json +5 -2
- package/json/flat/product/small/light/components/nav.json +6 -4
- package/json/nested/frozenproduct/large/dark/components/badge.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/container.json +7 -2
- package/json/nested/frozenproduct/large/dark/components/nav.json +10 -4
- package/json/nested/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/nested/frozenproduct/large/global.json +6 -6
- package/json/nested/frozenproduct/large/light/components/badge.json +1 -1
- package/json/nested/frozenproduct/large/light/components/container.json +7 -2
- package/json/nested/frozenproduct/large/light/components/nav.json +10 -4
- package/json/nested/frozenproduct/large/light/components/profile.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/container.json +7 -2
- package/json/nested/frozenproduct/small/dark/components/nav.json +10 -4
- package/json/nested/frozenproduct/small/light/components/container.json +7 -2
- package/json/nested/frozenproduct/small/light/components/nav.json +10 -4
- package/json/nested/marketing/large/dark/components/badge.json +1 -1
- package/json/nested/marketing/large/dark/components/container.json +7 -2
- package/json/nested/marketing/large/dark/components/nav.json +10 -4
- package/json/nested/marketing/large/dark/components/profile.json +1 -1
- package/json/nested/marketing/large/global.json +6 -6
- package/json/nested/marketing/large/light/components/badge.json +1 -1
- package/json/nested/marketing/large/light/components/container.json +7 -2
- package/json/nested/marketing/large/light/components/nav.json +10 -4
- package/json/nested/marketing/large/light/components/profile.json +1 -1
- package/json/nested/marketing/small/dark/components/container.json +7 -2
- package/json/nested/marketing/small/dark/components/nav.json +10 -4
- package/json/nested/marketing/small/light/components/container.json +7 -2
- package/json/nested/marketing/small/light/components/nav.json +10 -4
- package/json/nested/product/large/dark/components/badge.json +1 -1
- package/json/nested/product/large/dark/components/container.json +7 -2
- package/json/nested/product/large/dark/components/nav.json +10 -4
- package/json/nested/product/large/dark/components/profile.json +1 -1
- package/json/nested/product/large/global.json +6 -6
- package/json/nested/product/large/light/components/badge.json +1 -1
- package/json/nested/product/large/light/components/container.json +7 -2
- package/json/nested/product/large/light/components/nav.json +10 -4
- package/json/nested/product/large/light/components/profile.json +1 -1
- package/json/nested/product/small/dark/components/container.json +7 -2
- package/json/nested/product/small/dark/components/nav.json +10 -4
- package/json/nested/product/small/light/components/container.json +7 -2
- package/json/nested/product/small/light/components/nav.json +10 -4
- package/package.json +1 -1
- package/sage-design-tokens-14.9.1.tgz +0 -0
- package/scss/frozenproduct/large/components/container.scss +15 -12
- package/scss/frozenproduct/large/components/nav.scss +6 -4
- package/scss/frozenproduct/large/global.scss +2 -2
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +15 -12
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +11 -9
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/marketing/large/components/container.scss +5 -2
- package/scss/marketing/large/components/nav.scss +6 -4
- package/scss/marketing/large/global.scss +2 -2
- package/scss/marketing/small/components/container.scss +5 -2
- package/scss/marketing/small/components/nav.scss +6 -4
- package/scss/product/large/components/container.scss +5 -2
- package/scss/product/large/components/nav.scss +6 -4
- package/scss/product/large/global.scss +2 -2
- package/scss/product/small/components/container.scss +5 -2
- package/scss/product/small/components/nav.scss +6 -4
- package/sage-design-tokens-14.9.0.tgz +0 -0
@@ -956,12 +956,12 @@ module.exports = {
|
|
956
956
|
},
|
957
957
|
M: {
|
958
958
|
$type: "sizing",
|
959
|
-
$value: "
|
959
|
+
$value: "850",
|
960
960
|
filePath: "data/tokens/components/container.json",
|
961
961
|
isSource: true,
|
962
962
|
original: {
|
963
963
|
$type: "sizing",
|
964
|
-
$value: "
|
964
|
+
$value: "850",
|
965
965
|
},
|
966
966
|
name: "containerSizeDialogMaxWidthM",
|
967
967
|
attributes: {},
|
@@ -969,12 +969,12 @@ module.exports = {
|
|
969
969
|
},
|
970
970
|
L: {
|
971
971
|
$type: "sizing",
|
972
|
-
$value: "
|
972
|
+
$value: "1080",
|
973
973
|
filePath: "data/tokens/components/container.json",
|
974
974
|
isSource: true,
|
975
975
|
original: {
|
976
976
|
$type: "sizing",
|
977
|
-
$value: "
|
977
|
+
$value: "1080",
|
978
978
|
},
|
979
979
|
name: "containerSizeDialogMaxWidthL",
|
980
980
|
attributes: {},
|
@@ -1007,6 +1007,47 @@ module.exports = {
|
|
1007
1007
|
path: ["container", "size", "dialog", "maxWidth", "XXL"],
|
1008
1008
|
},
|
1009
1009
|
},
|
1010
|
+
minWidth: {
|
1011
|
+
S: {
|
1012
|
+
$type: "sizing",
|
1013
|
+
$value: "288",
|
1014
|
+
filePath: "data/tokens/components/container.json",
|
1015
|
+
isSource: true,
|
1016
|
+
original: {
|
1017
|
+
$type: "sizing",
|
1018
|
+
$value: "288",
|
1019
|
+
},
|
1020
|
+
name: "containerSizeDialogMinWidthS",
|
1021
|
+
attributes: {},
|
1022
|
+
path: ["container", "size", "dialog", "minWidth", "S"],
|
1023
|
+
},
|
1024
|
+
M: {
|
1025
|
+
$type: "sizing",
|
1026
|
+
$value: "288",
|
1027
|
+
filePath: "data/tokens/components/container.json",
|
1028
|
+
isSource: true,
|
1029
|
+
original: {
|
1030
|
+
$type: "sizing",
|
1031
|
+
$value: "288",
|
1032
|
+
},
|
1033
|
+
name: "containerSizeDialogMinWidthM",
|
1034
|
+
attributes: {},
|
1035
|
+
path: ["container", "size", "dialog", "minWidth", "M"],
|
1036
|
+
},
|
1037
|
+
L: {
|
1038
|
+
$type: "sizing",
|
1039
|
+
$value: "288",
|
1040
|
+
filePath: "data/tokens/components/container.json",
|
1041
|
+
isSource: true,
|
1042
|
+
original: {
|
1043
|
+
$type: "sizing",
|
1044
|
+
$value: "288",
|
1045
|
+
},
|
1046
|
+
name: "containerSizeDialogMinWidthL",
|
1047
|
+
attributes: {},
|
1048
|
+
path: ["container", "size", "dialog", "minWidth", "L"],
|
1049
|
+
},
|
1050
|
+
},
|
1010
1051
|
},
|
1011
1052
|
drag: {
|
1012
1053
|
droptarget: {
|
@@ -1109,6 +1109,40 @@ module.exports = {
|
|
1109
1109
|
path: ["nav", "size", "leftnav", "grandchild", "minheight"],
|
1110
1110
|
},
|
1111
1111
|
},
|
1112
|
+
parentContainer: {
|
1113
|
+
fixedWidth: {
|
1114
|
+
$type: "sizing",
|
1115
|
+
$value: "140",
|
1116
|
+
$description: "fixed width of parent container",
|
1117
|
+
filePath: "data/tokens/components/nav.json",
|
1118
|
+
isSource: true,
|
1119
|
+
original: {
|
1120
|
+
$type: "sizing",
|
1121
|
+
$value: "140",
|
1122
|
+
$description: "fixed width of parent container",
|
1123
|
+
},
|
1124
|
+
name: "navSizeLeftnavParentContainerFixedWidth",
|
1125
|
+
attributes: {},
|
1126
|
+
path: ["nav", "size", "leftnav", "parentContainer", "fixedWidth"],
|
1127
|
+
},
|
1128
|
+
},
|
1129
|
+
childContainer: {
|
1130
|
+
fixedWidth: {
|
1131
|
+
$type: "sizing",
|
1132
|
+
$value: "250",
|
1133
|
+
$description: "fixed width of parent container",
|
1134
|
+
filePath: "data/tokens/components/nav.json",
|
1135
|
+
isSource: true,
|
1136
|
+
original: {
|
1137
|
+
$type: "sizing",
|
1138
|
+
$value: "250",
|
1139
|
+
$description: "fixed width of parent container",
|
1140
|
+
},
|
1141
|
+
name: "navSizeLeftnavChildContainerFixedWidth",
|
1142
|
+
attributes: {},
|
1143
|
+
path: ["nav", "size", "leftnav", "childContainer", "fixedWidth"],
|
1144
|
+
},
|
1145
|
+
},
|
1112
1146
|
},
|
1113
1147
|
modal: {
|
1114
1148
|
parentitem: {
|
@@ -2473,14 +2507,14 @@ module.exports = {
|
|
2473
2507
|
fontFamily: "Sage UI",
|
2474
2508
|
fontWeight: "500",
|
2475
2509
|
lineHeight: 1.5,
|
2476
|
-
fontSize: "
|
2510
|
+
fontSize: "13px",
|
2477
2511
|
paragraphSpacing: "0",
|
2478
2512
|
},
|
2479
2513
|
filePath: "data/tokens/components/nav.json",
|
2480
2514
|
isSource: true,
|
2481
2515
|
original: {
|
2482
2516
|
$type: "typography",
|
2483
|
-
$value: "{global.typography.adaptive.component.firm.
|
2517
|
+
$value: "{global.typography.adaptive.component.firm.XS}",
|
2484
2518
|
},
|
2485
2519
|
name: "navTypographyAdaptiveLabelS",
|
2486
2520
|
attributes: {},
|
@@ -2532,14 +2566,14 @@ module.exports = {
|
|
2532
2566
|
fontFamily: "Sage UI",
|
2533
2567
|
fontWeight: "400",
|
2534
2568
|
lineHeight: 1.5,
|
2535
|
-
fontSize: "
|
2569
|
+
fontSize: "13px",
|
2536
2570
|
paragraphSpacing: "0",
|
2537
2571
|
},
|
2538
2572
|
filePath: "data/tokens/components/nav.json",
|
2539
2573
|
isSource: true,
|
2540
2574
|
original: {
|
2541
2575
|
$type: "typography",
|
2542
|
-
$value: "{global.typography.adaptive.component.moderate.
|
2576
|
+
$value: "{global.typography.adaptive.component.moderate.XS}",
|
2543
2577
|
},
|
2544
2578
|
name: "navTypographyAdaptiveDefaultS",
|
2545
2579
|
attributes: {},
|
@@ -2593,14 +2627,14 @@ module.exports = {
|
|
2593
2627
|
fontFamily: "Sage UI",
|
2594
2628
|
fontWeight: "500",
|
2595
2629
|
lineHeight: 1.5,
|
2596
|
-
fontSize: "clamp(0.
|
2630
|
+
fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
2597
2631
|
paragraphSpacing: "0",
|
2598
2632
|
},
|
2599
2633
|
filePath: "data/tokens/components/nav.json",
|
2600
2634
|
isSource: true,
|
2601
2635
|
original: {
|
2602
2636
|
$type: "typography",
|
2603
|
-
$value: "{global.typography.responsive.component.firm.
|
2637
|
+
$value: "{global.typography.responsive.component.firm.XS}",
|
2604
2638
|
},
|
2605
2639
|
name: "navTypographyResponsiveLabelS",
|
2606
2640
|
attributes: {},
|
@@ -2652,14 +2686,14 @@ module.exports = {
|
|
2652
2686
|
fontFamily: "Sage UI",
|
2653
2687
|
fontWeight: "400",
|
2654
2688
|
lineHeight: 1.5,
|
2655
|
-
fontSize: "clamp(0.
|
2689
|
+
fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
2656
2690
|
paragraphSpacing: "0",
|
2657
2691
|
},
|
2658
2692
|
filePath: "data/tokens/components/nav.json",
|
2659
2693
|
isSource: true,
|
2660
2694
|
original: {
|
2661
2695
|
$type: "typography",
|
2662
|
-
$value: "{global.typography.responsive.component.moderate.
|
2696
|
+
$value: "{global.typography.responsive.component.moderate.XS}",
|
2663
2697
|
},
|
2664
2698
|
name: "navTypographyResponsiveDefaultS",
|
2665
2699
|
attributes: {},
|
@@ -4124,7 +4124,7 @@ module.exports = {
|
|
4124
4124
|
fontFamily: "Sage UI",
|
4125
4125
|
fontWeight: "500",
|
4126
4126
|
lineHeight: 1.5,
|
4127
|
-
fontSize: "
|
4127
|
+
fontSize: "13px",
|
4128
4128
|
paragraphSpacing: "0",
|
4129
4129
|
},
|
4130
4130
|
filePath: "data/tokens/global/typography.json",
|
@@ -4254,7 +4254,7 @@ module.exports = {
|
|
4254
4254
|
fontFamily: "Sage UI",
|
4255
4255
|
fontWeight: "400",
|
4256
4256
|
lineHeight: 1.5,
|
4257
|
-
fontSize: "
|
4257
|
+
fontSize: "13px",
|
4258
4258
|
paragraphSpacing: "0",
|
4259
4259
|
},
|
4260
4260
|
filePath: "data/tokens/global/typography.json",
|
@@ -4686,7 +4686,7 @@ module.exports = {
|
|
4686
4686
|
fontFamily: "Sage UI",
|
4687
4687
|
fontWeight: "500",
|
4688
4688
|
lineHeight: 1.5,
|
4689
|
-
fontSize: "
|
4689
|
+
fontSize: "12px",
|
4690
4690
|
paragraphSpacing: "0",
|
4691
4691
|
},
|
4692
4692
|
filePath: "data/tokens/global/typography.json",
|
@@ -4912,7 +4912,7 @@ module.exports = {
|
|
4912
4912
|
fontFamily: "Sage UI",
|
4913
4913
|
fontWeight: "500",
|
4914
4914
|
lineHeight: 1,
|
4915
|
-
fontSize: "
|
4915
|
+
fontSize: "13px",
|
4916
4916
|
paragraphSpacing: "0",
|
4917
4917
|
},
|
4918
4918
|
$description:
|
@@ -4950,7 +4950,7 @@ module.exports = {
|
|
4950
4950
|
adaptive: {
|
4951
4951
|
stepMinus2: {
|
4952
4952
|
$type: "fontSize",
|
4953
|
-
$value: "
|
4953
|
+
$value: "12px",
|
4954
4954
|
filePath: "data/tokens/global/typography.json",
|
4955
4955
|
isSource: true,
|
4956
4956
|
$extensions: {
|
@@ -4960,7 +4960,7 @@ module.exports = {
|
|
4960
4960
|
},
|
4961
4961
|
original: {
|
4962
4962
|
$type: "fontSize",
|
4963
|
-
$value: "
|
4963
|
+
$value: "12",
|
4964
4964
|
$extensions: {
|
4965
4965
|
"studio.tokens": {
|
4966
4966
|
originalType: "fontSizes",
|
@@ -4973,7 +4973,7 @@ module.exports = {
|
|
4973
4973
|
},
|
4974
4974
|
stepMinus1: {
|
4975
4975
|
$type: "fontSize",
|
4976
|
-
$value: "
|
4976
|
+
$value: "13px",
|
4977
4977
|
filePath: "data/tokens/global/typography.json",
|
4978
4978
|
isSource: true,
|
4979
4979
|
$extensions: {
|
@@ -4983,7 +4983,7 @@ module.exports = {
|
|
4983
4983
|
},
|
4984
4984
|
original: {
|
4985
4985
|
$type: "fontSize",
|
4986
|
-
$value: "
|
4986
|
+
$value: "13",
|
4987
4987
|
$extensions: {
|
4988
4988
|
"studio.tokens": {
|
4989
4989
|
originalType: "fontSizes",
|
@@ -956,12 +956,12 @@ module.exports = {
|
|
956
956
|
},
|
957
957
|
M: {
|
958
958
|
$type: "sizing",
|
959
|
-
$value: "
|
959
|
+
$value: "850",
|
960
960
|
filePath: "data/tokens/components/container.json",
|
961
961
|
isSource: true,
|
962
962
|
original: {
|
963
963
|
$type: "sizing",
|
964
|
-
$value: "
|
964
|
+
$value: "850",
|
965
965
|
},
|
966
966
|
name: "containerSizeDialogMaxWidthM",
|
967
967
|
attributes: {},
|
@@ -969,12 +969,12 @@ module.exports = {
|
|
969
969
|
},
|
970
970
|
L: {
|
971
971
|
$type: "sizing",
|
972
|
-
$value: "
|
972
|
+
$value: "1080",
|
973
973
|
filePath: "data/tokens/components/container.json",
|
974
974
|
isSource: true,
|
975
975
|
original: {
|
976
976
|
$type: "sizing",
|
977
|
-
$value: "
|
977
|
+
$value: "1080",
|
978
978
|
},
|
979
979
|
name: "containerSizeDialogMaxWidthL",
|
980
980
|
attributes: {},
|
@@ -1007,6 +1007,47 @@ module.exports = {
|
|
1007
1007
|
path: ["container", "size", "dialog", "maxWidth", "XXL"],
|
1008
1008
|
},
|
1009
1009
|
},
|
1010
|
+
minWidth: {
|
1011
|
+
S: {
|
1012
|
+
$type: "sizing",
|
1013
|
+
$value: "288",
|
1014
|
+
filePath: "data/tokens/components/container.json",
|
1015
|
+
isSource: true,
|
1016
|
+
original: {
|
1017
|
+
$type: "sizing",
|
1018
|
+
$value: "288",
|
1019
|
+
},
|
1020
|
+
name: "containerSizeDialogMinWidthS",
|
1021
|
+
attributes: {},
|
1022
|
+
path: ["container", "size", "dialog", "minWidth", "S"],
|
1023
|
+
},
|
1024
|
+
M: {
|
1025
|
+
$type: "sizing",
|
1026
|
+
$value: "288",
|
1027
|
+
filePath: "data/tokens/components/container.json",
|
1028
|
+
isSource: true,
|
1029
|
+
original: {
|
1030
|
+
$type: "sizing",
|
1031
|
+
$value: "288",
|
1032
|
+
},
|
1033
|
+
name: "containerSizeDialogMinWidthM",
|
1034
|
+
attributes: {},
|
1035
|
+
path: ["container", "size", "dialog", "minWidth", "M"],
|
1036
|
+
},
|
1037
|
+
L: {
|
1038
|
+
$type: "sizing",
|
1039
|
+
$value: "288",
|
1040
|
+
filePath: "data/tokens/components/container.json",
|
1041
|
+
isSource: true,
|
1042
|
+
original: {
|
1043
|
+
$type: "sizing",
|
1044
|
+
$value: "288",
|
1045
|
+
},
|
1046
|
+
name: "containerSizeDialogMinWidthL",
|
1047
|
+
attributes: {},
|
1048
|
+
path: ["container", "size", "dialog", "minWidth", "L"],
|
1049
|
+
},
|
1050
|
+
},
|
1010
1051
|
},
|
1011
1052
|
drag: {
|
1012
1053
|
droptarget: {
|
@@ -1109,6 +1109,40 @@ module.exports = {
|
|
1109
1109
|
path: ["nav", "size", "leftnav", "grandchild", "minheight"],
|
1110
1110
|
},
|
1111
1111
|
},
|
1112
|
+
parentContainer: {
|
1113
|
+
fixedWidth: {
|
1114
|
+
$type: "sizing",
|
1115
|
+
$value: "140",
|
1116
|
+
$description: "fixed width of parent container",
|
1117
|
+
filePath: "data/tokens/components/nav.json",
|
1118
|
+
isSource: true,
|
1119
|
+
original: {
|
1120
|
+
$type: "sizing",
|
1121
|
+
$value: "140",
|
1122
|
+
$description: "fixed width of parent container",
|
1123
|
+
},
|
1124
|
+
name: "navSizeLeftnavParentContainerFixedWidth",
|
1125
|
+
attributes: {},
|
1126
|
+
path: ["nav", "size", "leftnav", "parentContainer", "fixedWidth"],
|
1127
|
+
},
|
1128
|
+
},
|
1129
|
+
childContainer: {
|
1130
|
+
fixedWidth: {
|
1131
|
+
$type: "sizing",
|
1132
|
+
$value: "250",
|
1133
|
+
$description: "fixed width of parent container",
|
1134
|
+
filePath: "data/tokens/components/nav.json",
|
1135
|
+
isSource: true,
|
1136
|
+
original: {
|
1137
|
+
$type: "sizing",
|
1138
|
+
$value: "250",
|
1139
|
+
$description: "fixed width of parent container",
|
1140
|
+
},
|
1141
|
+
name: "navSizeLeftnavChildContainerFixedWidth",
|
1142
|
+
attributes: {},
|
1143
|
+
path: ["nav", "size", "leftnav", "childContainer", "fixedWidth"],
|
1144
|
+
},
|
1145
|
+
},
|
1112
1146
|
},
|
1113
1147
|
modal: {
|
1114
1148
|
parentitem: {
|
@@ -2473,14 +2507,14 @@ module.exports = {
|
|
2473
2507
|
fontFamily: "Sage UI",
|
2474
2508
|
fontWeight: "500",
|
2475
2509
|
lineHeight: 1.5,
|
2476
|
-
fontSize: "
|
2510
|
+
fontSize: "13px",
|
2477
2511
|
paragraphSpacing: "0",
|
2478
2512
|
},
|
2479
2513
|
filePath: "data/tokens/components/nav.json",
|
2480
2514
|
isSource: true,
|
2481
2515
|
original: {
|
2482
2516
|
$type: "typography",
|
2483
|
-
$value: "{global.typography.adaptive.component.firm.
|
2517
|
+
$value: "{global.typography.adaptive.component.firm.XS}",
|
2484
2518
|
},
|
2485
2519
|
name: "navTypographyAdaptiveLabelS",
|
2486
2520
|
attributes: {},
|
@@ -2532,14 +2566,14 @@ module.exports = {
|
|
2532
2566
|
fontFamily: "Sage UI",
|
2533
2567
|
fontWeight: "400",
|
2534
2568
|
lineHeight: 1.5,
|
2535
|
-
fontSize: "
|
2569
|
+
fontSize: "13px",
|
2536
2570
|
paragraphSpacing: "0",
|
2537
2571
|
},
|
2538
2572
|
filePath: "data/tokens/components/nav.json",
|
2539
2573
|
isSource: true,
|
2540
2574
|
original: {
|
2541
2575
|
$type: "typography",
|
2542
|
-
$value: "{global.typography.adaptive.component.moderate.
|
2576
|
+
$value: "{global.typography.adaptive.component.moderate.XS}",
|
2543
2577
|
},
|
2544
2578
|
name: "navTypographyAdaptiveDefaultS",
|
2545
2579
|
attributes: {},
|
@@ -2593,14 +2627,14 @@ module.exports = {
|
|
2593
2627
|
fontFamily: "Sage UI",
|
2594
2628
|
fontWeight: "500",
|
2595
2629
|
lineHeight: 1.5,
|
2596
|
-
fontSize: "clamp(0.
|
2630
|
+
fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
2597
2631
|
paragraphSpacing: "0",
|
2598
2632
|
},
|
2599
2633
|
filePath: "data/tokens/components/nav.json",
|
2600
2634
|
isSource: true,
|
2601
2635
|
original: {
|
2602
2636
|
$type: "typography",
|
2603
|
-
$value: "{global.typography.responsive.component.firm.
|
2637
|
+
$value: "{global.typography.responsive.component.firm.XS}",
|
2604
2638
|
},
|
2605
2639
|
name: "navTypographyResponsiveLabelS",
|
2606
2640
|
attributes: {},
|
@@ -2652,14 +2686,14 @@ module.exports = {
|
|
2652
2686
|
fontFamily: "Sage UI",
|
2653
2687
|
fontWeight: "400",
|
2654
2688
|
lineHeight: 1.5,
|
2655
|
-
fontSize: "clamp(0.
|
2689
|
+
fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
2656
2690
|
paragraphSpacing: "0",
|
2657
2691
|
},
|
2658
2692
|
filePath: "data/tokens/components/nav.json",
|
2659
2693
|
isSource: true,
|
2660
2694
|
original: {
|
2661
2695
|
$type: "typography",
|
2662
|
-
$value: "{global.typography.responsive.component.moderate.
|
2696
|
+
$value: "{global.typography.responsive.component.moderate.XS}",
|
2663
2697
|
},
|
2664
2698
|
name: "navTypographyResponsiveDefaultS",
|
2665
2699
|
attributes: {},
|
@@ -956,12 +956,12 @@ module.exports = {
|
|
956
956
|
},
|
957
957
|
M: {
|
958
958
|
$type: "sizing",
|
959
|
-
$value: "
|
959
|
+
$value: "850",
|
960
960
|
filePath: "data/tokens/components/container.json",
|
961
961
|
isSource: true,
|
962
962
|
original: {
|
963
963
|
$type: "sizing",
|
964
|
-
$value: "
|
964
|
+
$value: "850",
|
965
965
|
},
|
966
966
|
name: "containerSizeDialogMaxWidthM",
|
967
967
|
attributes: {},
|
@@ -969,12 +969,12 @@ module.exports = {
|
|
969
969
|
},
|
970
970
|
L: {
|
971
971
|
$type: "sizing",
|
972
|
-
$value: "
|
972
|
+
$value: "1080",
|
973
973
|
filePath: "data/tokens/components/container.json",
|
974
974
|
isSource: true,
|
975
975
|
original: {
|
976
976
|
$type: "sizing",
|
977
|
-
$value: "
|
977
|
+
$value: "1080",
|
978
978
|
},
|
979
979
|
name: "containerSizeDialogMaxWidthL",
|
980
980
|
attributes: {},
|
@@ -1007,6 +1007,47 @@ module.exports = {
|
|
1007
1007
|
path: ["container", "size", "dialog", "maxWidth", "XXL"],
|
1008
1008
|
},
|
1009
1009
|
},
|
1010
|
+
minWidth: {
|
1011
|
+
S: {
|
1012
|
+
$type: "sizing",
|
1013
|
+
$value: "288",
|
1014
|
+
filePath: "data/tokens/components/container.json",
|
1015
|
+
isSource: true,
|
1016
|
+
original: {
|
1017
|
+
$type: "sizing",
|
1018
|
+
$value: "288",
|
1019
|
+
},
|
1020
|
+
name: "containerSizeDialogMinWidthS",
|
1021
|
+
attributes: {},
|
1022
|
+
path: ["container", "size", "dialog", "minWidth", "S"],
|
1023
|
+
},
|
1024
|
+
M: {
|
1025
|
+
$type: "sizing",
|
1026
|
+
$value: "288",
|
1027
|
+
filePath: "data/tokens/components/container.json",
|
1028
|
+
isSource: true,
|
1029
|
+
original: {
|
1030
|
+
$type: "sizing",
|
1031
|
+
$value: "288",
|
1032
|
+
},
|
1033
|
+
name: "containerSizeDialogMinWidthM",
|
1034
|
+
attributes: {},
|
1035
|
+
path: ["container", "size", "dialog", "minWidth", "M"],
|
1036
|
+
},
|
1037
|
+
L: {
|
1038
|
+
$type: "sizing",
|
1039
|
+
$value: "288",
|
1040
|
+
filePath: "data/tokens/components/container.json",
|
1041
|
+
isSource: true,
|
1042
|
+
original: {
|
1043
|
+
$type: "sizing",
|
1044
|
+
$value: "288",
|
1045
|
+
},
|
1046
|
+
name: "containerSizeDialogMinWidthL",
|
1047
|
+
attributes: {},
|
1048
|
+
path: ["container", "size", "dialog", "minWidth", "L"],
|
1049
|
+
},
|
1050
|
+
},
|
1010
1051
|
},
|
1011
1052
|
drag: {
|
1012
1053
|
droptarget: {
|