@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
@@ -6,6 +6,7 @@
|
|
6
6
|
// Do not edit directly, this file was auto-generated.
|
7
7
|
|
8
8
|
$table-color-header-subtle-bg-default: $modes-color-none;
|
9
|
+
$table-color-row-bg-active: $modes-color-interactive-monochrome-active;
|
9
10
|
$table-color-row-bg-default: $modes-color-generic-bg-nought;
|
10
11
|
$table-color-row-label-hover: $modes-color-generic-content-extreme;
|
11
12
|
$table-typography-adaptive-heading-s: $global-typography-adaptive-component-firm-s;
|
@@ -26,35 +27,34 @@ $table-typography-responsive-default-l: $global-typography-responsive-component-
|
|
26
27
|
$table-typography-responsive-label-s: $global-typography-responsive-component-firm-s;
|
27
28
|
$table-typography-responsive-label-m: $global-typography-responsive-component-firm-m;
|
28
29
|
$table-typography-responsive-label-l: $global-typography-responsive-component-firm-l;
|
30
|
+
$table-color-header-subtle-bg-alt: $modes-color-interactive-monochrome-subtle-default; // header alt
|
31
|
+
$table-color-header-subtle-bg-hover: $modes-color-interactive-monochrome-hover;
|
32
|
+
$table-color-header-subtle-label-default: $modes-color-interactive-monochrome-default;
|
33
|
+
$table-color-header-subtle-label-hover: $modes-color-interactive-monochrome-default;
|
34
|
+
$table-color-header-harsh-bg-alt: $modes-color-interactive-monochrome-default; // header alt
|
35
|
+
$table-color-header-harsh-bg-default: $modes-color-interactive-monochrome-default-alt;
|
36
|
+
$table-color-header-harsh-bg-hover: $modes-color-interactive-monochrome-hover;
|
37
|
+
$table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
|
29
38
|
$table-color-row-bg-activated: $modes-color-interactive-primary-default;
|
30
|
-
$table-color-row-bg-active: $modes-color-interactive-monochrome-active;
|
31
39
|
$table-color-row-bg-alt: $modes-color-generic-bg-delicate; // Zebra stripes
|
32
40
|
$table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows.
|
33
41
|
$table-color-row-bg-alt3: $modes-color-generic-bg-faint; // Child rows.
|
34
42
|
$table-color-row-bg-hover: $modes-color-generic-bg-soft;
|
35
43
|
$table-color-row-label-default: $modes-color-generic-content-harsh;
|
36
44
|
$table-color-footer-bg-default: $modes-color-generic-bg-soft;
|
45
|
+
$table-color-footer-label-default: $modes-color-interactive-monochrome-default;
|
37
46
|
$table-boxshadow-parentrow: $global-boxshadow-container-far;
|
38
47
|
$table-boxshadow-firstchild: $global-boxshadow-inner-near;
|
39
48
|
$table-boxshadow-column-sticky-left: $global-boxshadow-cleanedge-near-right; // Right shadow on left hand sticky column.
|
40
49
|
$table-boxshadow-column-sticky-right: $global-boxshadow-cleanedge-near-left; // Left shadow on right hand sticky column.
|
41
50
|
$table-boxshadow-row-dragging: $global-boxshadow-interactive-drag; // dragging state for a table row
|
42
|
-
$table-color-header-subtle-bg-alt: $modes-color-interactive-monochrome-subtle-default; // header alt
|
43
|
-
$table-color-header-subtle-bg-hover: $modes-color-interactive-monochrome-hover;
|
44
51
|
$table-color-header-subtle-border-default: $modes-color-generic-fg-delicate; // Header borders
|
45
|
-
$table-color-header-subtle-label-default: $modes-color-interactive-monochrome-default;
|
46
|
-
$table-color-header-subtle-label-hover: $modes-color-interactive-monochrome-default;
|
47
|
-
$table-color-header-harsh-bg-alt: $modes-color-interactive-monochrome-default; // header alt
|
48
|
-
$table-color-header-harsh-bg-default: $modes-color-interactive-monochrome-default-alt;
|
49
|
-
$table-color-header-harsh-bg-hover: $modes-color-interactive-monochrome-hover;
|
50
52
|
$table-color-header-harsh-border-default: $modes-color-generic-fg-soft;
|
51
53
|
$table-color-header-harsh-label-default: $modes-color-interactive-monochrome-with-default;
|
52
|
-
$table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
|
53
54
|
$table-color-row-border-default: $modes-color-generic-fg-delicate;
|
54
55
|
$table-color-row-label-activated: $modes-color-interactive-monochrome-with-active;
|
55
56
|
$table-color-row-label-active: $modes-color-interactive-monochrome-with-active;
|
56
57
|
$table-color-footer-border-default: $modes-color-generic-fg-delicate; // Header borders
|
57
|
-
$table-color-footer-label-default: $modes-color-interactive-monochrome-default;
|
58
58
|
$table-radius-container: $global-radius-container-m; // Table (parent container)
|
59
59
|
$table-borderwidth-thin: $global-borderwidth-xs; // Table border. Optional choice of cell border width.
|
60
60
|
$table-borderwidth-medium: $global-borderwidth-s; // Header border for subtle. Optional choice of cell border width.
|
@@ -104,6 +104,8 @@ $global-typography-responsive-heading-m: [object Object];
|
|
104
104
|
$global-typography-responsive-heading-l: [object Object];
|
105
105
|
$global-typography-responsive-subheading-m: [object Object];
|
106
106
|
$global-typography-responsive-subheading-l: [object Object];
|
107
|
+
$global-typography-responsive-section-heading-s: [object Object];
|
108
|
+
$global-typography-responsive-section-heading-m: [object Object];
|
107
109
|
$global-typography-responsive-body-regular-s: [object Object];
|
108
110
|
$global-typography-responsive-body-regular-m: [object Object];
|
109
111
|
$global-typography-responsive-body-regular-l: [object Object];
|
@@ -140,6 +142,8 @@ $global-typography-adaptive-heading-m: [object Object];
|
|
140
142
|
$global-typography-adaptive-heading-l: [object Object];
|
141
143
|
$global-typography-adaptive-subheading-m: [object Object];
|
142
144
|
$global-typography-adaptive-subheading-l: [object Object];
|
145
|
+
$global-typography-adaptive-section-heading-s: [object Object];
|
146
|
+
$global-typography-adaptive-section-heading-m: [object Object];
|
143
147
|
$global-typography-adaptive-body-regular-s: [object Object];
|
144
148
|
$global-typography-adaptive-body-regular-m: [object Object];
|
145
149
|
$global-typography-adaptive-body-regular-l: [object Object];
|
@@ -171,8 +175,8 @@ $global-typography-adaptive-component-placeholdertext-l: [object Object];
|
|
171
175
|
$global-typography-adaptive-component-placeholdertext-xl: [object Object];
|
172
176
|
$global-typography-adaptive-component-placeholdertext-xxl: [object Object];
|
173
177
|
$global-typography-adaptive-component-notification-m: [object Object]; // used for badge text - notifications on buttons and in global nav
|
174
|
-
$global-font-size-adaptive-step-minus2:
|
175
|
-
$global-font-size-adaptive-step-minus1:
|
178
|
+
$global-font-size-adaptive-step-minus2: 12px;
|
179
|
+
$global-font-size-adaptive-step-minus1: 13px;
|
176
180
|
$global-font-size-adaptive-step0: 14px;
|
177
181
|
$global-font-size-adaptive-step1: 16px;
|
178
182
|
$global-font-size-adaptive-step2: 18px;
|
@@ -9,10 +9,13 @@ $container-size-carousel-mediaslide-minheight: 300; // max height for media visu
|
|
9
9
|
$container-size-dialog-max-width-xxs: 300;
|
10
10
|
$container-size-dialog-max-width-xs: 380;
|
11
11
|
$container-size-dialog-max-width-s: 540;
|
12
|
-
$container-size-dialog-max-width-m:
|
13
|
-
$container-size-dialog-max-width-l:
|
12
|
+
$container-size-dialog-max-width-m: 850;
|
13
|
+
$container-size-dialog-max-width-l: 1080;
|
14
14
|
$container-size-dialog-max-width-xl: 960;
|
15
15
|
$container-size-dialog-max-width-xxl: 1080;
|
16
|
+
$container-size-dialog-min-width-s: 288;
|
17
|
+
$container-size-dialog-min-width-m: 288;
|
18
|
+
$container-size-dialog-min-width-l: 288;
|
16
19
|
$container-opacity-carousel-hidden: 0.3; // opacity applied to next and previous carousel slides
|
17
20
|
$container-opacity-dialog-dimmer: 0.4; // dimmer opacity value
|
18
21
|
$container-opacity-drag-ghost: 0.5; // drag ghost state opacity value
|
@@ -5,6 +5,8 @@
|
|
5
5
|
|
6
6
|
// Do not edit directly, this file was auto-generated.
|
7
7
|
|
8
|
+
$nav-size-leftnav-parent-container-fixed-width: 140; // fixed width of parent container
|
9
|
+
$nav-size-leftnav-child-container-fixed-width: 250; // fixed width of parent container
|
8
10
|
$nav-space-leftnav-grandchilditem-x-indent: 33; // indent on grandchild items
|
9
11
|
$nav-color-bg-default: $modes-color-generic-bg-nought; // nav bar bg
|
10
12
|
$nav-color-item-bg-active: $modes-color-interactive-monochrome-active;
|
@@ -23,16 +25,16 @@ $nav-color-topnav-container-bg-default: $modes-color-generic-bg-nought; // bg of
|
|
23
25
|
$nav-color-topnav-item-bg-active: $modes-color-interactive-nav-active;
|
24
26
|
$nav-color-topnav-item-bg-enabled: $modes-color-none;
|
25
27
|
$nav-color-topnav-item-bg-hover: $modes-color-interactive-nav-hover;
|
26
|
-
$nav-typography-adaptive-label-s: $global-typography-adaptive-component-firm-
|
28
|
+
$nav-typography-adaptive-label-s: $global-typography-adaptive-component-firm-xs;
|
27
29
|
$nav-typography-adaptive-label-m: $global-typography-adaptive-component-firm-m;
|
28
30
|
$nav-typography-adaptive-label-l: $global-typography-adaptive-component-firm-l;
|
29
|
-
$nav-typography-adaptive-default-s: $global-typography-adaptive-component-moderate-
|
31
|
+
$nav-typography-adaptive-default-s: $global-typography-adaptive-component-moderate-xs;
|
30
32
|
$nav-typography-adaptive-default-m: $global-typography-adaptive-component-moderate-m;
|
31
33
|
$nav-typography-adaptive-default-l: $global-typography-adaptive-component-moderate-l;
|
32
|
-
$nav-typography-responsive-label-s: $global-typography-responsive-component-firm-
|
34
|
+
$nav-typography-responsive-label-s: $global-typography-responsive-component-firm-xs;
|
33
35
|
$nav-typography-responsive-label-m: $global-typography-responsive-component-firm-m;
|
34
36
|
$nav-typography-responsive-label-l: $global-typography-responsive-component-firm-l;
|
35
|
-
$nav-typography-responsive-default-s: $global-typography-responsive-component-moderate-
|
37
|
+
$nav-typography-responsive-default-s: $global-typography-responsive-component-moderate-xs;
|
36
38
|
$nav-typography-responsive-default-m: $global-typography-responsive-component-moderate-m;
|
37
39
|
$nav-typography-responsive-default-l: $global-typography-responsive-component-moderate-l;
|
38
40
|
$nav-color-item-bg-activealt: $modes-color-interactive-monochrome-hover-alt;
|
@@ -12,6 +12,8 @@ $page-typography-responsive-h2: $global-typography-responsive-heading-m;
|
|
12
12
|
$page-typography-responsive-h3: $global-typography-responsive-heading-s;
|
13
13
|
$page-typography-responsive-h4: $global-typography-responsive-subheading-l;
|
14
14
|
$page-typography-responsive-h5: $global-typography-responsive-subheading-m;
|
15
|
+
$page-typography-responsive-section-heading-s: $global-typography-responsive-section-heading-s;
|
16
|
+
$page-typography-responsive-section-heading-m: $global-typography-responsive-section-heading-m;
|
15
17
|
$page-typography-responsive-p-regular-typical: $global-typography-responsive-body-regular-s;
|
16
18
|
$page-typography-responsive-p-regular-large: $global-typography-responsive-body-regular-l;
|
17
19
|
$page-typography-responsive-p-medium-typical: $global-typography-responsive-body-medium-s;
|
@@ -21,6 +23,8 @@ $page-typography-adaptive-h2: $global-typography-adaptive-heading-m;
|
|
21
23
|
$page-typography-adaptive-h3: $global-typography-adaptive-heading-s;
|
22
24
|
$page-typography-adaptive-h4: $global-typography-adaptive-subheading-l;
|
23
25
|
$page-typography-adaptive-h5: $global-typography-adaptive-subheading-m;
|
26
|
+
$page-typography-adaptive-section-heading-s: $global-typography-adaptive-section-heading-s;
|
27
|
+
$page-typography-adaptive-section-heading-m: $global-typography-adaptive-section-heading-m;
|
24
28
|
$page-typography-adaptive-p-regular-typical: $global-typography-adaptive-body-regular-s;
|
25
29
|
$page-typography-adaptive-p-regular-large: $global-typography-adaptive-body-regular-l;
|
26
30
|
$page-typography-adaptive-p-medium-typical: $global-typography-adaptive-body-medium-s;
|
@@ -104,6 +104,8 @@ $global-typography-responsive-heading-m: [object Object];
|
|
104
104
|
$global-typography-responsive-heading-l: [object Object];
|
105
105
|
$global-typography-responsive-subheading-m: [object Object];
|
106
106
|
$global-typography-responsive-subheading-l: [object Object];
|
107
|
+
$global-typography-responsive-section-heading-s: [object Object];
|
108
|
+
$global-typography-responsive-section-heading-m: [object Object];
|
107
109
|
$global-typography-responsive-body-regular-s: [object Object];
|
108
110
|
$global-typography-responsive-body-regular-m: [object Object];
|
109
111
|
$global-typography-responsive-body-regular-l: [object Object];
|
@@ -140,6 +142,8 @@ $global-typography-adaptive-heading-m: [object Object];
|
|
140
142
|
$global-typography-adaptive-heading-l: [object Object];
|
141
143
|
$global-typography-adaptive-subheading-m: [object Object];
|
142
144
|
$global-typography-adaptive-subheading-l: [object Object];
|
145
|
+
$global-typography-adaptive-section-heading-s: [object Object];
|
146
|
+
$global-typography-adaptive-section-heading-m: [object Object];
|
143
147
|
$global-typography-adaptive-body-regular-s: [object Object];
|
144
148
|
$global-typography-adaptive-body-regular-m: [object Object];
|
145
149
|
$global-typography-adaptive-body-regular-l: [object Object];
|
Binary file
|