@sage/design-tokens 14.8.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 +14 -10
- package/css/frozenproduct/large/components/container.css +5 -2
- package/css/frozenproduct/large/components/nav.css +6 -4
- package/css/frozenproduct/large/components/page.css +4 -0
- package/css/frozenproduct/large/global.css +10 -6
- package/css/frozenproduct/small/components/container.css +5 -2
- package/css/frozenproduct/small/components/nav.css +6 -4
- package/css/frozenproduct/small/components/page.css +4 -0
- package/css/frozenproduct/small/global.css +4 -0
- package/css/marketing/all.css +13 -6
- package/css/marketing/large/components/container.css +5 -2
- package/css/marketing/large/components/nav.css +6 -4
- package/css/marketing/large/components/page.css +4 -0
- package/css/marketing/large/global.css +10 -6
- package/css/marketing/small/components/container.css +5 -2
- package/css/marketing/small/components/nav.css +6 -4
- package/css/marketing/small/components/page.css +4 -0
- package/css/marketing/small/global.css +4 -0
- package/css/product/all.css +13 -6
- package/css/product/large/components/container.css +5 -2
- package/css/product/large/components/nav.css +6 -4
- package/css/product/large/components/page.css +4 -0
- package/css/product/large/global.css +10 -6
- package/css/product/small/components/container.css +5 -2
- package/css/product/small/components/nav.css +6 -4
- package/css/product/small/components/page.css +4 -0
- package/css/product/small/global.css +4 -0
- package/ios/frozenproduct/large/dark/components/container.h +5 -2
- package/ios/frozenproduct/large/dark/components/nav.h +2 -0
- package/ios/frozenproduct/large/dark/components/page.h +4 -0
- package/ios/frozenproduct/large/global.h +6 -2
- package/ios/frozenproduct/large/light/components/container.h +5 -2
- package/ios/frozenproduct/large/light/components/nav.h +2 -0
- package/ios/frozenproduct/large/light/components/page.h +4 -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/dark/components/page.h +4 -0
- package/ios/frozenproduct/small/global.h +4 -0
- package/ios/frozenproduct/small/light/components/container.h +5 -2
- package/ios/frozenproduct/small/light/components/nav.h +2 -0
- package/ios/frozenproduct/small/light/components/page.h +4 -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/dark/components/page.h +4 -0
- package/ios/marketing/large/global.h +6 -2
- package/ios/marketing/large/light/components/container.h +5 -2
- package/ios/marketing/large/light/components/nav.h +2 -0
- package/ios/marketing/large/light/components/page.h +4 -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/dark/components/page.h +4 -0
- package/ios/marketing/small/global.h +4 -0
- package/ios/marketing/small/light/components/container.h +5 -2
- package/ios/marketing/small/light/components/nav.h +2 -0
- package/ios/marketing/small/light/components/page.h +4 -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/dark/components/page.h +4 -0
- package/ios/product/large/global.h +6 -2
- package/ios/product/large/light/components/container.h +5 -2
- package/ios/product/large/light/components/nav.h +2 -0
- package/ios/product/large/light/components/page.h +4 -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/dark/components/page.h +4 -0
- package/ios/product/small/global.h +4 -0
- package/ios/product/small/light/components/container.h +5 -2
- package/ios/product/small/light/components/nav.h +2 -0
- package/ios/product/small/light/components/page.h +4 -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/page.d.ts +12 -0
- package/js/common/frozenproduct/large/dark/components/page.js +108 -0
- package/js/common/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/common/frozenproduct/large/global.d.ts +12 -0
- package/js/common/frozenproduct/large/global.js +136 -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/page.d.ts +12 -0
- package/js/common/frozenproduct/large/light/components/page.js +108 -0
- 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/dark/components/page.d.ts +12 -0
- package/js/common/frozenproduct/small/dark/components/page.js +108 -0
- package/js/common/frozenproduct/small/global.d.ts +12 -0
- package/js/common/frozenproduct/small/global.js +128 -0
- 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/frozenproduct/small/light/components/page.d.ts +12 -0
- package/js/common/frozenproduct/small/light/components/page.js +108 -0
- 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/page.d.ts +12 -0
- package/js/common/marketing/large/dark/components/page.js +108 -0
- package/js/common/marketing/large/dark/components/profile.js +1 -1
- package/js/common/marketing/large/global.d.ts +12 -0
- package/js/common/marketing/large/global.js +136 -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/page.d.ts +12 -0
- package/js/common/marketing/large/light/components/page.js +108 -0
- 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/dark/components/page.d.ts +12 -0
- package/js/common/marketing/small/dark/components/page.js +108 -0
- package/js/common/marketing/small/global.d.ts +12 -0
- package/js/common/marketing/small/global.js +128 -0
- 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/marketing/small/light/components/page.d.ts +12 -0
- package/js/common/marketing/small/light/components/page.js +108 -0
- 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/page.d.ts +12 -0
- package/js/common/product/large/dark/components/page.js +108 -0
- package/js/common/product/large/dark/components/profile.js +1 -1
- package/js/common/product/large/global.d.ts +12 -0
- package/js/common/product/large/global.js +136 -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/page.d.ts +12 -0
- package/js/common/product/large/light/components/page.js +108 -0
- 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/dark/components/page.d.ts +12 -0
- package/js/common/product/small/dark/components/page.js +108 -0
- package/js/common/product/small/global.d.ts +12 -0
- package/js/common/product/small/global.js +128 -0
- 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/common/product/small/light/components/page.d.ts +12 -0
- package/js/common/product/small/light/components/page.js +108 -0
- 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/page.d.ts +24 -0
- package/js/es6/frozenproduct/large/dark/components/page.js +24 -0
- package/js/es6/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/es6/frozenproduct/large/global.d.ts +24 -0
- package/js/es6/frozenproduct/large/global.js +30 -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/page.d.ts +24 -0
- package/js/es6/frozenproduct/large/light/components/page.js +24 -0
- 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/dark/components/page.d.ts +24 -0
- package/js/es6/frozenproduct/small/dark/components/page.js +24 -0
- package/js/es6/frozenproduct/small/global.d.ts +24 -0
- package/js/es6/frozenproduct/small/global.js +24 -0
- 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/frozenproduct/small/light/components/page.d.ts +24 -0
- package/js/es6/frozenproduct/small/light/components/page.js +24 -0
- 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/page.d.ts +24 -0
- package/js/es6/marketing/large/dark/components/page.js +24 -0
- package/js/es6/marketing/large/dark/components/profile.js +1 -1
- package/js/es6/marketing/large/global.d.ts +24 -0
- package/js/es6/marketing/large/global.js +30 -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/page.d.ts +24 -0
- package/js/es6/marketing/large/light/components/page.js +24 -0
- 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/dark/components/page.d.ts +24 -0
- package/js/es6/marketing/small/dark/components/page.js +24 -0
- package/js/es6/marketing/small/global.d.ts +24 -0
- package/js/es6/marketing/small/global.js +24 -0
- 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/marketing/small/light/components/page.d.ts +24 -0
- package/js/es6/marketing/small/light/components/page.js +24 -0
- 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/page.d.ts +24 -0
- package/js/es6/product/large/dark/components/page.js +24 -0
- package/js/es6/product/large/dark/components/profile.js +1 -1
- package/js/es6/product/large/global.d.ts +24 -0
- package/js/es6/product/large/global.js +30 -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/page.d.ts +24 -0
- package/js/es6/product/large/light/components/page.js +24 -0
- 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/dark/components/page.d.ts +24 -0
- package/js/es6/product/small/dark/components/page.js +24 -0
- package/js/es6/product/small/global.d.ts +24 -0
- package/js/es6/product/small/global.js +24 -0
- 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/es6/product/small/light/components/page.d.ts +24 -0
- package/js/es6/product/small/light/components/page.js +24 -0
- 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/page.js +108 -0
- package/js/umd/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/umd/frozenproduct/large/global.js +136 -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/page.js +108 -0
- 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/dark/components/page.js +108 -0
- package/js/umd/frozenproduct/small/global.js +128 -0
- 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/frozenproduct/small/light/components/page.js +108 -0
- 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/page.js +108 -0
- package/js/umd/marketing/large/dark/components/profile.js +1 -1
- package/js/umd/marketing/large/global.js +136 -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/page.js +108 -0
- 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/dark/components/page.js +108 -0
- package/js/umd/marketing/small/global.js +128 -0
- 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/marketing/small/light/components/page.js +108 -0
- 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/page.js +108 -0
- package/js/umd/product/large/dark/components/profile.js +1 -1
- package/js/umd/product/large/global.js +136 -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/page.js +108 -0
- 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/dark/components/page.js +108 -0
- package/js/umd/product/small/global.js +128 -0
- package/js/umd/product/small/light/components/container.js +45 -4
- package/js/umd/product/small/light/components/nav.js +42 -8
- package/js/umd/product/small/light/components/page.js +108 -0
- 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/page.json +4 -0
- package/json/flat/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/flat/frozenproduct/large/global.json +10 -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/page.json +4 -0
- 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/dark/components/page.json +4 -0
- package/json/flat/frozenproduct/small/global.json +4 -0
- 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/frozenproduct/small/light/components/page.json +4 -0
- 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/page.json +4 -0
- package/json/flat/marketing/large/dark/components/profile.json +1 -1
- package/json/flat/marketing/large/global.json +10 -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/page.json +4 -0
- 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/dark/components/page.json +4 -0
- package/json/flat/marketing/small/global.json +4 -0
- 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/marketing/small/light/components/page.json +4 -0
- 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/page.json +4 -0
- package/json/flat/product/large/dark/components/profile.json +1 -1
- package/json/flat/product/large/global.json +10 -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/page.json +4 -0
- 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/dark/components/page.json +4 -0
- package/json/flat/product/small/global.json +4 -0
- package/json/flat/product/small/light/components/container.json +5 -2
- package/json/flat/product/small/light/components/nav.json +6 -4
- package/json/flat/product/small/light/components/page.json +4 -0
- 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/page.json +32 -0
- package/json/nested/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/nested/frozenproduct/large/global.json +38 -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/page.json +32 -0
- 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/dark/components/page.json +32 -0
- package/json/nested/frozenproduct/small/global.json +32 -0
- 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/frozenproduct/small/light/components/page.json +32 -0
- 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/page.json +32 -0
- package/json/nested/marketing/large/dark/components/profile.json +1 -1
- package/json/nested/marketing/large/global.json +38 -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/page.json +32 -0
- 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/dark/components/page.json +32 -0
- package/json/nested/marketing/small/global.json +32 -0
- 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/marketing/small/light/components/page.json +32 -0
- 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/page.json +32 -0
- package/json/nested/product/large/dark/components/profile.json +1 -1
- package/json/nested/product/large/global.json +38 -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/page.json +32 -0
- 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/dark/components/page.json +32 -0
- package/json/nested/product/small/global.json +32 -0
- package/json/nested/product/small/light/components/container.json +7 -2
- package/json/nested/product/small/light/components/nav.json +10 -4
- package/json/nested/product/small/light/components/page.json +32 -0
- package/package.json +1 -1
- package/sage-design-tokens-14.9.1.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +5 -2
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +11 -9
- package/scss/frozenproduct/large/components/page.scss +5 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/large/global.scss +6 -2
- package/scss/frozenproduct/small/components/container.scss +5 -2
- package/scss/frozenproduct/small/components/nav.scss +6 -4
- package/scss/frozenproduct/small/components/page.scss +4 -0
- package/scss/frozenproduct/small/global.scss +4 -0
- package/scss/marketing/large/components/container.scss +5 -2
- package/scss/marketing/large/components/nav.scss +6 -4
- package/scss/marketing/large/components/page.scss +4 -0
- package/scss/marketing/large/global.scss +6 -2
- package/scss/marketing/small/components/button.scss +13 -13
- package/scss/marketing/small/components/container.scss +15 -12
- package/scss/marketing/small/components/form.scss +7 -7
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +11 -9
- package/scss/marketing/small/components/page.scss +5 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/global.scss +4 -0
- package/scss/product/large/components/button.scss +13 -13
- package/scss/product/large/components/container.scss +15 -12
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +11 -9
- package/scss/product/large/components/page.scss +5 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/global.scss +6 -2
- package/scss/product/small/components/container.scss +5 -2
- package/scss/product/small/components/nav.scss +6 -4
- package/scss/product/small/components/page.scss +4 -0
- package/scss/product/small/global.scss +4 -0
- package/sage-design-tokens-14.8.0.tgz +0 -0
@@ -102,6 +102,8 @@
|
|
102
102
|
--global-typography-heading-l: 700 25px/1.25 Sage UI;
|
103
103
|
--global-typography-subheading-m: 500 16px/1.25 Sage UI;
|
104
104
|
--global-typography-subheading-l: 500 17px/1.25 Sage UI;
|
105
|
+
--global-typography-section-heading-s: 700 16px/1.25 Sage UI;
|
106
|
+
--global-typography-section-heading-m: 700 19px/1.25 Sage UI;
|
105
107
|
--global-typography-body-regular-s: 400 14px/1.5 Sage UI;
|
106
108
|
--global-typography-body-regular-m: 400 14px/1.5 Sage UI;
|
107
109
|
--global-typography-body-regular-l: 400 16px/1.5 Sage UI;
|
@@ -1116,10 +1118,13 @@
|
|
1116
1118
|
--container-size-dialog-max-width-xxs: 300;
|
1117
1119
|
--container-size-dialog-max-width-xs: 380;
|
1118
1120
|
--container-size-dialog-max-width-s: 540;
|
1119
|
-
--container-size-dialog-max-width-m:
|
1120
|
-
--container-size-dialog-max-width-l:
|
1121
|
+
--container-size-dialog-max-width-m: 850;
|
1122
|
+
--container-size-dialog-max-width-l: 1080;
|
1121
1123
|
--container-size-dialog-max-width-xl: 960;
|
1122
1124
|
--container-size-dialog-max-width-xxl: 1080;
|
1125
|
+
--container-size-dialog-min-width-s: 288;
|
1126
|
+
--container-size-dialog-min-width-m: 288;
|
1127
|
+
--container-size-dialog-min-width-l: 288;
|
1123
1128
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
1124
1129
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
1125
1130
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -1790,6 +1795,8 @@
|
|
1790
1795
|
--logo-space-ai-xg-m: var(--global-space-micro-l); /* Space between star icon and text */
|
1791
1796
|
|
1792
1797
|
/* nav component tokens */
|
1798
|
+
--nav-size-leftnav-parent-container-fixed-width: 140; /* fixed width of parent container */
|
1799
|
+
--nav-size-leftnav-child-container-fixed-width: 250; /* fixed width of parent container */
|
1793
1800
|
--nav-space-leftnav-grandchilditem-x-indent: 33; /* indent on grandchild items */
|
1794
1801
|
--nav-color-bg-default: light-dark(var(--modes-color-generic-bg-nought-light), var(--modes-color-generic-bg-nought-dark)); /* nav bar bg */
|
1795
1802
|
--nav-color-item-bg-enabled: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
@@ -1805,10 +1812,10 @@
|
|
1805
1812
|
--nav-color-topnav-item-bg-active: light-dark(var(--modes-color-interactive-nav-active-light), var(--modes-color-interactive-nav-active-dark));
|
1806
1813
|
--nav-color-topnav-item-bg-enabled: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
1807
1814
|
--nav-color-topnav-item-bg-hover: light-dark(var(--modes-color-interactive-nav-hover-light), var(--modes-color-interactive-nav-hover-dark));
|
1808
|
-
--nav-typography-label-s: var(--global-typography-component-firm-
|
1815
|
+
--nav-typography-label-s: var(--global-typography-component-firm-xs);
|
1809
1816
|
--nav-typography-label-m: var(--global-typography-component-firm-m);
|
1810
1817
|
--nav-typography-label-l: var(--global-typography-component-firm-l);
|
1811
|
-
--nav-typography-default-s: var(--global-typography-component-moderate-
|
1818
|
+
--nav-typography-default-s: var(--global-typography-component-moderate-xs);
|
1812
1819
|
--nav-typography-default-m: var(--global-typography-component-moderate-m);
|
1813
1820
|
--nav-typography-default-l: var(--global-typography-component-moderate-l);
|
1814
1821
|
--nav-color-item-bg-active: light-dark(var(--modes-color-interactive-monochrome-active-light), var(--modes-color-interactive-monochrome-active-dark));
|
@@ -1943,6 +1950,8 @@
|
|
1943
1950
|
--page-typography-h3: var(--global-typography-heading-s);
|
1944
1951
|
--page-typography-h4: var(--global-typography-subheading-l);
|
1945
1952
|
--page-typography-h5: var(--global-typography-subheading-m);
|
1953
|
+
--page-typography-section-heading-s: var(--global-typography-section-heading-s);
|
1954
|
+
--page-typography-section-heading-m: var(--global-typography-section-heading-m);
|
1946
1955
|
--page-typography-p-regular-typical: var(--global-typography-body-regular-s);
|
1947
1956
|
--page-typography-p-regular-large: var(--global-typography-body-regular-l);
|
1948
1957
|
--page-typography-p-medium-typical: var(--global-typography-body-medium-s);
|
@@ -2577,17 +2586,12 @@
|
|
2577
2586
|
--global-typography-heading-m: 700 24px/1.25 Sage UI;
|
2578
2587
|
--global-typography-heading-l: 700 30px/1.25 Sage UI;
|
2579
2588
|
--global-typography-subheading-l: 500 18px/1.25 Sage UI;
|
2580
|
-
--global-typography-
|
2581
|
-
--global-typography-component-moderate-xs: 400 12px/1.5 Sage UI;
|
2582
|
-
--global-typography-component-placeholdertext-xs: 500 11px/1.5 Sage UI;
|
2589
|
+
--global-typography-section-heading-m: 700 21px/1.25 Sage UI;
|
2583
2590
|
--global-typography-component-placeholdertext-m: 500 18px/1.5 Sage UI;
|
2584
2591
|
--global-typography-component-placeholdertext-ml: 500 24px/1.5 Sage UI;
|
2585
2592
|
--global-typography-component-placeholdertext-l: 500 30px/1.5 Sage UI;
|
2586
2593
|
--global-typography-component-placeholdertext-xl: 500 40px/1.5 Sage UI;
|
2587
2594
|
--global-typography-component-placeholdertext-xxl: 500 52px/1.5 Sage UI;
|
2588
|
-
--global-typography-component-notification-m: 500 12px/1 Sage UI; /* used for badge text - notifications on buttons and in global nav */
|
2589
|
-
--global-font-size-adaptive-step-minus2: 11px;
|
2590
|
-
--global-font-size-adaptive-step-minus1: 12px;
|
2591
2595
|
--global-font-size-adaptive-step2: 18px;
|
2592
2596
|
--global-font-size-adaptive-step3: 21px;
|
2593
2597
|
--global-font-size-adaptive-step4: 24px;
|
@@ -7,10 +7,13 @@
|
|
7
7
|
--container-size-dialog-max-width-xxs: 300;
|
8
8
|
--container-size-dialog-max-width-xs: 380;
|
9
9
|
--container-size-dialog-max-width-s: 540;
|
10
|
-
--container-size-dialog-max-width-m:
|
11
|
-
--container-size-dialog-max-width-l:
|
10
|
+
--container-size-dialog-max-width-m: 850;
|
11
|
+
--container-size-dialog-max-width-l: 1080;
|
12
12
|
--container-size-dialog-max-width-xl: 960;
|
13
13
|
--container-size-dialog-max-width-xxl: 1080;
|
14
|
+
--container-size-dialog-min-width-s: 288;
|
15
|
+
--container-size-dialog-min-width-m: 288;
|
16
|
+
--container-size-dialog-min-width-l: 288;
|
14
17
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
15
18
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
16
19
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -3,6 +3,8 @@
|
|
3
3
|
*/
|
4
4
|
|
5
5
|
:root {
|
6
|
+
--nav-size-leftnav-parent-container-fixed-width: 140; /* fixed width of parent container */
|
7
|
+
--nav-size-leftnav-child-container-fixed-width: 250; /* fixed width of parent container */
|
6
8
|
--nav-space-leftnav-grandchilditem-x-indent: 33; /* indent on grandchild items */
|
7
9
|
--nav-color-bg-default: var(--modes-color-generic-bg-nought); /* nav bar bg */
|
8
10
|
--nav-color-item-bg-enabled: var(--modes-color-none);
|
@@ -18,16 +20,16 @@
|
|
18
20
|
--nav-color-topnav-item-bg-active: var(--modes-color-interactive-nav-active);
|
19
21
|
--nav-color-topnav-item-bg-enabled: var(--modes-color-none);
|
20
22
|
--nav-color-topnav-item-bg-hover: var(--modes-color-interactive-nav-hover);
|
21
|
-
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-
|
23
|
+
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-xs);
|
22
24
|
--nav-typography-adaptive-label-m: var(--global-typography-adaptive-component-firm-m);
|
23
25
|
--nav-typography-adaptive-label-l: var(--global-typography-adaptive-component-firm-l);
|
24
|
-
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-
|
26
|
+
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-xs);
|
25
27
|
--nav-typography-adaptive-default-m: var(--global-typography-adaptive-component-moderate-m);
|
26
28
|
--nav-typography-adaptive-default-l: var(--global-typography-adaptive-component-moderate-l);
|
27
|
-
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-
|
29
|
+
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-xs);
|
28
30
|
--nav-typography-responsive-label-m: var(--global-typography-responsive-component-firm-m);
|
29
31
|
--nav-typography-responsive-label-l: var(--global-typography-responsive-component-firm-l);
|
30
|
-
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-
|
32
|
+
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-xs);
|
31
33
|
--nav-typography-responsive-default-m: var(--global-typography-responsive-component-moderate-m);
|
32
34
|
--nav-typography-responsive-default-l: var(--global-typography-responsive-component-moderate-l);
|
33
35
|
--nav-color-item-bg-active: var(--modes-color-interactive-monochrome-active);
|
@@ -9,6 +9,8 @@
|
|
9
9
|
--page-typography-responsive-h3: var(--global-typography-responsive-heading-s);
|
10
10
|
--page-typography-responsive-h4: var(--global-typography-responsive-subheading-l);
|
11
11
|
--page-typography-responsive-h5: var(--global-typography-responsive-subheading-m);
|
12
|
+
--page-typography-responsive-section-heading-s: var(--global-typography-responsive-section-heading-s);
|
13
|
+
--page-typography-responsive-section-heading-m: var(--global-typography-responsive-section-heading-m);
|
12
14
|
--page-typography-responsive-p-regular-typical: var(--global-typography-responsive-body-regular-s);
|
13
15
|
--page-typography-responsive-p-regular-large: var(--global-typography-responsive-body-regular-l);
|
14
16
|
--page-typography-responsive-p-medium-typical: var(--global-typography-responsive-body-medium-s);
|
@@ -18,6 +20,8 @@
|
|
18
20
|
--page-typography-adaptive-h3: var(--global-typography-adaptive-heading-s);
|
19
21
|
--page-typography-adaptive-h4: var(--global-typography-adaptive-subheading-l);
|
20
22
|
--page-typography-adaptive-h5: var(--global-typography-adaptive-subheading-m);
|
23
|
+
--page-typography-adaptive-section-heading-s: var(--global-typography-adaptive-section-heading-s);
|
24
|
+
--page-typography-adaptive-section-heading-m: var(--global-typography-adaptive-section-heading-m);
|
21
25
|
--page-typography-adaptive-p-regular-typical: var(--global-typography-adaptive-body-regular-s);
|
22
26
|
--page-typography-adaptive-p-regular-large: var(--global-typography-adaptive-body-regular-l);
|
23
27
|
--page-typography-adaptive-p-medium-typical: var(--global-typography-adaptive-body-medium-s);
|
@@ -102,6 +102,8 @@
|
|
102
102
|
--global-typography-responsive-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
103
103
|
--global-typography-responsive-subheading-m: 500 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
104
104
|
--global-typography-responsive-subheading-l: 500 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.25 Sage UI;
|
105
|
+
--global-typography-responsive-section-heading-s: 700 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
106
|
+
--global-typography-responsive-section-heading-m: 700 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
105
107
|
--global-typography-responsive-body-regular-s: 400 clamp(0.875rem, 0.875rem + 0vw, 0.875rem)/1.5 Sage UI;
|
106
108
|
--global-typography-responsive-body-regular-m: 400 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.5 Sage UI;
|
107
109
|
--global-typography-responsive-body-regular-l: 400 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.5 Sage UI;
|
@@ -138,17 +140,19 @@
|
|
138
140
|
--global-typography-adaptive-heading-l: 700 30px/1.25 Sage UI;
|
139
141
|
--global-typography-adaptive-subheading-m: 500 16px/1.25 Sage UI;
|
140
142
|
--global-typography-adaptive-subheading-l: 500 18px/1.25 Sage UI;
|
143
|
+
--global-typography-adaptive-section-heading-s: 700 16px/1.25 Sage UI;
|
144
|
+
--global-typography-adaptive-section-heading-m: 700 21px/1.25 Sage UI;
|
141
145
|
--global-typography-adaptive-body-regular-s: 400 14px/1.5 Sage UI;
|
142
146
|
--global-typography-adaptive-body-regular-m: 400 14px/1.5 Sage UI;
|
143
147
|
--global-typography-adaptive-body-regular-l: 400 16px/1.5 Sage UI;
|
144
148
|
--global-typography-adaptive-body-medium-s: 500 14px/1.5 Sage UI;
|
145
149
|
--global-typography-adaptive-body-medium-m: 500 14px/1.5 Sage UI;
|
146
150
|
--global-typography-adaptive-body-medium-l: 500 16px/1.5 Sage UI;
|
147
|
-
--global-typography-adaptive-component-firm-xs: 500
|
151
|
+
--global-typography-adaptive-component-firm-xs: 500 13px/1.5 Sage UI;
|
148
152
|
--global-typography-adaptive-component-firm-s: 500 14px/1.5 Sage UI;
|
149
153
|
--global-typography-adaptive-component-firm-m: 500 14px/1.5 Sage UI;
|
150
154
|
--global-typography-adaptive-component-firm-l: 500 16px/1.5 Sage UI;
|
151
|
-
--global-typography-adaptive-component-moderate-xs: 400
|
155
|
+
--global-typography-adaptive-component-moderate-xs: 400 13px/1.5 Sage UI;
|
152
156
|
--global-typography-adaptive-component-moderate-s: 400 14px/1.5 Sage UI;
|
153
157
|
--global-typography-adaptive-component-moderate-m: 400 14px/1.5 Sage UI;
|
154
158
|
--global-typography-adaptive-component-moderate-l: 400 16px/1.5 Sage UI;
|
@@ -161,16 +165,16 @@
|
|
161
165
|
--global-typography-adaptive-component-underlined-firm-s: 500 14px/1.5 Sage UI;
|
162
166
|
--global-typography-adaptive-component-underlined-firm-m: 500 14px/1.5 Sage UI;
|
163
167
|
--global-typography-adaptive-component-underlined-firm-l: 500 16px/1.5 Sage UI;
|
164
|
-
--global-typography-adaptive-component-placeholdertext-xs: 500
|
168
|
+
--global-typography-adaptive-component-placeholdertext-xs: 500 12px/1.5 Sage UI;
|
165
169
|
--global-typography-adaptive-component-placeholdertext-s: 500 14px/1.5 Sage UI;
|
166
170
|
--global-typography-adaptive-component-placeholdertext-m: 500 18px/1.5 Sage UI;
|
167
171
|
--global-typography-adaptive-component-placeholdertext-ml: 500 24px/1.5 Sage UI;
|
168
172
|
--global-typography-adaptive-component-placeholdertext-l: 500 30px/1.5 Sage UI;
|
169
173
|
--global-typography-adaptive-component-placeholdertext-xl: 500 40px/1.5 Sage UI;
|
170
174
|
--global-typography-adaptive-component-placeholdertext-xxl: 500 52px/1.5 Sage UI;
|
171
|
-
--global-typography-adaptive-component-notification-m: 500
|
172
|
-
--global-font-size-adaptive-step-minus2:
|
173
|
-
--global-font-size-adaptive-step-minus1:
|
175
|
+
--global-typography-adaptive-component-notification-m: 500 13px/1 Sage UI; /* used for badge text - notifications on buttons and in global nav */
|
176
|
+
--global-font-size-adaptive-step-minus2: 12px;
|
177
|
+
--global-font-size-adaptive-step-minus1: 13px;
|
174
178
|
--global-font-size-adaptive-step0: 14px;
|
175
179
|
--global-font-size-adaptive-step1: 16px;
|
176
180
|
--global-font-size-adaptive-step2: 18px;
|
@@ -7,10 +7,13 @@
|
|
7
7
|
--container-size-dialog-max-width-xxs: 300;
|
8
8
|
--container-size-dialog-max-width-xs: 380;
|
9
9
|
--container-size-dialog-max-width-s: 540;
|
10
|
-
--container-size-dialog-max-width-m:
|
11
|
-
--container-size-dialog-max-width-l:
|
10
|
+
--container-size-dialog-max-width-m: 850;
|
11
|
+
--container-size-dialog-max-width-l: 1080;
|
12
12
|
--container-size-dialog-max-width-xl: 960;
|
13
13
|
--container-size-dialog-max-width-xxl: 1080;
|
14
|
+
--container-size-dialog-min-width-s: 288;
|
15
|
+
--container-size-dialog-min-width-m: 288;
|
16
|
+
--container-size-dialog-min-width-l: 288;
|
14
17
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
15
18
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
16
19
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -3,6 +3,8 @@
|
|
3
3
|
*/
|
4
4
|
|
5
5
|
:root {
|
6
|
+
--nav-size-leftnav-parent-container-fixed-width: 140; /* fixed width of parent container */
|
7
|
+
--nav-size-leftnav-child-container-fixed-width: 250; /* fixed width of parent container */
|
6
8
|
--nav-space-leftnav-grandchilditem-x-indent: 33; /* indent on grandchild items */
|
7
9
|
--nav-color-bg-default: var(--modes-color-generic-bg-nought); /* nav bar bg */
|
8
10
|
--nav-color-item-bg-enabled: var(--modes-color-none);
|
@@ -18,16 +20,16 @@
|
|
18
20
|
--nav-color-topnav-item-bg-active: var(--modes-color-interactive-nav-active);
|
19
21
|
--nav-color-topnav-item-bg-enabled: var(--modes-color-none);
|
20
22
|
--nav-color-topnav-item-bg-hover: var(--modes-color-interactive-nav-hover);
|
21
|
-
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-
|
23
|
+
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-xs);
|
22
24
|
--nav-typography-adaptive-label-m: var(--global-typography-adaptive-component-firm-m);
|
23
25
|
--nav-typography-adaptive-label-l: var(--global-typography-adaptive-component-firm-l);
|
24
|
-
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-
|
26
|
+
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-xs);
|
25
27
|
--nav-typography-adaptive-default-m: var(--global-typography-adaptive-component-moderate-m);
|
26
28
|
--nav-typography-adaptive-default-l: var(--global-typography-adaptive-component-moderate-l);
|
27
|
-
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-
|
29
|
+
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-xs);
|
28
30
|
--nav-typography-responsive-label-m: var(--global-typography-responsive-component-firm-m);
|
29
31
|
--nav-typography-responsive-label-l: var(--global-typography-responsive-component-firm-l);
|
30
|
-
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-
|
32
|
+
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-xs);
|
31
33
|
--nav-typography-responsive-default-m: var(--global-typography-responsive-component-moderate-m);
|
32
34
|
--nav-typography-responsive-default-l: var(--global-typography-responsive-component-moderate-l);
|
33
35
|
--nav-color-item-bg-active: var(--modes-color-interactive-monochrome-active);
|
@@ -9,6 +9,8 @@
|
|
9
9
|
--page-typography-responsive-h3: var(--global-typography-responsive-heading-s);
|
10
10
|
--page-typography-responsive-h4: var(--global-typography-responsive-subheading-l);
|
11
11
|
--page-typography-responsive-h5: var(--global-typography-responsive-subheading-m);
|
12
|
+
--page-typography-responsive-section-heading-s: var(--global-typography-responsive-section-heading-s);
|
13
|
+
--page-typography-responsive-section-heading-m: var(--global-typography-responsive-section-heading-m);
|
12
14
|
--page-typography-responsive-p-regular-typical: var(--global-typography-responsive-body-regular-s);
|
13
15
|
--page-typography-responsive-p-regular-large: var(--global-typography-responsive-body-regular-l);
|
14
16
|
--page-typography-responsive-p-medium-typical: var(--global-typography-responsive-body-medium-s);
|
@@ -18,6 +20,8 @@
|
|
18
20
|
--page-typography-adaptive-h3: var(--global-typography-adaptive-heading-s);
|
19
21
|
--page-typography-adaptive-h4: var(--global-typography-adaptive-subheading-l);
|
20
22
|
--page-typography-adaptive-h5: var(--global-typography-adaptive-subheading-m);
|
23
|
+
--page-typography-adaptive-section-heading-s: var(--global-typography-adaptive-section-heading-s);
|
24
|
+
--page-typography-adaptive-section-heading-m: var(--global-typography-adaptive-section-heading-m);
|
21
25
|
--page-typography-adaptive-p-regular-typical: var(--global-typography-adaptive-body-regular-s);
|
22
26
|
--page-typography-adaptive-p-regular-large: var(--global-typography-adaptive-body-regular-l);
|
23
27
|
--page-typography-adaptive-p-medium-typical: var(--global-typography-adaptive-body-medium-s);
|
@@ -102,6 +102,8 @@
|
|
102
102
|
--global-typography-responsive-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
103
103
|
--global-typography-responsive-subheading-m: 500 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
104
104
|
--global-typography-responsive-subheading-l: 500 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.25 Sage UI;
|
105
|
+
--global-typography-responsive-section-heading-s: 700 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
106
|
+
--global-typography-responsive-section-heading-m: 700 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
105
107
|
--global-typography-responsive-body-regular-s: 400 clamp(0.875rem, 0.875rem + 0vw, 0.875rem)/1.5 Sage UI;
|
106
108
|
--global-typography-responsive-body-regular-m: 400 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.5 Sage UI;
|
107
109
|
--global-typography-responsive-body-regular-l: 400 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.5 Sage UI;
|
@@ -138,6 +140,8 @@
|
|
138
140
|
--global-typography-adaptive-heading-l: 700 25px/1.25 Sage UI;
|
139
141
|
--global-typography-adaptive-subheading-m: 500 16px/1.25 Sage UI;
|
140
142
|
--global-typography-adaptive-subheading-l: 500 17px/1.25 Sage UI;
|
143
|
+
--global-typography-adaptive-section-heading-s: 700 16px/1.25 Sage UI;
|
144
|
+
--global-typography-adaptive-section-heading-m: 700 19px/1.25 Sage UI;
|
141
145
|
--global-typography-adaptive-body-regular-s: 400 14px/1.5 Sage UI;
|
142
146
|
--global-typography-adaptive-body-regular-m: 400 14px/1.5 Sage UI;
|
143
147
|
--global-typography-adaptive-body-regular-l: 400 16px/1.5 Sage UI;
|
package/css/marketing/all.css
CHANGED
@@ -102,6 +102,8 @@
|
|
102
102
|
--global-typography-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
103
103
|
--global-typography-subheading-m: 500 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
104
104
|
--global-typography-subheading-l: 500 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.25 Sage UI;
|
105
|
+
--global-typography-section-heading-s: 700 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
106
|
+
--global-typography-section-heading-m: 700 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
105
107
|
--global-typography-body-regular-s: 400 clamp(0.875rem, 0.875rem + 0vw, 0.875rem)/1.5 Sage UI;
|
106
108
|
--global-typography-body-regular-m: 400 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.5 Sage UI;
|
107
109
|
--global-typography-body-regular-l: 400 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.5 Sage UI;
|
@@ -1116,10 +1118,13 @@
|
|
1116
1118
|
--container-size-dialog-max-width-xxs: 300;
|
1117
1119
|
--container-size-dialog-max-width-xs: 380;
|
1118
1120
|
--container-size-dialog-max-width-s: 540;
|
1119
|
-
--container-size-dialog-max-width-m:
|
1120
|
-
--container-size-dialog-max-width-l:
|
1121
|
+
--container-size-dialog-max-width-m: 850;
|
1122
|
+
--container-size-dialog-max-width-l: 1080;
|
1121
1123
|
--container-size-dialog-max-width-xl: 960;
|
1122
1124
|
--container-size-dialog-max-width-xxl: 1080;
|
1125
|
+
--container-size-dialog-min-width-s: 288;
|
1126
|
+
--container-size-dialog-min-width-m: 288;
|
1127
|
+
--container-size-dialog-min-width-l: 288;
|
1123
1128
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
1124
1129
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
1125
1130
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -1790,6 +1795,8 @@
|
|
1790
1795
|
--logo-space-ai-xg-m: var(--global-space-micro-l); /* Space between star icon and text */
|
1791
1796
|
|
1792
1797
|
/* nav component tokens */
|
1798
|
+
--nav-size-leftnav-parent-container-fixed-width: 140; /* fixed width of parent container */
|
1799
|
+
--nav-size-leftnav-child-container-fixed-width: 250; /* fixed width of parent container */
|
1793
1800
|
--nav-space-leftnav-grandchilditem-x-indent: 33; /* indent on grandchild items */
|
1794
1801
|
--nav-color-bg-default: light-dark(var(--modes-color-generic-bg-nought-light), var(--modes-color-generic-bg-nought-dark)); /* nav bar bg */
|
1795
1802
|
--nav-color-item-bg-enabled: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
@@ -1805,10 +1812,10 @@
|
|
1805
1812
|
--nav-color-topnav-item-bg-active: light-dark(var(--modes-color-interactive-nav-active-light), var(--modes-color-interactive-nav-active-dark));
|
1806
1813
|
--nav-color-topnav-item-bg-enabled: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
1807
1814
|
--nav-color-topnav-item-bg-hover: light-dark(var(--modes-color-interactive-nav-hover-light), var(--modes-color-interactive-nav-hover-dark));
|
1808
|
-
--nav-typography-label-s: var(--global-typography-component-firm-
|
1815
|
+
--nav-typography-label-s: var(--global-typography-component-firm-xs);
|
1809
1816
|
--nav-typography-label-m: var(--global-typography-component-firm-m);
|
1810
1817
|
--nav-typography-label-l: var(--global-typography-component-firm-l);
|
1811
|
-
--nav-typography-default-s: var(--global-typography-component-moderate-
|
1818
|
+
--nav-typography-default-s: var(--global-typography-component-moderate-xs);
|
1812
1819
|
--nav-typography-default-m: var(--global-typography-component-moderate-m);
|
1813
1820
|
--nav-typography-default-l: var(--global-typography-component-moderate-l);
|
1814
1821
|
--nav-color-item-bg-active: light-dark(var(--modes-color-interactive-monochrome-active-light), var(--modes-color-interactive-monochrome-active-dark));
|
@@ -1943,6 +1950,8 @@
|
|
1943
1950
|
--page-typography-h3: var(--global-typography-heading-s);
|
1944
1951
|
--page-typography-h4: var(--global-typography-subheading-l);
|
1945
1952
|
--page-typography-h5: var(--global-typography-subheading-m);
|
1953
|
+
--page-typography-section-heading-s: var(--global-typography-section-heading-s);
|
1954
|
+
--page-typography-section-heading-m: var(--global-typography-section-heading-m);
|
1946
1955
|
--page-typography-p-regular-typical: var(--global-typography-body-regular-s);
|
1947
1956
|
--page-typography-p-regular-large: var(--global-typography-body-regular-l);
|
1948
1957
|
--page-typography-p-medium-typical: var(--global-typography-body-medium-s);
|
@@ -2573,8 +2582,6 @@
|
|
2573
2582
|
--global-space-macro-l: 32px;
|
2574
2583
|
--global-space-macro-xl: 40px;
|
2575
2584
|
--global-space-macro-xxl: 48px;
|
2576
|
-
--global-font-size-adaptive-step-minus2: 11px;
|
2577
|
-
--global-font-size-adaptive-step-minus1: 12px;
|
2578
2585
|
--global-font-size-adaptive-step2: 18px;
|
2579
2586
|
--global-font-size-adaptive-step3: 21px;
|
2580
2587
|
--global-font-size-adaptive-step4: 24px;
|
@@ -7,10 +7,13 @@
|
|
7
7
|
--container-size-dialog-max-width-xxs: 300;
|
8
8
|
--container-size-dialog-max-width-xs: 380;
|
9
9
|
--container-size-dialog-max-width-s: 540;
|
10
|
-
--container-size-dialog-max-width-m:
|
11
|
-
--container-size-dialog-max-width-l:
|
10
|
+
--container-size-dialog-max-width-m: 850;
|
11
|
+
--container-size-dialog-max-width-l: 1080;
|
12
12
|
--container-size-dialog-max-width-xl: 960;
|
13
13
|
--container-size-dialog-max-width-xxl: 1080;
|
14
|
+
--container-size-dialog-min-width-s: 288;
|
15
|
+
--container-size-dialog-min-width-m: 288;
|
16
|
+
--container-size-dialog-min-width-l: 288;
|
14
17
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
15
18
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
16
19
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -3,6 +3,8 @@
|
|
3
3
|
*/
|
4
4
|
|
5
5
|
:root {
|
6
|
+
--nav-size-leftnav-parent-container-fixed-width: 140; /* fixed width of parent container */
|
7
|
+
--nav-size-leftnav-child-container-fixed-width: 250; /* fixed width of parent container */
|
6
8
|
--nav-space-leftnav-grandchilditem-x-indent: 33; /* indent on grandchild items */
|
7
9
|
--nav-color-bg-default: var(--modes-color-generic-bg-nought); /* nav bar bg */
|
8
10
|
--nav-color-item-bg-enabled: var(--modes-color-none);
|
@@ -18,16 +20,16 @@
|
|
18
20
|
--nav-color-topnav-item-bg-active: var(--modes-color-interactive-nav-active);
|
19
21
|
--nav-color-topnav-item-bg-enabled: var(--modes-color-none);
|
20
22
|
--nav-color-topnav-item-bg-hover: var(--modes-color-interactive-nav-hover);
|
21
|
-
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-
|
23
|
+
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-xs);
|
22
24
|
--nav-typography-adaptive-label-m: var(--global-typography-adaptive-component-firm-m);
|
23
25
|
--nav-typography-adaptive-label-l: var(--global-typography-adaptive-component-firm-l);
|
24
|
-
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-
|
26
|
+
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-xs);
|
25
27
|
--nav-typography-adaptive-default-m: var(--global-typography-adaptive-component-moderate-m);
|
26
28
|
--nav-typography-adaptive-default-l: var(--global-typography-adaptive-component-moderate-l);
|
27
|
-
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-
|
29
|
+
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-xs);
|
28
30
|
--nav-typography-responsive-label-m: var(--global-typography-responsive-component-firm-m);
|
29
31
|
--nav-typography-responsive-label-l: var(--global-typography-responsive-component-firm-l);
|
30
|
-
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-
|
32
|
+
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-xs);
|
31
33
|
--nav-typography-responsive-default-m: var(--global-typography-responsive-component-moderate-m);
|
32
34
|
--nav-typography-responsive-default-l: var(--global-typography-responsive-component-moderate-l);
|
33
35
|
--nav-color-item-bg-active: var(--modes-color-interactive-monochrome-active);
|
@@ -9,6 +9,8 @@
|
|
9
9
|
--page-typography-responsive-h3: var(--global-typography-responsive-heading-s);
|
10
10
|
--page-typography-responsive-h4: var(--global-typography-responsive-subheading-l);
|
11
11
|
--page-typography-responsive-h5: var(--global-typography-responsive-subheading-m);
|
12
|
+
--page-typography-responsive-section-heading-s: var(--global-typography-responsive-section-heading-s);
|
13
|
+
--page-typography-responsive-section-heading-m: var(--global-typography-responsive-section-heading-m);
|
12
14
|
--page-typography-responsive-p-regular-typical: var(--global-typography-responsive-body-regular-s);
|
13
15
|
--page-typography-responsive-p-regular-large: var(--global-typography-responsive-body-regular-l);
|
14
16
|
--page-typography-responsive-p-medium-typical: var(--global-typography-responsive-body-medium-s);
|
@@ -18,6 +20,8 @@
|
|
18
20
|
--page-typography-adaptive-h3: var(--global-typography-adaptive-heading-s);
|
19
21
|
--page-typography-adaptive-h4: var(--global-typography-adaptive-subheading-l);
|
20
22
|
--page-typography-adaptive-h5: var(--global-typography-adaptive-subheading-m);
|
23
|
+
--page-typography-adaptive-section-heading-s: var(--global-typography-adaptive-section-heading-s);
|
24
|
+
--page-typography-adaptive-section-heading-m: var(--global-typography-adaptive-section-heading-m);
|
21
25
|
--page-typography-adaptive-p-regular-typical: var(--global-typography-adaptive-body-regular-s);
|
22
26
|
--page-typography-adaptive-p-regular-large: var(--global-typography-adaptive-body-regular-l);
|
23
27
|
--page-typography-adaptive-p-medium-typical: var(--global-typography-adaptive-body-medium-s);
|
@@ -102,6 +102,8 @@
|
|
102
102
|
--global-typography-responsive-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
103
103
|
--global-typography-responsive-subheading-m: 500 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
104
104
|
--global-typography-responsive-subheading-l: 500 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.25 Sage UI;
|
105
|
+
--global-typography-responsive-section-heading-s: 700 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
106
|
+
--global-typography-responsive-section-heading-m: 700 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
105
107
|
--global-typography-responsive-body-regular-s: 400 clamp(0.875rem, 0.875rem + 0vw, 0.875rem)/1.5 Sage UI;
|
106
108
|
--global-typography-responsive-body-regular-m: 400 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.5 Sage UI;
|
107
109
|
--global-typography-responsive-body-regular-l: 400 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.5 Sage UI;
|
@@ -138,17 +140,19 @@
|
|
138
140
|
--global-typography-adaptive-heading-l: 700 30px/1.25 Sage UI;
|
139
141
|
--global-typography-adaptive-subheading-m: 500 16px/1.25 Sage UI;
|
140
142
|
--global-typography-adaptive-subheading-l: 500 18px/1.25 Sage UI;
|
143
|
+
--global-typography-adaptive-section-heading-s: 700 16px/1.25 Sage UI;
|
144
|
+
--global-typography-adaptive-section-heading-m: 700 21px/1.25 Sage UI;
|
141
145
|
--global-typography-adaptive-body-regular-s: 400 14px/1.5 Sage UI;
|
142
146
|
--global-typography-adaptive-body-regular-m: 400 14px/1.5 Sage UI;
|
143
147
|
--global-typography-adaptive-body-regular-l: 400 16px/1.5 Sage UI;
|
144
148
|
--global-typography-adaptive-body-medium-s: 500 14px/1.5 Sage UI;
|
145
149
|
--global-typography-adaptive-body-medium-m: 500 14px/1.5 Sage UI;
|
146
150
|
--global-typography-adaptive-body-medium-l: 500 16px/1.5 Sage UI;
|
147
|
-
--global-typography-adaptive-component-firm-xs: 500
|
151
|
+
--global-typography-adaptive-component-firm-xs: 500 13px/1.5 Sage UI;
|
148
152
|
--global-typography-adaptive-component-firm-s: 500 14px/1.5 Sage UI;
|
149
153
|
--global-typography-adaptive-component-firm-m: 500 14px/1.5 Sage UI;
|
150
154
|
--global-typography-adaptive-component-firm-l: 500 16px/1.5 Sage UI;
|
151
|
-
--global-typography-adaptive-component-moderate-xs: 400
|
155
|
+
--global-typography-adaptive-component-moderate-xs: 400 13px/1.5 Sage UI;
|
152
156
|
--global-typography-adaptive-component-moderate-s: 400 14px/1.5 Sage UI;
|
153
157
|
--global-typography-adaptive-component-moderate-m: 400 14px/1.5 Sage UI;
|
154
158
|
--global-typography-adaptive-component-moderate-l: 400 16px/1.5 Sage UI;
|
@@ -161,16 +165,16 @@
|
|
161
165
|
--global-typography-adaptive-component-underlined-firm-s: 500 14px/1.5 Sage UI;
|
162
166
|
--global-typography-adaptive-component-underlined-firm-m: 500 14px/1.5 Sage UI;
|
163
167
|
--global-typography-adaptive-component-underlined-firm-l: 500 16px/1.5 Sage UI;
|
164
|
-
--global-typography-adaptive-component-placeholdertext-xs: 500
|
168
|
+
--global-typography-adaptive-component-placeholdertext-xs: 500 12px/1.5 Sage UI;
|
165
169
|
--global-typography-adaptive-component-placeholdertext-s: 500 14px/1.5 Sage UI;
|
166
170
|
--global-typography-adaptive-component-placeholdertext-m: 500 18px/1.5 Sage UI;
|
167
171
|
--global-typography-adaptive-component-placeholdertext-ml: 500 24px/1.5 Sage UI;
|
168
172
|
--global-typography-adaptive-component-placeholdertext-l: 500 30px/1.5 Sage UI;
|
169
173
|
--global-typography-adaptive-component-placeholdertext-xl: 500 40px/1.5 Sage UI;
|
170
174
|
--global-typography-adaptive-component-placeholdertext-xxl: 500 52px/1.5 Sage UI;
|
171
|
-
--global-typography-adaptive-component-notification-m: 500
|
172
|
-
--global-font-size-adaptive-step-minus2:
|
173
|
-
--global-font-size-adaptive-step-minus1:
|
175
|
+
--global-typography-adaptive-component-notification-m: 500 13px/1 Sage UI; /* used for badge text - notifications on buttons and in global nav */
|
176
|
+
--global-font-size-adaptive-step-minus2: 12px;
|
177
|
+
--global-font-size-adaptive-step-minus1: 13px;
|
174
178
|
--global-font-size-adaptive-step0: 14px;
|
175
179
|
--global-font-size-adaptive-step1: 16px;
|
176
180
|
--global-font-size-adaptive-step2: 18px;
|
@@ -7,10 +7,13 @@
|
|
7
7
|
--container-size-dialog-max-width-xxs: 300;
|
8
8
|
--container-size-dialog-max-width-xs: 380;
|
9
9
|
--container-size-dialog-max-width-s: 540;
|
10
|
-
--container-size-dialog-max-width-m:
|
11
|
-
--container-size-dialog-max-width-l:
|
10
|
+
--container-size-dialog-max-width-m: 850;
|
11
|
+
--container-size-dialog-max-width-l: 1080;
|
12
12
|
--container-size-dialog-max-width-xl: 960;
|
13
13
|
--container-size-dialog-max-width-xxl: 1080;
|
14
|
+
--container-size-dialog-min-width-s: 288;
|
15
|
+
--container-size-dialog-min-width-m: 288;
|
16
|
+
--container-size-dialog-min-width-l: 288;
|
14
17
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
15
18
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
16
19
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -3,6 +3,8 @@
|
|
3
3
|
*/
|
4
4
|
|
5
5
|
:root {
|
6
|
+
--nav-size-leftnav-parent-container-fixed-width: 140; /* fixed width of parent container */
|
7
|
+
--nav-size-leftnav-child-container-fixed-width: 250; /* fixed width of parent container */
|
6
8
|
--nav-space-leftnav-grandchilditem-x-indent: 33; /* indent on grandchild items */
|
7
9
|
--nav-color-bg-default: var(--modes-color-generic-bg-nought); /* nav bar bg */
|
8
10
|
--nav-color-item-bg-enabled: var(--modes-color-none);
|
@@ -18,16 +20,16 @@
|
|
18
20
|
--nav-color-topnav-item-bg-active: var(--modes-color-interactive-nav-active);
|
19
21
|
--nav-color-topnav-item-bg-enabled: var(--modes-color-none);
|
20
22
|
--nav-color-topnav-item-bg-hover: var(--modes-color-interactive-nav-hover);
|
21
|
-
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-
|
23
|
+
--nav-typography-adaptive-label-s: var(--global-typography-adaptive-component-firm-xs);
|
22
24
|
--nav-typography-adaptive-label-m: var(--global-typography-adaptive-component-firm-m);
|
23
25
|
--nav-typography-adaptive-label-l: var(--global-typography-adaptive-component-firm-l);
|
24
|
-
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-
|
26
|
+
--nav-typography-adaptive-default-s: var(--global-typography-adaptive-component-moderate-xs);
|
25
27
|
--nav-typography-adaptive-default-m: var(--global-typography-adaptive-component-moderate-m);
|
26
28
|
--nav-typography-adaptive-default-l: var(--global-typography-adaptive-component-moderate-l);
|
27
|
-
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-
|
29
|
+
--nav-typography-responsive-label-s: var(--global-typography-responsive-component-firm-xs);
|
28
30
|
--nav-typography-responsive-label-m: var(--global-typography-responsive-component-firm-m);
|
29
31
|
--nav-typography-responsive-label-l: var(--global-typography-responsive-component-firm-l);
|
30
|
-
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-
|
32
|
+
--nav-typography-responsive-default-s: var(--global-typography-responsive-component-moderate-xs);
|
31
33
|
--nav-typography-responsive-default-m: var(--global-typography-responsive-component-moderate-m);
|
32
34
|
--nav-typography-responsive-default-l: var(--global-typography-responsive-component-moderate-l);
|
33
35
|
--nav-color-item-bg-active: var(--modes-color-interactive-monochrome-active);
|
@@ -9,6 +9,8 @@
|
|
9
9
|
--page-typography-responsive-h3: var(--global-typography-responsive-heading-s);
|
10
10
|
--page-typography-responsive-h4: var(--global-typography-responsive-subheading-l);
|
11
11
|
--page-typography-responsive-h5: var(--global-typography-responsive-subheading-m);
|
12
|
+
--page-typography-responsive-section-heading-s: var(--global-typography-responsive-section-heading-s);
|
13
|
+
--page-typography-responsive-section-heading-m: var(--global-typography-responsive-section-heading-m);
|
12
14
|
--page-typography-responsive-p-regular-typical: var(--global-typography-responsive-body-regular-s);
|
13
15
|
--page-typography-responsive-p-regular-large: var(--global-typography-responsive-body-regular-l);
|
14
16
|
--page-typography-responsive-p-medium-typical: var(--global-typography-responsive-body-medium-s);
|
@@ -18,6 +20,8 @@
|
|
18
20
|
--page-typography-adaptive-h3: var(--global-typography-adaptive-heading-s);
|
19
21
|
--page-typography-adaptive-h4: var(--global-typography-adaptive-subheading-l);
|
20
22
|
--page-typography-adaptive-h5: var(--global-typography-adaptive-subheading-m);
|
23
|
+
--page-typography-adaptive-section-heading-s: var(--global-typography-adaptive-section-heading-s);
|
24
|
+
--page-typography-adaptive-section-heading-m: var(--global-typography-adaptive-section-heading-m);
|
21
25
|
--page-typography-adaptive-p-regular-typical: var(--global-typography-adaptive-body-regular-s);
|
22
26
|
--page-typography-adaptive-p-regular-large: var(--global-typography-adaptive-body-regular-l);
|
23
27
|
--page-typography-adaptive-p-medium-typical: var(--global-typography-adaptive-body-medium-s);
|
@@ -102,6 +102,8 @@
|
|
102
102
|
--global-typography-responsive-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
103
103
|
--global-typography-responsive-subheading-m: 500 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
104
104
|
--global-typography-responsive-subheading-l: 500 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.25 Sage UI;
|
105
|
+
--global-typography-responsive-section-heading-s: 700 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
106
|
+
--global-typography-responsive-section-heading-m: 700 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
105
107
|
--global-typography-responsive-body-regular-s: 400 clamp(0.875rem, 0.875rem + 0vw, 0.875rem)/1.5 Sage UI;
|
106
108
|
--global-typography-responsive-body-regular-m: 400 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.5 Sage UI;
|
107
109
|
--global-typography-responsive-body-regular-l: 400 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.5 Sage UI;
|
@@ -138,6 +140,8 @@
|
|
138
140
|
--global-typography-adaptive-heading-l: 700 25px/1.25 Sage UI;
|
139
141
|
--global-typography-adaptive-subheading-m: 500 16px/1.25 Sage UI;
|
140
142
|
--global-typography-adaptive-subheading-l: 500 17px/1.25 Sage UI;
|
143
|
+
--global-typography-adaptive-section-heading-s: 700 16px/1.25 Sage UI;
|
144
|
+
--global-typography-adaptive-section-heading-m: 700 19px/1.25 Sage UI;
|
141
145
|
--global-typography-adaptive-body-regular-s: 400 14px/1.5 Sage UI;
|
142
146
|
--global-typography-adaptive-body-regular-m: 400 14px/1.5 Sage UI;
|
143
147
|
--global-typography-adaptive-body-regular-l: 400 16px/1.5 Sage UI;
|
package/css/product/all.css
CHANGED
@@ -102,6 +102,8 @@
|
|
102
102
|
--global-typography-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
103
103
|
--global-typography-subheading-m: 500 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
104
104
|
--global-typography-subheading-l: 500 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.25 Sage UI;
|
105
|
+
--global-typography-section-heading-s: 700 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.25 Sage UI;
|
106
|
+
--global-typography-section-heading-m: 700 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
105
107
|
--global-typography-body-regular-s: 400 clamp(0.875rem, 0.875rem + 0vw, 0.875rem)/1.5 Sage UI;
|
106
108
|
--global-typography-body-regular-m: 400 clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)/1.5 Sage UI;
|
107
109
|
--global-typography-body-regular-l: 400 clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)/1.5 Sage UI;
|
@@ -1116,10 +1118,13 @@
|
|
1116
1118
|
--container-size-dialog-max-width-xxs: 300;
|
1117
1119
|
--container-size-dialog-max-width-xs: 380;
|
1118
1120
|
--container-size-dialog-max-width-s: 540;
|
1119
|
-
--container-size-dialog-max-width-m:
|
1120
|
-
--container-size-dialog-max-width-l:
|
1121
|
+
--container-size-dialog-max-width-m: 850;
|
1122
|
+
--container-size-dialog-max-width-l: 1080;
|
1121
1123
|
--container-size-dialog-max-width-xl: 960;
|
1122
1124
|
--container-size-dialog-max-width-xxl: 1080;
|
1125
|
+
--container-size-dialog-min-width-s: 288;
|
1126
|
+
--container-size-dialog-min-width-m: 288;
|
1127
|
+
--container-size-dialog-min-width-l: 288;
|
1123
1128
|
--container-opacity-carousel-hidden: 0.3; /* opacity applied to next and previous carousel slides */
|
1124
1129
|
--container-opacity-dialog-dimmer: 0.4; /* dimmer opacity value */
|
1125
1130
|
--container-opacity-drag-ghost: 0.5; /* drag ghost state opacity value */
|
@@ -1790,6 +1795,8 @@
|
|
1790
1795
|
--logo-space-ai-xg-m: var(--global-space-micro-l); /* Space between star icon and text */
|
1791
1796
|
|
1792
1797
|
/* nav component tokens */
|
1798
|
+
--nav-size-leftnav-parent-container-fixed-width: 140; /* fixed width of parent container */
|
1799
|
+
--nav-size-leftnav-child-container-fixed-width: 250; /* fixed width of parent container */
|
1793
1800
|
--nav-space-leftnav-grandchilditem-x-indent: 33; /* indent on grandchild items */
|
1794
1801
|
--nav-color-bg-default: light-dark(var(--modes-color-generic-bg-nought-light), var(--modes-color-generic-bg-nought-dark)); /* nav bar bg */
|
1795
1802
|
--nav-color-item-bg-enabled: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
@@ -1805,10 +1812,10 @@
|
|
1805
1812
|
--nav-color-topnav-item-bg-active: light-dark(var(--modes-color-interactive-nav-active-light), var(--modes-color-interactive-nav-active-dark));
|
1806
1813
|
--nav-color-topnav-item-bg-enabled: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
1807
1814
|
--nav-color-topnav-item-bg-hover: light-dark(var(--modes-color-interactive-nav-hover-light), var(--modes-color-interactive-nav-hover-dark));
|
1808
|
-
--nav-typography-label-s: var(--global-typography-component-firm-
|
1815
|
+
--nav-typography-label-s: var(--global-typography-component-firm-xs);
|
1809
1816
|
--nav-typography-label-m: var(--global-typography-component-firm-m);
|
1810
1817
|
--nav-typography-label-l: var(--global-typography-component-firm-l);
|
1811
|
-
--nav-typography-default-s: var(--global-typography-component-moderate-
|
1818
|
+
--nav-typography-default-s: var(--global-typography-component-moderate-xs);
|
1812
1819
|
--nav-typography-default-m: var(--global-typography-component-moderate-m);
|
1813
1820
|
--nav-typography-default-l: var(--global-typography-component-moderate-l);
|
1814
1821
|
--nav-color-item-bg-active: light-dark(var(--modes-color-interactive-monochrome-active-light), var(--modes-color-interactive-monochrome-active-dark));
|
@@ -1943,6 +1950,8 @@
|
|
1943
1950
|
--page-typography-h3: var(--global-typography-heading-s);
|
1944
1951
|
--page-typography-h4: var(--global-typography-subheading-l);
|
1945
1952
|
--page-typography-h5: var(--global-typography-subheading-m);
|
1953
|
+
--page-typography-section-heading-s: var(--global-typography-section-heading-s);
|
1954
|
+
--page-typography-section-heading-m: var(--global-typography-section-heading-m);
|
1946
1955
|
--page-typography-p-regular-typical: var(--global-typography-body-regular-s);
|
1947
1956
|
--page-typography-p-regular-large: var(--global-typography-body-regular-l);
|
1948
1957
|
--page-typography-p-medium-typical: var(--global-typography-body-medium-s);
|
@@ -2573,8 +2582,6 @@
|
|
2573
2582
|
--global-space-macro-l: 32px;
|
2574
2583
|
--global-space-macro-xl: 40px;
|
2575
2584
|
--global-space-macro-xxl: 48px;
|
2576
|
-
--global-font-size-adaptive-step-minus2: 11px;
|
2577
|
-
--global-font-size-adaptive-step-minus1: 12px;
|
2578
2585
|
--global-font-size-adaptive-step2: 18px;
|
2579
2586
|
--global-font-size-adaptive-step3: 21px;
|
2580
2587
|
--global-font-size-adaptive-step4: 24px;
|