@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
@@ -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
|
@@ -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
|
@@ -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)
|