@sage/design-tokens 13.1.0 → 13.2.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 +55 -13
- 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/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/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/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 +55 -13
- 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/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/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/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 +55 -13
- 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/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/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/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/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/table.h +1 -0
- package/ios/frozenproduct/large/dark/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/frozenproduct/large/light/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/frozenproduct/small/dark/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/frozenproduct/small/light/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/marketing/large/dark/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/marketing/large/light/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/marketing/small/dark/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/marketing/small/light/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/product/large/dark/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/product/large/light/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/product/small/dark/mode.h +16 -3
- 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/table.h +1 -0
- package/ios/product/small/light/mode.h +16 -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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/table.js +15 -0
- package/js/umd/frozenproduct/large/dark/mode.js +447 -26
- 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/table.js +15 -0
- package/js/umd/frozenproduct/large/light/mode.js +452 -31
- 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/table.js +15 -0
- package/js/umd/frozenproduct/small/dark/mode.js +447 -26
- 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/table.js +15 -0
- package/js/umd/frozenproduct/small/light/mode.js +452 -31
- 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/table.js +15 -0
- package/js/umd/marketing/large/dark/mode.js +447 -26
- 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/table.js +15 -0
- package/js/umd/marketing/large/light/mode.js +452 -31
- 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/table.js +15 -0
- package/js/umd/marketing/small/dark/mode.js +447 -26
- 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/table.js +15 -0
- package/js/umd/marketing/small/light/mode.js +452 -31
- 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/table.js +15 -0
- package/js/umd/product/large/dark/mode.js +447 -26
- 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/table.js +15 -0
- package/js/umd/product/large/light/mode.js +452 -31
- 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/table.js +15 -0
- package/js/umd/product/small/dark/mode.js +447 -26
- 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/table.js +15 -0
- package/js/umd/product/small/light/mode.js +452 -31
- 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/table.json +1 -0
- package/json/flat/frozenproduct/large/dark/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/frozenproduct/large/light/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/frozenproduct/small/dark/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/frozenproduct/small/light/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/marketing/large/dark/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/marketing/large/light/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/marketing/small/dark/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/marketing/small/light/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/product/large/dark/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/product/large/light/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/product/small/dark/mode.json +16 -3
- 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/table.json +1 -0
- package/json/flat/product/small/light/mode.json +16 -3
- 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/table.json +1 -0
- package/json/nested/frozenproduct/large/dark/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/frozenproduct/large/light/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/frozenproduct/small/dark/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/frozenproduct/small/light/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/marketing/large/dark/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/marketing/large/light/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/marketing/small/dark/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/marketing/small/light/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/product/large/dark/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/product/large/light/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/product/small/dark/mode.json +22 -5
- 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/table.json +1 -0
- package/json/nested/product/small/light/mode.json +22 -5
- package/package.json +1 -1
- package/sage-design-tokens-13.2.0.tgz +0 -0
- 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/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/button.scss +16 -7
- package/scss/frozenproduct/small/components/focus.scss +4 -0
- package/scss/frozenproduct/small/components/link.scss +2 -0
- package/scss/frozenproduct/small/components/table.scss +1 -0
- package/scss/frozenproduct/small/dark.scss +16 -3
- package/scss/frozenproduct/small/light.scss +16 -3
- package/scss/marketing/large/components/button.scss +27 -18
- package/scss/marketing/large/components/container.scss +9 -9
- package/scss/marketing/large/components/focus.scss +4 -0
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +4 -2
- package/scss/marketing/large/components/nav.scss +5 -5
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +3 -3
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +11 -10
- package/scss/marketing/large/dark.scss +16 -3
- package/scss/marketing/large/light.scss +16 -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/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/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/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 +6 -6
- 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/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/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
@@ -136,7 +136,7 @@
|
|
136
136
|
"buttonColorDestructivePrimaryLabelDisabled": "#FFFFFF",
|
137
137
|
"buttonColorDestructivePrimaryLabelEnabled": "#FFFFFF",
|
138
138
|
"buttonColorDestructivePrimaryLabelHover": "#FFFFFF",
|
139
|
-
"buttonColorDestructiveSecondaryBgHover": "#
|
139
|
+
"buttonColorDestructiveSecondaryBgHover": "#cd384b14",
|
140
140
|
"buttonColorDestructiveSecondaryBorderDisabled": "#a6a6a6",
|
141
141
|
"buttonColorDestructiveSecondaryBorderEnabled": "#CD384B",
|
142
142
|
"buttonColorDestructiveSecondaryBorderHover": "#aa323f",
|
@@ -152,6 +152,15 @@
|
|
152
152
|
"buttonColorTypicalPrimaryLabelDisabled": "#FFFFFF",
|
153
153
|
"buttonColorTypicalPrimaryLabelEnabled": "#FFFFFF",
|
154
154
|
"buttonColorTypicalPrimaryLabelHover": "#FFFFFF",
|
155
|
+
"buttonColorTypicalPrimaryInverseBgActive": "#81e57d",
|
156
|
+
"buttonColorTypicalPrimaryInverseBgDefault": "#000000",
|
157
|
+
"buttonColorTypicalPrimaryInverseBgDisabled": "#4b4b4b",
|
158
|
+
"buttonColorTypicalPrimaryInverseBgEnabled": "#00D639",
|
159
|
+
"buttonColorTypicalPrimaryInverseBgHover": "#58de5d",
|
160
|
+
"buttonColorTypicalPrimaryInverseLabelActive": "#000000",
|
161
|
+
"buttonColorTypicalPrimaryInverseLabelDisabled": "#000000",
|
162
|
+
"buttonColorTypicalPrimaryInverseLabelEnabled": "#000000",
|
163
|
+
"buttonColorTypicalPrimaryInverseLabelHover": "#000000",
|
155
164
|
"buttonColorTypicalSecondaryBgActive": "#00811f52",
|
156
165
|
"buttonColorTypicalSecondaryBgHover": "#00811f14",
|
157
166
|
"buttonColorTypicalSecondaryBorderActive": "#14571a",
|
@@ -3,6 +3,10 @@
|
|
3
3
|
"focusColorBorderalt": "#000000",
|
4
4
|
"focusColorBorder": "#FFB500",
|
5
5
|
"focusColorLabel": "#000000",
|
6
|
+
"focusColorInverseBg": "#926916",
|
7
|
+
"focusColorInverseBorderalt": "#FFB500",
|
8
|
+
"focusColorInverseBorder": "#000000",
|
9
|
+
"focusColorInverseLabel": "#FFFFFF",
|
6
10
|
"focusSizeUnderline": 4,
|
7
11
|
"focusBorderwidthSecondary": 2,
|
8
12
|
"focusBorderwidthInner": 2,
|
@@ -1,6 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"linkColorDestructiveLabelDefault": "#b23342",
|
3
3
|
"linkColorDestructiveLabelHover": "#a3303d",
|
4
|
+
"linkColorDestructiveInverseLabelDefault": "#e85b66",
|
5
|
+
"linkColorDestructiveInverseLabelHover": "#ec6a71",
|
4
6
|
"linkColorTypicalLabelDefault": "#0c711d",
|
5
7
|
"linkColorTypicalLabelHover": "#125e1b",
|
6
8
|
"linkColorTypicalInverseLabelDefault": "#4cdc55",
|
@@ -63,10 +63,18 @@
|
|
63
63
|
"modesColorInteractiveDangerDefault": "#CD384B",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#b23342",
|
65
65
|
"modesColorInteractiveDangerHover": "#aa323f",
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#cd384b14",
|
67
67
|
"modesColorInteractiveDangerHoverAlt2": "#a3303d",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#FFFFFF",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#FFFFFF",
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#f28486",
|
71
|
+
"modesColorInteractiveDangerInverseDefault": "#E13E53",
|
72
|
+
"modesColorInteractiveDangerInverseDefaultAlt": "#e85b66",
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#eb646c",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#e13e5314",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#ec6a71",
|
76
|
+
"modesColorInteractiveDangerInverseWithActive": "#000000",
|
77
|
+
"modesColorInteractiveDangerInverseWithDefault": "#000000",
|
70
78
|
"modesColorInteractiveDataEntryDefault": "#FFFFFF",
|
71
79
|
"modesColorInteractiveDataEntryWithActive": "#000000",
|
72
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#FFFFFF",
|
@@ -77,10 +85,14 @@
|
|
77
85
|
"modesColorInteractiveDataEntryContent": "#000000f2",
|
78
86
|
"modesColorInteractiveDataEntryContentAlt": "#0000008c",
|
79
87
|
"modesColorInteractiveDataEntryFrozenWithDefault": "#698495",
|
80
|
-
"modesColorInteractiveFocusWithDefault": "#FFB500",
|
81
|
-
"modesColorInteractiveFocusWithDefaultAlt": "#ffd27e",
|
82
88
|
"modesColorInteractiveFocusDefault": "#000000",
|
83
89
|
"modesColorInteractiveFocusContent": "#000000",
|
90
|
+
"modesColorInteractiveFocusWithDefault": "#FFB500",
|
91
|
+
"modesColorInteractiveFocusWithDefaultAlt": "#ffd27e",
|
92
|
+
"modesColorInteractiveFocusInverseDefault": "#FFB500",
|
93
|
+
"modesColorInteractiveFocusInverseContent": "#FFFFFF",
|
94
|
+
"modesColorInteractiveFocusInverseWithDefault": "#000000",
|
95
|
+
"modesColorInteractiveFocusInverseWithDefaultAlt": "#926916",
|
84
96
|
"modesColorInteractiveInactiveDefault": "#a6a6a6",
|
85
97
|
"modesColorInteractiveInactiveMask": "#000000",
|
86
98
|
"modesColorInteractiveInactiveDefaultAlt": "#f3f3f3",
|
@@ -91,6 +103,7 @@
|
|
91
103
|
"modesColorInteractiveInactiveFrozenDefaultAlt": "#e5eaed",
|
92
104
|
"modesColorInteractiveInactiveInverseDefault": "#4b4b4b",
|
93
105
|
"modesColorInteractiveInactiveInverseContent": "#ffffff6b",
|
106
|
+
"modesColorInteractiveInactiveInverseContentAlt": "#000000",
|
94
107
|
"modesColorInteractiveMonochromeActive": "#000000",
|
95
108
|
"modesColorInteractiveMonochromeActiveAlt": "#00000029",
|
96
109
|
"modesColorInteractiveMonochromeDefault": "#000000e6",
|
@@ -136,7 +136,7 @@
|
|
136
136
|
"buttonColorDestructivePrimaryLabelDisabled": "#000000",
|
137
137
|
"buttonColorDestructivePrimaryLabelEnabled": "#000000",
|
138
138
|
"buttonColorDestructivePrimaryLabelHover": "#000000",
|
139
|
-
"buttonColorDestructiveSecondaryBgHover": "#
|
139
|
+
"buttonColorDestructiveSecondaryBgHover": "#e13e5314",
|
140
140
|
"buttonColorDestructiveSecondaryBorderDisabled": "#4b4b4b",
|
141
141
|
"buttonColorDestructiveSecondaryBorderEnabled": "#E13E53",
|
142
142
|
"buttonColorDestructiveSecondaryBorderHover": "#eb646c",
|
@@ -152,6 +152,15 @@
|
|
152
152
|
"buttonColorTypicalPrimaryLabelDisabled": "#000000",
|
153
153
|
"buttonColorTypicalPrimaryLabelEnabled": "#000000",
|
154
154
|
"buttonColorTypicalPrimaryLabelHover": "#000000",
|
155
|
+
"buttonColorTypicalPrimaryInverseBgActive": "#14571a",
|
156
|
+
"buttonColorTypicalPrimaryInverseBgDefault": "#FFFFFF",
|
157
|
+
"buttonColorTypicalPrimaryInverseBgDisabled": "#a6a6a6",
|
158
|
+
"buttonColorTypicalPrimaryInverseBgEnabled": "#00811F",
|
159
|
+
"buttonColorTypicalPrimaryInverseBgHover": "#0e6b1d",
|
160
|
+
"buttonColorTypicalPrimaryInverseLabelActive": "#FFFFFF",
|
161
|
+
"buttonColorTypicalPrimaryInverseLabelDisabled": "#FFFFFF",
|
162
|
+
"buttonColorTypicalPrimaryInverseLabelEnabled": "#FFFFFF",
|
163
|
+
"buttonColorTypicalPrimaryInverseLabelHover": "#FFFFFF",
|
155
164
|
"buttonColorTypicalSecondaryBgActive": "#00d63952",
|
156
165
|
"buttonColorTypicalSecondaryBgHover": "#00d63914",
|
157
166
|
"buttonColorTypicalSecondaryBorderActive": "#81e57d",
|
@@ -3,6 +3,10 @@
|
|
3
3
|
"focusColorBorderalt": "#FFB500",
|
4
4
|
"focusColorBorder": "#000000",
|
5
5
|
"focusColorLabel": "#FFFFFF",
|
6
|
+
"focusColorInverseBg": "#ffd27e",
|
7
|
+
"focusColorInverseBorderalt": "#000000",
|
8
|
+
"focusColorInverseBorder": "#FFB500",
|
9
|
+
"focusColorInverseLabel": "#000000",
|
6
10
|
"focusSizeUnderline": 4,
|
7
11
|
"focusBorderwidthSecondary": 2,
|
8
12
|
"focusBorderwidthInner": 2,
|
@@ -1,6 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"linkColorDestructiveLabelDefault": "#e85b66",
|
3
3
|
"linkColorDestructiveLabelHover": "#ec6a71",
|
4
|
+
"linkColorDestructiveInverseLabelDefault": "#b23342",
|
5
|
+
"linkColorDestructiveInverseLabelHover": "#a3303d",
|
4
6
|
"linkColorTypicalLabelDefault": "#4cdc55",
|
5
7
|
"linkColorTypicalLabelHover": "#73e372",
|
6
8
|
"linkColorTypicalInverseLabelDefault": "#0c711d",
|
@@ -63,10 +63,18 @@
|
|
63
63
|
"modesColorInteractiveDangerDefault": "#E13E53",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#e85b66",
|
65
65
|
"modesColorInteractiveDangerHover": "#eb646c",
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#e13e5314",
|
67
67
|
"modesColorInteractiveDangerHoverAlt2": "#ec6a71",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#000000",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#000000",
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#882b34",
|
71
|
+
"modesColorInteractiveDangerInverseDefault": "#CD384B",
|
72
|
+
"modesColorInteractiveDangerInverseDefaultAlt": "#b23342",
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#aa323f",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#cd384b14",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#a3303d",
|
76
|
+
"modesColorInteractiveDangerInverseWithActive": "#FFFFFF",
|
77
|
+
"modesColorInteractiveDangerInverseWithDefault": "#FFFFFF",
|
70
78
|
"modesColorInteractiveDataEntryDefault": "#000000",
|
71
79
|
"modesColorInteractiveDataEntryWithActive": "#FFFFFF",
|
72
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#000000",
|
@@ -77,10 +85,14 @@
|
|
77
85
|
"modesColorInteractiveDataEntryContent": "#fffffff2",
|
78
86
|
"modesColorInteractiveDataEntryContentAlt": "#ffffff8c",
|
79
87
|
"modesColorInteractiveDataEntryFrozenWithDefault": "#777",
|
80
|
-
"
|
88
|
+
"modesColorInteractiveFocusDefault": "#FFB500",
|
81
89
|
"modesColorInteractiveFocusContent": "#FFFFFF",
|
90
|
+
"modesColorInteractiveFocusWithDefault": "#000000",
|
82
91
|
"modesColorInteractiveFocusWithDefaultAlt": "#926916",
|
83
|
-
"
|
92
|
+
"modesColorInteractiveFocusInverseDefault": "#000000",
|
93
|
+
"modesColorInteractiveFocusInverseContent": "#000000",
|
94
|
+
"modesColorInteractiveFocusInverseWithDefault": "#FFB500",
|
95
|
+
"modesColorInteractiveFocusInverseWithDefaultAlt": "#ffd27e",
|
84
96
|
"modesColorInteractiveInactiveDefault": "#4b4b4b",
|
85
97
|
"modesColorInteractiveInactiveMask": "#FFFFFF",
|
86
98
|
"modesColorInteractiveInactiveDefaultAlt": "#0e0e0e",
|
@@ -91,6 +103,7 @@
|
|
91
103
|
"modesColorInteractiveInactiveFrozenDefaultAlt": "#0e0e0e",
|
92
104
|
"modesColorInteractiveInactiveInverseDefault": "#a6a6a6",
|
93
105
|
"modesColorInteractiveInactiveInverseContent": "#0000006b",
|
106
|
+
"modesColorInteractiveInactiveInverseContentAlt": "#FFFFFF",
|
94
107
|
"modesColorInteractiveMonochromeActive": "#FFFFFF",
|
95
108
|
"modesColorInteractiveMonochromeActiveAlt": "#ffffff29",
|
96
109
|
"modesColorInteractiveMonochromeDefault": "#ffffffe6",
|
@@ -136,7 +136,7 @@
|
|
136
136
|
"buttonColorDestructivePrimaryLabelDisabled": "#FFFFFF",
|
137
137
|
"buttonColorDestructivePrimaryLabelEnabled": "#FFFFFF",
|
138
138
|
"buttonColorDestructivePrimaryLabelHover": "#FFFFFF",
|
139
|
-
"buttonColorDestructiveSecondaryBgHover": "#
|
139
|
+
"buttonColorDestructiveSecondaryBgHover": "#cd384b14",
|
140
140
|
"buttonColorDestructiveSecondaryBorderDisabled": "#a6a6a6",
|
141
141
|
"buttonColorDestructiveSecondaryBorderEnabled": "#CD384B",
|
142
142
|
"buttonColorDestructiveSecondaryBorderHover": "#aa323f",
|
@@ -152,6 +152,15 @@
|
|
152
152
|
"buttonColorTypicalPrimaryLabelDisabled": "#FFFFFF",
|
153
153
|
"buttonColorTypicalPrimaryLabelEnabled": "#FFFFFF",
|
154
154
|
"buttonColorTypicalPrimaryLabelHover": "#FFFFFF",
|
155
|
+
"buttonColorTypicalPrimaryInverseBgActive": "#81e57d",
|
156
|
+
"buttonColorTypicalPrimaryInverseBgDefault": "#000000",
|
157
|
+
"buttonColorTypicalPrimaryInverseBgDisabled": "#4b4b4b",
|
158
|
+
"buttonColorTypicalPrimaryInverseBgEnabled": "#00D639",
|
159
|
+
"buttonColorTypicalPrimaryInverseBgHover": "#58de5d",
|
160
|
+
"buttonColorTypicalPrimaryInverseLabelActive": "#000000",
|
161
|
+
"buttonColorTypicalPrimaryInverseLabelDisabled": "#000000",
|
162
|
+
"buttonColorTypicalPrimaryInverseLabelEnabled": "#000000",
|
163
|
+
"buttonColorTypicalPrimaryInverseLabelHover": "#000000",
|
155
164
|
"buttonColorTypicalSecondaryBgActive": "#00811f52",
|
156
165
|
"buttonColorTypicalSecondaryBgHover": "#00811f14",
|
157
166
|
"buttonColorTypicalSecondaryBorderActive": "#14571a",
|
@@ -3,6 +3,10 @@
|
|
3
3
|
"focusColorBorderalt": "#000000",
|
4
4
|
"focusColorBorder": "#FFB500",
|
5
5
|
"focusColorLabel": "#000000",
|
6
|
+
"focusColorInverseBg": "#926916",
|
7
|
+
"focusColorInverseBorderalt": "#FFB500",
|
8
|
+
"focusColorInverseBorder": "#000000",
|
9
|
+
"focusColorInverseLabel": "#FFFFFF",
|
6
10
|
"focusSizeUnderline": 4,
|
7
11
|
"focusBorderwidthSecondary": 2,
|
8
12
|
"focusBorderwidthInner": 2,
|
@@ -1,6 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"linkColorDestructiveLabelDefault": "#b23342",
|
3
3
|
"linkColorDestructiveLabelHover": "#a3303d",
|
4
|
+
"linkColorDestructiveInverseLabelDefault": "#e85b66",
|
5
|
+
"linkColorDestructiveInverseLabelHover": "#ec6a71",
|
4
6
|
"linkColorTypicalLabelDefault": "#0c711d",
|
5
7
|
"linkColorTypicalLabelHover": "#125e1b",
|
6
8
|
"linkColorTypicalInverseLabelDefault": "#4cdc55",
|
@@ -63,10 +63,18 @@
|
|
63
63
|
"modesColorInteractiveDangerDefault": "#CD384B",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#b23342",
|
65
65
|
"modesColorInteractiveDangerHover": "#aa323f",
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#cd384b14",
|
67
67
|
"modesColorInteractiveDangerHoverAlt2": "#a3303d",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#FFFFFF",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#FFFFFF",
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#f28486",
|
71
|
+
"modesColorInteractiveDangerInverseDefault": "#E13E53",
|
72
|
+
"modesColorInteractiveDangerInverseDefaultAlt": "#e85b66",
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#eb646c",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#e13e5314",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#ec6a71",
|
76
|
+
"modesColorInteractiveDangerInverseWithActive": "#000000",
|
77
|
+
"modesColorInteractiveDangerInverseWithDefault": "#000000",
|
70
78
|
"modesColorInteractiveDataEntryDefault": "#FFFFFF",
|
71
79
|
"modesColorInteractiveDataEntryWithActive": "#000000",
|
72
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#FFFFFF",
|
@@ -77,10 +85,14 @@
|
|
77
85
|
"modesColorInteractiveDataEntryContent": "#000000f2",
|
78
86
|
"modesColorInteractiveDataEntryContentAlt": "#0000008c",
|
79
87
|
"modesColorInteractiveDataEntryFrozenWithDefault": "#698495",
|
80
|
-
"modesColorInteractiveFocusWithDefault": "#FFB500",
|
81
|
-
"modesColorInteractiveFocusWithDefaultAlt": "#ffd27e",
|
82
88
|
"modesColorInteractiveFocusDefault": "#000000",
|
83
89
|
"modesColorInteractiveFocusContent": "#000000",
|
90
|
+
"modesColorInteractiveFocusWithDefault": "#FFB500",
|
91
|
+
"modesColorInteractiveFocusWithDefaultAlt": "#ffd27e",
|
92
|
+
"modesColorInteractiveFocusInverseDefault": "#FFB500",
|
93
|
+
"modesColorInteractiveFocusInverseContent": "#FFFFFF",
|
94
|
+
"modesColorInteractiveFocusInverseWithDefault": "#000000",
|
95
|
+
"modesColorInteractiveFocusInverseWithDefaultAlt": "#926916",
|
84
96
|
"modesColorInteractiveInactiveDefault": "#a6a6a6",
|
85
97
|
"modesColorInteractiveInactiveMask": "#000000",
|
86
98
|
"modesColorInteractiveInactiveDefaultAlt": "#f3f3f3",
|
@@ -91,6 +103,7 @@
|
|
91
103
|
"modesColorInteractiveInactiveFrozenDefaultAlt": "#e5eaed",
|
92
104
|
"modesColorInteractiveInactiveInverseDefault": "#4b4b4b",
|
93
105
|
"modesColorInteractiveInactiveInverseContent": "#ffffff6b",
|
106
|
+
"modesColorInteractiveInactiveInverseContentAlt": "#000000",
|
94
107
|
"modesColorInteractiveMonochromeActive": "#000000",
|
95
108
|
"modesColorInteractiveMonochromeActiveAlt": "#00000029",
|
96
109
|
"modesColorInteractiveMonochromeDefault": "#000000e6",
|
@@ -136,7 +136,7 @@
|
|
136
136
|
"buttonColorDestructivePrimaryLabelDisabled": "#000000",
|
137
137
|
"buttonColorDestructivePrimaryLabelEnabled": "#000000",
|
138
138
|
"buttonColorDestructivePrimaryLabelHover": "#000000",
|
139
|
-
"buttonColorDestructiveSecondaryBgHover": "#
|
139
|
+
"buttonColorDestructiveSecondaryBgHover": "#e13e5314",
|
140
140
|
"buttonColorDestructiveSecondaryBorderDisabled": "#4b4b4b",
|
141
141
|
"buttonColorDestructiveSecondaryBorderEnabled": "#E13E53",
|
142
142
|
"buttonColorDestructiveSecondaryBorderHover": "#eb646c",
|
@@ -152,6 +152,15 @@
|
|
152
152
|
"buttonColorTypicalPrimaryLabelDisabled": "#000000",
|
153
153
|
"buttonColorTypicalPrimaryLabelEnabled": "#000000",
|
154
154
|
"buttonColorTypicalPrimaryLabelHover": "#000000",
|
155
|
+
"buttonColorTypicalPrimaryInverseBgActive": "#14571a",
|
156
|
+
"buttonColorTypicalPrimaryInverseBgDefault": "#FFFFFF",
|
157
|
+
"buttonColorTypicalPrimaryInverseBgDisabled": "#a6a6a6",
|
158
|
+
"buttonColorTypicalPrimaryInverseBgEnabled": "#00811F",
|
159
|
+
"buttonColorTypicalPrimaryInverseBgHover": "#0e6b1d",
|
160
|
+
"buttonColorTypicalPrimaryInverseLabelActive": "#FFFFFF",
|
161
|
+
"buttonColorTypicalPrimaryInverseLabelDisabled": "#FFFFFF",
|
162
|
+
"buttonColorTypicalPrimaryInverseLabelEnabled": "#FFFFFF",
|
163
|
+
"buttonColorTypicalPrimaryInverseLabelHover": "#FFFFFF",
|
155
164
|
"buttonColorTypicalSecondaryBgActive": "#00d63952",
|
156
165
|
"buttonColorTypicalSecondaryBgHover": "#00d63914",
|
157
166
|
"buttonColorTypicalSecondaryBorderActive": "#81e57d",
|
@@ -3,6 +3,10 @@
|
|
3
3
|
"focusColorBorderalt": "#FFB500",
|
4
4
|
"focusColorBorder": "#000000",
|
5
5
|
"focusColorLabel": "#FFFFFF",
|
6
|
+
"focusColorInverseBg": "#ffd27e",
|
7
|
+
"focusColorInverseBorderalt": "#000000",
|
8
|
+
"focusColorInverseBorder": "#FFB500",
|
9
|
+
"focusColorInverseLabel": "#000000",
|
6
10
|
"focusSizeUnderline": 4,
|
7
11
|
"focusBorderwidthSecondary": 2,
|
8
12
|
"focusBorderwidthInner": 2,
|
@@ -1,6 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"linkColorDestructiveLabelDefault": "#e85b66",
|
3
3
|
"linkColorDestructiveLabelHover": "#ec6a71",
|
4
|
+
"linkColorDestructiveInverseLabelDefault": "#b23342",
|
5
|
+
"linkColorDestructiveInverseLabelHover": "#a3303d",
|
4
6
|
"linkColorTypicalLabelDefault": "#4cdc55",
|
5
7
|
"linkColorTypicalLabelHover": "#73e372",
|
6
8
|
"linkColorTypicalInverseLabelDefault": "#0c711d",
|
@@ -63,10 +63,18 @@
|
|
63
63
|
"modesColorInteractiveDangerDefault": "#E13E53",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#e85b66",
|
65
65
|
"modesColorInteractiveDangerHover": "#eb646c",
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#e13e5314",
|
67
67
|
"modesColorInteractiveDangerHoverAlt2": "#ec6a71",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#000000",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#000000",
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#882b34",
|
71
|
+
"modesColorInteractiveDangerInverseDefault": "#CD384B",
|
72
|
+
"modesColorInteractiveDangerInverseDefaultAlt": "#b23342",
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#aa323f",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#cd384b14",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#a3303d",
|
76
|
+
"modesColorInteractiveDangerInverseWithActive": "#FFFFFF",
|
77
|
+
"modesColorInteractiveDangerInverseWithDefault": "#FFFFFF",
|
70
78
|
"modesColorInteractiveDataEntryDefault": "#000000",
|
71
79
|
"modesColorInteractiveDataEntryWithActive": "#FFFFFF",
|
72
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#000000",
|
@@ -77,10 +85,14 @@
|
|
77
85
|
"modesColorInteractiveDataEntryContent": "#fffffff2",
|
78
86
|
"modesColorInteractiveDataEntryContentAlt": "#ffffff8c",
|
79
87
|
"modesColorInteractiveDataEntryFrozenWithDefault": "#777",
|
80
|
-
"
|
88
|
+
"modesColorInteractiveFocusDefault": "#FFB500",
|
81
89
|
"modesColorInteractiveFocusContent": "#FFFFFF",
|
90
|
+
"modesColorInteractiveFocusWithDefault": "#000000",
|
82
91
|
"modesColorInteractiveFocusWithDefaultAlt": "#926916",
|
83
|
-
"
|
92
|
+
"modesColorInteractiveFocusInverseDefault": "#000000",
|
93
|
+
"modesColorInteractiveFocusInverseContent": "#000000",
|
94
|
+
"modesColorInteractiveFocusInverseWithDefault": "#FFB500",
|
95
|
+
"modesColorInteractiveFocusInverseWithDefaultAlt": "#ffd27e",
|
84
96
|
"modesColorInteractiveInactiveDefault": "#4b4b4b",
|
85
97
|
"modesColorInteractiveInactiveMask": "#FFFFFF",
|
86
98
|
"modesColorInteractiveInactiveDefaultAlt": "#0e0e0e",
|
@@ -91,6 +103,7 @@
|
|
91
103
|
"modesColorInteractiveInactiveFrozenDefaultAlt": "#0e0e0e",
|
92
104
|
"modesColorInteractiveInactiveInverseDefault": "#a6a6a6",
|
93
105
|
"modesColorInteractiveInactiveInverseContent": "#0000006b",
|
106
|
+
"modesColorInteractiveInactiveInverseContentAlt": "#FFFFFF",
|
94
107
|
"modesColorInteractiveMonochromeActive": "#FFFFFF",
|
95
108
|
"modesColorInteractiveMonochromeActiveAlt": "#ffffff29",
|
96
109
|
"modesColorInteractiveMonochromeDefault": "#ffffffe6",
|
@@ -136,7 +136,7 @@
|
|
136
136
|
"buttonColorDestructivePrimaryLabelDisabled": "#FFFFFF",
|
137
137
|
"buttonColorDestructivePrimaryLabelEnabled": "#FFFFFF",
|
138
138
|
"buttonColorDestructivePrimaryLabelHover": "#FFFFFF",
|
139
|
-
"buttonColorDestructiveSecondaryBgHover": "#
|
139
|
+
"buttonColorDestructiveSecondaryBgHover": "#cd384b14",
|
140
140
|
"buttonColorDestructiveSecondaryBorderDisabled": "#a6a6a6",
|
141
141
|
"buttonColorDestructiveSecondaryBorderEnabled": "#CD384B",
|
142
142
|
"buttonColorDestructiveSecondaryBorderHover": "#aa323f",
|
@@ -152,6 +152,15 @@
|
|
152
152
|
"buttonColorTypicalPrimaryLabelDisabled": "#FFFFFF",
|
153
153
|
"buttonColorTypicalPrimaryLabelEnabled": "#FFFFFF",
|
154
154
|
"buttonColorTypicalPrimaryLabelHover": "#FFFFFF",
|
155
|
+
"buttonColorTypicalPrimaryInverseBgActive": "#81e57d",
|
156
|
+
"buttonColorTypicalPrimaryInverseBgDefault": "#000000",
|
157
|
+
"buttonColorTypicalPrimaryInverseBgDisabled": "#4b4b4b",
|
158
|
+
"buttonColorTypicalPrimaryInverseBgEnabled": "#00D639",
|
159
|
+
"buttonColorTypicalPrimaryInverseBgHover": "#58de5d",
|
160
|
+
"buttonColorTypicalPrimaryInverseLabelActive": "#000000",
|
161
|
+
"buttonColorTypicalPrimaryInverseLabelDisabled": "#000000",
|
162
|
+
"buttonColorTypicalPrimaryInverseLabelEnabled": "#000000",
|
163
|
+
"buttonColorTypicalPrimaryInverseLabelHover": "#000000",
|
155
164
|
"buttonColorTypicalSecondaryBgActive": "#00811f52",
|
156
165
|
"buttonColorTypicalSecondaryBgHover": "#00811f14",
|
157
166
|
"buttonColorTypicalSecondaryBorderActive": "#14571a",
|
@@ -3,6 +3,10 @@
|
|
3
3
|
"focusColorBorderalt": "#000000",
|
4
4
|
"focusColorBorder": "#FFB500",
|
5
5
|
"focusColorLabel": "#000000",
|
6
|
+
"focusColorInverseBg": "#926916",
|
7
|
+
"focusColorInverseBorderalt": "#FFB500",
|
8
|
+
"focusColorInverseBorder": "#000000",
|
9
|
+
"focusColorInverseLabel": "#FFFFFF",
|
6
10
|
"focusSizeUnderline": 4,
|
7
11
|
"focusBorderwidthSecondary": 2,
|
8
12
|
"focusBorderwidthInner": 2,
|
@@ -1,6 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"linkColorDestructiveLabelDefault": "#b23342",
|
3
3
|
"linkColorDestructiveLabelHover": "#a3303d",
|
4
|
+
"linkColorDestructiveInverseLabelDefault": "#e85b66",
|
5
|
+
"linkColorDestructiveInverseLabelHover": "#ec6a71",
|
4
6
|
"linkColorTypicalLabelDefault": "#0c711d",
|
5
7
|
"linkColorTypicalLabelHover": "#125e1b",
|
6
8
|
"linkColorTypicalInverseLabelDefault": "#4cdc55",
|
@@ -63,10 +63,18 @@
|
|
63
63
|
"modesColorInteractiveDangerDefault": "#CD384B",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#b23342",
|
65
65
|
"modesColorInteractiveDangerHover": "#aa323f",
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#cd384b14",
|
67
67
|
"modesColorInteractiveDangerHoverAlt2": "#a3303d",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#FFFFFF",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#FFFFFF",
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#f28486",
|
71
|
+
"modesColorInteractiveDangerInverseDefault": "#E13E53",
|
72
|
+
"modesColorInteractiveDangerInverseDefaultAlt": "#e85b66",
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#eb646c",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#e13e5314",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#ec6a71",
|
76
|
+
"modesColorInteractiveDangerInverseWithActive": "#000000",
|
77
|
+
"modesColorInteractiveDangerInverseWithDefault": "#000000",
|
70
78
|
"modesColorInteractiveDataEntryDefault": "#FFFFFF",
|
71
79
|
"modesColorInteractiveDataEntryWithActive": "#000000",
|
72
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#FFFFFF",
|
@@ -77,10 +85,14 @@
|
|
77
85
|
"modesColorInteractiveDataEntryContent": "#000000f2",
|
78
86
|
"modesColorInteractiveDataEntryContentAlt": "#0000008c",
|
79
87
|
"modesColorInteractiveDataEntryFrozenWithDefault": "#698495",
|
80
|
-
"modesColorInteractiveFocusWithDefault": "#FFB500",
|
81
|
-
"modesColorInteractiveFocusWithDefaultAlt": "#ffd27e",
|
82
88
|
"modesColorInteractiveFocusDefault": "#000000",
|
83
89
|
"modesColorInteractiveFocusContent": "#000000",
|
90
|
+
"modesColorInteractiveFocusWithDefault": "#FFB500",
|
91
|
+
"modesColorInteractiveFocusWithDefaultAlt": "#ffd27e",
|
92
|
+
"modesColorInteractiveFocusInverseDefault": "#FFB500",
|
93
|
+
"modesColorInteractiveFocusInverseContent": "#FFFFFF",
|
94
|
+
"modesColorInteractiveFocusInverseWithDefault": "#000000",
|
95
|
+
"modesColorInteractiveFocusInverseWithDefaultAlt": "#926916",
|
84
96
|
"modesColorInteractiveInactiveDefault": "#a6a6a6",
|
85
97
|
"modesColorInteractiveInactiveMask": "#000000",
|
86
98
|
"modesColorInteractiveInactiveDefaultAlt": "#f3f3f3",
|
@@ -91,6 +103,7 @@
|
|
91
103
|
"modesColorInteractiveInactiveFrozenDefaultAlt": "#e5eaed",
|
92
104
|
"modesColorInteractiveInactiveInverseDefault": "#4b4b4b",
|
93
105
|
"modesColorInteractiveInactiveInverseContent": "#ffffff6b",
|
106
|
+
"modesColorInteractiveInactiveInverseContentAlt": "#000000",
|
94
107
|
"modesColorInteractiveMonochromeActive": "#000000",
|
95
108
|
"modesColorInteractiveMonochromeActiveAlt": "#00000029",
|
96
109
|
"modesColorInteractiveMonochromeDefault": "#000000e6",
|
@@ -136,7 +136,7 @@
|
|
136
136
|
"buttonColorDestructivePrimaryLabelDisabled": "#000000",
|
137
137
|
"buttonColorDestructivePrimaryLabelEnabled": "#000000",
|
138
138
|
"buttonColorDestructivePrimaryLabelHover": "#000000",
|
139
|
-
"buttonColorDestructiveSecondaryBgHover": "#
|
139
|
+
"buttonColorDestructiveSecondaryBgHover": "#e13e5314",
|
140
140
|
"buttonColorDestructiveSecondaryBorderDisabled": "#4b4b4b",
|
141
141
|
"buttonColorDestructiveSecondaryBorderEnabled": "#E13E53",
|
142
142
|
"buttonColorDestructiveSecondaryBorderHover": "#eb646c",
|
@@ -152,6 +152,15 @@
|
|
152
152
|
"buttonColorTypicalPrimaryLabelDisabled": "#000000",
|
153
153
|
"buttonColorTypicalPrimaryLabelEnabled": "#000000",
|
154
154
|
"buttonColorTypicalPrimaryLabelHover": "#000000",
|
155
|
+
"buttonColorTypicalPrimaryInverseBgActive": "#14571a",
|
156
|
+
"buttonColorTypicalPrimaryInverseBgDefault": "#FFFFFF",
|
157
|
+
"buttonColorTypicalPrimaryInverseBgDisabled": "#a6a6a6",
|
158
|
+
"buttonColorTypicalPrimaryInverseBgEnabled": "#00811F",
|
159
|
+
"buttonColorTypicalPrimaryInverseBgHover": "#0e6b1d",
|
160
|
+
"buttonColorTypicalPrimaryInverseLabelActive": "#FFFFFF",
|
161
|
+
"buttonColorTypicalPrimaryInverseLabelDisabled": "#FFFFFF",
|
162
|
+
"buttonColorTypicalPrimaryInverseLabelEnabled": "#FFFFFF",
|
163
|
+
"buttonColorTypicalPrimaryInverseLabelHover": "#FFFFFF",
|
155
164
|
"buttonColorTypicalSecondaryBgActive": "#00d63952",
|
156
165
|
"buttonColorTypicalSecondaryBgHover": "#00d63914",
|
157
166
|
"buttonColorTypicalSecondaryBorderActive": "#81e57d",
|
@@ -3,6 +3,10 @@
|
|
3
3
|
"focusColorBorderalt": "#FFB500",
|
4
4
|
"focusColorBorder": "#000000",
|
5
5
|
"focusColorLabel": "#FFFFFF",
|
6
|
+
"focusColorInverseBg": "#ffd27e",
|
7
|
+
"focusColorInverseBorderalt": "#000000",
|
8
|
+
"focusColorInverseBorder": "#FFB500",
|
9
|
+
"focusColorInverseLabel": "#000000",
|
6
10
|
"focusSizeUnderline": 4,
|
7
11
|
"focusBorderwidthSecondary": 2,
|
8
12
|
"focusBorderwidthInner": 2,
|
@@ -1,6 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"linkColorDestructiveLabelDefault": "#e85b66",
|
3
3
|
"linkColorDestructiveLabelHover": "#ec6a71",
|
4
|
+
"linkColorDestructiveInverseLabelDefault": "#b23342",
|
5
|
+
"linkColorDestructiveInverseLabelHover": "#a3303d",
|
4
6
|
"linkColorTypicalLabelDefault": "#4cdc55",
|
5
7
|
"linkColorTypicalLabelHover": "#73e372",
|
6
8
|
"linkColorTypicalInverseLabelDefault": "#0c711d",
|
@@ -63,10 +63,18 @@
|
|
63
63
|
"modesColorInteractiveDangerDefault": "#E13E53",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#e85b66",
|
65
65
|
"modesColorInteractiveDangerHover": "#eb646c",
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#e13e5314",
|
67
67
|
"modesColorInteractiveDangerHoverAlt2": "#ec6a71",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#000000",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#000000",
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#882b34",
|
71
|
+
"modesColorInteractiveDangerInverseDefault": "#CD384B",
|
72
|
+
"modesColorInteractiveDangerInverseDefaultAlt": "#b23342",
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#aa323f",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#cd384b14",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#a3303d",
|
76
|
+
"modesColorInteractiveDangerInverseWithActive": "#FFFFFF",
|
77
|
+
"modesColorInteractiveDangerInverseWithDefault": "#FFFFFF",
|
70
78
|
"modesColorInteractiveDataEntryDefault": "#000000",
|
71
79
|
"modesColorInteractiveDataEntryWithActive": "#FFFFFF",
|
72
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#000000",
|
@@ -77,10 +85,14 @@
|
|
77
85
|
"modesColorInteractiveDataEntryContent": "#fffffff2",
|
78
86
|
"modesColorInteractiveDataEntryContentAlt": "#ffffff8c",
|
79
87
|
"modesColorInteractiveDataEntryFrozenWithDefault": "#777",
|
80
|
-
"
|
88
|
+
"modesColorInteractiveFocusDefault": "#FFB500",
|
81
89
|
"modesColorInteractiveFocusContent": "#FFFFFF",
|
90
|
+
"modesColorInteractiveFocusWithDefault": "#000000",
|
82
91
|
"modesColorInteractiveFocusWithDefaultAlt": "#926916",
|
83
|
-
"
|
92
|
+
"modesColorInteractiveFocusInverseDefault": "#000000",
|
93
|
+
"modesColorInteractiveFocusInverseContent": "#000000",
|
94
|
+
"modesColorInteractiveFocusInverseWithDefault": "#FFB500",
|
95
|
+
"modesColorInteractiveFocusInverseWithDefaultAlt": "#ffd27e",
|
84
96
|
"modesColorInteractiveInactiveDefault": "#4b4b4b",
|
85
97
|
"modesColorInteractiveInactiveMask": "#FFFFFF",
|
86
98
|
"modesColorInteractiveInactiveDefaultAlt": "#0e0e0e",
|
@@ -91,6 +103,7 @@
|
|
91
103
|
"modesColorInteractiveInactiveFrozenDefaultAlt": "#0e0e0e",
|
92
104
|
"modesColorInteractiveInactiveInverseDefault": "#a6a6a6",
|
93
105
|
"modesColorInteractiveInactiveInverseContent": "#0000006b",
|
106
|
+
"modesColorInteractiveInactiveInverseContentAlt": "#FFFFFF",
|
94
107
|
"modesColorInteractiveMonochromeActive": "#FFFFFF",
|
95
108
|
"modesColorInteractiveMonochromeActiveAlt": "#ffffff29",
|
96
109
|
"modesColorInteractiveMonochromeDefault": "#ffffffe6",
|