@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
@@ -117,10 +117,20 @@
|
|
117
117
|
"default": "#CD384B",
|
118
118
|
"defaultAlt": "#b23342",
|
119
119
|
"hover": "#aa323f",
|
120
|
-
"hoverAlt": "#
|
120
|
+
"hoverAlt": "#cd384b14",
|
121
121
|
"hoverAlt2": "#a3303d",
|
122
122
|
"withActive": "#FFFFFF",
|
123
|
-
"withDefault": "#FFFFFF"
|
123
|
+
"withDefault": "#FFFFFF",
|
124
|
+
"inverse": {
|
125
|
+
"active": "#f28486",
|
126
|
+
"default": "#E13E53",
|
127
|
+
"defaultAlt": "#e85b66",
|
128
|
+
"hover": "#eb646c",
|
129
|
+
"hoverAlt": "#e13e5314",
|
130
|
+
"hoverAlt2": "#ec6a71",
|
131
|
+
"withActive": "#000000",
|
132
|
+
"withDefault": "#000000"
|
133
|
+
}
|
124
134
|
},
|
125
135
|
"dataEntry": {
|
126
136
|
"default": "#FFFFFF",
|
@@ -137,10 +147,16 @@
|
|
137
147
|
}
|
138
148
|
},
|
139
149
|
"focus": {
|
150
|
+
"default": "#000000",
|
151
|
+
"content": "#000000",
|
140
152
|
"withDefault": "#FFB500",
|
141
153
|
"withDefaultAlt": "#ffd27e",
|
142
|
-
"
|
143
|
-
|
154
|
+
"inverse": {
|
155
|
+
"default": "#FFB500",
|
156
|
+
"content": "#FFFFFF",
|
157
|
+
"withDefault": "#000000",
|
158
|
+
"withDefaultAlt": "#926916"
|
159
|
+
}
|
144
160
|
},
|
145
161
|
"inactive": {
|
146
162
|
"default": "#a6a6a6",
|
@@ -155,7 +171,8 @@
|
|
155
171
|
},
|
156
172
|
"inverse": {
|
157
173
|
"default": "#4b4b4b",
|
158
|
-
"content": "#ffffff6b"
|
174
|
+
"content": "#ffffff6b",
|
175
|
+
"contentAlt": "#000000"
|
159
176
|
}
|
160
177
|
},
|
161
178
|
"monochrome": {
|
@@ -6,7 +6,14 @@
|
|
6
6
|
"bg-default": "#E13E53",
|
7
7
|
"bg-alt": "#007ED9",
|
8
8
|
"label-default": "#000000",
|
9
|
-
"label-alt": "#000000"
|
9
|
+
"label-alt": "#000000",
|
10
|
+
"inverse": {
|
11
|
+
"border-default": "#FFFFFF",
|
12
|
+
"bg-default": "#CD384B",
|
13
|
+
"bg-alt": "#0060A7",
|
14
|
+
"label-default": "#FFFFFF",
|
15
|
+
"label-alt": "#FFFFFF"
|
16
|
+
}
|
10
17
|
}
|
11
18
|
},
|
12
19
|
"size": {
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"label-hover": "#000000"
|
261
261
|
},
|
262
262
|
"secondary": {
|
263
|
-
"bg-hover": "#
|
263
|
+
"bg-hover": "#e13e5314",
|
264
264
|
"border-disabled": "#4b4b4b",
|
265
265
|
"border-enabled": "#E13E53",
|
266
266
|
"border-hover": "#eb646c",
|
@@ -279,7 +279,18 @@
|
|
279
279
|
"label-active": "#000000",
|
280
280
|
"label-disabled": "#000000",
|
281
281
|
"label-enabled": "#000000",
|
282
|
-
"label-hover": "#000000"
|
282
|
+
"label-hover": "#000000",
|
283
|
+
"inverse": {
|
284
|
+
"bg-active": "#14571a",
|
285
|
+
"bg-default": "#FFFFFF",
|
286
|
+
"bg-disabled": "#a6a6a6",
|
287
|
+
"bg-enabled": "#00811F",
|
288
|
+
"bg-hover": "#0e6b1d",
|
289
|
+
"label-active": "#FFFFFF",
|
290
|
+
"label-disabled": "#FFFFFF",
|
291
|
+
"label-enabled": "#FFFFFF",
|
292
|
+
"label-hover": "#FFFFFF"
|
293
|
+
}
|
283
294
|
},
|
284
295
|
"secondary": {
|
285
296
|
"bg-active": "#00d63952",
|
@@ -4,7 +4,13 @@
|
|
4
4
|
"bg": "#926916",
|
5
5
|
"borderalt": "#FFB500",
|
6
6
|
"border": "#000000",
|
7
|
-
"label": "#FFFFFF"
|
7
|
+
"label": "#FFFFFF",
|
8
|
+
"inverse": {
|
9
|
+
"bg": "#ffd27e",
|
10
|
+
"borderalt": "#000000",
|
11
|
+
"border": "#FFB500",
|
12
|
+
"label": "#000000"
|
13
|
+
}
|
8
14
|
},
|
9
15
|
"size": {
|
10
16
|
"underline": 4
|
@@ -117,10 +117,20 @@
|
|
117
117
|
"default": "#E13E53",
|
118
118
|
"defaultAlt": "#e85b66",
|
119
119
|
"hover": "#eb646c",
|
120
|
-
"hoverAlt": "#
|
120
|
+
"hoverAlt": "#e13e5314",
|
121
121
|
"hoverAlt2": "#ec6a71",
|
122
122
|
"withActive": "#000000",
|
123
|
-
"withDefault": "#000000"
|
123
|
+
"withDefault": "#000000",
|
124
|
+
"inverse": {
|
125
|
+
"active": "#882b34",
|
126
|
+
"default": "#CD384B",
|
127
|
+
"defaultAlt": "#b23342",
|
128
|
+
"hover": "#aa323f",
|
129
|
+
"hoverAlt": "#cd384b14",
|
130
|
+
"hoverAlt2": "#a3303d",
|
131
|
+
"withActive": "#FFFFFF",
|
132
|
+
"withDefault": "#FFFFFF"
|
133
|
+
}
|
124
134
|
},
|
125
135
|
"dataEntry": {
|
126
136
|
"default": "#000000",
|
@@ -137,10 +147,16 @@
|
|
137
147
|
}
|
138
148
|
},
|
139
149
|
"focus": {
|
140
|
-
"
|
150
|
+
"default": "#FFB500",
|
141
151
|
"content": "#FFFFFF",
|
152
|
+
"withDefault": "#000000",
|
142
153
|
"withDefaultAlt": "#926916",
|
143
|
-
"
|
154
|
+
"inverse": {
|
155
|
+
"default": "#000000",
|
156
|
+
"content": "#000000",
|
157
|
+
"withDefault": "#FFB500",
|
158
|
+
"withDefaultAlt": "#ffd27e"
|
159
|
+
}
|
144
160
|
},
|
145
161
|
"inactive": {
|
146
162
|
"default": "#4b4b4b",
|
@@ -155,7 +171,8 @@
|
|
155
171
|
},
|
156
172
|
"inverse": {
|
157
173
|
"default": "#a6a6a6",
|
158
|
-
"content": "#0000006b"
|
174
|
+
"content": "#0000006b",
|
175
|
+
"contentAlt": "#FFFFFF"
|
159
176
|
}
|
160
177
|
},
|
161
178
|
"monochrome": {
|
@@ -6,7 +6,14 @@
|
|
6
6
|
"bg-default": "#CD384B",
|
7
7
|
"bg-alt": "#0060A7",
|
8
8
|
"label-default": "#FFFFFF",
|
9
|
-
"label-alt": "#FFFFFF"
|
9
|
+
"label-alt": "#FFFFFF",
|
10
|
+
"inverse": {
|
11
|
+
"border-default": "#000000",
|
12
|
+
"bg-default": "#E13E53",
|
13
|
+
"bg-alt": "#007ED9",
|
14
|
+
"label-default": "#000000",
|
15
|
+
"label-alt": "#000000"
|
16
|
+
}
|
10
17
|
}
|
11
18
|
},
|
12
19
|
"size": {
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"label-hover": "#FFFFFF"
|
261
261
|
},
|
262
262
|
"secondary": {
|
263
|
-
"bg-hover": "#
|
263
|
+
"bg-hover": "#cd384b14",
|
264
264
|
"border-disabled": "#a6a6a6",
|
265
265
|
"border-enabled": "#CD384B",
|
266
266
|
"border-hover": "#aa323f",
|
@@ -279,7 +279,18 @@
|
|
279
279
|
"label-active": "#FFFFFF",
|
280
280
|
"label-disabled": "#FFFFFF",
|
281
281
|
"label-enabled": "#FFFFFF",
|
282
|
-
"label-hover": "#FFFFFF"
|
282
|
+
"label-hover": "#FFFFFF",
|
283
|
+
"inverse": {
|
284
|
+
"bg-active": "#81e57d",
|
285
|
+
"bg-default": "#000000",
|
286
|
+
"bg-disabled": "#4b4b4b",
|
287
|
+
"bg-enabled": "#00D639",
|
288
|
+
"bg-hover": "#58de5d",
|
289
|
+
"label-active": "#000000",
|
290
|
+
"label-disabled": "#000000",
|
291
|
+
"label-enabled": "#000000",
|
292
|
+
"label-hover": "#000000"
|
293
|
+
}
|
283
294
|
},
|
284
295
|
"secondary": {
|
285
296
|
"bg-active": "#00811f52",
|
@@ -4,7 +4,13 @@
|
|
4
4
|
"bg": "#ffd27e",
|
5
5
|
"borderalt": "#000000",
|
6
6
|
"border": "#FFB500",
|
7
|
-
"label": "#000000"
|
7
|
+
"label": "#000000",
|
8
|
+
"inverse": {
|
9
|
+
"bg": "#926916",
|
10
|
+
"borderalt": "#FFB500",
|
11
|
+
"border": "#000000",
|
12
|
+
"label": "#FFFFFF"
|
13
|
+
}
|
8
14
|
},
|
9
15
|
"size": {
|
10
16
|
"underline": 4
|
@@ -117,10 +117,20 @@
|
|
117
117
|
"default": "#CD384B",
|
118
118
|
"defaultAlt": "#b23342",
|
119
119
|
"hover": "#aa323f",
|
120
|
-
"hoverAlt": "#
|
120
|
+
"hoverAlt": "#cd384b14",
|
121
121
|
"hoverAlt2": "#a3303d",
|
122
122
|
"withActive": "#FFFFFF",
|
123
|
-
"withDefault": "#FFFFFF"
|
123
|
+
"withDefault": "#FFFFFF",
|
124
|
+
"inverse": {
|
125
|
+
"active": "#f28486",
|
126
|
+
"default": "#E13E53",
|
127
|
+
"defaultAlt": "#e85b66",
|
128
|
+
"hover": "#eb646c",
|
129
|
+
"hoverAlt": "#e13e5314",
|
130
|
+
"hoverAlt2": "#ec6a71",
|
131
|
+
"withActive": "#000000",
|
132
|
+
"withDefault": "#000000"
|
133
|
+
}
|
124
134
|
},
|
125
135
|
"dataEntry": {
|
126
136
|
"default": "#FFFFFF",
|
@@ -137,10 +147,16 @@
|
|
137
147
|
}
|
138
148
|
},
|
139
149
|
"focus": {
|
150
|
+
"default": "#000000",
|
151
|
+
"content": "#000000",
|
140
152
|
"withDefault": "#FFB500",
|
141
153
|
"withDefaultAlt": "#ffd27e",
|
142
|
-
"
|
143
|
-
|
154
|
+
"inverse": {
|
155
|
+
"default": "#FFB500",
|
156
|
+
"content": "#FFFFFF",
|
157
|
+
"withDefault": "#000000",
|
158
|
+
"withDefaultAlt": "#926916"
|
159
|
+
}
|
144
160
|
},
|
145
161
|
"inactive": {
|
146
162
|
"default": "#a6a6a6",
|
@@ -155,7 +171,8 @@
|
|
155
171
|
},
|
156
172
|
"inverse": {
|
157
173
|
"default": "#4b4b4b",
|
158
|
-
"content": "#ffffff6b"
|
174
|
+
"content": "#ffffff6b",
|
175
|
+
"contentAlt": "#000000"
|
159
176
|
}
|
160
177
|
},
|
161
178
|
"monochrome": {
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
},
|
7
7
|
"description": "Design tokens for the Sage Design System.",
|
8
8
|
"author": "The Sage Group plc",
|
9
|
-
"version": "
|
9
|
+
"version": "14.0.0",
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
11
11
|
"tags": [
|
12
12
|
"design tokens",
|
Binary file
|
@@ -8,11 +8,16 @@
|
|
8
8
|
$badge-radius-badge: $global-radius-circle; // Badge
|
9
9
|
$badge-color-notification-bg-default: $modes-color-status-negative-default; // Used in global nav notification badges
|
10
10
|
$badge-color-notification-bg-alt: $modes-color-status-info-default;
|
11
|
+
$badge-color-notification-inverse-border-default: $modes-color-generic-content-extreme;
|
12
|
+
$badge-color-notification-inverse-bg-default: $modes-color-status-negative-inverse-default; // Used in global nav notification badges
|
13
|
+
$badge-color-notification-inverse-bg-alt: $modes-color-status-info-inverse-default;
|
14
|
+
$badge-color-notification-inverse-label-default: $modes-color-generic-content-extreme;
|
15
|
+
$badge-color-notification-inverse-label-alt: $modes-color-generic-content-extreme;
|
11
16
|
$badge-typography-responsive-m: $global-typography-responsive-component-notification-m;
|
12
17
|
$badge-typography-adaptive-m: $global-typography-adaptive-component-notification-m;
|
13
|
-
$badge-color-notification-border-default: $modes-color-generic-
|
14
|
-
$badge-color-notification-label-default: $modes-color-generic-
|
15
|
-
$badge-color-notification-label-alt: $modes-color-generic-
|
18
|
+
$badge-color-notification-border-default: $modes-color-generic-content-nought;
|
19
|
+
$badge-color-notification-label-default: $modes-color-generic-content-nought;
|
20
|
+
$badge-color-notification-label-alt: $modes-color-generic-content-nought;
|
16
21
|
$badge-size-micro-dot: $global-size-micro-m; // Micro dot badge size
|
17
22
|
$badge-size-micro-numbered-min: $global-size-macro-xxs; // Micro dot badge size with numbering
|
18
23
|
$badge-size-micro-numbered-max: $global-size-macro-s; // Micro dot badge size max width
|
@@ -21,8 +21,20 @@ $button-color-ai-border-active: $modes-color-interactive-ai-default;
|
|
21
21
|
$button-color-ai-border-enabled: $modes-color-interactive-ai-default;
|
22
22
|
$button-color-ai-border-hover: $modes-color-interactive-ai-default;
|
23
23
|
$button-color-destructive-primary-bg-enabled: $modes-color-interactive-danger-default;
|
24
|
+
$button-color-destructive-primary-label-enabled: $modes-color-interactive-danger-with-default;
|
25
|
+
$button-color-destructive-primary-label-hover: $modes-color-interactive-danger-with-default;
|
24
26
|
$button-color-destructive-secondary-border-enabled: $modes-color-interactive-danger-default;
|
25
27
|
$button-color-destructive-secondary-label-enabled: $modes-color-interactive-danger-default;
|
28
|
+
$button-color-typical-primary-bg-default: $modes-color-interactive-primary-with-default; // For spacer in Split button
|
29
|
+
$button-color-typical-primary-label-active: $modes-color-interactive-primary-with-active;
|
30
|
+
$button-color-typical-primary-label-enabled: $modes-color-interactive-primary-with-default;
|
31
|
+
$button-color-typical-primary-label-hover: $modes-color-interactive-primary-with-default;
|
32
|
+
$button-color-typical-primary-inverse-bg-default: $modes-color-interactive-primary-inverse-with-default; // For spacer in Split button
|
33
|
+
$button-color-typical-primary-inverse-bg-disabled: $modes-color-interactive-inactive-inverse-default;
|
34
|
+
$button-color-typical-primary-inverse-label-active: $modes-color-interactive-primary-inverse-with-active;
|
35
|
+
$button-color-typical-primary-inverse-label-disabled: $modes-color-interactive-inactive-inverse-content-alt;
|
36
|
+
$button-color-typical-primary-inverse-label-enabled: $modes-color-interactive-primary-inverse-with-default;
|
37
|
+
$button-color-typical-primary-inverse-label-hover: $modes-color-interactive-primary-inverse-with-default;
|
26
38
|
$button-color-typical-secondary-inverse-border-disabled: $modes-color-interactive-inactive-inverse-default;
|
27
39
|
$button-color-typical-secondary-inverse-label-disabled: $modes-color-interactive-inactive-inverse-content;
|
28
40
|
$button-color-typical-tertiary-inverse-border-disabled: $modes-color-interactive-inactive-inverse-default;
|
@@ -63,9 +75,11 @@ $button-color-ai-label-active: $modes-color-interactive-monochrome-with-active-a
|
|
63
75
|
$button-color-ai-label-enabled: $modes-color-interactive-monochrome-default;
|
64
76
|
$button-color-ai-label-hover: $modes-color-interactive-monochrome-with-hover;
|
65
77
|
$button-color-destructive-primary-bg-hover: $modes-color-interactive-danger-hover;
|
78
|
+
$button-color-destructive-secondary-bg-hover: $modes-color-interactive-danger-hover-alt;
|
66
79
|
$button-color-destructive-secondary-border-hover: $modes-color-interactive-danger-hover;
|
67
80
|
$button-color-destructive-secondary-label-hover: $modes-color-interactive-danger-hover;
|
68
81
|
$button-color-typical-primary-bg-enabled: $modes-color-interactive-primary-default;
|
82
|
+
$button-color-typical-primary-inverse-bg-enabled: $modes-color-interactive-primary-inverse-default;
|
69
83
|
$button-color-typical-secondary-label-active: $modes-color-interactive-monochrome-with-active-alt;
|
70
84
|
$button-color-typical-secondary-label-enabled: $modes-color-interactive-monochrome-default;
|
71
85
|
$button-color-typical-secondary-label-hover: $modes-color-interactive-monochrome-with-hover;
|
@@ -205,17 +219,12 @@ $button-space-video-x-m: $global-space-micro-xs; // Left padding on play icon in
|
|
205
219
|
$button-space-video-x-l: $global-space-micro-xs; // Left padding on play icon in video button
|
206
220
|
$button-color-ai-label-disabled: $modes-color-interactive-inactive-content;
|
207
221
|
$button-color-destructive-primary-label-disabled: $modes-color-interactive-inactive-content-alt;
|
208
|
-
$button-color-destructive-primary-label-enabled: $modes-color-interactive-danger-with-default;
|
209
|
-
$button-color-destructive-primary-label-hover: $modes-color-interactive-danger-with-default;
|
210
|
-
$button-color-destructive-secondary-bg-hover: $modes-color-interactive-danger-hover-alt;
|
211
222
|
$button-color-destructive-secondary-label-disabled: $modes-color-interactive-inactive-content;
|
212
223
|
$button-color-typical-primary-bg-active: $modes-color-interactive-primary-active;
|
213
|
-
$button-color-typical-primary-bg-default: $modes-color-interactive-primary-with-default; // For spacer in Split button
|
214
224
|
$button-color-typical-primary-bg-hover: $modes-color-interactive-primary-hover;
|
215
|
-
$button-color-typical-primary-label-active: $modes-color-interactive-primary-with-active;
|
216
225
|
$button-color-typical-primary-label-disabled: $modes-color-interactive-inactive-content-alt;
|
217
|
-
$button-color-typical-primary-
|
218
|
-
$button-color-typical-primary-
|
226
|
+
$button-color-typical-primary-inverse-bg-active: $modes-color-interactive-primary-inverse-active;
|
227
|
+
$button-color-typical-primary-inverse-bg-hover: $modes-color-interactive-primary-inverse-hover;
|
219
228
|
$button-color-typical-secondary-bg-active: $modes-color-interactive-primary-active-alt;
|
220
229
|
$button-color-typical-secondary-border-active: $modes-color-interactive-primary-active;
|
221
230
|
$button-color-typical-secondary-border-enabled: $modes-color-interactive-primary-default-alt;
|
@@ -9,6 +9,10 @@ $focus-color-bg: $modes-color-interactive-focus-with-default-alt;
|
|
9
9
|
$focus-color-borderalt: $modes-color-interactive-focus-default;
|
10
10
|
$focus-color-border: $modes-color-interactive-focus-with-default;
|
11
11
|
$focus-color-label: $modes-color-interactive-focus-content;
|
12
|
+
$focus-color-inverse-bg: $modes-color-interactive-focus-inverse-with-default-alt;
|
13
|
+
$focus-color-inverse-borderalt: $modes-color-interactive-focus-inverse-default;
|
14
|
+
$focus-color-inverse-border: $modes-color-interactive-focus-inverse-with-default;
|
15
|
+
$focus-color-inverse-label: $modes-color-interactive-focus-inverse-content;
|
12
16
|
$focus-size-underline: $global-size-micro-xs; // focus black underline on links and skiplink
|
13
17
|
$focus-borderwidth-secondary: $global-borderwidth-s; // Secondary focus (dropdown item)
|
14
18
|
$focus-borderwidth-inner: $global-borderwidth-s; // Focus border (inner)
|
@@ -19,10 +19,12 @@ $link-typography-adaptive-heading-s: $global-typography-adaptive-component-under
|
|
19
19
|
$link-typography-adaptive-heading-m: $global-typography-adaptive-component-underlined-firm-m;
|
20
20
|
$link-typography-adaptive-heading-l: $global-typography-adaptive-component-underlined-firm-l;
|
21
21
|
$link-color-destructive-label-default: $modes-color-interactive-danger-default-alt; // .
|
22
|
+
$link-color-destructive-inverse-label-default: $modes-color-interactive-danger-inverse-default-alt; // .
|
22
23
|
$link-color-subtle-label-default: $modes-color-interactive-monochrome-default;
|
23
24
|
$link-color-subtle-inverse-label-hover: $modes-color-interactive-monochrome-inverse-active;
|
24
25
|
$link-boxshadow-skiplink: $global-boxshadow-container-near;
|
25
26
|
$link-color-destructive-label-hover: $modes-color-interactive-danger-hover-alt2;
|
27
|
+
$link-color-destructive-inverse-label-hover: $modes-color-interactive-danger-inverse-hover-alt2;
|
26
28
|
$link-color-typical-label-default: $modes-color-interactive-primary-default-alt3;
|
27
29
|
$link-color-typical-inverse-label-default: $modes-color-interactive-primary-inverse-default-alt3;
|
28
30
|
$link-color-subtle-inverse-label-default: $modes-color-interactive-monochrome-inverse-default;
|
@@ -8,8 +8,6 @@
|
|
8
8
|
$logo-size-ai-m: 14px; // AI star
|
9
9
|
$logo-color-sage-bg-default: $modes-color-brand-default; // sage logo
|
10
10
|
$logo-color-sage-bg-alt: $modes-color-brand-default-alt;
|
11
|
-
$logo-color-trust-bg-default: $modes-color-status-positive-default; // filled
|
12
|
-
$logo-color-trust-outline: $modes-color-generic-content-extreme;
|
13
11
|
$logo-color-copilot-no-bg-fg-default: $modes-color-brand-copilot-no-bg-monochrome;
|
14
12
|
$logo-color-ai-identifier-bg-star: $modes-color-brand-copilot-ai-identifier-default; // star bg color
|
15
13
|
$logo-color-ai-identifier-bg-dot: $modes-color-brand-copilot-ai-identifier-with-default;
|
@@ -69,9 +69,10 @@ $progress-size-carouselselector-dot-m: $global-size-micro-l;
|
|
69
69
|
$progress-size-carouselselector-activedot-m: $global-size-macro-xxs;
|
70
70
|
$progress-size-carouselselector-hitarea-m: $global-size-macro-xs;
|
71
71
|
$progress-size-carouselslide-x-m: $global-size-macro-xl; // Inactive slide
|
72
|
-
$progress-size-
|
73
|
-
$progress-size-
|
74
|
-
$progress-size-
|
72
|
+
$progress-size-spinner-xs: $global-size-macro-xs - $global-size-micro-xs; // Loader ring for XS size loader spinners
|
73
|
+
$progress-size-spinner-s: $global-size-macro-s; // Loader ring
|
74
|
+
$progress-size-spinner-m: $global-size-macro-s * 2; // Loader ring
|
75
|
+
$progress-size-spinner-l: $global-size-macro-xs * 4; // Loader ring
|
75
76
|
$progress-size-stepflow-m: $global-size-micro-m; // Step height
|
76
77
|
$progress-size-stepindicator-bar: $global-size-micro-xxs; // step indicator bar
|
77
78
|
$progress-size-stepindicator-stepcircle-s: $global-size-macro-xs; // M size step indicator
|
@@ -58,6 +58,7 @@ $table-radius-container: $global-radius-container-m; // Table (parent container)
|
|
58
58
|
$table-borderwidth-thin: $global-borderwidth-xs; // Table border
|
59
59
|
$table-borderwidth-thick: $global-borderwidth-s; // header border for subtle
|
60
60
|
$table-space-none: $global-space-none;
|
61
|
+
$table-space-yg: $global-space-micro-s; // space between table and pagination
|
61
62
|
$table-space-row-x-xs: $global-space-micro-l; // Left and right padding inside XS row cells
|
62
63
|
$table-space-row-x-s: $global-space-macro-xs; // Left and right padding inside S row cells
|
63
64
|
$table-space-row-x-m: $global-space-macro-xs; // Left and right padding inside M row cells
|
@@ -69,10 +69,18 @@ $modes-color-interactive-danger-active: #f28486; // active button on dark
|
|
69
69
|
$modes-color-interactive-danger-default: #E13E53;
|
70
70
|
$modes-color-interactive-danger-default-alt: #e85b66; // for links in datatables
|
71
71
|
$modes-color-interactive-danger-hover: #eb646c;
|
72
|
-
$modes-color-interactive-danger-hover-alt: #
|
72
|
+
$modes-color-interactive-danger-hover-alt: #e13e5314; // button hover on dark
|
73
73
|
$modes-color-interactive-danger-hover-alt2: #ec6a71; // for links in datatables
|
74
74
|
$modes-color-interactive-danger-with-active: #000000;
|
75
75
|
$modes-color-interactive-danger-with-default: #000000;
|
76
|
+
$modes-color-interactive-danger-inverse-active: #882b34; // used on pill hover states
|
77
|
+
$modes-color-interactive-danger-inverse-default: #CD384B;
|
78
|
+
$modes-color-interactive-danger-inverse-default-alt: #b23342; // For links in datatables
|
79
|
+
$modes-color-interactive-danger-inverse-hover: #aa323f; // used on solid-pill and primary-button hover states
|
80
|
+
$modes-color-interactive-danger-inverse-hover-alt: #cd384b14; // used on secondary-button hover states
|
81
|
+
$modes-color-interactive-danger-inverse-hover-alt2: #a3303d; // used on link hover state
|
82
|
+
$modes-color-interactive-danger-inverse-with-active: #FFFFFF;
|
83
|
+
$modes-color-interactive-danger-inverse-with-default: #FFFFFF;
|
76
84
|
$modes-color-interactive-data-entry-default: #000000; // Input backgrounds.
|
77
85
|
$modes-color-interactive-data-entry-with-active: #FFFFFF; // checkbox tick icon or radio handle
|
78
86
|
$modes-color-interactive-data-entry-with-active-alt: #000000;
|
@@ -83,10 +91,14 @@ $modes-color-interactive-data-entry-default-alt: #0e0e0e; // Input footer bgs (e
|
|
83
91
|
$modes-color-interactive-data-entry-content: #fffffff2; // Input Text
|
84
92
|
$modes-color-interactive-data-entry-content-alt: #ffffff8c; // Hint text, placeholder text, character count etc
|
85
93
|
$modes-color-interactive-data-entry-frozen-with-default: #777; // Input borders.
|
86
|
-
$modes-color-interactive-focus-
|
94
|
+
$modes-color-interactive-focus-default: #FFB500;
|
87
95
|
$modes-color-interactive-focus-content: #FFFFFF;
|
96
|
+
$modes-color-interactive-focus-with-default: #000000;
|
88
97
|
$modes-color-interactive-focus-with-default-alt: #926916;
|
89
|
-
$modes-color-interactive-focus-default: #
|
98
|
+
$modes-color-interactive-focus-inverse-default: #000000;
|
99
|
+
$modes-color-interactive-focus-inverse-content: #000000;
|
100
|
+
$modes-color-interactive-focus-inverse-with-default: #FFB500;
|
101
|
+
$modes-color-interactive-focus-inverse-with-default-alt: #ffd27e;
|
90
102
|
$modes-color-interactive-inactive-default: #4b4b4b; // disabled buttons on dark
|
91
103
|
$modes-color-interactive-inactive-mask: #FFFFFF; // full screen takeover token for modal dimmer
|
92
104
|
$modes-color-interactive-inactive-default-alt: #0e0e0e; // Disabled button backgrounds and borders ON DARK
|
@@ -97,6 +109,7 @@ $modes-color-interactive-inactive-icon-alt: #ffffff8c; // Readonly icon inside f
|
|
97
109
|
$modes-color-interactive-inactive-frozen-default-alt: #0e0e0e; // Disabled input and button backgrounds, button borders and input backgrounds.
|
98
110
|
$modes-color-interactive-inactive-inverse-default: #a6a6a6; // Inversed disabled form secondary, tertiary and input borders borders.
|
99
111
|
$modes-color-interactive-inactive-inverse-content: #0000006b; // Inversed disabled text inside buttons and form inputs.
|
112
|
+
$modes-color-interactive-inactive-inverse-content-alt: #FFFFFF; // Disabled labels inside buttons and Switch.
|
100
113
|
$modes-color-interactive-monochrome-active: #FFFFFF;
|
101
114
|
$modes-color-interactive-monochrome-active-alt: #ffffff29;
|
102
115
|
$modes-color-interactive-monochrome-default: #ffffffe6;
|
@@ -69,10 +69,18 @@ $modes-color-interactive-danger-active: #882b34; // used on pill hover states
|
|
69
69
|
$modes-color-interactive-danger-default: #CD384B;
|
70
70
|
$modes-color-interactive-danger-default-alt: #b23342; // For links in datatables
|
71
71
|
$modes-color-interactive-danger-hover: #aa323f; // used on solid-pill and primary-button hover states
|
72
|
-
$modes-color-interactive-danger-hover-alt: #
|
72
|
+
$modes-color-interactive-danger-hover-alt: #cd384b14; // used on secondary-button hover states
|
73
73
|
$modes-color-interactive-danger-hover-alt2: #a3303d; // used on link hover state
|
74
74
|
$modes-color-interactive-danger-with-active: #FFFFFF;
|
75
75
|
$modes-color-interactive-danger-with-default: #FFFFFF;
|
76
|
+
$modes-color-interactive-danger-inverse-active: #f28486; // used on pill hover states
|
77
|
+
$modes-color-interactive-danger-inverse-default: #E13E53;
|
78
|
+
$modes-color-interactive-danger-inverse-default-alt: #e85b66; // For links in datatables
|
79
|
+
$modes-color-interactive-danger-inverse-hover: #eb646c; // used on solid-pill and primary-button hover states
|
80
|
+
$modes-color-interactive-danger-inverse-hover-alt: #e13e5314; // used on secondary-button hover states
|
81
|
+
$modes-color-interactive-danger-inverse-hover-alt2: #ec6a71; // used on link hover state
|
82
|
+
$modes-color-interactive-danger-inverse-with-active: #000000;
|
83
|
+
$modes-color-interactive-danger-inverse-with-default: #000000;
|
76
84
|
$modes-color-interactive-data-entry-default: #FFFFFF; // Input backgrounds.
|
77
85
|
$modes-color-interactive-data-entry-with-active: #000000; // checkbox tick icon or radio handle
|
78
86
|
$modes-color-interactive-data-entry-with-active-alt: #FFFFFF;
|
@@ -83,10 +91,14 @@ $modes-color-interactive-data-entry-default-alt: #f3f3f3; // Input footer bgs (e
|
|
83
91
|
$modes-color-interactive-data-entry-content: #000000f2; // Input Text
|
84
92
|
$modes-color-interactive-data-entry-content-alt: #0000008c; // Hint text, placeholder text, character count etc
|
85
93
|
$modes-color-interactive-data-entry-frozen-with-default: #698495; // Input borders.
|
86
|
-
$modes-color-interactive-focus-with-default: #FFB500;
|
87
|
-
$modes-color-interactive-focus-with-default-alt: #ffd27e;
|
88
94
|
$modes-color-interactive-focus-default: #000000;
|
89
95
|
$modes-color-interactive-focus-content: #000000;
|
96
|
+
$modes-color-interactive-focus-with-default: #FFB500;
|
97
|
+
$modes-color-interactive-focus-with-default-alt: #ffd27e;
|
98
|
+
$modes-color-interactive-focus-inverse-default: #FFB500;
|
99
|
+
$modes-color-interactive-focus-inverse-content: #FFFFFF;
|
100
|
+
$modes-color-interactive-focus-inverse-with-default: #000000;
|
101
|
+
$modes-color-interactive-focus-inverse-with-default-alt: #926916;
|
90
102
|
$modes-color-interactive-inactive-default: #a6a6a6; // Disabled form secondary, tertiary and input borders borders.
|
91
103
|
$modes-color-interactive-inactive-mask: #000000; // full screen takeover token for modal dimmer
|
92
104
|
$modes-color-interactive-inactive-default-alt: #f3f3f3; // Disabled input and button backgrounds, button borders and input backgrounds.
|
@@ -97,6 +109,7 @@ $modes-color-interactive-inactive-icon-alt: #0000008c; // Readonly icon inside f
|
|
97
109
|
$modes-color-interactive-inactive-frozen-default-alt: #e5eaed; // Disabled input and button backgrounds, button borders and input backgrounds.
|
98
110
|
$modes-color-interactive-inactive-inverse-default: #4b4b4b; // Inversed disabled form secondary, tertiary and input borders borders.
|
99
111
|
$modes-color-interactive-inactive-inverse-content: #ffffff6b; // Inversed disabled text inside buttons and form inputs.
|
112
|
+
$modes-color-interactive-inactive-inverse-content-alt: #000000; // Disabled labels inside buttons and Switch.
|
100
113
|
$modes-color-interactive-monochrome-active: #000000;
|
101
114
|
$modes-color-interactive-monochrome-active-alt: #00000029;
|
102
115
|
$modes-color-interactive-monochrome-default: #000000e6;
|
@@ -8,11 +8,16 @@
|
|
8
8
|
$badge-radius-badge: $global-radius-circle; // Badge
|
9
9
|
$badge-color-notification-bg-default: $modes-color-status-negative-default; // Used in global nav notification badges
|
10
10
|
$badge-color-notification-bg-alt: $modes-color-status-info-default;
|
11
|
+
$badge-color-notification-inverse-border-default: $modes-color-generic-content-extreme;
|
12
|
+
$badge-color-notification-inverse-bg-default: $modes-color-status-negative-inverse-default; // Used in global nav notification badges
|
13
|
+
$badge-color-notification-inverse-bg-alt: $modes-color-status-info-inverse-default;
|
14
|
+
$badge-color-notification-inverse-label-default: $modes-color-generic-content-extreme;
|
15
|
+
$badge-color-notification-inverse-label-alt: $modes-color-generic-content-extreme;
|
11
16
|
$badge-typography-responsive-m: $global-typography-responsive-component-notification-m;
|
12
17
|
$badge-typography-adaptive-m: $global-typography-adaptive-component-notification-m;
|
13
|
-
$badge-color-notification-border-default: $modes-color-generic-
|
14
|
-
$badge-color-notification-label-default: $modes-color-generic-
|
15
|
-
$badge-color-notification-label-alt: $modes-color-generic-
|
18
|
+
$badge-color-notification-border-default: $modes-color-generic-content-nought;
|
19
|
+
$badge-color-notification-label-default: $modes-color-generic-content-nought;
|
20
|
+
$badge-color-notification-label-alt: $modes-color-generic-content-nought;
|
16
21
|
$badge-size-micro-dot: $global-size-micro-m; // Micro dot badge size
|
17
22
|
$badge-size-micro-numbered-min: $global-size-macro-xxs; // Micro dot badge size with numbering
|
18
23
|
$badge-size-micro-numbered-max: $global-size-macro-s; // Micro dot badge size max width
|