@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
|
@@ -21,18 +21,6 @@ declare interface DesignToken {
|
|
|
21
21
|
declare const tokens: {
|
|
22
22
|
container: {
|
|
23
23
|
color: {
|
|
24
|
-
standard: {
|
|
25
|
-
"bg-alt": DesignToken;
|
|
26
|
-
"bg-default": DesignToken;
|
|
27
|
-
"bgFooter-default": DesignToken;
|
|
28
|
-
"border-active": DesignToken;
|
|
29
|
-
"border-alt": DesignToken;
|
|
30
|
-
"border-default": DesignToken;
|
|
31
|
-
dimmer: DesignToken;
|
|
32
|
-
icon: DesignToken;
|
|
33
|
-
"text-alt": DesignToken;
|
|
34
|
-
"text-default": DesignToken;
|
|
35
|
-
};
|
|
36
24
|
AI: {
|
|
37
25
|
borderhorizontal: DesignToken;
|
|
38
26
|
bordervertical: DesignToken;
|
|
@@ -41,14 +29,54 @@ declare const tokens: {
|
|
|
41
29
|
"borderAi-vertical": DesignToken;
|
|
42
30
|
};
|
|
43
31
|
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"fg-default": DesignToken;
|
|
32
|
+
blockquote: {
|
|
33
|
+
border: DesignToken;
|
|
47
34
|
};
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
35
|
+
calendar: {
|
|
36
|
+
"label-default": DesignToken;
|
|
37
|
+
"label-alt": DesignToken;
|
|
38
|
+
blue: {
|
|
39
|
+
"bg-default": DesignToken;
|
|
40
|
+
pattern: DesignToken;
|
|
41
|
+
};
|
|
42
|
+
teal: {
|
|
43
|
+
"bg-default": DesignToken;
|
|
44
|
+
pattern: DesignToken;
|
|
45
|
+
};
|
|
46
|
+
green: {
|
|
47
|
+
"bg-default": DesignToken;
|
|
48
|
+
pattern: DesignToken;
|
|
49
|
+
};
|
|
50
|
+
lime: {
|
|
51
|
+
"bg-default": DesignToken;
|
|
52
|
+
pattern: DesignToken;
|
|
53
|
+
};
|
|
54
|
+
orange: {
|
|
55
|
+
"bg-default": DesignToken;
|
|
56
|
+
pattern: DesignToken;
|
|
57
|
+
};
|
|
58
|
+
red: {
|
|
59
|
+
"bg-default": DesignToken;
|
|
60
|
+
pattern: DesignToken;
|
|
61
|
+
};
|
|
62
|
+
pink: {
|
|
63
|
+
"bg-default": DesignToken;
|
|
64
|
+
pattern: DesignToken;
|
|
51
65
|
};
|
|
66
|
+
purple: {
|
|
67
|
+
"bg-default": DesignToken;
|
|
68
|
+
pattern: DesignToken;
|
|
69
|
+
};
|
|
70
|
+
slate: {
|
|
71
|
+
"bg-default": DesignToken;
|
|
72
|
+
pattern: DesignToken;
|
|
73
|
+
};
|
|
74
|
+
gray: {
|
|
75
|
+
"bg-default": DesignToken;
|
|
76
|
+
pattern: DesignToken;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
interactive: {
|
|
52
80
|
"bgFooter-activated": DesignToken;
|
|
53
81
|
"bgFooter-active": DesignToken;
|
|
54
82
|
"border-activated": DesignToken;
|
|
@@ -72,9 +100,25 @@ declare const tokens: {
|
|
|
72
100
|
"text-enabled": DesignToken;
|
|
73
101
|
"textAlt-enabled": DesignToken;
|
|
74
102
|
"text-hover": DesignToken;
|
|
103
|
+
detailedicon: {
|
|
104
|
+
bg: DesignToken;
|
|
105
|
+
};
|
|
75
106
|
};
|
|
76
|
-
|
|
77
|
-
|
|
107
|
+
scrollbar: {
|
|
108
|
+
"bg-default": DesignToken;
|
|
109
|
+
"fg-default": DesignToken;
|
|
110
|
+
};
|
|
111
|
+
standard: {
|
|
112
|
+
"bg-alt": DesignToken;
|
|
113
|
+
"bg-default": DesignToken;
|
|
114
|
+
"bgFooter-default": DesignToken;
|
|
115
|
+
"border-active": DesignToken;
|
|
116
|
+
"border-alt": DesignToken;
|
|
117
|
+
"border-default": DesignToken;
|
|
118
|
+
dimmer: DesignToken;
|
|
119
|
+
icon: DesignToken;
|
|
120
|
+
"text-alt": DesignToken;
|
|
121
|
+
"text-default": DesignToken;
|
|
78
122
|
};
|
|
79
123
|
};
|
|
80
124
|
size: {
|