@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
|
@@ -3232,6 +3232,748 @@ module.exports = {
|
|
|
3232
3232
|
path: ["form", "color", "calendar", "textAlt-enabled"],
|
|
3233
3233
|
},
|
|
3234
3234
|
},
|
|
3235
|
+
colorpicker: {
|
|
3236
|
+
"label-default": {
|
|
3237
|
+
$type: "color",
|
|
3238
|
+
$value: "#FFFFFF",
|
|
3239
|
+
$description: "Accessible on colorpicker bg-default colors.",
|
|
3240
|
+
filePath: "data/tokens/components/form.json",
|
|
3241
|
+
isSource: true,
|
|
3242
|
+
original: {
|
|
3243
|
+
$type: "color",
|
|
3244
|
+
$value: "{modes.color.generic.content.extreme}",
|
|
3245
|
+
$description: "Accessible on colorpicker bg-default colors.",
|
|
3246
|
+
},
|
|
3247
|
+
name: "formColorColorpickerLabelDefault",
|
|
3248
|
+
attributes: {},
|
|
3249
|
+
path: ["form", "color", "colorpicker", "label-default"],
|
|
3250
|
+
},
|
|
3251
|
+
"label-alt": {
|
|
3252
|
+
$type: "color",
|
|
3253
|
+
$value: "#FFFFFF",
|
|
3254
|
+
$description: "Accessible on colorpicker bg-alt colors.",
|
|
3255
|
+
filePath: "data/tokens/components/form.json",
|
|
3256
|
+
isSource: true,
|
|
3257
|
+
original: {
|
|
3258
|
+
$type: "color",
|
|
3259
|
+
$value: "{modes.color.generic.content.extreme}",
|
|
3260
|
+
$description: "Accessible on colorpicker bg-alt colors.",
|
|
3261
|
+
},
|
|
3262
|
+
name: "formColorColorpickerLabelAlt",
|
|
3263
|
+
attributes: {},
|
|
3264
|
+
path: ["form", "color", "colorpicker", "label-alt"],
|
|
3265
|
+
},
|
|
3266
|
+
blue: {
|
|
3267
|
+
border: {
|
|
3268
|
+
$type: "color",
|
|
3269
|
+
$value: "#0071c3",
|
|
3270
|
+
filePath: "data/tokens/components/form.json",
|
|
3271
|
+
isSource: true,
|
|
3272
|
+
original: {
|
|
3273
|
+
$type: "color",
|
|
3274
|
+
$value: "{modes.color.colorcode.blue.rich}",
|
|
3275
|
+
},
|
|
3276
|
+
name: "formColorColorpickerBlueBorder",
|
|
3277
|
+
attributes: {},
|
|
3278
|
+
path: ["form", "color", "colorpicker", "blue", "border"],
|
|
3279
|
+
},
|
|
3280
|
+
"bg-alt": {
|
|
3281
|
+
$type: "color",
|
|
3282
|
+
$value: "#0071c3",
|
|
3283
|
+
filePath: "data/tokens/components/form.json",
|
|
3284
|
+
isSource: true,
|
|
3285
|
+
original: {
|
|
3286
|
+
$type: "color",
|
|
3287
|
+
$value: "{modes.color.colorcode.blue.rich}",
|
|
3288
|
+
},
|
|
3289
|
+
name: "formColorColorpickerBlueBgAlt",
|
|
3290
|
+
attributes: {},
|
|
3291
|
+
path: ["form", "color", "colorpicker", "blue", "bg-alt"],
|
|
3292
|
+
},
|
|
3293
|
+
"bg-default": {
|
|
3294
|
+
$type: "color",
|
|
3295
|
+
$value: "#00293F",
|
|
3296
|
+
filePath: "data/tokens/components/form.json",
|
|
3297
|
+
isSource: true,
|
|
3298
|
+
original: {
|
|
3299
|
+
$type: "color",
|
|
3300
|
+
$value: "{modes.color.colorcode.blue.muted}",
|
|
3301
|
+
},
|
|
3302
|
+
name: "formColorColorpickerBlueBgDefault",
|
|
3303
|
+
attributes: {},
|
|
3304
|
+
path: ["form", "color", "colorpicker", "blue", "bg-default"],
|
|
3305
|
+
},
|
|
3306
|
+
pattern: {
|
|
3307
|
+
$type: "color",
|
|
3308
|
+
$value: "#0071c3",
|
|
3309
|
+
filePath: "data/tokens/components/form.json",
|
|
3310
|
+
isSource: true,
|
|
3311
|
+
original: {
|
|
3312
|
+
$type: "color",
|
|
3313
|
+
$value: "{modes.color.colorcode.blue.rich}",
|
|
3314
|
+
},
|
|
3315
|
+
name: "formColorColorpickerBluePattern",
|
|
3316
|
+
attributes: {},
|
|
3317
|
+
path: ["form", "color", "colorpicker", "blue", "pattern"],
|
|
3318
|
+
},
|
|
3319
|
+
"label-default": {
|
|
3320
|
+
$type: "color",
|
|
3321
|
+
$value: "#007FD9",
|
|
3322
|
+
$description:
|
|
3323
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3324
|
+
filePath: "data/tokens/components/form.json",
|
|
3325
|
+
isSource: true,
|
|
3326
|
+
original: {
|
|
3327
|
+
$type: "color",
|
|
3328
|
+
$value: "{modes.color.colorcode.blue.deep}",
|
|
3329
|
+
$description:
|
|
3330
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3331
|
+
},
|
|
3332
|
+
name: "formColorColorpickerBlueLabelDefault",
|
|
3333
|
+
attributes: {},
|
|
3334
|
+
path: ["form", "color", "colorpicker", "blue", "label-default"],
|
|
3335
|
+
},
|
|
3336
|
+
},
|
|
3337
|
+
teal: {
|
|
3338
|
+
border: {
|
|
3339
|
+
$type: "color",
|
|
3340
|
+
$value: "#007C7B",
|
|
3341
|
+
filePath: "data/tokens/components/form.json",
|
|
3342
|
+
isSource: true,
|
|
3343
|
+
original: {
|
|
3344
|
+
$type: "color",
|
|
3345
|
+
$value: "{modes.color.colorcode.teal.rich}",
|
|
3346
|
+
},
|
|
3347
|
+
name: "formColorColorpickerTealBorder",
|
|
3348
|
+
attributes: {},
|
|
3349
|
+
path: ["form", "color", "colorpicker", "teal", "border"],
|
|
3350
|
+
},
|
|
3351
|
+
"bg-alt": {
|
|
3352
|
+
$type: "color",
|
|
3353
|
+
$value: "#007C7B",
|
|
3354
|
+
filePath: "data/tokens/components/form.json",
|
|
3355
|
+
isSource: true,
|
|
3356
|
+
original: {
|
|
3357
|
+
$type: "color",
|
|
3358
|
+
$value: "{modes.color.colorcode.teal.rich}",
|
|
3359
|
+
},
|
|
3360
|
+
name: "formColorColorpickerTealBgAlt",
|
|
3361
|
+
attributes: {},
|
|
3362
|
+
path: ["form", "color", "colorpicker", "teal", "bg-alt"],
|
|
3363
|
+
},
|
|
3364
|
+
"bg-default": {
|
|
3365
|
+
$type: "color",
|
|
3366
|
+
$value: "#002B2A",
|
|
3367
|
+
filePath: "data/tokens/components/form.json",
|
|
3368
|
+
isSource: true,
|
|
3369
|
+
original: {
|
|
3370
|
+
$type: "color",
|
|
3371
|
+
$value: "{modes.color.colorcode.teal.muted}",
|
|
3372
|
+
},
|
|
3373
|
+
name: "formColorColorpickerTealBgDefault",
|
|
3374
|
+
attributes: {},
|
|
3375
|
+
path: ["form", "color", "colorpicker", "teal", "bg-default"],
|
|
3376
|
+
},
|
|
3377
|
+
pattern: {
|
|
3378
|
+
$type: "color",
|
|
3379
|
+
$value: "#007C7B",
|
|
3380
|
+
filePath: "data/tokens/components/form.json",
|
|
3381
|
+
isSource: true,
|
|
3382
|
+
original: {
|
|
3383
|
+
$type: "color",
|
|
3384
|
+
$value: "{modes.color.colorcode.teal.rich}",
|
|
3385
|
+
},
|
|
3386
|
+
name: "formColorColorpickerTealPattern",
|
|
3387
|
+
attributes: {},
|
|
3388
|
+
path: ["form", "color", "colorpicker", "teal", "pattern"],
|
|
3389
|
+
},
|
|
3390
|
+
"label-default": {
|
|
3391
|
+
$type: "color",
|
|
3392
|
+
$value: "#008A89",
|
|
3393
|
+
$description:
|
|
3394
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3395
|
+
filePath: "data/tokens/components/form.json",
|
|
3396
|
+
isSource: true,
|
|
3397
|
+
original: {
|
|
3398
|
+
$type: "color",
|
|
3399
|
+
$value: "{modes.color.colorcode.teal.deep}",
|
|
3400
|
+
$description:
|
|
3401
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3402
|
+
},
|
|
3403
|
+
name: "formColorColorpickerTealLabelDefault",
|
|
3404
|
+
attributes: {},
|
|
3405
|
+
path: ["form", "color", "colorpicker", "teal", "label-default"],
|
|
3406
|
+
},
|
|
3407
|
+
},
|
|
3408
|
+
green: {
|
|
3409
|
+
border: {
|
|
3410
|
+
$type: "color",
|
|
3411
|
+
$value: "#00811F",
|
|
3412
|
+
filePath: "data/tokens/components/form.json",
|
|
3413
|
+
isSource: true,
|
|
3414
|
+
original: {
|
|
3415
|
+
$type: "color",
|
|
3416
|
+
$value: "{modes.color.colorcode.green.rich}",
|
|
3417
|
+
},
|
|
3418
|
+
name: "formColorColorpickerGreenBorder",
|
|
3419
|
+
attributes: {},
|
|
3420
|
+
path: ["form", "color", "colorpicker", "green", "border"],
|
|
3421
|
+
},
|
|
3422
|
+
"bg-alt": {
|
|
3423
|
+
$type: "color",
|
|
3424
|
+
$value: "#00811F",
|
|
3425
|
+
filePath: "data/tokens/components/form.json",
|
|
3426
|
+
isSource: true,
|
|
3427
|
+
original: {
|
|
3428
|
+
$type: "color",
|
|
3429
|
+
$value: "{modes.color.colorcode.green.rich}",
|
|
3430
|
+
},
|
|
3431
|
+
name: "formColorColorpickerGreenBgAlt",
|
|
3432
|
+
attributes: {},
|
|
3433
|
+
path: ["form", "color", "colorpicker", "green", "bg-alt"],
|
|
3434
|
+
},
|
|
3435
|
+
"bg-default": {
|
|
3436
|
+
$type: "color",
|
|
3437
|
+
$value: "#002D05",
|
|
3438
|
+
filePath: "data/tokens/components/form.json",
|
|
3439
|
+
isSource: true,
|
|
3440
|
+
original: {
|
|
3441
|
+
$type: "color",
|
|
3442
|
+
$value: "{modes.color.colorcode.green.muted}",
|
|
3443
|
+
},
|
|
3444
|
+
name: "formColorColorpickerGreenBgDefault",
|
|
3445
|
+
attributes: {},
|
|
3446
|
+
path: ["form", "color", "colorpicker", "green", "bg-default"],
|
|
3447
|
+
},
|
|
3448
|
+
pattern: {
|
|
3449
|
+
$type: "color",
|
|
3450
|
+
$value: "#00811F",
|
|
3451
|
+
filePath: "data/tokens/components/form.json",
|
|
3452
|
+
isSource: true,
|
|
3453
|
+
original: {
|
|
3454
|
+
$type: "color",
|
|
3455
|
+
$value: "{modes.color.colorcode.green.rich}",
|
|
3456
|
+
},
|
|
3457
|
+
name: "formColorColorpickerGreenPattern",
|
|
3458
|
+
attributes: {},
|
|
3459
|
+
path: ["form", "color", "colorpicker", "green", "pattern"],
|
|
3460
|
+
},
|
|
3461
|
+
"label-default": {
|
|
3462
|
+
$type: "color",
|
|
3463
|
+
$value: "#009023",
|
|
3464
|
+
$description:
|
|
3465
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3466
|
+
filePath: "data/tokens/components/form.json",
|
|
3467
|
+
isSource: true,
|
|
3468
|
+
original: {
|
|
3469
|
+
$type: "color",
|
|
3470
|
+
$value: "{modes.color.colorcode.green.deep}",
|
|
3471
|
+
$description:
|
|
3472
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3473
|
+
},
|
|
3474
|
+
name: "formColorColorpickerGreenLabelDefault",
|
|
3475
|
+
attributes: {},
|
|
3476
|
+
path: ["form", "color", "colorpicker", "green", "label-default"],
|
|
3477
|
+
},
|
|
3478
|
+
},
|
|
3479
|
+
lime: {
|
|
3480
|
+
border: {
|
|
3481
|
+
$type: "color",
|
|
3482
|
+
$value: "#637700",
|
|
3483
|
+
filePath: "data/tokens/components/form.json",
|
|
3484
|
+
isSource: true,
|
|
3485
|
+
original: {
|
|
3486
|
+
$type: "color",
|
|
3487
|
+
$value: "{modes.color.colorcode.lime.rich}",
|
|
3488
|
+
},
|
|
3489
|
+
name: "formColorColorpickerLimeBorder",
|
|
3490
|
+
attributes: {},
|
|
3491
|
+
path: ["form", "color", "colorpicker", "lime", "border"],
|
|
3492
|
+
},
|
|
3493
|
+
"bg-alt": {
|
|
3494
|
+
$type: "color",
|
|
3495
|
+
$value: "#637700",
|
|
3496
|
+
filePath: "data/tokens/components/form.json",
|
|
3497
|
+
isSource: true,
|
|
3498
|
+
original: {
|
|
3499
|
+
$type: "color",
|
|
3500
|
+
$value: "{modes.color.colorcode.lime.rich}",
|
|
3501
|
+
},
|
|
3502
|
+
name: "formColorColorpickerLimeBgAlt",
|
|
3503
|
+
attributes: {},
|
|
3504
|
+
path: ["form", "color", "colorpicker", "lime", "bg-alt"],
|
|
3505
|
+
},
|
|
3506
|
+
"bg-default": {
|
|
3507
|
+
$type: "color",
|
|
3508
|
+
$value: "#171e00",
|
|
3509
|
+
filePath: "data/tokens/components/form.json",
|
|
3510
|
+
isSource: true,
|
|
3511
|
+
original: {
|
|
3512
|
+
$type: "color",
|
|
3513
|
+
$value: "{modes.color.colorcode.lime.muted}",
|
|
3514
|
+
},
|
|
3515
|
+
name: "formColorColorpickerLimeBgDefault",
|
|
3516
|
+
attributes: {},
|
|
3517
|
+
path: ["form", "color", "colorpicker", "lime", "bg-default"],
|
|
3518
|
+
},
|
|
3519
|
+
pattern: {
|
|
3520
|
+
$type: "color",
|
|
3521
|
+
$value: "#637700",
|
|
3522
|
+
filePath: "data/tokens/components/form.json",
|
|
3523
|
+
isSource: true,
|
|
3524
|
+
original: {
|
|
3525
|
+
$type: "color",
|
|
3526
|
+
$value: "{modes.color.colorcode.lime.rich}",
|
|
3527
|
+
},
|
|
3528
|
+
name: "formColorColorpickerLimePattern",
|
|
3529
|
+
attributes: {},
|
|
3530
|
+
path: ["form", "color", "colorpicker", "lime", "pattern"],
|
|
3531
|
+
},
|
|
3532
|
+
"label-default": {
|
|
3533
|
+
$type: "color",
|
|
3534
|
+
$value: "#6E8500",
|
|
3535
|
+
$description:
|
|
3536
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3537
|
+
filePath: "data/tokens/components/form.json",
|
|
3538
|
+
isSource: true,
|
|
3539
|
+
original: {
|
|
3540
|
+
$type: "color",
|
|
3541
|
+
$value: "{modes.color.colorcode.lime.deep}",
|
|
3542
|
+
$description:
|
|
3543
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3544
|
+
},
|
|
3545
|
+
name: "formColorColorpickerLimeLabelDefault",
|
|
3546
|
+
attributes: {},
|
|
3547
|
+
path: ["form", "color", "colorpicker", "lime", "label-default"],
|
|
3548
|
+
},
|
|
3549
|
+
},
|
|
3550
|
+
orange: {
|
|
3551
|
+
border: {
|
|
3552
|
+
$type: "color",
|
|
3553
|
+
$value: "#C54300",
|
|
3554
|
+
filePath: "data/tokens/components/form.json",
|
|
3555
|
+
isSource: true,
|
|
3556
|
+
original: {
|
|
3557
|
+
$type: "color",
|
|
3558
|
+
$value: "{modes.color.colorcode.orange.rich}",
|
|
3559
|
+
},
|
|
3560
|
+
name: "formColorColorpickerOrangeBorder",
|
|
3561
|
+
attributes: {},
|
|
3562
|
+
path: ["form", "color", "colorpicker", "orange", "border"],
|
|
3563
|
+
},
|
|
3564
|
+
"bg-alt": {
|
|
3565
|
+
$type: "color",
|
|
3566
|
+
$value: "#C54300",
|
|
3567
|
+
filePath: "data/tokens/components/form.json",
|
|
3568
|
+
isSource: true,
|
|
3569
|
+
original: {
|
|
3570
|
+
$type: "color",
|
|
3571
|
+
$value: "{modes.color.colorcode.orange.rich}",
|
|
3572
|
+
},
|
|
3573
|
+
name: "formColorColorpickerOrangeBgAlt",
|
|
3574
|
+
attributes: {},
|
|
3575
|
+
path: ["form", "color", "colorpicker", "orange", "bg-alt"],
|
|
3576
|
+
},
|
|
3577
|
+
"bg-default": {
|
|
3578
|
+
$type: "color",
|
|
3579
|
+
$value: "#380D00",
|
|
3580
|
+
filePath: "data/tokens/components/form.json",
|
|
3581
|
+
isSource: true,
|
|
3582
|
+
original: {
|
|
3583
|
+
$type: "color",
|
|
3584
|
+
$value: "{modes.color.colorcode.orange.muted}",
|
|
3585
|
+
},
|
|
3586
|
+
name: "formColorColorpickerOrangeBgDefault",
|
|
3587
|
+
attributes: {},
|
|
3588
|
+
path: ["form", "color", "colorpicker", "orange", "bg-default"],
|
|
3589
|
+
},
|
|
3590
|
+
pattern: {
|
|
3591
|
+
$type: "color",
|
|
3592
|
+
$value: "#C54300",
|
|
3593
|
+
filePath: "data/tokens/components/form.json",
|
|
3594
|
+
isSource: true,
|
|
3595
|
+
original: {
|
|
3596
|
+
$type: "color",
|
|
3597
|
+
$value: "{modes.color.colorcode.orange.rich}",
|
|
3598
|
+
},
|
|
3599
|
+
name: "formColorColorpickerOrangePattern",
|
|
3600
|
+
attributes: {},
|
|
3601
|
+
path: ["form", "color", "colorpicker", "orange", "pattern"],
|
|
3602
|
+
},
|
|
3603
|
+
"label-default": {
|
|
3604
|
+
$type: "color",
|
|
3605
|
+
$value: "#DB4B00",
|
|
3606
|
+
$description:
|
|
3607
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3608
|
+
filePath: "data/tokens/components/form.json",
|
|
3609
|
+
isSource: true,
|
|
3610
|
+
original: {
|
|
3611
|
+
$type: "color",
|
|
3612
|
+
$value: "{modes.color.colorcode.orange.deep}",
|
|
3613
|
+
$description:
|
|
3614
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3615
|
+
},
|
|
3616
|
+
name: "formColorColorpickerOrangeLabelDefault",
|
|
3617
|
+
attributes: {},
|
|
3618
|
+
path: ["form", "color", "colorpicker", "orange", "label-default"],
|
|
3619
|
+
},
|
|
3620
|
+
},
|
|
3621
|
+
red: {
|
|
3622
|
+
border: {
|
|
3623
|
+
$type: "color",
|
|
3624
|
+
$value: "#DC004E",
|
|
3625
|
+
filePath: "data/tokens/components/form.json",
|
|
3626
|
+
isSource: true,
|
|
3627
|
+
original: {
|
|
3628
|
+
$type: "color",
|
|
3629
|
+
$value: "{modes.color.colorcode.red.rich}",
|
|
3630
|
+
},
|
|
3631
|
+
name: "formColorColorpickerRedBorder",
|
|
3632
|
+
attributes: {},
|
|
3633
|
+
path: ["form", "color", "colorpicker", "red", "border"],
|
|
3634
|
+
},
|
|
3635
|
+
"bg-alt": {
|
|
3636
|
+
$type: "color",
|
|
3637
|
+
$value: "#DC004E",
|
|
3638
|
+
filePath: "data/tokens/components/form.json",
|
|
3639
|
+
isSource: true,
|
|
3640
|
+
original: {
|
|
3641
|
+
$type: "color",
|
|
3642
|
+
$value: "{modes.color.colorcode.red.rich}",
|
|
3643
|
+
},
|
|
3644
|
+
name: "formColorColorpickerRedBgAlt",
|
|
3645
|
+
attributes: {},
|
|
3646
|
+
path: ["form", "color", "colorpicker", "red", "bg-alt"],
|
|
3647
|
+
},
|
|
3648
|
+
"bg-default": {
|
|
3649
|
+
$type: "color",
|
|
3650
|
+
$value: "#400011",
|
|
3651
|
+
filePath: "data/tokens/components/form.json",
|
|
3652
|
+
isSource: true,
|
|
3653
|
+
original: {
|
|
3654
|
+
$type: "color",
|
|
3655
|
+
$value: "{modes.color.colorcode.red.muted}",
|
|
3656
|
+
},
|
|
3657
|
+
name: "formColorColorpickerRedBgDefault",
|
|
3658
|
+
attributes: {},
|
|
3659
|
+
path: ["form", "color", "colorpicker", "red", "bg-default"],
|
|
3660
|
+
},
|
|
3661
|
+
pattern: {
|
|
3662
|
+
$type: "color",
|
|
3663
|
+
$value: "#DC004E",
|
|
3664
|
+
filePath: "data/tokens/components/form.json",
|
|
3665
|
+
isSource: true,
|
|
3666
|
+
original: {
|
|
3667
|
+
$type: "color",
|
|
3668
|
+
$value: "{modes.color.colorcode.red.rich}",
|
|
3669
|
+
},
|
|
3670
|
+
name: "formColorColorpickerRedPattern",
|
|
3671
|
+
attributes: {},
|
|
3672
|
+
path: ["form", "color", "colorpicker", "red", "pattern"],
|
|
3673
|
+
},
|
|
3674
|
+
"label-default": {
|
|
3675
|
+
$type: "color",
|
|
3676
|
+
$value: "#F50058",
|
|
3677
|
+
$description:
|
|
3678
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3679
|
+
filePath: "data/tokens/components/form.json",
|
|
3680
|
+
isSource: true,
|
|
3681
|
+
original: {
|
|
3682
|
+
$type: "color",
|
|
3683
|
+
$value: "{modes.color.colorcode.red.deep}",
|
|
3684
|
+
$description:
|
|
3685
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3686
|
+
},
|
|
3687
|
+
name: "formColorColorpickerRedLabelDefault",
|
|
3688
|
+
attributes: {},
|
|
3689
|
+
path: ["form", "color", "colorpicker", "red", "label-default"],
|
|
3690
|
+
},
|
|
3691
|
+
},
|
|
3692
|
+
pink: {
|
|
3693
|
+
border: {
|
|
3694
|
+
$type: "color",
|
|
3695
|
+
$value: "#C8269A",
|
|
3696
|
+
filePath: "data/tokens/components/form.json",
|
|
3697
|
+
isSource: true,
|
|
3698
|
+
original: {
|
|
3699
|
+
$type: "color",
|
|
3700
|
+
$value: "{modes.color.colorcode.pink.rich}",
|
|
3701
|
+
},
|
|
3702
|
+
name: "formColorColorpickerPinkBorder",
|
|
3703
|
+
attributes: {},
|
|
3704
|
+
path: ["form", "color", "colorpicker", "pink", "border"],
|
|
3705
|
+
},
|
|
3706
|
+
"bg-alt": {
|
|
3707
|
+
$type: "color",
|
|
3708
|
+
$value: "#C8269A",
|
|
3709
|
+
filePath: "data/tokens/components/form.json",
|
|
3710
|
+
isSource: true,
|
|
3711
|
+
original: {
|
|
3712
|
+
$type: "color",
|
|
3713
|
+
$value: "{modes.color.colorcode.pink.rich}",
|
|
3714
|
+
},
|
|
3715
|
+
name: "formColorColorpickerPinkBgAlt",
|
|
3716
|
+
attributes: {},
|
|
3717
|
+
path: ["form", "color", "colorpicker", "pink", "bg-alt"],
|
|
3718
|
+
},
|
|
3719
|
+
"bg-default": {
|
|
3720
|
+
$type: "color",
|
|
3721
|
+
$value: "#3C002C",
|
|
3722
|
+
filePath: "data/tokens/components/form.json",
|
|
3723
|
+
isSource: true,
|
|
3724
|
+
original: {
|
|
3725
|
+
$type: "color",
|
|
3726
|
+
$value: "{modes.color.colorcode.pink.muted}",
|
|
3727
|
+
},
|
|
3728
|
+
name: "formColorColorpickerPinkBgDefault",
|
|
3729
|
+
attributes: {},
|
|
3730
|
+
path: ["form", "color", "colorpicker", "pink", "bg-default"],
|
|
3731
|
+
},
|
|
3732
|
+
pattern: {
|
|
3733
|
+
$type: "color",
|
|
3734
|
+
$value: "#C8269A",
|
|
3735
|
+
filePath: "data/tokens/components/form.json",
|
|
3736
|
+
isSource: true,
|
|
3737
|
+
original: {
|
|
3738
|
+
$type: "color",
|
|
3739
|
+
$value: "{modes.color.colorcode.pink.rich}",
|
|
3740
|
+
},
|
|
3741
|
+
name: "formColorColorpickerPinkPattern",
|
|
3742
|
+
attributes: {},
|
|
3743
|
+
path: ["form", "color", "colorpicker", "pink", "pattern"],
|
|
3744
|
+
},
|
|
3745
|
+
"label-default": {
|
|
3746
|
+
$type: "color",
|
|
3747
|
+
$value: "#DD2BAB",
|
|
3748
|
+
$description:
|
|
3749
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3750
|
+
filePath: "data/tokens/components/form.json",
|
|
3751
|
+
isSource: true,
|
|
3752
|
+
original: {
|
|
3753
|
+
$type: "color",
|
|
3754
|
+
$value: "{modes.color.colorcode.pink.deep}",
|
|
3755
|
+
$description:
|
|
3756
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3757
|
+
},
|
|
3758
|
+
name: "formColorColorpickerPinkLabelDefault",
|
|
3759
|
+
attributes: {},
|
|
3760
|
+
path: ["form", "color", "colorpicker", "pink", "label-default"],
|
|
3761
|
+
},
|
|
3762
|
+
},
|
|
3763
|
+
purple: {
|
|
3764
|
+
border: {
|
|
3765
|
+
$type: "color",
|
|
3766
|
+
$value: "#8F4CD7",
|
|
3767
|
+
filePath: "data/tokens/components/form.json",
|
|
3768
|
+
isSource: true,
|
|
3769
|
+
original: {
|
|
3770
|
+
$type: "color",
|
|
3771
|
+
$value: "{modes.color.colorcode.purple.rich}",
|
|
3772
|
+
},
|
|
3773
|
+
name: "formColorColorpickerPurpleBorder",
|
|
3774
|
+
attributes: {},
|
|
3775
|
+
path: ["form", "color", "colorpicker", "purple", "border"],
|
|
3776
|
+
},
|
|
3777
|
+
"bg-alt": {
|
|
3778
|
+
$type: "color",
|
|
3779
|
+
$value: "#8F4CD7",
|
|
3780
|
+
filePath: "data/tokens/components/form.json",
|
|
3781
|
+
isSource: true,
|
|
3782
|
+
original: {
|
|
3783
|
+
$type: "color",
|
|
3784
|
+
$value: "{modes.color.colorcode.purple.rich}",
|
|
3785
|
+
},
|
|
3786
|
+
name: "formColorColorpickerPurpleBgAlt",
|
|
3787
|
+
attributes: {},
|
|
3788
|
+
path: ["form", "color", "colorpicker", "purple", "bg-alt"],
|
|
3789
|
+
},
|
|
3790
|
+
"bg-default": {
|
|
3791
|
+
$type: "color",
|
|
3792
|
+
$value: "#270E41",
|
|
3793
|
+
filePath: "data/tokens/components/form.json",
|
|
3794
|
+
isSource: true,
|
|
3795
|
+
original: {
|
|
3796
|
+
$type: "color",
|
|
3797
|
+
$value: "{modes.color.colorcode.purple.muted}",
|
|
3798
|
+
},
|
|
3799
|
+
name: "formColorColorpickerPurpleBgDefault",
|
|
3800
|
+
attributes: {},
|
|
3801
|
+
path: ["form", "color", "colorpicker", "purple", "bg-default"],
|
|
3802
|
+
},
|
|
3803
|
+
pattern: {
|
|
3804
|
+
$type: "color",
|
|
3805
|
+
$value: "#8F4CD7",
|
|
3806
|
+
filePath: "data/tokens/components/form.json",
|
|
3807
|
+
isSource: true,
|
|
3808
|
+
original: {
|
|
3809
|
+
$type: "color",
|
|
3810
|
+
$value: "{modes.color.colorcode.purple.rich}",
|
|
3811
|
+
},
|
|
3812
|
+
name: "formColorColorpickerPurplePattern",
|
|
3813
|
+
attributes: {},
|
|
3814
|
+
path: ["form", "color", "colorpicker", "purple", "pattern"],
|
|
3815
|
+
},
|
|
3816
|
+
"label-default": {
|
|
3817
|
+
$type: "color",
|
|
3818
|
+
$value: "#985FDC",
|
|
3819
|
+
$description:
|
|
3820
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3821
|
+
filePath: "data/tokens/components/form.json",
|
|
3822
|
+
isSource: true,
|
|
3823
|
+
original: {
|
|
3824
|
+
$type: "color",
|
|
3825
|
+
$value: "{modes.color.colorcode.purple.deep}",
|
|
3826
|
+
$description:
|
|
3827
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3828
|
+
},
|
|
3829
|
+
name: "formColorColorpickerPurpleLabelDefault",
|
|
3830
|
+
attributes: {},
|
|
3831
|
+
path: ["form", "color", "colorpicker", "purple", "label-default"],
|
|
3832
|
+
},
|
|
3833
|
+
},
|
|
3834
|
+
slate: {
|
|
3835
|
+
border: {
|
|
3836
|
+
$type: "color",
|
|
3837
|
+
$value: "#527386",
|
|
3838
|
+
filePath: "data/tokens/components/form.json",
|
|
3839
|
+
isSource: true,
|
|
3840
|
+
original: {
|
|
3841
|
+
$type: "color",
|
|
3842
|
+
$value: "{modes.color.colorcode.slate.rich}",
|
|
3843
|
+
},
|
|
3844
|
+
name: "formColorColorpickerSlateBorder",
|
|
3845
|
+
attributes: {},
|
|
3846
|
+
path: ["form", "color", "colorpicker", "slate", "border"],
|
|
3847
|
+
},
|
|
3848
|
+
"bg-alt": {
|
|
3849
|
+
$type: "color",
|
|
3850
|
+
$value: "#527386",
|
|
3851
|
+
filePath: "data/tokens/components/form.json",
|
|
3852
|
+
isSource: true,
|
|
3853
|
+
original: {
|
|
3854
|
+
$type: "color",
|
|
3855
|
+
$value: "{modes.color.colorcode.slate.rich}",
|
|
3856
|
+
},
|
|
3857
|
+
name: "formColorColorpickerSlateBgAlt",
|
|
3858
|
+
attributes: {},
|
|
3859
|
+
path: ["form", "color", "colorpicker", "slate", "bg-alt"],
|
|
3860
|
+
},
|
|
3861
|
+
"bg-default": {
|
|
3862
|
+
$type: "color",
|
|
3863
|
+
$value: "#121D23",
|
|
3864
|
+
filePath: "data/tokens/components/form.json",
|
|
3865
|
+
isSource: true,
|
|
3866
|
+
original: {
|
|
3867
|
+
$type: "color",
|
|
3868
|
+
$value: "{modes.color.colorcode.slate.muted}",
|
|
3869
|
+
},
|
|
3870
|
+
name: "formColorColorpickerSlateBgDefault",
|
|
3871
|
+
attributes: {},
|
|
3872
|
+
path: ["form", "color", "colorpicker", "slate", "bg-default"],
|
|
3873
|
+
},
|
|
3874
|
+
pattern: {
|
|
3875
|
+
$type: "color",
|
|
3876
|
+
$value: "#527386",
|
|
3877
|
+
filePath: "data/tokens/components/form.json",
|
|
3878
|
+
isSource: true,
|
|
3879
|
+
original: {
|
|
3880
|
+
$type: "color",
|
|
3881
|
+
$value: "{modes.color.colorcode.slate.rich}",
|
|
3882
|
+
},
|
|
3883
|
+
name: "formColorColorpickerSlatePattern",
|
|
3884
|
+
attributes: {},
|
|
3885
|
+
path: ["form", "color", "colorpicker", "slate", "pattern"],
|
|
3886
|
+
},
|
|
3887
|
+
"label-default": {
|
|
3888
|
+
$type: "color",
|
|
3889
|
+
$value: "#5C8196",
|
|
3890
|
+
$description:
|
|
3891
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3892
|
+
filePath: "data/tokens/components/form.json",
|
|
3893
|
+
isSource: true,
|
|
3894
|
+
original: {
|
|
3895
|
+
$type: "color",
|
|
3896
|
+
$value: "{modes.color.colorcode.slate.deep}",
|
|
3897
|
+
$description:
|
|
3898
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3899
|
+
},
|
|
3900
|
+
name: "formColorColorpickerSlateLabelDefault",
|
|
3901
|
+
attributes: {},
|
|
3902
|
+
path: ["form", "color", "colorpicker", "slate", "label-default"],
|
|
3903
|
+
},
|
|
3904
|
+
},
|
|
3905
|
+
gray: {
|
|
3906
|
+
border: {
|
|
3907
|
+
$type: "color",
|
|
3908
|
+
$value: "#6F6F6F",
|
|
3909
|
+
filePath: "data/tokens/components/form.json",
|
|
3910
|
+
isSource: true,
|
|
3911
|
+
original: {
|
|
3912
|
+
$type: "color",
|
|
3913
|
+
$value: "{modes.color.colorcode.gray.rich}",
|
|
3914
|
+
},
|
|
3915
|
+
name: "formColorColorpickerGrayBorder",
|
|
3916
|
+
attributes: {},
|
|
3917
|
+
path: ["form", "color", "colorpicker", "gray", "border"],
|
|
3918
|
+
},
|
|
3919
|
+
"bg-alt": {
|
|
3920
|
+
$type: "color",
|
|
3921
|
+
$value: "#6F6F6F",
|
|
3922
|
+
filePath: "data/tokens/components/form.json",
|
|
3923
|
+
isSource: true,
|
|
3924
|
+
original: {
|
|
3925
|
+
$type: "color",
|
|
3926
|
+
$value: "{modes.color.colorcode.gray.rich}",
|
|
3927
|
+
},
|
|
3928
|
+
name: "formColorColorpickerGrayBgAlt",
|
|
3929
|
+
attributes: {},
|
|
3930
|
+
path: ["form", "color", "colorpicker", "gray", "bg-alt"],
|
|
3931
|
+
},
|
|
3932
|
+
"bg-default": {
|
|
3933
|
+
$type: "color",
|
|
3934
|
+
$value: "#1b1b1b",
|
|
3935
|
+
filePath: "data/tokens/components/form.json",
|
|
3936
|
+
isSource: true,
|
|
3937
|
+
original: {
|
|
3938
|
+
$type: "color",
|
|
3939
|
+
$value: "{modes.color.colorcode.gray.muted}",
|
|
3940
|
+
},
|
|
3941
|
+
name: "formColorColorpickerGrayBgDefault",
|
|
3942
|
+
attributes: {},
|
|
3943
|
+
path: ["form", "color", "colorpicker", "gray", "bg-default"],
|
|
3944
|
+
},
|
|
3945
|
+
pattern: {
|
|
3946
|
+
$type: "color",
|
|
3947
|
+
$value: "#6F6F6F",
|
|
3948
|
+
filePath: "data/tokens/components/form.json",
|
|
3949
|
+
isSource: true,
|
|
3950
|
+
original: {
|
|
3951
|
+
$type: "color",
|
|
3952
|
+
$value: "{modes.color.colorcode.gray.rich}",
|
|
3953
|
+
},
|
|
3954
|
+
name: "formColorColorpickerGrayPattern",
|
|
3955
|
+
attributes: {},
|
|
3956
|
+
path: ["form", "color", "colorpicker", "gray", "pattern"],
|
|
3957
|
+
},
|
|
3958
|
+
"label-default": {
|
|
3959
|
+
$type: "color",
|
|
3960
|
+
$value: "#7C7C7C",
|
|
3961
|
+
$description:
|
|
3962
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3963
|
+
filePath: "data/tokens/components/form.json",
|
|
3964
|
+
isSource: true,
|
|
3965
|
+
original: {
|
|
3966
|
+
$type: "color",
|
|
3967
|
+
$value: "{modes.color.colorcode.gray.deep}",
|
|
3968
|
+
$description:
|
|
3969
|
+
"At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
|
|
3970
|
+
},
|
|
3971
|
+
name: "formColorColorpickerGrayLabelDefault",
|
|
3972
|
+
attributes: {},
|
|
3973
|
+
path: ["form", "color", "colorpicker", "gray", "label-default"],
|
|
3974
|
+
},
|
|
3975
|
+
},
|
|
3976
|
+
},
|
|
3235
3977
|
dropdown: {
|
|
3236
3978
|
"bg-hover": {
|
|
3237
3979
|
$type: "color",
|