@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
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#282828",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#FFFFFF",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -195,6 +195,418 @@
|
|
|
195
195
|
path: ["modes", "color", "custom", "frozen"],
|
|
196
196
|
},
|
|
197
197
|
},
|
|
198
|
+
colorcode: {
|
|
199
|
+
blue: {
|
|
200
|
+
deep: {
|
|
201
|
+
$type: "color",
|
|
202
|
+
$value: "#007FD9",
|
|
203
|
+
filePath: "data/tokens/modes/dark.json",
|
|
204
|
+
isSource: true,
|
|
205
|
+
original: {
|
|
206
|
+
$type: "color",
|
|
207
|
+
$value: "{primitives.colors.supplementary.blue.500}",
|
|
208
|
+
},
|
|
209
|
+
name: "modesColorColorcodeBlueDeep",
|
|
210
|
+
attributes: {},
|
|
211
|
+
path: ["modes", "color", "colorcode", "blue", "deep"],
|
|
212
|
+
},
|
|
213
|
+
muted: {
|
|
214
|
+
$type: "color",
|
|
215
|
+
$value: "#00293F",
|
|
216
|
+
filePath: "data/tokens/modes/dark.json",
|
|
217
|
+
isSource: true,
|
|
218
|
+
original: {
|
|
219
|
+
$type: "color",
|
|
220
|
+
$value: "{primitives.colors.supplementary.blue.100}",
|
|
221
|
+
},
|
|
222
|
+
name: "modesColorColorcodeBlueMuted",
|
|
223
|
+
attributes: {},
|
|
224
|
+
path: ["modes", "color", "colorcode", "blue", "muted"],
|
|
225
|
+
},
|
|
226
|
+
rich: {
|
|
227
|
+
$type: "color",
|
|
228
|
+
$value: "#0071c3",
|
|
229
|
+
filePath: "data/tokens/modes/dark.json",
|
|
230
|
+
isSource: true,
|
|
231
|
+
original: {
|
|
232
|
+
$type: "color",
|
|
233
|
+
$value: "{primitives.colors.supplementary.blue.400}",
|
|
234
|
+
},
|
|
235
|
+
name: "modesColorColorcodeBlueRich",
|
|
236
|
+
attributes: {},
|
|
237
|
+
path: ["modes", "color", "colorcode", "blue", "rich"],
|
|
238
|
+
},
|
|
239
|
+
},
|
|
240
|
+
teal: {
|
|
241
|
+
deep: {
|
|
242
|
+
$type: "color",
|
|
243
|
+
$value: "#008A89",
|
|
244
|
+
filePath: "data/tokens/modes/dark.json",
|
|
245
|
+
isSource: true,
|
|
246
|
+
original: {
|
|
247
|
+
$type: "color",
|
|
248
|
+
$value: "{primitives.colors.supplementary.teal.500}",
|
|
249
|
+
},
|
|
250
|
+
name: "modesColorColorcodeTealDeep",
|
|
251
|
+
attributes: {},
|
|
252
|
+
path: ["modes", "color", "colorcode", "teal", "deep"],
|
|
253
|
+
},
|
|
254
|
+
muted: {
|
|
255
|
+
$type: "color",
|
|
256
|
+
$value: "#002B2A",
|
|
257
|
+
filePath: "data/tokens/modes/dark.json",
|
|
258
|
+
isSource: true,
|
|
259
|
+
original: {
|
|
260
|
+
$type: "color",
|
|
261
|
+
$value: "{primitives.colors.supplementary.teal.100}",
|
|
262
|
+
},
|
|
263
|
+
name: "modesColorColorcodeTealMuted",
|
|
264
|
+
attributes: {},
|
|
265
|
+
path: ["modes", "color", "colorcode", "teal", "muted"],
|
|
266
|
+
},
|
|
267
|
+
rich: {
|
|
268
|
+
$type: "color",
|
|
269
|
+
$value: "#007C7B",
|
|
270
|
+
filePath: "data/tokens/modes/dark.json",
|
|
271
|
+
isSource: true,
|
|
272
|
+
original: {
|
|
273
|
+
$type: "color",
|
|
274
|
+
$value: "{primitives.colors.supplementary.teal.400}",
|
|
275
|
+
},
|
|
276
|
+
name: "modesColorColorcodeTealRich",
|
|
277
|
+
attributes: {},
|
|
278
|
+
path: ["modes", "color", "colorcode", "teal", "rich"],
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
green: {
|
|
282
|
+
deep: {
|
|
283
|
+
$type: "color",
|
|
284
|
+
$value: "#009023",
|
|
285
|
+
filePath: "data/tokens/modes/dark.json",
|
|
286
|
+
isSource: true,
|
|
287
|
+
original: {
|
|
288
|
+
$type: "color",
|
|
289
|
+
$value: "{primitives.colors.supplementary.green.500}",
|
|
290
|
+
},
|
|
291
|
+
name: "modesColorColorcodeGreenDeep",
|
|
292
|
+
attributes: {},
|
|
293
|
+
path: ["modes", "color", "colorcode", "green", "deep"],
|
|
294
|
+
},
|
|
295
|
+
muted: {
|
|
296
|
+
$type: "color",
|
|
297
|
+
$value: "#002D05",
|
|
298
|
+
filePath: "data/tokens/modes/dark.json",
|
|
299
|
+
isSource: true,
|
|
300
|
+
original: {
|
|
301
|
+
$type: "color",
|
|
302
|
+
$value: "{primitives.colors.supplementary.green.100}",
|
|
303
|
+
},
|
|
304
|
+
name: "modesColorColorcodeGreenMuted",
|
|
305
|
+
attributes: {},
|
|
306
|
+
path: ["modes", "color", "colorcode", "green", "muted"],
|
|
307
|
+
},
|
|
308
|
+
rich: {
|
|
309
|
+
$type: "color",
|
|
310
|
+
$value: "#00811F",
|
|
311
|
+
filePath: "data/tokens/modes/dark.json",
|
|
312
|
+
isSource: true,
|
|
313
|
+
original: {
|
|
314
|
+
$type: "color",
|
|
315
|
+
$value: "{primitives.colors.supplementary.green.400}",
|
|
316
|
+
},
|
|
317
|
+
name: "modesColorColorcodeGreenRich",
|
|
318
|
+
attributes: {},
|
|
319
|
+
path: ["modes", "color", "colorcode", "green", "rich"],
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
lime: {
|
|
323
|
+
deep: {
|
|
324
|
+
$type: "color",
|
|
325
|
+
$value: "#6E8500",
|
|
326
|
+
filePath: "data/tokens/modes/dark.json",
|
|
327
|
+
isSource: true,
|
|
328
|
+
original: {
|
|
329
|
+
$type: "color",
|
|
330
|
+
$value: "{primitives.colors.supplementary.lime.500}",
|
|
331
|
+
},
|
|
332
|
+
name: "modesColorColorcodeLimeDeep",
|
|
333
|
+
attributes: {},
|
|
334
|
+
path: ["modes", "color", "colorcode", "lime", "deep"],
|
|
335
|
+
},
|
|
336
|
+
muted: {
|
|
337
|
+
$type: "color",
|
|
338
|
+
$value: "#171e00",
|
|
339
|
+
filePath: "data/tokens/modes/dark.json",
|
|
340
|
+
isSource: true,
|
|
341
|
+
original: {
|
|
342
|
+
$type: "color",
|
|
343
|
+
$value: "{primitives.colors.supplementary.lime.100}",
|
|
344
|
+
},
|
|
345
|
+
name: "modesColorColorcodeLimeMuted",
|
|
346
|
+
attributes: {},
|
|
347
|
+
path: ["modes", "color", "colorcode", "lime", "muted"],
|
|
348
|
+
},
|
|
349
|
+
rich: {
|
|
350
|
+
$type: "color",
|
|
351
|
+
$value: "#637700",
|
|
352
|
+
filePath: "data/tokens/modes/dark.json",
|
|
353
|
+
isSource: true,
|
|
354
|
+
original: {
|
|
355
|
+
$type: "color",
|
|
356
|
+
$value: "{primitives.colors.supplementary.lime.400}",
|
|
357
|
+
},
|
|
358
|
+
name: "modesColorColorcodeLimeRich",
|
|
359
|
+
attributes: {},
|
|
360
|
+
path: ["modes", "color", "colorcode", "lime", "rich"],
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
orange: {
|
|
364
|
+
deep: {
|
|
365
|
+
$type: "color",
|
|
366
|
+
$value: "#DB4B00",
|
|
367
|
+
filePath: "data/tokens/modes/dark.json",
|
|
368
|
+
isSource: true,
|
|
369
|
+
original: {
|
|
370
|
+
$type: "color",
|
|
371
|
+
$value: "{primitives.colors.supplementary.orange.500}",
|
|
372
|
+
},
|
|
373
|
+
name: "modesColorColorcodeOrangeDeep",
|
|
374
|
+
attributes: {},
|
|
375
|
+
path: ["modes", "color", "colorcode", "orange", "deep"],
|
|
376
|
+
},
|
|
377
|
+
muted: {
|
|
378
|
+
$type: "color",
|
|
379
|
+
$value: "#380D00",
|
|
380
|
+
filePath: "data/tokens/modes/dark.json",
|
|
381
|
+
isSource: true,
|
|
382
|
+
original: {
|
|
383
|
+
$type: "color",
|
|
384
|
+
$value: "{primitives.colors.supplementary.orange.100}",
|
|
385
|
+
},
|
|
386
|
+
name: "modesColorColorcodeOrangeMuted",
|
|
387
|
+
attributes: {},
|
|
388
|
+
path: ["modes", "color", "colorcode", "orange", "muted"],
|
|
389
|
+
},
|
|
390
|
+
rich: {
|
|
391
|
+
$type: "color",
|
|
392
|
+
$value: "#C54300",
|
|
393
|
+
filePath: "data/tokens/modes/dark.json",
|
|
394
|
+
isSource: true,
|
|
395
|
+
original: {
|
|
396
|
+
$type: "color",
|
|
397
|
+
$value: "{primitives.colors.supplementary.orange.400}",
|
|
398
|
+
},
|
|
399
|
+
name: "modesColorColorcodeOrangeRich",
|
|
400
|
+
attributes: {},
|
|
401
|
+
path: ["modes", "color", "colorcode", "orange", "rich"],
|
|
402
|
+
},
|
|
403
|
+
},
|
|
404
|
+
red: {
|
|
405
|
+
deep: {
|
|
406
|
+
$type: "color",
|
|
407
|
+
$value: "#F50058",
|
|
408
|
+
filePath: "data/tokens/modes/dark.json",
|
|
409
|
+
isSource: true,
|
|
410
|
+
original: {
|
|
411
|
+
$type: "color",
|
|
412
|
+
$value: "{primitives.colors.supplementary.red.500}",
|
|
413
|
+
},
|
|
414
|
+
name: "modesColorColorcodeRedDeep",
|
|
415
|
+
attributes: {},
|
|
416
|
+
path: ["modes", "color", "colorcode", "red", "deep"],
|
|
417
|
+
},
|
|
418
|
+
muted: {
|
|
419
|
+
$type: "color",
|
|
420
|
+
$value: "#400011",
|
|
421
|
+
filePath: "data/tokens/modes/dark.json",
|
|
422
|
+
isSource: true,
|
|
423
|
+
original: {
|
|
424
|
+
$type: "color",
|
|
425
|
+
$value: "{primitives.colors.supplementary.red.100}",
|
|
426
|
+
},
|
|
427
|
+
name: "modesColorColorcodeRedMuted",
|
|
428
|
+
attributes: {},
|
|
429
|
+
path: ["modes", "color", "colorcode", "red", "muted"],
|
|
430
|
+
},
|
|
431
|
+
rich: {
|
|
432
|
+
$type: "color",
|
|
433
|
+
$value: "#DC004E",
|
|
434
|
+
filePath: "data/tokens/modes/dark.json",
|
|
435
|
+
isSource: true,
|
|
436
|
+
original: {
|
|
437
|
+
$type: "color",
|
|
438
|
+
$value: "{primitives.colors.supplementary.red.400}",
|
|
439
|
+
},
|
|
440
|
+
name: "modesColorColorcodeRedRich",
|
|
441
|
+
attributes: {},
|
|
442
|
+
path: ["modes", "color", "colorcode", "red", "rich"],
|
|
443
|
+
},
|
|
444
|
+
},
|
|
445
|
+
pink: {
|
|
446
|
+
deep: {
|
|
447
|
+
$type: "color",
|
|
448
|
+
$value: "#DD2BAB",
|
|
449
|
+
filePath: "data/tokens/modes/dark.json",
|
|
450
|
+
isSource: true,
|
|
451
|
+
original: {
|
|
452
|
+
$type: "color",
|
|
453
|
+
$value: "{primitives.colors.supplementary.pink.500}",
|
|
454
|
+
},
|
|
455
|
+
name: "modesColorColorcodePinkDeep",
|
|
456
|
+
attributes: {},
|
|
457
|
+
path: ["modes", "color", "colorcode", "pink", "deep"],
|
|
458
|
+
},
|
|
459
|
+
muted: {
|
|
460
|
+
$type: "color",
|
|
461
|
+
$value: "#3C002C",
|
|
462
|
+
filePath: "data/tokens/modes/dark.json",
|
|
463
|
+
isSource: true,
|
|
464
|
+
original: {
|
|
465
|
+
$type: "color",
|
|
466
|
+
$value: "{primitives.colors.supplementary.pink.100}",
|
|
467
|
+
},
|
|
468
|
+
name: "modesColorColorcodePinkMuted",
|
|
469
|
+
attributes: {},
|
|
470
|
+
path: ["modes", "color", "colorcode", "pink", "muted"],
|
|
471
|
+
},
|
|
472
|
+
rich: {
|
|
473
|
+
$type: "color",
|
|
474
|
+
$value: "#C8269A",
|
|
475
|
+
filePath: "data/tokens/modes/dark.json",
|
|
476
|
+
isSource: true,
|
|
477
|
+
original: {
|
|
478
|
+
$type: "color",
|
|
479
|
+
$value: "{primitives.colors.supplementary.pink.400}",
|
|
480
|
+
},
|
|
481
|
+
name: "modesColorColorcodePinkRich",
|
|
482
|
+
attributes: {},
|
|
483
|
+
path: ["modes", "color", "colorcode", "pink", "rich"],
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
purple: {
|
|
487
|
+
deep: {
|
|
488
|
+
$type: "color",
|
|
489
|
+
$value: "#985FDC",
|
|
490
|
+
filePath: "data/tokens/modes/dark.json",
|
|
491
|
+
isSource: true,
|
|
492
|
+
original: {
|
|
493
|
+
$type: "color",
|
|
494
|
+
$value: "{primitives.colors.supplementary.purple.500}",
|
|
495
|
+
},
|
|
496
|
+
name: "modesColorColorcodePurpleDeep",
|
|
497
|
+
attributes: {},
|
|
498
|
+
path: ["modes", "color", "colorcode", "purple", "deep"],
|
|
499
|
+
},
|
|
500
|
+
muted: {
|
|
501
|
+
$type: "color",
|
|
502
|
+
$value: "#270E41",
|
|
503
|
+
filePath: "data/tokens/modes/dark.json",
|
|
504
|
+
isSource: true,
|
|
505
|
+
original: {
|
|
506
|
+
$type: "color",
|
|
507
|
+
$value: "{primitives.colors.supplementary.purple.100}",
|
|
508
|
+
},
|
|
509
|
+
name: "modesColorColorcodePurpleMuted",
|
|
510
|
+
attributes: {},
|
|
511
|
+
path: ["modes", "color", "colorcode", "purple", "muted"],
|
|
512
|
+
},
|
|
513
|
+
rich: {
|
|
514
|
+
$type: "color",
|
|
515
|
+
$value: "#8F4CD7",
|
|
516
|
+
filePath: "data/tokens/modes/dark.json",
|
|
517
|
+
isSource: true,
|
|
518
|
+
original: {
|
|
519
|
+
$type: "color",
|
|
520
|
+
$value: "{primitives.colors.supplementary.purple.400}",
|
|
521
|
+
},
|
|
522
|
+
name: "modesColorColorcodePurpleRich",
|
|
523
|
+
attributes: {},
|
|
524
|
+
path: ["modes", "color", "colorcode", "purple", "rich"],
|
|
525
|
+
},
|
|
526
|
+
},
|
|
527
|
+
slate: {
|
|
528
|
+
deep: {
|
|
529
|
+
$type: "color",
|
|
530
|
+
$value: "#5C8196",
|
|
531
|
+
filePath: "data/tokens/modes/dark.json",
|
|
532
|
+
isSource: true,
|
|
533
|
+
original: {
|
|
534
|
+
$type: "color",
|
|
535
|
+
$value: "{primitives.colors.supplementary.slate.500}",
|
|
536
|
+
},
|
|
537
|
+
name: "modesColorColorcodeSlateDeep",
|
|
538
|
+
attributes: {},
|
|
539
|
+
path: ["modes", "color", "colorcode", "slate", "deep"],
|
|
540
|
+
},
|
|
541
|
+
muted: {
|
|
542
|
+
$type: "color",
|
|
543
|
+
$value: "#121D23",
|
|
544
|
+
filePath: "data/tokens/modes/dark.json",
|
|
545
|
+
isSource: true,
|
|
546
|
+
original: {
|
|
547
|
+
$type: "color",
|
|
548
|
+
$value: "{primitives.colors.supplementary.slate.100}",
|
|
549
|
+
},
|
|
550
|
+
name: "modesColorColorcodeSlateMuted",
|
|
551
|
+
attributes: {},
|
|
552
|
+
path: ["modes", "color", "colorcode", "slate", "muted"],
|
|
553
|
+
},
|
|
554
|
+
rich: {
|
|
555
|
+
$type: "color",
|
|
556
|
+
$value: "#527386",
|
|
557
|
+
filePath: "data/tokens/modes/dark.json",
|
|
558
|
+
isSource: true,
|
|
559
|
+
original: {
|
|
560
|
+
$type: "color",
|
|
561
|
+
$value: "{primitives.colors.supplementary.slate.400}",
|
|
562
|
+
},
|
|
563
|
+
name: "modesColorColorcodeSlateRich",
|
|
564
|
+
attributes: {},
|
|
565
|
+
path: ["modes", "color", "colorcode", "slate", "rich"],
|
|
566
|
+
},
|
|
567
|
+
},
|
|
568
|
+
gray: {
|
|
569
|
+
deep: {
|
|
570
|
+
$type: "color",
|
|
571
|
+
$value: "#7C7C7C",
|
|
572
|
+
filePath: "data/tokens/modes/dark.json",
|
|
573
|
+
isSource: true,
|
|
574
|
+
original: {
|
|
575
|
+
$type: "color",
|
|
576
|
+
$value: "{primitives.colors.supplementary.gray.500}",
|
|
577
|
+
},
|
|
578
|
+
name: "modesColorColorcodeGrayDeep",
|
|
579
|
+
attributes: {},
|
|
580
|
+
path: ["modes", "color", "colorcode", "gray", "deep"],
|
|
581
|
+
},
|
|
582
|
+
muted: {
|
|
583
|
+
$type: "color",
|
|
584
|
+
$value: "#1b1b1b",
|
|
585
|
+
filePath: "data/tokens/modes/dark.json",
|
|
586
|
+
isSource: true,
|
|
587
|
+
original: {
|
|
588
|
+
$type: "color",
|
|
589
|
+
$value: "{primitives.colors.supplementary.gray.100}",
|
|
590
|
+
},
|
|
591
|
+
name: "modesColorColorcodeGrayMuted",
|
|
592
|
+
attributes: {},
|
|
593
|
+
path: ["modes", "color", "colorcode", "gray", "muted"],
|
|
594
|
+
},
|
|
595
|
+
rich: {
|
|
596
|
+
$type: "color",
|
|
597
|
+
$value: "#6F6F6F",
|
|
598
|
+
filePath: "data/tokens/modes/dark.json",
|
|
599
|
+
isSource: true,
|
|
600
|
+
original: {
|
|
601
|
+
$type: "color",
|
|
602
|
+
$value: "{primitives.colors.supplementary.gray.400}",
|
|
603
|
+
},
|
|
604
|
+
name: "modesColorColorcodeGrayRich",
|
|
605
|
+
attributes: {},
|
|
606
|
+
path: ["modes", "color", "colorcode", "gray", "rich"],
|
|
607
|
+
},
|
|
608
|
+
},
|
|
609
|
+
},
|
|
198
610
|
generic: {
|
|
199
611
|
bg: {
|
|
200
612
|
nought: {
|
|
@@ -37,16 +37,31 @@
|
|
|
37
37
|
"bg-default": {
|
|
38
38
|
$type: "color",
|
|
39
39
|
$value: "#CD384B",
|
|
40
|
+
$description: "Used in global nav notification badges",
|
|
40
41
|
filePath: "data/tokens/components/badge.json",
|
|
41
42
|
isSource: true,
|
|
42
43
|
original: {
|
|
43
44
|
$type: "color",
|
|
44
45
|
$value: "{modes.color.status.negative.default}",
|
|
46
|
+
$description: "Used in global nav notification badges",
|
|
45
47
|
},
|
|
46
48
|
name: "badgeColorNotificationBgDefault",
|
|
47
49
|
attributes: {},
|
|
48
50
|
path: ["badge", "color", "notification", "bg-default"],
|
|
49
51
|
},
|
|
52
|
+
"bg-alt": {
|
|
53
|
+
$type: "color",
|
|
54
|
+
$value: "#0060A7",
|
|
55
|
+
filePath: "data/tokens/components/badge.json",
|
|
56
|
+
isSource: true,
|
|
57
|
+
original: {
|
|
58
|
+
$type: "color",
|
|
59
|
+
$value: "{modes.color.status.info.default}",
|
|
60
|
+
},
|
|
61
|
+
name: "badgeColorNotificationBgAlt",
|
|
62
|
+
attributes: {},
|
|
63
|
+
path: ["badge", "color", "notification", "bg-alt"],
|
|
64
|
+
},
|
|
50
65
|
"label-default": {
|
|
51
66
|
$type: "color",
|
|
52
67
|
$value: "#FFFFFF",
|