@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
|
@@ -9,267 +9,407 @@
|
|
|
9
9
|
module.exports = {
|
|
10
10
|
container: {
|
|
11
11
|
color: {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
AI: {
|
|
13
|
+
borderhorizontal: {
|
|
14
14
|
$type: "color",
|
|
15
|
-
$value:
|
|
15
|
+
$value:
|
|
16
|
+
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
17
|
+
$description: "top and bottom border for AI dialog component",
|
|
16
18
|
filePath: "data/tokens/components/container.json",
|
|
17
19
|
isSource: true,
|
|
18
20
|
original: {
|
|
19
21
|
$type: "color",
|
|
20
|
-
$value: "{modes.color.
|
|
22
|
+
$value: "{modes.color.status.ai.default-horizontal}",
|
|
23
|
+
$description: "top and bottom border for AI dialog component",
|
|
21
24
|
},
|
|
22
|
-
name: "
|
|
25
|
+
name: "containerColorAiBorderhorizontal",
|
|
23
26
|
attributes: {},
|
|
24
|
-
path: ["container", "color", "
|
|
27
|
+
path: ["container", "color", "AI", "borderhorizontal"],
|
|
25
28
|
},
|
|
26
|
-
|
|
29
|
+
bordervertical: {
|
|
27
30
|
$type: "color",
|
|
28
|
-
$value:
|
|
31
|
+
$value:
|
|
32
|
+
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
33
|
+
$description: "left and right border for dialog and insight bubbles.",
|
|
29
34
|
filePath: "data/tokens/components/container.json",
|
|
30
35
|
isSource: true,
|
|
31
36
|
original: {
|
|
32
37
|
$type: "color",
|
|
33
|
-
$value: "{modes.color.
|
|
38
|
+
$value: "{modes.color.status.ai.default-vertical}",
|
|
39
|
+
$description:
|
|
40
|
+
"left and right border for dialog and insight bubbles.",
|
|
34
41
|
},
|
|
35
|
-
name: "
|
|
42
|
+
name: "containerColorAiBordervertical",
|
|
36
43
|
attributes: {},
|
|
37
|
-
path: ["container", "color", "
|
|
44
|
+
path: ["container", "color", "AI", "bordervertical"],
|
|
38
45
|
},
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
$value: "#0e0e0e",
|
|
42
|
-
$description: "tile footer bg color ",
|
|
43
|
-
filePath: "data/tokens/components/container.json",
|
|
44
|
-
isSource: true,
|
|
45
|
-
original: {
|
|
46
|
+
nudge: {
|
|
47
|
+
"borderAi-horizontal": {
|
|
46
48
|
$type: "color",
|
|
47
|
-
$value:
|
|
48
|
-
|
|
49
|
+
$value:
|
|
50
|
+
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
51
|
+
$description:
|
|
52
|
+
"top and bottom border for AI nudge message component",
|
|
53
|
+
filePath: "data/tokens/components/container.json",
|
|
54
|
+
isSource: true,
|
|
55
|
+
original: {
|
|
56
|
+
$type: "color",
|
|
57
|
+
$value: "{modes.color.status.ai.default-horizontal}",
|
|
58
|
+
$description:
|
|
59
|
+
"top and bottom border for AI nudge message component",
|
|
60
|
+
},
|
|
61
|
+
name: "containerColorAiNudgeBorderAiHorizontal",
|
|
62
|
+
attributes: {},
|
|
63
|
+
path: ["container", "color", "AI", "nudge", "borderAi-horizontal"],
|
|
49
64
|
},
|
|
50
|
-
|
|
51
|
-
attributes: {},
|
|
52
|
-
path: ["container", "color", "standard", "bgFooter-default"],
|
|
53
|
-
},
|
|
54
|
-
"border-active": {
|
|
55
|
-
$type: "color",
|
|
56
|
-
$value: "#FFFFFF",
|
|
57
|
-
filePath: "data/tokens/components/container.json",
|
|
58
|
-
isSource: true,
|
|
59
|
-
original: {
|
|
65
|
+
"borderAi-vertical": {
|
|
60
66
|
$type: "color",
|
|
61
|
-
$value:
|
|
67
|
+
$value:
|
|
68
|
+
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
69
|
+
$description:
|
|
70
|
+
"left and right border for AI nudge message component",
|
|
71
|
+
filePath: "data/tokens/components/container.json",
|
|
72
|
+
isSource: true,
|
|
73
|
+
original: {
|
|
74
|
+
$type: "color",
|
|
75
|
+
$value: "{modes.color.status.ai.default-vertical}",
|
|
76
|
+
$description:
|
|
77
|
+
"left and right border for AI nudge message component",
|
|
78
|
+
},
|
|
79
|
+
name: "containerColorAiNudgeBorderAiVertical",
|
|
80
|
+
attributes: {},
|
|
81
|
+
path: ["container", "color", "AI", "nudge", "borderAi-vertical"],
|
|
62
82
|
},
|
|
63
|
-
name: "containerColorStandardBorderActive",
|
|
64
|
-
attributes: {},
|
|
65
|
-
path: ["container", "color", "standard", "border-active"],
|
|
66
83
|
},
|
|
67
|
-
|
|
84
|
+
},
|
|
85
|
+
blockquote: {
|
|
86
|
+
border: {
|
|
68
87
|
$type: "color",
|
|
69
|
-
$value: "#
|
|
88
|
+
$value: "#00D639",
|
|
70
89
|
filePath: "data/tokens/components/container.json",
|
|
71
90
|
isSource: true,
|
|
72
91
|
original: {
|
|
73
92
|
$type: "color",
|
|
74
|
-
$value: "{modes.color.
|
|
93
|
+
$value: "{modes.color.interactive.primary.default}",
|
|
75
94
|
},
|
|
76
|
-
name: "
|
|
95
|
+
name: "containerColorBlockquoteBorder",
|
|
77
96
|
attributes: {},
|
|
78
|
-
path: ["container", "color", "
|
|
97
|
+
path: ["container", "color", "blockquote", "border"],
|
|
79
98
|
},
|
|
80
|
-
|
|
99
|
+
},
|
|
100
|
+
calendar: {
|
|
101
|
+
"label-default": {
|
|
81
102
|
$type: "color",
|
|
82
|
-
$value: "#
|
|
103
|
+
$value: "#FFFFFF",
|
|
104
|
+
$description: "Accessible on calendar bg-default colors.",
|
|
83
105
|
filePath: "data/tokens/components/container.json",
|
|
84
106
|
isSource: true,
|
|
85
107
|
original: {
|
|
86
108
|
$type: "color",
|
|
87
|
-
$value: "{modes.color.generic.
|
|
109
|
+
$value: "{modes.color.generic.content.extreme}",
|
|
110
|
+
$description: "Accessible on calendar bg-default colors.",
|
|
88
111
|
},
|
|
89
|
-
name: "
|
|
112
|
+
name: "containerColorCalendarLabelDefault",
|
|
90
113
|
attributes: {},
|
|
91
|
-
path: ["container", "color", "
|
|
114
|
+
path: ["container", "color", "calendar", "label-default"],
|
|
92
115
|
},
|
|
93
|
-
|
|
116
|
+
"label-alt": {
|
|
94
117
|
$type: "color",
|
|
95
118
|
$value: "#FFFFFF",
|
|
96
|
-
$description: "
|
|
119
|
+
$description: "Accessible on calendar bg-alt colors.",
|
|
97
120
|
filePath: "data/tokens/components/container.json",
|
|
98
121
|
isSource: true,
|
|
99
122
|
original: {
|
|
100
123
|
$type: "color",
|
|
101
|
-
$value: "{modes.color.
|
|
102
|
-
$description: "
|
|
124
|
+
$value: "{modes.color.generic.content.extreme}",
|
|
125
|
+
$description: "Accessible on calendar bg-alt colors.",
|
|
103
126
|
},
|
|
104
|
-
name: "
|
|
127
|
+
name: "containerColorCalendarLabelAlt",
|
|
105
128
|
attributes: {},
|
|
106
|
-
path: ["container", "color", "
|
|
129
|
+
path: ["container", "color", "calendar", "label-alt"],
|
|
107
130
|
},
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
$value: "#777",
|
|
111
|
-
$description: "Link preview image thumbnail",
|
|
112
|
-
filePath: "data/tokens/components/container.json",
|
|
113
|
-
isSource: true,
|
|
114
|
-
original: {
|
|
131
|
+
blue: {
|
|
132
|
+
"bg-default": {
|
|
115
133
|
$type: "color",
|
|
116
|
-
$value: "
|
|
117
|
-
|
|
134
|
+
$value: "#00293F",
|
|
135
|
+
filePath: "data/tokens/components/container.json",
|
|
136
|
+
isSource: true,
|
|
137
|
+
original: {
|
|
138
|
+
$type: "color",
|
|
139
|
+
$value: "{modes.color.colorcode.blue.muted}",
|
|
140
|
+
},
|
|
141
|
+
name: "containerColorCalendarBlueBgDefault",
|
|
142
|
+
attributes: {},
|
|
143
|
+
path: ["container", "color", "calendar", "blue", "bg-default"],
|
|
144
|
+
},
|
|
145
|
+
pattern: {
|
|
146
|
+
$type: "color",
|
|
147
|
+
$value: "#0071c3",
|
|
148
|
+
filePath: "data/tokens/components/container.json",
|
|
149
|
+
isSource: true,
|
|
150
|
+
original: {
|
|
151
|
+
$type: "color",
|
|
152
|
+
$value: "{modes.color.colorcode.blue.rich}",
|
|
153
|
+
},
|
|
154
|
+
name: "containerColorCalendarBluePattern",
|
|
155
|
+
attributes: {},
|
|
156
|
+
path: ["container", "color", "calendar", "blue", "pattern"],
|
|
118
157
|
},
|
|
119
|
-
name: "containerColorStandardIcon",
|
|
120
|
-
attributes: {},
|
|
121
|
-
path: ["container", "color", "standard", "icon"],
|
|
122
158
|
},
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
$value: "#ffffff8c",
|
|
126
|
-
$description: "for subheadings etc",
|
|
127
|
-
filePath: "data/tokens/components/container.json",
|
|
128
|
-
isSource: true,
|
|
129
|
-
original: {
|
|
159
|
+
teal: {
|
|
160
|
+
"bg-default": {
|
|
130
161
|
$type: "color",
|
|
131
|
-
$value: "
|
|
132
|
-
|
|
162
|
+
$value: "#002B2A",
|
|
163
|
+
filePath: "data/tokens/components/container.json",
|
|
164
|
+
isSource: true,
|
|
165
|
+
original: {
|
|
166
|
+
$type: "color",
|
|
167
|
+
$value: "{modes.color.colorcode.teal.muted}",
|
|
168
|
+
},
|
|
169
|
+
name: "containerColorCalendarTealBgDefault",
|
|
170
|
+
attributes: {},
|
|
171
|
+
path: ["container", "color", "calendar", "teal", "bg-default"],
|
|
172
|
+
},
|
|
173
|
+
pattern: {
|
|
174
|
+
$type: "color",
|
|
175
|
+
$value: "#007C7B",
|
|
176
|
+
filePath: "data/tokens/components/container.json",
|
|
177
|
+
isSource: true,
|
|
178
|
+
original: {
|
|
179
|
+
$type: "color",
|
|
180
|
+
$value: "{modes.color.colorcode.teal.rich}",
|
|
181
|
+
},
|
|
182
|
+
name: "containerColorCalendarTealPattern",
|
|
183
|
+
attributes: {},
|
|
184
|
+
path: ["container", "color", "calendar", "teal", "pattern"],
|
|
133
185
|
},
|
|
134
|
-
name: "containerColorStandardTextAlt",
|
|
135
|
-
attributes: {},
|
|
136
|
-
path: ["container", "color", "standard", "text-alt"],
|
|
137
186
|
},
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
$value: "#fffffff2",
|
|
141
|
-
$description: "for headings, paragraph text etc ",
|
|
142
|
-
filePath: "data/tokens/components/container.json",
|
|
143
|
-
isSource: true,
|
|
144
|
-
original: {
|
|
187
|
+
green: {
|
|
188
|
+
"bg-default": {
|
|
145
189
|
$type: "color",
|
|
146
|
-
$value: "
|
|
147
|
-
|
|
190
|
+
$value: "#002D05",
|
|
191
|
+
filePath: "data/tokens/components/container.json",
|
|
192
|
+
isSource: true,
|
|
193
|
+
original: {
|
|
194
|
+
$type: "color",
|
|
195
|
+
$value: "{modes.color.colorcode.green.muted}",
|
|
196
|
+
},
|
|
197
|
+
name: "containerColorCalendarGreenBgDefault",
|
|
198
|
+
attributes: {},
|
|
199
|
+
path: ["container", "color", "calendar", "green", "bg-default"],
|
|
200
|
+
},
|
|
201
|
+
pattern: {
|
|
202
|
+
$type: "color",
|
|
203
|
+
$value: "#00811F",
|
|
204
|
+
filePath: "data/tokens/components/container.json",
|
|
205
|
+
isSource: true,
|
|
206
|
+
original: {
|
|
207
|
+
$type: "color",
|
|
208
|
+
$value: "{modes.color.colorcode.green.rich}",
|
|
209
|
+
},
|
|
210
|
+
name: "containerColorCalendarGreenPattern",
|
|
211
|
+
attributes: {},
|
|
212
|
+
path: ["container", "color", "calendar", "green", "pattern"],
|
|
148
213
|
},
|
|
149
|
-
name: "containerColorStandardTextDefault",
|
|
150
|
-
attributes: {},
|
|
151
|
-
path: ["container", "color", "standard", "text-default"],
|
|
152
214
|
},
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
borderhorizontal: {
|
|
156
|
-
$type: "color",
|
|
157
|
-
$value:
|
|
158
|
-
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
159
|
-
$description: "top and bottom border for AI dialog component",
|
|
160
|
-
filePath: "data/tokens/components/container.json",
|
|
161
|
-
isSource: true,
|
|
162
|
-
original: {
|
|
215
|
+
lime: {
|
|
216
|
+
"bg-default": {
|
|
163
217
|
$type: "color",
|
|
164
|
-
$value: "
|
|
165
|
-
|
|
218
|
+
$value: "#171e00",
|
|
219
|
+
filePath: "data/tokens/components/container.json",
|
|
220
|
+
isSource: true,
|
|
221
|
+
original: {
|
|
222
|
+
$type: "color",
|
|
223
|
+
$value: "{modes.color.colorcode.lime.muted}",
|
|
224
|
+
},
|
|
225
|
+
name: "containerColorCalendarLimeBgDefault",
|
|
226
|
+
attributes: {},
|
|
227
|
+
path: ["container", "color", "calendar", "lime", "bg-default"],
|
|
228
|
+
},
|
|
229
|
+
pattern: {
|
|
230
|
+
$type: "color",
|
|
231
|
+
$value: "#637700",
|
|
232
|
+
filePath: "data/tokens/components/container.json",
|
|
233
|
+
isSource: true,
|
|
234
|
+
original: {
|
|
235
|
+
$type: "color",
|
|
236
|
+
$value: "{modes.color.colorcode.lime.rich}",
|
|
237
|
+
},
|
|
238
|
+
name: "containerColorCalendarLimePattern",
|
|
239
|
+
attributes: {},
|
|
240
|
+
path: ["container", "color", "calendar", "lime", "pattern"],
|
|
166
241
|
},
|
|
167
|
-
name: "containerColorAiBorderhorizontal",
|
|
168
|
-
attributes: {},
|
|
169
|
-
path: ["container", "color", "AI", "borderhorizontal"],
|
|
170
242
|
},
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
$value:
|
|
174
|
-
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
175
|
-
$description: "left and right border for dialog and insight bubbles.",
|
|
176
|
-
filePath: "data/tokens/components/container.json",
|
|
177
|
-
isSource: true,
|
|
178
|
-
original: {
|
|
243
|
+
orange: {
|
|
244
|
+
"bg-default": {
|
|
179
245
|
$type: "color",
|
|
180
|
-
$value: "
|
|
181
|
-
|
|
182
|
-
|
|
246
|
+
$value: "#380D00",
|
|
247
|
+
filePath: "data/tokens/components/container.json",
|
|
248
|
+
isSource: true,
|
|
249
|
+
original: {
|
|
250
|
+
$type: "color",
|
|
251
|
+
$value: "{modes.color.colorcode.orange.muted}",
|
|
252
|
+
},
|
|
253
|
+
name: "containerColorCalendarOrangeBgDefault",
|
|
254
|
+
attributes: {},
|
|
255
|
+
path: ["container", "color", "calendar", "orange", "bg-default"],
|
|
256
|
+
},
|
|
257
|
+
pattern: {
|
|
258
|
+
$type: "color",
|
|
259
|
+
$value: "#C54300",
|
|
260
|
+
filePath: "data/tokens/components/container.json",
|
|
261
|
+
isSource: true,
|
|
262
|
+
original: {
|
|
263
|
+
$type: "color",
|
|
264
|
+
$value: "{modes.color.colorcode.orange.rich}",
|
|
265
|
+
},
|
|
266
|
+
name: "containerColorCalendarOrangePattern",
|
|
267
|
+
attributes: {},
|
|
268
|
+
path: ["container", "color", "calendar", "orange", "pattern"],
|
|
183
269
|
},
|
|
184
|
-
name: "containerColorAiBordervertical",
|
|
185
|
-
attributes: {},
|
|
186
|
-
path: ["container", "color", "AI", "bordervertical"],
|
|
187
270
|
},
|
|
188
|
-
|
|
189
|
-
"
|
|
271
|
+
red: {
|
|
272
|
+
"bg-default": {
|
|
190
273
|
$type: "color",
|
|
191
|
-
$value:
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
274
|
+
$value: "#400011",
|
|
275
|
+
filePath: "data/tokens/components/container.json",
|
|
276
|
+
isSource: true,
|
|
277
|
+
original: {
|
|
278
|
+
$type: "color",
|
|
279
|
+
$value: "{modes.color.colorcode.red.muted}",
|
|
280
|
+
},
|
|
281
|
+
name: "containerColorCalendarRedBgDefault",
|
|
282
|
+
attributes: {},
|
|
283
|
+
path: ["container", "color", "calendar", "red", "bg-default"],
|
|
284
|
+
},
|
|
285
|
+
pattern: {
|
|
286
|
+
$type: "color",
|
|
287
|
+
$value: "#DC004E",
|
|
288
|
+
filePath: "data/tokens/components/container.json",
|
|
289
|
+
isSource: true,
|
|
290
|
+
original: {
|
|
291
|
+
$type: "color",
|
|
292
|
+
$value: "{modes.color.colorcode.red.rich}",
|
|
293
|
+
},
|
|
294
|
+
name: "containerColorCalendarRedPattern",
|
|
295
|
+
attributes: {},
|
|
296
|
+
path: ["container", "color", "calendar", "red", "pattern"],
|
|
297
|
+
},
|
|
298
|
+
},
|
|
299
|
+
pink: {
|
|
300
|
+
"bg-default": {
|
|
301
|
+
$type: "color",
|
|
302
|
+
$value: "#3C002C",
|
|
303
|
+
filePath: "data/tokens/components/container.json",
|
|
304
|
+
isSource: true,
|
|
305
|
+
original: {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "{modes.color.colorcode.pink.muted}",
|
|
308
|
+
},
|
|
309
|
+
name: "containerColorCalendarPinkBgDefault",
|
|
310
|
+
attributes: {},
|
|
311
|
+
path: ["container", "color", "calendar", "pink", "bg-default"],
|
|
312
|
+
},
|
|
313
|
+
pattern: {
|
|
314
|
+
$type: "color",
|
|
315
|
+
$value: "#C8269A",
|
|
316
|
+
filePath: "data/tokens/components/container.json",
|
|
317
|
+
isSource: true,
|
|
318
|
+
original: {
|
|
319
|
+
$type: "color",
|
|
320
|
+
$value: "{modes.color.colorcode.pink.rich}",
|
|
321
|
+
},
|
|
322
|
+
name: "containerColorCalendarPinkPattern",
|
|
323
|
+
attributes: {},
|
|
324
|
+
path: ["container", "color", "calendar", "pink", "pattern"],
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
purple: {
|
|
328
|
+
"bg-default": {
|
|
329
|
+
$type: "color",
|
|
330
|
+
$value: "#270E41",
|
|
195
331
|
filePath: "data/tokens/components/container.json",
|
|
196
332
|
isSource: true,
|
|
197
333
|
original: {
|
|
198
334
|
$type: "color",
|
|
199
|
-
$value: "{modes.color.
|
|
200
|
-
$description:
|
|
201
|
-
"top and bottom border for AI nudge message component",
|
|
335
|
+
$value: "{modes.color.colorcode.purple.muted}",
|
|
202
336
|
},
|
|
203
|
-
name: "
|
|
337
|
+
name: "containerColorCalendarPurpleBgDefault",
|
|
204
338
|
attributes: {},
|
|
205
|
-
path: ["container", "color", "
|
|
339
|
+
path: ["container", "color", "calendar", "purple", "bg-default"],
|
|
206
340
|
},
|
|
207
|
-
|
|
341
|
+
pattern: {
|
|
208
342
|
$type: "color",
|
|
209
|
-
$value:
|
|
210
|
-
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
211
|
-
$description:
|
|
212
|
-
"left and right border for AI nudge message component",
|
|
343
|
+
$value: "#8F4CD7",
|
|
213
344
|
filePath: "data/tokens/components/container.json",
|
|
214
345
|
isSource: true,
|
|
215
346
|
original: {
|
|
216
347
|
$type: "color",
|
|
217
|
-
$value: "{modes.color.
|
|
218
|
-
$description:
|
|
219
|
-
"left and right border for AI nudge message component",
|
|
348
|
+
$value: "{modes.color.colorcode.purple.rich}",
|
|
220
349
|
},
|
|
221
|
-
name: "
|
|
350
|
+
name: "containerColorCalendarPurplePattern",
|
|
222
351
|
attributes: {},
|
|
223
|
-
path: ["container", "color", "
|
|
352
|
+
path: ["container", "color", "calendar", "purple", "pattern"],
|
|
224
353
|
},
|
|
225
354
|
},
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"bg-default": {
|
|
229
|
-
$type: "color",
|
|
230
|
-
$value: "#0e0e0e",
|
|
231
|
-
filePath: "data/tokens/components/container.json",
|
|
232
|
-
isSource: true,
|
|
233
|
-
original: {
|
|
355
|
+
slate: {
|
|
356
|
+
"bg-default": {
|
|
234
357
|
$type: "color",
|
|
235
|
-
$value: "
|
|
358
|
+
$value: "#121D23",
|
|
359
|
+
filePath: "data/tokens/components/container.json",
|
|
360
|
+
isSource: true,
|
|
361
|
+
original: {
|
|
362
|
+
$type: "color",
|
|
363
|
+
$value: "{modes.color.colorcode.slate.muted}",
|
|
364
|
+
},
|
|
365
|
+
name: "containerColorCalendarSlateBgDefault",
|
|
366
|
+
attributes: {},
|
|
367
|
+
path: ["container", "color", "calendar", "slate", "bg-default"],
|
|
236
368
|
},
|
|
237
|
-
|
|
238
|
-
attributes: {},
|
|
239
|
-
path: ["container", "color", "scrollbar", "bg-default"],
|
|
240
|
-
},
|
|
241
|
-
"fg-default": {
|
|
242
|
-
$type: "color",
|
|
243
|
-
$value: "#777",
|
|
244
|
-
filePath: "data/tokens/components/container.json",
|
|
245
|
-
isSource: true,
|
|
246
|
-
original: {
|
|
369
|
+
pattern: {
|
|
247
370
|
$type: "color",
|
|
248
|
-
$value: "
|
|
371
|
+
$value: "#527386",
|
|
372
|
+
filePath: "data/tokens/components/container.json",
|
|
373
|
+
isSource: true,
|
|
374
|
+
original: {
|
|
375
|
+
$type: "color",
|
|
376
|
+
$value: "{modes.color.colorcode.slate.rich}",
|
|
377
|
+
},
|
|
378
|
+
name: "containerColorCalendarSlatePattern",
|
|
379
|
+
attributes: {},
|
|
380
|
+
path: ["container", "color", "calendar", "slate", "pattern"],
|
|
249
381
|
},
|
|
250
|
-
name: "containerColorScrollbarFgDefault",
|
|
251
|
-
attributes: {},
|
|
252
|
-
path: ["container", "color", "scrollbar", "fg-default"],
|
|
253
382
|
},
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
detailedicon: {
|
|
257
|
-
bg: {
|
|
383
|
+
gray: {
|
|
384
|
+
"bg-default": {
|
|
258
385
|
$type: "color",
|
|
259
|
-
$value: "#
|
|
260
|
-
$description: " ",
|
|
386
|
+
$value: "#1b1b1b",
|
|
261
387
|
filePath: "data/tokens/components/container.json",
|
|
262
388
|
isSource: true,
|
|
263
389
|
original: {
|
|
264
390
|
$type: "color",
|
|
265
|
-
$value: "{modes.color.
|
|
266
|
-
$description: " ",
|
|
391
|
+
$value: "{modes.color.colorcode.gray.muted}",
|
|
267
392
|
},
|
|
268
|
-
name: "
|
|
393
|
+
name: "containerColorCalendarGrayBgDefault",
|
|
269
394
|
attributes: {},
|
|
270
|
-
path: ["container", "color", "
|
|
395
|
+
path: ["container", "color", "calendar", "gray", "bg-default"],
|
|
396
|
+
},
|
|
397
|
+
pattern: {
|
|
398
|
+
$type: "color",
|
|
399
|
+
$value: "#6F6F6F",
|
|
400
|
+
filePath: "data/tokens/components/container.json",
|
|
401
|
+
isSource: true,
|
|
402
|
+
original: {
|
|
403
|
+
$type: "color",
|
|
404
|
+
$value: "{modes.color.colorcode.gray.rich}",
|
|
405
|
+
},
|
|
406
|
+
name: "containerColorCalendarGrayPattern",
|
|
407
|
+
attributes: {},
|
|
408
|
+
path: ["container", "color", "calendar", "gray", "pattern"],
|
|
271
409
|
},
|
|
272
410
|
},
|
|
411
|
+
},
|
|
412
|
+
interactive: {
|
|
273
413
|
"bgFooter-activated": {
|
|
274
414
|
$type: "color",
|
|
275
415
|
$value: "#009023",
|
|
@@ -616,20 +756,192 @@ module.exports = {
|
|
|
616
756
|
attributes: {},
|
|
617
757
|
path: ["container", "color", "interactive", "text-hover"],
|
|
618
758
|
},
|
|
759
|
+
detailedicon: {
|
|
760
|
+
bg: {
|
|
761
|
+
$type: "color",
|
|
762
|
+
$value: "#00D639",
|
|
763
|
+
$description: " ",
|
|
764
|
+
filePath: "data/tokens/components/container.json",
|
|
765
|
+
isSource: true,
|
|
766
|
+
original: {
|
|
767
|
+
$type: "color",
|
|
768
|
+
$value: "{modes.color.custom.default}",
|
|
769
|
+
$description: " ",
|
|
770
|
+
},
|
|
771
|
+
name: "containerColorInteractiveDetailediconBg",
|
|
772
|
+
attributes: {},
|
|
773
|
+
path: ["container", "color", "interactive", "detailedicon", "bg"],
|
|
774
|
+
},
|
|
775
|
+
},
|
|
619
776
|
},
|
|
620
|
-
|
|
621
|
-
|
|
777
|
+
scrollbar: {
|
|
778
|
+
"bg-default": {
|
|
622
779
|
$type: "color",
|
|
623
|
-
$value: "#
|
|
780
|
+
$value: "#0e0e0e",
|
|
624
781
|
filePath: "data/tokens/components/container.json",
|
|
625
782
|
isSource: true,
|
|
626
783
|
original: {
|
|
627
784
|
$type: "color",
|
|
628
|
-
$value: "{modes.color.
|
|
785
|
+
$value: "{modes.color.generic.bg.faint}",
|
|
629
786
|
},
|
|
630
|
-
name: "
|
|
787
|
+
name: "containerColorScrollbarBgDefault",
|
|
631
788
|
attributes: {},
|
|
632
|
-
path: ["container", "color", "
|
|
789
|
+
path: ["container", "color", "scrollbar", "bg-default"],
|
|
790
|
+
},
|
|
791
|
+
"fg-default": {
|
|
792
|
+
$type: "color",
|
|
793
|
+
$value: "#777",
|
|
794
|
+
filePath: "data/tokens/components/container.json",
|
|
795
|
+
isSource: true,
|
|
796
|
+
original: {
|
|
797
|
+
$type: "color",
|
|
798
|
+
$value: "{modes.color.generic.fg.moderate}",
|
|
799
|
+
},
|
|
800
|
+
name: "containerColorScrollbarFgDefault",
|
|
801
|
+
attributes: {},
|
|
802
|
+
path: ["container", "color", "scrollbar", "fg-default"],
|
|
803
|
+
},
|
|
804
|
+
},
|
|
805
|
+
standard: {
|
|
806
|
+
"bg-alt": {
|
|
807
|
+
$type: "color",
|
|
808
|
+
$value: "#0e0e0e",
|
|
809
|
+
filePath: "data/tokens/components/container.json",
|
|
810
|
+
isSource: true,
|
|
811
|
+
original: {
|
|
812
|
+
$type: "color",
|
|
813
|
+
$value: "{modes.color.generic.bg.faint}",
|
|
814
|
+
},
|
|
815
|
+
name: "containerColorStandardBgAlt",
|
|
816
|
+
attributes: {},
|
|
817
|
+
path: ["container", "color", "standard", "bg-alt"],
|
|
818
|
+
},
|
|
819
|
+
"bg-default": {
|
|
820
|
+
$type: "color",
|
|
821
|
+
$value: "#000000",
|
|
822
|
+
filePath: "data/tokens/components/container.json",
|
|
823
|
+
isSource: true,
|
|
824
|
+
original: {
|
|
825
|
+
$type: "color",
|
|
826
|
+
$value: "{modes.color.generic.bg.nought}",
|
|
827
|
+
},
|
|
828
|
+
name: "containerColorStandardBgDefault",
|
|
829
|
+
attributes: {},
|
|
830
|
+
path: ["container", "color", "standard", "bg-default"],
|
|
831
|
+
},
|
|
832
|
+
"bgFooter-default": {
|
|
833
|
+
$type: "color",
|
|
834
|
+
$value: "#0e0e0e",
|
|
835
|
+
$description: "tile footer bg color ",
|
|
836
|
+
filePath: "data/tokens/components/container.json",
|
|
837
|
+
isSource: true,
|
|
838
|
+
original: {
|
|
839
|
+
$type: "color",
|
|
840
|
+
$value: "{modes.color.generic.bg.faint}",
|
|
841
|
+
$description: "tile footer bg color ",
|
|
842
|
+
},
|
|
843
|
+
name: "containerColorStandardBgFooterDefault",
|
|
844
|
+
attributes: {},
|
|
845
|
+
path: ["container", "color", "standard", "bgFooter-default"],
|
|
846
|
+
},
|
|
847
|
+
"border-active": {
|
|
848
|
+
$type: "color",
|
|
849
|
+
$value: "#FFFFFF",
|
|
850
|
+
filePath: "data/tokens/components/container.json",
|
|
851
|
+
isSource: true,
|
|
852
|
+
original: {
|
|
853
|
+
$type: "color",
|
|
854
|
+
$value: "{modes.color.interactive.monochrome.generic.active}",
|
|
855
|
+
},
|
|
856
|
+
name: "containerColorStandardBorderActive",
|
|
857
|
+
attributes: {},
|
|
858
|
+
path: ["container", "color", "standard", "border-active"],
|
|
859
|
+
},
|
|
860
|
+
"border-alt": {
|
|
861
|
+
$type: "color",
|
|
862
|
+
$value: "#4b4b4b",
|
|
863
|
+
filePath: "data/tokens/components/container.json",
|
|
864
|
+
isSource: true,
|
|
865
|
+
original: {
|
|
866
|
+
$type: "color",
|
|
867
|
+
$value: "{modes.color.generic.fg.soft}",
|
|
868
|
+
},
|
|
869
|
+
name: "containerColorStandardBorderAlt",
|
|
870
|
+
attributes: {},
|
|
871
|
+
path: ["container", "color", "standard", "border-alt"],
|
|
872
|
+
},
|
|
873
|
+
"border-default": {
|
|
874
|
+
$type: "color",
|
|
875
|
+
$value: "#181818",
|
|
876
|
+
filePath: "data/tokens/components/container.json",
|
|
877
|
+
isSource: true,
|
|
878
|
+
original: {
|
|
879
|
+
$type: "color",
|
|
880
|
+
$value: "{modes.color.generic.fg.faint}",
|
|
881
|
+
},
|
|
882
|
+
name: "containerColorStandardBorderDefault",
|
|
883
|
+
attributes: {},
|
|
884
|
+
path: ["container", "color", "standard", "border-default"],
|
|
885
|
+
},
|
|
886
|
+
dimmer: {
|
|
887
|
+
$type: "color",
|
|
888
|
+
$value: "#FFFFFF",
|
|
889
|
+
$description: "dimmed mask for dialogs",
|
|
890
|
+
filePath: "data/tokens/components/container.json",
|
|
891
|
+
isSource: true,
|
|
892
|
+
original: {
|
|
893
|
+
$type: "color",
|
|
894
|
+
$value: "{modes.color.interactive.inactive.mask}",
|
|
895
|
+
$description: "dimmed mask for dialogs",
|
|
896
|
+
},
|
|
897
|
+
name: "containerColorStandardDimmer",
|
|
898
|
+
attributes: {},
|
|
899
|
+
path: ["container", "color", "standard", "dimmer"],
|
|
900
|
+
},
|
|
901
|
+
icon: {
|
|
902
|
+
$type: "color",
|
|
903
|
+
$value: "#777",
|
|
904
|
+
$description: "Link preview image thumbnail",
|
|
905
|
+
filePath: "data/tokens/components/container.json",
|
|
906
|
+
isSource: true,
|
|
907
|
+
original: {
|
|
908
|
+
$type: "color",
|
|
909
|
+
$value: "{modes.color.generic.fg.moderate}",
|
|
910
|
+
$description: "Link preview image thumbnail",
|
|
911
|
+
},
|
|
912
|
+
name: "containerColorStandardIcon",
|
|
913
|
+
attributes: {},
|
|
914
|
+
path: ["container", "color", "standard", "icon"],
|
|
915
|
+
},
|
|
916
|
+
"text-alt": {
|
|
917
|
+
$type: "color",
|
|
918
|
+
$value: "#ffffff8c",
|
|
919
|
+
$description: "for subheadings etc",
|
|
920
|
+
filePath: "data/tokens/components/container.json",
|
|
921
|
+
isSource: true,
|
|
922
|
+
original: {
|
|
923
|
+
$type: "color",
|
|
924
|
+
$value: "{modes.color.generic.content.moderate}",
|
|
925
|
+
$description: "for subheadings etc",
|
|
926
|
+
},
|
|
927
|
+
name: "containerColorStandardTextAlt",
|
|
928
|
+
attributes: {},
|
|
929
|
+
path: ["container", "color", "standard", "text-alt"],
|
|
930
|
+
},
|
|
931
|
+
"text-default": {
|
|
932
|
+
$type: "color",
|
|
933
|
+
$value: "#fffffff2",
|
|
934
|
+
$description: "for headings, paragraph text etc ",
|
|
935
|
+
filePath: "data/tokens/components/container.json",
|
|
936
|
+
isSource: true,
|
|
937
|
+
original: {
|
|
938
|
+
$type: "color",
|
|
939
|
+
$value: "{modes.color.generic.content.harsh}",
|
|
940
|
+
$description: "for headings, paragraph text etc ",
|
|
941
|
+
},
|
|
942
|
+
name: "containerColorStandardTextDefault",
|
|
943
|
+
attributes: {},
|
|
944
|
+
path: ["container", "color", "standard", "text-default"],
|
|
633
945
|
},
|
|
634
946
|
},
|
|
635
947
|
},
|