@sage/design-tokens 13.1.0 → 14.0.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 +67 -21
- package/css/frozenproduct/large/components/badge.css +8 -3
- package/css/frozenproduct/large/components/button.css +16 -7
- package/css/frozenproduct/large/components/focus.css +4 -0
- package/css/frozenproduct/large/components/link.css +2 -0
- package/css/frozenproduct/large/components/logo.css +0 -2
- package/css/frozenproduct/large/components/progress.css +4 -3
- package/css/frozenproduct/large/components/table.css +1 -0
- package/css/frozenproduct/large/dark.css +16 -3
- package/css/frozenproduct/large/light.css +16 -3
- package/css/frozenproduct/small/components/badge.css +8 -3
- package/css/frozenproduct/small/components/button.css +16 -7
- package/css/frozenproduct/small/components/focus.css +4 -0
- package/css/frozenproduct/small/components/link.css +2 -0
- package/css/frozenproduct/small/components/logo.css +0 -2
- package/css/frozenproduct/small/components/progress.css +4 -3
- package/css/frozenproduct/small/components/table.css +1 -0
- package/css/frozenproduct/small/dark.css +16 -3
- package/css/frozenproduct/small/light.css +16 -3
- package/css/marketing/all.css +67 -21
- package/css/marketing/large/components/badge.css +8 -3
- package/css/marketing/large/components/button.css +16 -7
- package/css/marketing/large/components/focus.css +4 -0
- package/css/marketing/large/components/link.css +2 -0
- package/css/marketing/large/components/logo.css +0 -2
- package/css/marketing/large/components/progress.css +4 -3
- package/css/marketing/large/components/table.css +1 -0
- package/css/marketing/large/dark.css +16 -3
- package/css/marketing/large/light.css +16 -3
- package/css/marketing/small/components/badge.css +8 -3
- package/css/marketing/small/components/button.css +16 -7
- package/css/marketing/small/components/focus.css +4 -0
- package/css/marketing/small/components/link.css +2 -0
- package/css/marketing/small/components/logo.css +0 -2
- package/css/marketing/small/components/progress.css +4 -3
- package/css/marketing/small/components/table.css +1 -0
- package/css/marketing/small/dark.css +16 -3
- package/css/marketing/small/light.css +16 -3
- package/css/product/all.css +67 -21
- package/css/product/large/components/badge.css +8 -3
- package/css/product/large/components/button.css +16 -7
- package/css/product/large/components/focus.css +4 -0
- package/css/product/large/components/link.css +2 -0
- package/css/product/large/components/logo.css +0 -2
- package/css/product/large/components/progress.css +4 -3
- package/css/product/large/components/table.css +1 -0
- package/css/product/large/dark.css +16 -3
- package/css/product/large/light.css +16 -3
- package/css/product/small/components/badge.css +8 -3
- package/css/product/small/components/button.css +16 -7
- package/css/product/small/components/focus.css +4 -0
- package/css/product/small/components/link.css +2 -0
- package/css/product/small/components/logo.css +0 -2
- package/css/product/small/components/progress.css +4 -3
- package/css/product/small/components/table.css +1 -0
- package/css/product/small/dark.css +16 -3
- package/css/product/small/light.css +16 -3
- package/ios/frozenproduct/large/dark/components/badge.h +5 -0
- package/ios/frozenproduct/large/dark/components/button.h +10 -1
- package/ios/frozenproduct/large/dark/components/focus.h +4 -0
- package/ios/frozenproduct/large/dark/components/link.h +2 -0
- package/ios/frozenproduct/large/dark/components/logo.h +0 -2
- package/ios/frozenproduct/large/dark/components/progress.h +4 -3
- package/ios/frozenproduct/large/dark/components/table.h +1 -0
- package/ios/frozenproduct/large/dark/mode.h +16 -3
- package/ios/frozenproduct/large/light/components/badge.h +5 -0
- package/ios/frozenproduct/large/light/components/button.h +10 -1
- package/ios/frozenproduct/large/light/components/focus.h +4 -0
- package/ios/frozenproduct/large/light/components/link.h +2 -0
- package/ios/frozenproduct/large/light/components/logo.h +0 -2
- package/ios/frozenproduct/large/light/components/progress.h +4 -3
- package/ios/frozenproduct/large/light/components/table.h +1 -0
- package/ios/frozenproduct/large/light/mode.h +16 -3
- package/ios/frozenproduct/small/dark/components/badge.h +5 -0
- package/ios/frozenproduct/small/dark/components/button.h +10 -1
- package/ios/frozenproduct/small/dark/components/focus.h +4 -0
- package/ios/frozenproduct/small/dark/components/link.h +2 -0
- package/ios/frozenproduct/small/dark/components/logo.h +0 -2
- package/ios/frozenproduct/small/dark/components/progress.h +4 -3
- package/ios/frozenproduct/small/dark/components/table.h +1 -0
- package/ios/frozenproduct/small/dark/mode.h +16 -3
- package/ios/frozenproduct/small/light/components/badge.h +5 -0
- package/ios/frozenproduct/small/light/components/button.h +10 -1
- package/ios/frozenproduct/small/light/components/focus.h +4 -0
- package/ios/frozenproduct/small/light/components/link.h +2 -0
- package/ios/frozenproduct/small/light/components/logo.h +0 -2
- package/ios/frozenproduct/small/light/components/progress.h +4 -3
- package/ios/frozenproduct/small/light/components/table.h +1 -0
- package/ios/frozenproduct/small/light/mode.h +16 -3
- package/ios/marketing/large/dark/components/badge.h +5 -0
- package/ios/marketing/large/dark/components/button.h +10 -1
- package/ios/marketing/large/dark/components/focus.h +4 -0
- package/ios/marketing/large/dark/components/link.h +2 -0
- package/ios/marketing/large/dark/components/logo.h +0 -2
- package/ios/marketing/large/dark/components/progress.h +4 -3
- package/ios/marketing/large/dark/components/table.h +1 -0
- package/ios/marketing/large/dark/mode.h +16 -3
- package/ios/marketing/large/light/components/badge.h +5 -0
- package/ios/marketing/large/light/components/button.h +10 -1
- package/ios/marketing/large/light/components/focus.h +4 -0
- package/ios/marketing/large/light/components/link.h +2 -0
- package/ios/marketing/large/light/components/logo.h +0 -2
- package/ios/marketing/large/light/components/progress.h +4 -3
- package/ios/marketing/large/light/components/table.h +1 -0
- package/ios/marketing/large/light/mode.h +16 -3
- package/ios/marketing/small/dark/components/badge.h +5 -0
- package/ios/marketing/small/dark/components/button.h +10 -1
- package/ios/marketing/small/dark/components/focus.h +4 -0
- package/ios/marketing/small/dark/components/link.h +2 -0
- package/ios/marketing/small/dark/components/logo.h +0 -2
- package/ios/marketing/small/dark/components/progress.h +4 -3
- package/ios/marketing/small/dark/components/table.h +1 -0
- package/ios/marketing/small/dark/mode.h +16 -3
- package/ios/marketing/small/light/components/badge.h +5 -0
- package/ios/marketing/small/light/components/button.h +10 -1
- package/ios/marketing/small/light/components/focus.h +4 -0
- package/ios/marketing/small/light/components/link.h +2 -0
- package/ios/marketing/small/light/components/logo.h +0 -2
- package/ios/marketing/small/light/components/progress.h +4 -3
- package/ios/marketing/small/light/components/table.h +1 -0
- package/ios/marketing/small/light/mode.h +16 -3
- package/ios/product/large/dark/components/badge.h +5 -0
- package/ios/product/large/dark/components/button.h +10 -1
- package/ios/product/large/dark/components/focus.h +4 -0
- package/ios/product/large/dark/components/link.h +2 -0
- package/ios/product/large/dark/components/logo.h +0 -2
- package/ios/product/large/dark/components/progress.h +4 -3
- package/ios/product/large/dark/components/table.h +1 -0
- package/ios/product/large/dark/mode.h +16 -3
- package/ios/product/large/light/components/badge.h +5 -0
- package/ios/product/large/light/components/button.h +10 -1
- package/ios/product/large/light/components/focus.h +4 -0
- package/ios/product/large/light/components/link.h +2 -0
- package/ios/product/large/light/components/logo.h +0 -2
- package/ios/product/large/light/components/progress.h +4 -3
- package/ios/product/large/light/components/table.h +1 -0
- package/ios/product/large/light/mode.h +16 -3
- package/ios/product/small/dark/components/badge.h +5 -0
- package/ios/product/small/dark/components/button.h +10 -1
- package/ios/product/small/dark/components/focus.h +4 -0
- package/ios/product/small/dark/components/link.h +2 -0
- package/ios/product/small/dark/components/logo.h +0 -2
- package/ios/product/small/dark/components/progress.h +4 -3
- package/ios/product/small/dark/components/table.h +1 -0
- package/ios/product/small/dark/mode.h +16 -3
- package/ios/product/small/light/components/badge.h +5 -0
- package/ios/product/small/light/components/button.h +10 -1
- package/ios/product/small/light/components/focus.h +4 -0
- package/ios/product/small/light/components/link.h +2 -0
- package/ios/product/small/light/components/logo.h +0 -2
- package/ios/product/small/light/components/progress.h +4 -3
- package/ios/product/small/light/components/table.h +1 -0
- package/ios/product/small/light/mode.h +16 -3
- package/js/common/frozenproduct/large/dark/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/badge.js +84 -3
- package/js/common/frozenproduct/large/dark/components/button.d.ts +11 -0
- package/js/common/frozenproduct/large/dark/components/button.js +185 -1
- package/js/common/frozenproduct/large/dark/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/large/dark/components/focus.js +54 -0
- package/js/common/frozenproduct/large/dark/components/link.d.ts +4 -0
- package/js/common/frozenproduct/large/dark/components/link.js +30 -0
- package/js/common/frozenproduct/large/dark/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/large/dark/components/logo.js +0 -30
- package/js/common/frozenproduct/large/dark/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/large/dark/components/progress.js +22 -7
- package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/table.js +15 -0
- package/js/common/frozenproduct/large/dark/mode.d.ts +19 -2
- package/js/common/frozenproduct/large/dark/mode.js +447 -26
- package/js/common/frozenproduct/large/light/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/badge.js +84 -3
- package/js/common/frozenproduct/large/light/components/button.d.ts +11 -0
- package/js/common/frozenproduct/large/light/components/button.js +185 -1
- package/js/common/frozenproduct/large/light/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/large/light/components/focus.js +54 -0
- package/js/common/frozenproduct/large/light/components/link.d.ts +4 -0
- package/js/common/frozenproduct/large/light/components/link.js +30 -0
- package/js/common/frozenproduct/large/light/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/large/light/components/logo.js +0 -30
- package/js/common/frozenproduct/large/light/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/large/light/components/progress.js +22 -7
- package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/table.js +15 -0
- package/js/common/frozenproduct/large/light/mode.d.ts +19 -2
- package/js/common/frozenproduct/large/light/mode.js +452 -31
- package/js/common/frozenproduct/small/dark/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/badge.js +84 -3
- package/js/common/frozenproduct/small/dark/components/button.d.ts +11 -0
- package/js/common/frozenproduct/small/dark/components/button.js +185 -1
- package/js/common/frozenproduct/small/dark/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/small/dark/components/focus.js +54 -0
- package/js/common/frozenproduct/small/dark/components/link.d.ts +4 -0
- package/js/common/frozenproduct/small/dark/components/link.js +30 -0
- package/js/common/frozenproduct/small/dark/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/small/dark/components/logo.js +0 -30
- package/js/common/frozenproduct/small/dark/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/small/dark/components/progress.js +22 -7
- package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/table.js +15 -0
- package/js/common/frozenproduct/small/dark/mode.d.ts +19 -2
- package/js/common/frozenproduct/small/dark/mode.js +447 -26
- package/js/common/frozenproduct/small/light/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/badge.js +84 -3
- package/js/common/frozenproduct/small/light/components/button.d.ts +11 -0
- package/js/common/frozenproduct/small/light/components/button.js +185 -1
- package/js/common/frozenproduct/small/light/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/small/light/components/focus.js +54 -0
- package/js/common/frozenproduct/small/light/components/link.d.ts +4 -0
- package/js/common/frozenproduct/small/light/components/link.js +30 -0
- package/js/common/frozenproduct/small/light/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/small/light/components/logo.js +0 -30
- package/js/common/frozenproduct/small/light/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/small/light/components/progress.js +22 -7
- package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/table.js +15 -0
- package/js/common/frozenproduct/small/light/mode.d.ts +19 -2
- package/js/common/frozenproduct/small/light/mode.js +452 -31
- package/js/common/marketing/large/dark/components/badge.d.ts +7 -0
- package/js/common/marketing/large/dark/components/badge.js +84 -3
- package/js/common/marketing/large/dark/components/button.d.ts +11 -0
- package/js/common/marketing/large/dark/components/button.js +185 -1
- package/js/common/marketing/large/dark/components/focus.d.ts +6 -0
- package/js/common/marketing/large/dark/components/focus.js +54 -0
- package/js/common/marketing/large/dark/components/link.d.ts +4 -0
- package/js/common/marketing/large/dark/components/link.js +30 -0
- package/js/common/marketing/large/dark/components/logo.d.ts +0 -4
- package/js/common/marketing/large/dark/components/logo.js +0 -30
- package/js/common/marketing/large/dark/components/progress.d.ts +2 -1
- package/js/common/marketing/large/dark/components/progress.js +22 -7
- package/js/common/marketing/large/dark/components/table.d.ts +1 -0
- package/js/common/marketing/large/dark/components/table.js +15 -0
- package/js/common/marketing/large/dark/mode.d.ts +19 -2
- package/js/common/marketing/large/dark/mode.js +447 -26
- package/js/common/marketing/large/light/components/badge.d.ts +7 -0
- package/js/common/marketing/large/light/components/badge.js +84 -3
- package/js/common/marketing/large/light/components/button.d.ts +11 -0
- package/js/common/marketing/large/light/components/button.js +185 -1
- package/js/common/marketing/large/light/components/focus.d.ts +6 -0
- package/js/common/marketing/large/light/components/focus.js +54 -0
- package/js/common/marketing/large/light/components/link.d.ts +4 -0
- package/js/common/marketing/large/light/components/link.js +30 -0
- package/js/common/marketing/large/light/components/logo.d.ts +0 -4
- package/js/common/marketing/large/light/components/logo.js +0 -30
- package/js/common/marketing/large/light/components/progress.d.ts +2 -1
- package/js/common/marketing/large/light/components/progress.js +22 -7
- package/js/common/marketing/large/light/components/table.d.ts +1 -0
- package/js/common/marketing/large/light/components/table.js +15 -0
- package/js/common/marketing/large/light/mode.d.ts +19 -2
- package/js/common/marketing/large/light/mode.js +452 -31
- package/js/common/marketing/small/dark/components/badge.d.ts +7 -0
- package/js/common/marketing/small/dark/components/badge.js +84 -3
- package/js/common/marketing/small/dark/components/button.d.ts +11 -0
- package/js/common/marketing/small/dark/components/button.js +185 -1
- package/js/common/marketing/small/dark/components/focus.d.ts +6 -0
- package/js/common/marketing/small/dark/components/focus.js +54 -0
- package/js/common/marketing/small/dark/components/link.d.ts +4 -0
- package/js/common/marketing/small/dark/components/link.js +30 -0
- package/js/common/marketing/small/dark/components/logo.d.ts +0 -4
- package/js/common/marketing/small/dark/components/logo.js +0 -30
- package/js/common/marketing/small/dark/components/progress.d.ts +2 -1
- package/js/common/marketing/small/dark/components/progress.js +22 -7
- package/js/common/marketing/small/dark/components/table.d.ts +1 -0
- package/js/common/marketing/small/dark/components/table.js +15 -0
- package/js/common/marketing/small/dark/mode.d.ts +19 -2
- package/js/common/marketing/small/dark/mode.js +447 -26
- package/js/common/marketing/small/light/components/badge.d.ts +7 -0
- package/js/common/marketing/small/light/components/badge.js +84 -3
- package/js/common/marketing/small/light/components/button.d.ts +11 -0
- package/js/common/marketing/small/light/components/button.js +185 -1
- package/js/common/marketing/small/light/components/focus.d.ts +6 -0
- package/js/common/marketing/small/light/components/focus.js +54 -0
- package/js/common/marketing/small/light/components/link.d.ts +4 -0
- package/js/common/marketing/small/light/components/link.js +30 -0
- package/js/common/marketing/small/light/components/logo.d.ts +0 -4
- package/js/common/marketing/small/light/components/logo.js +0 -30
- package/js/common/marketing/small/light/components/progress.d.ts +2 -1
- package/js/common/marketing/small/light/components/progress.js +22 -7
- package/js/common/marketing/small/light/components/table.d.ts +1 -0
- package/js/common/marketing/small/light/components/table.js +15 -0
- package/js/common/marketing/small/light/mode.d.ts +19 -2
- package/js/common/marketing/small/light/mode.js +452 -31
- package/js/common/product/large/dark/components/badge.d.ts +7 -0
- package/js/common/product/large/dark/components/badge.js +84 -3
- package/js/common/product/large/dark/components/button.d.ts +11 -0
- package/js/common/product/large/dark/components/button.js +185 -1
- package/js/common/product/large/dark/components/focus.d.ts +6 -0
- package/js/common/product/large/dark/components/focus.js +54 -0
- package/js/common/product/large/dark/components/link.d.ts +4 -0
- package/js/common/product/large/dark/components/link.js +30 -0
- package/js/common/product/large/dark/components/logo.d.ts +0 -4
- package/js/common/product/large/dark/components/logo.js +0 -30
- package/js/common/product/large/dark/components/progress.d.ts +2 -1
- package/js/common/product/large/dark/components/progress.js +22 -7
- package/js/common/product/large/dark/components/table.d.ts +1 -0
- package/js/common/product/large/dark/components/table.js +15 -0
- package/js/common/product/large/dark/mode.d.ts +19 -2
- package/js/common/product/large/dark/mode.js +447 -26
- package/js/common/product/large/light/components/badge.d.ts +7 -0
- package/js/common/product/large/light/components/badge.js +84 -3
- package/js/common/product/large/light/components/button.d.ts +11 -0
- package/js/common/product/large/light/components/button.js +185 -1
- package/js/common/product/large/light/components/focus.d.ts +6 -0
- package/js/common/product/large/light/components/focus.js +54 -0
- package/js/common/product/large/light/components/link.d.ts +4 -0
- package/js/common/product/large/light/components/link.js +30 -0
- package/js/common/product/large/light/components/logo.d.ts +0 -4
- package/js/common/product/large/light/components/logo.js +0 -30
- package/js/common/product/large/light/components/progress.d.ts +2 -1
- package/js/common/product/large/light/components/progress.js +22 -7
- package/js/common/product/large/light/components/table.d.ts +1 -0
- package/js/common/product/large/light/components/table.js +15 -0
- package/js/common/product/large/light/mode.d.ts +19 -2
- package/js/common/product/large/light/mode.js +452 -31
- package/js/common/product/small/dark/components/badge.d.ts +7 -0
- package/js/common/product/small/dark/components/badge.js +84 -3
- package/js/common/product/small/dark/components/button.d.ts +11 -0
- package/js/common/product/small/dark/components/button.js +185 -1
- package/js/common/product/small/dark/components/focus.d.ts +6 -0
- package/js/common/product/small/dark/components/focus.js +54 -0
- package/js/common/product/small/dark/components/link.d.ts +4 -0
- package/js/common/product/small/dark/components/link.js +30 -0
- package/js/common/product/small/dark/components/logo.d.ts +0 -4
- package/js/common/product/small/dark/components/logo.js +0 -30
- package/js/common/product/small/dark/components/progress.d.ts +2 -1
- package/js/common/product/small/dark/components/progress.js +22 -7
- package/js/common/product/small/dark/components/table.d.ts +1 -0
- package/js/common/product/small/dark/components/table.js +15 -0
- package/js/common/product/small/dark/mode.d.ts +19 -2
- package/js/common/product/small/dark/mode.js +447 -26
- package/js/common/product/small/light/components/badge.d.ts +7 -0
- package/js/common/product/small/light/components/badge.js +84 -3
- package/js/common/product/small/light/components/button.d.ts +11 -0
- package/js/common/product/small/light/components/button.js +185 -1
- package/js/common/product/small/light/components/focus.d.ts +6 -0
- package/js/common/product/small/light/components/focus.js +54 -0
- package/js/common/product/small/light/components/link.d.ts +4 -0
- package/js/common/product/small/light/components/link.js +30 -0
- package/js/common/product/small/light/components/logo.d.ts +0 -4
- package/js/common/product/small/light/components/logo.js +0 -30
- package/js/common/product/small/light/components/progress.d.ts +2 -1
- package/js/common/product/small/light/components/progress.js +22 -7
- package/js/common/product/small/light/components/table.d.ts +1 -0
- package/js/common/product/small/light/components/table.js +15 -0
- package/js/common/product/small/light/mode.d.ts +19 -2
- package/js/common/product/small/light/mode.js +452 -31
- package/js/es6/frozenproduct/large/dark/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/large/dark/components/badge.js +5 -0
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/large/dark/components/button.js +10 -1
- package/js/es6/frozenproduct/large/dark/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/large/dark/components/focus.js +4 -0
- package/js/es6/frozenproduct/large/dark/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/link.js +2 -0
- package/js/es6/frozenproduct/large/dark/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/large/dark/components/logo.js +0 -2
- package/js/es6/frozenproduct/large/dark/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/large/dark/components/progress.js +4 -3
- package/js/es6/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +1 -0
- package/js/es6/frozenproduct/large/dark/mode.d.ts +15 -2
- package/js/es6/frozenproduct/large/dark/mode.js +16 -3
- package/js/es6/frozenproduct/large/light/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/large/light/components/badge.js +5 -0
- package/js/es6/frozenproduct/large/light/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/large/light/components/button.js +10 -1
- package/js/es6/frozenproduct/large/light/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/large/light/components/focus.js +4 -0
- package/js/es6/frozenproduct/large/light/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/link.js +2 -0
- package/js/es6/frozenproduct/large/light/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/large/light/components/logo.js +0 -2
- package/js/es6/frozenproduct/large/light/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/large/light/components/progress.js +4 -3
- package/js/es6/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/table.js +1 -0
- package/js/es6/frozenproduct/large/light/mode.d.ts +15 -2
- package/js/es6/frozenproduct/large/light/mode.js +16 -3
- package/js/es6/frozenproduct/small/dark/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/small/dark/components/badge.js +5 -0
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/small/dark/components/button.js +10 -1
- package/js/es6/frozenproduct/small/dark/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/small/dark/components/focus.js +4 -0
- package/js/es6/frozenproduct/small/dark/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/link.js +2 -0
- package/js/es6/frozenproduct/small/dark/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/small/dark/components/logo.js +0 -2
- package/js/es6/frozenproduct/small/dark/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/small/dark/components/progress.js +4 -3
- package/js/es6/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +1 -0
- package/js/es6/frozenproduct/small/dark/mode.d.ts +15 -2
- package/js/es6/frozenproduct/small/dark/mode.js +16 -3
- package/js/es6/frozenproduct/small/light/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/small/light/components/badge.js +5 -0
- package/js/es6/frozenproduct/small/light/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/small/light/components/button.js +10 -1
- package/js/es6/frozenproduct/small/light/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/small/light/components/focus.js +4 -0
- package/js/es6/frozenproduct/small/light/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/link.js +2 -0
- package/js/es6/frozenproduct/small/light/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/small/light/components/logo.js +0 -2
- package/js/es6/frozenproduct/small/light/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/small/light/components/progress.js +4 -3
- package/js/es6/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/table.js +1 -0
- package/js/es6/frozenproduct/small/light/mode.d.ts +15 -2
- package/js/es6/frozenproduct/small/light/mode.js +16 -3
- package/js/es6/marketing/large/dark/components/badge.d.ts +5 -0
- package/js/es6/marketing/large/dark/components/badge.js +5 -0
- package/js/es6/marketing/large/dark/components/button.d.ts +9 -0
- package/js/es6/marketing/large/dark/components/button.js +10 -1
- package/js/es6/marketing/large/dark/components/focus.d.ts +4 -0
- package/js/es6/marketing/large/dark/components/focus.js +4 -0
- package/js/es6/marketing/large/dark/components/link.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/link.js +2 -0
- package/js/es6/marketing/large/dark/components/logo.d.ts +0 -2
- package/js/es6/marketing/large/dark/components/logo.js +0 -2
- package/js/es6/marketing/large/dark/components/progress.d.ts +4 -3
- package/js/es6/marketing/large/dark/components/progress.js +4 -3
- package/js/es6/marketing/large/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/table.js +1 -0
- package/js/es6/marketing/large/dark/mode.d.ts +15 -2
- package/js/es6/marketing/large/dark/mode.js +16 -3
- package/js/es6/marketing/large/light/components/badge.d.ts +5 -0
- package/js/es6/marketing/large/light/components/badge.js +5 -0
- package/js/es6/marketing/large/light/components/button.d.ts +9 -0
- package/js/es6/marketing/large/light/components/button.js +10 -1
- package/js/es6/marketing/large/light/components/focus.d.ts +4 -0
- package/js/es6/marketing/large/light/components/focus.js +4 -0
- package/js/es6/marketing/large/light/components/link.d.ts +2 -0
- package/js/es6/marketing/large/light/components/link.js +2 -0
- package/js/es6/marketing/large/light/components/logo.d.ts +0 -2
- package/js/es6/marketing/large/light/components/logo.js +0 -2
- package/js/es6/marketing/large/light/components/progress.d.ts +4 -3
- package/js/es6/marketing/large/light/components/progress.js +4 -3
- package/js/es6/marketing/large/light/components/table.d.ts +1 -0
- package/js/es6/marketing/large/light/components/table.js +1 -0
- package/js/es6/marketing/large/light/mode.d.ts +15 -2
- package/js/es6/marketing/large/light/mode.js +16 -3
- package/js/es6/marketing/small/dark/components/badge.d.ts +5 -0
- package/js/es6/marketing/small/dark/components/badge.js +5 -0
- package/js/es6/marketing/small/dark/components/button.d.ts +9 -0
- package/js/es6/marketing/small/dark/components/button.js +10 -1
- package/js/es6/marketing/small/dark/components/focus.d.ts +4 -0
- package/js/es6/marketing/small/dark/components/focus.js +4 -0
- package/js/es6/marketing/small/dark/components/link.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/link.js +2 -0
- package/js/es6/marketing/small/dark/components/logo.d.ts +0 -2
- package/js/es6/marketing/small/dark/components/logo.js +0 -2
- package/js/es6/marketing/small/dark/components/progress.d.ts +4 -3
- package/js/es6/marketing/small/dark/components/progress.js +4 -3
- package/js/es6/marketing/small/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/table.js +1 -0
- package/js/es6/marketing/small/dark/mode.d.ts +15 -2
- package/js/es6/marketing/small/dark/mode.js +16 -3
- package/js/es6/marketing/small/light/components/badge.d.ts +5 -0
- package/js/es6/marketing/small/light/components/badge.js +5 -0
- package/js/es6/marketing/small/light/components/button.d.ts +9 -0
- package/js/es6/marketing/small/light/components/button.js +10 -1
- package/js/es6/marketing/small/light/components/focus.d.ts +4 -0
- package/js/es6/marketing/small/light/components/focus.js +4 -0
- package/js/es6/marketing/small/light/components/link.d.ts +2 -0
- package/js/es6/marketing/small/light/components/link.js +2 -0
- package/js/es6/marketing/small/light/components/logo.d.ts +0 -2
- package/js/es6/marketing/small/light/components/logo.js +0 -2
- package/js/es6/marketing/small/light/components/progress.d.ts +4 -3
- package/js/es6/marketing/small/light/components/progress.js +4 -3
- package/js/es6/marketing/small/light/components/table.d.ts +1 -0
- package/js/es6/marketing/small/light/components/table.js +1 -0
- package/js/es6/marketing/small/light/mode.d.ts +15 -2
- package/js/es6/marketing/small/light/mode.js +16 -3
- package/js/es6/product/large/dark/components/badge.d.ts +5 -0
- package/js/es6/product/large/dark/components/badge.js +5 -0
- package/js/es6/product/large/dark/components/button.d.ts +9 -0
- package/js/es6/product/large/dark/components/button.js +10 -1
- package/js/es6/product/large/dark/components/focus.d.ts +4 -0
- package/js/es6/product/large/dark/components/focus.js +4 -0
- package/js/es6/product/large/dark/components/link.d.ts +2 -0
- package/js/es6/product/large/dark/components/link.js +2 -0
- package/js/es6/product/large/dark/components/logo.d.ts +0 -2
- package/js/es6/product/large/dark/components/logo.js +0 -2
- package/js/es6/product/large/dark/components/progress.d.ts +4 -3
- package/js/es6/product/large/dark/components/progress.js +4 -3
- package/js/es6/product/large/dark/components/table.d.ts +1 -0
- package/js/es6/product/large/dark/components/table.js +1 -0
- package/js/es6/product/large/dark/mode.d.ts +15 -2
- package/js/es6/product/large/dark/mode.js +16 -3
- package/js/es6/product/large/light/components/badge.d.ts +5 -0
- package/js/es6/product/large/light/components/badge.js +5 -0
- package/js/es6/product/large/light/components/button.d.ts +9 -0
- package/js/es6/product/large/light/components/button.js +10 -1
- package/js/es6/product/large/light/components/focus.d.ts +4 -0
- package/js/es6/product/large/light/components/focus.js +4 -0
- package/js/es6/product/large/light/components/link.d.ts +2 -0
- package/js/es6/product/large/light/components/link.js +2 -0
- package/js/es6/product/large/light/components/logo.d.ts +0 -2
- package/js/es6/product/large/light/components/logo.js +0 -2
- package/js/es6/product/large/light/components/progress.d.ts +4 -3
- package/js/es6/product/large/light/components/progress.js +4 -3
- package/js/es6/product/large/light/components/table.d.ts +1 -0
- package/js/es6/product/large/light/components/table.js +1 -0
- package/js/es6/product/large/light/mode.d.ts +15 -2
- package/js/es6/product/large/light/mode.js +16 -3
- package/js/es6/product/small/dark/components/badge.d.ts +5 -0
- package/js/es6/product/small/dark/components/badge.js +5 -0
- package/js/es6/product/small/dark/components/button.d.ts +9 -0
- package/js/es6/product/small/dark/components/button.js +10 -1
- package/js/es6/product/small/dark/components/focus.d.ts +4 -0
- package/js/es6/product/small/dark/components/focus.js +4 -0
- package/js/es6/product/small/dark/components/link.d.ts +2 -0
- package/js/es6/product/small/dark/components/link.js +2 -0
- package/js/es6/product/small/dark/components/logo.d.ts +0 -2
- package/js/es6/product/small/dark/components/logo.js +0 -2
- package/js/es6/product/small/dark/components/progress.d.ts +4 -3
- package/js/es6/product/small/dark/components/progress.js +4 -3
- package/js/es6/product/small/dark/components/table.d.ts +1 -0
- package/js/es6/product/small/dark/components/table.js +1 -0
- package/js/es6/product/small/dark/mode.d.ts +15 -2
- package/js/es6/product/small/dark/mode.js +16 -3
- package/js/es6/product/small/light/components/badge.d.ts +5 -0
- package/js/es6/product/small/light/components/badge.js +5 -0
- package/js/es6/product/small/light/components/button.d.ts +9 -0
- package/js/es6/product/small/light/components/button.js +10 -1
- package/js/es6/product/small/light/components/focus.d.ts +4 -0
- package/js/es6/product/small/light/components/focus.js +4 -0
- package/js/es6/product/small/light/components/link.d.ts +2 -0
- package/js/es6/product/small/light/components/link.js +2 -0
- package/js/es6/product/small/light/components/logo.d.ts +0 -2
- package/js/es6/product/small/light/components/logo.js +0 -2
- package/js/es6/product/small/light/components/progress.d.ts +4 -3
- package/js/es6/product/small/light/components/progress.js +4 -3
- package/js/es6/product/small/light/components/table.d.ts +1 -0
- package/js/es6/product/small/light/components/table.js +1 -0
- package/js/es6/product/small/light/mode.d.ts +15 -2
- package/js/es6/product/small/light/mode.js +16 -3
- package/js/umd/frozenproduct/large/dark/components/badge.js +84 -3
- package/js/umd/frozenproduct/large/dark/components/button.js +190 -1
- package/js/umd/frozenproduct/large/dark/components/focus.js +54 -0
- package/js/umd/frozenproduct/large/dark/components/link.js +36 -0
- package/js/umd/frozenproduct/large/dark/components/logo.js +0 -30
- package/js/umd/frozenproduct/large/dark/components/progress.js +22 -7
- package/js/umd/frozenproduct/large/dark/components/table.js +15 -0
- package/js/umd/frozenproduct/large/dark/mode.js +447 -26
- package/js/umd/frozenproduct/large/light/components/badge.js +84 -3
- package/js/umd/frozenproduct/large/light/components/button.js +190 -1
- package/js/umd/frozenproduct/large/light/components/focus.js +54 -0
- package/js/umd/frozenproduct/large/light/components/link.js +36 -0
- package/js/umd/frozenproduct/large/light/components/logo.js +0 -30
- package/js/umd/frozenproduct/large/light/components/progress.js +22 -7
- package/js/umd/frozenproduct/large/light/components/table.js +15 -0
- package/js/umd/frozenproduct/large/light/mode.js +452 -31
- package/js/umd/frozenproduct/small/dark/components/badge.js +84 -3
- package/js/umd/frozenproduct/small/dark/components/button.js +190 -1
- package/js/umd/frozenproduct/small/dark/components/focus.js +54 -0
- package/js/umd/frozenproduct/small/dark/components/link.js +36 -0
- package/js/umd/frozenproduct/small/dark/components/logo.js +0 -30
- package/js/umd/frozenproduct/small/dark/components/progress.js +22 -7
- package/js/umd/frozenproduct/small/dark/components/table.js +15 -0
- package/js/umd/frozenproduct/small/dark/mode.js +447 -26
- package/js/umd/frozenproduct/small/light/components/badge.js +84 -3
- package/js/umd/frozenproduct/small/light/components/button.js +190 -1
- package/js/umd/frozenproduct/small/light/components/focus.js +54 -0
- package/js/umd/frozenproduct/small/light/components/link.js +36 -0
- package/js/umd/frozenproduct/small/light/components/logo.js +0 -30
- package/js/umd/frozenproduct/small/light/components/progress.js +22 -7
- package/js/umd/frozenproduct/small/light/components/table.js +15 -0
- package/js/umd/frozenproduct/small/light/mode.js +452 -31
- package/js/umd/marketing/large/dark/components/badge.js +84 -3
- package/js/umd/marketing/large/dark/components/button.js +190 -1
- package/js/umd/marketing/large/dark/components/focus.js +54 -0
- package/js/umd/marketing/large/dark/components/link.js +36 -0
- package/js/umd/marketing/large/dark/components/logo.js +0 -30
- package/js/umd/marketing/large/dark/components/progress.js +22 -7
- package/js/umd/marketing/large/dark/components/table.js +15 -0
- package/js/umd/marketing/large/dark/mode.js +447 -26
- package/js/umd/marketing/large/light/components/badge.js +84 -3
- package/js/umd/marketing/large/light/components/button.js +190 -1
- package/js/umd/marketing/large/light/components/focus.js +54 -0
- package/js/umd/marketing/large/light/components/link.js +36 -0
- package/js/umd/marketing/large/light/components/logo.js +0 -30
- package/js/umd/marketing/large/light/components/progress.js +22 -7
- package/js/umd/marketing/large/light/components/table.js +15 -0
- package/js/umd/marketing/large/light/mode.js +452 -31
- package/js/umd/marketing/small/dark/components/badge.js +84 -3
- package/js/umd/marketing/small/dark/components/button.js +190 -1
- package/js/umd/marketing/small/dark/components/focus.js +54 -0
- package/js/umd/marketing/small/dark/components/link.js +36 -0
- package/js/umd/marketing/small/dark/components/logo.js +0 -30
- package/js/umd/marketing/small/dark/components/progress.js +22 -7
- package/js/umd/marketing/small/dark/components/table.js +15 -0
- package/js/umd/marketing/small/dark/mode.js +447 -26
- package/js/umd/marketing/small/light/components/badge.js +84 -3
- package/js/umd/marketing/small/light/components/button.js +190 -1
- package/js/umd/marketing/small/light/components/focus.js +54 -0
- package/js/umd/marketing/small/light/components/link.js +36 -0
- package/js/umd/marketing/small/light/components/logo.js +0 -30
- package/js/umd/marketing/small/light/components/progress.js +22 -7
- package/js/umd/marketing/small/light/components/table.js +15 -0
- package/js/umd/marketing/small/light/mode.js +452 -31
- package/js/umd/product/large/dark/components/badge.js +84 -3
- package/js/umd/product/large/dark/components/button.js +190 -1
- package/js/umd/product/large/dark/components/focus.js +54 -0
- package/js/umd/product/large/dark/components/link.js +36 -0
- package/js/umd/product/large/dark/components/logo.js +0 -30
- package/js/umd/product/large/dark/components/progress.js +22 -7
- package/js/umd/product/large/dark/components/table.js +15 -0
- package/js/umd/product/large/dark/mode.js +447 -26
- package/js/umd/product/large/light/components/badge.js +84 -3
- package/js/umd/product/large/light/components/button.js +190 -1
- package/js/umd/product/large/light/components/focus.js +54 -0
- package/js/umd/product/large/light/components/link.js +36 -0
- package/js/umd/product/large/light/components/logo.js +0 -30
- package/js/umd/product/large/light/components/progress.js +22 -7
- package/js/umd/product/large/light/components/table.js +15 -0
- package/js/umd/product/large/light/mode.js +452 -31
- package/js/umd/product/small/dark/components/badge.js +84 -3
- package/js/umd/product/small/dark/components/button.js +190 -1
- package/js/umd/product/small/dark/components/focus.js +54 -0
- package/js/umd/product/small/dark/components/link.js +36 -0
- package/js/umd/product/small/dark/components/logo.js +0 -30
- package/js/umd/product/small/dark/components/progress.js +22 -7
- package/js/umd/product/small/dark/components/table.js +15 -0
- package/js/umd/product/small/dark/mode.js +447 -26
- package/js/umd/product/small/light/components/badge.js +84 -3
- package/js/umd/product/small/light/components/button.js +190 -1
- package/js/umd/product/small/light/components/focus.js +54 -0
- package/js/umd/product/small/light/components/link.js +36 -0
- package/js/umd/product/small/light/components/logo.js +0 -30
- package/js/umd/product/small/light/components/progress.js +22 -7
- package/js/umd/product/small/light/components/table.js +15 -0
- package/js/umd/product/small/light/mode.js +452 -31
- package/json/flat/frozenproduct/large/dark/components/badge.json +5 -0
- package/json/flat/frozenproduct/large/dark/components/button.json +10 -1
- package/json/flat/frozenproduct/large/dark/components/focus.json +4 -0
- package/json/flat/frozenproduct/large/dark/components/link.json +2 -0
- package/json/flat/frozenproduct/large/dark/components/logo.json +0 -2
- package/json/flat/frozenproduct/large/dark/components/progress.json +4 -3
- package/json/flat/frozenproduct/large/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/large/dark/mode.json +16 -3
- package/json/flat/frozenproduct/large/light/components/badge.json +5 -0
- package/json/flat/frozenproduct/large/light/components/button.json +10 -1
- package/json/flat/frozenproduct/large/light/components/focus.json +4 -0
- package/json/flat/frozenproduct/large/light/components/link.json +2 -0
- package/json/flat/frozenproduct/large/light/components/logo.json +0 -2
- package/json/flat/frozenproduct/large/light/components/progress.json +4 -3
- package/json/flat/frozenproduct/large/light/components/table.json +1 -0
- package/json/flat/frozenproduct/large/light/mode.json +16 -3
- package/json/flat/frozenproduct/small/dark/components/badge.json +5 -0
- package/json/flat/frozenproduct/small/dark/components/button.json +10 -1
- package/json/flat/frozenproduct/small/dark/components/focus.json +4 -0
- package/json/flat/frozenproduct/small/dark/components/link.json +2 -0
- package/json/flat/frozenproduct/small/dark/components/logo.json +0 -2
- package/json/flat/frozenproduct/small/dark/components/progress.json +4 -3
- package/json/flat/frozenproduct/small/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/small/dark/mode.json +16 -3
- package/json/flat/frozenproduct/small/light/components/badge.json +5 -0
- package/json/flat/frozenproduct/small/light/components/button.json +10 -1
- package/json/flat/frozenproduct/small/light/components/focus.json +4 -0
- package/json/flat/frozenproduct/small/light/components/link.json +2 -0
- package/json/flat/frozenproduct/small/light/components/logo.json +0 -2
- package/json/flat/frozenproduct/small/light/components/progress.json +4 -3
- package/json/flat/frozenproduct/small/light/components/table.json +1 -0
- package/json/flat/frozenproduct/small/light/mode.json +16 -3
- package/json/flat/marketing/large/dark/components/badge.json +5 -0
- package/json/flat/marketing/large/dark/components/button.json +10 -1
- package/json/flat/marketing/large/dark/components/focus.json +4 -0
- package/json/flat/marketing/large/dark/components/link.json +2 -0
- package/json/flat/marketing/large/dark/components/logo.json +0 -2
- package/json/flat/marketing/large/dark/components/progress.json +4 -3
- package/json/flat/marketing/large/dark/components/table.json +1 -0
- package/json/flat/marketing/large/dark/mode.json +16 -3
- package/json/flat/marketing/large/light/components/badge.json +5 -0
- package/json/flat/marketing/large/light/components/button.json +10 -1
- package/json/flat/marketing/large/light/components/focus.json +4 -0
- package/json/flat/marketing/large/light/components/link.json +2 -0
- package/json/flat/marketing/large/light/components/logo.json +0 -2
- package/json/flat/marketing/large/light/components/progress.json +4 -3
- package/json/flat/marketing/large/light/components/table.json +1 -0
- package/json/flat/marketing/large/light/mode.json +16 -3
- package/json/flat/marketing/small/dark/components/badge.json +5 -0
- package/json/flat/marketing/small/dark/components/button.json +10 -1
- package/json/flat/marketing/small/dark/components/focus.json +4 -0
- package/json/flat/marketing/small/dark/components/link.json +2 -0
- package/json/flat/marketing/small/dark/components/logo.json +0 -2
- package/json/flat/marketing/small/dark/components/progress.json +4 -3
- package/json/flat/marketing/small/dark/components/table.json +1 -0
- package/json/flat/marketing/small/dark/mode.json +16 -3
- package/json/flat/marketing/small/light/components/badge.json +5 -0
- package/json/flat/marketing/small/light/components/button.json +10 -1
- package/json/flat/marketing/small/light/components/focus.json +4 -0
- package/json/flat/marketing/small/light/components/link.json +2 -0
- package/json/flat/marketing/small/light/components/logo.json +0 -2
- package/json/flat/marketing/small/light/components/progress.json +4 -3
- package/json/flat/marketing/small/light/components/table.json +1 -0
- package/json/flat/marketing/small/light/mode.json +16 -3
- package/json/flat/product/large/dark/components/badge.json +5 -0
- package/json/flat/product/large/dark/components/button.json +10 -1
- package/json/flat/product/large/dark/components/focus.json +4 -0
- package/json/flat/product/large/dark/components/link.json +2 -0
- package/json/flat/product/large/dark/components/logo.json +0 -2
- package/json/flat/product/large/dark/components/progress.json +4 -3
- package/json/flat/product/large/dark/components/table.json +1 -0
- package/json/flat/product/large/dark/mode.json +16 -3
- package/json/flat/product/large/light/components/badge.json +5 -0
- package/json/flat/product/large/light/components/button.json +10 -1
- package/json/flat/product/large/light/components/focus.json +4 -0
- package/json/flat/product/large/light/components/link.json +2 -0
- package/json/flat/product/large/light/components/logo.json +0 -2
- package/json/flat/product/large/light/components/progress.json +4 -3
- package/json/flat/product/large/light/components/table.json +1 -0
- package/json/flat/product/large/light/mode.json +16 -3
- package/json/flat/product/small/dark/components/badge.json +5 -0
- package/json/flat/product/small/dark/components/button.json +10 -1
- package/json/flat/product/small/dark/components/focus.json +4 -0
- package/json/flat/product/small/dark/components/link.json +2 -0
- package/json/flat/product/small/dark/components/logo.json +0 -2
- package/json/flat/product/small/dark/components/progress.json +4 -3
- package/json/flat/product/small/dark/components/table.json +1 -0
- package/json/flat/product/small/dark/mode.json +16 -3
- package/json/flat/product/small/light/components/badge.json +5 -0
- package/json/flat/product/small/light/components/button.json +10 -1
- package/json/flat/product/small/light/components/focus.json +4 -0
- package/json/flat/product/small/light/components/link.json +2 -0
- package/json/flat/product/small/light/components/logo.json +0 -2
- package/json/flat/product/small/light/components/progress.json +4 -3
- package/json/flat/product/small/light/components/table.json +1 -0
- package/json/flat/product/small/light/mode.json +16 -3
- package/json/nested/frozenproduct/large/dark/components/badge.json +8 -1
- package/json/nested/frozenproduct/large/dark/components/button.json +13 -2
- package/json/nested/frozenproduct/large/dark/components/focus.json +7 -1
- package/json/nested/frozenproduct/large/dark/components/link.json +5 -1
- package/json/nested/frozenproduct/large/dark/components/logo.json +0 -4
- package/json/nested/frozenproduct/large/dark/components/progress.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +1 -0
- package/json/nested/frozenproduct/large/dark/mode.json +22 -5
- package/json/nested/frozenproduct/large/light/components/badge.json +8 -1
- package/json/nested/frozenproduct/large/light/components/button.json +13 -2
- package/json/nested/frozenproduct/large/light/components/focus.json +7 -1
- package/json/nested/frozenproduct/large/light/components/link.json +5 -1
- package/json/nested/frozenproduct/large/light/components/logo.json +0 -4
- package/json/nested/frozenproduct/large/light/components/progress.json +2 -1
- package/json/nested/frozenproduct/large/light/components/table.json +1 -0
- package/json/nested/frozenproduct/large/light/mode.json +22 -5
- package/json/nested/frozenproduct/small/dark/components/badge.json +8 -1
- package/json/nested/frozenproduct/small/dark/components/button.json +13 -2
- package/json/nested/frozenproduct/small/dark/components/focus.json +7 -1
- package/json/nested/frozenproduct/small/dark/components/link.json +5 -1
- package/json/nested/frozenproduct/small/dark/components/logo.json +0 -4
- package/json/nested/frozenproduct/small/dark/components/progress.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +1 -0
- package/json/nested/frozenproduct/small/dark/mode.json +22 -5
- package/json/nested/frozenproduct/small/light/components/badge.json +8 -1
- package/json/nested/frozenproduct/small/light/components/button.json +13 -2
- package/json/nested/frozenproduct/small/light/components/focus.json +7 -1
- package/json/nested/frozenproduct/small/light/components/link.json +5 -1
- package/json/nested/frozenproduct/small/light/components/logo.json +0 -4
- package/json/nested/frozenproduct/small/light/components/progress.json +2 -1
- package/json/nested/frozenproduct/small/light/components/table.json +1 -0
- package/json/nested/frozenproduct/small/light/mode.json +22 -5
- package/json/nested/marketing/large/dark/components/badge.json +8 -1
- package/json/nested/marketing/large/dark/components/button.json +13 -2
- package/json/nested/marketing/large/dark/components/focus.json +7 -1
- package/json/nested/marketing/large/dark/components/link.json +5 -1
- package/json/nested/marketing/large/dark/components/logo.json +0 -4
- package/json/nested/marketing/large/dark/components/progress.json +2 -1
- package/json/nested/marketing/large/dark/components/table.json +1 -0
- package/json/nested/marketing/large/dark/mode.json +22 -5
- package/json/nested/marketing/large/light/components/badge.json +8 -1
- package/json/nested/marketing/large/light/components/button.json +13 -2
- package/json/nested/marketing/large/light/components/focus.json +7 -1
- package/json/nested/marketing/large/light/components/link.json +5 -1
- package/json/nested/marketing/large/light/components/logo.json +0 -4
- package/json/nested/marketing/large/light/components/progress.json +2 -1
- package/json/nested/marketing/large/light/components/table.json +1 -0
- package/json/nested/marketing/large/light/mode.json +22 -5
- package/json/nested/marketing/small/dark/components/badge.json +8 -1
- package/json/nested/marketing/small/dark/components/button.json +13 -2
- package/json/nested/marketing/small/dark/components/focus.json +7 -1
- package/json/nested/marketing/small/dark/components/link.json +5 -1
- package/json/nested/marketing/small/dark/components/logo.json +0 -4
- package/json/nested/marketing/small/dark/components/progress.json +2 -1
- package/json/nested/marketing/small/dark/components/table.json +1 -0
- package/json/nested/marketing/small/dark/mode.json +22 -5
- package/json/nested/marketing/small/light/components/badge.json +8 -1
- package/json/nested/marketing/small/light/components/button.json +13 -2
- package/json/nested/marketing/small/light/components/focus.json +7 -1
- package/json/nested/marketing/small/light/components/link.json +5 -1
- package/json/nested/marketing/small/light/components/logo.json +0 -4
- package/json/nested/marketing/small/light/components/progress.json +2 -1
- package/json/nested/marketing/small/light/components/table.json +1 -0
- package/json/nested/marketing/small/light/mode.json +22 -5
- package/json/nested/product/large/dark/components/badge.json +8 -1
- package/json/nested/product/large/dark/components/button.json +13 -2
- package/json/nested/product/large/dark/components/focus.json +7 -1
- package/json/nested/product/large/dark/components/link.json +5 -1
- package/json/nested/product/large/dark/components/logo.json +0 -4
- package/json/nested/product/large/dark/components/progress.json +2 -1
- package/json/nested/product/large/dark/components/table.json +1 -0
- package/json/nested/product/large/dark/mode.json +22 -5
- package/json/nested/product/large/light/components/badge.json +8 -1
- package/json/nested/product/large/light/components/button.json +13 -2
- package/json/nested/product/large/light/components/focus.json +7 -1
- package/json/nested/product/large/light/components/link.json +5 -1
- package/json/nested/product/large/light/components/logo.json +0 -4
- package/json/nested/product/large/light/components/progress.json +2 -1
- package/json/nested/product/large/light/components/table.json +1 -0
- package/json/nested/product/large/light/mode.json +22 -5
- package/json/nested/product/small/dark/components/badge.json +8 -1
- package/json/nested/product/small/dark/components/button.json +13 -2
- package/json/nested/product/small/dark/components/focus.json +7 -1
- package/json/nested/product/small/dark/components/link.json +5 -1
- package/json/nested/product/small/dark/components/logo.json +0 -4
- package/json/nested/product/small/dark/components/progress.json +2 -1
- package/json/nested/product/small/dark/components/table.json +1 -0
- package/json/nested/product/small/dark/mode.json +22 -5
- package/json/nested/product/small/light/components/badge.json +8 -1
- package/json/nested/product/small/light/components/button.json +13 -2
- package/json/nested/product/small/light/components/focus.json +7 -1
- package/json/nested/product/small/light/components/link.json +5 -1
- package/json/nested/product/small/light/components/logo.json +0 -4
- package/json/nested/product/small/light/components/progress.json +2 -1
- package/json/nested/product/small/light/components/table.json +1 -0
- package/json/nested/product/small/light/mode.json +22 -5
- package/package.json +1 -1
- package/sage-design-tokens-14.0.0.tgz +0 -0
- package/scss/frozenproduct/large/components/badge.scss +8 -3
- package/scss/frozenproduct/large/components/button.scss +16 -7
- package/scss/frozenproduct/large/components/focus.scss +4 -0
- package/scss/frozenproduct/large/components/link.scss +2 -0
- package/scss/frozenproduct/large/components/logo.scss +0 -2
- package/scss/frozenproduct/large/components/progress.scss +4 -3
- package/scss/frozenproduct/large/components/table.scss +1 -0
- package/scss/frozenproduct/large/dark.scss +16 -3
- package/scss/frozenproduct/large/light.scss +16 -3
- package/scss/frozenproduct/small/components/badge.scss +8 -3
- package/scss/frozenproduct/small/components/button.scss +27 -18
- package/scss/frozenproduct/small/components/container.scss +9 -9
- package/scss/frozenproduct/small/components/focus.scss +4 -0
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +4 -2
- package/scss/frozenproduct/small/components/logo.scss +0 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- 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 +10 -9
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -10
- package/scss/frozenproduct/small/dark.scss +16 -3
- package/scss/frozenproduct/small/light.scss +16 -3
- package/scss/marketing/large/components/badge.scss +8 -3
- package/scss/marketing/large/components/button.scss +16 -7
- package/scss/marketing/large/components/focus.scss +4 -0
- package/scss/marketing/large/components/link.scss +2 -0
- package/scss/marketing/large/components/logo.scss +0 -2
- package/scss/marketing/large/components/progress.scss +4 -3
- package/scss/marketing/large/components/table.scss +1 -0
- package/scss/marketing/large/dark.scss +16 -3
- package/scss/marketing/large/light.scss +16 -3
- package/scss/marketing/small/components/badge.scss +8 -3
- package/scss/marketing/small/components/button.scss +16 -7
- package/scss/marketing/small/components/focus.scss +4 -0
- package/scss/marketing/small/components/link.scss +2 -0
- package/scss/marketing/small/components/logo.scss +0 -2
- package/scss/marketing/small/components/progress.scss +4 -3
- package/scss/marketing/small/components/table.scss +1 -0
- package/scss/marketing/small/dark.scss +16 -3
- package/scss/marketing/small/light.scss +16 -3
- package/scss/product/large/components/badge.scss +8 -3
- package/scss/product/large/components/button.scss +27 -18
- package/scss/product/large/components/container.scss +9 -9
- package/scss/product/large/components/focus.scss +4 -0
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +4 -2
- package/scss/product/large/components/logo.scss +0 -2
- package/scss/product/large/components/nav.scss +5 -5
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +10 -9
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -10
- package/scss/product/large/dark.scss +16 -3
- package/scss/product/large/light.scss +16 -3
- package/scss/product/small/components/badge.scss +8 -3
- package/scss/product/small/components/button.scss +16 -7
- package/scss/product/small/components/focus.scss +4 -0
- package/scss/product/small/components/link.scss +2 -0
- package/scss/product/small/components/logo.scss +0 -2
- package/scss/product/small/components/progress.scss +4 -3
- package/scss/product/small/components/table.scss +1 -0
- package/scss/product/small/dark.scss +16 -3
- package/scss/product/small/light.scss +16 -3
- package/sage-design-tokens-13.1.0.tgz +0 -0
@@ -67,10 +67,18 @@
|
|
67
67
|
--modes-color-interactive-danger-default: #E13E53;
|
68
68
|
--modes-color-interactive-danger-default-alt: #e85b66; /* for links in datatables */
|
69
69
|
--modes-color-interactive-danger-hover: #eb646c;
|
70
|
-
--modes-color-interactive-danger-hover-alt: #
|
70
|
+
--modes-color-interactive-danger-hover-alt: #e13e5314; /* button hover on dark */
|
71
71
|
--modes-color-interactive-danger-hover-alt2: #ec6a71; /* for links in datatables */
|
72
72
|
--modes-color-interactive-danger-with-active: #000000;
|
73
73
|
--modes-color-interactive-danger-with-default: #000000;
|
74
|
+
--modes-color-interactive-danger-inverse-active: #882b34; /* used on pill hover states */
|
75
|
+
--modes-color-interactive-danger-inverse-default: #CD384B;
|
76
|
+
--modes-color-interactive-danger-inverse-default-alt: #b23342; /* For links in datatables */
|
77
|
+
--modes-color-interactive-danger-inverse-hover: #aa323f; /* used on solid-pill and primary-button hover states */
|
78
|
+
--modes-color-interactive-danger-inverse-hover-alt: #cd384b14; /* used on secondary-button hover states */
|
79
|
+
--modes-color-interactive-danger-inverse-hover-alt2: #a3303d; /* used on link hover state */
|
80
|
+
--modes-color-interactive-danger-inverse-with-active: #FFFFFF;
|
81
|
+
--modes-color-interactive-danger-inverse-with-default: #FFFFFF;
|
74
82
|
--modes-color-interactive-data-entry-default: #000000; /* Input backgrounds. */
|
75
83
|
--modes-color-interactive-data-entry-with-active: #FFFFFF; /* checkbox tick icon or radio handle */
|
76
84
|
--modes-color-interactive-data-entry-with-active-alt: #000000;
|
@@ -81,10 +89,14 @@
|
|
81
89
|
--modes-color-interactive-data-entry-content: #fffffff2; /* Input Text */
|
82
90
|
--modes-color-interactive-data-entry-content-alt: #ffffff8c; /* Hint text, placeholder text, character count etc */
|
83
91
|
--modes-color-interactive-data-entry-frozen-with-default: #777; /* Input borders. */
|
84
|
-
--modes-color-interactive-focus-
|
92
|
+
--modes-color-interactive-focus-default: #FFB500;
|
85
93
|
--modes-color-interactive-focus-content: #FFFFFF;
|
94
|
+
--modes-color-interactive-focus-with-default: #000000;
|
86
95
|
--modes-color-interactive-focus-with-default-alt: #926916;
|
87
|
-
--modes-color-interactive-focus-default: #
|
96
|
+
--modes-color-interactive-focus-inverse-default: #000000;
|
97
|
+
--modes-color-interactive-focus-inverse-content: #000000;
|
98
|
+
--modes-color-interactive-focus-inverse-with-default: #FFB500;
|
99
|
+
--modes-color-interactive-focus-inverse-with-default-alt: #ffd27e;
|
88
100
|
--modes-color-interactive-inactive-default: #4b4b4b; /* disabled buttons on dark */
|
89
101
|
--modes-color-interactive-inactive-mask: #FFFFFF; /* full screen takeover token for modal dimmer */
|
90
102
|
--modes-color-interactive-inactive-default-alt: #0e0e0e; /* Disabled button backgrounds and borders ON DARK */
|
@@ -95,6 +107,7 @@
|
|
95
107
|
--modes-color-interactive-inactive-frozen-default-alt: #0e0e0e; /* Disabled input and button backgrounds, button borders and input backgrounds. */
|
96
108
|
--modes-color-interactive-inactive-inverse-default: #a6a6a6; /* Inversed disabled form secondary, tertiary and input borders borders. */
|
97
109
|
--modes-color-interactive-inactive-inverse-content: #0000006b; /* Inversed disabled text inside buttons and form inputs. */
|
110
|
+
--modes-color-interactive-inactive-inverse-content-alt: #FFFFFF; /* Disabled labels inside buttons and Switch. */
|
98
111
|
--modes-color-interactive-monochrome-active: #FFFFFF;
|
99
112
|
--modes-color-interactive-monochrome-active-alt: #ffffff29;
|
100
113
|
--modes-color-interactive-monochrome-default: #ffffffe6;
|
@@ -67,10 +67,18 @@
|
|
67
67
|
--modes-color-interactive-danger-default: #CD384B;
|
68
68
|
--modes-color-interactive-danger-default-alt: #b23342; /* For links in datatables */
|
69
69
|
--modes-color-interactive-danger-hover: #aa323f; /* used on solid-pill and primary-button hover states */
|
70
|
-
--modes-color-interactive-danger-hover-alt: #
|
70
|
+
--modes-color-interactive-danger-hover-alt: #cd384b14; /* used on secondary-button hover states */
|
71
71
|
--modes-color-interactive-danger-hover-alt2: #a3303d; /* used on link hover state */
|
72
72
|
--modes-color-interactive-danger-with-active: #FFFFFF;
|
73
73
|
--modes-color-interactive-danger-with-default: #FFFFFF;
|
74
|
+
--modes-color-interactive-danger-inverse-active: #f28486; /* used on pill hover states */
|
75
|
+
--modes-color-interactive-danger-inverse-default: #E13E53;
|
76
|
+
--modes-color-interactive-danger-inverse-default-alt: #e85b66; /* For links in datatables */
|
77
|
+
--modes-color-interactive-danger-inverse-hover: #eb646c; /* used on solid-pill and primary-button hover states */
|
78
|
+
--modes-color-interactive-danger-inverse-hover-alt: #e13e5314; /* used on secondary-button hover states */
|
79
|
+
--modes-color-interactive-danger-inverse-hover-alt2: #ec6a71; /* used on link hover state */
|
80
|
+
--modes-color-interactive-danger-inverse-with-active: #000000;
|
81
|
+
--modes-color-interactive-danger-inverse-with-default: #000000;
|
74
82
|
--modes-color-interactive-data-entry-default: #FFFFFF; /* Input backgrounds. */
|
75
83
|
--modes-color-interactive-data-entry-with-active: #000000; /* checkbox tick icon or radio handle */
|
76
84
|
--modes-color-interactive-data-entry-with-active-alt: #FFFFFF;
|
@@ -81,10 +89,14 @@
|
|
81
89
|
--modes-color-interactive-data-entry-content: #000000f2; /* Input Text */
|
82
90
|
--modes-color-interactive-data-entry-content-alt: #0000008c; /* Hint text, placeholder text, character count etc */
|
83
91
|
--modes-color-interactive-data-entry-frozen-with-default: #698495; /* Input borders. */
|
84
|
-
--modes-color-interactive-focus-with-default: #FFB500;
|
85
|
-
--modes-color-interactive-focus-with-default-alt: #ffd27e;
|
86
92
|
--modes-color-interactive-focus-default: #000000;
|
87
93
|
--modes-color-interactive-focus-content: #000000;
|
94
|
+
--modes-color-interactive-focus-with-default: #FFB500;
|
95
|
+
--modes-color-interactive-focus-with-default-alt: #ffd27e;
|
96
|
+
--modes-color-interactive-focus-inverse-default: #FFB500;
|
97
|
+
--modes-color-interactive-focus-inverse-content: #FFFFFF;
|
98
|
+
--modes-color-interactive-focus-inverse-with-default: #000000;
|
99
|
+
--modes-color-interactive-focus-inverse-with-default-alt: #926916;
|
88
100
|
--modes-color-interactive-inactive-default: #a6a6a6; /* Disabled form secondary, tertiary and input borders borders. */
|
89
101
|
--modes-color-interactive-inactive-mask: #000000; /* full screen takeover token for modal dimmer */
|
90
102
|
--modes-color-interactive-inactive-default-alt: #f3f3f3; /* Disabled input and button backgrounds, button borders and input backgrounds. */
|
@@ -95,6 +107,7 @@
|
|
95
107
|
--modes-color-interactive-inactive-frozen-default-alt: #e5eaed; /* Disabled input and button backgrounds, button borders and input backgrounds. */
|
96
108
|
--modes-color-interactive-inactive-inverse-default: #4b4b4b; /* Inversed disabled form secondary, tertiary and input borders borders. */
|
97
109
|
--modes-color-interactive-inactive-inverse-content: #ffffff6b; /* Inversed disabled text inside buttons and form inputs. */
|
110
|
+
--modes-color-interactive-inactive-inverse-content-alt: #000000; /* Disabled labels inside buttons and Switch. */
|
98
111
|
--modes-color-interactive-monochrome-active: #000000;
|
99
112
|
--modes-color-interactive-monochrome-active-alt: #00000029;
|
100
113
|
--modes-color-interactive-monochrome-default: #000000e6;
|
@@ -6,11 +6,16 @@
|
|
6
6
|
--badge-radius-badge: var(--global-radius-circle); /* Badge */
|
7
7
|
--badge-color-notification-bg-default: var(--modes-color-status-negative-default); /* Used in global nav notification badges */
|
8
8
|
--badge-color-notification-bg-alt: var(--modes-color-status-info-default);
|
9
|
+
--badge-color-notification-inverse-border-default: var(--modes-color-generic-content-extreme);
|
10
|
+
--badge-color-notification-inverse-bg-default: var(--modes-color-status-negative-inverse-default); /* Used in global nav notification badges */
|
11
|
+
--badge-color-notification-inverse-bg-alt: var(--modes-color-status-info-inverse-default);
|
12
|
+
--badge-color-notification-inverse-label-default: var(--modes-color-generic-content-extreme);
|
13
|
+
--badge-color-notification-inverse-label-alt: var(--modes-color-generic-content-extreme);
|
9
14
|
--badge-typography-responsive-m: var(--global-typography-responsive-component-notification-m);
|
10
15
|
--badge-typography-adaptive-m: var(--global-typography-adaptive-component-notification-m);
|
11
|
-
--badge-color-notification-border-default: var(--modes-color-generic-
|
12
|
-
--badge-color-notification-label-default: var(--modes-color-generic-
|
13
|
-
--badge-color-notification-label-alt: var(--modes-color-generic-
|
16
|
+
--badge-color-notification-border-default: var(--modes-color-generic-content-nought);
|
17
|
+
--badge-color-notification-label-default: var(--modes-color-generic-content-nought);
|
18
|
+
--badge-color-notification-label-alt: var(--modes-color-generic-content-nought);
|
14
19
|
--badge-size-micro-dot: var(--global-size-micro-m); /* Micro dot badge size */
|
15
20
|
--badge-size-micro-numbered-min: var(--global-size-macro-xxs); /* Micro dot badge size with numbering */
|
16
21
|
--badge-size-micro-numbered-max: var(--global-size-macro-s); /* Micro dot badge size max width */
|
@@ -19,8 +19,20 @@
|
|
19
19
|
--button-color-ai-border-enabled: var(--modes-color-interactive-ai-default);
|
20
20
|
--button-color-ai-border-hover: var(--modes-color-interactive-ai-default);
|
21
21
|
--button-color-destructive-primary-bg-enabled: var(--modes-color-interactive-danger-default);
|
22
|
+
--button-color-destructive-primary-label-enabled: var(--modes-color-interactive-danger-with-default);
|
23
|
+
--button-color-destructive-primary-label-hover: var(--modes-color-interactive-danger-with-default);
|
22
24
|
--button-color-destructive-secondary-border-enabled: var(--modes-color-interactive-danger-default);
|
23
25
|
--button-color-destructive-secondary-label-enabled: var(--modes-color-interactive-danger-default);
|
26
|
+
--button-color-typical-primary-bg-default: var(--modes-color-interactive-primary-with-default); /* For spacer in Split button */
|
27
|
+
--button-color-typical-primary-label-active: var(--modes-color-interactive-primary-with-active);
|
28
|
+
--button-color-typical-primary-label-enabled: var(--modes-color-interactive-primary-with-default);
|
29
|
+
--button-color-typical-primary-label-hover: var(--modes-color-interactive-primary-with-default);
|
30
|
+
--button-color-typical-primary-inverse-bg-default: var(--modes-color-interactive-primary-inverse-with-default); /* For spacer in Split button */
|
31
|
+
--button-color-typical-primary-inverse-bg-disabled: var(--modes-color-interactive-inactive-inverse-default);
|
32
|
+
--button-color-typical-primary-inverse-label-active: var(--modes-color-interactive-primary-inverse-with-active);
|
33
|
+
--button-color-typical-primary-inverse-label-disabled: var(--modes-color-interactive-inactive-inverse-content-alt);
|
34
|
+
--button-color-typical-primary-inverse-label-enabled: var(--modes-color-interactive-primary-inverse-with-default);
|
35
|
+
--button-color-typical-primary-inverse-label-hover: var(--modes-color-interactive-primary-inverse-with-default);
|
24
36
|
--button-color-typical-secondary-inverse-border-disabled: var(--modes-color-interactive-inactive-inverse-default);
|
25
37
|
--button-color-typical-secondary-inverse-label-disabled: var(--modes-color-interactive-inactive-inverse-content);
|
26
38
|
--button-color-typical-tertiary-inverse-border-disabled: var(--modes-color-interactive-inactive-inverse-default);
|
@@ -59,9 +71,11 @@
|
|
59
71
|
--button-color-ai-label-active: var(--modes-color-interactive-monochrome-with-active-alt);
|
60
72
|
--button-color-ai-label-hover: var(--modes-color-interactive-monochrome-with-hover);
|
61
73
|
--button-color-destructive-primary-bg-hover: var(--modes-color-interactive-danger-hover);
|
74
|
+
--button-color-destructive-secondary-bg-hover: var(--modes-color-interactive-danger-hover-alt);
|
62
75
|
--button-color-destructive-secondary-border-hover: var(--modes-color-interactive-danger-hover);
|
63
76
|
--button-color-destructive-secondary-label-hover: var(--modes-color-interactive-danger-hover);
|
64
77
|
--button-color-typical-primary-bg-enabled: var(--modes-color-interactive-primary-default);
|
78
|
+
--button-color-typical-primary-inverse-bg-enabled: var(--modes-color-interactive-primary-inverse-default);
|
65
79
|
--button-color-typical-secondary-label-active: var(--modes-color-interactive-monochrome-with-active-alt);
|
66
80
|
--button-color-typical-secondary-label-hover: var(--modes-color-interactive-monochrome-with-hover);
|
67
81
|
--button-color-typical-tertiary-bg-enabled: var(--button-color-none);
|
@@ -195,17 +209,12 @@
|
|
195
209
|
--button-color-ai-label-disabled: var(--modes-color-interactive-inactive-content);
|
196
210
|
--button-color-ai-label-enabled: var(--modes-color-interactive-monochrome-default);
|
197
211
|
--button-color-destructive-primary-label-disabled: var(--modes-color-interactive-inactive-content-alt);
|
198
|
-
--button-color-destructive-primary-label-enabled: var(--modes-color-interactive-danger-with-default);
|
199
|
-
--button-color-destructive-primary-label-hover: var(--modes-color-interactive-danger-with-default);
|
200
|
-
--button-color-destructive-secondary-bg-hover: var(--modes-color-interactive-danger-hover-alt);
|
201
212
|
--button-color-destructive-secondary-label-disabled: var(--modes-color-interactive-inactive-content);
|
202
213
|
--button-color-typical-primary-bg-active: var(--modes-color-interactive-primary-active);
|
203
|
-
--button-color-typical-primary-bg-default: var(--modes-color-interactive-primary-with-default); /* For spacer in Split button */
|
204
214
|
--button-color-typical-primary-bg-hover: var(--modes-color-interactive-primary-hover);
|
205
|
-
--button-color-typical-primary-label-active: var(--modes-color-interactive-primary-with-active);
|
206
215
|
--button-color-typical-primary-label-disabled: var(--modes-color-interactive-inactive-content-alt);
|
207
|
-
--button-color-typical-primary-
|
208
|
-
--button-color-typical-primary-
|
216
|
+
--button-color-typical-primary-inverse-bg-active: var(--modes-color-interactive-primary-inverse-active);
|
217
|
+
--button-color-typical-primary-inverse-bg-hover: var(--modes-color-interactive-primary-inverse-hover);
|
209
218
|
--button-color-typical-secondary-bg-active: var(--modes-color-interactive-primary-active-alt);
|
210
219
|
--button-color-typical-secondary-border-active: var(--modes-color-interactive-primary-active);
|
211
220
|
--button-color-typical-secondary-border-enabled: var(--modes-color-interactive-primary-default-alt);
|
@@ -7,6 +7,10 @@
|
|
7
7
|
--focus-color-borderalt: var(--modes-color-interactive-focus-default);
|
8
8
|
--focus-color-border: var(--modes-color-interactive-focus-with-default);
|
9
9
|
--focus-color-label: var(--modes-color-interactive-focus-content);
|
10
|
+
--focus-color-inverse-bg: var(--modes-color-interactive-focus-inverse-with-default-alt);
|
11
|
+
--focus-color-inverse-borderalt: var(--modes-color-interactive-focus-inverse-default);
|
12
|
+
--focus-color-inverse-border: var(--modes-color-interactive-focus-inverse-with-default);
|
13
|
+
--focus-color-inverse-label: var(--modes-color-interactive-focus-inverse-content);
|
10
14
|
--focus-size-underline: var(--global-size-micro-xs); /* focus black underline on links and skiplink */
|
11
15
|
--focus-borderwidth-secondary: var(--global-borderwidth-s); /* Secondary focus (dropdown item) */
|
12
16
|
--focus-borderwidth-inner: var(--global-borderwidth-s); /* Focus border (inner) */
|
@@ -16,10 +16,12 @@
|
|
16
16
|
--link-typography-adaptive-heading-m: var(--global-typography-adaptive-component-underlined-firm-m);
|
17
17
|
--link-typography-adaptive-heading-l: var(--global-typography-adaptive-component-underlined-firm-l);
|
18
18
|
--link-color-destructive-label-default: var(--modes-color-interactive-danger-default-alt); /* . */
|
19
|
+
--link-color-destructive-inverse-label-default: var(--modes-color-interactive-danger-inverse-default-alt); /* . */
|
19
20
|
--link-color-subtle-label-hover: var(--modes-color-interactive-monochrome-active);
|
20
21
|
--link-color-subtle-inverse-label-hover: var(--modes-color-interactive-monochrome-inverse-active);
|
21
22
|
--link-boxshadow-skiplink: var(--global-boxshadow-container-near);
|
22
23
|
--link-color-destructive-label-hover: var(--modes-color-interactive-danger-hover-alt2);
|
24
|
+
--link-color-destructive-inverse-label-hover: var(--modes-color-interactive-danger-inverse-hover-alt2);
|
23
25
|
--link-color-typical-label-default: var(--modes-color-interactive-primary-default-alt3);
|
24
26
|
--link-color-typical-inverse-label-default: var(--modes-color-interactive-primary-inverse-default-alt3);
|
25
27
|
--link-color-subtle-label-default: var(--modes-color-interactive-monochrome-default);
|
@@ -6,8 +6,6 @@
|
|
6
6
|
--logo-size-ai-m: 14px; /* AI star */
|
7
7
|
--logo-color-sage-bg-default: var(--modes-color-brand-default); /* sage logo */
|
8
8
|
--logo-color-sage-bg-alt: var(--modes-color-brand-default-alt);
|
9
|
-
--logo-color-trust-bg-default: var(--modes-color-status-positive-default); /* filled */
|
10
|
-
--logo-color-trust-outline: var(--modes-color-generic-content-extreme);
|
11
9
|
--logo-color-copilot-no-bg-fg-default: var(--modes-color-brand-copilot-no-bg-monochrome);
|
12
10
|
--logo-color-ai-identifier-bg-star: var(--modes-color-brand-copilot-ai-identifier-default); /* star bg color */
|
13
11
|
--logo-color-ai-identifier-bg-dot: var(--modes-color-brand-copilot-ai-identifier-with-default);
|
@@ -67,9 +67,10 @@
|
|
67
67
|
--progress-size-carouselselector-activedot-m: var(--global-size-macro-xxs);
|
68
68
|
--progress-size-carouselselector-hitarea-m: var(--global-size-macro-xs);
|
69
69
|
--progress-size-carouselslide-x-m: var(--global-size-macro-xl); /* Inactive slide */
|
70
|
-
--progress-size-
|
71
|
-
--progress-size-
|
72
|
-
--progress-size-
|
70
|
+
--progress-size-spinner-xs: calc(var(--global-size-macro-xs) - var(--global-size-micro-xs)); /* Loader ring for XS size loader spinners */
|
71
|
+
--progress-size-spinner-s: var(--global-size-macro-s); /* Loader ring */
|
72
|
+
--progress-size-spinner-m: calc(var(--global-size-macro-s) * 2); /* Loader ring */
|
73
|
+
--progress-size-spinner-l: calc(var(--global-size-macro-xs) * 4); /* Loader ring */
|
73
74
|
--progress-size-stepflow-m: var(--global-size-micro-m); /* Step height */
|
74
75
|
--progress-size-stepindicator-bar: var(--global-size-micro-xxs); /* step indicator bar */
|
75
76
|
--progress-size-stepindicator-stepcircle-s: var(--global-size-macro-xs); /* M size step indicator */
|
@@ -56,6 +56,7 @@
|
|
56
56
|
--table-borderwidth-thin: var(--global-borderwidth-xs); /* Table border */
|
57
57
|
--table-borderwidth-thick: var(--global-borderwidth-s); /* header border for subtle */
|
58
58
|
--table-space-none: var(--global-space-none);
|
59
|
+
--table-space-yg: var(--global-space-micro-s); /* space between table and pagination */
|
59
60
|
--table-space-row-x-xs: var(--global-space-micro-l); /* Left and right padding inside XS row cells */
|
60
61
|
--table-space-row-x-s: var(--global-space-macro-xs); /* Left and right padding inside S row cells */
|
61
62
|
--table-space-row-x-m: var(--global-space-macro-xs); /* Left and right padding inside M row cells */
|
@@ -67,10 +67,18 @@
|
|
67
67
|
--modes-color-interactive-danger-default: #E13E53;
|
68
68
|
--modes-color-interactive-danger-default-alt: #e85b66; /* for links in datatables */
|
69
69
|
--modes-color-interactive-danger-hover: #eb646c;
|
70
|
-
--modes-color-interactive-danger-hover-alt: #
|
70
|
+
--modes-color-interactive-danger-hover-alt: #e13e5314; /* button hover on dark */
|
71
71
|
--modes-color-interactive-danger-hover-alt2: #ec6a71; /* for links in datatables */
|
72
72
|
--modes-color-interactive-danger-with-active: #000000;
|
73
73
|
--modes-color-interactive-danger-with-default: #000000;
|
74
|
+
--modes-color-interactive-danger-inverse-active: #882b34; /* used on pill hover states */
|
75
|
+
--modes-color-interactive-danger-inverse-default: #CD384B;
|
76
|
+
--modes-color-interactive-danger-inverse-default-alt: #b23342; /* For links in datatables */
|
77
|
+
--modes-color-interactive-danger-inverse-hover: #aa323f; /* used on solid-pill and primary-button hover states */
|
78
|
+
--modes-color-interactive-danger-inverse-hover-alt: #cd384b14; /* used on secondary-button hover states */
|
79
|
+
--modes-color-interactive-danger-inverse-hover-alt2: #a3303d; /* used on link hover state */
|
80
|
+
--modes-color-interactive-danger-inverse-with-active: #FFFFFF;
|
81
|
+
--modes-color-interactive-danger-inverse-with-default: #FFFFFF;
|
74
82
|
--modes-color-interactive-data-entry-default: #000000; /* Input backgrounds. */
|
75
83
|
--modes-color-interactive-data-entry-with-active: #FFFFFF; /* checkbox tick icon or radio handle */
|
76
84
|
--modes-color-interactive-data-entry-with-active-alt: #000000;
|
@@ -81,10 +89,14 @@
|
|
81
89
|
--modes-color-interactive-data-entry-content: #fffffff2; /* Input Text */
|
82
90
|
--modes-color-interactive-data-entry-content-alt: #ffffff8c; /* Hint text, placeholder text, character count etc */
|
83
91
|
--modes-color-interactive-data-entry-frozen-with-default: #777; /* Input borders. */
|
84
|
-
--modes-color-interactive-focus-
|
92
|
+
--modes-color-interactive-focus-default: #FFB500;
|
85
93
|
--modes-color-interactive-focus-content: #FFFFFF;
|
94
|
+
--modes-color-interactive-focus-with-default: #000000;
|
86
95
|
--modes-color-interactive-focus-with-default-alt: #926916;
|
87
|
-
--modes-color-interactive-focus-default: #
|
96
|
+
--modes-color-interactive-focus-inverse-default: #000000;
|
97
|
+
--modes-color-interactive-focus-inverse-content: #000000;
|
98
|
+
--modes-color-interactive-focus-inverse-with-default: #FFB500;
|
99
|
+
--modes-color-interactive-focus-inverse-with-default-alt: #ffd27e;
|
88
100
|
--modes-color-interactive-inactive-default: #4b4b4b; /* disabled buttons on dark */
|
89
101
|
--modes-color-interactive-inactive-mask: #FFFFFF; /* full screen takeover token for modal dimmer */
|
90
102
|
--modes-color-interactive-inactive-default-alt: #0e0e0e; /* Disabled button backgrounds and borders ON DARK */
|
@@ -95,6 +107,7 @@
|
|
95
107
|
--modes-color-interactive-inactive-frozen-default-alt: #0e0e0e; /* Disabled input and button backgrounds, button borders and input backgrounds. */
|
96
108
|
--modes-color-interactive-inactive-inverse-default: #a6a6a6; /* Inversed disabled form secondary, tertiary and input borders borders. */
|
97
109
|
--modes-color-interactive-inactive-inverse-content: #0000006b; /* Inversed disabled text inside buttons and form inputs. */
|
110
|
+
--modes-color-interactive-inactive-inverse-content-alt: #FFFFFF; /* Disabled labels inside buttons and Switch. */
|
98
111
|
--modes-color-interactive-monochrome-active: #FFFFFF;
|
99
112
|
--modes-color-interactive-monochrome-active-alt: #ffffff29;
|
100
113
|
--modes-color-interactive-monochrome-default: #ffffffe6;
|
@@ -67,10 +67,18 @@
|
|
67
67
|
--modes-color-interactive-danger-default: #CD384B;
|
68
68
|
--modes-color-interactive-danger-default-alt: #b23342; /* For links in datatables */
|
69
69
|
--modes-color-interactive-danger-hover: #aa323f; /* used on solid-pill and primary-button hover states */
|
70
|
-
--modes-color-interactive-danger-hover-alt: #
|
70
|
+
--modes-color-interactive-danger-hover-alt: #cd384b14; /* used on secondary-button hover states */
|
71
71
|
--modes-color-interactive-danger-hover-alt2: #a3303d; /* used on link hover state */
|
72
72
|
--modes-color-interactive-danger-with-active: #FFFFFF;
|
73
73
|
--modes-color-interactive-danger-with-default: #FFFFFF;
|
74
|
+
--modes-color-interactive-danger-inverse-active: #f28486; /* used on pill hover states */
|
75
|
+
--modes-color-interactive-danger-inverse-default: #E13E53;
|
76
|
+
--modes-color-interactive-danger-inverse-default-alt: #e85b66; /* For links in datatables */
|
77
|
+
--modes-color-interactive-danger-inverse-hover: #eb646c; /* used on solid-pill and primary-button hover states */
|
78
|
+
--modes-color-interactive-danger-inverse-hover-alt: #e13e5314; /* used on secondary-button hover states */
|
79
|
+
--modes-color-interactive-danger-inverse-hover-alt2: #ec6a71; /* used on link hover state */
|
80
|
+
--modes-color-interactive-danger-inverse-with-active: #000000;
|
81
|
+
--modes-color-interactive-danger-inverse-with-default: #000000;
|
74
82
|
--modes-color-interactive-data-entry-default: #FFFFFF; /* Input backgrounds. */
|
75
83
|
--modes-color-interactive-data-entry-with-active: #000000; /* checkbox tick icon or radio handle */
|
76
84
|
--modes-color-interactive-data-entry-with-active-alt: #FFFFFF;
|
@@ -81,10 +89,14 @@
|
|
81
89
|
--modes-color-interactive-data-entry-content: #000000f2; /* Input Text */
|
82
90
|
--modes-color-interactive-data-entry-content-alt: #0000008c; /* Hint text, placeholder text, character count etc */
|
83
91
|
--modes-color-interactive-data-entry-frozen-with-default: #698495; /* Input borders. */
|
84
|
-
--modes-color-interactive-focus-with-default: #FFB500;
|
85
|
-
--modes-color-interactive-focus-with-default-alt: #ffd27e;
|
86
92
|
--modes-color-interactive-focus-default: #000000;
|
87
93
|
--modes-color-interactive-focus-content: #000000;
|
94
|
+
--modes-color-interactive-focus-with-default: #FFB500;
|
95
|
+
--modes-color-interactive-focus-with-default-alt: #ffd27e;
|
96
|
+
--modes-color-interactive-focus-inverse-default: #FFB500;
|
97
|
+
--modes-color-interactive-focus-inverse-content: #FFFFFF;
|
98
|
+
--modes-color-interactive-focus-inverse-with-default: #000000;
|
99
|
+
--modes-color-interactive-focus-inverse-with-default-alt: #926916;
|
88
100
|
--modes-color-interactive-inactive-default: #a6a6a6; /* Disabled form secondary, tertiary and input borders borders. */
|
89
101
|
--modes-color-interactive-inactive-mask: #000000; /* full screen takeover token for modal dimmer */
|
90
102
|
--modes-color-interactive-inactive-default-alt: #f3f3f3; /* Disabled input and button backgrounds, button borders and input backgrounds. */
|
@@ -95,6 +107,7 @@
|
|
95
107
|
--modes-color-interactive-inactive-frozen-default-alt: #e5eaed; /* Disabled input and button backgrounds, button borders and input backgrounds. */
|
96
108
|
--modes-color-interactive-inactive-inverse-default: #4b4b4b; /* Inversed disabled form secondary, tertiary and input borders borders. */
|
97
109
|
--modes-color-interactive-inactive-inverse-content: #ffffff6b; /* Inversed disabled text inside buttons and form inputs. */
|
110
|
+
--modes-color-interactive-inactive-inverse-content-alt: #000000; /* Disabled labels inside buttons and Switch. */
|
98
111
|
--modes-color-interactive-monochrome-active: #000000;
|
99
112
|
--modes-color-interactive-monochrome-active-alt: #00000029;
|
100
113
|
--modes-color-interactive-monochrome-default: #000000e6;
|
@@ -14,6 +14,11 @@
|
|
14
14
|
#define badgeColorNotificationBgAlt #007ED9
|
15
15
|
#define badgeColorNotificationLabelDefault #000000
|
16
16
|
#define badgeColorNotificationLabelAlt #000000
|
17
|
+
#define badgeColorNotificationInverseBorderDefault #FFFFFF
|
18
|
+
#define badgeColorNotificationInverseBgDefault #CD384B
|
19
|
+
#define badgeColorNotificationInverseBgAlt #0060A7
|
20
|
+
#define badgeColorNotificationInverseLabelDefault #FFFFFF
|
21
|
+
#define badgeColorNotificationInverseLabelAlt #FFFFFF
|
17
22
|
#define badgeSizeMicroDot 8
|
18
23
|
#define badgeSizeMicroNumberedMin 16
|
19
24
|
#define badgeSizeMicroNumberedMax 32
|
@@ -146,7 +146,7 @@
|
|
146
146
|
#define buttonColorDestructivePrimaryLabelDisabled #000000
|
147
147
|
#define buttonColorDestructivePrimaryLabelEnabled #000000
|
148
148
|
#define buttonColorDestructivePrimaryLabelHover #000000
|
149
|
-
#define buttonColorDestructiveSecondaryBgHover #
|
149
|
+
#define buttonColorDestructiveSecondaryBgHover #e13e5314
|
150
150
|
#define buttonColorDestructiveSecondaryBorderDisabled #4b4b4b
|
151
151
|
#define buttonColorDestructiveSecondaryBorderEnabled #E13E53
|
152
152
|
#define buttonColorDestructiveSecondaryBorderHover #eb646c
|
@@ -162,6 +162,15 @@
|
|
162
162
|
#define buttonColorTypicalPrimaryLabelDisabled #000000
|
163
163
|
#define buttonColorTypicalPrimaryLabelEnabled #000000
|
164
164
|
#define buttonColorTypicalPrimaryLabelHover #000000
|
165
|
+
#define buttonColorTypicalPrimaryInverseBgActive #14571a
|
166
|
+
#define buttonColorTypicalPrimaryInverseBgDefault #FFFFFF
|
167
|
+
#define buttonColorTypicalPrimaryInverseBgDisabled #a6a6a6
|
168
|
+
#define buttonColorTypicalPrimaryInverseBgEnabled #00811F
|
169
|
+
#define buttonColorTypicalPrimaryInverseBgHover #0e6b1d
|
170
|
+
#define buttonColorTypicalPrimaryInverseLabelActive #FFFFFF
|
171
|
+
#define buttonColorTypicalPrimaryInverseLabelDisabled #FFFFFF
|
172
|
+
#define buttonColorTypicalPrimaryInverseLabelEnabled #FFFFFF
|
173
|
+
#define buttonColorTypicalPrimaryInverseLabelHover #FFFFFF
|
165
174
|
#define buttonColorTypicalSecondaryBgActive #00d63952
|
166
175
|
#define buttonColorTypicalSecondaryBgHover #00d63914
|
167
176
|
#define buttonColorTypicalSecondaryBorderActive #81e57d
|
@@ -13,6 +13,10 @@
|
|
13
13
|
#define focusColorBorderalt #FFB500
|
14
14
|
#define focusColorBorder #000000
|
15
15
|
#define focusColorLabel #FFFFFF
|
16
|
+
#define focusColorInverseBg #ffd27e
|
17
|
+
#define focusColorInverseBorderalt #000000
|
18
|
+
#define focusColorInverseBorder #FFB500
|
19
|
+
#define focusColorInverseLabel #000000
|
16
20
|
#define focusSizeUnderline 4
|
17
21
|
#define focusBorderwidthSecondary 2
|
18
22
|
#define focusBorderwidthInner 2
|
@@ -11,6 +11,8 @@
|
|
11
11
|
|
12
12
|
#define linkColorDestructiveLabelDefault #e85b66
|
13
13
|
#define linkColorDestructiveLabelHover #ec6a71
|
14
|
+
#define linkColorDestructiveInverseLabelDefault #b23342
|
15
|
+
#define linkColorDestructiveInverseLabelHover #a3303d
|
14
16
|
#define linkColorTypicalLabelDefault #4cdc55
|
15
17
|
#define linkColorTypicalLabelHover #73e372
|
16
18
|
#define linkColorTypicalInverseLabelDefault #0c711d
|
@@ -11,8 +11,6 @@
|
|
11
11
|
|
12
12
|
#define logoColorSageBgDefault #00D639
|
13
13
|
#define logoColorSageBgAlt #FFFFFF
|
14
|
-
#define logoColorTrustBgDefault #009023
|
15
|
-
#define logoColorTrustOutline #FFFFFF
|
16
14
|
#define logoColorCopilotNoBgFgDefault #FFFFFF
|
17
15
|
#define logoColorAiIdentifierBgStar #FFFFFF
|
18
16
|
#define logoColorAiIdentifierBgDot #00D639
|
@@ -16,9 +16,10 @@
|
|
16
16
|
#define progressSizeCarouselselectorActivedotM 16
|
17
17
|
#define progressSizeCarouselselectorHitareaM 24
|
18
18
|
#define progressSizeCarouselslideXM 56
|
19
|
-
#define
|
20
|
-
#define
|
21
|
-
#define
|
19
|
+
#define progressSizeSpinnerXs 20
|
20
|
+
#define progressSizeSpinnerS 32
|
21
|
+
#define progressSizeSpinnerM 64
|
22
|
+
#define progressSizeSpinnerL 96
|
22
23
|
#define progressSizeSkeletonResponsiveTextXs clamp(0.875rem, 0.875rem + 0vw, 0.875rem)
|
23
24
|
#define progressSizeSkeletonResponsiveTextS clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)
|
24
25
|
#define progressSizeSkeletonResponsiveTextM clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)
|
@@ -73,10 +73,18 @@
|
|
73
73
|
#define modesColorInteractiveDangerDefault #E13E53
|
74
74
|
#define modesColorInteractiveDangerDefaultAlt #e85b66
|
75
75
|
#define modesColorInteractiveDangerHover #eb646c
|
76
|
-
#define modesColorInteractiveDangerHoverAlt #
|
76
|
+
#define modesColorInteractiveDangerHoverAlt #e13e5314
|
77
77
|
#define modesColorInteractiveDangerHoverAlt2 #ec6a71
|
78
78
|
#define modesColorInteractiveDangerWithActive #000000
|
79
79
|
#define modesColorInteractiveDangerWithDefault #000000
|
80
|
+
#define modesColorInteractiveDangerInverseActive #882b34
|
81
|
+
#define modesColorInteractiveDangerInverseDefault #CD384B
|
82
|
+
#define modesColorInteractiveDangerInverseDefaultAlt #b23342
|
83
|
+
#define modesColorInteractiveDangerInverseHover #aa323f
|
84
|
+
#define modesColorInteractiveDangerInverseHoverAlt #cd384b14
|
85
|
+
#define modesColorInteractiveDangerInverseHoverAlt2 #a3303d
|
86
|
+
#define modesColorInteractiveDangerInverseWithActive #FFFFFF
|
87
|
+
#define modesColorInteractiveDangerInverseWithDefault #FFFFFF
|
80
88
|
#define modesColorInteractiveDataEntryDefault #000000
|
81
89
|
#define modesColorInteractiveDataEntryWithActive #FFFFFF
|
82
90
|
#define modesColorInteractiveDataEntryWithActiveAlt #000000
|
@@ -87,10 +95,14 @@
|
|
87
95
|
#define modesColorInteractiveDataEntryContent #fffffff2
|
88
96
|
#define modesColorInteractiveDataEntryContentAlt #ffffff8c
|
89
97
|
#define modesColorInteractiveDataEntryFrozenWithDefault #777
|
90
|
-
#define
|
98
|
+
#define modesColorInteractiveFocusDefault #FFB500
|
91
99
|
#define modesColorInteractiveFocusContent #FFFFFF
|
100
|
+
#define modesColorInteractiveFocusWithDefault #000000
|
92
101
|
#define modesColorInteractiveFocusWithDefaultAlt #926916
|
93
|
-
#define
|
102
|
+
#define modesColorInteractiveFocusInverseDefault #000000
|
103
|
+
#define modesColorInteractiveFocusInverseContent #000000
|
104
|
+
#define modesColorInteractiveFocusInverseWithDefault #FFB500
|
105
|
+
#define modesColorInteractiveFocusInverseWithDefaultAlt #ffd27e
|
94
106
|
#define modesColorInteractiveInactiveDefault #4b4b4b
|
95
107
|
#define modesColorInteractiveInactiveMask #FFFFFF
|
96
108
|
#define modesColorInteractiveInactiveDefaultAlt #0e0e0e
|
@@ -101,6 +113,7 @@
|
|
101
113
|
#define modesColorInteractiveInactiveFrozenDefaultAlt #0e0e0e
|
102
114
|
#define modesColorInteractiveInactiveInverseDefault #a6a6a6
|
103
115
|
#define modesColorInteractiveInactiveInverseContent #0000006b
|
116
|
+
#define modesColorInteractiveInactiveInverseContentAlt #FFFFFF
|
104
117
|
#define modesColorInteractiveMonochromeActive #FFFFFF
|
105
118
|
#define modesColorInteractiveMonochromeActiveAlt #ffffff29
|
106
119
|
#define modesColorInteractiveMonochromeDefault #ffffffe6
|
@@ -14,6 +14,11 @@
|
|
14
14
|
#define badgeColorNotificationBgAlt #0060A7
|
15
15
|
#define badgeColorNotificationLabelDefault #FFFFFF
|
16
16
|
#define badgeColorNotificationLabelAlt #FFFFFF
|
17
|
+
#define badgeColorNotificationInverseBorderDefault #000000
|
18
|
+
#define badgeColorNotificationInverseBgDefault #E13E53
|
19
|
+
#define badgeColorNotificationInverseBgAlt #007ED9
|
20
|
+
#define badgeColorNotificationInverseLabelDefault #000000
|
21
|
+
#define badgeColorNotificationInverseLabelAlt #000000
|
17
22
|
#define badgeSizeMicroDot 8
|
18
23
|
#define badgeSizeMicroNumberedMin 16
|
19
24
|
#define badgeSizeMicroNumberedMax 32
|
@@ -146,7 +146,7 @@
|
|
146
146
|
#define buttonColorDestructivePrimaryLabelDisabled #FFFFFF
|
147
147
|
#define buttonColorDestructivePrimaryLabelEnabled #FFFFFF
|
148
148
|
#define buttonColorDestructivePrimaryLabelHover #FFFFFF
|
149
|
-
#define buttonColorDestructiveSecondaryBgHover #
|
149
|
+
#define buttonColorDestructiveSecondaryBgHover #cd384b14
|
150
150
|
#define buttonColorDestructiveSecondaryBorderDisabled #a6a6a6
|
151
151
|
#define buttonColorDestructiveSecondaryBorderEnabled #CD384B
|
152
152
|
#define buttonColorDestructiveSecondaryBorderHover #aa323f
|
@@ -162,6 +162,15 @@
|
|
162
162
|
#define buttonColorTypicalPrimaryLabelDisabled #FFFFFF
|
163
163
|
#define buttonColorTypicalPrimaryLabelEnabled #FFFFFF
|
164
164
|
#define buttonColorTypicalPrimaryLabelHover #FFFFFF
|
165
|
+
#define buttonColorTypicalPrimaryInverseBgActive #81e57d
|
166
|
+
#define buttonColorTypicalPrimaryInverseBgDefault #000000
|
167
|
+
#define buttonColorTypicalPrimaryInverseBgDisabled #4b4b4b
|
168
|
+
#define buttonColorTypicalPrimaryInverseBgEnabled #00D639
|
169
|
+
#define buttonColorTypicalPrimaryInverseBgHover #58de5d
|
170
|
+
#define buttonColorTypicalPrimaryInverseLabelActive #000000
|
171
|
+
#define buttonColorTypicalPrimaryInverseLabelDisabled #000000
|
172
|
+
#define buttonColorTypicalPrimaryInverseLabelEnabled #000000
|
173
|
+
#define buttonColorTypicalPrimaryInverseLabelHover #000000
|
165
174
|
#define buttonColorTypicalSecondaryBgActive #00811f52
|
166
175
|
#define buttonColorTypicalSecondaryBgHover #00811f14
|
167
176
|
#define buttonColorTypicalSecondaryBorderActive #14571a
|
@@ -13,6 +13,10 @@
|
|
13
13
|
#define focusColorBorderalt #000000
|
14
14
|
#define focusColorBorder #FFB500
|
15
15
|
#define focusColorLabel #000000
|
16
|
+
#define focusColorInverseBg #926916
|
17
|
+
#define focusColorInverseBorderalt #FFB500
|
18
|
+
#define focusColorInverseBorder #000000
|
19
|
+
#define focusColorInverseLabel #FFFFFF
|
16
20
|
#define focusSizeUnderline 4
|
17
21
|
#define focusBorderwidthSecondary 2
|
18
22
|
#define focusBorderwidthInner 2
|
@@ -11,6 +11,8 @@
|
|
11
11
|
|
12
12
|
#define linkColorDestructiveLabelDefault #b23342
|
13
13
|
#define linkColorDestructiveLabelHover #a3303d
|
14
|
+
#define linkColorDestructiveInverseLabelDefault #e85b66
|
15
|
+
#define linkColorDestructiveInverseLabelHover #ec6a71
|
14
16
|
#define linkColorTypicalLabelDefault #0c711d
|
15
17
|
#define linkColorTypicalLabelHover #125e1b
|
16
18
|
#define linkColorTypicalInverseLabelDefault #4cdc55
|
@@ -11,8 +11,6 @@
|
|
11
11
|
|
12
12
|
#define logoColorSageBgDefault #000000
|
13
13
|
#define logoColorSageBgAlt #000000
|
14
|
-
#define logoColorTrustBgDefault #00811F
|
15
|
-
#define logoColorTrustOutline #000000
|
16
14
|
#define logoColorCopilotNoBgFgDefault #000000
|
17
15
|
#define logoColorAiIdentifierBgStar #000000
|
18
16
|
#define logoColorAiIdentifierBgDot #00D639
|
@@ -16,9 +16,10 @@
|
|
16
16
|
#define progressSizeCarouselselectorActivedotM 16
|
17
17
|
#define progressSizeCarouselselectorHitareaM 24
|
18
18
|
#define progressSizeCarouselslideXM 56
|
19
|
-
#define
|
20
|
-
#define
|
21
|
-
#define
|
19
|
+
#define progressSizeSpinnerXs 20
|
20
|
+
#define progressSizeSpinnerS 32
|
21
|
+
#define progressSizeSpinnerM 64
|
22
|
+
#define progressSizeSpinnerL 96
|
22
23
|
#define progressSizeSkeletonResponsiveTextXs clamp(0.875rem, 0.875rem + 0vw, 0.875rem)
|
23
24
|
#define progressSizeSkeletonResponsiveTextS clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)
|
24
25
|
#define progressSizeSkeletonResponsiveTextM clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)
|
@@ -73,10 +73,18 @@
|
|
73
73
|
#define modesColorInteractiveDangerDefault #CD384B
|
74
74
|
#define modesColorInteractiveDangerDefaultAlt #b23342
|
75
75
|
#define modesColorInteractiveDangerHover #aa323f
|
76
|
-
#define modesColorInteractiveDangerHoverAlt #
|
76
|
+
#define modesColorInteractiveDangerHoverAlt #cd384b14
|
77
77
|
#define modesColorInteractiveDangerHoverAlt2 #a3303d
|
78
78
|
#define modesColorInteractiveDangerWithActive #FFFFFF
|
79
79
|
#define modesColorInteractiveDangerWithDefault #FFFFFF
|
80
|
+
#define modesColorInteractiveDangerInverseActive #f28486
|
81
|
+
#define modesColorInteractiveDangerInverseDefault #E13E53
|
82
|
+
#define modesColorInteractiveDangerInverseDefaultAlt #e85b66
|
83
|
+
#define modesColorInteractiveDangerInverseHover #eb646c
|
84
|
+
#define modesColorInteractiveDangerInverseHoverAlt #e13e5314
|
85
|
+
#define modesColorInteractiveDangerInverseHoverAlt2 #ec6a71
|
86
|
+
#define modesColorInteractiveDangerInverseWithActive #000000
|
87
|
+
#define modesColorInteractiveDangerInverseWithDefault #000000
|
80
88
|
#define modesColorInteractiveDataEntryDefault #FFFFFF
|
81
89
|
#define modesColorInteractiveDataEntryWithActive #000000
|
82
90
|
#define modesColorInteractiveDataEntryWithActiveAlt #FFFFFF
|
@@ -87,10 +95,14 @@
|
|
87
95
|
#define modesColorInteractiveDataEntryContent #000000f2
|
88
96
|
#define modesColorInteractiveDataEntryContentAlt #0000008c
|
89
97
|
#define modesColorInteractiveDataEntryFrozenWithDefault #698495
|
90
|
-
#define modesColorInteractiveFocusWithDefault #FFB500
|
91
|
-
#define modesColorInteractiveFocusWithDefaultAlt #ffd27e
|
92
98
|
#define modesColorInteractiveFocusDefault #000000
|
93
99
|
#define modesColorInteractiveFocusContent #000000
|
100
|
+
#define modesColorInteractiveFocusWithDefault #FFB500
|
101
|
+
#define modesColorInteractiveFocusWithDefaultAlt #ffd27e
|
102
|
+
#define modesColorInteractiveFocusInverseDefault #FFB500
|
103
|
+
#define modesColorInteractiveFocusInverseContent #FFFFFF
|
104
|
+
#define modesColorInteractiveFocusInverseWithDefault #000000
|
105
|
+
#define modesColorInteractiveFocusInverseWithDefaultAlt #926916
|
94
106
|
#define modesColorInteractiveInactiveDefault #a6a6a6
|
95
107
|
#define modesColorInteractiveInactiveMask #000000
|
96
108
|
#define modesColorInteractiveInactiveDefaultAlt #f3f3f3
|
@@ -101,6 +113,7 @@
|
|
101
113
|
#define modesColorInteractiveInactiveFrozenDefaultAlt #e5eaed
|
102
114
|
#define modesColorInteractiveInactiveInverseDefault #4b4b4b
|
103
115
|
#define modesColorInteractiveInactiveInverseContent #ffffff6b
|
116
|
+
#define modesColorInteractiveInactiveInverseContentAlt #000000
|
104
117
|
#define modesColorInteractiveMonochromeActive #000000
|
105
118
|
#define modesColorInteractiveMonochromeActiveAlt #00000029
|
106
119
|
#define modesColorInteractiveMonochromeDefault #000000e6
|
@@ -14,6 +14,11 @@
|
|
14
14
|
#define badgeColorNotificationBgAlt #007ED9
|
15
15
|
#define badgeColorNotificationLabelDefault #000000
|
16
16
|
#define badgeColorNotificationLabelAlt #000000
|
17
|
+
#define badgeColorNotificationInverseBorderDefault #FFFFFF
|
18
|
+
#define badgeColorNotificationInverseBgDefault #CD384B
|
19
|
+
#define badgeColorNotificationInverseBgAlt #0060A7
|
20
|
+
#define badgeColorNotificationInverseLabelDefault #FFFFFF
|
21
|
+
#define badgeColorNotificationInverseLabelAlt #FFFFFF
|
17
22
|
#define badgeSizeMicroDot 8
|
18
23
|
#define badgeSizeMicroNumberedMin 16
|
19
24
|
#define badgeSizeMicroNumberedMax 32
|