@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
|
@@ -15,6 +15,36 @@ export const modesColorBrandCopilotAiIdentifierWithDefault = "#00D639";
|
|
|
15
15
|
export const modesColorBrandCopilotNoBgMonochrome = "#000000";
|
|
16
16
|
export const modesColorCustomDefault = "#00811F";
|
|
17
17
|
export const modesColorCustomFrozen = "#008046";
|
|
18
|
+
export const modesColorColorcodeBlueDeep = "#0071c3";
|
|
19
|
+
export const modesColorColorcodeBlueMuted = "#CDE5FF";
|
|
20
|
+
export const modesColorColorcodeBlueRich = "#0084E1";
|
|
21
|
+
export const modesColorColorcodeTealDeep = "#007C7B";
|
|
22
|
+
export const modesColorColorcodeTealMuted = "#C1FBFB";
|
|
23
|
+
export const modesColorColorcodeTealRich = "#009B99";
|
|
24
|
+
export const modesColorColorcodeGreenDeep = "#00811F";
|
|
25
|
+
export const modesColorColorcodeGreenMuted = "#C5FFC9";
|
|
26
|
+
export const modesColorColorcodeGreenRich = "#00a128";
|
|
27
|
+
export const modesColorColorcodeLimeDeep = "#637700";
|
|
28
|
+
export const modesColorColorcodeLimeMuted = "#FFFF9C";
|
|
29
|
+
export const modesColorColorcodeLimeRich = "#819B00";
|
|
30
|
+
export const modesColorColorcodeOrangeDeep = "#C54300";
|
|
31
|
+
export const modesColorColorcodeOrangeMuted = "#FEEAB0";
|
|
32
|
+
export const modesColorColorcodeOrangeRich = "#EA5100";
|
|
33
|
+
export const modesColorColorcodeRedDeep = "#DC004E";
|
|
34
|
+
export const modesColorColorcodeRedMuted = "#FFDBCF";
|
|
35
|
+
export const modesColorColorcodeRedRich = "#FE005B";
|
|
36
|
+
export const modesColorColorcodePinkDeep = "#C8269A";
|
|
37
|
+
export const modesColorColorcodePinkMuted = "#FFD7EE";
|
|
38
|
+
export const modesColorColorcodePinkRich = "#e62db2";
|
|
39
|
+
export const modesColorColorcodePurpleDeep = "#8F4CD7";
|
|
40
|
+
export const modesColorColorcodePurpleMuted = "#E7DEF8";
|
|
41
|
+
export const modesColorColorcodePurpleRich = "#9C66DE";
|
|
42
|
+
export const modesColorColorcodeSlateDeep = "#527386";
|
|
43
|
+
export const modesColorColorcodeSlateMuted = "#D4E5F1";
|
|
44
|
+
export const modesColorColorcodeSlateRich = "#60869C";
|
|
45
|
+
export const modesColorColorcodeGrayDeep = "#6F6F6F";
|
|
46
|
+
export const modesColorColorcodeGrayMuted = "#E2E2E2";
|
|
47
|
+
export const modesColorColorcodeGrayRich = "#9b9b9b";
|
|
18
48
|
export const modesColorGenericBgNought = "#FFFFFF";
|
|
19
49
|
export const modesColorGenericBgFaint = "#f3f3f3";
|
|
20
50
|
export const modesColorGenericBgDelicate = "#e8e8e8";
|
|
@@ -37,16 +37,31 @@
|
|
|
37
37
|
"bg-default": {
|
|
38
38
|
$type: "color",
|
|
39
39
|
$value: "#E13E53",
|
|
40
|
+
$description: "Used in global nav notification badges",
|
|
40
41
|
filePath: "data/tokens/components/badge.json",
|
|
41
42
|
isSource: true,
|
|
42
43
|
original: {
|
|
43
44
|
$type: "color",
|
|
44
45
|
$value: "{modes.color.status.negative.default}",
|
|
46
|
+
$description: "Used in global nav notification badges",
|
|
45
47
|
},
|
|
46
48
|
name: "badgeColorNotificationBgDefault",
|
|
47
49
|
attributes: {},
|
|
48
50
|
path: ["badge", "color", "notification", "bg-default"],
|
|
49
51
|
},
|
|
52
|
+
"bg-alt": {
|
|
53
|
+
$type: "color",
|
|
54
|
+
$value: "#007ED9",
|
|
55
|
+
filePath: "data/tokens/components/badge.json",
|
|
56
|
+
isSource: true,
|
|
57
|
+
original: {
|
|
58
|
+
$type: "color",
|
|
59
|
+
$value: "{modes.color.status.info.default}",
|
|
60
|
+
},
|
|
61
|
+
name: "badgeColorNotificationBgAlt",
|
|
62
|
+
attributes: {},
|
|
63
|
+
path: ["badge", "color", "notification", "bg-alt"],
|
|
64
|
+
},
|
|
50
65
|
"label-default": {
|
|
51
66
|
$type: "color",
|
|
52
67
|
$value: "#000000",
|