@sage/design-tokens 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +154 -17
- package/css/frozenproduct/large/components/badge.css +2 -1
- package/css/frozenproduct/large/components/container.css +36 -14
- package/css/frozenproduct/large/components/form.css +52 -0
- package/css/frozenproduct/large/components/tab.css +4 -2
- package/css/frozenproduct/large/dark.css +30 -0
- package/css/frozenproduct/large/light.css +30 -0
- package/css/frozenproduct/small/components/badge.css +2 -1
- package/css/frozenproduct/small/components/container.css +36 -14
- package/css/frozenproduct/small/components/form.css +52 -0
- package/css/frozenproduct/small/components/tab.css +4 -2
- package/css/frozenproduct/small/dark.css +30 -0
- package/css/frozenproduct/small/light.css +30 -0
- package/css/marketing/all.css +154 -17
- package/css/marketing/large/components/badge.css +2 -1
- package/css/marketing/large/components/container.css +36 -14
- package/css/marketing/large/components/form.css +52 -0
- package/css/marketing/large/components/tab.css +4 -2
- package/css/marketing/large/dark.css +30 -0
- package/css/marketing/large/light.css +30 -0
- package/css/marketing/small/components/badge.css +2 -1
- package/css/marketing/small/components/container.css +36 -14
- package/css/marketing/small/components/form.css +52 -0
- package/css/marketing/small/components/tab.css +4 -2
- package/css/marketing/small/dark.css +30 -0
- package/css/marketing/small/light.css +30 -0
- package/css/product/all.css +154 -17
- package/css/product/large/components/badge.css +2 -1
- package/css/product/large/components/container.css +36 -14
- package/css/product/large/components/form.css +52 -0
- package/css/product/large/components/tab.css +4 -2
- package/css/product/large/dark.css +30 -0
- package/css/product/large/light.css +30 -0
- package/css/product/small/components/badge.css +2 -1
- package/css/product/small/components/container.css +36 -14
- package/css/product/small/components/form.css +52 -0
- package/css/product/small/components/tab.css +4 -2
- package/css/product/small/dark.css +30 -0
- package/css/product/small/light.css +30 -0
- package/ios/frozenproduct/large/dark/components/badge.h +1 -0
- package/ios/frozenproduct/large/dark/components/container.h +36 -14
- package/ios/frozenproduct/large/dark/components/form.h +52 -0
- package/ios/frozenproduct/large/dark/components/tab.h +2 -0
- package/ios/frozenproduct/large/dark/mode.h +30 -0
- package/ios/frozenproduct/large/light/components/badge.h +1 -0
- package/ios/frozenproduct/large/light/components/container.h +36 -14
- package/ios/frozenproduct/large/light/components/form.h +52 -0
- package/ios/frozenproduct/large/light/components/tab.h +2 -0
- package/ios/frozenproduct/large/light/mode.h +30 -0
- package/ios/frozenproduct/small/dark/components/badge.h +1 -0
- package/ios/frozenproduct/small/dark/components/container.h +36 -14
- package/ios/frozenproduct/small/dark/components/form.h +52 -0
- package/ios/frozenproduct/small/dark/components/tab.h +2 -0
- package/ios/frozenproduct/small/dark/mode.h +30 -0
- package/ios/frozenproduct/small/light/components/badge.h +1 -0
- package/ios/frozenproduct/small/light/components/container.h +36 -14
- package/ios/frozenproduct/small/light/components/form.h +52 -0
- package/ios/frozenproduct/small/light/components/tab.h +2 -0
- package/ios/frozenproduct/small/light/mode.h +30 -0
- package/ios/marketing/large/dark/components/badge.h +1 -0
- package/ios/marketing/large/dark/components/container.h +36 -14
- package/ios/marketing/large/dark/components/form.h +52 -0
- package/ios/marketing/large/dark/components/tab.h +2 -0
- package/ios/marketing/large/dark/mode.h +30 -0
- package/ios/marketing/large/light/components/badge.h +1 -0
- package/ios/marketing/large/light/components/container.h +36 -14
- package/ios/marketing/large/light/components/form.h +52 -0
- package/ios/marketing/large/light/components/tab.h +2 -0
- package/ios/marketing/large/light/mode.h +30 -0
- package/ios/marketing/small/dark/components/badge.h +1 -0
- package/ios/marketing/small/dark/components/container.h +36 -14
- package/ios/marketing/small/dark/components/form.h +52 -0
- package/ios/marketing/small/dark/components/tab.h +2 -0
- package/ios/marketing/small/dark/mode.h +30 -0
- package/ios/marketing/small/light/components/badge.h +1 -0
- package/ios/marketing/small/light/components/container.h +36 -14
- package/ios/marketing/small/light/components/form.h +52 -0
- package/ios/marketing/small/light/components/tab.h +2 -0
- package/ios/marketing/small/light/mode.h +30 -0
- package/ios/product/large/dark/components/badge.h +1 -0
- package/ios/product/large/dark/components/container.h +36 -14
- package/ios/product/large/dark/components/form.h +52 -0
- package/ios/product/large/dark/components/tab.h +2 -0
- package/ios/product/large/dark/mode.h +30 -0
- package/ios/product/large/light/components/badge.h +1 -0
- package/ios/product/large/light/components/container.h +36 -14
- package/ios/product/large/light/components/form.h +52 -0
- package/ios/product/large/light/components/tab.h +2 -0
- package/ios/product/large/light/mode.h +30 -0
- package/ios/product/small/dark/components/badge.h +1 -0
- package/ios/product/small/dark/components/container.h +36 -14
- package/ios/product/small/dark/components/form.h +52 -0
- package/ios/product/small/dark/components/tab.h +2 -0
- package/ios/product/small/dark/mode.h +30 -0
- package/ios/product/small/light/components/badge.h +1 -0
- package/ios/product/small/light/components/container.h +36 -14
- package/ios/product/small/light/components/form.h +52 -0
- package/ios/product/small/light/components/tab.h +2 -0
- package/ios/product/small/light/mode.h +30 -0
- package/js/common/frozenproduct/large/dark/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/badge.js +15 -0
- package/js/common/frozenproduct/large/dark/components/container.d.ts +64 -20
- package/js/common/frozenproduct/large/dark/components/container.js +487 -175
- package/js/common/frozenproduct/large/dark/components/form.d.ts +74 -0
- package/js/common/frozenproduct/large/dark/components/form.js +742 -0
- package/js/common/frozenproduct/large/dark/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/large/dark/components/tab.js +26 -4
- package/js/common/frozenproduct/large/dark/mode.d.ts +52 -0
- package/js/common/frozenproduct/large/dark/mode.js +412 -0
- package/js/common/frozenproduct/large/light/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/badge.js +15 -0
- package/js/common/frozenproduct/large/light/components/container.d.ts +64 -20
- package/js/common/frozenproduct/large/light/components/container.js +487 -175
- package/js/common/frozenproduct/large/light/components/form.d.ts +74 -0
- package/js/common/frozenproduct/large/light/components/form.js +742 -0
- package/js/common/frozenproduct/large/light/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/large/light/components/tab.js +26 -4
- package/js/common/frozenproduct/large/light/mode.d.ts +52 -0
- package/js/common/frozenproduct/large/light/mode.js +412 -0
- package/js/common/frozenproduct/small/dark/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/badge.js +15 -0
- package/js/common/frozenproduct/small/dark/components/container.d.ts +64 -20
- package/js/common/frozenproduct/small/dark/components/container.js +487 -175
- package/js/common/frozenproduct/small/dark/components/form.d.ts +74 -0
- package/js/common/frozenproduct/small/dark/components/form.js +742 -0
- package/js/common/frozenproduct/small/dark/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/small/dark/components/tab.js +26 -4
- package/js/common/frozenproduct/small/dark/mode.d.ts +52 -0
- package/js/common/frozenproduct/small/dark/mode.js +412 -0
- package/js/common/frozenproduct/small/light/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/badge.js +15 -0
- package/js/common/frozenproduct/small/light/components/container.d.ts +64 -20
- package/js/common/frozenproduct/small/light/components/container.js +487 -175
- package/js/common/frozenproduct/small/light/components/form.d.ts +74 -0
- package/js/common/frozenproduct/small/light/components/form.js +742 -0
- package/js/common/frozenproduct/small/light/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/small/light/components/tab.js +26 -4
- package/js/common/frozenproduct/small/light/mode.d.ts +52 -0
- package/js/common/frozenproduct/small/light/mode.js +412 -0
- package/js/common/marketing/large/dark/components/badge.d.ts +1 -0
- package/js/common/marketing/large/dark/components/badge.js +15 -0
- package/js/common/marketing/large/dark/components/container.d.ts +64 -20
- package/js/common/marketing/large/dark/components/container.js +487 -175
- package/js/common/marketing/large/dark/components/form.d.ts +74 -0
- package/js/common/marketing/large/dark/components/form.js +742 -0
- package/js/common/marketing/large/dark/components/tab.d.ts +2 -0
- package/js/common/marketing/large/dark/components/tab.js +26 -4
- package/js/common/marketing/large/dark/mode.d.ts +52 -0
- package/js/common/marketing/large/dark/mode.js +412 -0
- package/js/common/marketing/large/light/components/badge.d.ts +1 -0
- package/js/common/marketing/large/light/components/badge.js +15 -0
- package/js/common/marketing/large/light/components/container.d.ts +64 -20
- package/js/common/marketing/large/light/components/container.js +487 -175
- package/js/common/marketing/large/light/components/form.d.ts +74 -0
- package/js/common/marketing/large/light/components/form.js +742 -0
- package/js/common/marketing/large/light/components/tab.d.ts +2 -0
- package/js/common/marketing/large/light/components/tab.js +26 -4
- package/js/common/marketing/large/light/mode.d.ts +52 -0
- package/js/common/marketing/large/light/mode.js +412 -0
- package/js/common/marketing/small/dark/components/badge.d.ts +1 -0
- package/js/common/marketing/small/dark/components/badge.js +15 -0
- package/js/common/marketing/small/dark/components/container.d.ts +64 -20
- package/js/common/marketing/small/dark/components/container.js +487 -175
- package/js/common/marketing/small/dark/components/form.d.ts +74 -0
- package/js/common/marketing/small/dark/components/form.js +742 -0
- package/js/common/marketing/small/dark/components/tab.d.ts +2 -0
- package/js/common/marketing/small/dark/components/tab.js +26 -4
- package/js/common/marketing/small/dark/mode.d.ts +52 -0
- package/js/common/marketing/small/dark/mode.js +412 -0
- package/js/common/marketing/small/light/components/badge.d.ts +1 -0
- package/js/common/marketing/small/light/components/badge.js +15 -0
- package/js/common/marketing/small/light/components/container.d.ts +64 -20
- package/js/common/marketing/small/light/components/container.js +487 -175
- package/js/common/marketing/small/light/components/form.d.ts +74 -0
- package/js/common/marketing/small/light/components/form.js +742 -0
- package/js/common/marketing/small/light/components/tab.d.ts +2 -0
- package/js/common/marketing/small/light/components/tab.js +26 -4
- package/js/common/marketing/small/light/mode.d.ts +52 -0
- package/js/common/marketing/small/light/mode.js +412 -0
- package/js/common/product/large/dark/components/badge.d.ts +1 -0
- package/js/common/product/large/dark/components/badge.js +15 -0
- package/js/common/product/large/dark/components/container.d.ts +64 -20
- package/js/common/product/large/dark/components/container.js +487 -175
- package/js/common/product/large/dark/components/form.d.ts +74 -0
- package/js/common/product/large/dark/components/form.js +742 -0
- package/js/common/product/large/dark/components/tab.d.ts +2 -0
- package/js/common/product/large/dark/components/tab.js +26 -4
- package/js/common/product/large/dark/mode.d.ts +52 -0
- package/js/common/product/large/dark/mode.js +412 -0
- package/js/common/product/large/light/components/badge.d.ts +1 -0
- package/js/common/product/large/light/components/badge.js +15 -0
- package/js/common/product/large/light/components/container.d.ts +64 -20
- package/js/common/product/large/light/components/container.js +487 -175
- package/js/common/product/large/light/components/form.d.ts +74 -0
- package/js/common/product/large/light/components/form.js +742 -0
- package/js/common/product/large/light/components/tab.d.ts +2 -0
- package/js/common/product/large/light/components/tab.js +26 -4
- package/js/common/product/large/light/mode.d.ts +52 -0
- package/js/common/product/large/light/mode.js +412 -0
- package/js/common/product/small/dark/components/badge.d.ts +1 -0
- package/js/common/product/small/dark/components/badge.js +15 -0
- package/js/common/product/small/dark/components/container.d.ts +64 -20
- package/js/common/product/small/dark/components/container.js +487 -175
- package/js/common/product/small/dark/components/form.d.ts +74 -0
- package/js/common/product/small/dark/components/form.js +742 -0
- package/js/common/product/small/dark/components/tab.d.ts +2 -0
- package/js/common/product/small/dark/components/tab.js +26 -4
- package/js/common/product/small/dark/mode.d.ts +52 -0
- package/js/common/product/small/dark/mode.js +412 -0
- package/js/common/product/small/light/components/badge.d.ts +1 -0
- package/js/common/product/small/light/components/badge.js +15 -0
- package/js/common/product/small/light/components/container.d.ts +64 -20
- package/js/common/product/small/light/components/container.js +487 -175
- package/js/common/product/small/light/components/form.d.ts +74 -0
- package/js/common/product/small/light/components/form.js +742 -0
- package/js/common/product/small/light/components/tab.d.ts +2 -0
- package/js/common/product/small/light/components/tab.js +26 -4
- package/js/common/product/small/light/mode.d.ts +52 -0
- package/js/common/product/small/light/mode.js +412 -0
- package/js/es6/frozenproduct/large/dark/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/badge.js +1 -0
- package/js/es6/frozenproduct/large/dark/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/large/dark/components/container.js +36 -14
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +52 -0
- package/js/es6/frozenproduct/large/dark/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/tab.js +2 -0
- package/js/es6/frozenproduct/large/dark/mode.d.ts +30 -0
- package/js/es6/frozenproduct/large/dark/mode.js +30 -0
- package/js/es6/frozenproduct/large/light/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/badge.js +1 -0
- package/js/es6/frozenproduct/large/light/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/large/light/components/container.js +36 -14
- package/js/es6/frozenproduct/large/light/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/large/light/components/form.js +52 -0
- package/js/es6/frozenproduct/large/light/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/tab.js +2 -0
- package/js/es6/frozenproduct/large/light/mode.d.ts +30 -0
- package/js/es6/frozenproduct/large/light/mode.js +30 -0
- package/js/es6/frozenproduct/small/dark/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/badge.js +1 -0
- package/js/es6/frozenproduct/small/dark/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/small/dark/components/container.js +36 -14
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +52 -0
- package/js/es6/frozenproduct/small/dark/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/tab.js +2 -0
- package/js/es6/frozenproduct/small/dark/mode.d.ts +30 -0
- package/js/es6/frozenproduct/small/dark/mode.js +30 -0
- package/js/es6/frozenproduct/small/light/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/badge.js +1 -0
- package/js/es6/frozenproduct/small/light/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/small/light/components/container.js +36 -14
- package/js/es6/frozenproduct/small/light/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/small/light/components/form.js +52 -0
- package/js/es6/frozenproduct/small/light/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/tab.js +2 -0
- package/js/es6/frozenproduct/small/light/mode.d.ts +30 -0
- package/js/es6/frozenproduct/small/light/mode.js +30 -0
- package/js/es6/marketing/large/dark/components/badge.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/badge.js +1 -0
- package/js/es6/marketing/large/dark/components/container.d.ts +36 -14
- package/js/es6/marketing/large/dark/components/container.js +36 -14
- package/js/es6/marketing/large/dark/components/form.d.ts +52 -0
- package/js/es6/marketing/large/dark/components/form.js +52 -0
- package/js/es6/marketing/large/dark/components/tab.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/tab.js +2 -0
- package/js/es6/marketing/large/dark/mode.d.ts +30 -0
- package/js/es6/marketing/large/dark/mode.js +30 -0
- package/js/es6/marketing/large/light/components/badge.d.ts +1 -0
- package/js/es6/marketing/large/light/components/badge.js +1 -0
- package/js/es6/marketing/large/light/components/container.d.ts +36 -14
- package/js/es6/marketing/large/light/components/container.js +36 -14
- package/js/es6/marketing/large/light/components/form.d.ts +52 -0
- package/js/es6/marketing/large/light/components/form.js +52 -0
- package/js/es6/marketing/large/light/components/tab.d.ts +2 -0
- package/js/es6/marketing/large/light/components/tab.js +2 -0
- package/js/es6/marketing/large/light/mode.d.ts +30 -0
- package/js/es6/marketing/large/light/mode.js +30 -0
- package/js/es6/marketing/small/dark/components/badge.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/badge.js +1 -0
- package/js/es6/marketing/small/dark/components/container.d.ts +36 -14
- package/js/es6/marketing/small/dark/components/container.js +36 -14
- package/js/es6/marketing/small/dark/components/form.d.ts +52 -0
- package/js/es6/marketing/small/dark/components/form.js +52 -0
- package/js/es6/marketing/small/dark/components/tab.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/tab.js +2 -0
- package/js/es6/marketing/small/dark/mode.d.ts +30 -0
- package/js/es6/marketing/small/dark/mode.js +30 -0
- package/js/es6/marketing/small/light/components/badge.d.ts +1 -0
- package/js/es6/marketing/small/light/components/badge.js +1 -0
- package/js/es6/marketing/small/light/components/container.d.ts +36 -14
- package/js/es6/marketing/small/light/components/container.js +36 -14
- package/js/es6/marketing/small/light/components/form.d.ts +52 -0
- package/js/es6/marketing/small/light/components/form.js +52 -0
- package/js/es6/marketing/small/light/components/tab.d.ts +2 -0
- package/js/es6/marketing/small/light/components/tab.js +2 -0
- package/js/es6/marketing/small/light/mode.d.ts +30 -0
- package/js/es6/marketing/small/light/mode.js +30 -0
- package/js/es6/product/large/dark/components/badge.d.ts +1 -0
- package/js/es6/product/large/dark/components/badge.js +1 -0
- package/js/es6/product/large/dark/components/container.d.ts +36 -14
- package/js/es6/product/large/dark/components/container.js +36 -14
- package/js/es6/product/large/dark/components/form.d.ts +52 -0
- package/js/es6/product/large/dark/components/form.js +52 -0
- package/js/es6/product/large/dark/components/tab.d.ts +2 -0
- package/js/es6/product/large/dark/components/tab.js +2 -0
- package/js/es6/product/large/dark/mode.d.ts +30 -0
- package/js/es6/product/large/dark/mode.js +30 -0
- package/js/es6/product/large/light/components/badge.d.ts +1 -0
- package/js/es6/product/large/light/components/badge.js +1 -0
- package/js/es6/product/large/light/components/container.d.ts +36 -14
- package/js/es6/product/large/light/components/container.js +36 -14
- package/js/es6/product/large/light/components/form.d.ts +52 -0
- package/js/es6/product/large/light/components/form.js +52 -0
- package/js/es6/product/large/light/components/tab.d.ts +2 -0
- package/js/es6/product/large/light/components/tab.js +2 -0
- package/js/es6/product/large/light/mode.d.ts +30 -0
- package/js/es6/product/large/light/mode.js +30 -0
- package/js/es6/product/small/dark/components/badge.d.ts +1 -0
- package/js/es6/product/small/dark/components/badge.js +1 -0
- package/js/es6/product/small/dark/components/container.d.ts +36 -14
- package/js/es6/product/small/dark/components/container.js +36 -14
- package/js/es6/product/small/dark/components/form.d.ts +52 -0
- package/js/es6/product/small/dark/components/form.js +52 -0
- package/js/es6/product/small/dark/components/tab.d.ts +2 -0
- package/js/es6/product/small/dark/components/tab.js +2 -0
- package/js/es6/product/small/dark/mode.d.ts +30 -0
- package/js/es6/product/small/dark/mode.js +30 -0
- package/js/es6/product/small/light/components/badge.d.ts +1 -0
- package/js/es6/product/small/light/components/badge.js +1 -0
- package/js/es6/product/small/light/components/container.d.ts +36 -14
- package/js/es6/product/small/light/components/container.js +36 -14
- package/js/es6/product/small/light/components/form.d.ts +52 -0
- package/js/es6/product/small/light/components/form.js +52 -0
- package/js/es6/product/small/light/components/tab.d.ts +2 -0
- package/js/es6/product/small/light/components/tab.js +2 -0
- package/js/es6/product/small/light/mode.d.ts +30 -0
- package/js/es6/product/small/light/mode.js +30 -0
- package/js/umd/frozenproduct/large/dark/components/badge.js +15 -0
- package/js/umd/frozenproduct/large/dark/components/container.js +494 -182
- package/js/umd/frozenproduct/large/dark/components/form.js +742 -0
- package/js/umd/frozenproduct/large/dark/components/tab.js +26 -4
- package/js/umd/frozenproduct/large/dark/mode.js +412 -0
- package/js/umd/frozenproduct/large/light/components/badge.js +15 -0
- package/js/umd/frozenproduct/large/light/components/container.js +494 -182
- package/js/umd/frozenproduct/large/light/components/form.js +742 -0
- package/js/umd/frozenproduct/large/light/components/tab.js +26 -4
- package/js/umd/frozenproduct/large/light/mode.js +412 -0
- package/js/umd/frozenproduct/small/dark/components/badge.js +15 -0
- package/js/umd/frozenproduct/small/dark/components/container.js +494 -182
- package/js/umd/frozenproduct/small/dark/components/form.js +742 -0
- package/js/umd/frozenproduct/small/dark/components/tab.js +26 -4
- package/js/umd/frozenproduct/small/dark/mode.js +412 -0
- package/js/umd/frozenproduct/small/light/components/badge.js +15 -0
- package/js/umd/frozenproduct/small/light/components/container.js +494 -182
- package/js/umd/frozenproduct/small/light/components/form.js +742 -0
- package/js/umd/frozenproduct/small/light/components/tab.js +26 -4
- package/js/umd/frozenproduct/small/light/mode.js +412 -0
- package/js/umd/marketing/large/dark/components/badge.js +15 -0
- package/js/umd/marketing/large/dark/components/container.js +494 -182
- package/js/umd/marketing/large/dark/components/form.js +742 -0
- package/js/umd/marketing/large/dark/components/tab.js +26 -4
- package/js/umd/marketing/large/dark/mode.js +412 -0
- package/js/umd/marketing/large/light/components/badge.js +15 -0
- package/js/umd/marketing/large/light/components/container.js +494 -182
- package/js/umd/marketing/large/light/components/form.js +742 -0
- package/js/umd/marketing/large/light/components/tab.js +26 -4
- package/js/umd/marketing/large/light/mode.js +412 -0
- package/js/umd/marketing/small/dark/components/badge.js +15 -0
- package/js/umd/marketing/small/dark/components/container.js +494 -182
- package/js/umd/marketing/small/dark/components/form.js +742 -0
- package/js/umd/marketing/small/dark/components/tab.js +26 -4
- package/js/umd/marketing/small/dark/mode.js +412 -0
- package/js/umd/marketing/small/light/components/badge.js +15 -0
- package/js/umd/marketing/small/light/components/container.js +494 -182
- package/js/umd/marketing/small/light/components/form.js +742 -0
- package/js/umd/marketing/small/light/components/tab.js +26 -4
- package/js/umd/marketing/small/light/mode.js +412 -0
- package/js/umd/product/large/dark/components/badge.js +15 -0
- package/js/umd/product/large/dark/components/container.js +494 -182
- package/js/umd/product/large/dark/components/form.js +742 -0
- package/js/umd/product/large/dark/components/tab.js +26 -4
- package/js/umd/product/large/dark/mode.js +412 -0
- package/js/umd/product/large/light/components/badge.js +15 -0
- package/js/umd/product/large/light/components/container.js +494 -182
- package/js/umd/product/large/light/components/form.js +742 -0
- package/js/umd/product/large/light/components/tab.js +26 -4
- package/js/umd/product/large/light/mode.js +412 -0
- package/js/umd/product/small/dark/components/badge.js +15 -0
- package/js/umd/product/small/dark/components/container.js +494 -182
- package/js/umd/product/small/dark/components/form.js +742 -0
- package/js/umd/product/small/dark/components/tab.js +26 -4
- package/js/umd/product/small/dark/mode.js +412 -0
- package/js/umd/product/small/light/components/badge.js +15 -0
- package/js/umd/product/small/light/components/container.js +494 -182
- package/js/umd/product/small/light/components/form.js +742 -0
- package/js/umd/product/small/light/components/tab.js +26 -4
- package/js/umd/product/small/light/mode.js +412 -0
- package/json/flat/frozenproduct/large/dark/components/badge.json +1 -0
- package/json/flat/frozenproduct/large/dark/components/container.json +36 -14
- package/json/flat/frozenproduct/large/dark/components/form.json +52 -0
- package/json/flat/frozenproduct/large/dark/components/tab.json +2 -0
- package/json/flat/frozenproduct/large/dark/mode.json +30 -0
- package/json/flat/frozenproduct/large/light/components/badge.json +1 -0
- package/json/flat/frozenproduct/large/light/components/container.json +36 -14
- package/json/flat/frozenproduct/large/light/components/form.json +52 -0
- package/json/flat/frozenproduct/large/light/components/tab.json +2 -0
- package/json/flat/frozenproduct/large/light/mode.json +30 -0
- package/json/flat/frozenproduct/small/dark/components/badge.json +1 -0
- package/json/flat/frozenproduct/small/dark/components/container.json +36 -14
- package/json/flat/frozenproduct/small/dark/components/form.json +52 -0
- package/json/flat/frozenproduct/small/dark/components/tab.json +2 -0
- package/json/flat/frozenproduct/small/dark/mode.json +30 -0
- package/json/flat/frozenproduct/small/light/components/badge.json +1 -0
- package/json/flat/frozenproduct/small/light/components/container.json +36 -14
- package/json/flat/frozenproduct/small/light/components/form.json +52 -0
- package/json/flat/frozenproduct/small/light/components/tab.json +2 -0
- package/json/flat/frozenproduct/small/light/mode.json +30 -0
- package/json/flat/marketing/large/dark/components/badge.json +1 -0
- package/json/flat/marketing/large/dark/components/container.json +36 -14
- package/json/flat/marketing/large/dark/components/form.json +52 -0
- package/json/flat/marketing/large/dark/components/tab.json +2 -0
- package/json/flat/marketing/large/dark/mode.json +30 -0
- package/json/flat/marketing/large/light/components/badge.json +1 -0
- package/json/flat/marketing/large/light/components/container.json +36 -14
- package/json/flat/marketing/large/light/components/form.json +52 -0
- package/json/flat/marketing/large/light/components/tab.json +2 -0
- package/json/flat/marketing/large/light/mode.json +30 -0
- package/json/flat/marketing/small/dark/components/badge.json +1 -0
- package/json/flat/marketing/small/dark/components/container.json +36 -14
- package/json/flat/marketing/small/dark/components/form.json +52 -0
- package/json/flat/marketing/small/dark/components/tab.json +2 -0
- package/json/flat/marketing/small/dark/mode.json +30 -0
- package/json/flat/marketing/small/light/components/badge.json +1 -0
- package/json/flat/marketing/small/light/components/container.json +36 -14
- package/json/flat/marketing/small/light/components/form.json +52 -0
- package/json/flat/marketing/small/light/components/tab.json +2 -0
- package/json/flat/marketing/small/light/mode.json +30 -0
- package/json/flat/product/large/dark/components/badge.json +1 -0
- package/json/flat/product/large/dark/components/container.json +36 -14
- package/json/flat/product/large/dark/components/form.json +52 -0
- package/json/flat/product/large/dark/components/tab.json +2 -0
- package/json/flat/product/large/dark/mode.json +30 -0
- package/json/flat/product/large/light/components/badge.json +1 -0
- package/json/flat/product/large/light/components/container.json +36 -14
- package/json/flat/product/large/light/components/form.json +52 -0
- package/json/flat/product/large/light/components/tab.json +2 -0
- package/json/flat/product/large/light/mode.json +30 -0
- package/json/flat/product/small/dark/components/badge.json +1 -0
- package/json/flat/product/small/dark/components/container.json +36 -14
- package/json/flat/product/small/dark/components/form.json +52 -0
- package/json/flat/product/small/dark/components/tab.json +2 -0
- package/json/flat/product/small/dark/mode.json +30 -0
- package/json/flat/product/small/light/components/badge.json +1 -0
- package/json/flat/product/small/light/components/container.json +36 -14
- package/json/flat/product/small/light/components/form.json +52 -0
- package/json/flat/product/small/light/components/tab.json +2 -0
- package/json/flat/product/small/light/mode.json +30 -0
- package/json/nested/frozenproduct/large/dark/components/badge.json +1 -0
- package/json/nested/frozenproduct/large/dark/components/container.json +65 -21
- package/json/nested/frozenproduct/large/dark/components/form.json +74 -0
- package/json/nested/frozenproduct/large/dark/components/tab.json +3 -1
- package/json/nested/frozenproduct/large/dark/mode.json +52 -0
- package/json/nested/frozenproduct/large/light/components/badge.json +1 -0
- package/json/nested/frozenproduct/large/light/components/container.json +65 -21
- package/json/nested/frozenproduct/large/light/components/form.json +74 -0
- package/json/nested/frozenproduct/large/light/components/tab.json +3 -1
- package/json/nested/frozenproduct/large/light/mode.json +52 -0
- package/json/nested/frozenproduct/small/dark/components/badge.json +1 -0
- package/json/nested/frozenproduct/small/dark/components/container.json +65 -21
- package/json/nested/frozenproduct/small/dark/components/form.json +74 -0
- package/json/nested/frozenproduct/small/dark/components/tab.json +3 -1
- package/json/nested/frozenproduct/small/dark/mode.json +52 -0
- package/json/nested/frozenproduct/small/light/components/badge.json +1 -0
- package/json/nested/frozenproduct/small/light/components/container.json +65 -21
- package/json/nested/frozenproduct/small/light/components/form.json +74 -0
- package/json/nested/frozenproduct/small/light/components/tab.json +3 -1
- package/json/nested/frozenproduct/small/light/mode.json +52 -0
- package/json/nested/marketing/large/dark/components/badge.json +1 -0
- package/json/nested/marketing/large/dark/components/container.json +65 -21
- package/json/nested/marketing/large/dark/components/form.json +74 -0
- package/json/nested/marketing/large/dark/components/tab.json +3 -1
- package/json/nested/marketing/large/dark/mode.json +52 -0
- package/json/nested/marketing/large/light/components/badge.json +1 -0
- package/json/nested/marketing/large/light/components/container.json +65 -21
- package/json/nested/marketing/large/light/components/form.json +74 -0
- package/json/nested/marketing/large/light/components/tab.json +3 -1
- package/json/nested/marketing/large/light/mode.json +52 -0
- package/json/nested/marketing/small/dark/components/badge.json +1 -0
- package/json/nested/marketing/small/dark/components/container.json +65 -21
- package/json/nested/marketing/small/dark/components/form.json +74 -0
- package/json/nested/marketing/small/dark/components/tab.json +3 -1
- package/json/nested/marketing/small/dark/mode.json +52 -0
- package/json/nested/marketing/small/light/components/badge.json +1 -0
- package/json/nested/marketing/small/light/components/container.json +65 -21
- package/json/nested/marketing/small/light/components/form.json +74 -0
- package/json/nested/marketing/small/light/components/tab.json +3 -1
- package/json/nested/marketing/small/light/mode.json +52 -0
- package/json/nested/product/large/dark/components/badge.json +1 -0
- package/json/nested/product/large/dark/components/container.json +65 -21
- package/json/nested/product/large/dark/components/form.json +74 -0
- package/json/nested/product/large/dark/components/tab.json +3 -1
- package/json/nested/product/large/dark/mode.json +52 -0
- package/json/nested/product/large/light/components/badge.json +1 -0
- package/json/nested/product/large/light/components/container.json +65 -21
- package/json/nested/product/large/light/components/form.json +74 -0
- package/json/nested/product/large/light/components/tab.json +3 -1
- package/json/nested/product/large/light/mode.json +52 -0
- package/json/nested/product/small/dark/components/badge.json +1 -0
- package/json/nested/product/small/dark/components/container.json +65 -21
- package/json/nested/product/small/dark/components/form.json +74 -0
- package/json/nested/product/small/dark/components/tab.json +3 -1
- package/json/nested/product/small/dark/mode.json +52 -0
- package/json/nested/product/small/light/components/badge.json +1 -0
- package/json/nested/product/small/light/components/container.json +65 -21
- package/json/nested/product/small/light/components/form.json +74 -0
- package/json/nested/product/small/light/components/tab.json +3 -1
- package/json/nested/product/small/light/mode.json +52 -0
- package/package.json +1 -1
- package/sage-design-tokens-8.4.0.tgz +0 -0
- package/scss/frozenproduct/large/components/badge.scss +2 -1
- package/scss/frozenproduct/large/components/container.scss +36 -14
- package/scss/frozenproduct/large/components/form.scss +52 -0
- package/scss/frozenproduct/large/components/tab.scss +4 -2
- package/scss/frozenproduct/large/dark.scss +30 -0
- package/scss/frozenproduct/large/light.scss +30 -0
- package/scss/frozenproduct/small/components/badge.scss +2 -1
- package/scss/frozenproduct/small/components/button.scss +23 -23
- package/scss/frozenproduct/small/components/container.scss +42 -20
- package/scss/frozenproduct/small/components/form.scss +59 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +3 -3
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +11 -9
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/frozenproduct/small/dark.scss +30 -0
- package/scss/frozenproduct/small/light.scss +30 -0
- package/scss/marketing/large/components/badge.scss +2 -1
- package/scss/marketing/large/components/container.scss +36 -14
- package/scss/marketing/large/components/form.scss +52 -0
- package/scss/marketing/large/components/tab.scss +4 -2
- package/scss/marketing/large/dark.scss +30 -0
- package/scss/marketing/large/light.scss +30 -0
- package/scss/marketing/small/components/badge.scss +2 -1
- package/scss/marketing/small/components/container.scss +36 -14
- package/scss/marketing/small/components/form.scss +52 -0
- package/scss/marketing/small/components/tab.scss +4 -2
- package/scss/marketing/small/dark.scss +30 -0
- package/scss/marketing/small/light.scss +30 -0
- package/scss/product/large/components/badge.scss +2 -1
- package/scss/product/large/components/container.scss +36 -14
- package/scss/product/large/components/form.scss +52 -0
- package/scss/product/large/components/tab.scss +4 -2
- package/scss/product/large/dark.scss +30 -0
- package/scss/product/large/light.scss +30 -0
- package/scss/product/small/components/badge.scss +2 -1
- package/scss/product/small/components/container.scss +36 -14
- package/scss/product/small/components/form.scss +52 -0
- package/scss/product/small/components/tab.scss +4 -2
- package/scss/product/small/dark.scss +30 -0
- package/scss/product/small/light.scss +30 -0
- package/sage-design-tokens-8.2.0.tgz +0 -0
|
@@ -1,21 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"containerColorStandardBgAlt": "#f3f3f3",
|
|
3
|
-
"containerColorStandardBgDefault": "#FFFFFF",
|
|
4
|
-
"containerColorStandardBgFooterDefault": "#f3f3f3",
|
|
5
|
-
"containerColorStandardBorderActive": "#000000",
|
|
6
|
-
"containerColorStandardBorderAlt": "#a6a6a6",
|
|
7
|
-
"containerColorStandardBorderDefault": "#e8e8e8",
|
|
8
|
-
"containerColorStandardDimmer": "#000000",
|
|
9
|
-
"containerColorStandardIcon": "#777",
|
|
10
|
-
"containerColorStandardTextAlt": "#0000008c",
|
|
11
|
-
"containerColorStandardTextDefault": "#000000f2",
|
|
12
2
|
"containerColorAiBorderhorizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
13
3
|
"containerColorAiBordervertical": "linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
14
4
|
"containerColorAiNudgeBorderAiHorizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
15
5
|
"containerColorAiNudgeBorderAiVertical": "linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
6
|
+
"containerColorBlockquoteBorder": "#00811F",
|
|
7
|
+
"containerColorCalendarLabelDefault": "#000000",
|
|
8
|
+
"containerColorCalendarLabelAlt": "#000000",
|
|
9
|
+
"containerColorCalendarBlueBgDefault": "#CDE5FF",
|
|
10
|
+
"containerColorCalendarBluePattern": "#0084E1",
|
|
11
|
+
"containerColorCalendarTealBgDefault": "#C1FBFB",
|
|
12
|
+
"containerColorCalendarTealPattern": "#009B99",
|
|
13
|
+
"containerColorCalendarGreenBgDefault": "#C5FFC9",
|
|
14
|
+
"containerColorCalendarGreenPattern": "#00a128",
|
|
15
|
+
"containerColorCalendarLimeBgDefault": "#FFFF9C",
|
|
16
|
+
"containerColorCalendarLimePattern": "#819B00",
|
|
17
|
+
"containerColorCalendarOrangeBgDefault": "#FEEAB0",
|
|
18
|
+
"containerColorCalendarOrangePattern": "#EA5100",
|
|
19
|
+
"containerColorCalendarRedBgDefault": "#FFDBCF",
|
|
20
|
+
"containerColorCalendarRedPattern": "#FE005B",
|
|
21
|
+
"containerColorCalendarPinkBgDefault": "#FFD7EE",
|
|
22
|
+
"containerColorCalendarPinkPattern": "#e62db2",
|
|
23
|
+
"containerColorCalendarPurpleBgDefault": "#E7DEF8",
|
|
24
|
+
"containerColorCalendarPurplePattern": "#9C66DE",
|
|
25
|
+
"containerColorCalendarSlateBgDefault": "#D4E5F1",
|
|
26
|
+
"containerColorCalendarSlatePattern": "#60869C",
|
|
27
|
+
"containerColorCalendarGrayBgDefault": "#E2E2E2",
|
|
28
|
+
"containerColorCalendarGrayPattern": "#9b9b9b",
|
|
19
29
|
"containerColorInteractiveBgFooterActivated": "#00811F",
|
|
20
30
|
"containerColorInteractiveBgFooterActive": "#000000",
|
|
21
31
|
"containerColorInteractiveBorderActivated": "#00811F",
|
|
@@ -39,7 +49,19 @@
|
|
|
39
49
|
"containerColorInteractiveTextEnabled": "#000000f2",
|
|
40
50
|
"containerColorInteractiveTextAltEnabled": "#0000008c",
|
|
41
51
|
"containerColorInteractiveTextHover": "#000000e6",
|
|
42
|
-
"
|
|
52
|
+
"containerColorInteractiveDetailediconBg": "#00811F",
|
|
53
|
+
"containerColorScrollbarBgDefault": "#f3f3f3",
|
|
54
|
+
"containerColorScrollbarFgDefault": "#777",
|
|
55
|
+
"containerColorStandardBgAlt": "#f3f3f3",
|
|
56
|
+
"containerColorStandardBgDefault": "#FFFFFF",
|
|
57
|
+
"containerColorStandardBgFooterDefault": "#f3f3f3",
|
|
58
|
+
"containerColorStandardBorderActive": "#000000",
|
|
59
|
+
"containerColorStandardBorderAlt": "#a6a6a6",
|
|
60
|
+
"containerColorStandardBorderDefault": "#e8e8e8",
|
|
61
|
+
"containerColorStandardDimmer": "#000000",
|
|
62
|
+
"containerColorStandardIcon": "#777",
|
|
63
|
+
"containerColorStandardTextAlt": "#0000008c",
|
|
64
|
+
"containerColorStandardTextDefault": "#000000f2",
|
|
43
65
|
"containerSizeNone": 0,
|
|
44
66
|
"containerSizeAccordionstandardChevron": 20,
|
|
45
67
|
"containerSizeQuotebarWidth": 8,
|
|
@@ -192,6 +192,58 @@
|
|
|
192
192
|
"formColorCalendarTextEnabled": "#000000f2",
|
|
193
193
|
"formColorCalendarTextHover": "#000000",
|
|
194
194
|
"formColorCalendarTextAltEnabled": "#0000008c",
|
|
195
|
+
"formColorColorpickerLabelDefault": "#000000",
|
|
196
|
+
"formColorColorpickerLabelAlt": "#000000",
|
|
197
|
+
"formColorColorpickerBlueBorder": "#0084E1",
|
|
198
|
+
"formColorColorpickerBlueBgAlt": "#0084E1",
|
|
199
|
+
"formColorColorpickerBlueBgDefault": "#CDE5FF",
|
|
200
|
+
"formColorColorpickerBluePattern": "#0084E1",
|
|
201
|
+
"formColorColorpickerBlueLabelDefault": "#0071c3",
|
|
202
|
+
"formColorColorpickerTealBorder": "#009B99",
|
|
203
|
+
"formColorColorpickerTealBgAlt": "#009B99",
|
|
204
|
+
"formColorColorpickerTealBgDefault": "#C1FBFB",
|
|
205
|
+
"formColorColorpickerTealPattern": "#009B99",
|
|
206
|
+
"formColorColorpickerTealLabelDefault": "#007C7B",
|
|
207
|
+
"formColorColorpickerGreenBorder": "#00a128",
|
|
208
|
+
"formColorColorpickerGreenBgAlt": "#00a128",
|
|
209
|
+
"formColorColorpickerGreenBgDefault": "#C5FFC9",
|
|
210
|
+
"formColorColorpickerGreenPattern": "#00a128",
|
|
211
|
+
"formColorColorpickerGreenLabelDefault": "#00811F",
|
|
212
|
+
"formColorColorpickerLimeBorder": "#819B00",
|
|
213
|
+
"formColorColorpickerLimeBgAlt": "#819B00",
|
|
214
|
+
"formColorColorpickerLimeBgDefault": "#FFFF9C",
|
|
215
|
+
"formColorColorpickerLimePattern": "#819B00",
|
|
216
|
+
"formColorColorpickerLimeLabelDefault": "#637700",
|
|
217
|
+
"formColorColorpickerOrangeBorder": "#EA5100",
|
|
218
|
+
"formColorColorpickerOrangeBgAlt": "#EA5100",
|
|
219
|
+
"formColorColorpickerOrangeBgDefault": "#FEEAB0",
|
|
220
|
+
"formColorColorpickerOrangePattern": "#EA5100",
|
|
221
|
+
"formColorColorpickerOrangeLabelDefault": "#C54300",
|
|
222
|
+
"formColorColorpickerRedBorder": "#FE005B",
|
|
223
|
+
"formColorColorpickerRedBgAlt": "#FE005B",
|
|
224
|
+
"formColorColorpickerRedBgDefault": "#FFDBCF",
|
|
225
|
+
"formColorColorpickerRedPattern": "#FE005B",
|
|
226
|
+
"formColorColorpickerRedLabelDefault": "#DC004E",
|
|
227
|
+
"formColorColorpickerPinkBorder": "#e62db2",
|
|
228
|
+
"formColorColorpickerPinkBgAlt": "#e62db2",
|
|
229
|
+
"formColorColorpickerPinkBgDefault": "#FFD7EE",
|
|
230
|
+
"formColorColorpickerPinkPattern": "#e62db2",
|
|
231
|
+
"formColorColorpickerPinkLabelDefault": "#C8269A",
|
|
232
|
+
"formColorColorpickerPurpleBorder": "#9C66DE",
|
|
233
|
+
"formColorColorpickerPurpleBgAlt": "#9C66DE",
|
|
234
|
+
"formColorColorpickerPurpleBgDefault": "#E7DEF8",
|
|
235
|
+
"formColorColorpickerPurplePattern": "#9C66DE",
|
|
236
|
+
"formColorColorpickerPurpleLabelDefault": "#8F4CD7",
|
|
237
|
+
"formColorColorpickerSlateBorder": "#60869C",
|
|
238
|
+
"formColorColorpickerSlateBgAlt": "#60869C",
|
|
239
|
+
"formColorColorpickerSlateBgDefault": "#D4E5F1",
|
|
240
|
+
"formColorColorpickerSlatePattern": "#60869C",
|
|
241
|
+
"formColorColorpickerSlateLabelDefault": "#527386",
|
|
242
|
+
"formColorColorpickerGrayBorder": "#9b9b9b",
|
|
243
|
+
"formColorColorpickerGrayBgAlt": "#9b9b9b",
|
|
244
|
+
"formColorColorpickerGrayBgDefault": "#E2E2E2",
|
|
245
|
+
"formColorColorpickerGrayPattern": "#9b9b9b",
|
|
246
|
+
"formColorColorpickerGrayLabelDefault": "#6F6F6F",
|
|
195
247
|
"formColorDropdownBgHover": "#00000014",
|
|
196
248
|
"formColorDropdownLabelActive": "#FFFFFF",
|
|
197
249
|
"formColorDropdownLabelAlt": "#000000e6",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#FFFFFF",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#00000014",
|
|
20
|
+
"tabColorBorderActivealt": "#d1d1d1",
|
|
20
21
|
"tabColorBorderActive": "#000000",
|
|
21
22
|
"tabColorBorderEnabled": "#d1d1d1",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"19px","paragraphSpacing":"0"},
|
|
@@ -8,6 +8,36 @@
|
|
|
8
8
|
"modesColorBrandCopilotNoBgMonochrome": "#000000",
|
|
9
9
|
"modesColorCustomDefault": "#00811F",
|
|
10
10
|
"modesColorCustomFrozen": "#008046",
|
|
11
|
+
"modesColorColorcodeBlueDeep": "#0071c3",
|
|
12
|
+
"modesColorColorcodeBlueMuted": "#CDE5FF",
|
|
13
|
+
"modesColorColorcodeBlueRich": "#0084E1",
|
|
14
|
+
"modesColorColorcodeTealDeep": "#007C7B",
|
|
15
|
+
"modesColorColorcodeTealMuted": "#C1FBFB",
|
|
16
|
+
"modesColorColorcodeTealRich": "#009B99",
|
|
17
|
+
"modesColorColorcodeGreenDeep": "#00811F",
|
|
18
|
+
"modesColorColorcodeGreenMuted": "#C5FFC9",
|
|
19
|
+
"modesColorColorcodeGreenRich": "#00a128",
|
|
20
|
+
"modesColorColorcodeLimeDeep": "#637700",
|
|
21
|
+
"modesColorColorcodeLimeMuted": "#FFFF9C",
|
|
22
|
+
"modesColorColorcodeLimeRich": "#819B00",
|
|
23
|
+
"modesColorColorcodeOrangeDeep": "#C54300",
|
|
24
|
+
"modesColorColorcodeOrangeMuted": "#FEEAB0",
|
|
25
|
+
"modesColorColorcodeOrangeRich": "#EA5100",
|
|
26
|
+
"modesColorColorcodeRedDeep": "#DC004E",
|
|
27
|
+
"modesColorColorcodeRedMuted": "#FFDBCF",
|
|
28
|
+
"modesColorColorcodeRedRich": "#FE005B",
|
|
29
|
+
"modesColorColorcodePinkDeep": "#C8269A",
|
|
30
|
+
"modesColorColorcodePinkMuted": "#FFD7EE",
|
|
31
|
+
"modesColorColorcodePinkRich": "#e62db2",
|
|
32
|
+
"modesColorColorcodePurpleDeep": "#8F4CD7",
|
|
33
|
+
"modesColorColorcodePurpleMuted": "#E7DEF8",
|
|
34
|
+
"modesColorColorcodePurpleRich": "#9C66DE",
|
|
35
|
+
"modesColorColorcodeSlateDeep": "#527386",
|
|
36
|
+
"modesColorColorcodeSlateMuted": "#D4E5F1",
|
|
37
|
+
"modesColorColorcodeSlateRich": "#60869C",
|
|
38
|
+
"modesColorColorcodeGrayDeep": "#6F6F6F",
|
|
39
|
+
"modesColorColorcodeGrayMuted": "#E2E2E2",
|
|
40
|
+
"modesColorColorcodeGrayRich": "#9b9b9b",
|
|
11
41
|
"modesColorGenericBgNought": "#FFFFFF",
|
|
12
42
|
"modesColorGenericBgFaint": "#f3f3f3",
|
|
13
43
|
"modesColorGenericBgDelicate": "#e8e8e8",
|
|
@@ -1,21 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"containerColorStandardBgAlt": "#0e0e0e",
|
|
3
|
-
"containerColorStandardBgDefault": "#000000",
|
|
4
|
-
"containerColorStandardBgFooterDefault": "#0e0e0e",
|
|
5
|
-
"containerColorStandardBorderActive": "#FFFFFF",
|
|
6
|
-
"containerColorStandardBorderAlt": "#4b4b4b",
|
|
7
|
-
"containerColorStandardBorderDefault": "#181818",
|
|
8
|
-
"containerColorStandardDimmer": "#FFFFFF",
|
|
9
|
-
"containerColorStandardIcon": "#777",
|
|
10
|
-
"containerColorStandardTextAlt": "#ffffff8c",
|
|
11
|
-
"containerColorStandardTextDefault": "#fffffff2",
|
|
12
2
|
"containerColorAiBorderhorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
13
3
|
"containerColorAiBordervertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
14
4
|
"containerColorAiNudgeBorderAiHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
15
5
|
"containerColorAiNudgeBorderAiVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
6
|
+
"containerColorBlockquoteBorder": "#00D639",
|
|
7
|
+
"containerColorCalendarLabelDefault": "#FFFFFF",
|
|
8
|
+
"containerColorCalendarLabelAlt": "#FFFFFF",
|
|
9
|
+
"containerColorCalendarBlueBgDefault": "#00293F",
|
|
10
|
+
"containerColorCalendarBluePattern": "#0071c3",
|
|
11
|
+
"containerColorCalendarTealBgDefault": "#002B2A",
|
|
12
|
+
"containerColorCalendarTealPattern": "#007C7B",
|
|
13
|
+
"containerColorCalendarGreenBgDefault": "#002D05",
|
|
14
|
+
"containerColorCalendarGreenPattern": "#00811F",
|
|
15
|
+
"containerColorCalendarLimeBgDefault": "#171e00",
|
|
16
|
+
"containerColorCalendarLimePattern": "#637700",
|
|
17
|
+
"containerColorCalendarOrangeBgDefault": "#380D00",
|
|
18
|
+
"containerColorCalendarOrangePattern": "#C54300",
|
|
19
|
+
"containerColorCalendarRedBgDefault": "#400011",
|
|
20
|
+
"containerColorCalendarRedPattern": "#DC004E",
|
|
21
|
+
"containerColorCalendarPinkBgDefault": "#3C002C",
|
|
22
|
+
"containerColorCalendarPinkPattern": "#C8269A",
|
|
23
|
+
"containerColorCalendarPurpleBgDefault": "#270E41",
|
|
24
|
+
"containerColorCalendarPurplePattern": "#8F4CD7",
|
|
25
|
+
"containerColorCalendarSlateBgDefault": "#121D23",
|
|
26
|
+
"containerColorCalendarSlatePattern": "#527386",
|
|
27
|
+
"containerColorCalendarGrayBgDefault": "#1b1b1b",
|
|
28
|
+
"containerColorCalendarGrayPattern": "#6F6F6F",
|
|
19
29
|
"containerColorInteractiveBgFooterActivated": "#009023",
|
|
20
30
|
"containerColorInteractiveBgFooterActive": "#FFFFFF",
|
|
21
31
|
"containerColorInteractiveBorderActivated": "#009023",
|
|
@@ -39,7 +49,19 @@
|
|
|
39
49
|
"containerColorInteractiveTextEnabled": "#fffffff2",
|
|
40
50
|
"containerColorInteractiveTextAltEnabled": "#ffffff8c",
|
|
41
51
|
"containerColorInteractiveTextHover": "#ffffffe6",
|
|
42
|
-
"
|
|
52
|
+
"containerColorInteractiveDetailediconBg": "#00D639",
|
|
53
|
+
"containerColorScrollbarBgDefault": "#0e0e0e",
|
|
54
|
+
"containerColorScrollbarFgDefault": "#777",
|
|
55
|
+
"containerColorStandardBgAlt": "#0e0e0e",
|
|
56
|
+
"containerColorStandardBgDefault": "#000000",
|
|
57
|
+
"containerColorStandardBgFooterDefault": "#0e0e0e",
|
|
58
|
+
"containerColorStandardBorderActive": "#FFFFFF",
|
|
59
|
+
"containerColorStandardBorderAlt": "#4b4b4b",
|
|
60
|
+
"containerColorStandardBorderDefault": "#181818",
|
|
61
|
+
"containerColorStandardDimmer": "#FFFFFF",
|
|
62
|
+
"containerColorStandardIcon": "#777",
|
|
63
|
+
"containerColorStandardTextAlt": "#ffffff8c",
|
|
64
|
+
"containerColorStandardTextDefault": "#fffffff2",
|
|
43
65
|
"containerSizeNone": 0,
|
|
44
66
|
"containerSizeAccordionstandardChevron": 20,
|
|
45
67
|
"containerSizeQuotebarWidth": 8,
|
|
@@ -192,6 +192,58 @@
|
|
|
192
192
|
"formColorCalendarTextEnabled": "#fffffff2",
|
|
193
193
|
"formColorCalendarTextHover": "#FFFFFF",
|
|
194
194
|
"formColorCalendarTextAltEnabled": "#ffffff8c",
|
|
195
|
+
"formColorColorpickerLabelDefault": "#FFFFFF",
|
|
196
|
+
"formColorColorpickerLabelAlt": "#FFFFFF",
|
|
197
|
+
"formColorColorpickerBlueBorder": "#0071c3",
|
|
198
|
+
"formColorColorpickerBlueBgAlt": "#0071c3",
|
|
199
|
+
"formColorColorpickerBlueBgDefault": "#00293F",
|
|
200
|
+
"formColorColorpickerBluePattern": "#0071c3",
|
|
201
|
+
"formColorColorpickerBlueLabelDefault": "#007FD9",
|
|
202
|
+
"formColorColorpickerTealBorder": "#007C7B",
|
|
203
|
+
"formColorColorpickerTealBgAlt": "#007C7B",
|
|
204
|
+
"formColorColorpickerTealBgDefault": "#002B2A",
|
|
205
|
+
"formColorColorpickerTealPattern": "#007C7B",
|
|
206
|
+
"formColorColorpickerTealLabelDefault": "#008A89",
|
|
207
|
+
"formColorColorpickerGreenBorder": "#00811F",
|
|
208
|
+
"formColorColorpickerGreenBgAlt": "#00811F",
|
|
209
|
+
"formColorColorpickerGreenBgDefault": "#002D05",
|
|
210
|
+
"formColorColorpickerGreenPattern": "#00811F",
|
|
211
|
+
"formColorColorpickerGreenLabelDefault": "#009023",
|
|
212
|
+
"formColorColorpickerLimeBorder": "#637700",
|
|
213
|
+
"formColorColorpickerLimeBgAlt": "#637700",
|
|
214
|
+
"formColorColorpickerLimeBgDefault": "#171e00",
|
|
215
|
+
"formColorColorpickerLimePattern": "#637700",
|
|
216
|
+
"formColorColorpickerLimeLabelDefault": "#6E8500",
|
|
217
|
+
"formColorColorpickerOrangeBorder": "#C54300",
|
|
218
|
+
"formColorColorpickerOrangeBgAlt": "#C54300",
|
|
219
|
+
"formColorColorpickerOrangeBgDefault": "#380D00",
|
|
220
|
+
"formColorColorpickerOrangePattern": "#C54300",
|
|
221
|
+
"formColorColorpickerOrangeLabelDefault": "#DB4B00",
|
|
222
|
+
"formColorColorpickerRedBorder": "#DC004E",
|
|
223
|
+
"formColorColorpickerRedBgAlt": "#DC004E",
|
|
224
|
+
"formColorColorpickerRedBgDefault": "#400011",
|
|
225
|
+
"formColorColorpickerRedPattern": "#DC004E",
|
|
226
|
+
"formColorColorpickerRedLabelDefault": "#F50058",
|
|
227
|
+
"formColorColorpickerPinkBorder": "#C8269A",
|
|
228
|
+
"formColorColorpickerPinkBgAlt": "#C8269A",
|
|
229
|
+
"formColorColorpickerPinkBgDefault": "#3C002C",
|
|
230
|
+
"formColorColorpickerPinkPattern": "#C8269A",
|
|
231
|
+
"formColorColorpickerPinkLabelDefault": "#DD2BAB",
|
|
232
|
+
"formColorColorpickerPurpleBorder": "#8F4CD7",
|
|
233
|
+
"formColorColorpickerPurpleBgAlt": "#8F4CD7",
|
|
234
|
+
"formColorColorpickerPurpleBgDefault": "#270E41",
|
|
235
|
+
"formColorColorpickerPurplePattern": "#8F4CD7",
|
|
236
|
+
"formColorColorpickerPurpleLabelDefault": "#985FDC",
|
|
237
|
+
"formColorColorpickerSlateBorder": "#527386",
|
|
238
|
+
"formColorColorpickerSlateBgAlt": "#527386",
|
|
239
|
+
"formColorColorpickerSlateBgDefault": "#121D23",
|
|
240
|
+
"formColorColorpickerSlatePattern": "#527386",
|
|
241
|
+
"formColorColorpickerSlateLabelDefault": "#5C8196",
|
|
242
|
+
"formColorColorpickerGrayBorder": "#6F6F6F",
|
|
243
|
+
"formColorColorpickerGrayBgAlt": "#6F6F6F",
|
|
244
|
+
"formColorColorpickerGrayBgDefault": "#1b1b1b",
|
|
245
|
+
"formColorColorpickerGrayPattern": "#6F6F6F",
|
|
246
|
+
"formColorColorpickerGrayLabelDefault": "#7C7C7C",
|
|
195
247
|
"formColorDropdownBgHover": "#ffffff14",
|
|
196
248
|
"formColorDropdownLabelActive": "#000000",
|
|
197
249
|
"formColorDropdownLabelAlt": "#ffffffe6",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#000000",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#ffffff14",
|
|
20
|
+
"tabColorBorderActivealt": "#282828",
|
|
20
21
|
"tabColorBorderActive": "#FFFFFF",
|
|
21
22
|
"tabColorBorderEnabled": "#282828",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"15px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"17px","paragraphSpacing":"0"},
|
|
@@ -8,6 +8,36 @@
|
|
|
8
8
|
"modesColorBrandCopilotNoBgMonochrome": "#FFFFFF",
|
|
9
9
|
"modesColorCustomDefault": "#00D639",
|
|
10
10
|
"modesColorCustomFrozen": "#00D639",
|
|
11
|
+
"modesColorColorcodeBlueDeep": "#007FD9",
|
|
12
|
+
"modesColorColorcodeBlueMuted": "#00293F",
|
|
13
|
+
"modesColorColorcodeBlueRich": "#0071c3",
|
|
14
|
+
"modesColorColorcodeTealDeep": "#008A89",
|
|
15
|
+
"modesColorColorcodeTealMuted": "#002B2A",
|
|
16
|
+
"modesColorColorcodeTealRich": "#007C7B",
|
|
17
|
+
"modesColorColorcodeGreenDeep": "#009023",
|
|
18
|
+
"modesColorColorcodeGreenMuted": "#002D05",
|
|
19
|
+
"modesColorColorcodeGreenRich": "#00811F",
|
|
20
|
+
"modesColorColorcodeLimeDeep": "#6E8500",
|
|
21
|
+
"modesColorColorcodeLimeMuted": "#171e00",
|
|
22
|
+
"modesColorColorcodeLimeRich": "#637700",
|
|
23
|
+
"modesColorColorcodeOrangeDeep": "#DB4B00",
|
|
24
|
+
"modesColorColorcodeOrangeMuted": "#380D00",
|
|
25
|
+
"modesColorColorcodeOrangeRich": "#C54300",
|
|
26
|
+
"modesColorColorcodeRedDeep": "#F50058",
|
|
27
|
+
"modesColorColorcodeRedMuted": "#400011",
|
|
28
|
+
"modesColorColorcodeRedRich": "#DC004E",
|
|
29
|
+
"modesColorColorcodePinkDeep": "#DD2BAB",
|
|
30
|
+
"modesColorColorcodePinkMuted": "#3C002C",
|
|
31
|
+
"modesColorColorcodePinkRich": "#C8269A",
|
|
32
|
+
"modesColorColorcodePurpleDeep": "#985FDC",
|
|
33
|
+
"modesColorColorcodePurpleMuted": "#270E41",
|
|
34
|
+
"modesColorColorcodePurpleRich": "#8F4CD7",
|
|
35
|
+
"modesColorColorcodeSlateDeep": "#5C8196",
|
|
36
|
+
"modesColorColorcodeSlateMuted": "#121D23",
|
|
37
|
+
"modesColorColorcodeSlateRich": "#527386",
|
|
38
|
+
"modesColorColorcodeGrayDeep": "#7C7C7C",
|
|
39
|
+
"modesColorColorcodeGrayMuted": "#1b1b1b",
|
|
40
|
+
"modesColorColorcodeGrayRich": "#6F6F6F",
|
|
11
41
|
"modesColorGenericBgNought": "#000000",
|
|
12
42
|
"modesColorGenericBgFaint": "#0e0e0e",
|
|
13
43
|
"modesColorGenericBgDelicate": "#181818",
|
|
@@ -1,21 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"containerColorStandardBgAlt": "#f3f3f3",
|
|
3
|
-
"containerColorStandardBgDefault": "#FFFFFF",
|
|
4
|
-
"containerColorStandardBgFooterDefault": "#f3f3f3",
|
|
5
|
-
"containerColorStandardBorderActive": "#000000",
|
|
6
|
-
"containerColorStandardBorderAlt": "#a6a6a6",
|
|
7
|
-
"containerColorStandardBorderDefault": "#e8e8e8",
|
|
8
|
-
"containerColorStandardDimmer": "#000000",
|
|
9
|
-
"containerColorStandardIcon": "#777",
|
|
10
|
-
"containerColorStandardTextAlt": "#0000008c",
|
|
11
|
-
"containerColorStandardTextDefault": "#000000f2",
|
|
12
2
|
"containerColorAiBorderhorizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
13
3
|
"containerColorAiBordervertical": "linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
14
4
|
"containerColorAiNudgeBorderAiHorizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
15
5
|
"containerColorAiNudgeBorderAiVertical": "linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
6
|
+
"containerColorBlockquoteBorder": "#00811F",
|
|
7
|
+
"containerColorCalendarLabelDefault": "#000000",
|
|
8
|
+
"containerColorCalendarLabelAlt": "#000000",
|
|
9
|
+
"containerColorCalendarBlueBgDefault": "#CDE5FF",
|
|
10
|
+
"containerColorCalendarBluePattern": "#0084E1",
|
|
11
|
+
"containerColorCalendarTealBgDefault": "#C1FBFB",
|
|
12
|
+
"containerColorCalendarTealPattern": "#009B99",
|
|
13
|
+
"containerColorCalendarGreenBgDefault": "#C5FFC9",
|
|
14
|
+
"containerColorCalendarGreenPattern": "#00a128",
|
|
15
|
+
"containerColorCalendarLimeBgDefault": "#FFFF9C",
|
|
16
|
+
"containerColorCalendarLimePattern": "#819B00",
|
|
17
|
+
"containerColorCalendarOrangeBgDefault": "#FEEAB0",
|
|
18
|
+
"containerColorCalendarOrangePattern": "#EA5100",
|
|
19
|
+
"containerColorCalendarRedBgDefault": "#FFDBCF",
|
|
20
|
+
"containerColorCalendarRedPattern": "#FE005B",
|
|
21
|
+
"containerColorCalendarPinkBgDefault": "#FFD7EE",
|
|
22
|
+
"containerColorCalendarPinkPattern": "#e62db2",
|
|
23
|
+
"containerColorCalendarPurpleBgDefault": "#E7DEF8",
|
|
24
|
+
"containerColorCalendarPurplePattern": "#9C66DE",
|
|
25
|
+
"containerColorCalendarSlateBgDefault": "#D4E5F1",
|
|
26
|
+
"containerColorCalendarSlatePattern": "#60869C",
|
|
27
|
+
"containerColorCalendarGrayBgDefault": "#E2E2E2",
|
|
28
|
+
"containerColorCalendarGrayPattern": "#9b9b9b",
|
|
19
29
|
"containerColorInteractiveBgFooterActivated": "#00811F",
|
|
20
30
|
"containerColorInteractiveBgFooterActive": "#000000",
|
|
21
31
|
"containerColorInteractiveBorderActivated": "#00811F",
|
|
@@ -39,7 +49,19 @@
|
|
|
39
49
|
"containerColorInteractiveTextEnabled": "#000000f2",
|
|
40
50
|
"containerColorInteractiveTextAltEnabled": "#0000008c",
|
|
41
51
|
"containerColorInteractiveTextHover": "#000000e6",
|
|
42
|
-
"
|
|
52
|
+
"containerColorInteractiveDetailediconBg": "#00811F",
|
|
53
|
+
"containerColorScrollbarBgDefault": "#f3f3f3",
|
|
54
|
+
"containerColorScrollbarFgDefault": "#777",
|
|
55
|
+
"containerColorStandardBgAlt": "#f3f3f3",
|
|
56
|
+
"containerColorStandardBgDefault": "#FFFFFF",
|
|
57
|
+
"containerColorStandardBgFooterDefault": "#f3f3f3",
|
|
58
|
+
"containerColorStandardBorderActive": "#000000",
|
|
59
|
+
"containerColorStandardBorderAlt": "#a6a6a6",
|
|
60
|
+
"containerColorStandardBorderDefault": "#e8e8e8",
|
|
61
|
+
"containerColorStandardDimmer": "#000000",
|
|
62
|
+
"containerColorStandardIcon": "#777",
|
|
63
|
+
"containerColorStandardTextAlt": "#0000008c",
|
|
64
|
+
"containerColorStandardTextDefault": "#000000f2",
|
|
43
65
|
"containerSizeNone": 0,
|
|
44
66
|
"containerSizeAccordionstandardChevron": 20,
|
|
45
67
|
"containerSizeQuotebarWidth": 8,
|
|
@@ -192,6 +192,58 @@
|
|
|
192
192
|
"formColorCalendarTextEnabled": "#000000f2",
|
|
193
193
|
"formColorCalendarTextHover": "#000000",
|
|
194
194
|
"formColorCalendarTextAltEnabled": "#0000008c",
|
|
195
|
+
"formColorColorpickerLabelDefault": "#000000",
|
|
196
|
+
"formColorColorpickerLabelAlt": "#000000",
|
|
197
|
+
"formColorColorpickerBlueBorder": "#0084E1",
|
|
198
|
+
"formColorColorpickerBlueBgAlt": "#0084E1",
|
|
199
|
+
"formColorColorpickerBlueBgDefault": "#CDE5FF",
|
|
200
|
+
"formColorColorpickerBluePattern": "#0084E1",
|
|
201
|
+
"formColorColorpickerBlueLabelDefault": "#0071c3",
|
|
202
|
+
"formColorColorpickerTealBorder": "#009B99",
|
|
203
|
+
"formColorColorpickerTealBgAlt": "#009B99",
|
|
204
|
+
"formColorColorpickerTealBgDefault": "#C1FBFB",
|
|
205
|
+
"formColorColorpickerTealPattern": "#009B99",
|
|
206
|
+
"formColorColorpickerTealLabelDefault": "#007C7B",
|
|
207
|
+
"formColorColorpickerGreenBorder": "#00a128",
|
|
208
|
+
"formColorColorpickerGreenBgAlt": "#00a128",
|
|
209
|
+
"formColorColorpickerGreenBgDefault": "#C5FFC9",
|
|
210
|
+
"formColorColorpickerGreenPattern": "#00a128",
|
|
211
|
+
"formColorColorpickerGreenLabelDefault": "#00811F",
|
|
212
|
+
"formColorColorpickerLimeBorder": "#819B00",
|
|
213
|
+
"formColorColorpickerLimeBgAlt": "#819B00",
|
|
214
|
+
"formColorColorpickerLimeBgDefault": "#FFFF9C",
|
|
215
|
+
"formColorColorpickerLimePattern": "#819B00",
|
|
216
|
+
"formColorColorpickerLimeLabelDefault": "#637700",
|
|
217
|
+
"formColorColorpickerOrangeBorder": "#EA5100",
|
|
218
|
+
"formColorColorpickerOrangeBgAlt": "#EA5100",
|
|
219
|
+
"formColorColorpickerOrangeBgDefault": "#FEEAB0",
|
|
220
|
+
"formColorColorpickerOrangePattern": "#EA5100",
|
|
221
|
+
"formColorColorpickerOrangeLabelDefault": "#C54300",
|
|
222
|
+
"formColorColorpickerRedBorder": "#FE005B",
|
|
223
|
+
"formColorColorpickerRedBgAlt": "#FE005B",
|
|
224
|
+
"formColorColorpickerRedBgDefault": "#FFDBCF",
|
|
225
|
+
"formColorColorpickerRedPattern": "#FE005B",
|
|
226
|
+
"formColorColorpickerRedLabelDefault": "#DC004E",
|
|
227
|
+
"formColorColorpickerPinkBorder": "#e62db2",
|
|
228
|
+
"formColorColorpickerPinkBgAlt": "#e62db2",
|
|
229
|
+
"formColorColorpickerPinkBgDefault": "#FFD7EE",
|
|
230
|
+
"formColorColorpickerPinkPattern": "#e62db2",
|
|
231
|
+
"formColorColorpickerPinkLabelDefault": "#C8269A",
|
|
232
|
+
"formColorColorpickerPurpleBorder": "#9C66DE",
|
|
233
|
+
"formColorColorpickerPurpleBgAlt": "#9C66DE",
|
|
234
|
+
"formColorColorpickerPurpleBgDefault": "#E7DEF8",
|
|
235
|
+
"formColorColorpickerPurplePattern": "#9C66DE",
|
|
236
|
+
"formColorColorpickerPurpleLabelDefault": "#8F4CD7",
|
|
237
|
+
"formColorColorpickerSlateBorder": "#60869C",
|
|
238
|
+
"formColorColorpickerSlateBgAlt": "#60869C",
|
|
239
|
+
"formColorColorpickerSlateBgDefault": "#D4E5F1",
|
|
240
|
+
"formColorColorpickerSlatePattern": "#60869C",
|
|
241
|
+
"formColorColorpickerSlateLabelDefault": "#527386",
|
|
242
|
+
"formColorColorpickerGrayBorder": "#9b9b9b",
|
|
243
|
+
"formColorColorpickerGrayBgAlt": "#9b9b9b",
|
|
244
|
+
"formColorColorpickerGrayBgDefault": "#E2E2E2",
|
|
245
|
+
"formColorColorpickerGrayPattern": "#9b9b9b",
|
|
246
|
+
"formColorColorpickerGrayLabelDefault": "#6F6F6F",
|
|
195
247
|
"formColorDropdownBgHover": "#00000014",
|
|
196
248
|
"formColorDropdownLabelActive": "#FFFFFF",
|
|
197
249
|
"formColorDropdownLabelAlt": "#000000e6",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#FFFFFF",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#00000014",
|
|
20
|
+
"tabColorBorderActivealt": "#d1d1d1",
|
|
20
21
|
"tabColorBorderActive": "#000000",
|
|
21
22
|
"tabColorBorderEnabled": "#d1d1d1",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"15px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"17px","paragraphSpacing":"0"},
|
|
@@ -8,6 +8,36 @@
|
|
|
8
8
|
"modesColorBrandCopilotNoBgMonochrome": "#000000",
|
|
9
9
|
"modesColorCustomDefault": "#00811F",
|
|
10
10
|
"modesColorCustomFrozen": "#008046",
|
|
11
|
+
"modesColorColorcodeBlueDeep": "#0071c3",
|
|
12
|
+
"modesColorColorcodeBlueMuted": "#CDE5FF",
|
|
13
|
+
"modesColorColorcodeBlueRich": "#0084E1",
|
|
14
|
+
"modesColorColorcodeTealDeep": "#007C7B",
|
|
15
|
+
"modesColorColorcodeTealMuted": "#C1FBFB",
|
|
16
|
+
"modesColorColorcodeTealRich": "#009B99",
|
|
17
|
+
"modesColorColorcodeGreenDeep": "#00811F",
|
|
18
|
+
"modesColorColorcodeGreenMuted": "#C5FFC9",
|
|
19
|
+
"modesColorColorcodeGreenRich": "#00a128",
|
|
20
|
+
"modesColorColorcodeLimeDeep": "#637700",
|
|
21
|
+
"modesColorColorcodeLimeMuted": "#FFFF9C",
|
|
22
|
+
"modesColorColorcodeLimeRich": "#819B00",
|
|
23
|
+
"modesColorColorcodeOrangeDeep": "#C54300",
|
|
24
|
+
"modesColorColorcodeOrangeMuted": "#FEEAB0",
|
|
25
|
+
"modesColorColorcodeOrangeRich": "#EA5100",
|
|
26
|
+
"modesColorColorcodeRedDeep": "#DC004E",
|
|
27
|
+
"modesColorColorcodeRedMuted": "#FFDBCF",
|
|
28
|
+
"modesColorColorcodeRedRich": "#FE005B",
|
|
29
|
+
"modesColorColorcodePinkDeep": "#C8269A",
|
|
30
|
+
"modesColorColorcodePinkMuted": "#FFD7EE",
|
|
31
|
+
"modesColorColorcodePinkRich": "#e62db2",
|
|
32
|
+
"modesColorColorcodePurpleDeep": "#8F4CD7",
|
|
33
|
+
"modesColorColorcodePurpleMuted": "#E7DEF8",
|
|
34
|
+
"modesColorColorcodePurpleRich": "#9C66DE",
|
|
35
|
+
"modesColorColorcodeSlateDeep": "#527386",
|
|
36
|
+
"modesColorColorcodeSlateMuted": "#D4E5F1",
|
|
37
|
+
"modesColorColorcodeSlateRich": "#60869C",
|
|
38
|
+
"modesColorColorcodeGrayDeep": "#6F6F6F",
|
|
39
|
+
"modesColorColorcodeGrayMuted": "#E2E2E2",
|
|
40
|
+
"modesColorColorcodeGrayRich": "#9b9b9b",
|
|
11
41
|
"modesColorGenericBgNought": "#FFFFFF",
|
|
12
42
|
"modesColorGenericBgFaint": "#f3f3f3",
|
|
13
43
|
"modesColorGenericBgDelicate": "#e8e8e8",
|