@sage/design-tokens 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +154 -17
- package/css/frozenproduct/large/components/badge.css +2 -1
- package/css/frozenproduct/large/components/container.css +36 -14
- package/css/frozenproduct/large/components/form.css +52 -0
- package/css/frozenproduct/large/components/tab.css +4 -2
- package/css/frozenproduct/large/dark.css +30 -0
- package/css/frozenproduct/large/light.css +30 -0
- package/css/frozenproduct/small/components/badge.css +2 -1
- package/css/frozenproduct/small/components/container.css +36 -14
- package/css/frozenproduct/small/components/form.css +52 -0
- package/css/frozenproduct/small/components/tab.css +4 -2
- package/css/frozenproduct/small/dark.css +30 -0
- package/css/frozenproduct/small/light.css +30 -0
- package/css/marketing/all.css +154 -17
- package/css/marketing/large/components/badge.css +2 -1
- package/css/marketing/large/components/container.css +36 -14
- package/css/marketing/large/components/form.css +52 -0
- package/css/marketing/large/components/tab.css +4 -2
- package/css/marketing/large/dark.css +30 -0
- package/css/marketing/large/light.css +30 -0
- package/css/marketing/small/components/badge.css +2 -1
- package/css/marketing/small/components/container.css +36 -14
- package/css/marketing/small/components/form.css +52 -0
- package/css/marketing/small/components/tab.css +4 -2
- package/css/marketing/small/dark.css +30 -0
- package/css/marketing/small/light.css +30 -0
- package/css/product/all.css +154 -17
- package/css/product/large/components/badge.css +2 -1
- package/css/product/large/components/container.css +36 -14
- package/css/product/large/components/form.css +52 -0
- package/css/product/large/components/tab.css +4 -2
- package/css/product/large/dark.css +30 -0
- package/css/product/large/light.css +30 -0
- package/css/product/small/components/badge.css +2 -1
- package/css/product/small/components/container.css +36 -14
- package/css/product/small/components/form.css +52 -0
- package/css/product/small/components/tab.css +4 -2
- package/css/product/small/dark.css +30 -0
- package/css/product/small/light.css +30 -0
- package/ios/frozenproduct/large/dark/components/badge.h +1 -0
- package/ios/frozenproduct/large/dark/components/container.h +36 -14
- package/ios/frozenproduct/large/dark/components/form.h +52 -0
- package/ios/frozenproduct/large/dark/components/tab.h +2 -0
- package/ios/frozenproduct/large/dark/mode.h +30 -0
- package/ios/frozenproduct/large/light/components/badge.h +1 -0
- package/ios/frozenproduct/large/light/components/container.h +36 -14
- package/ios/frozenproduct/large/light/components/form.h +52 -0
- package/ios/frozenproduct/large/light/components/tab.h +2 -0
- package/ios/frozenproduct/large/light/mode.h +30 -0
- package/ios/frozenproduct/small/dark/components/badge.h +1 -0
- package/ios/frozenproduct/small/dark/components/container.h +36 -14
- package/ios/frozenproduct/small/dark/components/form.h +52 -0
- package/ios/frozenproduct/small/dark/components/tab.h +2 -0
- package/ios/frozenproduct/small/dark/mode.h +30 -0
- package/ios/frozenproduct/small/light/components/badge.h +1 -0
- package/ios/frozenproduct/small/light/components/container.h +36 -14
- package/ios/frozenproduct/small/light/components/form.h +52 -0
- package/ios/frozenproduct/small/light/components/tab.h +2 -0
- package/ios/frozenproduct/small/light/mode.h +30 -0
- package/ios/marketing/large/dark/components/badge.h +1 -0
- package/ios/marketing/large/dark/components/container.h +36 -14
- package/ios/marketing/large/dark/components/form.h +52 -0
- package/ios/marketing/large/dark/components/tab.h +2 -0
- package/ios/marketing/large/dark/mode.h +30 -0
- package/ios/marketing/large/light/components/badge.h +1 -0
- package/ios/marketing/large/light/components/container.h +36 -14
- package/ios/marketing/large/light/components/form.h +52 -0
- package/ios/marketing/large/light/components/tab.h +2 -0
- package/ios/marketing/large/light/mode.h +30 -0
- package/ios/marketing/small/dark/components/badge.h +1 -0
- package/ios/marketing/small/dark/components/container.h +36 -14
- package/ios/marketing/small/dark/components/form.h +52 -0
- package/ios/marketing/small/dark/components/tab.h +2 -0
- package/ios/marketing/small/dark/mode.h +30 -0
- package/ios/marketing/small/light/components/badge.h +1 -0
- package/ios/marketing/small/light/components/container.h +36 -14
- package/ios/marketing/small/light/components/form.h +52 -0
- package/ios/marketing/small/light/components/tab.h +2 -0
- package/ios/marketing/small/light/mode.h +30 -0
- package/ios/product/large/dark/components/badge.h +1 -0
- package/ios/product/large/dark/components/container.h +36 -14
- package/ios/product/large/dark/components/form.h +52 -0
- package/ios/product/large/dark/components/tab.h +2 -0
- package/ios/product/large/dark/mode.h +30 -0
- package/ios/product/large/light/components/badge.h +1 -0
- package/ios/product/large/light/components/container.h +36 -14
- package/ios/product/large/light/components/form.h +52 -0
- package/ios/product/large/light/components/tab.h +2 -0
- package/ios/product/large/light/mode.h +30 -0
- package/ios/product/small/dark/components/badge.h +1 -0
- package/ios/product/small/dark/components/container.h +36 -14
- package/ios/product/small/dark/components/form.h +52 -0
- package/ios/product/small/dark/components/tab.h +2 -0
- package/ios/product/small/dark/mode.h +30 -0
- package/ios/product/small/light/components/badge.h +1 -0
- package/ios/product/small/light/components/container.h +36 -14
- package/ios/product/small/light/components/form.h +52 -0
- package/ios/product/small/light/components/tab.h +2 -0
- package/ios/product/small/light/mode.h +30 -0
- package/js/common/frozenproduct/large/dark/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/badge.js +15 -0
- package/js/common/frozenproduct/large/dark/components/container.d.ts +64 -20
- package/js/common/frozenproduct/large/dark/components/container.js +487 -175
- package/js/common/frozenproduct/large/dark/components/form.d.ts +74 -0
- package/js/common/frozenproduct/large/dark/components/form.js +742 -0
- package/js/common/frozenproduct/large/dark/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/large/dark/components/tab.js +26 -4
- package/js/common/frozenproduct/large/dark/mode.d.ts +52 -0
- package/js/common/frozenproduct/large/dark/mode.js +412 -0
- package/js/common/frozenproduct/large/light/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/badge.js +15 -0
- package/js/common/frozenproduct/large/light/components/container.d.ts +64 -20
- package/js/common/frozenproduct/large/light/components/container.js +487 -175
- package/js/common/frozenproduct/large/light/components/form.d.ts +74 -0
- package/js/common/frozenproduct/large/light/components/form.js +742 -0
- package/js/common/frozenproduct/large/light/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/large/light/components/tab.js +26 -4
- package/js/common/frozenproduct/large/light/mode.d.ts +52 -0
- package/js/common/frozenproduct/large/light/mode.js +412 -0
- package/js/common/frozenproduct/small/dark/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/badge.js +15 -0
- package/js/common/frozenproduct/small/dark/components/container.d.ts +64 -20
- package/js/common/frozenproduct/small/dark/components/container.js +487 -175
- package/js/common/frozenproduct/small/dark/components/form.d.ts +74 -0
- package/js/common/frozenproduct/small/dark/components/form.js +742 -0
- package/js/common/frozenproduct/small/dark/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/small/dark/components/tab.js +26 -4
- package/js/common/frozenproduct/small/dark/mode.d.ts +52 -0
- package/js/common/frozenproduct/small/dark/mode.js +412 -0
- package/js/common/frozenproduct/small/light/components/badge.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/badge.js +15 -0
- package/js/common/frozenproduct/small/light/components/container.d.ts +64 -20
- package/js/common/frozenproduct/small/light/components/container.js +487 -175
- package/js/common/frozenproduct/small/light/components/form.d.ts +74 -0
- package/js/common/frozenproduct/small/light/components/form.js +742 -0
- package/js/common/frozenproduct/small/light/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/small/light/components/tab.js +26 -4
- package/js/common/frozenproduct/small/light/mode.d.ts +52 -0
- package/js/common/frozenproduct/small/light/mode.js +412 -0
- package/js/common/marketing/large/dark/components/badge.d.ts +1 -0
- package/js/common/marketing/large/dark/components/badge.js +15 -0
- package/js/common/marketing/large/dark/components/container.d.ts +64 -20
- package/js/common/marketing/large/dark/components/container.js +487 -175
- package/js/common/marketing/large/dark/components/form.d.ts +74 -0
- package/js/common/marketing/large/dark/components/form.js +742 -0
- package/js/common/marketing/large/dark/components/tab.d.ts +2 -0
- package/js/common/marketing/large/dark/components/tab.js +26 -4
- package/js/common/marketing/large/dark/mode.d.ts +52 -0
- package/js/common/marketing/large/dark/mode.js +412 -0
- package/js/common/marketing/large/light/components/badge.d.ts +1 -0
- package/js/common/marketing/large/light/components/badge.js +15 -0
- package/js/common/marketing/large/light/components/container.d.ts +64 -20
- package/js/common/marketing/large/light/components/container.js +487 -175
- package/js/common/marketing/large/light/components/form.d.ts +74 -0
- package/js/common/marketing/large/light/components/form.js +742 -0
- package/js/common/marketing/large/light/components/tab.d.ts +2 -0
- package/js/common/marketing/large/light/components/tab.js +26 -4
- package/js/common/marketing/large/light/mode.d.ts +52 -0
- package/js/common/marketing/large/light/mode.js +412 -0
- package/js/common/marketing/small/dark/components/badge.d.ts +1 -0
- package/js/common/marketing/small/dark/components/badge.js +15 -0
- package/js/common/marketing/small/dark/components/container.d.ts +64 -20
- package/js/common/marketing/small/dark/components/container.js +487 -175
- package/js/common/marketing/small/dark/components/form.d.ts +74 -0
- package/js/common/marketing/small/dark/components/form.js +742 -0
- package/js/common/marketing/small/dark/components/tab.d.ts +2 -0
- package/js/common/marketing/small/dark/components/tab.js +26 -4
- package/js/common/marketing/small/dark/mode.d.ts +52 -0
- package/js/common/marketing/small/dark/mode.js +412 -0
- package/js/common/marketing/small/light/components/badge.d.ts +1 -0
- package/js/common/marketing/small/light/components/badge.js +15 -0
- package/js/common/marketing/small/light/components/container.d.ts +64 -20
- package/js/common/marketing/small/light/components/container.js +487 -175
- package/js/common/marketing/small/light/components/form.d.ts +74 -0
- package/js/common/marketing/small/light/components/form.js +742 -0
- package/js/common/marketing/small/light/components/tab.d.ts +2 -0
- package/js/common/marketing/small/light/components/tab.js +26 -4
- package/js/common/marketing/small/light/mode.d.ts +52 -0
- package/js/common/marketing/small/light/mode.js +412 -0
- package/js/common/product/large/dark/components/badge.d.ts +1 -0
- package/js/common/product/large/dark/components/badge.js +15 -0
- package/js/common/product/large/dark/components/container.d.ts +64 -20
- package/js/common/product/large/dark/components/container.js +487 -175
- package/js/common/product/large/dark/components/form.d.ts +74 -0
- package/js/common/product/large/dark/components/form.js +742 -0
- package/js/common/product/large/dark/components/tab.d.ts +2 -0
- package/js/common/product/large/dark/components/tab.js +26 -4
- package/js/common/product/large/dark/mode.d.ts +52 -0
- package/js/common/product/large/dark/mode.js +412 -0
- package/js/common/product/large/light/components/badge.d.ts +1 -0
- package/js/common/product/large/light/components/badge.js +15 -0
- package/js/common/product/large/light/components/container.d.ts +64 -20
- package/js/common/product/large/light/components/container.js +487 -175
- package/js/common/product/large/light/components/form.d.ts +74 -0
- package/js/common/product/large/light/components/form.js +742 -0
- package/js/common/product/large/light/components/tab.d.ts +2 -0
- package/js/common/product/large/light/components/tab.js +26 -4
- package/js/common/product/large/light/mode.d.ts +52 -0
- package/js/common/product/large/light/mode.js +412 -0
- package/js/common/product/small/dark/components/badge.d.ts +1 -0
- package/js/common/product/small/dark/components/badge.js +15 -0
- package/js/common/product/small/dark/components/container.d.ts +64 -20
- package/js/common/product/small/dark/components/container.js +487 -175
- package/js/common/product/small/dark/components/form.d.ts +74 -0
- package/js/common/product/small/dark/components/form.js +742 -0
- package/js/common/product/small/dark/components/tab.d.ts +2 -0
- package/js/common/product/small/dark/components/tab.js +26 -4
- package/js/common/product/small/dark/mode.d.ts +52 -0
- package/js/common/product/small/dark/mode.js +412 -0
- package/js/common/product/small/light/components/badge.d.ts +1 -0
- package/js/common/product/small/light/components/badge.js +15 -0
- package/js/common/product/small/light/components/container.d.ts +64 -20
- package/js/common/product/small/light/components/container.js +487 -175
- package/js/common/product/small/light/components/form.d.ts +74 -0
- package/js/common/product/small/light/components/form.js +742 -0
- package/js/common/product/small/light/components/tab.d.ts +2 -0
- package/js/common/product/small/light/components/tab.js +26 -4
- package/js/common/product/small/light/mode.d.ts +52 -0
- package/js/common/product/small/light/mode.js +412 -0
- package/js/es6/frozenproduct/large/dark/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/badge.js +1 -0
- package/js/es6/frozenproduct/large/dark/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/large/dark/components/container.js +36 -14
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +52 -0
- package/js/es6/frozenproduct/large/dark/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/tab.js +2 -0
- package/js/es6/frozenproduct/large/dark/mode.d.ts +30 -0
- package/js/es6/frozenproduct/large/dark/mode.js +30 -0
- package/js/es6/frozenproduct/large/light/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/badge.js +1 -0
- package/js/es6/frozenproduct/large/light/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/large/light/components/container.js +36 -14
- package/js/es6/frozenproduct/large/light/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/large/light/components/form.js +52 -0
- package/js/es6/frozenproduct/large/light/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/tab.js +2 -0
- package/js/es6/frozenproduct/large/light/mode.d.ts +30 -0
- package/js/es6/frozenproduct/large/light/mode.js +30 -0
- package/js/es6/frozenproduct/small/dark/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/badge.js +1 -0
- package/js/es6/frozenproduct/small/dark/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/small/dark/components/container.js +36 -14
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +52 -0
- package/js/es6/frozenproduct/small/dark/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/tab.js +2 -0
- package/js/es6/frozenproduct/small/dark/mode.d.ts +30 -0
- package/js/es6/frozenproduct/small/dark/mode.js +30 -0
- package/js/es6/frozenproduct/small/light/components/badge.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/badge.js +1 -0
- package/js/es6/frozenproduct/small/light/components/container.d.ts +36 -14
- package/js/es6/frozenproduct/small/light/components/container.js +36 -14
- package/js/es6/frozenproduct/small/light/components/form.d.ts +52 -0
- package/js/es6/frozenproduct/small/light/components/form.js +52 -0
- package/js/es6/frozenproduct/small/light/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/tab.js +2 -0
- package/js/es6/frozenproduct/small/light/mode.d.ts +30 -0
- package/js/es6/frozenproduct/small/light/mode.js +30 -0
- package/js/es6/marketing/large/dark/components/badge.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/badge.js +1 -0
- package/js/es6/marketing/large/dark/components/container.d.ts +36 -14
- package/js/es6/marketing/large/dark/components/container.js +36 -14
- package/js/es6/marketing/large/dark/components/form.d.ts +52 -0
- package/js/es6/marketing/large/dark/components/form.js +52 -0
- package/js/es6/marketing/large/dark/components/tab.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/tab.js +2 -0
- package/js/es6/marketing/large/dark/mode.d.ts +30 -0
- package/js/es6/marketing/large/dark/mode.js +30 -0
- package/js/es6/marketing/large/light/components/badge.d.ts +1 -0
- package/js/es6/marketing/large/light/components/badge.js +1 -0
- package/js/es6/marketing/large/light/components/container.d.ts +36 -14
- package/js/es6/marketing/large/light/components/container.js +36 -14
- package/js/es6/marketing/large/light/components/form.d.ts +52 -0
- package/js/es6/marketing/large/light/components/form.js +52 -0
- package/js/es6/marketing/large/light/components/tab.d.ts +2 -0
- package/js/es6/marketing/large/light/components/tab.js +2 -0
- package/js/es6/marketing/large/light/mode.d.ts +30 -0
- package/js/es6/marketing/large/light/mode.js +30 -0
- package/js/es6/marketing/small/dark/components/badge.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/badge.js +1 -0
- package/js/es6/marketing/small/dark/components/container.d.ts +36 -14
- package/js/es6/marketing/small/dark/components/container.js +36 -14
- package/js/es6/marketing/small/dark/components/form.d.ts +52 -0
- package/js/es6/marketing/small/dark/components/form.js +52 -0
- package/js/es6/marketing/small/dark/components/tab.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/tab.js +2 -0
- package/js/es6/marketing/small/dark/mode.d.ts +30 -0
- package/js/es6/marketing/small/dark/mode.js +30 -0
- package/js/es6/marketing/small/light/components/badge.d.ts +1 -0
- package/js/es6/marketing/small/light/components/badge.js +1 -0
- package/js/es6/marketing/small/light/components/container.d.ts +36 -14
- package/js/es6/marketing/small/light/components/container.js +36 -14
- package/js/es6/marketing/small/light/components/form.d.ts +52 -0
- package/js/es6/marketing/small/light/components/form.js +52 -0
- package/js/es6/marketing/small/light/components/tab.d.ts +2 -0
- package/js/es6/marketing/small/light/components/tab.js +2 -0
- package/js/es6/marketing/small/light/mode.d.ts +30 -0
- package/js/es6/marketing/small/light/mode.js +30 -0
- package/js/es6/product/large/dark/components/badge.d.ts +1 -0
- package/js/es6/product/large/dark/components/badge.js +1 -0
- package/js/es6/product/large/dark/components/container.d.ts +36 -14
- package/js/es6/product/large/dark/components/container.js +36 -14
- package/js/es6/product/large/dark/components/form.d.ts +52 -0
- package/js/es6/product/large/dark/components/form.js +52 -0
- package/js/es6/product/large/dark/components/tab.d.ts +2 -0
- package/js/es6/product/large/dark/components/tab.js +2 -0
- package/js/es6/product/large/dark/mode.d.ts +30 -0
- package/js/es6/product/large/dark/mode.js +30 -0
- package/js/es6/product/large/light/components/badge.d.ts +1 -0
- package/js/es6/product/large/light/components/badge.js +1 -0
- package/js/es6/product/large/light/components/container.d.ts +36 -14
- package/js/es6/product/large/light/components/container.js +36 -14
- package/js/es6/product/large/light/components/form.d.ts +52 -0
- package/js/es6/product/large/light/components/form.js +52 -0
- package/js/es6/product/large/light/components/tab.d.ts +2 -0
- package/js/es6/product/large/light/components/tab.js +2 -0
- package/js/es6/product/large/light/mode.d.ts +30 -0
- package/js/es6/product/large/light/mode.js +30 -0
- package/js/es6/product/small/dark/components/badge.d.ts +1 -0
- package/js/es6/product/small/dark/components/badge.js +1 -0
- package/js/es6/product/small/dark/components/container.d.ts +36 -14
- package/js/es6/product/small/dark/components/container.js +36 -14
- package/js/es6/product/small/dark/components/form.d.ts +52 -0
- package/js/es6/product/small/dark/components/form.js +52 -0
- package/js/es6/product/small/dark/components/tab.d.ts +2 -0
- package/js/es6/product/small/dark/components/tab.js +2 -0
- package/js/es6/product/small/dark/mode.d.ts +30 -0
- package/js/es6/product/small/dark/mode.js +30 -0
- package/js/es6/product/small/light/components/badge.d.ts +1 -0
- package/js/es6/product/small/light/components/badge.js +1 -0
- package/js/es6/product/small/light/components/container.d.ts +36 -14
- package/js/es6/product/small/light/components/container.js +36 -14
- package/js/es6/product/small/light/components/form.d.ts +52 -0
- package/js/es6/product/small/light/components/form.js +52 -0
- package/js/es6/product/small/light/components/tab.d.ts +2 -0
- package/js/es6/product/small/light/components/tab.js +2 -0
- package/js/es6/product/small/light/mode.d.ts +30 -0
- package/js/es6/product/small/light/mode.js +30 -0
- package/js/umd/frozenproduct/large/dark/components/badge.js +15 -0
- package/js/umd/frozenproduct/large/dark/components/container.js +494 -182
- package/js/umd/frozenproduct/large/dark/components/form.js +742 -0
- package/js/umd/frozenproduct/large/dark/components/tab.js +26 -4
- package/js/umd/frozenproduct/large/dark/mode.js +412 -0
- package/js/umd/frozenproduct/large/light/components/badge.js +15 -0
- package/js/umd/frozenproduct/large/light/components/container.js +494 -182
- package/js/umd/frozenproduct/large/light/components/form.js +742 -0
- package/js/umd/frozenproduct/large/light/components/tab.js +26 -4
- package/js/umd/frozenproduct/large/light/mode.js +412 -0
- package/js/umd/frozenproduct/small/dark/components/badge.js +15 -0
- package/js/umd/frozenproduct/small/dark/components/container.js +494 -182
- package/js/umd/frozenproduct/small/dark/components/form.js +742 -0
- package/js/umd/frozenproduct/small/dark/components/tab.js +26 -4
- package/js/umd/frozenproduct/small/dark/mode.js +412 -0
- package/js/umd/frozenproduct/small/light/components/badge.js +15 -0
- package/js/umd/frozenproduct/small/light/components/container.js +494 -182
- package/js/umd/frozenproduct/small/light/components/form.js +742 -0
- package/js/umd/frozenproduct/small/light/components/tab.js +26 -4
- package/js/umd/frozenproduct/small/light/mode.js +412 -0
- package/js/umd/marketing/large/dark/components/badge.js +15 -0
- package/js/umd/marketing/large/dark/components/container.js +494 -182
- package/js/umd/marketing/large/dark/components/form.js +742 -0
- package/js/umd/marketing/large/dark/components/tab.js +26 -4
- package/js/umd/marketing/large/dark/mode.js +412 -0
- package/js/umd/marketing/large/light/components/badge.js +15 -0
- package/js/umd/marketing/large/light/components/container.js +494 -182
- package/js/umd/marketing/large/light/components/form.js +742 -0
- package/js/umd/marketing/large/light/components/tab.js +26 -4
- package/js/umd/marketing/large/light/mode.js +412 -0
- package/js/umd/marketing/small/dark/components/badge.js +15 -0
- package/js/umd/marketing/small/dark/components/container.js +494 -182
- package/js/umd/marketing/small/dark/components/form.js +742 -0
- package/js/umd/marketing/small/dark/components/tab.js +26 -4
- package/js/umd/marketing/small/dark/mode.js +412 -0
- package/js/umd/marketing/small/light/components/badge.js +15 -0
- package/js/umd/marketing/small/light/components/container.js +494 -182
- package/js/umd/marketing/small/light/components/form.js +742 -0
- package/js/umd/marketing/small/light/components/tab.js +26 -4
- package/js/umd/marketing/small/light/mode.js +412 -0
- package/js/umd/product/large/dark/components/badge.js +15 -0
- package/js/umd/product/large/dark/components/container.js +494 -182
- package/js/umd/product/large/dark/components/form.js +742 -0
- package/js/umd/product/large/dark/components/tab.js +26 -4
- package/js/umd/product/large/dark/mode.js +412 -0
- package/js/umd/product/large/light/components/badge.js +15 -0
- package/js/umd/product/large/light/components/container.js +494 -182
- package/js/umd/product/large/light/components/form.js +742 -0
- package/js/umd/product/large/light/components/tab.js +26 -4
- package/js/umd/product/large/light/mode.js +412 -0
- package/js/umd/product/small/dark/components/badge.js +15 -0
- package/js/umd/product/small/dark/components/container.js +494 -182
- package/js/umd/product/small/dark/components/form.js +742 -0
- package/js/umd/product/small/dark/components/tab.js +26 -4
- package/js/umd/product/small/dark/mode.js +412 -0
- package/js/umd/product/small/light/components/badge.js +15 -0
- package/js/umd/product/small/light/components/container.js +494 -182
- package/js/umd/product/small/light/components/form.js +742 -0
- package/js/umd/product/small/light/components/tab.js +26 -4
- package/js/umd/product/small/light/mode.js +412 -0
- package/json/flat/frozenproduct/large/dark/components/badge.json +1 -0
- package/json/flat/frozenproduct/large/dark/components/container.json +36 -14
- package/json/flat/frozenproduct/large/dark/components/form.json +52 -0
- package/json/flat/frozenproduct/large/dark/components/tab.json +2 -0
- package/json/flat/frozenproduct/large/dark/mode.json +30 -0
- package/json/flat/frozenproduct/large/light/components/badge.json +1 -0
- package/json/flat/frozenproduct/large/light/components/container.json +36 -14
- package/json/flat/frozenproduct/large/light/components/form.json +52 -0
- package/json/flat/frozenproduct/large/light/components/tab.json +2 -0
- package/json/flat/frozenproduct/large/light/mode.json +30 -0
- package/json/flat/frozenproduct/small/dark/components/badge.json +1 -0
- package/json/flat/frozenproduct/small/dark/components/container.json +36 -14
- package/json/flat/frozenproduct/small/dark/components/form.json +52 -0
- package/json/flat/frozenproduct/small/dark/components/tab.json +2 -0
- package/json/flat/frozenproduct/small/dark/mode.json +30 -0
- package/json/flat/frozenproduct/small/light/components/badge.json +1 -0
- package/json/flat/frozenproduct/small/light/components/container.json +36 -14
- package/json/flat/frozenproduct/small/light/components/form.json +52 -0
- package/json/flat/frozenproduct/small/light/components/tab.json +2 -0
- package/json/flat/frozenproduct/small/light/mode.json +30 -0
- package/json/flat/marketing/large/dark/components/badge.json +1 -0
- package/json/flat/marketing/large/dark/components/container.json +36 -14
- package/json/flat/marketing/large/dark/components/form.json +52 -0
- package/json/flat/marketing/large/dark/components/tab.json +2 -0
- package/json/flat/marketing/large/dark/mode.json +30 -0
- package/json/flat/marketing/large/light/components/badge.json +1 -0
- package/json/flat/marketing/large/light/components/container.json +36 -14
- package/json/flat/marketing/large/light/components/form.json +52 -0
- package/json/flat/marketing/large/light/components/tab.json +2 -0
- package/json/flat/marketing/large/light/mode.json +30 -0
- package/json/flat/marketing/small/dark/components/badge.json +1 -0
- package/json/flat/marketing/small/dark/components/container.json +36 -14
- package/json/flat/marketing/small/dark/components/form.json +52 -0
- package/json/flat/marketing/small/dark/components/tab.json +2 -0
- package/json/flat/marketing/small/dark/mode.json +30 -0
- package/json/flat/marketing/small/light/components/badge.json +1 -0
- package/json/flat/marketing/small/light/components/container.json +36 -14
- package/json/flat/marketing/small/light/components/form.json +52 -0
- package/json/flat/marketing/small/light/components/tab.json +2 -0
- package/json/flat/marketing/small/light/mode.json +30 -0
- package/json/flat/product/large/dark/components/badge.json +1 -0
- package/json/flat/product/large/dark/components/container.json +36 -14
- package/json/flat/product/large/dark/components/form.json +52 -0
- package/json/flat/product/large/dark/components/tab.json +2 -0
- package/json/flat/product/large/dark/mode.json +30 -0
- package/json/flat/product/large/light/components/badge.json +1 -0
- package/json/flat/product/large/light/components/container.json +36 -14
- package/json/flat/product/large/light/components/form.json +52 -0
- package/json/flat/product/large/light/components/tab.json +2 -0
- package/json/flat/product/large/light/mode.json +30 -0
- package/json/flat/product/small/dark/components/badge.json +1 -0
- package/json/flat/product/small/dark/components/container.json +36 -14
- package/json/flat/product/small/dark/components/form.json +52 -0
- package/json/flat/product/small/dark/components/tab.json +2 -0
- package/json/flat/product/small/dark/mode.json +30 -0
- package/json/flat/product/small/light/components/badge.json +1 -0
- package/json/flat/product/small/light/components/container.json +36 -14
- package/json/flat/product/small/light/components/form.json +52 -0
- package/json/flat/product/small/light/components/tab.json +2 -0
- package/json/flat/product/small/light/mode.json +30 -0
- package/json/nested/frozenproduct/large/dark/components/badge.json +1 -0
- package/json/nested/frozenproduct/large/dark/components/container.json +65 -21
- package/json/nested/frozenproduct/large/dark/components/form.json +74 -0
- package/json/nested/frozenproduct/large/dark/components/tab.json +3 -1
- package/json/nested/frozenproduct/large/dark/mode.json +52 -0
- package/json/nested/frozenproduct/large/light/components/badge.json +1 -0
- package/json/nested/frozenproduct/large/light/components/container.json +65 -21
- package/json/nested/frozenproduct/large/light/components/form.json +74 -0
- package/json/nested/frozenproduct/large/light/components/tab.json +3 -1
- package/json/nested/frozenproduct/large/light/mode.json +52 -0
- package/json/nested/frozenproduct/small/dark/components/badge.json +1 -0
- package/json/nested/frozenproduct/small/dark/components/container.json +65 -21
- package/json/nested/frozenproduct/small/dark/components/form.json +74 -0
- package/json/nested/frozenproduct/small/dark/components/tab.json +3 -1
- package/json/nested/frozenproduct/small/dark/mode.json +52 -0
- package/json/nested/frozenproduct/small/light/components/badge.json +1 -0
- package/json/nested/frozenproduct/small/light/components/container.json +65 -21
- package/json/nested/frozenproduct/small/light/components/form.json +74 -0
- package/json/nested/frozenproduct/small/light/components/tab.json +3 -1
- package/json/nested/frozenproduct/small/light/mode.json +52 -0
- package/json/nested/marketing/large/dark/components/badge.json +1 -0
- package/json/nested/marketing/large/dark/components/container.json +65 -21
- package/json/nested/marketing/large/dark/components/form.json +74 -0
- package/json/nested/marketing/large/dark/components/tab.json +3 -1
- package/json/nested/marketing/large/dark/mode.json +52 -0
- package/json/nested/marketing/large/light/components/badge.json +1 -0
- package/json/nested/marketing/large/light/components/container.json +65 -21
- package/json/nested/marketing/large/light/components/form.json +74 -0
- package/json/nested/marketing/large/light/components/tab.json +3 -1
- package/json/nested/marketing/large/light/mode.json +52 -0
- package/json/nested/marketing/small/dark/components/badge.json +1 -0
- package/json/nested/marketing/small/dark/components/container.json +65 -21
- package/json/nested/marketing/small/dark/components/form.json +74 -0
- package/json/nested/marketing/small/dark/components/tab.json +3 -1
- package/json/nested/marketing/small/dark/mode.json +52 -0
- package/json/nested/marketing/small/light/components/badge.json +1 -0
- package/json/nested/marketing/small/light/components/container.json +65 -21
- package/json/nested/marketing/small/light/components/form.json +74 -0
- package/json/nested/marketing/small/light/components/tab.json +3 -1
- package/json/nested/marketing/small/light/mode.json +52 -0
- package/json/nested/product/large/dark/components/badge.json +1 -0
- package/json/nested/product/large/dark/components/container.json +65 -21
- package/json/nested/product/large/dark/components/form.json +74 -0
- package/json/nested/product/large/dark/components/tab.json +3 -1
- package/json/nested/product/large/dark/mode.json +52 -0
- package/json/nested/product/large/light/components/badge.json +1 -0
- package/json/nested/product/large/light/components/container.json +65 -21
- package/json/nested/product/large/light/components/form.json +74 -0
- package/json/nested/product/large/light/components/tab.json +3 -1
- package/json/nested/product/large/light/mode.json +52 -0
- package/json/nested/product/small/dark/components/badge.json +1 -0
- package/json/nested/product/small/dark/components/container.json +65 -21
- package/json/nested/product/small/dark/components/form.json +74 -0
- package/json/nested/product/small/dark/components/tab.json +3 -1
- package/json/nested/product/small/dark/mode.json +52 -0
- package/json/nested/product/small/light/components/badge.json +1 -0
- package/json/nested/product/small/light/components/container.json +65 -21
- package/json/nested/product/small/light/components/form.json +74 -0
- package/json/nested/product/small/light/components/tab.json +3 -1
- package/json/nested/product/small/light/mode.json +52 -0
- package/package.json +1 -1
- package/sage-design-tokens-8.4.0.tgz +0 -0
- package/scss/frozenproduct/large/components/badge.scss +2 -1
- package/scss/frozenproduct/large/components/container.scss +36 -14
- package/scss/frozenproduct/large/components/form.scss +52 -0
- package/scss/frozenproduct/large/components/tab.scss +4 -2
- package/scss/frozenproduct/large/dark.scss +30 -0
- package/scss/frozenproduct/large/light.scss +30 -0
- package/scss/frozenproduct/small/components/badge.scss +2 -1
- package/scss/frozenproduct/small/components/button.scss +23 -23
- package/scss/frozenproduct/small/components/container.scss +42 -20
- package/scss/frozenproduct/small/components/form.scss +59 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +3 -3
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +11 -9
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/frozenproduct/small/dark.scss +30 -0
- package/scss/frozenproduct/small/light.scss +30 -0
- package/scss/marketing/large/components/badge.scss +2 -1
- package/scss/marketing/large/components/container.scss +36 -14
- package/scss/marketing/large/components/form.scss +52 -0
- package/scss/marketing/large/components/tab.scss +4 -2
- package/scss/marketing/large/dark.scss +30 -0
- package/scss/marketing/large/light.scss +30 -0
- package/scss/marketing/small/components/badge.scss +2 -1
- package/scss/marketing/small/components/container.scss +36 -14
- package/scss/marketing/small/components/form.scss +52 -0
- package/scss/marketing/small/components/tab.scss +4 -2
- package/scss/marketing/small/dark.scss +30 -0
- package/scss/marketing/small/light.scss +30 -0
- package/scss/product/large/components/badge.scss +2 -1
- package/scss/product/large/components/container.scss +36 -14
- package/scss/product/large/components/form.scss +52 -0
- package/scss/product/large/components/tab.scss +4 -2
- package/scss/product/large/dark.scss +30 -0
- package/scss/product/large/light.scss +30 -0
- package/scss/product/small/components/badge.scss +2 -1
- package/scss/product/small/components/container.scss +36 -14
- package/scss/product/small/components/form.scss +52 -0
- package/scss/product/small/components/tab.scss +4 -2
- package/scss/product/small/dark.scss +30 -0
- package/scss/product/small/light.scss +30 -0
- package/sage-design-tokens-8.2.0.tgz +0 -0
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"container": {
|
|
3
3
|
"color": {
|
|
4
|
-
"standard": {
|
|
5
|
-
"bg-alt": "#0e0e0e",
|
|
6
|
-
"bg-default": "#000000",
|
|
7
|
-
"bgFooter-default": "#0e0e0e",
|
|
8
|
-
"border-active": "#FFFFFF",
|
|
9
|
-
"border-alt": "#4b4b4b",
|
|
10
|
-
"border-default": "#181818",
|
|
11
|
-
"dimmer": "#FFFFFF",
|
|
12
|
-
"icon": "#777",
|
|
13
|
-
"text-alt": "#ffffff8c",
|
|
14
|
-
"text-default": "#fffffff2"
|
|
15
|
-
},
|
|
16
4
|
"AI": {
|
|
17
5
|
"borderhorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
18
6
|
"bordervertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
@@ -21,14 +9,54 @@
|
|
|
21
9
|
"borderAi-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
22
10
|
}
|
|
23
11
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"fg-default": "#777"
|
|
12
|
+
"blockquote": {
|
|
13
|
+
"border": "#00D639"
|
|
27
14
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
15
|
+
"calendar": {
|
|
16
|
+
"label-default": "#FFFFFF",
|
|
17
|
+
"label-alt": "#FFFFFF",
|
|
18
|
+
"blue": {
|
|
19
|
+
"bg-default": "#00293F",
|
|
20
|
+
"pattern": "#0071c3"
|
|
21
|
+
},
|
|
22
|
+
"teal": {
|
|
23
|
+
"bg-default": "#002B2A",
|
|
24
|
+
"pattern": "#007C7B"
|
|
25
|
+
},
|
|
26
|
+
"green": {
|
|
27
|
+
"bg-default": "#002D05",
|
|
28
|
+
"pattern": "#00811F"
|
|
29
|
+
},
|
|
30
|
+
"lime": {
|
|
31
|
+
"bg-default": "#171e00",
|
|
32
|
+
"pattern": "#637700"
|
|
33
|
+
},
|
|
34
|
+
"orange": {
|
|
35
|
+
"bg-default": "#380D00",
|
|
36
|
+
"pattern": "#C54300"
|
|
37
|
+
},
|
|
38
|
+
"red": {
|
|
39
|
+
"bg-default": "#400011",
|
|
40
|
+
"pattern": "#DC004E"
|
|
41
|
+
},
|
|
42
|
+
"pink": {
|
|
43
|
+
"bg-default": "#3C002C",
|
|
44
|
+
"pattern": "#C8269A"
|
|
31
45
|
},
|
|
46
|
+
"purple": {
|
|
47
|
+
"bg-default": "#270E41",
|
|
48
|
+
"pattern": "#8F4CD7"
|
|
49
|
+
},
|
|
50
|
+
"slate": {
|
|
51
|
+
"bg-default": "#121D23",
|
|
52
|
+
"pattern": "#527386"
|
|
53
|
+
},
|
|
54
|
+
"gray": {
|
|
55
|
+
"bg-default": "#1b1b1b",
|
|
56
|
+
"pattern": "#6F6F6F"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"interactive": {
|
|
32
60
|
"bgFooter-activated": "#009023",
|
|
33
61
|
"bgFooter-active": "#FFFFFF",
|
|
34
62
|
"border-activated": "#009023",
|
|
@@ -51,10 +79,26 @@
|
|
|
51
79
|
"text-disabled": "#ffffff4d",
|
|
52
80
|
"text-enabled": "#fffffff2",
|
|
53
81
|
"textAlt-enabled": "#ffffff8c",
|
|
54
|
-
"text-hover": "#ffffffe6"
|
|
82
|
+
"text-hover": "#ffffffe6",
|
|
83
|
+
"detailedicon": {
|
|
84
|
+
"bg": "#00D639"
|
|
85
|
+
}
|
|
55
86
|
},
|
|
56
|
-
"
|
|
57
|
-
"
|
|
87
|
+
"scrollbar": {
|
|
88
|
+
"bg-default": "#0e0e0e",
|
|
89
|
+
"fg-default": "#777"
|
|
90
|
+
},
|
|
91
|
+
"standard": {
|
|
92
|
+
"bg-alt": "#0e0e0e",
|
|
93
|
+
"bg-default": "#000000",
|
|
94
|
+
"bgFooter-default": "#0e0e0e",
|
|
95
|
+
"border-active": "#FFFFFF",
|
|
96
|
+
"border-alt": "#4b4b4b",
|
|
97
|
+
"border-default": "#181818",
|
|
98
|
+
"dimmer": "#FFFFFF",
|
|
99
|
+
"icon": "#777",
|
|
100
|
+
"text-alt": "#ffffff8c",
|
|
101
|
+
"text-default": "#fffffff2"
|
|
58
102
|
}
|
|
59
103
|
},
|
|
60
104
|
"size": {
|
|
@@ -414,6 +414,80 @@
|
|
|
414
414
|
"text-hover": "#FFFFFF",
|
|
415
415
|
"textAlt-enabled": "#ffffff8c"
|
|
416
416
|
},
|
|
417
|
+
"colorpicker": {
|
|
418
|
+
"label-default": "#FFFFFF",
|
|
419
|
+
"label-alt": "#FFFFFF",
|
|
420
|
+
"blue": {
|
|
421
|
+
"border": "#0071c3",
|
|
422
|
+
"bg-alt": "#0071c3",
|
|
423
|
+
"bg-default": "#00293F",
|
|
424
|
+
"pattern": "#0071c3",
|
|
425
|
+
"label-default": "#007FD9"
|
|
426
|
+
},
|
|
427
|
+
"teal": {
|
|
428
|
+
"border": "#007C7B",
|
|
429
|
+
"bg-alt": "#007C7B",
|
|
430
|
+
"bg-default": "#002B2A",
|
|
431
|
+
"pattern": "#007C7B",
|
|
432
|
+
"label-default": "#008A89"
|
|
433
|
+
},
|
|
434
|
+
"green": {
|
|
435
|
+
"border": "#00811F",
|
|
436
|
+
"bg-alt": "#00811F",
|
|
437
|
+
"bg-default": "#002D05",
|
|
438
|
+
"pattern": "#00811F",
|
|
439
|
+
"label-default": "#009023"
|
|
440
|
+
},
|
|
441
|
+
"lime": {
|
|
442
|
+
"border": "#637700",
|
|
443
|
+
"bg-alt": "#637700",
|
|
444
|
+
"bg-default": "#171e00",
|
|
445
|
+
"pattern": "#637700",
|
|
446
|
+
"label-default": "#6E8500"
|
|
447
|
+
},
|
|
448
|
+
"orange": {
|
|
449
|
+
"border": "#C54300",
|
|
450
|
+
"bg-alt": "#C54300",
|
|
451
|
+
"bg-default": "#380D00",
|
|
452
|
+
"pattern": "#C54300",
|
|
453
|
+
"label-default": "#DB4B00"
|
|
454
|
+
},
|
|
455
|
+
"red": {
|
|
456
|
+
"border": "#DC004E",
|
|
457
|
+
"bg-alt": "#DC004E",
|
|
458
|
+
"bg-default": "#400011",
|
|
459
|
+
"pattern": "#DC004E",
|
|
460
|
+
"label-default": "#F50058"
|
|
461
|
+
},
|
|
462
|
+
"pink": {
|
|
463
|
+
"border": "#C8269A",
|
|
464
|
+
"bg-alt": "#C8269A",
|
|
465
|
+
"bg-default": "#3C002C",
|
|
466
|
+
"pattern": "#C8269A",
|
|
467
|
+
"label-default": "#DD2BAB"
|
|
468
|
+
},
|
|
469
|
+
"purple": {
|
|
470
|
+
"border": "#8F4CD7",
|
|
471
|
+
"bg-alt": "#8F4CD7",
|
|
472
|
+
"bg-default": "#270E41",
|
|
473
|
+
"pattern": "#8F4CD7",
|
|
474
|
+
"label-default": "#985FDC"
|
|
475
|
+
},
|
|
476
|
+
"slate": {
|
|
477
|
+
"border": "#527386",
|
|
478
|
+
"bg-alt": "#527386",
|
|
479
|
+
"bg-default": "#121D23",
|
|
480
|
+
"pattern": "#527386",
|
|
481
|
+
"label-default": "#5C8196"
|
|
482
|
+
},
|
|
483
|
+
"gray": {
|
|
484
|
+
"border": "#6F6F6F",
|
|
485
|
+
"bg-alt": "#6F6F6F",
|
|
486
|
+
"bg-default": "#1b1b1b",
|
|
487
|
+
"pattern": "#6F6F6F",
|
|
488
|
+
"label-default": "#7C7C7C"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
417
491
|
"dropdown": {
|
|
418
492
|
"bg-hover": "#ffffff14",
|
|
419
493
|
"label-active": "#000000",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"bg-active": "#000000",
|
|
38
38
|
"bg-enabled": "#fff0",
|
|
39
39
|
"bg-hover": "#ffffff14",
|
|
40
|
+
"border-activealt": "#282828",
|
|
40
41
|
"border-active": "#FFFFFF",
|
|
41
42
|
"border-enabled": "#282828",
|
|
42
43
|
"border-hover": "#777",
|
|
@@ -74,7 +75,8 @@
|
|
|
74
75
|
"borderwidth": {
|
|
75
76
|
"navigation": {
|
|
76
77
|
"bottom": 2,
|
|
77
|
-
"side": 2
|
|
78
|
+
"side": 2,
|
|
79
|
+
"top": 2
|
|
78
80
|
}
|
|
79
81
|
},
|
|
80
82
|
"typography": {
|
|
@@ -20,6 +20,58 @@
|
|
|
20
20
|
"default": "#00D639",
|
|
21
21
|
"frozen": "#00D639"
|
|
22
22
|
},
|
|
23
|
+
"colorcode": {
|
|
24
|
+
"blue": {
|
|
25
|
+
"deep": "#007FD9",
|
|
26
|
+
"muted": "#00293F",
|
|
27
|
+
"rich": "#0071c3"
|
|
28
|
+
},
|
|
29
|
+
"teal": {
|
|
30
|
+
"deep": "#008A89",
|
|
31
|
+
"muted": "#002B2A",
|
|
32
|
+
"rich": "#007C7B"
|
|
33
|
+
},
|
|
34
|
+
"green": {
|
|
35
|
+
"deep": "#009023",
|
|
36
|
+
"muted": "#002D05",
|
|
37
|
+
"rich": "#00811F"
|
|
38
|
+
},
|
|
39
|
+
"lime": {
|
|
40
|
+
"deep": "#6E8500",
|
|
41
|
+
"muted": "#171e00",
|
|
42
|
+
"rich": "#637700"
|
|
43
|
+
},
|
|
44
|
+
"orange": {
|
|
45
|
+
"deep": "#DB4B00",
|
|
46
|
+
"muted": "#380D00",
|
|
47
|
+
"rich": "#C54300"
|
|
48
|
+
},
|
|
49
|
+
"red": {
|
|
50
|
+
"deep": "#F50058",
|
|
51
|
+
"muted": "#400011",
|
|
52
|
+
"rich": "#DC004E"
|
|
53
|
+
},
|
|
54
|
+
"pink": {
|
|
55
|
+
"deep": "#DD2BAB",
|
|
56
|
+
"muted": "#3C002C",
|
|
57
|
+
"rich": "#C8269A"
|
|
58
|
+
},
|
|
59
|
+
"purple": {
|
|
60
|
+
"deep": "#985FDC",
|
|
61
|
+
"muted": "#270E41",
|
|
62
|
+
"rich": "#8F4CD7"
|
|
63
|
+
},
|
|
64
|
+
"slate": {
|
|
65
|
+
"deep": "#5C8196",
|
|
66
|
+
"muted": "#121D23",
|
|
67
|
+
"rich": "#527386"
|
|
68
|
+
},
|
|
69
|
+
"gray": {
|
|
70
|
+
"deep": "#7C7C7C",
|
|
71
|
+
"muted": "#1b1b1b",
|
|
72
|
+
"rich": "#6F6F6F"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
23
75
|
"generic": {
|
|
24
76
|
"bg": {
|
|
25
77
|
"nought": "#000000",
|
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"container": {
|
|
3
3
|
"color": {
|
|
4
|
-
"standard": {
|
|
5
|
-
"bg-alt": "#f3f3f3",
|
|
6
|
-
"bg-default": "#FFFFFF",
|
|
7
|
-
"bgFooter-default": "#f3f3f3",
|
|
8
|
-
"border-active": "#000000",
|
|
9
|
-
"border-alt": "#a6a6a6",
|
|
10
|
-
"border-default": "#e8e8e8",
|
|
11
|
-
"dimmer": "#000000",
|
|
12
|
-
"icon": "#777",
|
|
13
|
-
"text-alt": "#0000008c",
|
|
14
|
-
"text-default": "#000000f2"
|
|
15
|
-
},
|
|
16
4
|
"AI": {
|
|
17
5
|
"borderhorizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
18
6
|
"bordervertical": "linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
|
@@ -21,14 +9,54 @@
|
|
|
21
9
|
"borderAi-vertical": "linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%)"
|
|
22
10
|
}
|
|
23
11
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"fg-default": "#777"
|
|
12
|
+
"blockquote": {
|
|
13
|
+
"border": "#00811F"
|
|
27
14
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
15
|
+
"calendar": {
|
|
16
|
+
"label-default": "#000000",
|
|
17
|
+
"label-alt": "#000000",
|
|
18
|
+
"blue": {
|
|
19
|
+
"bg-default": "#CDE5FF",
|
|
20
|
+
"pattern": "#0084E1"
|
|
21
|
+
},
|
|
22
|
+
"teal": {
|
|
23
|
+
"bg-default": "#C1FBFB",
|
|
24
|
+
"pattern": "#009B99"
|
|
25
|
+
},
|
|
26
|
+
"green": {
|
|
27
|
+
"bg-default": "#C5FFC9",
|
|
28
|
+
"pattern": "#00a128"
|
|
29
|
+
},
|
|
30
|
+
"lime": {
|
|
31
|
+
"bg-default": "#FFFF9C",
|
|
32
|
+
"pattern": "#819B00"
|
|
33
|
+
},
|
|
34
|
+
"orange": {
|
|
35
|
+
"bg-default": "#FEEAB0",
|
|
36
|
+
"pattern": "#EA5100"
|
|
37
|
+
},
|
|
38
|
+
"red": {
|
|
39
|
+
"bg-default": "#FFDBCF",
|
|
40
|
+
"pattern": "#FE005B"
|
|
41
|
+
},
|
|
42
|
+
"pink": {
|
|
43
|
+
"bg-default": "#FFD7EE",
|
|
44
|
+
"pattern": "#e62db2"
|
|
31
45
|
},
|
|
46
|
+
"purple": {
|
|
47
|
+
"bg-default": "#E7DEF8",
|
|
48
|
+
"pattern": "#9C66DE"
|
|
49
|
+
},
|
|
50
|
+
"slate": {
|
|
51
|
+
"bg-default": "#D4E5F1",
|
|
52
|
+
"pattern": "#60869C"
|
|
53
|
+
},
|
|
54
|
+
"gray": {
|
|
55
|
+
"bg-default": "#E2E2E2",
|
|
56
|
+
"pattern": "#9b9b9b"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"interactive": {
|
|
32
60
|
"bgFooter-activated": "#00811F",
|
|
33
61
|
"bgFooter-active": "#000000",
|
|
34
62
|
"border-activated": "#00811F",
|
|
@@ -51,10 +79,26 @@
|
|
|
51
79
|
"text-disabled": "#0000006b",
|
|
52
80
|
"text-enabled": "#000000f2",
|
|
53
81
|
"textAlt-enabled": "#0000008c",
|
|
54
|
-
"text-hover": "#000000e6"
|
|
82
|
+
"text-hover": "#000000e6",
|
|
83
|
+
"detailedicon": {
|
|
84
|
+
"bg": "#00811F"
|
|
85
|
+
}
|
|
55
86
|
},
|
|
56
|
-
"
|
|
57
|
-
"
|
|
87
|
+
"scrollbar": {
|
|
88
|
+
"bg-default": "#f3f3f3",
|
|
89
|
+
"fg-default": "#777"
|
|
90
|
+
},
|
|
91
|
+
"standard": {
|
|
92
|
+
"bg-alt": "#f3f3f3",
|
|
93
|
+
"bg-default": "#FFFFFF",
|
|
94
|
+
"bgFooter-default": "#f3f3f3",
|
|
95
|
+
"border-active": "#000000",
|
|
96
|
+
"border-alt": "#a6a6a6",
|
|
97
|
+
"border-default": "#e8e8e8",
|
|
98
|
+
"dimmer": "#000000",
|
|
99
|
+
"icon": "#777",
|
|
100
|
+
"text-alt": "#0000008c",
|
|
101
|
+
"text-default": "#000000f2"
|
|
58
102
|
}
|
|
59
103
|
},
|
|
60
104
|
"size": {
|
|
@@ -414,6 +414,80 @@
|
|
|
414
414
|
"text-hover": "#000000",
|
|
415
415
|
"textAlt-enabled": "#0000008c"
|
|
416
416
|
},
|
|
417
|
+
"colorpicker": {
|
|
418
|
+
"label-default": "#000000",
|
|
419
|
+
"label-alt": "#000000",
|
|
420
|
+
"blue": {
|
|
421
|
+
"border": "#0084E1",
|
|
422
|
+
"bg-alt": "#0084E1",
|
|
423
|
+
"bg-default": "#CDE5FF",
|
|
424
|
+
"pattern": "#0084E1",
|
|
425
|
+
"label-default": "#0071c3"
|
|
426
|
+
},
|
|
427
|
+
"teal": {
|
|
428
|
+
"border": "#009B99",
|
|
429
|
+
"bg-alt": "#009B99",
|
|
430
|
+
"bg-default": "#C1FBFB",
|
|
431
|
+
"pattern": "#009B99",
|
|
432
|
+
"label-default": "#007C7B"
|
|
433
|
+
},
|
|
434
|
+
"green": {
|
|
435
|
+
"border": "#00a128",
|
|
436
|
+
"bg-alt": "#00a128",
|
|
437
|
+
"bg-default": "#C5FFC9",
|
|
438
|
+
"pattern": "#00a128",
|
|
439
|
+
"label-default": "#00811F"
|
|
440
|
+
},
|
|
441
|
+
"lime": {
|
|
442
|
+
"border": "#819B00",
|
|
443
|
+
"bg-alt": "#819B00",
|
|
444
|
+
"bg-default": "#FFFF9C",
|
|
445
|
+
"pattern": "#819B00",
|
|
446
|
+
"label-default": "#637700"
|
|
447
|
+
},
|
|
448
|
+
"orange": {
|
|
449
|
+
"border": "#EA5100",
|
|
450
|
+
"bg-alt": "#EA5100",
|
|
451
|
+
"bg-default": "#FEEAB0",
|
|
452
|
+
"pattern": "#EA5100",
|
|
453
|
+
"label-default": "#C54300"
|
|
454
|
+
},
|
|
455
|
+
"red": {
|
|
456
|
+
"border": "#FE005B",
|
|
457
|
+
"bg-alt": "#FE005B",
|
|
458
|
+
"bg-default": "#FFDBCF",
|
|
459
|
+
"pattern": "#FE005B",
|
|
460
|
+
"label-default": "#DC004E"
|
|
461
|
+
},
|
|
462
|
+
"pink": {
|
|
463
|
+
"border": "#e62db2",
|
|
464
|
+
"bg-alt": "#e62db2",
|
|
465
|
+
"bg-default": "#FFD7EE",
|
|
466
|
+
"pattern": "#e62db2",
|
|
467
|
+
"label-default": "#C8269A"
|
|
468
|
+
},
|
|
469
|
+
"purple": {
|
|
470
|
+
"border": "#9C66DE",
|
|
471
|
+
"bg-alt": "#9C66DE",
|
|
472
|
+
"bg-default": "#E7DEF8",
|
|
473
|
+
"pattern": "#9C66DE",
|
|
474
|
+
"label-default": "#8F4CD7"
|
|
475
|
+
},
|
|
476
|
+
"slate": {
|
|
477
|
+
"border": "#60869C",
|
|
478
|
+
"bg-alt": "#60869C",
|
|
479
|
+
"bg-default": "#D4E5F1",
|
|
480
|
+
"pattern": "#60869C",
|
|
481
|
+
"label-default": "#527386"
|
|
482
|
+
},
|
|
483
|
+
"gray": {
|
|
484
|
+
"border": "#9b9b9b",
|
|
485
|
+
"bg-alt": "#9b9b9b",
|
|
486
|
+
"bg-default": "#E2E2E2",
|
|
487
|
+
"pattern": "#9b9b9b",
|
|
488
|
+
"label-default": "#6F6F6F"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
417
491
|
"dropdown": {
|
|
418
492
|
"bg-hover": "#00000014",
|
|
419
493
|
"label-active": "#FFFFFF",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"bg-active": "#FFFFFF",
|
|
38
38
|
"bg-enabled": "#fff0",
|
|
39
39
|
"bg-hover": "#00000014",
|
|
40
|
+
"border-activealt": "#d1d1d1",
|
|
40
41
|
"border-active": "#000000",
|
|
41
42
|
"border-enabled": "#d1d1d1",
|
|
42
43
|
"border-hover": "#777",
|
|
@@ -74,7 +75,8 @@
|
|
|
74
75
|
"borderwidth": {
|
|
75
76
|
"navigation": {
|
|
76
77
|
"bottom": 2,
|
|
77
|
-
"side": 2
|
|
78
|
+
"side": 2,
|
|
79
|
+
"top": 2
|
|
78
80
|
}
|
|
79
81
|
},
|
|
80
82
|
"typography": {
|
|
@@ -20,6 +20,58 @@
|
|
|
20
20
|
"default": "#00811F",
|
|
21
21
|
"frozen": "#008046"
|
|
22
22
|
},
|
|
23
|
+
"colorcode": {
|
|
24
|
+
"blue": {
|
|
25
|
+
"deep": "#0071c3",
|
|
26
|
+
"muted": "#CDE5FF",
|
|
27
|
+
"rich": "#0084E1"
|
|
28
|
+
},
|
|
29
|
+
"teal": {
|
|
30
|
+
"deep": "#007C7B",
|
|
31
|
+
"muted": "#C1FBFB",
|
|
32
|
+
"rich": "#009B99"
|
|
33
|
+
},
|
|
34
|
+
"green": {
|
|
35
|
+
"deep": "#00811F",
|
|
36
|
+
"muted": "#C5FFC9",
|
|
37
|
+
"rich": "#00a128"
|
|
38
|
+
},
|
|
39
|
+
"lime": {
|
|
40
|
+
"deep": "#637700",
|
|
41
|
+
"muted": "#FFFF9C",
|
|
42
|
+
"rich": "#819B00"
|
|
43
|
+
},
|
|
44
|
+
"orange": {
|
|
45
|
+
"deep": "#C54300",
|
|
46
|
+
"muted": "#FEEAB0",
|
|
47
|
+
"rich": "#EA5100"
|
|
48
|
+
},
|
|
49
|
+
"red": {
|
|
50
|
+
"deep": "#DC004E",
|
|
51
|
+
"muted": "#FFDBCF",
|
|
52
|
+
"rich": "#FE005B"
|
|
53
|
+
},
|
|
54
|
+
"pink": {
|
|
55
|
+
"deep": "#C8269A",
|
|
56
|
+
"muted": "#FFD7EE",
|
|
57
|
+
"rich": "#e62db2"
|
|
58
|
+
},
|
|
59
|
+
"purple": {
|
|
60
|
+
"deep": "#8F4CD7",
|
|
61
|
+
"muted": "#E7DEF8",
|
|
62
|
+
"rich": "#9C66DE"
|
|
63
|
+
},
|
|
64
|
+
"slate": {
|
|
65
|
+
"deep": "#527386",
|
|
66
|
+
"muted": "#D4E5F1",
|
|
67
|
+
"rich": "#60869C"
|
|
68
|
+
},
|
|
69
|
+
"gray": {
|
|
70
|
+
"deep": "#6F6F6F",
|
|
71
|
+
"muted": "#E2E2E2",
|
|
72
|
+
"rich": "#9b9b9b"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
23
75
|
"generic": {
|
|
24
76
|
"bg": {
|
|
25
77
|
"nought": "#FFFFFF",
|
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"container": {
|
|
3
3
|
"color": {
|
|
4
|
-
"standard": {
|
|
5
|
-
"bg-alt": "#0e0e0e",
|
|
6
|
-
"bg-default": "#000000",
|
|
7
|
-
"bgFooter-default": "#0e0e0e",
|
|
8
|
-
"border-active": "#FFFFFF",
|
|
9
|
-
"border-alt": "#4b4b4b",
|
|
10
|
-
"border-default": "#181818",
|
|
11
|
-
"dimmer": "#FFFFFF",
|
|
12
|
-
"icon": "#777",
|
|
13
|
-
"text-alt": "#ffffff8c",
|
|
14
|
-
"text-default": "#fffffff2"
|
|
15
|
-
},
|
|
16
4
|
"AI": {
|
|
17
5
|
"borderhorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
18
6
|
"bordervertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
@@ -21,14 +9,54 @@
|
|
|
21
9
|
"borderAi-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
22
10
|
}
|
|
23
11
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"fg-default": "#777"
|
|
12
|
+
"blockquote": {
|
|
13
|
+
"border": "#00D639"
|
|
27
14
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
15
|
+
"calendar": {
|
|
16
|
+
"label-default": "#FFFFFF",
|
|
17
|
+
"label-alt": "#FFFFFF",
|
|
18
|
+
"blue": {
|
|
19
|
+
"bg-default": "#00293F",
|
|
20
|
+
"pattern": "#0071c3"
|
|
21
|
+
},
|
|
22
|
+
"teal": {
|
|
23
|
+
"bg-default": "#002B2A",
|
|
24
|
+
"pattern": "#007C7B"
|
|
25
|
+
},
|
|
26
|
+
"green": {
|
|
27
|
+
"bg-default": "#002D05",
|
|
28
|
+
"pattern": "#00811F"
|
|
29
|
+
},
|
|
30
|
+
"lime": {
|
|
31
|
+
"bg-default": "#171e00",
|
|
32
|
+
"pattern": "#637700"
|
|
33
|
+
},
|
|
34
|
+
"orange": {
|
|
35
|
+
"bg-default": "#380D00",
|
|
36
|
+
"pattern": "#C54300"
|
|
37
|
+
},
|
|
38
|
+
"red": {
|
|
39
|
+
"bg-default": "#400011",
|
|
40
|
+
"pattern": "#DC004E"
|
|
41
|
+
},
|
|
42
|
+
"pink": {
|
|
43
|
+
"bg-default": "#3C002C",
|
|
44
|
+
"pattern": "#C8269A"
|
|
31
45
|
},
|
|
46
|
+
"purple": {
|
|
47
|
+
"bg-default": "#270E41",
|
|
48
|
+
"pattern": "#8F4CD7"
|
|
49
|
+
},
|
|
50
|
+
"slate": {
|
|
51
|
+
"bg-default": "#121D23",
|
|
52
|
+
"pattern": "#527386"
|
|
53
|
+
},
|
|
54
|
+
"gray": {
|
|
55
|
+
"bg-default": "#1b1b1b",
|
|
56
|
+
"pattern": "#6F6F6F"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"interactive": {
|
|
32
60
|
"bgFooter-activated": "#009023",
|
|
33
61
|
"bgFooter-active": "#FFFFFF",
|
|
34
62
|
"border-activated": "#009023",
|
|
@@ -51,10 +79,26 @@
|
|
|
51
79
|
"text-disabled": "#ffffff4d",
|
|
52
80
|
"text-enabled": "#fffffff2",
|
|
53
81
|
"textAlt-enabled": "#ffffff8c",
|
|
54
|
-
"text-hover": "#ffffffe6"
|
|
82
|
+
"text-hover": "#ffffffe6",
|
|
83
|
+
"detailedicon": {
|
|
84
|
+
"bg": "#00D639"
|
|
85
|
+
}
|
|
55
86
|
},
|
|
56
|
-
"
|
|
57
|
-
"
|
|
87
|
+
"scrollbar": {
|
|
88
|
+
"bg-default": "#0e0e0e",
|
|
89
|
+
"fg-default": "#777"
|
|
90
|
+
},
|
|
91
|
+
"standard": {
|
|
92
|
+
"bg-alt": "#0e0e0e",
|
|
93
|
+
"bg-default": "#000000",
|
|
94
|
+
"bgFooter-default": "#0e0e0e",
|
|
95
|
+
"border-active": "#FFFFFF",
|
|
96
|
+
"border-alt": "#4b4b4b",
|
|
97
|
+
"border-default": "#181818",
|
|
98
|
+
"dimmer": "#FFFFFF",
|
|
99
|
+
"icon": "#777",
|
|
100
|
+
"text-alt": "#ffffff8c",
|
|
101
|
+
"text-default": "#fffffff2"
|
|
58
102
|
}
|
|
59
103
|
},
|
|
60
104
|
"size": {
|