@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
@@ -13,6 +13,10 @@
|
|
13
13
|
#define focusColorBorderalt #000000
|
14
14
|
#define focusColorBorder #FFB500
|
15
15
|
#define focusColorLabel #000000
|
16
|
+
#define focusColorInverseBg #926916
|
17
|
+
#define focusColorInverseBorderalt #FFB500
|
18
|
+
#define focusColorInverseBorder #000000
|
19
|
+
#define focusColorInverseLabel #FFFFFF
|
16
20
|
#define focusSizeUnderline 4
|
17
21
|
#define focusBorderwidthSecondary 2
|
18
22
|
#define focusBorderwidthInner 2
|
@@ -11,6 +11,8 @@
|
|
11
11
|
|
12
12
|
#define linkColorDestructiveLabelDefault #b23342
|
13
13
|
#define linkColorDestructiveLabelHover #a3303d
|
14
|
+
#define linkColorDestructiveInverseLabelDefault #e85b66
|
15
|
+
#define linkColorDestructiveInverseLabelHover #ec6a71
|
14
16
|
#define linkColorTypicalLabelDefault #0c711d
|
15
17
|
#define linkColorTypicalLabelHover #125e1b
|
16
18
|
#define linkColorTypicalInverseLabelDefault #4cdc55
|
@@ -11,8 +11,6 @@
|
|
11
11
|
|
12
12
|
#define logoColorSageBgDefault #000000
|
13
13
|
#define logoColorSageBgAlt #000000
|
14
|
-
#define logoColorTrustBgDefault #00811F
|
15
|
-
#define logoColorTrustOutline #000000
|
16
14
|
#define logoColorCopilotNoBgFgDefault #000000
|
17
15
|
#define logoColorAiIdentifierBgStar #000000
|
18
16
|
#define logoColorAiIdentifierBgDot #00D639
|
@@ -16,9 +16,10 @@
|
|
16
16
|
#define progressSizeCarouselselectorActivedotM 16
|
17
17
|
#define progressSizeCarouselselectorHitareaM 24
|
18
18
|
#define progressSizeCarouselslideXM 56
|
19
|
-
#define
|
20
|
-
#define
|
21
|
-
#define
|
19
|
+
#define progressSizeSpinnerXs 20
|
20
|
+
#define progressSizeSpinnerS 32
|
21
|
+
#define progressSizeSpinnerM 64
|
22
|
+
#define progressSizeSpinnerL 96
|
22
23
|
#define progressSizeSkeletonResponsiveTextXs clamp(0.875rem, 0.875rem + 0vw, 0.875rem)
|
23
24
|
#define progressSizeSkeletonResponsiveTextS clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)
|
24
25
|
#define progressSizeSkeletonResponsiveTextM clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)
|
@@ -73,10 +73,18 @@
|
|
73
73
|
#define modesColorInteractiveDangerDefault #CD384B
|
74
74
|
#define modesColorInteractiveDangerDefaultAlt #b23342
|
75
75
|
#define modesColorInteractiveDangerHover #aa323f
|
76
|
-
#define modesColorInteractiveDangerHoverAlt #
|
76
|
+
#define modesColorInteractiveDangerHoverAlt #cd384b14
|
77
77
|
#define modesColorInteractiveDangerHoverAlt2 #a3303d
|
78
78
|
#define modesColorInteractiveDangerWithActive #FFFFFF
|
79
79
|
#define modesColorInteractiveDangerWithDefault #FFFFFF
|
80
|
+
#define modesColorInteractiveDangerInverseActive #f28486
|
81
|
+
#define modesColorInteractiveDangerInverseDefault #E13E53
|
82
|
+
#define modesColorInteractiveDangerInverseDefaultAlt #e85b66
|
83
|
+
#define modesColorInteractiveDangerInverseHover #eb646c
|
84
|
+
#define modesColorInteractiveDangerInverseHoverAlt #e13e5314
|
85
|
+
#define modesColorInteractiveDangerInverseHoverAlt2 #ec6a71
|
86
|
+
#define modesColorInteractiveDangerInverseWithActive #000000
|
87
|
+
#define modesColorInteractiveDangerInverseWithDefault #000000
|
80
88
|
#define modesColorInteractiveDataEntryDefault #FFFFFF
|
81
89
|
#define modesColorInteractiveDataEntryWithActive #000000
|
82
90
|
#define modesColorInteractiveDataEntryWithActiveAlt #FFFFFF
|
@@ -87,10 +95,14 @@
|
|
87
95
|
#define modesColorInteractiveDataEntryContent #000000f2
|
88
96
|
#define modesColorInteractiveDataEntryContentAlt #0000008c
|
89
97
|
#define modesColorInteractiveDataEntryFrozenWithDefault #698495
|
90
|
-
#define modesColorInteractiveFocusWithDefault #FFB500
|
91
|
-
#define modesColorInteractiveFocusWithDefaultAlt #ffd27e
|
92
98
|
#define modesColorInteractiveFocusDefault #000000
|
93
99
|
#define modesColorInteractiveFocusContent #000000
|
100
|
+
#define modesColorInteractiveFocusWithDefault #FFB500
|
101
|
+
#define modesColorInteractiveFocusWithDefaultAlt #ffd27e
|
102
|
+
#define modesColorInteractiveFocusInverseDefault #FFB500
|
103
|
+
#define modesColorInteractiveFocusInverseContent #FFFFFF
|
104
|
+
#define modesColorInteractiveFocusInverseWithDefault #000000
|
105
|
+
#define modesColorInteractiveFocusInverseWithDefaultAlt #926916
|
94
106
|
#define modesColorInteractiveInactiveDefault #a6a6a6
|
95
107
|
#define modesColorInteractiveInactiveMask #000000
|
96
108
|
#define modesColorInteractiveInactiveDefaultAlt #f3f3f3
|
@@ -101,6 +113,7 @@
|
|
101
113
|
#define modesColorInteractiveInactiveFrozenDefaultAlt #e5eaed
|
102
114
|
#define modesColorInteractiveInactiveInverseDefault #4b4b4b
|
103
115
|
#define modesColorInteractiveInactiveInverseContent #ffffff6b
|
116
|
+
#define modesColorInteractiveInactiveInverseContentAlt #000000
|
104
117
|
#define modesColorInteractiveMonochromeActive #000000
|
105
118
|
#define modesColorInteractiveMonochromeActiveAlt #00000029
|
106
119
|
#define modesColorInteractiveMonochromeDefault #000000e6
|
@@ -27,6 +27,13 @@ declare const tokens: {
|
|
27
27
|
"bg-alt": DesignToken;
|
28
28
|
"label-default": DesignToken;
|
29
29
|
"label-alt": DesignToken;
|
30
|
+
inverse: {
|
31
|
+
"border-default": DesignToken;
|
32
|
+
"bg-default": DesignToken;
|
33
|
+
"bg-alt": DesignToken;
|
34
|
+
"label-default": DesignToken;
|
35
|
+
"label-alt": DesignToken;
|
36
|
+
};
|
30
37
|
};
|
31
38
|
};
|
32
39
|
size: {
|
@@ -17,7 +17,7 @@ module.exports = {
|
|
17
17
|
isSource: true,
|
18
18
|
original: {
|
19
19
|
$type: "color",
|
20
|
-
$value: "{modes.color.generic.
|
20
|
+
$value: "{modes.color.generic.content.nought}",
|
21
21
|
},
|
22
22
|
name: "badgeColorNotificationBorderDefault",
|
23
23
|
attributes: {},
|
@@ -58,7 +58,7 @@ module.exports = {
|
|
58
58
|
isSource: true,
|
59
59
|
original: {
|
60
60
|
$type: "color",
|
61
|
-
$value: "{modes.color.generic.
|
61
|
+
$value: "{modes.color.generic.content.nought}",
|
62
62
|
},
|
63
63
|
name: "badgeColorNotificationLabelDefault",
|
64
64
|
attributes: {},
|
@@ -71,12 +71,93 @@ module.exports = {
|
|
71
71
|
isSource: true,
|
72
72
|
original: {
|
73
73
|
$type: "color",
|
74
|
-
$value: "{modes.color.generic.
|
74
|
+
$value: "{modes.color.generic.content.nought}",
|
75
75
|
},
|
76
76
|
name: "badgeColorNotificationLabelAlt",
|
77
77
|
attributes: {},
|
78
78
|
path: ["badge", "color", "notification", "label-alt"],
|
79
79
|
},
|
80
|
+
inverse: {
|
81
|
+
"border-default": {
|
82
|
+
$type: "color",
|
83
|
+
$value: "#FFFFFF",
|
84
|
+
filePath: "data/tokens/components/badge.json",
|
85
|
+
isSource: true,
|
86
|
+
original: {
|
87
|
+
$type: "color",
|
88
|
+
$value: "{modes.color.generic.content.extreme}",
|
89
|
+
},
|
90
|
+
name: "badgeColorNotificationInverseBorderDefault",
|
91
|
+
attributes: {},
|
92
|
+
path: [
|
93
|
+
"badge",
|
94
|
+
"color",
|
95
|
+
"notification",
|
96
|
+
"inverse",
|
97
|
+
"border-default",
|
98
|
+
],
|
99
|
+
},
|
100
|
+
"bg-default": {
|
101
|
+
$type: "color",
|
102
|
+
$value: "#CD384B",
|
103
|
+
$description: "Used in global nav notification badges",
|
104
|
+
filePath: "data/tokens/components/badge.json",
|
105
|
+
isSource: true,
|
106
|
+
original: {
|
107
|
+
$type: "color",
|
108
|
+
$value: "{modes.color.status.negative.inverse.default}",
|
109
|
+
$description: "Used in global nav notification badges",
|
110
|
+
},
|
111
|
+
name: "badgeColorNotificationInverseBgDefault",
|
112
|
+
attributes: {},
|
113
|
+
path: ["badge", "color", "notification", "inverse", "bg-default"],
|
114
|
+
},
|
115
|
+
"bg-alt": {
|
116
|
+
$type: "color",
|
117
|
+
$value: "#0060A7",
|
118
|
+
filePath: "data/tokens/components/badge.json",
|
119
|
+
isSource: true,
|
120
|
+
original: {
|
121
|
+
$type: "color",
|
122
|
+
$value: "{modes.color.status.info.inverse.default}",
|
123
|
+
},
|
124
|
+
name: "badgeColorNotificationInverseBgAlt",
|
125
|
+
attributes: {},
|
126
|
+
path: ["badge", "color", "notification", "inverse", "bg-alt"],
|
127
|
+
},
|
128
|
+
"label-default": {
|
129
|
+
$type: "color",
|
130
|
+
$value: "#FFFFFF",
|
131
|
+
filePath: "data/tokens/components/badge.json",
|
132
|
+
isSource: true,
|
133
|
+
original: {
|
134
|
+
$type: "color",
|
135
|
+
$value: "{modes.color.generic.content.extreme}",
|
136
|
+
},
|
137
|
+
name: "badgeColorNotificationInverseLabelDefault",
|
138
|
+
attributes: {},
|
139
|
+
path: [
|
140
|
+
"badge",
|
141
|
+
"color",
|
142
|
+
"notification",
|
143
|
+
"inverse",
|
144
|
+
"label-default",
|
145
|
+
],
|
146
|
+
},
|
147
|
+
"label-alt": {
|
148
|
+
$type: "color",
|
149
|
+
$value: "#FFFFFF",
|
150
|
+
filePath: "data/tokens/components/badge.json",
|
151
|
+
isSource: true,
|
152
|
+
original: {
|
153
|
+
$type: "color",
|
154
|
+
$value: "{modes.color.generic.content.extreme}",
|
155
|
+
},
|
156
|
+
name: "badgeColorNotificationInverseLabelAlt",
|
157
|
+
attributes: {},
|
158
|
+
path: ["badge", "color", "notification", "inverse", "label-alt"],
|
159
|
+
},
|
160
|
+
},
|
80
161
|
},
|
81
162
|
},
|
82
163
|
size: {
|
@@ -300,6 +300,17 @@ declare const tokens: {
|
|
300
300
|
"label-disabled": DesignToken;
|
301
301
|
"label-enabled": DesignToken;
|
302
302
|
"label-hover": DesignToken;
|
303
|
+
inverse: {
|
304
|
+
"bg-active": DesignToken;
|
305
|
+
"bg-default": DesignToken;
|
306
|
+
"bg-disabled": DesignToken;
|
307
|
+
"bg-enabled": DesignToken;
|
308
|
+
"bg-hover": DesignToken;
|
309
|
+
"label-active": DesignToken;
|
310
|
+
"label-disabled": DesignToken;
|
311
|
+
"label-enabled": DesignToken;
|
312
|
+
"label-hover": DesignToken;
|
313
|
+
};
|
303
314
|
};
|
304
315
|
secondary: {
|
305
316
|
"bg-active": DesignToken;
|
@@ -2234,7 +2234,7 @@ module.exports = {
|
|
2234
2234
|
secondary: {
|
2235
2235
|
"bg-hover": {
|
2236
2236
|
$type: "color",
|
2237
|
-
$value: "#
|
2237
|
+
$value: "#e13e5314",
|
2238
2238
|
filePath: "data/tokens/components/button.json",
|
2239
2239
|
isSource: true,
|
2240
2240
|
original: {
|
@@ -2482,6 +2482,190 @@ module.exports = {
|
|
2482
2482
|
attributes: {},
|
2483
2483
|
path: ["button", "color", "typical", "primary", "label-hover"],
|
2484
2484
|
},
|
2485
|
+
inverse: {
|
2486
|
+
"bg-active": {
|
2487
|
+
$type: "color",
|
2488
|
+
$value: "#14571a",
|
2489
|
+
filePath: "data/tokens/components/button.json",
|
2490
|
+
isSource: true,
|
2491
|
+
original: {
|
2492
|
+
$type: "color",
|
2493
|
+
$value: "{modes.color.interactive.primary.inverse.active}",
|
2494
|
+
},
|
2495
|
+
name: "buttonColorTypicalPrimaryInverseBgActive",
|
2496
|
+
attributes: {},
|
2497
|
+
path: [
|
2498
|
+
"button",
|
2499
|
+
"color",
|
2500
|
+
"typical",
|
2501
|
+
"primary",
|
2502
|
+
"inverse",
|
2503
|
+
"bg-active",
|
2504
|
+
],
|
2505
|
+
},
|
2506
|
+
"bg-default": {
|
2507
|
+
$type: "color",
|
2508
|
+
$value: "#FFFFFF",
|
2509
|
+
$description: "For spacer in Split button",
|
2510
|
+
filePath: "data/tokens/components/button.json",
|
2511
|
+
isSource: true,
|
2512
|
+
original: {
|
2513
|
+
$type: "color",
|
2514
|
+
$value: "{modes.color.interactive.primary.inverse.withDefault}",
|
2515
|
+
$description: "For spacer in Split button",
|
2516
|
+
},
|
2517
|
+
name: "buttonColorTypicalPrimaryInverseBgDefault",
|
2518
|
+
attributes: {},
|
2519
|
+
path: [
|
2520
|
+
"button",
|
2521
|
+
"color",
|
2522
|
+
"typical",
|
2523
|
+
"primary",
|
2524
|
+
"inverse",
|
2525
|
+
"bg-default",
|
2526
|
+
],
|
2527
|
+
},
|
2528
|
+
"bg-disabled": {
|
2529
|
+
$type: "color",
|
2530
|
+
$value: "#a6a6a6",
|
2531
|
+
filePath: "data/tokens/components/button.json",
|
2532
|
+
isSource: true,
|
2533
|
+
original: {
|
2534
|
+
$type: "color",
|
2535
|
+
$value: "{modes.color.interactive.inactive.inverse.default}",
|
2536
|
+
},
|
2537
|
+
name: "buttonColorTypicalPrimaryInverseBgDisabled",
|
2538
|
+
attributes: {},
|
2539
|
+
path: [
|
2540
|
+
"button",
|
2541
|
+
"color",
|
2542
|
+
"typical",
|
2543
|
+
"primary",
|
2544
|
+
"inverse",
|
2545
|
+
"bg-disabled",
|
2546
|
+
],
|
2547
|
+
},
|
2548
|
+
"bg-enabled": {
|
2549
|
+
$type: "color",
|
2550
|
+
$value: "#00811F",
|
2551
|
+
filePath: "data/tokens/components/button.json",
|
2552
|
+
isSource: true,
|
2553
|
+
original: {
|
2554
|
+
$type: "color",
|
2555
|
+
$value: "{modes.color.interactive.primary.inverse.default}",
|
2556
|
+
},
|
2557
|
+
name: "buttonColorTypicalPrimaryInverseBgEnabled",
|
2558
|
+
attributes: {},
|
2559
|
+
path: [
|
2560
|
+
"button",
|
2561
|
+
"color",
|
2562
|
+
"typical",
|
2563
|
+
"primary",
|
2564
|
+
"inverse",
|
2565
|
+
"bg-enabled",
|
2566
|
+
],
|
2567
|
+
},
|
2568
|
+
"bg-hover": {
|
2569
|
+
$type: "color",
|
2570
|
+
$value: "#0e6b1d",
|
2571
|
+
filePath: "data/tokens/components/button.json",
|
2572
|
+
isSource: true,
|
2573
|
+
original: {
|
2574
|
+
$type: "color",
|
2575
|
+
$value: "{modes.color.interactive.primary.inverse.hover}",
|
2576
|
+
},
|
2577
|
+
name: "buttonColorTypicalPrimaryInverseBgHover",
|
2578
|
+
attributes: {},
|
2579
|
+
path: [
|
2580
|
+
"button",
|
2581
|
+
"color",
|
2582
|
+
"typical",
|
2583
|
+
"primary",
|
2584
|
+
"inverse",
|
2585
|
+
"bg-hover",
|
2586
|
+
],
|
2587
|
+
},
|
2588
|
+
"label-active": {
|
2589
|
+
$type: "color",
|
2590
|
+
$value: "#FFFFFF",
|
2591
|
+
filePath: "data/tokens/components/button.json",
|
2592
|
+
isSource: true,
|
2593
|
+
original: {
|
2594
|
+
$type: "color",
|
2595
|
+
$value: "{modes.color.interactive.primary.inverse.withActive}",
|
2596
|
+
},
|
2597
|
+
name: "buttonColorTypicalPrimaryInverseLabelActive",
|
2598
|
+
attributes: {},
|
2599
|
+
path: [
|
2600
|
+
"button",
|
2601
|
+
"color",
|
2602
|
+
"typical",
|
2603
|
+
"primary",
|
2604
|
+
"inverse",
|
2605
|
+
"label-active",
|
2606
|
+
],
|
2607
|
+
},
|
2608
|
+
"label-disabled": {
|
2609
|
+
$type: "color",
|
2610
|
+
$value: "#FFFFFF",
|
2611
|
+
filePath: "data/tokens/components/button.json",
|
2612
|
+
isSource: true,
|
2613
|
+
original: {
|
2614
|
+
$type: "color",
|
2615
|
+
$value: "{modes.color.interactive.inactive.inverse.contentAlt}",
|
2616
|
+
},
|
2617
|
+
name: "buttonColorTypicalPrimaryInverseLabelDisabled",
|
2618
|
+
attributes: {},
|
2619
|
+
path: [
|
2620
|
+
"button",
|
2621
|
+
"color",
|
2622
|
+
"typical",
|
2623
|
+
"primary",
|
2624
|
+
"inverse",
|
2625
|
+
"label-disabled",
|
2626
|
+
],
|
2627
|
+
},
|
2628
|
+
"label-enabled": {
|
2629
|
+
$type: "color",
|
2630
|
+
$value: "#FFFFFF",
|
2631
|
+
filePath: "data/tokens/components/button.json",
|
2632
|
+
isSource: true,
|
2633
|
+
original: {
|
2634
|
+
$type: "color",
|
2635
|
+
$value: "{modes.color.interactive.primary.inverse.withDefault}",
|
2636
|
+
},
|
2637
|
+
name: "buttonColorTypicalPrimaryInverseLabelEnabled",
|
2638
|
+
attributes: {},
|
2639
|
+
path: [
|
2640
|
+
"button",
|
2641
|
+
"color",
|
2642
|
+
"typical",
|
2643
|
+
"primary",
|
2644
|
+
"inverse",
|
2645
|
+
"label-enabled",
|
2646
|
+
],
|
2647
|
+
},
|
2648
|
+
"label-hover": {
|
2649
|
+
$type: "color",
|
2650
|
+
$value: "#FFFFFF",
|
2651
|
+
filePath: "data/tokens/components/button.json",
|
2652
|
+
isSource: true,
|
2653
|
+
original: {
|
2654
|
+
$type: "color",
|
2655
|
+
$value: "{modes.color.interactive.primary.inverse.withDefault}",
|
2656
|
+
},
|
2657
|
+
name: "buttonColorTypicalPrimaryInverseLabelHover",
|
2658
|
+
attributes: {},
|
2659
|
+
path: [
|
2660
|
+
"button",
|
2661
|
+
"color",
|
2662
|
+
"typical",
|
2663
|
+
"primary",
|
2664
|
+
"inverse",
|
2665
|
+
"label-hover",
|
2666
|
+
],
|
2667
|
+
},
|
2668
|
+
},
|
2485
2669
|
},
|
2486
2670
|
secondary: {
|
2487
2671
|
"bg-active": {
|
@@ -25,6 +25,12 @@ declare const tokens: {
|
|
25
25
|
borderalt: DesignToken;
|
26
26
|
border: DesignToken;
|
27
27
|
label: DesignToken;
|
28
|
+
inverse: {
|
29
|
+
bg: DesignToken;
|
30
|
+
borderalt: DesignToken;
|
31
|
+
border: DesignToken;
|
32
|
+
label: DesignToken;
|
33
|
+
};
|
28
34
|
};
|
29
35
|
size: {
|
30
36
|
underline: DesignToken;
|
@@ -61,6 +61,60 @@ module.exports = {
|
|
61
61
|
attributes: {},
|
62
62
|
path: ["focus", "color", "label"],
|
63
63
|
},
|
64
|
+
inverse: {
|
65
|
+
bg: {
|
66
|
+
$type: "color",
|
67
|
+
$value: "#ffd27e",
|
68
|
+
filePath: "data/tokens/components/focus.json",
|
69
|
+
isSource: true,
|
70
|
+
original: {
|
71
|
+
$type: "color",
|
72
|
+
$value: "{modes.color.interactive.focus.inverse.withDefaultAlt}",
|
73
|
+
},
|
74
|
+
name: "focusColorInverseBg",
|
75
|
+
attributes: {},
|
76
|
+
path: ["focus", "color", "inverse", "bg"],
|
77
|
+
},
|
78
|
+
borderalt: {
|
79
|
+
$type: "color",
|
80
|
+
$value: "#000000",
|
81
|
+
filePath: "data/tokens/components/focus.json",
|
82
|
+
isSource: true,
|
83
|
+
original: {
|
84
|
+
$type: "color",
|
85
|
+
$value: "{modes.color.interactive.focus.inverse.default}",
|
86
|
+
},
|
87
|
+
name: "focusColorInverseBorderalt",
|
88
|
+
attributes: {},
|
89
|
+
path: ["focus", "color", "inverse", "borderalt"],
|
90
|
+
},
|
91
|
+
border: {
|
92
|
+
$type: "color",
|
93
|
+
$value: "#FFB500",
|
94
|
+
filePath: "data/tokens/components/focus.json",
|
95
|
+
isSource: true,
|
96
|
+
original: {
|
97
|
+
$type: "color",
|
98
|
+
$value: "{modes.color.interactive.focus.inverse.withDefault}",
|
99
|
+
},
|
100
|
+
name: "focusColorInverseBorder",
|
101
|
+
attributes: {},
|
102
|
+
path: ["focus", "color", "inverse", "border"],
|
103
|
+
},
|
104
|
+
label: {
|
105
|
+
$type: "color",
|
106
|
+
$value: "#000000",
|
107
|
+
filePath: "data/tokens/components/focus.json",
|
108
|
+
isSource: true,
|
109
|
+
original: {
|
110
|
+
$type: "color",
|
111
|
+
$value: "{modes.color.interactive.focus.inverse.content}",
|
112
|
+
},
|
113
|
+
name: "focusColorInverseLabel",
|
114
|
+
attributes: {},
|
115
|
+
path: ["focus", "color", "inverse", "label"],
|
116
|
+
},
|
117
|
+
},
|
64
118
|
},
|
65
119
|
size: {
|
66
120
|
underline: {
|
@@ -38,6 +38,36 @@ module.exports = {
|
|
38
38
|
attributes: {},
|
39
39
|
path: ["link", "color", "destructive", "label-hover"],
|
40
40
|
},
|
41
|
+
inverse: {
|
42
|
+
"label-default": {
|
43
|
+
$type: "color",
|
44
|
+
$value: "#b23342",
|
45
|
+
$description: ".",
|
46
|
+
filePath: "data/tokens/components/link.json",
|
47
|
+
isSource: true,
|
48
|
+
original: {
|
49
|
+
$type: "color",
|
50
|
+
$value: "{modes.color.interactive.danger.inverse.defaultAlt}",
|
51
|
+
$description: ".",
|
52
|
+
},
|
53
|
+
name: "linkColorDestructiveInverseLabelDefault",
|
54
|
+
attributes: {},
|
55
|
+
path: ["link", "color", "destructive", "inverse", "label-default"],
|
56
|
+
},
|
57
|
+
"label-hover": {
|
58
|
+
$type: "color",
|
59
|
+
$value: "#a3303d",
|
60
|
+
filePath: "data/tokens/components/link.json",
|
61
|
+
isSource: true,
|
62
|
+
original: {
|
63
|
+
$type: "color",
|
64
|
+
$value: "{modes.color.interactive.danger.inverse.hoverAlt2}",
|
65
|
+
},
|
66
|
+
name: "linkColorDestructiveInverseLabelHover",
|
67
|
+
attributes: {},
|
68
|
+
path: ["link", "color", "destructive", "inverse", "label-hover"],
|
69
|
+
},
|
70
|
+
},
|
41
71
|
},
|
42
72
|
typical: {
|
43
73
|
"label-default": {
|
@@ -39,36 +39,6 @@ module.exports = {
|
|
39
39
|
path: ["logo", "color", "sage", "bg-alt"],
|
40
40
|
},
|
41
41
|
},
|
42
|
-
trust: {
|
43
|
-
"bg-default": {
|
44
|
-
$type: "color",
|
45
|
-
$value: "#009023",
|
46
|
-
$description: "filled",
|
47
|
-
filePath: "data/tokens/components/logo.json",
|
48
|
-
isSource: true,
|
49
|
-
original: {
|
50
|
-
$type: "color",
|
51
|
-
$value: "{modes.color.status.positive.default}",
|
52
|
-
$description: "filled",
|
53
|
-
},
|
54
|
-
name: "logoColorTrustBgDefault",
|
55
|
-
attributes: {},
|
56
|
-
path: ["logo", "color", "trust", "bg-default"],
|
57
|
-
},
|
58
|
-
outline: {
|
59
|
-
$type: "color",
|
60
|
-
$value: "#FFFFFF",
|
61
|
-
filePath: "data/tokens/components/logo.json",
|
62
|
-
isSource: true,
|
63
|
-
original: {
|
64
|
-
$type: "color",
|
65
|
-
$value: "{modes.color.generic.content.extreme}",
|
66
|
-
},
|
67
|
-
name: "logoColorTrustOutline",
|
68
|
-
attributes: {},
|
69
|
-
path: ["logo", "color", "trust", "outline"],
|
70
|
-
},
|
71
|
-
},
|
72
42
|
copilot: {
|
73
43
|
noBg: {
|
74
44
|
"fg-default": {
|